filesystem mounting error of "snip.sd_filesystem" application

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Environment:WICED studio 6.1,CYW943907AEVAL1F

Application:snip.sd_filesystem

SD Card:2GB microSD, 512MB microSD, both formatted as FAT32 on the PC(Win7 X64)

Problem:

          Plug either SD card into the evaluation board, then compile and download the application to the chip.The log information printed is as follows:

Testing SD/MMC fs

Testing SD/MMC on FileX

Error mounting filesystem

source dir /src is not existing.

Error unmounting filesystem

So, could anyone tell me what caused the error? Thanks!

1 Solution
Zhengbao_Zhang
Moderator
Moderator
Moderator
250 sign-ins First comment on KBA 10 questions asked

Hi Meng:

  you need to enable USING_FILEX :=yes and disable  GLOABLE_DEFINES += FX_ENABLE_EXFAT ,   then you can get mount successful .

View solution in original post

3 Replies
Zhengbao_Zhang
Moderator
Moderator
Moderator
250 sign-ins First comment on KBA 10 questions asked

Hello:

we have a blog to describe the usage ,  maybe you can have a compare with your test steps, thanks.

“snip.sd_filesystem” Application in Wiced Studio

Zhengbao_Zhang
Moderator
Moderator
Moderator
250 sign-ins First comment on KBA 10 questions asked

Hi Meng:

  you need to enable USING_FILEX :=yes and disable  GLOABLE_DEFINES += FX_ENABLE_EXFAT ,   then you can get mount successful .

Anonymous
Not applicable

thank you! The application has run correctly according to your suggestions.