Part Number: F29H85X-SOM-EVM
Tool/software:
Is there such a timer in the chip?
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.
Part Number: F29H85X-SOM-EVM
Tool/software:
Is there such a timer in the chip?
Hi Li,
We only have the one type of CPU timer on this device. However, the event generation submodule of the EPWM can do this.
Best Regards,
Aishwarya
Hi Li,
PWM has its counter, which can be configured in up count mode and has compare values (CMPA,CMPB,CMPC etc) registers and the following submodule in EPWM peripheral can generate interrupt when counter == CMPA and keep on counting up and reset when equals TBPRD (the overflow period value set by user) and count from zero again.
Please refer to the above section
Thanks