Sandhya,
A few references may also help you understand the place the linker CMD file has in the project:
software-dl.ti.com/.../sdto_cgt_Linker-Command-File-Primer.html
dev.ti.com/.../
Also, make sure your device is properly configured in…
Sandhya,
Not sure what might be going on in your setup.
What software base are you using? is it the C55x CSL?
Also, you may want to take a look at this thread where there's some C5510 example code posted by someone using the McBSP in SPI mode.…
SANDHYA PRAJAPATI said: I am confused about the fact that as the GEL startup file already there in simulator is configured for particular device c5510 then why i have to change it even if i am using same target device.
Note that the gel file for the…
Hi Cvetolin,
Thank you for your quick answer.
Is it mean only 4 channels supported or at least 4 channels are supported?
I saw some products can support up to 32 channels which use the TMS320vc5510a without external SDRAM, but I am not sure are…
Part Number: TMS320VC5510A Tool/software: Code Composer Studio Hi,
I find myself needing to support a legacy DSP C5510A project that was developed using CCS 2.2.1.
Is there possibly a way to aquire this version and the required license for this version…
Part Number: TMS320VC5510A Other Parts Discussed in Thread: LM1117
Tool/software: Code Composer Studio
Hi
I am using the TMS320vc5510a to do MCBSP to connect a codec to process voice, below is how I process it in the code, my code does the functions…
Part Number: TMS320VC5510A
Hi ,
In TMS320VC5510A Iam using DMA controller configured only for Frame Interrupt. My ISR will clear the FI bit of DMA Channel Status Register .
DMA transfer worked fine for almost 2 hrs. After that my ISR is not invoked…
Part Number: TMS320VC5510A Tool/software: Code Composer Studio Hello:
How to make "software reset" in GEL file?
Like assembly, ASM(" reset ");
I have try to the "GEL_Reset()", but it works like hard reset.
I'm using the CCS 7.1.
Thanks.