Difference between revisions of "STM32 FreeRTOS"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
The examples on this page is using a [[STM32F411]] based [[Black Pill]] development board. | The examples on this page is using a [[STM32F411]] based [[Black Pill]] development board. | ||
− | == Tasks == | + | == Concepts == |
+ | |||
+ | === Tasks === | ||
To be added | To be added | ||
− | == Queues == | + | === Queues === |
To be added | To be added | ||
− | == Semaphores and Mutexes == | + | === Semaphores and Mutexes === |
To be added | To be added |
Revision as of 04:10, 20 August 2021
STM32CubeMX includes an option to use FreeRTOS. In an earlier life, I did quite a lot of development on ESP32, and that, due to it's dual-core design, is very much centred around FreeRTOS. Back the, I grew to hate FreeRTOS.
The examples on this page is using a STM32F411 based Black Pill development board.
Concepts
Tasks
To be added
Queues
To be added
Semaphores and Mutexes
To be added