This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
问题1:starterware库中有函数: NANDBadBlockCheck(NandInfo_t *nandInfo, unsigned int blkNum); 可以检查是否为坏块,可是对于我的一共有1024个块的flash 的 检结果第50到950块都是坏块,但这些块明明能正常读写。。。。
问题2:starterware库中有函数: NANDMarkBlockAsBad(NandInfo_t *nandInfo, unsigned int blkNum); 可以将某一块标记为坏块,我分析出现问题1的原因可能是我 错误的将好块标记为坏块,但现在又不知道怎么将标记错误的块重新标记为好块?
还请多多指教,谢谢。