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.

OMAP-L137 NDK Examples

Other Parts Discussed in Thread: OMAP-L138, OMAP-L137

I'm looking for an ndk Hello World Type of example for the OMAP-L137. I have already looked into both latest ndk and nsp but the only examples available are for the OMAP-L138.

  • Hi,

    Thanks for your post.

    There is a "helloworld" example available for omap137EVM from NDK 2.00 release. . NDK 2.00 release include TCP/IP stack source and binarys and associated NSPs (drivers). Please check the device web page for NSP (Ethernet driver package) updates or download the driver from the NDK 2.00 full package. Find the NDK and NSP download link avilable at this wiki: http://processors.wiki.ti.com/index.php/Before_asking_for_NDK_support

    Please download the NDK2.00 software from the NDK download page as below:

    http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ndk/index.html

    After installing NDK_2.00, you would be able to find the CCS3.3 project from the below path:

    ~\ti\ndk_2.0.0\example\network\helloWorld\evmomapl137\helloWorld.pjt

    Also, client.pjt & cfgdemo.pjt are available from the path below:

    ~\ti\ndk_2.0.0\example\network\client\evmomapl137\client.pjt

    ~\ti\ndk_2.0.0\example\network\cfgdemo\evmomapl137\cfgdemo.pjt

    If applicable, You could find the EMAC loopback & setmac test codes available at the EVMOMAP-L137 BSL package.

    http://support.spectrumdigital.com/boards/evmomapl137/revg/files/revg_EVMOMAPL137_BSL.zip

    After extracting the above zip file, the emac_loopback & setmac test projects availabe at below location:

    \evmomapl137_v1\dsp\tests\emac_loopback\emac_loopback.pjt

    \evmomapl137_v1\dsp\tests\setmac\setmac.pjt

    Thanks & regards,

    Sivaraj K

    ----------------------------------------------------------------------------------------------------------

    Please click the Verify Answer button on this post if it answers your question.

    ----------------------------------------------------------------------------------------------------------