Skip to content

stm32f103rb template project with basic CMSIS libs setup using Unix Makefiles

License

Notifications You must be signed in to change notification settings

JungerBoyo/stm32f103rb-template-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stm32f103rb-template-project

stm32f103rb template project with basic CMSIS libs setup using Unix Makefiles.

IMPORTANT

Pass <ARM_TOOLCHAIN_PATH>(compiler and objcopy) and <ST_TOOLCHAIN_PATH>(st-flash tool) arguments with make command in order to compile and flash.

Debugging

To debug follow the steps:

  • run st-util (included in st toolchain)
  • run gdb
  • (in gdb)target extended:4242
  • (in gdb)file <path_to_exe>.elf

About

stm32f103rb template project with basic CMSIS libs setup using Unix Makefiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages