Hi,
I have question about AM3357 PRU and ISDK.
My customer are using EtherCAT.
They are connecting other vendor Ether PHY(not TI).
They are not using "pr1_mii0_rxlink" and "pr1_mii1_rxlink" of AM3357.
So, they modified source code(tiescbsp.c) of ISDK as follow:
(This modification method was answered at following E2E(I posted))
e2e.ti.com/.../1639254
*******************************************************************
In tiescbsp.c,
in the function bsp_init, before calling bsp_pruss_mdio_init
Set as follow:
//////////////////////////////////////////////////////////////////
mdioParamsInit.enhancedlink_enable = TIESC_MDIO_RX_LINK_DISABLE;
//////////////////////////////////////////////////////////////////
*******************************************************************
But EtherCAT are not communicating. So, we have following questions.
Q1.Are there anything else to modify in ISDK source code to disable enhanced link?
Q2.Is ISDK supporting "enhanced link disable"?
best regards,
g.f.