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