Tool/software: TI-RTOS
Hello,
I am looking at the Ti-RTOS Ethernet tcp/ip echo example (it works 100%) and want to access the data bytes that come in (for example, to print to console.) I see that the tcpEchoIpv6.c file has some tasks that seem to be responsible for receiving/sending data but when I step through the code after pinging the controller the code never gets to them (only executing functions in the emacsnow.c file.) How can I access the data that comes in over ethernet without writing code in the emacsnow.c file?
It seems to me that this should be possible since emcasnow.c is a standard TI-RTOS library that would be used by the specific implementation (tcp/ip echo program) to receive the packets, extract data from them, and then send them back.
Thank you,
svl123