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.

Loading initial data for simulation

Hi,

 

I'm developing an algorithm on DSP. It takes long time to load initial data from the file on PC.

I konw that data and memory location must be passed by ARM, but now I'm using CCS to do simulation.

How can I do to set inital data and create memory on DSP without ARM faster?

Sould I just load file from PC using emulator?

Now I'm loading the data to 2G DDR3 when program start, the inside cache and memory is not large enough.

 

 

Environment:

CCS5.2 without BIOS, using emulator TI XDS100v2 USB Emulator.

Perform algorthm on DSP674x, the DSP in DM8168.

Data load from PC is image, initial parameters and so on.

 

Wish someone can help me.

Thanks a lot.