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.

TCI6486 EVM EMAC0 problem

To whom might concern,

 

We tried to configure TCI6486 EMAC0 but it was not working as EMAC1 as well on TCI6486 EVM board. Does anyone can help me?

 

1.          EVM console setting

l   enet reset

l   enet config dual

2.          CSL6486 EMAC example

EMAC_load()

l   ecfg.ModeFlags = EMAC_CONFIG_MODEFLG_FULLDUPLEX  | EMAC_CONFIG_MODEFLG_GMIIEN;

l   or (ecfg.ModeFlags = EMAC_CONFIG_MODEFLG_FULLDUPLEX  | EMAC_CONFIG_MODEFLG_RGMIIEN);

l   ecfg.MdioModeFlags  = MDIO_MODEFLG_FD100;

l   EMAC_open( 1, (Handle)0x12345678, 0, &ecfg, &hEMAC );

enableEMAC()

CSL_PscPeripherals module = CSL_PSC_MODULE_EMAC0;

3.          DSP/BIOS(*.tcf)

l   HWI9 for EMAC0 RX with event 5

l   HWI10 for EMAC0 TX with event 6

 

We could configure EMAC1 and EMAC1 was working successfully. We can get the broadcast EMAC package and sent the EMAC packet out.

 

Could anyone know how to fix the problem

 

EMAC_local_loopback.rar