mcx_enet_txrx_rxinterrupt
Overview
The enet_rxtx_rxinterrupt example shows the simplest way to use ENET functional tx/rx API for simple frame receive and transmit.
This example shows how to initialize the ENET.
How to use ENET to receive frame in interrupt irq handler and to transmit frame.
The example transmits 20 number broadcast frame, print the number of recieved frames. To avoid the receive number overflow, the transmit/receive loop with automatically break when 20 number are received.