Hello.
I am troubleshooting a problem with this board when running Thonny. If I press the Stop icon more than once, the board gets lost and a manual reset has to be performed. I have seen a workaround for this kind of issue that requires adding a capacitor (1 to 10uF) on the EN (nRST) line. I monitored the EN line and I found that there is a short pulse (less than 2us) whenever I press the Stop button. When a 10uF capacitor is added, the pulse is eliminated and the board stays responsive.
What happens is the RTS line of the is asserted (i.e., set to low level) before the DTR line so that the Reset/Boot control circuit generates that pulse on the EN/nRST line.

I have cloned the Thonny repository, but I could not find exactly where I should do a change to try fixing this behavior (by asserting DTR before RTS).
So I would appreciate any hints on how to do it.
Thanks in advance.