Check the operation of the STM32 FreeRTOS message queue
In this article, I will use the FreeRTOS message queue. Here is the development environment at the time of submission. PC: Windows 10 OS IDE: STM32CubeIDE Version1.3.0 Configurator: STM32CubeMX Version5.6.0 Board: STM32Nucleo-F401RE Message queues are one of the items used in multi-threaded programs to communicate data between threads (also calledRead More →


