Resolved! STM32N6: MPU config, code execution - why not at 0x70000000?
I try to build a code example where I can execute directly from external OctalSPI flash.I use HAL project "XSPI_NOR_MemoryMapped_DTR" as reference and starting point:It works fine: I can write (flash) and read back external QSPI memory. I can also ex...