2021-12-27 10:31 PM
2021-12-28 12:18 AM
Are you talking about external NAND FLASH connected via FMC/FSMC?
ST may have some libraries supporting NAND FLASH including bad block management, but you have to contact ST directly.
JW
2021-12-28 02:12 AM
I am asking about internal NAND flash in STM32f769BI. I don't know how to find bad block management in NAND flash. ECC only returns error and busy then how to find the bad block.
2021-12-28 01:06 PM
The internal FLASH is guaranteed to have the number of read/write cycles specified in the datasheet. I suspect it is NOR flash, not NAND flash, but can't find anything definitive in ST docs.
> ECC only returns error and busy then how to find the bad block.
I don't see anything in the reference manual which suggests the internal FLASH has an ECC check on this chip. Perhaps you can clarify what you're seeing exactly.
2022-03-15 04:17 AM
Hello,
I am in this situation (external NAND FLASH connected via FMC), and the existing HAL NAND library seems very limited. Do you know who in ST I should contact to enquire about other libraries?
Thanks.