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, 6 months ago.
rtos for nucleo; when will it be available?
when can i expect it working with the nucleo f401re?
thanks Patrick
Question relating to:
4 Answers
10 years, 6 months ago.
Hello Patrick H.,
I see at least one issue why RTOS can't be enabled at the moment. It's cmsis startup code initializes systick. It is known issue, will be fixed.
Regards,
0xc0170
10 years, 4 months ago.
Hello, Martin.
I'm also nucleo f401 user and i realized that mbed-rtos have not supported it yesterday. but rtos is successfully built after adding few lines of macro in configuration header.(check my forked library) and now it seems to be working fine so far.
I know mbed-rtos supports stm32f407 well and I thinks it's almost compatible to f401 except some peripheral features.
could you inform the issue more detail?
thanks
10 years, 4 months ago.
Should this be working with the F401RE board? I am now able to compile a test program but it doesn't seem to run correctly.
This is what I did:
1) Create a new program using Nucleo_blink_led. 2) Compile and install - LED blinks. 3) Import mbed-rtos library. 4) Compile and install - no blinking LED.
Am I doing something wrong?
BTW, I'm running in Beta mode if that matters.
Thanks!
The first program - hello world rtos, does this work for you [https://mbed.org/handbook/RTOS]] ??
So you just add mbed-rtos to the app and it stops working?
posted by 15 Jul 2014