• Hard fault after erase sector
    Hi, I'm working on LPC1115, I'm trying to write my boot loader code. The IAP command works well, but if I erase 3 sector (1 to 3) the uP continue working, but after reset it goes to hard fault handler...
  • Bootloader and RTX
    I am using the SiLabs bootloader (from AN200) along with my application which is running Keil's RTX tiny. I have been able to get the test application to hand over from the bootloader on my custom board...
  • Hard fault in os_mbx_wait (rt_mbx_wait) with RTX
    Hi, We are using RTX with STM32 cortex M3. We have a task crashing due to hard fault, in the os_mbx_wait function. We investigated the hard fault including compiling the RTX source code in the...
  • STM32F407VG RTX, FPU Hard fault
    Hi, I am testing RTX task and I always get hard_fault when I use FPU and float. Please help, what am I missing? This is my code: #include <RTL.h> #include "stm32f4_discovery.h" #include...
  • Stop after bootloader for CMSIS-DAP
    How do I add the "stop after bootloader" option for CMSIS-DAP ? According to the documentation( http://www.keil.com/support/man/docs/dapdebug/dapdebug_drvsel_debug.htm ), this option is available but...