TOS is prepared to accept default page size (256+8=264 bytes) for AT45DB041D
device:
enum {
AT45_MAX_PAGES = 2048,
AT45_PAGE_SIZE = 264,
AT45_PAGE_SIZE_LOG2 = 9
};
There is at least bug in BlockStorageP.nc (BlockStorage/ConfigStorage) to
handle not power-of-two page size.
M.C>
PS: "tos-storage-at45db" (volumes-at45db.xml preprocessor) has hard-coded 256
bytes page size (sector_size).
Original issue reported on code.google.com by M.Cerv...@computer.org on 18 Feb 2012 at 11:15
Original issue reported on code.google.com by
M.Cerv...@computer.org
on 18 Feb 2012 at 11:15Attachments: