Not able to debug code executing from QSPI memory in stm32cubeide
Hello, I wrote two separate codes for this, 1st one is bootloader and 2nd is my application code. Bootloader will jump to the application code which is placed in QSPI memory. Code is executing and running fine, But the issue is I am not able to debug my application code. It is something that my debugger is not able to halt code in the main of my application code. it is showing following error....
Can someone please tell me, how to give access of QSPI memory to set breakpoint or to halt code in main of application code. I am using STM32L476 disc board and STM32cubeIDE.
