Difference between revisions of "CfgNor:ReadIdentification"

From 3dbrew
Jump to navigation Jump to search
(→‎Description: (Moved sample data to Hardware page with changes))
 
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
 
|}
 

Latest revision as of 17:29, 19 January 2017

Request[edit]

Index Word Description
0 Header code [0x00090000]

Response[edit]

Index Word Description
0 Header code
1 Result code
2 Output

Description[edit]

This writes 0x1-bytes to SPI for command 0x9F(RDID), then reads 2-bytes of output which are then copied to cmdreply[2].