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