I use S32k148EVB+ADTJA1101-RMII module+lwip_s32k148 example to do ETHERNET function test, I use SocketTest v3.0.0 software to connect EVB and successfully send "11" data to EVB, the problem is that I have tried in ENET_DRV_ReadFrame(), enetif_input( ), there is no "11" when looking for buff data, what should I do to get the correct data?
Hello,
By using ENET_DRV_ReadFrame() or enetif_input(), you will only be able to get the raw data of the buffer (i.e. encapsulated data, including upper layers e.g. data link, tcp, ip layer,...) To provide the fastest possible support, I'd like to you refer to the LwIP Application Developers Manual.
Best Regards,
Nam