2025-02-03 05:20 AM
Hi, I use STM32CubeMX 6.10.0 and I have a STM32H7 CPU.
The LPTIM is a frequency counter that can give an ISR when the
counter reached a specified value; after reaching this value it starts
again from zero (ARR mode), or it continues towards the max value
on 16 bits and then starts again from zero (CMP mode)
My question is: can I configure from CubeMX this LPTIM in CMP mode?
To me it seems there is no settings for this, whatever I do it's still in ARR mode ..
the solution would be to make manual code changes ?