SD Filesystem library max. memory limit

General discussion relating to the library modules supplied with the compiler

Moderators: David Barker, Jerry Messina

Post Reply
Konyali
Posts: 2
Joined: Mon Jan 02, 2012 7:12 pm
Location: Konya

SD Filesystem library max. memory limit

Post by Konyali » Thu Nov 06, 2014 7:35 am

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

User avatar
Coccoliso
Posts: 152
Joined: Mon Feb 17, 2014 10:34 am

Re: SD Filesystem library max. memory limit

Post by Coccoliso » Thu Nov 06, 2014 8:57 am

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?

Konyali
Posts: 2
Joined: Mon Jan 02, 2012 7:12 pm
Location: Konya

Re: SD Filesystem library max. memory limit

Post by Konyali » Fri Nov 07, 2014 6:44 am

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

Post Reply