STM32Cube FATFS Problem in STM32F103
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-10-23 12:38 PM
Posted on October 23, 2016 at 21:38The original post was too long to process during our migration. Please click on the attachment to read the original post.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-10-23 10:18 PM
Posted on October 24, 2016 at 07:18
Solved,
The problem was in SDIO Clock Division its default value is 0 and it is usually too fast for SDCard to work with. I tested with 6 instead of 0 and it worked. The size of stack memory also should be higher than its default value(0x200)... I tested with 0x800 and it worked