How to utilize full XIP RAM in XSPI_PSRAM_MemoryMapped
I want to take buffer of ~4MB in XSPI_PSRAM_MemoryMapped example of STM32N6. I am just increasing the size BUFFERSIZE to 3MB but there is a error in building. As XSPI RAM is 256Mbit(16MB) I was hoping this buffer size should be valid. But that is n...