FreeRTOS on the Raspberry Pi Pico (RP2040) Part 3: Scheduling and Task Priorities

FreeRTOS is an open source Real Time OS available for a wide range of microcontrollers and this video is part 3 in a series on using FreeRTOS on RP2040 based boards such as the Raspberry Pi Pico. In this video we show you how the FreeRTOS scheduling algorithm works. We also cover task priorities and task states. By the end of this tutorial you will have a project which explains how task priorities affect task scheduling. The written version of this tutorial and the code used is available: Template Project Repo: GitHub Command: “git clone --recurse-submodules “ Playlist of FreeRTOS on the RP2040: In this tutorial we create a simple program where a Raspberry Pi Pico uses two FreeRTOS tasks to print to a command line over the USB interf
Back to Top