SysTick_Handler(void) not getting called with STM32L431CBT6
Hi Everyone, I am working with STM32L431CBT6 and STM IDE cube 1.14. I am currently facing the problem that the HAL_delay function is not working. on investigating further I found that SysTick_Handler(void) is never getting called and thus "uwTick" is never getting incremented.

I have seen that the systick is working but when ever the counter reaches zero, an interrupt is raised but soon the Stlinl-V3 debugger hangs and restarts.

But if I run the systick without raising interrupt everything works, the counter reloads and starts again.
I guess the issue is with the location of the interrupt, IRQ is going to a wrong location. I there a way that overwrite the default irq function and write my own.
Thanks for the help in advance.
Kind regards,
Dibyendu
