Hi,
Can anybody please point me to where can i get an example application for c6424 using NDK.
Thanks,
Ragesh
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Ragesh,
You can download NDK from here: http://focus.ti.com/docs/toolsw/folders/print/ndktcpip.html
Please make sure you download NDK 2.0.0. You also need to have DSP/BIOS installed in order to use NDK.
The NDK provides example applications. Support for C6000 devices is included so you should be able to use the examples provided in the NDK for C6424.
Some useful resources to get you started:
NDK users guide: http://www-s.ti.com/sc/techlit/spru523.pdf
Gives an overview of the NDK and describes how to port network applications.
NDK Programmers reference guide: http://www-s.ti.com/sc/techlit/spru524.pdf
Describes the NDK library API calls in detail.
Ragesh,
If you look at the ReleaseNotes.html in <your install path>\ndk_2_0_0\packages\ti\ndk, it will take you to the NDK 2.00.00 Release Notes page which states: "The code included in this NDK release is generic C code which runs on any C64 or C64P device in both big endian and little endian modes. This release also includes some sample platform specific code and example projects for the following devices: DM642, C6455, DM6437, TCI6488, C6474, C6747, OMAPL137, DM648".
So you should be able to use this release for C6424. What the release notes state is that in addition to supporting generic code for C64 and C64P architectures, the release also contains platform specific codes for the devices listed.