• sprintf causing a hardfault exception
    Had to add some data logging in a hurry to diagnose an issue. A function is passed a pointer to data that is then used to assemble a readable string that's then stored on a SD card the RTOS task...
  • Precise error resulting to hardfault
    Hey All, Insight: I have a RTOS code written on LPC1788. The code has one task to receive data from the uart. Depending upon the data received from the uart, a reply is sent back. To send the reply...
  • Hardfault STM32
    1. I am using STM32 with keil v5. 2. In my code I am getting hardfault, however I don't see any error in "fault report" option of keil. 3. What could be error? 4. Attached is pic. www.docdroid...
  • Failed to solve a imprecise hardfault error
    i m working on lpc1788. I use Keil rtos and mailbox to pass the data from the uart handler (as read from a thread on this forum). All was working well till date, untill i added a few bytes of code...