STM32L476: MainApp code offset 0x08008000, flash/debug work but debug only did not
Using STM32CubeIDE (1.13.1) and STM32L476RG Nucleo board.The MainApp code has modified start address 0x08008000 via linker file and system_stm32l4xx.c file so VTOC point to interrupt vector from 0x08008000 with start code from 0x08008190. Under the d...