Ignore:
Timestamp:
Jun 5, 2023, 9:58:44 AM (2 years ago)
Author:
f.jahn
Message:

Some minor bugfixes.

File:
1 edited

Legend:

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

    r8 r9  
    184184#ifdef VARIANT_24V
    185185        #define CONTROL_CURRENT_A                                       380             // [A] long-term current limit of the device.
    186         #define SHORTCUT_CURRENT_mV                                     1100    // [mV] Some big value to pass test sequence
     186        #define SHORTCUT_CURRENT_mV                                     1100
    187187        #define INRUSH_CURRENT_mV                                       550             // [mV] Some big value to pass test sequence
    188188        #define COPPER_V_DROP_AT_CONTROL_CURRENT_mV     200             // [mV] - must be measured on the board
     
    190190        #define CONTROL_CURRENT_A                                       500             // [A] long-term current limit of the device.
    191191    #define SHORTCUT_CURRENT_mV                                 1500
    192         #define INRUSH_CURRENT_mV                                       650
    193         #define COPPER_V_DROP_AT_CONTROL_CURRENT_mV     150             // [mV] - must be measured during calibration
     192        #define INRUSH_CURRENT_mV                                       500
     193        #define COPPER_V_DROP_AT_CONTROL_CURRENT_mV     100             // [mV] - must be measured during calibration
    194194#endif
    195195//#define COPPER_V_DROP_AT_INRUSH_CURRENT               ((INRUSH_CURRENT_A * COPPER_V_DROP_AT_CONTROL_CURRENT_A)/CONTROL_CURRENT_A)     // ~391mV
Note: See TracChangeset for help on using the changeset viewer.