25.9. MBX dualcore

25.9.1. Overview

This example demonstrate how MBX works. Core 0 will send message to core 1 which will echo back what’s been received.

25.9.2. Board Setting

debug console for core1 can be found in Pin Description for specific board

25.9.3. Generate, Build and Debug Multi-core projects

Please reference Multicore General Description

25.9.4. Running the Example

  • start to run application for each core, following content should be shown on debug console

    • for core0:

    core0_console_output
    • for core1:

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

    core0_console_output2