Resolved! Using the G431RB mounted on the Nucleo board. Can't port the example code for TIM2 pwm output to TIM1???
STM32Cube\Repository\STM32Cube_FW_G4_V1.2.0\Projects\NUCLEO-G431RB\Examples_LL\TIM\TIM_PWMOutputThis project runs fine. However, it uses TIM2. I tried to port to TIM1 so I could be interrupted every 10 periods, rather than have to count them in an ...