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.

F28377D issue with Hi-Res deadband rising edge control.

Hi,

The Hi-res deadband rising edge control doesn't work correctly. Here's how I ran into the issue:

1. Enable MEP deadband control for both edge: EPwm1Regs.HRCNFG2.bit.EDGMODEDB = 0x3; 

2. Set normal Deadband rising edge to 2 or 3:            EPwm1Regs.DBRED = 2    (or 3)

3. Try changing EPwm1Regs.DBREDHR.bit.DBREDHR => the deadband doesn't change as expected. 

The MEP deadband control works well with DBRED NOT equal to 2 or 3 and well for falling edge.

Bug is when rising edge with Normal deadband set to 2 or 3.

Is that a bug with the new chip?