• I get stuck in HardFault_Handler when calling os_mbx_send
    I am trying to pass a message from one task to another and when I call os_mbx_send I am getting a HardFault_Handler error. The call stack has a lot of HAL_CM3 calls. Any ideas? Seems pretty straight...
  • memcpy usage landing in HardFault_Handler
    Hi, I am using memcpy and it is not running and landing in HardFault_Handler. I am trying to create a big font to display in TFT LCD. Below is my scenario. Can somebody what I am missing here...
  • HardFault_Handler after NVIC access.
    Used hardware: KEIL ARM MCB1700, eval How can the line: NVIC_EnableIRQ(UART0_IRQn); create an error HardFault 715: NVIC_EnableIRQ(UART0_IRQn); 0x000024B0 2005 MOVS r0,#0x05 0x000024B2 F000F9AF...
  • LPC1788 - Degguger starts at HardFault_Handler
    Hello, I have a problem that I'm hoping someone might be able to give me pointers on how to debug. I have the simplest firmware possible (blink and LED in a while(1) and this firmware works as...
  • HardFault_Handler with arm_lms_ functions
    Hi everyone, I'm currently developping an app with STM32F4 - discovery board. I'm sampling some sounds with the microphone and the DMA, and i analize it with signal processing. I'm using the...