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.

RTOS/TMS320C6457: Reload programm from DDR

Part Number: TMS320C6457

Tool/software: TI-RTOS

I load the processor with EMIF. It is my bootloader. 

I'm download the program from  Ethernet to DDR.

I forbid all interrupts and copy program from DDR to internal RAM (to 0x800000).

Jump to cinit.  The CPU is not work. Program do not jump to "main" function.

How to copy a program from DDR to internal memory and restart the program?