Hi,
I noticed that the f_sector_cnt element of the fcb struct is a uint8_t.
How is that supposed to handle large flash sizes? I mean even with a sector of 64KB, the FCB can only take about 16MByte.
I have a flash size of 128MBytes used for sensor data logging, and want to use the FCB to handle that.
Is it safe to change the sector count type on the fcb driver files? or, should I just use multiple instances of the fcb, even that would need about 8.