You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was simplifying the StandardFirmata.ino since I was having issues with it and I think I found the cause...
It would seem that there may be some pins that simply must not be touched.
In the case of my STM32F4-Discovery board, it would be PA13 (pin 75), which is "JTMS-SWDIO".
I was simplifying the StandardFirmata.ino since I was having issues with it and I think I found the cause...
It would seem that there may be some pins that simply must not be touched.
In the case of my STM32F4-Discovery board, it would be PA13 (pin 75), which is "JTMS-SWDIO".
I saw:
https://community.st.com/s/question/0D50X00009XkfYN/debug-problem
and
https://www.programmersought.com/article/4917389165/ though with this one, I found no reference of 'GPIO_Remap_SWJ_Disable' in the STM32CubeF4 Drivers nor in the F4 documents.
I just added
Firmata.setPinMode(PA13, PIN_MODE_IGNORE);
to deal with it.The text was updated successfully, but these errors were encountered: