8 years, 5 months ago.

About the mbed-rtos for DISCO_F746NG

When does STM team plan to implement the support for mbed-rtos?

Although I want to use mbed-rtos, it seems the implementation of mbed-rtos for Cortex-M7 will not make progress at all.

Thus I published mbed-rtos branch which supports DISCO_F746NG for temporary use. It simply just use Cortex-M3's code.

Import librarymbed-rtos

Official mbed Real Time Operating System based on the RTX implementation of the CMSIS-RTOS API open standard.

It can work well on test program below.

Import programDISCO-F746NG_rtos_test

mbed-rtos test programs for DISCO_F746NG. #Test for thread, mutex, semaphore, signals, queues, mail, ISR

I already know that there is a issue about semaphore. If it creates a Semaphore instance when main thread is not running, main thread will not work.

I hope to help if you need rtos.

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.
Be the first to answer this question.