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.

Telnet TIVA-C

Hello!

I need an example for Telnet echo  (NDK TI-RTOS) for  EK_TM4C1294XL.

I use CCS 6.01, tirtos_tivac_2_01_00_03 

Thanks.

  • I found 2 threads which may help you out.  The second thread is also referenced in the first one.  There are lots of links in the first thread to different resources.

    http://e2e.ti.com/support/microcontrollers/tiva_arm/f/908/p/352227/1236062.aspx

    http://e2e.ti.com/support/microcontrollers/tiva_arm/f/908/t/358322.aspx

    Judah

  • This examples not use Ti rtos with NDK GUI. 

    I run a example
    http://processors.wiki.ti.com/index.php/TI-RTOS_HTTP_Example
    It work fine. Now I need to add in this project telnet echo. I enable in GUI NDK telnet module, create instance "telnet0". It have 2 function: Servicereport and Callback. What i need do now? Add this functions in main.c? Create a task? Need examples.