Hi
I have a simple UART based TI- RTOS project ( see attachment) for TM4C123G ( I used the lauchpad).
Issue is , when I download the program, by default it goes to main, when I run , it exit's ( gets stuck in loader_exit)
FSR = 0x0000
HFSR = 0x40000000
DFSR = 0x00000009
MMAR = 0x40038014
BFAR = 0x40038014
AFSR = 0x00000000
Terminating execution...
Same thing when I do a CPU reset in the CCS, and restart without downloading, everything works fine.
Again if I do a System reset and restart or reload the program it shows same failure.
What could be the cause for this behavior?