• µV4: IDE configuration file
    Welcome, Does anybody know where µVision4 saves it's configuration? I know about "global.prop" but there are no "Shortcut-keys".
  • Specifying a debug INI file from command line
    Hello, I'm trying to start a debug session from command line using a different INI file than the one that is selected in the "Options for Target" dialog. The User Manual says: -d Starts µVision...
  • logging not possible if exit command is part of the ini file
    Hello, I am testing an automated test run. I am logging the output of the serial debug printf viewer. This is the content of the ini file that will work after closing the uvision GUI: g, main...
  • about ini file
    Can anyone is having any idea how to call two functions parallely in .ini file. The functions are user define functions. The other question is how can we track any variable in keil using .ini file ...
  • hide undefined #ifdef sections in µV4 editor
    Is is posible to hide undefined sections? in case of several possible controllers i use something like that: #define CONTR2 #ifdef CONTR1 ... #else #ifndef CONTR3 ... #endif ... #endif...