Question
About NAND flash memory access by STM32F723.
Data is lost when reading NAND flash data with "HAL_NAND_Read_Page".
It is caused by the interrupt of SysTick timer.
We have confirmed that "STM32F429NIH6" does not cause data loss due to the interrupt of the SysTick timer.
Why does "STM32F723ZET6" have a problem even though "STM32F429NIH6" does not have a problem?
