Question
SDRAM is configured with TIM6 as a tick source. While I am using GDB this interrupt continuously is interrupting the debug flow. How do we disable such interrupts in stm32cubeide ? This interrupt is continuously hogging gdb.



These stack gets called repetitively and does not let me debug.
If I reduce the priority of the ticks then HAL_Delay does not work.
I am in a fix here dont know what to do ?
I have changed the tick priority also as shown in the figure.