7 years, 5 months ago.

mbed-rtos on DISCO-F746NG

Is there an mbed-rtos library for the DISCO-F746NG platform with the Cortex M7 processor?

Just adding the standard rtos library to the demo project throws the timing off. The 'wait(1.0f)' statements don't seem to work.

Question relating to:

The STM32F746G-DISCO discovery board (32F746GDISCOVERY) is a complete demonstration and development platform for STMicroelectronics ARM® Cortex®-M7 core-based STM32F746NGH6 microcontroller.

1 Answer

7 years, 5 months ago.

you can use the newer mbed5: instead of using mbed+rtos lib import only the 'mbed-os' lib.

Accepted Answer