|
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... |
Answered by
fpistm
Apr 3, 2024
Replies: 1 comment
|
Right. You can simply redefine the array at sketch level as it is weak. |
0 replies
Answer selected by
jmchiappa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right. You can simply redefine the array at sketch level as it is weak.