zephyr/samples/subsys/ipc/ipm_mcux
Martí Bolívar e5d916c82d samples: ipm_mcux/remote: drop device_get_binding/DT_INST
Use DEVICE_DT_GET_ANY.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
2021-05-05 20:46:43 +02:00
..
remote samples: ipm_mcux/remote: drop device_get_binding/DT_INST 2021-05-05 20:46:43 +02:00
src samples: ipm_mcux: drop device_get_binding/DT_INST 2021-05-05 20:46:43 +02:00
CMakeLists.txt samples: ipm_mcux: add lpc55s69 support 2021-01-10 15:38:54 -05:00
README.rst samples: ipm_mcux: update docs with lpc55s69 2021-01-10 15:38:54 -05:00
prj.conf samples: ipm_mcux: add lpc55s69 support 2021-01-10 15:38:54 -05:00
sample.yaml samples: ipm_mcux: update docs with lpc55s69 2021-01-10 15:38:54 -05:00

README.rst

.. _ipm-mcux-sample:

Sample mailbox application
##########################

Overview
********

Some NXP microcontrollers from LPC family are dual-core, this
sample application uses a mailbox to send messages from one
processor core to the other.

This sample applies to the following boards:
 -  :ref:`lpcxpresso54114`, two core processors (Cortex-M4F and Cortex-M0+)
 -  :ref:`lpcxpresso55s69`, two core processors (dual Cortex-M33)

Requirements
************

- :ref:`lpcxpresso54114` board
- :ref:`lpcxpresso55s69` board

Building the application for lpcxpresso54114_m4
***********************************************

.. zephyr-app-commands::
   :zephyr-app: samples/subsys/ipc/ipm_mcux
   :board: lpcxpresso54114_m4
   :goals: debug


Building the application for lpcxpresso55s69_cpu0
*************************************************

.. zephyr-app-commands::
   :zephyr-app: samples/subsys/ipc/ipm_mcux
   :board: lpcxpresso55s69_cpu0
   :goals: debug

Running
*******
Open a serial terminal (minicom, putty, etc.) and connect the board with the
following settings:

- Speed: 115200
- Data: 8 bits
- Parity: None
- Stop bits: 1

Reset the board and the following message will appear on the corresponding
serial port:

.. code-block:: console

   ***** Booting Zephyr OS v1.11.0-764-g4e3007a *****
   Hello World from MASTER! arm
   Received: 1
   ...
   Received: 99