I have a Spectrum Digital EVMC6424 board which worked well with the CCS3 and NDK that came with it. My problem now is that I want to use CCS4.0 and the latest NDK, 2.0 and DSP/BIOS with it. Can someone help me integrate the correct components to get the network samples which came with my EVM working under CCS4.0 DSP/BIOS 6.20 and NDK 2.0?
I've been able to create the led_test ( from C:\CCStudio_v3.3\boards\evmc6424_v1\tests\led\*.{c,cmd}) project in CCS4.0, and get it to run, using the Spectrum Digital DSK-EVM-eZdsp onboard USB Emulator after upgrading my Spectrum Digital TMSC64Plus Target USB(c:\windows\System32\drivers\sdusb2em.sys) driver to 6.0.999.0. I had to add "C:\CCStudio_v3.3\boards\evmc6424_v1\include" to my preprocessor include search path, "C:\CCStudio_v3.3\boards\evmc6424_v1\lib\evm6424bsl\ReleaseLE" to my library search path and "evm6424bsl.lib" and "rts6200.lib" files to the Include Library files.
Now I just need some help picking the correct files from DSP/BIOS and NDK . It looks to me that C:\CCStudio_v3.3\ndk_2_0_0\packages\ti\ndk\lib\hal\evmdm6437 is very close to the C6424. Should I continue to use the bsl libraries I got with the EVB?
thanks, Rob