MicroSD卡的cmd命令

2019-07-15 22:25发布

正在用ATmega128L驱动MicroSD 卡,目前读写已正常,准备做SD卡的扇区擦除,但不知道CMD32 33 38 号命令里的序列值是什么,求助各位大神,十分感谢你的回复
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
该问题目前已经被作者或者管理员关闭, 无法添加新回复
3条回答
Mr.J
1楼-- · 2019-07-16 00:49
 精彩回答 2  元偷偷看……
1475099465
2楼-- · 2019-07-16 01:13
{:2:}
waltonzxh
3楼-- · 2019-07-16 02:03
/* 设置擦除块的起始地址 Set the address of the first write block to be erased */
#define CMD32 32
#define CMD32_R R1

/* 设置擦除块的终止地址 Set the address of the last write block to be erased */
#define CMD33 33
#define CMD33_R R1

/* 擦除所选择的块 Erase the selected write blocks */
#define CMD38 38
#define CMD38_R R1B

一周热门 更多>