User-declaration of phase current feedback parameters of the buck converter using physical quantities. More...
#define | BUCK_ISNS_CT 0 |
Declaration of phase-current feedback properties. More... | |
#define | BUCK_ISNS_AMP 1 |
Use shunt amplifier as main current feedback source. More... | |
#define | BUCK_ISNS_OPTION BUCK_ISNS_CT |
Select one of the available current sense feedback options. More... | |
#define | BUCK_ISNS_FEEDBACK_GAIN (float) 1.000 |
Current Gain in V/A. More... | |
#define | BUCK_ISNS_MINIMUM (float) 0.000 |
absolute total minimum output current (average) More... | |
#define | BUCK_ISNS_MAXIMUM (float) 1.500 |
absolute total maximum output current (average) More... | |
#define | BUCK_ISNS_RELEASE (float) 1.000 |
current reset level after over current event More... | |
#define | BUCK_ISNS_REFERENCE (float) 1.000 |
output current reference (average) More... | |
#define | BUCK_ISNS_ADC_TRG_DELAY (float) 80.0e-9 |
ADC trigger delay for current sense in [sec]. More... | |
#define | BUCK_ISNS_FEEDBACK_OFFSET (float) 0.000 |
Current sense feedback offset (average) More... | |
#define | BUCK_ISNS_OFFSET_CALIBRATION_ENABLE false |
Current Sense Offset Calibration is disabled. More... | |
#define | BUCK_SYNCCTL_ON_THRESHOLD (float) 0.250 |
Phase Current above which the synchronous rectifier will be turned on. More... | |
#define | BUCK_SYNCCTL_OFF_THRESHOLD (float) 0.200 |
Phase Current below which the synchronous rectifier will be turned off. More... | |
User-declaration of phase current feedback parameters of the buck converter using physical quantities.
#define BUCK_ISNS_ADC_TRG_DELAY (float) 80.0e-9 |
ADC trigger delay for current sense in [sec].
Definition at line 659 of file dpsk3_hwdescr.h.
#define BUCK_ISNS_AMP 1 |
Use shunt amplifier as main current feedback source.
Definition at line 647 of file dpsk3_hwdescr.h.
#define BUCK_ISNS_CT 0 |
Declaration of phase-current feedback properties.
In this section the phase-current feedback signal scaling, gain, valid signal limits and nominal operating point is specified. Physical quantities are used to define parameter values to ease the system configuration.
As DPSK3 supports two different current sense devices (current sense transformers and shunt amplifier devices) users can select which one should be used for regulating the output current. Based on the selection made, the appropriate feedback channels and signal scaling values will be used by the firmware.
Macros are used to convert given physical values into binary (integer) number to be written into SFRs and variables and being used in runtime calculations.
(see Buck Converter for details) Use current sense transformer as main current feedback source
Definition at line 646 of file dpsk3_hwdescr.h.
#define BUCK_ISNS_FEEDBACK_GAIN (float) 1.000 |
Current Gain in V/A.
Definition at line 654 of file dpsk3_hwdescr.h.
#define BUCK_ISNS_FEEDBACK_OFFSET (float) 0.000 |
Current sense feedback offset (average)
Definition at line 660 of file dpsk3_hwdescr.h.
#define BUCK_ISNS_MAXIMUM (float) 1.500 |
absolute total maximum output current (average)
Definition at line 656 of file dpsk3_hwdescr.h.
#define BUCK_ISNS_MINIMUM (float) 0.000 |
absolute total minimum output current (average)
Definition at line 655 of file dpsk3_hwdescr.h.
#define BUCK_ISNS_OFFSET_CALIBRATION_ENABLE false |
Current Sense Offset Calibration is disabled.
Definition at line 662 of file dpsk3_hwdescr.h.
#define BUCK_ISNS_OPTION BUCK_ISNS_CT |
Select one of the available current sense feedback options.
Definition at line 649 of file dpsk3_hwdescr.h.
#define BUCK_ISNS_REFERENCE (float) 1.000 |
output current reference (average)
Definition at line 658 of file dpsk3_hwdescr.h.
#define BUCK_ISNS_RELEASE (float) 1.000 |
current reset level after over current event
Definition at line 657 of file dpsk3_hwdescr.h.
#define BUCK_SYNCCTL_OFF_THRESHOLD (float) 0.200 |
Phase Current below which the synchronous rectifier will be turned off.
Definition at line 665 of file dpsk3_hwdescr.h.
#define BUCK_SYNCCTL_ON_THRESHOLD (float) 0.250 |
Phase Current above which the synchronous rectifier will be turned on.
Definition at line 664 of file dpsk3_hwdescr.h.