/STM32F4-ChibiOS

ChibiOS/RT examples running on STM32F4 Discovery board

Primary LanguageC

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