Ignore:
Timestamp:
Apr 27, 2023, 11:58:15 AM (3 years ago)
Author:
f.jahn
Message:

Fixing project.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/firmware/CubeMX/Inc/main.h

    r2 r4  
    5959/* USER CODE BEGIN EFP */
    6060
    61 //#define DISABLE_SHORTCUT_DETECTION_DURING_SWITCH_OFF
     61#define DISABLE_SHORTCUT_DETECTION_DURING_SWITCH_OFF
    6262
    6363#ifdef DISABLE_SHORTCUT_DETECTION_DURING_SWITCH_OFF
     
    183183#ifdef VARIANT_24V
    184184        #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 sequence
     185        #define SHORTCUT_CURRENT_mV                                     2000    // [mV] Some big value to pass test sequence
    186186        #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 board
     187        #define COPPER_V_DROP_AT_CONTROL_CURRENT_mV     100             // [mV] - must be measured on the board
    188188#else
    189189        #define CONTROL_CURRENT_A                                       500             // [A] long-term current limit of the device.
Note: See TracChangeset for help on using the changeset viewer.