Programming OSPI flash of STM32U5G-DK1 in Indirect memory mode
Hello,I am using STM32U5G-DK1 Discovery kit and need to store a large amount of data in on-board OSPI flash. Now, the example code by STM32 for this kit uses this OPSI flash in Memory-mapped mode. This mode is good to store an small amount of data bu...