Hi,
I am trying to load a particular count value in the TBCNT register for the EPWM module .
For Example :
HWREGH(SOC_EPWM_1_REGS + EHRPWM_TBCTR) = 0x0000;
When I read back the count value using the following statement,
count = HWREGH(SOC_EPWM_1_REGS + EHRPWM_TBCTR);
I do not see the count value to be zero.
Has anyone faced this issue.
Thanks .
Regards,
Veena