Building from source
❗️ This setup works, but is not optimal yet. If you have any Ideas, don't hesitate to add a PR!
- Clone this repository:
git clone https://github.com/yourusername/starklicht-stm32.git
- Open STM32CubeIDE
- Select
File
→New
→STM32 Project From Existing STM32CubeMX Configuration File
- A new Popup with Project Creation Wizard appears
File
:Browse
→ Select the.ioc
File of this Repository- Set Targeted Language to
C++
- Click
Finish
- Replace
Inc
,Src
andStartup
inCore
with the ones from this Repo - Replace
STM32F401CCUX_FLASH.ld
with the one from the Repo
Now you can Build the Project.