Difference between revisions of "CfgNor:ReadIdentification"
Jump to navigation
Jump to search
(Created page with "=Request= {{IPC/Request}} {{#vardefine:ipc_offset|0}} {{IPC/RequestEntry|Header code [0x00090000]}} {{IPC/RequestEnd}} =Response= {{IPC/Request}} {{#vardefine:ipc_offset|0}}...") |
|||
Line 15: | Line 15: | ||
=Description= | =Description= | ||
This writes 0x1-bytes to SPI for command 0x9F(RDID), then reads 2-bytes of output which are then copied to cmdreply[2]. | This writes 0x1-bytes to SPI for command 0x9F(RDID), then reads 2-bytes of output which are then copied to cmdreply[2]. | ||
+ | |||
+ | Sample ID data: | ||
+ | {| class="wikitable" border="1" | ||
+ | |- | ||
+ | ! System | ||
+ | ! Raw data | ||
+ | |- | ||
+ | | Launch-day JPN regular New3DS | ||
+ | | 62 62 | ||
+ | |- | ||
+ | | Launch-day regular Old3DS | ||
+ | | 20 58 | ||
+ | |} |
Revision as of 18:59, 17 January 2017
Request
Index Word | Description |
---|---|
0 | Header code [0x00090000] |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
2 | Output |
Description
This writes 0x1-bytes to SPI for command 0x9F(RDID), then reads 2-bytes of output which are then copied to cmdreply[2].
Sample ID data:
System | Raw data |
---|---|
Launch-day JPN regular New3DS | 62 62 |
Launch-day regular Old3DS | 20 58 |