Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/18/08 00:24
Read: times


 
#160101 - Yes ... my bad ... should have been clearer
Responding to: ???'s previous message
Yes, I should have been more specific. The CF card is what I prefer, since the SD's 4-channel (high-speed) mode requires quite a bit of external hardware (CRC generator, etc.) if you want speed. The CF's are just as fast, but with much less hardware (Just the MCU, and whatever else you will need for your task anyway).

There are, in fact, removable modules that use CF to emulate IDE drives, but you can't easily plug those into a PC. Unfortunately, the USB host task carries with it so much overhead, I'd be discouraged if I had to use it, at least for a simple data logging task that had to be read by a PC.

If the requirement is for a file system, well, it's available, but I'd hope one could get by without it. It's tempting to use a FAT file system, since PC's can trivially read 'em at the PC. Unless the task requires multiple files, there's really no need.

A simple utility to read from and write to the CF or SD would probably work out OK. In that case the same code could be ported to the PC with a shell to deal with Windows, and the rest is easy.

RE






List of 7 messages in thread
TopicAuthorDate
Removable Memory: Redux            01/01/70 00:00      
   Why the USB?            01/01/70 00:00      
      SD not IDE            01/01/70 00:00      
         Yes ... my bad ... should have been clearer            01/01/70 00:00      
      Wouldn't it be less costly to skip the USB?            01/01/70 00:00      
         it's a tradeoff            01/01/70 00:00      
   after figuring out how to use it ...            01/01/70 00:00      

Back to Subject List