Content originally posted in LPCWare by laogan666 on Wed May 20 23:14:22 MST 2015
hello,i have a problem when i switch to 8 bit wide: I also have the code
status = sdmmc_execute_command(pSDMMC, CMD_MMC_SWITCH, ((3<<24) | (183<<16) | (2<<8)), 0);
But i can not read data correctly,the status back is 0x00002004,Did you have the same problem?