-
Hello, I'm usually using openocd for debug purpose. For some reasons, I need to use the USB output in CDC mode so that all serial data will be streamed through it.
I understand the 2 first lines DP and DM. But PA13 is SWDIO and reinitializing it will always fail the debug session. Is it necessary to reinit this pin ? I've commented it and my code works like a charm...
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Right. You can simply redefine the array at sketch level as it is weak. |
Beta Was this translation helpful? Give feedback.
Right. You can simply redefine the array at sketch level as it is weak.