Other Parts Discussed in Thread: TM4C1294NCPDT, EK-TM4C1294XL
Tool/software: Code Composer Studio
CCS 8.3.1.00004
I created a new "Hello World" project using the builtin New-> CCS Project-> Basic Examples->Hello World. When I first ran it, started at main() in C code it went to FaultISR(), displayed as C code. Running it again it halts initially at _c_int00_template(...) in assembly code. When I press the Run arrow it starts but immediately returns and stops at the same location.
I have no idea about how to go about debugging this.
Thanks, Doug