Dear Support Team
We are developing motor control software on a Delfino F28334 microcontroller.
In this context we are using the enhanced PWM (ePWM) module with the Dead-Band Generator submodule to control the opposed halfbridges.
Currently we have a control algorithm that writes new values into Rising Edge Delayed (RED) and Falling Edge Delayed (FED) registers while the ePWM module is running.
We are aware that the RED and FED registers are not shadowed.
So we probably risk to apply RED and FED in the ongoing PWM cycle which actually are intended for the next, or we even mix them.
This is not a huge problem, but we would like to know whether there are more potential problems.
For Example: Could the Dead-Band counter get confused, run into overflow, and miss to trigger an action? Or trigger the action far to late?
Thanks Josef