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.
I am trying to load data from a .dat file into a global array in my CCSV6 program. Qureshi in his book Embedded Image Processing on the TMS320C6000TM DSP (page 54) says to go to File|Data|Load to load the data, and then use the Memory Browser to verify the data transfer. However, I do not find File|Data in CCSV6. I do find Run|Load when I am in the Debug perspective, and there I find options for loading a program and for loading "symbols" (not sure what that means). But I still did not manage to load data from a file on the host computer into the target's memory. Help?
Note: My target is the TMDSEVM6657LS, and I am running CCSV6.1.2.
Hi Muhammad
If you want load a .dat file to memory, you must do the following steps:
1. Run CCS and connect to every core that you want.
2. In the view tab, select "Memory Browser"
3. In the Memory Browser view ,type your address and enter to watch your own address.
4. Press Right click on the memory browser and select "Load Memory".
5. Select your .dat file with browse button and click next.(Check "Use the file header information")
6. Type the address that you want to write in Start address".
7. Click finish.