Part Number: TMS320F28388D
Hi TI team,
I’m trying to sniff Ethernet frames from F28388D on a controlCARD (J4 RJ45) using Wireshark, but I only see PC-originated DHCP/LLDP traffic. No frames from the MCU appear.
Hardware
- F28388D controlCARD on docking station
- PC connected directly to J4 (RJ45)
- PHY: DP83822 (controlCARD default)
Software setup
- CPU1 project: ethernet_c28x_config
- CM project: ethernet_ex2_phy_loopback
- I run CPU1 first, then CM
What I already tried
- Toggle led using CPU1 in example ethernet_c28x_config to detect that configuration is still existed and continues logging
- Continuous TX loop in CM (periodic Ethernet_sendPacket) and breakpoint of receiving is continuously hit ok
- Broadcast destination MAC in payload
- Wireshark still shows only DHCP Discover from PC, no MCU frames
Questions
- How can I sniff on packets from wireshak.
