This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

REG HANG of AM335x firmware while processing SD command

Hi,

I have a custom board similar to AM335x. Here i have been using starterware code for basic SD card test. But i could see that the code hangs at

ReadLine(); in HSMMCSDFsProcessCmdLine() call in hs_mmcsd_fs.c file which i debugged and found that it got hanged at

while ((cmdCompFlag == 0) && (cmdTimeout == 0)); in HSMMCSDCmdStatusGet() call in hs_mmcsd_rw.c which is while resetting the sdcard.

Regards,

Shradhanand