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.

TMS320F28386D: Ethernet MII example for TMS320F28386D (ZWTQ)

Part Number: TMS320F28386D
Other Parts Discussed in Thread: C2000WARE, DP83822I, TMDSCNCD28388D

Hello,

I would like to use a board based on the F28386DZWTQ microcontroller for Ethernet communication (IP UDP).


This Ethernet communication is done by the MII bus between the F28386DZWTQ microcontroller and the DP83TC812RRHATQ1 component (100BASE-T1
Ethernet PHY) on my custom board.

I couldn't find sample code for Code composer Studio 11.1.0.00011 that compiles and works on my board.

Is someone can provide me links to examples of simple code to send and receive Ethernet frames via MII bus of the microcontroller ?

Note:
If needed, here is the list of Ethernet signals connected to the microcontroller:

ENET_MDC: GPIO42/D19
ENET_MDIO: GPIO43/C19

ENET_RX_CLK: GPIO49/R17
ENET_RX_DV: GPIO50/R18
ENET_RX_ER: GPIO51/R19
ENET_RX_D0: GPIO52/P16
ENET_RX_D1: GPIO53/P17
ENET_RX_D2: GPIO54/P18
ENET_RX_D3: GPIO55/P19

ENET_TX_CLK : GPIO44/K18
ENET_TX_EN: GPIO69/B18
ENET_TX_D3: GPIO72/B16
ENET_TX_D2: GPIO73/A16
ENET_TX_D1: GPIO74/C17
ENET_TX_D0: GPIO75/D16

ENET_WAKE: GPIO2/A7
ENET_INT: GPIO3/B7
ENET_INH: GPIO6/A6
ENET_RESET_N: GPIO7/B6

Best Regards,

Christophe BERENGER