• RTX wont start, loops in dbg_task_notify in os_sys_init
    Hello, Annyone who got the answer for this post: http://www.keil.com/forum/13796/ I got the same problem with a STM32, i think it worked the other day, and i do not recall i changed anything...
  • RTX wont start, loops in dbg_task_notify in os_sys_init
    Hello, Annyone who got the answer for this post: http://www.keil.com/forum/13796/ I got the same problem with a STM32, i think it worked the other day, and i do not recall i changed anything...
  • Is there a prerequist that os_sys_init() needs to be called before os_mut_init()?
    Evaluation Board: STM3210E-EVAL Tool: uVision4/ULINK Debugger Processor: STM32F103ZE When calling os_mut_init() before os_sys_init() the HardFault_Handler is called because of an exception. This...
  • Is there a prerequist that os_sys_init() needs to be called before os_mut_init()?
    Evaluation Board: STM3210E-EVAL Tool: uVision4/ULINK Debugger Processor: STM32F103ZE When calling os_mut_init() before os_sys_init() the HardFault_Handler is called because of an exception. This...
  • HardFault when calling Application Reset handler from bootloader
    I'm using Keil (Scatter file, not lnker) and I have a bootloader and a place for two images (one active and other is for the over the air update). i use Cortex M0 processor where there is no Vector...