I have been using the BOOSTXL-DRV8305EVM board with the LAUNCHXL-F28069M board for a while now and I am still confused about the current values. In the http://www.ti.com/tool/BOOSTXL-DRV8305EVM website it is written that the booster can supply a constant of 15A with a peak value of 20A. It is not specified in any of the user guides etc what value are those. Is it per phase, is it average current or something else? In the instaspin labs prepared exactly for my combination of hardware, the default maximum USER_IQ_FULL_SCALE_CURRENT_A is set to 24.0:
#define USER_IQ_FULL_SCALE_CURRENT_A (24.0) // BOOSTXL-DRV8305EVM = 24.0 A
The code clearly shows this is a value specific to the booster I'm using. So how does that relate to the 15/20A values mentioned above? On the other hand, the value for adc full scale current is set as follows:
#define USER_ADC_FULL_SCALE_CURRENT_A (47.14) // BOOSTXL-DRV8305EVM = 47.14 A
could I increase (and what would happen if I did) the value of USER_IQ_FULL_SCALE_CURRENT_A to push more current through the motor under full load?