|
我看nand read程序是这样的<br />NDD_vNandInputCmd( 0x00 ) ;<br />NDD_vNandInputCAPA( 0x0000, ulPhyPage ) ;<br />NDD_vNandInputCmd(0x30 ) ;<br />NDD_iHwWaitReadyStatus() ;<br />NDD_vNandInputCmd(0x00 ) ;<br />NDD_vNandReadData( pucBuf, 64) ;<br />上面是东芝的nand,为什么读数据前还要输入0x00这个command?即为什么要有两次输入0x00这个command?多谢。<br /> |
|