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.

The program stops at loader_exit

Other Parts Discussed in Thread: TM4C1294NCPDT

Hi,

Our customer is using TI RTOS(latest) on TM4C1294NCPDT.
An external SRAM is coonected to the MCU through EPI interface.
And a part of the program data is assigned into the SRAM.

The problem is the CPU always halts at loader_exit()...
We believe it would be because the program would be trying to
access the SRAM before initializing the SRAM EPI connection.

We would like to know whether not initializing EPI(SRAM) at all or
executing EPI intialization before the main program would be a better solution.

Regards
kummi