Hi, experts
I have a problem using TimerIO to output PWM.
1.I use clockTree and see that MCU_Timer5 has ICLK = 3.2MHz.FCLK = 19.2MHz.I configure the instance clock of PWM = 19.2MHz
2.See in TRM when FCLK < (FCLK/4) before using post mode to read and write to registers
3.Post Mode will be turned off only when the Pwm_IpInit function determines that instancdClkHz = 32KHz.
4.According to the description in TRM when ICLK = 3.2MHz, FCLK = 19.2MHz should not go to enable Post Mode, so is the processing in Pwm_IpInit correct?
Regards,
Xie