-
Notifications
You must be signed in to change notification settings - Fork 0
Software tools
fdila edited this page Aug 10, 2019
·
8 revisions
Currently using STM32CubeIDE with default configuration and OpenOCD as debugger.
Steps for creating a new project:
- File > new > STM32Project
- Select board
- Give a name to the project
- Click finish
- You will be asked if you want to open a new perspective, click Yes
- The STM32CubeMX interface will open, here you can configure pins, clock and various stuff
- Once you finished your configuration go on File > save, this will generate the C initialization code