How to configure OctoSPI in Quad mode with PSRAM for memory mapped write access? Getting Hard Fault (FORCED, IMPRECISSERR) when write is attempted.
Hi there, I trying to configure octospi on STM32H7A3 to work with LY68L6400 PSRAM via quadspi.I have followed AN505 and managed to init, write and read from the memory successfully in indirect mode.Now I am trying to map the PSRAM to memory. I can re...