Dear Everyone, I would like to ask the forum's assistance in resolving the problem I experience in EVM6678L board.
I wrote an application based in the PA_simpleExample. The application sends and receives packets to/from an external device. Every thing is right except the Flow control is disable.
I added the following lines in the Init_Switch funtion:
flowControlCfg.p0FlowEnable = 1;
flowControlCfg.p1FlowEnable = 1;
flowControlCfg.p2FlowEnable = 1;
CSL_CPSW_3GF_setFlowControlReg(&flowControlCfg);
But the Flow control is still disable.
I see that the function Init_MDIO is empty.
My problem is related with the MDIO Init or with something else?
How can I configure the MDIO to enable Flow Control?
Thanks,
Enrique