Ignore:
Timestamp:
May 25, 2023, 3:36:59 PM (2 years ago)
Author:
f.jahn
Message:

Shortcut tests for 12V variant - OK.

File:
1 edited

Legend:

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

    r7 r8  
    189189#else
    190190        #define CONTROL_CURRENT_A                                       500             // [A] long-term current limit of the device.
    191     #define SHORTCUT_CURRENT_mV                                 1500    // [mV] Some big value to pass test sequence
    192         #define INRUSH_CURRENT_mV                                       616             // [mV] Some big value to pass test sequence
    193         #define COPPER_V_DROP_AT_CONTROL_CURRENT_mV     150             // [mV] - must be measured on the board
     191    #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
    194194#endif
    195195//#define COPPER_V_DROP_AT_INRUSH_CURRENT               ((INRUSH_CURRENT_A * COPPER_V_DROP_AT_CONTROL_CURRENT_A)/CONTROL_CURRENT_A)     // ~391mV
     
    349349#define FC_WRITE_MULTIPLE_REGISTER                      0x10
    350350
    351 #define HOUR_TIME_INTERVALL                                             (2UL * 60000UL) // 2 min for DEBUG
     351#define HOUR_TIME_INTERVALL                                             (60U * 60000U)  // 2 min for DEBUG
    352352
    353353#define DAC_HANDLE                                                              hdac1
Note: See TracChangeset for help on using the changeset viewer.