2023-10-17 12:09 AM
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() ?
Solved! Go to Solution.
2023-10-17 02:01 AM
2023-10-17 12:25 AM - edited 2023-10-17 12:25 AM
Hello @Pavani ,
you probably forgot to configure the interrupt in the NVIC.
Look at timers examples to help you.
Best regards
Mikael
2023-10-17 02:01 AM
Hi Mikael,
Thank you so much for your reply.
Regards,
Pavani