In section 26.4.3 of the LS1046A reference manual (Rev. 1) the first byte of the PBL preamble is defined as follows:
| Bit 0 | Bit 1 | Bit 2 | Bit 3 | Bit 4 | Bit 5 | Bit 6 | Bit 7 |
|---|
| 1 | 0 | 1 | 0 | 1 | 0 | 1 | 0 |
Under the assumption that Bit 0 is the least significant bit, I would expect the first preamble byte to be 0x55. But when I dump the contents of the SD card I'm using I see that the first byte of the preamble is 0xAA instead.
So my question is:
Are the column labels of the PBL data structure in the reference manual in the wrong order or am I missing something else here?
Any help would be appreciated!