This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Running *.bat before debug start

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

0