Home
Softono
STM32F4-ChibiOS

STM32F4-ChibiOS

Open source C
12
Stars
6
Forks
0
Issues
2
Watchers
11 years
Last Commit

About STM32F4-ChibiOS

ChibiOS/RT examples running on STM32F4 Discovery board

Platforms

Web Self-hosted iOS

Languages

C

Links

STM32F4-ChibiOS

ChibiOS/RT examples running on STM32F4 Discovery board

Required tools

Notes

  • st-flash usage from a project directory:

    $ st-flash write build/ch.bin 0x08000000
  • st-flash arguments for eclipse:

    write ${selected_resource_loc}/build/ch.bin 0x08000000

TODO

  • I2C code test
  • Shell over serial line example
  • ADC example
  • DAC example