• Update of the ST Library within the Keil Development Environment
    Hello Everyone, I have been doing some tests with the MCBSTM32 board and the firmware library enclosed with the KEIL compiler delivered by ST. Can anyone point me the the place where I can find a...
  • Is --debug option equivalent to -g option in armcc?
    In armcc user guide I learned that description of --debug and -g are quite similar. Is --debug option equivalent to -g option in armcc?
  • Environment variables
    How do I use system environment variables to specify a path to a source file?
  • Environment variable
    Is there any updates from 2003 Year? ( http://www.keil.com/forum/2737/environment-variables/ ) I tried to use environment variables in the Folder Setup window and it is working. The name of the...
  • how to get environment variables as #defines
    I'd like to import an environment variable into the build. In other IDEs I've been able to do it as a command-line parameter - e.g.: -D FROM_ENV=$(ENV_VARIABLE) or something like that. The idea is...