Other Parts Discussed in Thread: TMS320F28069
Hi all,
I'm trying to interface SD card with TMS320F28069... And refereed document and source code provided in the following link.
Code is not getting out form this following while loop which is in 'sd_initialization' function.
while(response != IN_IDLE_STATE) //Wait until card responds with IDLE response
sd_command_response();
Your help will be very much great full to me!
PS: I tuned SPI clock but no use!