• 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...
  • Code is getting executed before 'Run' in the debug mode
    Hi, I am working with ARM cortex M4 on Keil MDK. 1) As soon as I start debug session, the code is getting executed before I run by pressing F5. 2) Also, the program is kind of halted at while loop...
  • using "run user program before"
    I would like to use "run user program before" or some such to set a #define from one place in several builds i.e. build #1 will pick the #define from 'x' build #2 will also pick the #define from 'x...
  • Run User Program Before Compilation of a C-File
    I'm calling a user program to make a file called buildNr.h which contains #define _BUILD_ 123 This file is included in the project. I inserted the command into the "Options for Target - User...
  • Running batch file before build
    I am using Uvision2.20a and I would like to call a batch file before the build process is started using the build button. Is this possible ? I have noticed that there is a "Run User program #1" after...