2011/4/21 mattschinkel <[email protected]> > Great, so I may just add that optional constant SD_BLOCK_SIZE >
OK > You should also be careful about stopping your reads in the middle of > a block. I think the working (but not proper) way to stop in the > middle of a block is to de-activate the chip select line. If the chip > select line stays active, the sd card will assume the next thing you > try to do is a read. Even if you are trying to send a command. > > The proper way of course is to just dummy read the rest of the block. > OK. I'm currently using sd_stop_read(), so I guess this isn't the proper way as it doesn't read remaining block's bytes. > I do wish to improve the lib and I very much appreciate your input! > I'll give feedback as much as I can, but I'm not completely understanding SD-cards and just stick to available API :) Cheers, Seb > > -- You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
