9 years, 11 months ago.

multitasking/threading

Hi im am a noob to the platform, can the Nucleo F401RE do any multitasking or threading it seems to be just a beefed up arduino?

Question relating to:

Affordable and flexible platform to ease prototyping using a STM32F401RET6 microcontroller.

3 Answers

9 years, 11 months ago.

Then a Core-I7 is just 4 beefed up Arduinos? Mbed has RTOS support, so you can make different threads, however it still has only one physical processing core, so it cannot process mulitple threads at the same time.

9 years, 11 months ago.

But at the moment you can't compile the mbed-rtos on the Nucleo platform. Under development ...

Is this still true? Would appreciate some comment on this

posted by Cristian Fuentes 29 Mar 2016
9 years, 11 months ago.

I am also a noob, but Stanly Chen's modified mbed-rtos library is working on my Nucleo-L152RE, can his modification be easily done for the F401? http://mbed.org/users/stanly88/code/mbed-rtos/