Using LPTIM1 to wake from CSTOP mode - STM32H7
Can LPTIM1 be used to wake the STM32H7 from CSTOPoperating mode?
From RM0455 the "RCC APB1 low-sleep clock register (RCC_APB1LLPENR" has the following bit:
However the above mentions CSLEEP, not CSTOP which is a lower power operating mode.
I think I can get the behaviour I want, timer based wakeup from CSTOP, using the RTC peripheral but for other reasons I want to do this with LPTIM1. Nothing I have tried towards this has worked.
Thanks for any and all help.
