• 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...
  • Interacting with 'User Program before build'
    Hi, uVision 5.11.1 with LPC4357 I compile Javascript as part of the build using the 'Run User Program Before Build/Rebuild' User setting. I would like to resolve the following issues: 1) Javascript...
  • Auto compile before running debug
    Is there a switch that tells uVision to compile code (if necessary) before running debug? I have lost count of the number of times I have debugged old executable with the latest source displayed.
  • 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...
  • Running user program after make
    I want to run a batch to do something to my hex file after a build, so I specify that batch file as "User Program #1" in the project settings. But I don't want to give it an absolute path, because it...