PXI: Difference between revisions
add more file stuff |
Hallowizer (talk | contribs) added FATFS command 0xF |
||
| Line 1: | Line 1: | ||
PXI is the inter-processor communication interface between the ARM7 and ARM9. Most user code runs on the ARM9 and makes requests to the ARM7 to access various hardware (SD, NAND, AES, etc). Each module is identified by a tag. | PXI is the inter-processor communication interface between the ARM7 and ARM9. Most user code runs on the ARM9 and makes requests to the ARM7 to access various hardware (SD, NAND, AES, etc). Each module is identified by a tag. | ||
* PXI 0xB: CARD | * PXI 0xB: CARD | ||
| Line 18: | Line 17: | ||
** subcommand 0xD: open | ** subcommand 0xD: open | ||
** subcommand 0xE: seek | ** subcommand 0xE: seek | ||
** subcommand 0xF: getfilesize | |||
** subcommand 0x15: createfile | ** subcommand 0x15: createfile | ||
** subcommand 0x15: deletefile | ** subcommand 0x15: deletefile | ||