STM32WB55 jumps to SysTick_Handler when interrupts are enabled
The STM32WB55 it will jump to the SysTick_Handler interrupt handler routine after we have configured the clocks and the RTC and then enable the interrupts. I don't understand why this is happening. I have checked the following registers:
- SysTick->CTRL->CLKSOURCE is set to processor clock
- SysTick->CTRL->TICKINT is disabled
- SysTick->CTRL->ENABLE is active
Shouldn't the interrupt have been disabled by setting SysTick->CTRL->TICKINT to '0'?
