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.

Example project for c6424 using NDK

Other Parts Discussed in Thread: NDKTCPIP

Hi,

Can anybody please point me to where can i get an example application for c6424 using NDK.

Thanks,

Ragesh

  • 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.

  • Hi Aditya,

    The release note for ndk 2.0 details as

    "

    The following devices are supported:

    64x DM642
    64x+ C6455, TCI6482, DM6437, TCI6488, C6474, C6747, OMAPL137, DM648

    "

    So will it support building a project for 6424?

     

  • 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.