Hi,
How can I run a batch file to completion just before loading the program for debug?
The batch file flashes 'settings.hex' file to a predefined location in memory where the app should access when starting to run.
Currently, I'm using post-build scripts. However, this batch file runs on each build which is pretty annoying while I need it to run just before starting to debug.
Thanks