Other Parts Discussed in Thread: HALCOGEN, TMS570LC4357
Hi all,
I am using IAR compiler to implement ethernet driver. I have been playing around with halcogen generated code and code composer studio and i can see the packets being sent on wireshark.
So i initialized emac, mdio and emac control modules as shown in data sheet and as done in halcogen generated code. i create single buffer descriptors with proper flags and data array then add the address to TX0HDP register. I can see the TXGOODFRAMES number is incrementing but i still can not read the ethernet packets on wireshark.
Am i missing something extra to do?
Thanks,
Hany