8 years, 5 months 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

8 years, 5 months 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/

Accepted Answer

Thank you, that's worked just fine

posted by Bouchama Abdelbari 19 Nov 2015
8 years, 5 months 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.

thank you :)

posted by Bouchama Abdelbari 19 Nov 2015