Hi,
I am following the steps given in dm3730_technical_reference manual ..
In Command Transfer Flow With Polling as for the document i am checking
while ((mmc_base.pstate & 1) == 1); /*this bit should be zero */
Here it is getting stuck that means cmd line is in use(it is in transfer mode).. that may be due to u-boot has already initialized the microsd controller..
Now what to do...
Anyone having idea...