2023-04-11 04:58 AM - edited 2023-11-20 08:31 AM
Hi
I am testing SysTick with STM32WL55.
I set the IOC file as follows.
When a break point is set in HAL_IncTick() in SysTick_Handler() and the program is executed in debug mode, the program does not stop here.
In other words, the SysTick_Handler() function is not executed.
Are there any other additional settings required?
How can I resolve it?