EEPROM Table
EEPROM size: 64 Kbit (8192 bytes)
Addresses go from 0x0000 to 0x1FFF
Settings needed:
- Integrity check (1-2 bytes)
- Aircraft type (1 byte)
- PID gains (num channels * 3 gains * 4 bytes)
- IMU calibrations (3 sensors * 3 axes * 2 params * 4 bytes) = 72 bytes
0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | A | B | C | D | E | F | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0x0000 | ||||||||||||||||
0x0010 | ||||||||||||||||
0x0020 | ||||||||||||||||
0x0030 | ||||||||||||||||
0x0040 | ||||||||||||||||
0x0050 | ||||||||||||||||
0x0060 | ||||||||||||||||
0x0070 | ||||||||||||||||
0x0080 | ||||||||||||||||
0x0090 | ||||||||||||||||
0x00A0 | ||||||||||||||||
0x00B0 | ||||||||||||||||
0x00C0 | ||||||||||||||||
0x00D0 | ||||||||||||||||
0x00E0 | ||||||||||||||||
0x00F0 |