Part Number: MCU-PLUS-SDK-AM273X
Tool/software:
I am using TIDA-0020-047 development board and have ported the enet_cpsw_udpserver example code from the SDK, as well as the dp83tc812 driver. However, my program is now reporting errors, specifically in the EnetPhy_getLocalCaps function. The Get 10/100 Mbps capabilities is NULL, because no matter how it is configured, the high 8 bits of the BMSR Register (Address = 1h) are always 0, which represent 100Base-X Full Duplex, 100Base-X Half Duplex, 10 Mbps Full Duplex, and 10 Mbps Half Duplex. How can I change these high 8 bits to non-zero values?