Tool/software: Code Composer Studio
Hello everyone,
I am using EK-TM4C1294XL LaunchPad for Ethernet functionality. To start with this, I want to send some data (any dummy data) from this board over Ethernet physical layer to some device (like my pc). I have referred the programming example in Ethernet controller section of the document "TivaWare Peripheral Driver Library User's Guide" and used that to send some data by passing it through a buffer. But I am not sure whether the data is sent or not with the help of Wireshark. Can anyone help me how to modify that given example in the document or suggest some way to send some data from the board over Ethernet physical layer.