Hi,
UDP packets is not sent in SDK sample.
SDK : mcu_plus_sdk_am243x_08_06_00_45
Sampe : enet_cpsw_udpclient_am243x-evm_r5fss0-0_freertos_ti-arm-clang
PORT : CPSW PORT1
BOARD : am243x-evm (HS-FS)
PHY : DP83867
The only code modified is EnetApp_initLinkArgs() in app_cpswconfighandler.c
linkCfg->speed = ENET_SPEED_10MBIT; linkCfg->duplexity = ENET_DUPLEX_FULL;
- The link partner is L2 Switch (CentreCOM GS908M).
- There is no problem with the link, but the L2 Switch statistics show a receive error.
- Reception is available.
- 100M/1Gb is not a problem (DHCP works well)
Can this problem be solved by DP83867 configuration?