problem with long response in SDIO.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2013-08-04 1:32 AM
Posted on August 04, 2013 at 10:32
Hullo guys , i have my own SD library working fine , but the problem is that i can not detect the card capacity because according to the datasheet (of STM32F2XX) ...... SD cards do not return long responses . so when i send CMD9 (SEND_CSD) , and wait for long response ....... it returns timeout error ...... any idea??????
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2013-08-04 5:25 PM
Posted on August 05, 2013 at 02:25 solved ....... the SEND_CSD command (CMD9) has to be sent before selecting the card for Read and Write operations ..... i,e directly after assigning an RCA .
