Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 957 Bytes

File metadata and controls

22 lines (16 loc) · 957 Bytes

readme.md

STM32 Standard Peripheral Libraries

-Standard Peripheral Library -Std Periph in github -Standard Peripheral Library Expansion: A collection of embedded software libraries running on top of the std periph lib. If you are still learning, you wont probably need this

https://github.com/nematix/stm32f10x-stdperiph-lib http://www.longlandclan.yi.org/~stuartl/stm32f10x_stdperiph_lib_um/index.html

make all
make flash

cd libs/STM32F10x_StdPeriph_Lib_V3.5.0 make -f ../../config/common.mk lib cd ../../examples/blink/with_stm32_std_periph make -f ../../../config/common.mk all make -f ../../../config/common.mk flash