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.

erpc_remote_control

Overview

This example demonstrates usage of eRPC between PC and board using UART transport layer. Thanks to eRPC arbitrator both the board and the PC act like server and client.

When both servers start they wait for data being sent from client over UART. A. Server on the board performs action (DAC/ADC conversion, turn on selected LEDs, read data from magnetometer and accelerometer sensor) and sends result data back to client (or lights LED). B. Server on the PC displays which SW button was pressed on the board.

eRPC documentation

eRPC specific files are stored in: middleware\multicore\erpc eRPC documentation is stored in: middleware\multicore\erpc\doc eRPC is open-source project stored on github: https://github.com/EmbeddedRPC/erpc eRPC documentation can be also found in: http://embeddedrpc.github.io

Supported Boards