• Between osKernelInitialize() and osKernelStart()
    Hi. Is it possible to use osDelay() between osKernelInitialize() and osKernelStart()? I ran osMutexCreate () after osKernelInitialize (). Is it possible to use osMutexWait() before osKernelStart(...
  • How to save register values before __main function
    Hi, I'm working on a cortex M3 based MCU with Keil. After reset a device related information is stored in R4. This value is cleared after __main and before the main function. Is there a way I can store...
  • 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...
  • before build/rebuild
    hello ! why keil can't execute python script on before build/rebuild user command , he can only execute batch file
  • Writing to port before reading it
    Hello all, Does someone know about writing 0xFF to micro's port before reading it? Do we actualy need to do it? Thanks a lot, Roberto