Part Number: TMS320F28054F
Other Parts Discussed in Thread: MOTORWARE, CONTROLSUITE
Tool/software: Code Composer Studio
The Motorware Lab User Guides mention using _IQ throughout the labs. For example, on page 29 of the first manual, it shows the code setting pDacData->offset and pDacData->gain values.as part of step 2a, set the right offset and gain for each PWMDAC channel in proj_lab01bc and hal.c The values shown are as they are in the source code with no hint whether we should change them or use them as is. We are used to using V/Hz so this is a bit confusing. In addition if our cpu has floating point, how are these assignments being ignored to use floating point math sinch it isn't mentioned in the manual?