Hi Clément,
I think the C6000 CSL is only used for older devices: http://www.ti.com/tool/sprc090
As far as I know, the CSL for C64+ and newer devices don't provide an ISR for EDMA.
Ralf
Hi Gaurao,
Need to do pinmuxing to select as GPIO for particular pin.
You need to configure the registers like DIRECTION, SET and CLEAR for setting, clearing and to act as input/output.
You can use CSL packages for GPIO examples code from the following…
Respected TI Employee,
I have also downloaded the CSL file from web below shown.
http://www.ti.com/tool/sprc090
But this CSL library is same as previous one which is already in CCS v 3.1. I also want to ask you about C6713 and 6713 library file. Is…
Other Parts Discussed in Thread: SPRC090 Hello,
I've attached a project showing a problem I'm seeing. I imported a project from CCS3.3 to CCS 5.2.1 using the legacy import option. When I'm building my program, it gives me an error saying the linker can…
Dear Juan R. Heredia,
Have you managed to solve the problem? I recently stumbled into the same problem with the sprc090.zip and dunno how to solve it.
Thanks and best regards,
Fajar
Hi Tayyab,
Thanks for your post.
You have BSL & examples code from the DSK6713 support page and also documentation resources are availabe from the below:
http://c6000.spectrumdigital.com/dsk6713/
I don't think, we have a direct PWM examples for c6713…
Other Parts Discussed in Thread: SPRC223 , SPRC090 , TMS320C6720 Hi!
I'm trying to use the chip support libraray on the C6720 for easier control of the dMAX and Interrupt controller, but I can't seem to find the right version. On the controller's product…
Hi Navaneeth,
Thanks for your post.
The C6713 DSP interfaces to analog audio signals through an on-board AIC23 codec and four 3.5 mm audio jacks (microphone input, line input, line output, and headphone output). The codec can select the microphone or…
Chad,
What is a good example to get started with some UART communication Rx (and later Tx)? I read on another forum to try the Chip Support Library's example ( http://www.ti.com/tool/sprc090 ), but I cannot get the example to compile. Is there a better…
Other Parts Discussed in Thread: SPRC090 this is a program which is to change the clectirc level of the pin 13 of GPIO ;
no error was reported .from the CCS.but the clectirc level of the pin 13 of GPIO cannont be changed. i have
tried many methods but cannot…