wiced_filesystem_mount ( WICED_FILESYSTEM_HANDLE_FILEX ) failed on uSD XC I 128GB

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

cross mob
MaFa_974161
Level 5
Level 5
100 sign-ins 50 replies posted 50 questions asked

Hello.

I'm using CYW943907AEVAL1F.

I load "snip/sd_filesystem" code.

 

I put on uSD receptacle this model of uSD Scheda MicroSD PRO Endurance - 2018 (128GB) | Samsung IT

 

This uSD is a 128GB, interface UHS-I, Class 10.

 

Line 375 of "sd_filesystem.c" calls "wiced_filesystem_mount .. WICED_FILESYSTEM_HANDLE_FILEX" fails.

 

I dont' understand, in datasheet "002-14829 Rev. *K" page 18 I read UHS-I modes are supported.

 

Immagine1.png

 

 

0 Likes
1 Solution
Murali_R
Moderator
Moderator
Moderator
250 sign-ins 250 replies posted 100 solutions authored

NTFS is a proprietary FS from Microsoft and you would need to check with them if it can be added to an embedded device.

View solution in original post

0 Likes
3 Replies
MaFa_974161
Level 5
Level 5
100 sign-ins 50 replies posted 50 questions asked

According to ...

 

https://community.cypress.com/t5/WICED-Studio-Wi-Fi-Combo/filesystem-mounting-error-of-quot-snip-sd-...

 

I write

 

USING_FILEX:=yes

 

in *.mk

 

(GLOABLE_DEFINES += FX_ENABLE_EXFAT was already disabled)

 

...  but no results ...

 

I try to change formatting type from exFAT to NTFS but nothing

0 Likes
Murali_R
Moderator
Moderator
Moderator
250 sign-ins 250 replies posted 100 solutions authored

NTFS is a proprietary FS from Microsoft and you would need to check with them if it can be added to an embedded device.

0 Likes