This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[TDA4]About timer's read and write post mode

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