All examples below have been verified
| # | MCU | Example | Description | IDE | Download |
|---|---|---|---|---|---|
| 1 | STM32F103C8T6 | STM32F10x_NOS_MCP | MCP control GPIO PA1 | VSCode+STM32Cube | Download |
| 2 | STM32F103C8T6 | STM32F10xRTOS_MCP | (FreeRTOS) MCP control GPIO PA1 | VSCode+STM32Cube | Download |
| 3 | STM32F103C8T6 | STM32F10xNOS_MultiMCPParam | MCP multi-parameter control | VSCode+STM32Cube | Download |
| 4 | STM32F103C8T6 | STM32F10xNOS_SHT3xMCP | (FreeRTOS) MCP temperature/humidity sensor | VSCode+STM32Cube | Download |
| 5 | STM32F429ZGT6 | JLC_lsPi_MCP_LEDs | MCP control 4 LEDs on LCSC·LicheePi | VSCode+STM32Cube | Download |
| 6 | GD32F470ZGT6 | JLC_lsPi_MCP_LEDs | (FreeRTOS) MCP control 4 LEDs on LCSC·LicheePi | VSCode+STM32Cube | Download |
How to Use These Examples
▫️VSCode + STM32CubeIDE Plugin
🔹Install VSCode
Refer to the VSCode installation guide.
🔹Install STM32CubeIDE Plugin
In VSCode, click the Extensions icon on the left sidebar, search for "STM32CubeIDE", and install.
🔹Open Example
In VSCode, click the File icon on the left sidebar, select "Open Folder", choose the example directory, and open. The STM32CubeIDE plugin will automatically recognize the project.

