• 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...
  • before build/rebuild
    hello ! why keil can't execute python script on before build/rebuild user command , he can only execute batch file
  • interacting with a k6x8008 ram chip
    hello everyone, I am reading some code on a system that connect the 8051 with an external ram chip but I have no idea what is going on with the code, I have been struggling on this for quite some time...
  • 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...
  • Before build execution failde
    Hi all, I created one small tool to generate FW_build_info.h file with following content: #ifndef BUILD_Info #define BUILD 1 #define BUILD_Date 24.10.2016 #define BUILD_Time 14:11:02 #endif...