# STM32F207-FreeRTOS-VSCODE-BLINK **Repository Path**: david_gdg/STM32F207-FreeRTOS-VSCODE-BLINK ## Basic Information - **Project Name**: STM32F207-FreeRTOS-VSCODE-BLINK - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-04 - **Last Updated**: 2024-05-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # STM32F207-FreeRTOS-VSCODE-BLINK Initial setup for STM32F207 with Freertos that blink two leds in NUCLEO-F207ZG using Visual Studio Code ### 1 - Run VsCode ### 2 - Open folder in vscode containing this project ### 3 - Press F8 and select your build target Also in terminal you can use MAKE: make all TARGET=Release make all TARGET=Debug make flash make clean