2019-04-26 04:14 AM
Hello.
I bought this programmer: ST-LINK V3. I need it to debug my program in eclipse. I tried everything but the programmer doesn't work.
Does anyone have a tutorial to debug with this programmer?
programmer working with this appplication: STM32CubeProgrammer
So problem is in eclipse and his settings.
2019-04-26 05:16 AM
Here is funcion solution.... for STM32F427 and SWD programming.
-f interface/stlink.cfg -f target/stm32f4x.cfg -c "init"
2020-09-22 07:17 AM
Thank you for this! :)