This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello Utpal,
When the CPU gets a FaultISR, the NVIC_FAULTSTAT and NVIC_FAULTADDR will contain the fault type and address (if it is a system address). Can you check the two registers.
Regards
Amit
Hello Utpal,
It looks like The fault happened due to access to a location which is not there in the memory map of TM4C123. The location indicates Flash but that flash region does not have anything so an Abort will be triggered causing the Fault. You would need to check the code to see the cmd file has correct memory space definition.
Regards
Amit
Hello Utpal,
Glad to hear that. But for the sake of forum knowledge base it would be good to know what the issue was, how it got introduced in your project and what the resolution is.
Regards
Amit