Skip to content

Linux Makefile for STM32F429I-Discovery BSP example (Button, LCD, TS, Gyro ...)

Notifications You must be signed in to change notification settings

theotime/STM32F429I_Discovery_BSP_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STM32F429I-Discovery BSP example (Button, LCD, TS, Gyro ...)

This is just the BSP example for the STM32F429I-Discovery from the STM32CubeF4 (STM32Cube_FW_F4_V1.4.0/Projects/STM32F429I-Discovery/Examples/BSP) with a linux makefile. You need STM32CubeF4, stlink, and gcc arm:

sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded
sudo apt-get update
sudo apt-get -y install gcc-arm-none-eabi gdb-arm-none-eabi binutils-arm-none-eabi

Compile and flash the board:

make
make burn

Basic instructions to handle STM32F4 dev on linux can be found here.

About

Linux Makefile for STM32F429I-Discovery BSP example (Button, LCD, TS, Gyro ...)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published