if you want to download the image into the QSPI, please make sure you have selected the external flash loader. Are you successfully download the image into the external flash before?
please check your code for i2c initialization. what is the i2c address? and how about the IO configuration? (make sure to configure the pin as the AF open Drain mode)
Hello,seems it is an interrupt issue.when the systick is initialized, the PC should jumps to the SysTick_Handler periodically if the VTOR is correctly set. In your case the pc loops around 0x1FF0017C seems jumps to the system memory which contains th...