mcci-catena / Catena-Arduino-Platform

Arduino platform library for MCCI Catena IoT Systems
MIT License
12 stars 11 forks source link

Add mechanism for storing mfg info in flash #236

Closed terrillmoore closed 4 years ago

terrillmoore commented 4 years ago

We want to put the serial number in flash, as a backup for the FRAM storage, and to eliminate printing of the serial number labels. This also gives us some place to put things like calibration values for the analog dividers on the boards. The information for reading at run-time should be in the platform. (Possibly should be moved to the BSP but we can do that later.)

In order to do that, we need data structures, etc.