DLPU041G April 2016 – July 2024 DLPC230-Q1 , DLPC230S-Q1
There are four flash scratchpad blocks that may be used to store any desired data. The data within these blocks are not used for DLPC230-Q1 software configuration in any way. The data structure for each of these individual blocks is shown in Table 10-7.
Multi-byte values use little endian format (LSB first).
The size of each block is one flash sector (4096 bytes) and the block data must fill the flash sector. Padding bytes should be 0xFF.
BYTE ADDRESS (HEX) | 0 | 1 | 2 | 3 |
---|---|---|---|---|
0000 | 'O'C | 'E'C | 'M'C | Block NumberU8 |
0004 | CRCU32 | |||
0008 | SIZEU32 = 4084 | |||
000C | MajorU8 | MinorU8 | PatchU16 | |
0010 | Custom Data | |||
... | ||||
0FFC |