• wrting to BKPSRAM with 3.3 volts applied to v-bat
    using the stm32f2xx_hal library I seem to be able to enable access to the BKPSRAM with __HAL_RCC_PWR_CLK_ENABLE(); HAL_PWR_EnableBkUpAccess(); __BKPSRAM_CLK_ENABLE(); Once this is done I can...
  • 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.
  • Code is getting executed before 'Run' in the debug mode
    Hi, I am working with ARM cortex M4 on Keil MDK. 1) As soon as I start debug session, the code is getting executed before I run by pressing F5. 2) Also, the program is kind of halted at while loop...
  • 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...
  • Running batch file before build
    I am using Uvision2.20a and I would like to call a batch file before the build process is started using the build button. Is this possible ? I have noticed that there is a "Run User program #1" after...