This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM243x/CPSW/10Mbps packet transmission error

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

Fullscreen
1
2
linkCfg->speed = ENET_SPEED_10MBIT;
linkCfg->duplexity = ENET_DUPLEX_FULL;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

  • 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?