Other Parts Discussed in Thread: CSD
Hi !
In my work,C6478 boot whit eMMc.It works well with a simple led shinng program.
And then I try to boot with a emmc program.
After boot,emmc program stoped when reading the ext_csd information from emmc card. The status is timeout.
status = SDMMC_sendCmd(hSDMMCMemInfo->hSDMMCInfo, 0x2000 |SDMMC_CMD8|SDMMC_RSP1,0, 0xFFFF); if( status != E_PASS ) { asm(" SWBP 0 "); }
I can not read or write emmc after boot .
The program works well in CCS Debug.But it failed when boot from emmc.
The emmc version is 5.0.I flash the program at the 3rd sector of emmc.
thanks!