• µV4: Go command at end of ini file
    Hi, µVision 4 has a problem when there is a Go command at the end of the ini File, then the debug toolbar does not appear until the target gets stopped from the menu Debug/Stop. Currently I use µVision...
  • 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...
  • uVision2: Configuring File Types
    My apologies for recent random posts! I'll just start the question again from scratch: How can I configure uVision v2.07 to handle files other than *.c and *.h as 'C' source files? I have used...
  • Configure the BOR level in file option.s
    Please, I found the following .s file : ;/*****************************************************************************/ ;/* STM32L0xx_OPT.s: STM32L0xx Flash Option Bytes */ ;/**********...
  • Configuration Wizard
    The Keil Configuration Wizard looks like an interesting and useful way to do some pre-compiler configurations. I have played around with them and they are pretty easy to make, but I would like to...