I have set up VS Code to build and debug STM32 using instructions in this thread. Everything works fine, I can run and debug code. However I would like to just flash or erase target without starting debug session. I am using J-Link debugger. What would be the most convenient way to perform these actions?
Asked
Active
Viewed 728 times
1
-
1use j-flash program. You do not need VS code for that – 0___________ Jan 26 '22 at 23:25
-
Thanks for tip. J-Flash does not work with my debugger, however J-Flash Lite does the job. – Creek Drop Jan 27 '22 at 18:07