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: how to configure eathernet through sys config

Part Number: TMS320F28386D


HI all,

i am trying to configure EATHERNET using sys config my device is tms320f28386D

in case of ethernet we can only configure pin through sys config .
and after build the project i am getting this only in board.h
void ETHERNET_init(){
myETHERNET0_init();
}

void myETHERNET0_init(){
}

kindly tell me how to conifure the eathernet using sys config.