7I76 47
REFERENCE INFORMATION
LBP
EXAMPLE RPC COMMAND LIST
This is an example stored RPC command list. Note RPC command lists must start
at a RPCPitch boundary in the RPC table but an individual RPC list can extend until the
end of the table. This particular RPC example contains 2 LBP commands and uses 7 bytes
starting at 0x0028 (RPC5 for 0x08 pitch RPC table)
Command1. Writes two data bytes to address 0x10, 0x11 with 2 data bytes supplied by
host
Command2. Reads two data bytes from address 0x12,0x13
COMMAND BITS
CT1
CT0
WR
RID
I
AS
DS1
DS0
LBPWrite: 2 add 2 data
0
1
1
0
0
1
0
1
Write Address LSB
0
0
0
1
0
0
0
0
Write Address MSB
0
0
0
0
0
0
0
0
LBPRead: 2 add 2 data
0
1
0
0
0
1
0
1
Read Address LSB
0
0
0
1
0
0
1
0
Read Address MSB
0
0
0
0
0
0
0
0
Terminator
0
0
0
0
0
0
0
0
The data stream for this RPC would consist of these 3 bytes:
COMMAND BITS
CT1
CT0
R5
R4
R3
R2
R1
R0
RPC 5
1
0
0
0
0
1
0
1
Data 0 for Command 1
0
1
0
1
0
1
0
1
Data 1 for Command 1
1
1
0
0
1
1
0
0