Can the SDFileSystem.bas module work with SPI memory

General discussion relating to the library modules supplied with the compiler

Moderators: David Barker, Jerry Messina

Post Reply
garryp4
Posts: 126
Joined: Mon May 21, 2007 7:18 am
Location: Loveland, CO USA

Can the SDFileSystem.bas module work with SPI memory

Post by garryp4 » Thu May 28, 2009 11:10 pm

I have a need to write a small file to a fat16/32 file but need to collect and write data quickly. Ramtron has a 2 meg SPI memory that is plenty big and fast enough. Would the SDFileSystem work with this device since it uses SPI? Figured it would be much easier and quicker to post the question vs. trying it first.

Thanks for any help.

http://www.ramtron.com/products/nonvola ... spx?id=100

http://www.allamerican.com/searchresults.asp

FYI: I'm not affiliated with with either of these companies, just sometimes need fast memory. Also a link to the lowest price I could find. :)

User avatar
Steven
BETA Tester
Posts: 406
Joined: Tue Oct 03, 2006 8:32 pm
Location: Cumbria, UK

Post by Steven » Fri May 29, 2009 7:19 am

I doubt that it would work without some changes. How fast do you need to write to the memory?

garryp4
Posts: 126
Joined: Mon May 21, 2007 7:18 am
Location: Loveland, CO USA

Post by garryp4 » Fri May 29, 2009 5:01 pm

Am reading an accelerometer xyz (word each) data at 80 hz and writing to memory. The Ramtrom memory is more expensive but easily keeps up with that. Want to be able to read/write faster if possible. I could write to the Ramtrom memory then re-write to an sd card to make the fat 16/32 file to send off but would be nice to skip that hardware and step.

Thanks for the reply. You have been invaluable help in the past.

Post Reply