STM32F750 QSPI Boot Issue
I am trying to boot from the QSPI on F7508-DK board.
I followed the guide by ST mentioned at STM32Cube\Repository\STM32Cube_FW_F7_V1.16.1\Projects\STM32F7508-DISCO\Templates\ExtMem_Boot
Basically this needs to be flashed once, so the code can jump from 0x08000000 to 0x90000000.
It is working alright for the examples provided by ST, but when I write my own code, the system clock fails to initialize.
If I comment out the system clock config, even memcopy function is working well.
But again, without the system clock, Other things aren't working.