Resolved! LPTIM2 not counting when clocked from PLL2P on STM32H563
Hi I'm doing a new design using an STM32H563 and would like to use LPTIM2 to measure elapsed time. Ideally I'd like its clock source to be PLL2P, which means RCC->CCIPR2.LPTIM2SEL = 0b001 according to RM0481 page 545. However, if I select this clock ...