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.
9 years ago.
2 programms together
Hello, i'm using mbed 1768 and i'm wondering : is it possible to execute 2 differents and separates programs in the same time?? Thanks in advance
2 Answers
9 years ago.
To a degree but not totally separate it would have to form one program, see RTOS, I believe it functions quite well on the LPC1768 Mbed.
https://developer.mbed.org/users/mbed_official/code/mbed-rtos/
9 years ago.
Short answer: No.
Assuming they aren't trying to use the same hardware interfaces at the same time you could use an OS like the mbed RTOS and run the two programs on two separate threads. How much work is required to get that to work depends a lot on the programs.