Open tehkillerbee opened 1 year ago
Anyone? Perhaps someone with more experience using the SAMD11 could give me some pointers on where to look to investigate this issue further? @facchinm perhaps?
Anyways I will try to investigate the issue further and let you know if I find a solution :)
As per https://github.com/arduino/ArduinoCore-megaavr/issues/124 , it looks like the D11 firmware is not bulletproof, so it might end up crashing on certain situations.
My suggestion to start debugging it would be:
Hello,
I have previously added this issue to https://github.com/arduino/Arduino/issues/11845 but perhaps it is better suited here:
We have noticed a strange issue with the Arduino Nano Every. We are currently using it in a configuration, where it can be powered from either USB or external 5V.
If we unplug/reconnect USB several times in a row (eg. 10 times or less), while the MCU is also powered through external 5V, it will usually stop responding to USB commands.
The errors vary, but usually along the following
The only solution is to power cycle the 5V supply while having disconnected USB. Pressing the reset button has no effect.
We can see the m4809 is still alive (heartbeat LED) so I assume the SAMD11 is the culprit. Is there a way to reset the SAMD11 from the m4809?