7I76 42
REFERENCE INFORMATION
LBP
EXAMPLE LBP COMMANDS
Write 4 bytes (0xAA, 0xBB,0xCC,0xDD) to addresses 0x010,0x011,0x012,0x013
with AutoInc so that the address pointer will be left at 0x014 when the command is
completed:
COMMAND BITS CT1 CT0 WR RID AI AS DS1 DS0
LBPWrite: 2 add 4 data
0 1 1 0 1 1 1 0
Write Address LSB 0 0 0 1 0 0 0 0
Write Address MSB 0 0 0 0 0 0 0 0
Write data 0 1 0 1 0 1 0 1 0
Write Data 1 1 0 1 1 1 0 1 1
Write Data 2 1 1 0 0 1 1 0 0
Write Data 3 1 1 0 1 1 1 0 1
Write 2 more bytes (0xEE,0xFF) at 0x014 and 0x015:
COMMAND BITS CT1 CT0 WR RID AI AS DS1 DS0
LBPWrite: 0 add 2 data
0 1 1 0 0 0 0 1
Write data 0 1 1 1 0 1 1 1 0
Write data 1 1 1 1 1 1 1 1 1
Read 8 bytes at 0x010,0x011,0x012,0x013,0x014,0x015,0x016,0x017:
COMMAND BITS CT1 CT0 WR RID AI AS DS1 DS0
LBPRead: 2 add 8 data
0 1 0 0 0 1 1 1
Read Address LSB 0 0 0 1 0 0 0 0
Read Address MSB 0 0 0 0 0 0 0 0