Part Number: TMS320F28054F
Tool/software: Code Composer Studio
Hi
I'm working with lab10a for over-modulation with 28054F.
I found the reserved map is less than the spec between PCCTL and TBPRDM.
below is the definition in pwm.h file,
volatile uint16_t PCCTL; //!< PWM chopper control
volatile uint16_t rsvd_4[11]; //!< Reserved
volatile uint16_t TBPRDM; //!< Time-Base Period mirror register
below is the map in spec.
PCCTL 0x001E PWM-Chopper Control Register
TBPRDM 0x002B Writes Time Base Period Register Mirror
Is there something wrong?
I think it will effect the TBPRDM,CMPAM value in the over-modulation function.
Regards
Arrow