STM32U5: Bootloader in Internal Flash can't run Application in External OctoSPI NOR Flash
Hi All,I’m working on a project with the STM32U5G9ZJT6, where I’ve implemented a bootloader in internal flash at 0x08000000. The application is stored in external OctoSPI NOR flash (MX66LM1G45G), which is memory-mapped to address 0xA0000000 using Oct...