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.

TMS320F280049C: high resolution PWM after CLB

Part Number: TMS320F280049C


Hi,

if we use CLB to do some modification on the HRPWM signal, then we will only get non-HR PWM, right?

Or the CLB can totally not get interaction with HRPWM, but only normal PWM?

  • If you pass in the HRPWM signals to the CLB, you will LOSE THE HR portion. 

    If you use the CLB before the High resolution submodule, you can add in the HR portion after.

    By that I mean use the EPWM_AQ as the input to the CLB, then override the EPWM_AQ as the output, inserting the CLB in the EPWM module. Then the HR module can still be used after.

    But in general CLB and HR are not going to work together. Any HR signals going into the CLB will lose HR portion.

    Nima