Page 1 of 1

SD Filesystem library max. memory limit

Posted: Thu Nov 06, 2014 7:35 am
by Konyali
Hi friends;

I'm using SDFileSystem Version 4.1.4 library to use microSD card. But I wasn't working with up to 2GB. How am I teach max. memory limit?

Best Regards

Re: SD Filesystem library max. memory limit

Posted: Thu Nov 06, 2014 8:57 am
by Coccoliso
Hello,
Open the file SDFileSystem.bas and read the history..
FATType return about the formatting of the SD and based on it if FAT16 the maximum size is 2GB else if FAT32 if beyond.
Personally I have never used the library with SD greater than 2GB.
But what can you do? The Init what value return?

Re: SD Filesystem library max. memory limit

Posted: Fri Nov 07, 2014 6:44 am
by Konyali
I'm using microSD card in my wav player project. My project is working with 2GB microSD very well, but if I attach 4GB microSD same code not work. I dont careful about microSD filesystem(FAT16 or FAT32). I'll study at this subject. Thank you