CH1 insted of CH3 in TIM_PWMOutput Example_LL
There is a bug in CubeH7 examples.
Folder: STM32Cube_FW_H7_V1.7.0\Projects\NUCLEO-H7A3ZI-Q\Examples_LL\TIM\TIM_PWMOutput
File: main.c
Funkcion: TimerCaptureCompare_Callback()
Instead of "if (LL_TIM_OC_GetCompareCH1(TIM3) > ARR )" should be "if (LL_TIM_OC_GetCompareCH3(TIM3) > ARR )".
Second bug in the same project:
In File stm32h7xx_it.c there is a comment in void TIM3_IRQHandler(void)
"/* Check whether CC1 interrupt is pending */". It slould be "/* Check whether CC3 interrupt is pending */"
