This is a project to create a basic STM32CubeIDE project for the Adafruit STM32 Feather Express board.
All pins are assigned like the standard usage.
There are different ways to use this basics.
- First at all you can use a cope/branch of this repro.
- Download the IOC-file and create a new "STM32 Project from existing STM32CubeMX Configuration File"
Today the configuration is very basic and untestet. I have added all peripherals like intend from the Feather manual.
The configuration calls all MX_Module_Init functions with except the MX_SDIO_SD_Init in case of exception call without a card inserted. Maybe I add a ISR for Detect_SD.
There is a "feather_h.ftl" template. It creates the feather.h file. This header file holdes alternative pin names. The #include of this header file is inside a user section.