Debugging issue with ST-Link JTAG mode with external QSPI flash.
I am working on following platform:
Hardware - STM32H745I-DISCO board.
IDE - STM32CubeIDE v1.8.0.
I am using JTAG mode in ST-link for debugging. I am using external QSPI flash to store my code and external SDRAM to run the code. The code first goes in bootloader which is present in the internal flash after which the code jumps to the location of external QSPI flash. But as soon as the code tries to jump at location of external QSPI flash, error "Target is not responding, retrying..." comes in console window. After that debugging session ends and IDE comes out of the debugging session.
Please help how to come out of this issue. In SWD mode debugging is working fine with both the cores.
