PDA

View Full Version : Memory Cards



gavo
- 26th June 2006, 18:25
I am trying to send some data to a memory card, where I can retrieve the data at a later stage, could I simply use:

I2CWrite SDA, SCL, $A0, address, [B2]

to write to the memory card?, my varaible B2 is defined as a word, and I am using the ADCIN command where I am reading B2 100% now I want to write this data to the memeory card, the size of the memory card is 512Meg's, could someone please assist to let me know if I am doing this correct?