2019-03-26 09:29 AM
Can I erase memory of STM32F415 using STlink/V2 - but- without the need to connect all 20 Pins required for full development. If yes what Pins are required - can we use Swim (4 pins) only ?
2019-03-26 09:32 AM
Understand SWD connections. Minimal connections are GND, SWDIO and SWDCLK. Maybe you can use wire jumpers from the STLINK to your target.
2019-03-26 10:14 AM
That's what I thought - but was not sure if this would be supported from the STLink with STM32
2019-03-26 11:48 AM
yes, these 3 signals should be enough to reflash. unless the code running on the MCU has low power clock stop mode or other things which might make activating the debug mode trickier.