How using HRTIM as push-pull for the STM32G474
Hi,Is there anywhere an example how we can use the HRTIM in push-pull mode and how to start the timer?I had use the following instruction, but the outputs are always low.HAL_HRTIM_WaveformOutputStart(&hhrtim1, HRTIM_OUTPUT_TE1 | HRTIM_OUTPUT_TE2); ...