Skip to content
Snippets Groups Projects
Select Git revision
  • b793907e4e3eab71eaf330356a8ba2eb10cb25d1
  • master default protected
2 results

e7020e_2021

Forked from Per Lindgren / e7020e_2021
Source project has a limited visibility.

#Minimal MCU init for STM32F407xx

Pretty much a copy/paste of the STM32F4-Discovery template from ST. It seems general for the MCU. However main.h/.c were renamed to mcu_init.h/.c, since it felt like a cleaner structure.

This whole directory will be compiled and linked to the application, that will typically invoke mcu_init() as its first invokation in main(). This directory will also belong to the include directories for the application.