Tool/software: Code Composer Studio
Hello,
My application is getting stuck in the FaultISR function. I followed the directions in spma043.pdf but my Fault Address is not listed in the data sheet.
NVIC_FAULT_STAT 0x00020000 Configurable Fault Status [Memory Mapped]
NVIC_FAULT_ADDR 0xE000EDF8 Bus Fault Address [Memory Mapped]
My MSP register does not seem to be pointing to a valid exception stack frame.
MSP 0x20017E40 MSP Register [Core]
I am suspecting a stack overflow.
What would be the cause/fix for a stack overflow?
Robert