using external flash in command mode while running firmware from it in memory-mapped mode?
My firmware application is stored in external NOR flash which is memory mapped using XSPI and then loaded by a bootloader. However I also need to interface with the external NOR flash in command mode so I can e.g. store a filesystem there. I can't sw...