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.

RTOS/TM4C1294NCPDT: Using debugging tools to understand ethernet example

Part Number: TM4C1294NCPDT

Tool/software: TI-RTOS

Hello,


I have the tcpEchoIPv6 example working on the TM4C1294NCPDT device. The example seems to be working correctly (I can ping the device using windows command prompt and see the pinging packets as well as the device's replies in Wireshark.) I want to understand this example deeper by seeing exactly where the code execution goes when the controller is pinge (i.e. where it received the frame data and copies it to its reply frame, etc.)

How can I do this? I tried using the stop-mode logger and find ethernet-related functions in the logs but have not had any luck.


Thank you,

svl123