Resolved! Using HRTIM to Output PWM input from the other Timers
Hello everyone,I am doing a project of sampling a PWM signal and reproduce it dynamically using the HRTIM. The following code:uint16_t oldPer = 0, oldDur = 0, update = 0;uint16_t newPeriod = 0;uint16_t newDuration = 0; void HAL_TIM_IC_CaptureCallback...