I read data location from zone addresses. These are 32-bits long, that's why I need to read 4 bytes. It should read 0x00003253 (as it previously read 0x00003252).
I can't read anything after 0x3253FEFF, because this address is beyond my sd card's bounds. 3253FEFF is the address of a block, blocks are 1KB, this would give 800GB while my SD is 1GB :) that's why it gets stucks here. I'll perform more tests, and try to close SD card sector every 512 bytes (it is required, right ?). I just can't understand why this address seems particular, but other troubles may be hidden by not properly closing sd sectors. Cheers, Seb 2011/4/28 mattschinkel <[email protected]> > Why did you decide to read 4 bytes (0x3253FEFF) instead of two > (0x3253)? > > What are the next bytes if you read after 0x3253FEFF? > > Matt. > > -- > 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. > > -- Sébastien Lelong http://www.sirloon.net http://sirbot.org -- 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.
