LPTIM fires unexpected CMPM interrupts
I struggled with the CMPM interrupt and made a small test programm to reproduce the bug.To see whats going on I use an oscilloscope with 2 GPIO pins called A and B.Pseudo Code:LPTIM_IRQHandler() { setGpioA; clearFlag_CMPM; resetGpioA; } main()...