Skip to content

KimNZ/stm32-bluepill

 
 

Repository files navigation

stm32-bluepill

ChibiOS demos on stm32-bluepill, mainly on STM32F103C8T6(64k)

dependences:

howto:

  1. clone the repo and cd in
  2. ln -s /path/to/ChiboOS ChibiOS to create a symbol link to ChibiOS root
  3. ln -s /path/to/gcc-arm-none-eabi-X-Y gcc-arm-none-eabi to create a symbol link to toolchain
  4. cd demo_folder
  5. make to build
  6. make flash to write chips with st-flash

Tricky:

  • can not read only 1 byte from stm32f1 i2c (DMA).
  • chThdSleep value should not be 0.

About

ChibiOS demos on stm32-bluepill

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 44.4%
  • C 43.1%
  • Makefile 10.9%
  • C++ 1.6%