I am winding up in the FAULT_ISR with the NVIC_FAULT_ADDR pointing to 0x40040100 with a precise and valid address. That address must be somewhere in ROM. How do I find the ROM function that may be throwing this fault?
I will not be surprised if I am addressing a peripheral in a library of mine that has not been enabled. I just need to find the peripheral to help find the location in code. (In fact I found the root cause, but still want to know where to find the ROM functions.)
I am using a TM4C1231D5PM.