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
sd card project
- 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
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.
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.
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel