Changeset 54


Ignore:
Timestamp:
Mar 21, 2026, 5:22:34 PM (16 hours ago)
Author:
f.jahn
Message:
 
Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/fw_g473rct/Core/Src/main.c

    r44 r54  
    254254  {
    255255    HAL_GPIO_WritePin(LED_ERROR_GPIO_Port, LED_ERROR_Pin, GPIO_PIN_SET);
     256        HAL_GPIO_WritePin(BUZZER_GPIO_Port, BUZZER_Pin, GPIO_PIN_SET);
    256257    HAL_Delay(350);
    257258        HAL_IWDG_Refresh(&hiwdg);
    258259    HAL_GPIO_WritePin(LED_ERROR_GPIO_Port, LED_ERROR_Pin, GPIO_PIN_RESET);
     260        HAL_GPIO_WritePin(BUZZER_GPIO_Port, BUZZER_Pin, GPIO_PIN_RESET);
    259261    HAL_Delay(350);
    260262        HAL_IWDG_Refresh(&hiwdg);
  • trunk/fw_g473rct/SES/inc/sysdata.h

    r38 r54  
    185185        /* 8 of 8 */ int16_t  calculatedCEFWh;                                                                          // 163
    186186        /* 4 of 8 */ int32_t  mWh_AutoMode;                                                                                     // 164-165
    187         /* 6 of 8 */ uint16_t UNIQUE_NAME(reserved);                                                            // 166
    188         /* 8 of 8 */ uint16_t UNIQUE_NAME(reserved);                                                            // 167
    189         /* 2 of 8 */ uint16_t ovp_sense;                                            // 168
     187        /* 2 of 8 */ int16_t  overcurrentMeasurement;                                                           // 166
     188        /* 4 of 8 */ int16_t  overcurrentMaxValue;                                                                      // 167 /reserviert
     189        /* 2 of 8 */ uint16_t ovp_sense;                                            // 168 reserviert
    190190        /* 4 of 8 */ uint16_t lvp_sense;                                            // 169
    191191        /* 6 of 8 */ uint16_t overcurrentRetryCounter;                                                          // 170
    192192        /* 8 of 8 */ uint16_t overcurrentEventsTotal;                                                           // 171
    193         /* 2 of 8 */ uint16_t overcurrentMeasurement;                                                           // 172
    194         /* 4 of 8 */ uint16_t overcurrentMaxValue;                                                                      // 173
    195         /* 6 of 8 */ uint16_t UNIQUE_NAME(reserved);                                                            // 174
    196         /* 8 of 8 */ uint16_t UNIQUE_NAME(reserved);                                                            // 175
     193        /* 6 of 8 */ uint32_t detectedCapacityAtActualCRate;                                            // 272,273
     194        /* 8 of 8 */ uint32_t detectedEnergyAtActualCRate;                                                      // 274,275
    197195
    198196
     
    228226        /* 8 of 8 */ uint16_t UNIQUE_NAME(reserved);                                                            // 239
    229227        /* 4 of 8 */ int64_t  mAs_AutoModeU;                                                                            // 240-243
    230         /* 6 of 8 */ uint32_t detectedCapacityAtActualCRate;                                            // 244,245
    231         /* 8 of 8 */ uint32_t detectedEnergyAtActualCRate;                                                      // 246,247
     228        /* 6 of 8 */ uint16_t UNIQUE_NAME(reserved);                                                            // 244
     229        /* 6 of 8 */ uint16_t UNIQUE_NAME(reserved);                                                            // 245
     230        /* 6 of 8 */ uint16_t UNIQUE_NAME(reserved);                                                            // 246
     231        /* 6 of 8 */ uint16_t UNIQUE_NAME(reserved);                                                            // 247
    232232        /* 6 of 8 */ uint16_t UNIQUE_NAME(reserved);                                                            // 248
    233233        /* 8 of 8 */ uint16_t UNIQUE_NAME(reserved);                                                            // 249
  • trunk/fw_g473rct/SES/smartPro.emProject

    r44 r54  
    6666    <configuration
    6767      Name="Release125A_12V"
    68       c_preprocessor_definitions="DEVICETYPE=125;SYSTEM_VOLTAGE_24V" />
     68      c_preprocessor_definitions="DEVICETYPE=125;SYSTEM_VOLTAGE_12V" />
    6969    <configuration
    7070      Name="Release125A_24V"
Note: See TracChangeset for help on using the changeset viewer.