cancel
Showing results for 
Search instead for 
Did you mean: 

Interrupt routine not calling in LPTIMER of STM32H735VGH

Pavani
Associate II

In LPLTIM_IER register, the ARRMIE bit is SET by software and LPTIM_ISR register the bit ARRM bit is SET by hardware but this LPTIM4_IRQHandler() function is not calling.

 

what might be the reason of not calling this function LPTIM4_IRQHandler() ?

1 ACCEPTED SOLUTION

Accepted Solutions

Hi Mikael,

Thank you so much for your reply.

 

Regards,

Pavani

View solution in original post

2 REPLIES 2
MikaelM
ST Employee

Hello @Pavani ,

you probably forgot to configure the interrupt in the NVIC.

Look at timers examples to help you.

Best regards

Mikael

 

If you feel a post has answered your question, please click Accept as Solution.

Hi Mikael,

Thank you so much for your reply.

 

Regards,

Pavani