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