User Activity

Hi I have a infinite loop that wait an event set in a gpio interrupt bywhile(1){UTIL_SEQ_WaitEvt()...}It works.Now, I want have a timer after this so, if the interrupt doen't fire for some second, I want to exec a callback function.I added after UTIL...
 Hi everyone,i'm trying to use the LPTIM1 in the STM32WB55 on STOP2 mode.I have a STM32WB5MM-DK and I want to generate a PWM on the pc1 output.I configured on the ioc file:LPTIM1- counts internal clock event- checked waveform generation-parameter: pr...