Hello there,
I'm a student of Computer Engineering at the University of Technology in Vienna, Austria. I'm taking my first steps with DSPs with a Spectrum Digital DSK6416.
The DSK6416 is from 2006, it came with CCS3.1 and DSP/BIOS 4. I ported the Dsp_App Example (that came with the board and uses EDMA with ping-pong buffers) to CCS4 with DSP/BIOS5 which worked finally. I have some questions to the recentlyness of the used Target Content:
TI seems to sell the DSK6416 now (http://focus.ti.com/docs/toolsw/folders/print/tmdsdsk6416.html) which also comes with CCS4. The website says that "Target board specific Code Composer Studio development tools" is included. Is this newer Target Content also available for download?
Speaking of Target Content, I noticed that the one provided on the CD that came with the board is even newer than the one available at http://c6000.spectrumdigital.com/dsk6416/ (especially the BSL has some minor differences). Am I missing something about that?
I also found a (not substantially) newer CSL at http://focus.ti.com/docs/toolsw/folders/print/sprc090.html. Is this really the newest available CSL for the C6416? (It does work, but using a lib_3x library irritates me a little bit)
I tried out using the DDK for EDMA McBsp access of the AIC23 (the TSK example worked nearly, but there seems some audible memory inference of RTDX vs EDMA happening - I guess I'll start a new thread for this when I find out more). I found the two DDK sites http://focus.ti.com/docs/toolsw/folders/print/sprc118.html and http://software-dl.ti.com/dsps/dsps_registered_sw/sdo_sb/targetcontent/ddk/index.html. It's a bit confusing to having two sites with different versions and no links to each other. Is the DDK 1.20 provided on the second site really the newest one?
Is there any preferred alternative over using CSL+BSL or CSL+DDK(+BSL)? (apart from using Matlab which won't be possible with CCS4 until Matlab2010a as far as I have understood from http://e2e.ti.com/support/microcontrollers/tms320c2000_32-bit_real-time_mcus/f/171/p/31145/109108.aspx)
Also, I ported the Dsk_App Example further to DSP/BIOS6 which also worked finally. But: while the version in CCS3.1+DSP/BIOS4 and CCS4+DSP/BIOS5 ran with about 5-10% CPU load, CCS4+DSP/BIOS6 used 95% CPU (!). If there's a known problem you can point me to without the necessity of posting the code, I'd be thankful. Otherwise I guess a new thread would be a better place for this.
Thanks for your answers!
Fabian