Skip to content

Example of using STM32F411 Nucleo with STM32CubeF4 on Linux with GCC

Notifications You must be signed in to change notification settings

jafp/stm32cubef4_linux_gcc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is a small example of how to use STM32CubeF4's HAL library with the Nucleo STM32F411 board on Linux.

The program in src/main.c is quite simple;

  • The clock system is configured to run at 100 MHz from the internal RC oscillator
  • GPIOA Pin 5 is set up as output (pull-up) and toggled in the main loop
  • UART is started (115200, 8N1) and prints a message at every iteration in the main loop

About

Example of using STM32F411 Nucleo with STM32CubeF4 on Linux with GCC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published