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.

UDP example on MCU1-0



HI everybody , 

I m on TI rtos  would like to perform some UDP test on MCU1-0.

Can you provide any sample project that uses NDK? On PSDKRA6.1/ndk_3_61 examples are not included.

bets regards

Carlo

  • Hello Carlo,

    cpsw_nimu_example in CPSW LLD in PDK uses NDK and has integrated NDK UDP server.

    It is located at sdk_install_path/pdk/packages/ti/drv/cpsw/examples/cpsw_nimu_example. Please refer to CPSW integration doc for details about this example. Also refer to SDK developer notes on the Ethernet.

    Please note that this example uses NDK UDP daemon/servers so if you are looking for source code, it would under NDK (ndk_x_xx\packages\ti\ndk\tools\servers\echosrv.c)

    To run UDP test run testUDP.exe/out from ndk_x_xx\packages\ti\ndk\winapps