The DOS/FAT filesystem at SanDisk is very limited.  Do a search
for rdcf2 (Reentrant Dos Compatible File System).  I've used it
with CompactFlash with pretty good success.  It supports FAT12
& FAT16 (not FAT32) but the current implementation has a size
limit of 64K sectors (easily fixed). (I'm typing this from memory
so reality may vary from details listed here.)

One other oops I ran into is that CompactFlash cards come from
the factory formatted as hard-dives - that is they have a MBR
w/ a partition table.  RDCF2 does not know how to handle that
so you must either provide the mapping layer or reformat the
card as a Super Floppy.  The latter is easily done by zeroing
out the 1st hard sector with a prog like Hex Workshop or sectedit
then reformatting the card (make sure it is either FAT12 or FAT16).

Good luck.
-Bill Knight
R O SoftWare


On Mon, 17 Feb 2003 23:20:58 +0100, nobo...@web.de wrote:

>Hi,

>mspgcc-users@lists.sourceforge.net schrieb am 17.02.03 22:52:15:
>> 
>> Actually, for non-volatile Flash memory, I would suggest MMC technology.
>> The interface is SPI and the MSP 430 can be adapted to that very easily
>> (2-wire serial write).  In fact, the 44x series has an SPI port in
>> hardware.  Sandisk/s web page has all the specs you need and has a C
>> library of functions that will allow MS-DOS file system.  I haven't
>> gotten them to reply to me yet (about 1 week), but when they do, I'll
>> let everyone know if their libraries compile under MSP-gcc.
>> Sandisk.com type in mmc and then go to OEM solutions.
>> -Mark 

>Great. I'm working on a project with a MMC connected to an MSP430F149 and till 
>now it's without a file system als SDS (simple data storage) because without 
>libraries it's much work to do. Another reason is that with dd the tranfer 
>rate is 16 MiB / 23 s but with cp and FAT only 10 MiB / 62 s.

>Best regards

>Rolf Freitag


>> -----Original Message-----
>> From: mspgcc-users-ad...@lists.sourceforge.net
>> [mailto:mspgcc-users-ad...@lists.sourceforge.net] On Behalf Of Bill
>> Knight
>> Sent: Monday, February 17, 2003 4:31 PM
>> To: mspgcc-users@lists.sourceforge.net
>> Subject: Re: [Mspgcc-users] PCMCIA and MSP
>> 
>> 
>> Have a look here:
>> http://pcmcia.org/pccard.htm
>> 
>> You may also want to check out CompactFlash cards at:
>> http://www.compactflash.org/
>> 
>> Regards
>> -Bill Knight
>> R O Software
>> 
>> 
>> On Mon, 17 Feb 2003 18:19:58 -0300, Pedro Zorzenon Neto wrote:
>> 
>> >Hi folks,
>> 
>> >  I think this is a little off-topic, but I don't know a better place
>> to
>> >post.
>> 
>> >  I have a PCMCIA card with non-volatile memory, and intend to use it
>> >with MSP430F149.
>> 
>> >  I know MSP is not ideal for it, but I can access the card at a very
>> >low speed, just need to write 4 bytes per second.
>> 
>> >  Has anyone already done something similar?
>> >  Does anyone have hints about PCMCIA?
>> >  Where can I find the PCMCIA specification (voltage levels, electrical
>> >spec and software spec)?
>> 
>> >  Thanks,
>> >   Pedro
>> 
>> 
>> >-------------------------------------------------------
>> >This sf.net email is sponsored by:ThinkGeek
>> >Welcome to geek heaven.
>> >http://thinkgeek.com/sf
>> >_______________________________________________
>> >Mspgcc-users mailing list
>> >Mspgcc-users@lists.sourceforge.net
>> >https://lists.sourceforge.net/lists/listinfo/mspgcc-users
>> 
>> 
>> 
>> 
>> 
>> -------------------------------------------------------
>> This sf.net email is sponsored by:ThinkGeek
>> Welcome to geek heaven.
>> http://thinkgeek.com/sf
>> _______________________________________________
>> Mspgcc-users mailing list
>> Mspgcc-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/mspgcc-users
>> 
>> 
>> 
>> -------------------------------------------------------
>> This sf.net email is sponsored by:ThinkGeek
>> Welcome to geek heaven.
>> http://thinkgeek.com/sf
>> _______________________________________________
>> Mspgcc-users mailing list
>> Mspgcc-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/mspgcc-users





>-------------------------------------------------------
>This sf.net email is sponsored by:ThinkGeek
>Welcome to geek heaven.
>http://thinkgeek.com/sf
>_______________________________________________
>Mspgcc-users mailing list
>Mspgcc-users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/mspgcc-users




Reply via email to