cancel
Showing results for 
Search instead for 
Did you mean: 

STM32Cube FATFS Problem in STM32F103

abbas
Associate II
Posted on October 23, 2016 at 21:38

The original post was too long to process during our migration. Please click on the attachment to read the original post.
1 REPLY 1
abbas
Associate II
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