Difference between revisions of "FSPXI:CardNorDirectCommand"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x002A0040] |- | 1 | u8 commandID |} =Response= {| class="wikitable" border="1" |...")
 
 
(One intermediate revision by the same user not shown)
Line 26: Line 26:
  
 
=Description=
 
=Description=
This writes the specified command to [[SPICARD]], the u8 address written to SPICARD CNT is loaded from Process9 state.
+
This writes the specified command to [[SPICARD]], without any parameters. This doesn't read/write any SPICARD regs after writing the command to SPICARD-FIFO.

Latest revision as of 07:35, 9 April 2014

Request[edit]

Index Word Description
0 Header code [0x002A0040]
1 u8 commandID

Response[edit]

Index Word Description
0 Header code
1 Resultcode

Description[edit]

This writes the specified command to SPICARD, without any parameters. This doesn't read/write any SPICARD regs after writing the command to SPICARD-FIFO.