19.8. MBX dualcore
19.8.1. Overview
This example demonstrate how MBX works. Core 0 will send message to core 1 which will echo back what’s been received.
19.8.2. Board Setting
debug console for core1 can be found in Pin Description for specific board
19.8.3. Generate, Build and Debug Multi-core projects
Please referenceMulticore General Description.md
19.8.4. Running the Example
start to run application for each core, following content should be shown on debug console
for core0:

for core1:

once core1 application starts, core1 will receive messages from core0 then send them back, then in the console of core0:
