• HardFault_Hander before os_sys_init
    Hi all, I'm using Keil RV4.10 on MCBSTM32 demo board (STM32F103RB) with STM32F10x_StdPeriph_Lib_V3.1.2 and Keil RTX kernel. My application is relocated at 0x8002800 (bootloader and configuration...
  • HardFault_Hander before os_sys_init
    Hi all, I'm using Keil RV4.10 on MCBSTM32 demo board (STM32F103RB) with STM32F10x_StdPeriph_Lib_V3.1.2 and Keil RTX kernel. My application is relocated at 0x8002800 (bootloader and configuration...
  • Application using RTX hangs at os_sys_init call when using Bootloader
    We are working on STM32F103ZE microcontroller with RTX. We developed an application starting from base address 0x0800 0000. It runs fine. Now we have developed a bootloader which is stored at location...
  • Application using RTX hangs at os_sys_init call when using Bootloader
    We are working on STM32F103ZE microcontroller with RTX. We developed an application starting from base address 0x0800 0000. It runs fine. Now we have developed a bootloader which is stored at location...
  • 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...