Other Parts Discussed in Thread: SYSCONFIG,
Tool/software:
Hi,
Is there an example of how to set up the CPSW in no_phy mode. I have a situation where have the CPSW connected to another device (Anybus-M40 in RMII mode),
The device is fixed at 100Mbps Full duplex.
After selecting no_phy mode, sysConfig does not give me the ability to force the Speed & Duplex.
Then when trying to compile, I get the following un-defines:
EnetApp_isPortLinked obj/debug/ti_enet_lwipif.obj
EnetBoard_getId obj/debug/ti_enet_open_close.obj
EnetBoard_getMiiConfig obj/debug/ti_enet_open_close.obj
EnetBoard_getPhyCfg obj/debug/ti_enet_open_close.obj
EnetBoard_setupPorts obj/debug/ti_enet_open_close.obj
gEnetPhyDrvTbl c:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/lib/enet-cpsw.am64x.r5f.ti-arm-clang.debug.lib<enetphy.obj>
I understand the EnetApp_isPortLinked function, as that can be used to bring the port up or down to the stack.
But the others, as I do not have a phy, not sure how to use them.
Any Help would be great.
Robert