Hey,
Background:
I am porting my legacy code from DSC MC56F827xx to new DSC MC56F83xx.
One such is to port the same GCT's configurations to new PWM_A_ FaultCh1 module.
However I never receive a PWM fault interrupt when I have external faults occurring via linked GPIO pins. Although the same configurations work fine on old DSC.


Problem:
Further investigation reveals that there may be a possible bug in the new DSC's "arch.h" stand alone application code.
There is a mismatch between datasheet's PWM_A_FCTRL1 offset position to what is defined in the "arch.h" source code.
Please see the picture of attached data sheet and source code which reveals that they don't match their offset values. (Datasheet's register value CCh instead of source code's CAh).
We have tried to fix this by placing a dummy register to compensate for the missing register variable.
Can you verify this bug and suggest its possible solution?

@xiangjun_rong