• 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...
  • os_sys_init() corrupts my global array
    Hello all, I'm experiencing a strange problem where os_sys_init() would write a few bytes into my global array. I initialized my global array with 0xDD before calling os_sys_init(init_task). When...
  • os_sys_init() corrupts my global array
    Hello all, I'm experiencing a strange problem where os_sys_init() would write a few bytes into my global array. I initialized my global array with 0xDD before calling os_sys_init(init_task). When...
  • Solution: loop in dbg_task_notify in os_sys_init
    I'm starting this thread to answer the question opened here: http://www.keil.com/forum/13796/ http://www.keil.com/forum/17900/ To solve the problem of the endless loop in the dbg_task_notify...