Question
I found a Bug about the NAND Flash Driver of STM32F7
Posted on October 24, 2017 at 06:21

When I meet a bad block in a NAND flash,it will stop here forever.
The 'tickstart = HAL_GetTick()' should put in front of 'while(HAL_NAND_Read_Status(hnand) != NAND_READY)'.
#nand-flash-driver #stm32cubemx #bug