Using PA15 as an IO on STM32F373, SWJ_CFG?
Posted on July 18, 2017 at 17:27I am using an STM32F373 and debugging with SWD. I want to use PA15 as an IO pin. When I go to configure PA15 as an output, the call to GPIO_INIT() causes a reset which disconnects the debugger. I'm not sure, but I ...