Guest
#5559064
Hello, I got a cheap barebones STM32F4VGT6 board, admittedly it was somewhat of an impulse buy. It is made by diymore: https://www.ebay.com/itm/STM32F407VGT6-ARM-Cortex-M4-32bit-MCU-Core-Development-Board-STM32F4Discovery-/311702413371 So far, I have used dfu-utils to burn my programs, which are generated by STM32CubeMX. The dfu-utils method is described here: https://github.com/dwelch67/black_pill_too I would like to use a NUCLEO boards' SWD programmer to be able to debug the MCU, but it does not break out the reset pin. Nonetheless, on the back side silk screen it says: SWD: PA13/DIO PA14/CLK Do I have to pry the NRST line from the reset button, or can I use just those 2 lines for SWD? Thanks for your help.