This project demonstrates advanced inter-task communication using queues to pass complex data structures in an STM32 microcontroller with FreeRTOS. Instead of simple integers, this example shows how ...
When learning STM32 or other microcontrollers, most engineers start with bare-metal programming. It’s simple, close to the hardware, and perfect for understanding how peripherals really work. But as ...
ESP32 や STM32 を使って IoT 開発をしていると、 必ず出てくる単語があります。 実際に「何ができるの?」「何が嬉しいの?」は分かりづらい。 この記事では IoT開発者視点で FreeRTOS を“実務レベルで理解できる”ように解説します。 です。 PC の OS ほど巨大 ...
📝 Understanding Task Priorities in FreeRTOS (STM32 Example) When working with RTOS (Real-Time Operating Systems), task priority determines which task gets CPU time when multiple are ready to run. Let ...