Home
Softono

STM32F4 ChibiOS

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

 About STM32F4 ChibiOS

ChibiOS/RT examples running on STM32F4 Discovery board

Platforms

Web Self-hosted iOS

Languages

C

Links

Need Help Installing STM32F4 ChibiOS?

We provide expert installation service for this software. Our team will install, configure, and secure STM32F4 ChibiOS on your server. plans start at just $30.

STM32F4 ChibiOS

View on GitHub

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