Changeset 4 for trunk/firmware/CubeMX/Inc/main.h
- Timestamp:
- Apr 27, 2023, 11:58:15 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/firmware/CubeMX/Inc/main.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/firmware/CubeMX/Inc/main.h
r2 r4 59 59 /* USER CODE BEGIN EFP */ 60 60 61 //#define DISABLE_SHORTCUT_DETECTION_DURING_SWITCH_OFF61 #define DISABLE_SHORTCUT_DETECTION_DURING_SWITCH_OFF 62 62 63 63 #ifdef DISABLE_SHORTCUT_DETECTION_DURING_SWITCH_OFF … … 183 183 #ifdef VARIANT_24V 184 184 #define CONTROL_CURRENT_A 380 // [A] long-term current limit of the device. 185 #define SHORTCUT_CURRENT_mV 800// [mV] Some big value to pass test sequence185 #define SHORTCUT_CURRENT_mV 2000 // [mV] Some big value to pass test sequence 186 186 #define INRUSH_CURRENT_mV 1100 // [mV] Some big value to pass test sequence 187 #define COPPER_V_DROP_AT_CONTROL_CURRENT_mV 56// [mV] - must be measured on the board187 #define COPPER_V_DROP_AT_CONTROL_CURRENT_mV 100 // [mV] - must be measured on the board 188 188 #else 189 189 #define CONTROL_CURRENT_A 500 // [A] long-term current limit of the device.
Note:
See TracChangeset
for help on using the changeset viewer.
