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.

TMS570LS1114: HalCoGen 4.06.01 error in etpwm2GetConfigValue / etpwm5GetConfigValue

Part Number: TMS570LS1114
Other Parts Discussed in Thread: HALCOGEN,

There seems to be a bug in the following routines for TMS570LS1114 in HalCoGen 4.06.01:

etpwm2GetConfigValue() and

etpwm5GetConfigValue()

When reading the current configuration, the register TBCTL is read from etpwmREG1 instead of etpwmREG2 or etpwmREG5.

... config_reg->CONFIG_TBCTL        = etpwmREG1->TBCTL; ...

All other registers are read from the correct etpwmREG2/5.