Hi,
I have a developed code with CCS 3.1, that code uses CSL and Data Convert Plug-in to configure an ADC, CSL configure some resources of C6713 device in the DSK board.
Now I need to migrate that code to CCS 4.2.4, I am using a XDS510 USB Emulator tool.
I did the following steps:
1.- I made a new project using the same source and header files used in CCS 3.1
2.- I already install CSL in my computer for that device and I linked all CSL include files to my project in CCS 4.2.4
3.- I downloaded the code into the device TMS320C6713 in the DSK board, and it seems ok, but when I tried to debug the ADC received data into internal DSP buffer by Interrupt, I can't be able to catch that interrupt, it seems that interrupts are not working, even it is the same code that uses in CCS 3.1, and in that version the interrupts are ok.
4.- Also, I tried to download my code into our custom board with same device (C6713), but CCS 4.2.4 showed me an error "Bad Target Silicon Revision Number Please check your multi-processor configuration. The number of devices in the JTAG scan path must be correct for the silicon revision to be read. Or, you may have selected the wrong DSP device driver"
5.- So I tried to change my Target Configuration in order to use our custom board, but I didn´t find the TMS320C6713 device, How can use that device in CCS 4.2.4?
Here I have two problems, first is to migrate my code running on CCS 3.1 to CCS 4.1 with all functions, and second is to download my code into our custom board and using XDS510 USB emulator to debug my application. It is important to say that I need to do some changes to my code generated by CSL and Data Converter Support-Tool
Thanks in advance
Regards,
Hiram Hernandez