vedderb / bldc

The VESC motor control firmware
2.16k stars 1.35k forks source link

Add hw specific backups #491

Closed nitrousnrg closed 2 years ago

nitrousnrg commented 2 years ago

Data stored in this memory will be persistent across firmware updates.

It can be used to store motor position offset and configs that an end user would change but expect to be kept after a firmware update.

This uses the same approach used in the VESC BMS firmware.