Skip to content

mapi-ng/stm32f4_cmake_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

STM32F4 CMake template

Template project for STM32F4 with CMake

Prerequisites (Ubuntu)

  1. Download STM32CubeMX https://www.st.com/en/development-tools/stm32cubemx.html#get-software

  2. Make sure the installation files have execution rights: sudo chmod 755 jre/bin/*

  3. Install using SetupSTM32CubeMX-6.12.0

  4. Download STM32CubeIDE: https://www.st.com/en/development-tools/stm32cubeide.html#st-get-software

  5. Execute sh script from the archive and follow the installation steps.

Default installation directory is /home/user/st/stm32cubeide_1.16.0/

  1. Install GCC for ARM sudo apt -y install gcc-arm-none-eabi

CMake project generation

CMake project can be generated from STM32CubeMX. Afterwards it can be built and connfigured from other IDE, e.g. Visual Studio Code.

About

Template project for STM32F4 with CMake

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published