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.

ROM_SysCtlClockSet causing Instruction Access Violation Fault on TM4C1294NCPDT

Other Parts Discussed in Thread: TM4C1294NCPDT

Hello:

I am attempting to run the code from the provided uart_echo example program on my TM4C1294NCPDT. Unfortunately, whenever it gets to the following function call: 

ROM_SysCtlClockSet(SYSCTL_SYSDIV_1 | SYSCTL_USE_OSC | SYSCTL_OSC_MAIN | SYSCTL_XTAL_16MHZ);

It immediately jumps into the Fault ISR. I checked the NVIC_FAULT_STAT register and the only error that was indicated was "Instruction Access Violation". I am not sure why this is happening. I am running the original code virtually unmodified, other than I changed the target device to the 1294NCPDT instead of the 123GH6PM. I even tried stepping into the function, but that fails as well, and leaves me in the fault ISR with the same error flag. 

I've attached my project folder if it is any help. Any help with this issue would be appreciated.

Thanks,

Tom

uart_echo.zip