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.
Tool/software: TI-RTOS
I am working with EK-TM4C129EXL Development board. I am using Tcpecho Example to connect with Ethernet network. It works fine. I need to make that whole TcpEcho example into a full function like Heartbeatfxn example in minimal footprint example.. Is that possible??? If that possible how to do that???
Is there any flowchart of how that example works like program flow???? At which point of execution of the program tcpHandler, tcpWorker tasks runs???
I am working with EK-TM4C129EXL Development board. I am using Tcpecho Example to connect with Ethernet network. It works fine. I need to make that whole TcpEcho example into a full function like Heartbeatfxn example in minimal footprint example.. Is that possible??? If that possible how to do that???
Is there any flowchart of how that example works like program flow???? At which point of execution of the program tcpHandler, tcpWorker tasks runs???
What I meant was I had created new project (empty minimal) then I copied tcp
hooks.c and tcpHandler() and tcpWorker() from the tcpEcho() example. Also made few changes in NDK Stack by adding tcpHooks to
NDK Stack. While doing these steps I could able to ping and I am not able to connect to IP Address.