How to read the Nand Flash in memory map mode?
Hi there,I wrote some data to the Nand Flash which is extended by FMC.The address of Nand Flash is 0x70000000 in STM32F429BIT6.I can read the Nand Flash data by HAL_NAND_Read_Page_8b() correctly.But when I access the data by memory map mode, the data...