2025-01-16 09:22 PM
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 switch out of memory mapped mode because then my application can't run. How am I meant to get around this dilemma?