We have a project, where we want to use an Ethernet PHY, like the TLK 100 or a DP83…, as a physical interface, controlled over RMII.
But now, we will send our own datagram, with our own frame and not like in general a datagram with an Ethernet frame.
Is it possible to use the component in such a way or does it always need the Ethernet frame or parts of it, to send or receive a datagram?
What is the PHY doing with our data? Only code (4B/5B, MLT-3) the data or check it, if there is any Ethernet frame?
In the datasheet, we didn’t find anything to this topic. The only thing we have found is that the 4B/5B Encoder/Decoder needs the first 8 bits of the preamble to build the J/K code-group.
The other question is, if it is possible to do it in our own way, do we have to keep a minimal length of the datagram?
Thank you for help!