Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 880 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 880 Bytes

STM32 BluePill Template project

STM32 BluePill template project for STM32CubeIDE with Standard Peripherial Library (SPL) v3.6.1.

How to use

Install STM32CubeIDE

File -> Open Project from File System... -> Directory -> Finish

The project will appear in your Project Explorer. Rename it.

Right Click -> Rename... -> Update references ✓ -> OK

The .ioc file

The .ioc file added for reference where you might describe pinout, peripherials, timings, interrupts, etc. But just for reference. Do not use 'Generate Code' button. If you want to hide 'Code-generation needed' notification, delete isbadioc=true string from file or change it to false.