Hi everyone,
I am developing my project on MCU TM4CKCPDT. Now I am meeting hardfault interrupt but I can't define what type fault.
I get value of 2 register:
NVIC_FAULT_STAT (0xE000ED28): 0x00008200 ( bus fault scenario 1)
NVIC_FAULT_ADDR(0xE000.ED38):0x0101002d
When refer the value of NVIC_FAULT_ADDR to the Memory Map table 0x0008.0000 to 0x01FF.FFFF, It is reserved.
The issue happen after completing function read data from eeprom by SPI.
Please help me define this Hardfault.
Thank all.