Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 799 Bytes

File metadata and controls

16 lines (11 loc) · 799 Bytes

FreeRTOS_Task01

Learn how to use FreeRTOS with STM32 Nucleo Board, IDE is VSCode.

The STM32 Nucleo Board Type is "Nucleo-F446".

I am a rookie using FreeRTOS and VSCode. If there are any bugs, please let me know. Thanks for any advices.

STM32F4xx Standard Periph Driver Version: "V1.8.0"

You can download the standard periph driver from ST website: https://www.st.com/content/st_com/en/products/embedded-software/mcu-mpu-embedded-software/stm32-embedded-software/stm32-standard-peripheral-libraries/stsw-stm32065.html

FreeRTOS version: "V8.2.3"

When I build this project, The latest version of FreeRTOS is "V10.2.1". You can download the old or newer version from https://www.freertos.org/

About IDE:

I use VScode for this project now. The version of vscode I'm using is "1.35.1".