Electronics - FreeRTOS - Scheduler, task and queue on STM32F3Discovery
When it comes to dividing the time to share tasks, a simple microcontroller sometimes needs a friend. This friend is called FreeRTOS and will help our dear STM32 to dispatch tasks as if each one was written for the CPU entirely. Let’s see this. Shopping list The Github for the current tutorial with full files and code: https://github.com/badprog/badprog-electronics-freertos-scheduler-task-and-queue-on-stm32f3discovery IDE: VSCode DevContainer extension Board: STM32F3Discovery LSM303DLHC accelerometer (U3, small black chip on the right, above the pins) Datasheet: https://www.st.com/resource/en/reference_manual/rm0316-stm32f303xbcde-stm32f303x68-stm32f328x8-stm32f358xc-stm32f398xe-advanced-armbased-mcus-stmicroelectronics.pdf Logic Analyzer for I2C and UART bus communication ...