Other Parts Discussed in Thread: AM2634
Hello Support Team,
I am working ethernet bootloader on AM2634 and tested MCAL demo App and communication was up and able to see ethernet frames on Wireshark.
I have configured my Eth & EthTrcv module same as MCAL demo app, except polling method instead of Interrupt.
*Identified an issue with Eth module initialization.
Eth initialization is as expected as compare to demo EthApp.
In EthTrcv initialization transceiver getting reset and re-initialized with EthTrcv_ConfigInit function.
Eth initialization is not changing same as previous value(Highlighted)
But the value is changed in my case as shown below
Not sure what is the problem here. is it cause for transmission issue?
*Still i can able to receive the Eth frames on reception end which are expected frames.
Only Eth frames and not transmitting out.
Could you please provide hints resolve this issue.
I'm stuck here from last week onwards, debugged a lot but not able to find root cause.