systick handler keep pending on stm32h7 board.
I made a project with stm32h7 board, and use pemicro multlink to debug it under keil. I found it keep in systick handler pending but no active.
I checked systick module register as:

the counter is changed.
and then I checked SCB releate registers as

and the interrupt handler addr is as

matched with vector config as:

I don't know where is wrong ?
