Pic 18LF1622 buffer sd-card
Posted: Fri Jan 20, 2017 11:12 am
Hi Ben
I have a Pic 18LF1622. It's working fine to write date with a sectorsize (512Byte)buffer from the FAT.
So what I need is one(or two) buffer more. So I can write in buffer A new date and on the same time write buffer B to the disk (maybe copy to Fatbuffer).
FC7 let me not create a buffer with 512Byte.
7567: (1250) could not find space (512 bytes) for variable _buffera
But FC7 let me just create 4 buffer's with 256Byte.
So it's not a problem of Dataspace. Is ther a way to go to 512byte?
I have a Pic 18LF1622. It's working fine to write date with a sectorsize (512Byte)buffer from the FAT.
So what I need is one(or two) buffer more. So I can write in buffer A new date and on the same time write buffer B to the disk (maybe copy to Fatbuffer).
FC7 let me not create a buffer with 512Byte.
7567: (1250) could not find space (512 bytes) for variable _buffera
But FC7 let me just create 4 buffer's with 256Byte.
So it's not a problem of Dataspace. Is ther a way to go to 512byte?