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.

Incorrect PWM_Obj definition for f2805x in pwm.h

Other Parts Discussed in Thread: MOTORWARE

Hi there,

We noticed a misalignment between the PWM data structure and the registrers on the chip. The fault seems to be in

sw/drivers/pwm/src/32b/f28x/f2805x/pwm.h

line 840 says:

volatile uint16_t rsvd_4[11]; //!< Reserved

Experiments indicate that this should probably be [12] instead of [11].

Can you confirm this?

Best regards,

Rob Jacobs