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.

Interfacing SD/MMC Cards With TMS320F28xxx DSCs

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. 

http://www.ti.com/apps/docs/litabsmultiplefilelist.tsp?literatureNumber=spraao7&docCategoryId=1&appId=270

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!