sd card project

For questions and comments on programming in general. And for any items that don't fit into the forums below.

Moderators: Benj, Mods

Post Reply
scollins22
Posts: 30
Joined: Sat Mar 05, 2016 11:15 am
Been thanked: 3 times

sd card project

Post by scollins22 »

Hello

I am using a pic 16f1937 and trying to communicate with the sd card. can I use microchips fat 16 library or is it just for 18 and 24 series pics

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: sd card project

Post by Benj »

Hello,

The 16F1937 device has 512 bytes of RAM. The absolute minimum amount of RAM in order to use an SD card is 512 bytes, the size of a single file sector. So you are out of memory before you have even begun.

I would therefore recommend a device with more RAM memory available.

Post Reply