Tool/software: Code Composer Studio
I was trying to repeat the Speech Recognition experiment on Speech Recognition Reference Design on the C5535 eZdsp document. However, I have a few problems.
I installed
• CCS (the demonstration was tested with v6.1.2)
• DSP/BIOS™ real-time operating system v5.42.0.7
• TIesr Speech recognition software package
• C55XCSL-LOWPOWER-3.00.00.02 (This design assumes the CSL is installed at the following Windows path: C:\c55xx_csl_3.00)
exactly the same version on a Windows 7 PC.
C55XCSL-LOWPOWER-3.00.00.02 doesn't seem to support C5535. I had to manually add #define CHIP_C5535 in general.h and add CHIP_C5535 support in other head files to pass compiling. If I install the latest version, which is 3.08.01, there is no cslVC5505 project. Also in 3.08.01 I2Cread function has changed and not compatible with TIesrDemo55 package downloaded.
So I would like to ask which version of C55XCSL is the correct version for C5535 eZdsp board?
Another problem is after I compiled the code successfully I did not know which Debug probe I should choose. It is a bit confusing as there are many options. I tried to select different ones and use test connection to test. None was successful.
I would like to ask which Debug Probe should I choose for eZdsp board? Is there any detailed document explaining how to load the program to eZdsp board with Debug Probe?
Any help would be greatly appreciated.