Loading...
  Show Posts
Pages: [1]
1  Using Arduino / Storage / Re: SD library bug??? on: January 09, 2013, 06:56:07 am
No, I don't need files, FAT, etc!  smiley
I just wanna use SD card like a piece of memory, or memory space.
Is it unreal too?
2  Using Arduino / Storage / Re: SD library bug??? on: January 09, 2013, 06:43:56 am
No, I'm talking about approach of using SD via linear memory space.
For example, ((*byte)EEPROM_Base+Offset).  Similar approach is used to access external RAM, after enabling this one in MCU regs.
3  Using Arduino / Storage / Re: SD library bug??? on: December 19, 2012, 10:57:05 am
What about technique of memory-mapping?
Can I write (or read) data to (virtual base pointer + offset) to except SDfat approach at all?   Just memory operations without files etc.
4  Using Arduino / Storage / SD library bug??? on: December 19, 2012, 06:54:40 am
Hi guys!
My device has SD-card datalogger, but there is periodically data lost while this one works:

Datalogger uses SD.h. 2GB SD is connected via SPI.
How can I write data without FAT (using SD as memory block)? 
Or maybe is there the "fast FAT" version of SD.h?
Now speed of data write is about 25Hz, but I need 100Hz+. smiley-sad
Please help to decide this problem.
Pages: [1]