Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
6 years, 11 months ago.
Multicore
Does mbed OS 5 Support Multicore?
Question relating to:
1 Answer
6 years, 11 months ago.
Matthias,
Unfortunately, Mbed OS does not support multicore.
We do have Mbed Enabled boards that are dual cores (See LPC43XX microcontrollers, specifically Bambino-210E and LPCXpresso4337). Both of these targets have an M3 or M4 paired with an M0 core. Our online compiler and CLI both compile for the M3/M4 core. If you want to utilize both cores, you would have to compile applications specifically for the individual cores and then flash them separately (using DAPLink for the M3/M4, and jtag for the M0).