Hello,
I am trying to determine if it is possible to create a NAND FMD driver
that uses a 10 byte ECC algorithm for each 512 byte sector. Based on
the WinCE 5.0 sample FMD drivers, I think there may not be enough room
in the 16 byte spare area to save the 8 byte SectorInfo structure, the
bad block marker, and 10 bytes of ECC data. MLC NAND suppliers
recommend a 10 byte Reed-Solomon ECC strategy for each sector. Does
anyone have an idea on how I can do this using the existing FAL?

Thanks!