PXI Registers: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
= Protocol = | |||
The communication protocol for normal PXI commands is documented below. The size of cmd_buf is calculated from the cmd_hdr. Total size for command header + buffer must be at most 0x40 bytes, otherwise Process9 will panic. | |||
==Request== | |||
A11->A9 (u32) pxi_id | |||
A11->A9 (u32) cmd_hdr | |||
A11->A9 (u32[]) cmd_buf | |||
==Response== | |||
A9->A11 (u32) pxi_id | |||
A9->A11 (u32) cmd_hdr | |||
A9->A11 (u32[]) cmd_buf | |||
= Registers = | = Registers = | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" |