crazyflie firmware with STM32CubeMX

Discussions about quadcopters/multi-rotors
Post Reply
leonana69
Beginner
Posts: 21
Joined: Wed Apr 27, 2016 9:43 am

crazyflie firmware with STM32CubeMX

Post by leonana69 »

I spend last month improving the portability of crazyflie-firmware, here is my project: https://github.com/Leonana69/POD-Firmware
The idea is to use STM32CubeMX to generate the initialization codes, and I tried to make the least changes to those generated files and keep all hardware-related configurations in one file (config.h). So later you can apply the firmware to another type of MCU easily.
Lots of documentation need to be done, but it now can do the hover with a flowdeck (sometimes it may fail to take off, I'll fix it in the future :| ).

Btw, the start address of this firmware is 0x8004000, if it can't start after flashing, maybe you need to check your bootloader.
Post Reply