External Nor-Flash as EEPROM Emulation on STM32F746
I need to store a two-dimension array (uint16_t array[100][15]) in flash for power loss reservation, But since my application is big enough and my internal flash is already running out (85%), It seems to be applicable to store my array in external nor flash (which I have in my custom board).
So is there a reliable way to store my two-dimension array in the end pages of my nor flash memory for reserving?
