This is the documentation for the latest (main) development branch of mcuxpresso sdk. If you are looking for the documentation of previous releases, use the drop-down menu on the left and select the desired version.

enet_txrx_transfer_rxinterrupt

Overview

The enet_rxtx_rxinterrupt example shows the simplest way to use ENET transactional tx/rx API for simple frame receive and transmit.

  1. This example shows how to initialize the ENET.

  2. 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.

Supported Boards