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.

mcan_interrupt_transfer

Overview

The mcan_interrupt example shows how to use MCAN driver in none-blocking interrupt way:

In this example, 2 boards are connected through CAN bus. Endpoint A(board A) send a CAN Message to Endpoint B(board B) when users press space key in terminal. Endpoint B receives the message, prints the message content to terminal and echoes back the message. Endpoint A will increase the received message and wait for the next transmission the users initiate.

Supported Boards