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.

Initialize DDR-Memory to store large amount of data during emac bootloading

Hi experts,

we are using a platform with a C6670 DSP.

Loading a File to the DSP via ethernet we did successfully.

The Problem is, that the DDR-Memory is not initialized during startup , so the data we would like to store there will not be correctly.

But if we initialize the DDR Memory during our program the data we stored will be manipulated.

If we Debug the Project with CCS the DDR-Memory will be initialized via the *.gel File.

The question is now, how we can get the DDR-Memory initialized so that we can use it safely to store Data.

Regards Frank