Break at address "0xfffffffe" with no debug information available, or outside of program code.
Hello, everyone!
I am using STM32CubeIDE and STM32H753VI.
I have to write the code written on Sector 0 of Bank 2, not Sector 0 of Flash Memory Bank 1.
I modified the VECT_TAB_OFFSET value in the system_stm32h7xx.c file as follows to process this work.
#define VECT_TAB_OFFSET 0x00100000ULAfter that, STM32CubeIDE was used to change to debug mode and pressed the Resume button, and the following window came out.

The View Disassembly is as follows.

Why did this happen? How can I solve this?
