CfgNor:ReadIdentification: Difference between revisions

From 3dbrew
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}}..."
 
No edit summary
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 19: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