sd_comand.h

来自「这是SD卡在初始化时的程序」· C头文件 代码 · 共 14 行

H
14
字号
#ifndef SD_COMAND_H
#define SD_COMAND_H

unsigned char CMD0[6]={0x40,0x0,0x0,0x0,0x0,0x95};     //reset command. ,rec 0x01
unsigned char CMD1[6]={0x41,0x0,0x0,0x0,0x0,0xff};    //rec 0x00  //mmc卡
unsigned char CMD55[]={0x77,0x0,0x0,0x0,0x0,0xff};    //rec 0x01
unsigned char ACMD41[]={0x69,0x0,0x0,0x0,0x0,0xff};   //rec 0x01
unsigned char CMD9[6]={0x49,0x0,0x0,0x0,0x0,0x95};
unsigned char CMD59[6]={0x7B,0x0,0x0,0x0,0x1,0xff};

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?