Part Number: MSP432E401Y
Tool/software: Code Composer Studio
Hi,
I have a CCS project (without RTOS ) that works OK in this dev kit: http://www.ti.com/tool/MSP-EXP432E401Y
However, when I load the same program in a custom board that my team developed, the code enters default handler after a while. Actually we now know that it enters HardFault_Handler
The questions is: Is there a way to trace back the last statement(s) executed in my source code? I know that I could put breakpoints, but that interferes with the timing of my application(TCP/IP communication).
Thanks
Richard