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.
10 years, 3 months ago.
Is it possible to multitask on a STM32F401 using mbed?
I want to upload an Operating System in order to multitask in a STM32F401. Is it possible??
1 Answer
10 years, 3 months ago.
If all libs are up to date than RTOS should work on the F401: https://mbed.org/handbook/RTOS. That does allow you to have multiple task, but there is of course only one physical core, so it will do the tasks sequentially.