ChibiOS/RT examples running on STM32F4 Discovery board
- GNU ARM Toolchain - Cross Compiler
- ChibiOS/RT - Real Time Operating System
- ST-LINK - Programmer
-
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
- I2C code test
- Shell over serial line example
- ADC example
- DAC example