So, reading by sector may always be slower then read_data(a,b) because of using a array. This must be due to the speed PIC can process that array. However, the read sector is required because of sd card using the same bus. I'm still not sure what your doing with large_array or why you are not using it.
In the end, a user can choose to read data with pata_read_sector, pata_read_data, or fat32_read_file_sector. fat32_read_file will take care of fragmented files for the user. You get into more code when fat32 is added. 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.
