https://github.com/roxma/stm32f4-blinky
https://github.com/roxma/stm32f4-blinky
makefile-template stm32 stm32f4 stm32f4-discovery
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/roxma/stm32f4-blinky
- Owner: roxma
- License: mit
- Created: 2018-11-28T03:27:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-05T06:35:28.000Z (almost 7 years ago)
- Last Synced: 2025-01-06T01:43:53.985Z (9 months ago)
- Topics: makefile-template, stm32, stm32f4, stm32f4-discovery
- Language: C
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Minimal Project Template for STM32F4 Development on Linux
I'm using this template playing with my STM32F407VGT6-Discovery board.
Theoretically it could be easilly ported for any STM32F4xxx chips.Requirements:
- `make`
- [gcc-arm-none-eabi](https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads)
- [STM32F4-Discovery_FW_V1.1.0](https://www.st.com/en/embedded-software/stsw-stm32068.html)
extracted into this project directory.
- [stlink-tools](https://github.com/texane/stlink) for burning the program to
the chip.If you don't know how to start, here's a nice blog post that guides you step
by step.- [How to compile and burn the code to STM32 chip on Linux (Ubuntu)](http://blog.podkalicki.com/how-to-compile-and-burn-the-code-to-stm32-chip-on-linux-ubuntu/)