Context:
Platform: S32K3**
We are implementing our own EthTrcv MCAL driver for an Ethernet Transceiver. We are also using the MCAL Hardware Drivers. (SW32K344_RTD_4_4_2_0_0_D2203)
However, there’s also a stub file for EthTrcv, under the MCAL folder of the SDK path shown below:
This file only has the 2 following methods in it, and they’re undefined. I’m guessing these are the Read/Write methods for the transceiver using the MDIO bus...
Questions:
How should this stub file be implemented?
Thanks in advance for your time and help!
Hello @MateoSegura413,