afry-south / dragonfly-fcb

ÅF Dragonfly Quadrotor UAV Project
Other
7 stars 3 forks source link

Storing of FCB configuration #14

Closed stenbergd closed 9 years ago

stenbergd commented 9 years ago

Settings and calibration values previously used must be stored so that they can be retrieved through power cycles.

Store this in the embedded flash memory of the STM32F3.

stenbergd commented 9 years ago

Use CRC to check data availability and integrity when writing/reading flash

stenbergd commented 9 years ago

Done. Stores RC receiver calibration values effectively.