Skip to content

project template for STM32 projects with UART for serial console output

Notifications You must be signed in to change notification settings

MarcoBodega/STM32-TEMPLATE-UART

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STM32-Template

A Build template for projects using the stm32vl discovery board, CodeSourcery gnu toolchain, and the STM32F10x Standard Peripheral Library.

To test:

(1) install the toolchain and libarary. (2) change the TOOLROOT and LIBROOT paths in Makefile.common (3) cd to Demo (4) type make

To create new projects

(1) clone the Demo directory (name the directory appropriately) (2) change TEMPLATEROOT in the cloned makefile to point to the template directory (3) modify as needed, adding any needed library objects to the OBJ list in the Makefile

STM32-TEMPLATE-UART

About

project template for STM32 projects with UART for serial console output

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages