• 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...
  • IAP Code ends up in HardFault_Handler
    Dear Friends, Hello, I want to read/write flash memory of lpc1752. But it was not working So i tried to read the part id. But when i debug my code in keil uvision4 my code stuck in HardFault_Handler...
  • 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...