Hi,
We have a board desing using a tms320c6745 dsp that boots from NAND flash.
We did a second bootloader that is written once in flash. We recently had some problems with a couple of boards that were used by clients for several months that stopped working. After investigation, it seems that 1 bit has corrupted over time in the flash. Some were stuck in our second bootloader waiting to get new code because the corrupted bit was in the main code and the others didn't even go into our boootloader because the bad bit was in this section. From what I understand form the bootloader datasheet, ecc detection is used but is some correction done??
Did any of you had similar issue with nand memory when one bit would change over time ?