Hello,
I use S32K148, and I want to send the ethernet frame, so I use the function ENET_DRV_SendFrame(INST_ETHERNET1, 0U, &buff, NULL);
When I create an ethernet frame, do I need add preamble and FCS, or it's automatically added?
Hi,
preamble and FCS is added automatically.
BR, Petr