• How to trace the root cause of HardFault Cortex M3 with .lst file?
    Dear All, Now I'm trying to trace the root cause of HardFault Cortex M3 with .lst and tarmac0.log files. Currently problem is that I'm not sure how to trace the root cause when I come across...
  • How to trace the root cause of HardFault Cortex M3 with .lst file?
    Dear All, Now I'm trying to trace the root cause of HardFault Cortex M3 with .lst and tarmac0.log files. Currently problem is that I'm not sure how to trace the root cause when I come across...
  • alloc ram causes hardfault
    Hello, I'm using a lpc1766 and made a very simple program to debug a hardfault exception. After initiallisation the main routine is called where a array is allocated using the library function...
  • alloc ram causes hardfault
    Hello, I'm using a lpc1766 and made a very simple program to debug a hardfault exception. After initiallisation the main routine is called where a array is allocated using the library function...
  • 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...