Hello,
I compiled the code using CCS4.1.2, without error.... Now i want to download it to DSP 5509A.... How to do this?....
Regads
Pradeep
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.
Hello,
I compiled the code using CCS4.1.2, without error.... Now i want to download it to DSP 5509A.... How to do this?....
Regads
Pradeep
Hi,
It's time to create target figuration file. In CCS menu, select Target-->Net Target Configuration...
Change File name to C5509A_target.ccxml and click Finish.
It'll show C555A_target.ccxml window. Then select Connection to Spectrum Digital DSK-DVM-eZdsp onboard USB Emulator.
After that select TMS320C5509A below Device pan window and Save it.
Click Advanced TAB, it'll show Device TMS320C5509A_0. Select C55xx then find right gel file to use. And save it.
Now you can run your code by clicking debug button.
Just in case, I attached ccxml file I created. You can add this in your project. Please modify gel file location.
Regards,
Hyun
Hi,
The ccxml file only sets up the target configuration. You dont need to download it separately. The target information, linker file, gel file and your code (.out) file gets automatically downloaded on the dsp chip when you download the .out file on the chip. Then you can run it.
Regards,
Sid
You will need an emulator for that. check out different emulators like XDS510USB, XDS100 to check out if they support C5509A and download drivers, and then use Code composer Studio to download the .out file.
Regards,
Sid