Changeset 54
- Timestamp:
- Mar 21, 2026, 5:22:34 PM (16 hours ago)
- Location:
- trunk
- Files:
-
- 5 edited
-
fw_g473rct/Core/Src/main.c (modified) (1 diff)
-
fw_g473rct/SES/Output/Release125A_12V/Exe/smartPro.elf (modified) ( previous)
-
fw_g473rct/SES/inc/sysdata.h (modified) (2 diffs)
-
fw_g473rct/SES/smartPro.emProject (modified) (1 diff)
-
modbus_poll/debug_v2_1.mbp (modified) ( previous)
Legend:
- Unmodified
- Added
- Removed
-
trunk/fw_g473rct/Core/Src/main.c
r44 r54 254 254 { 255 255 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); 256 257 HAL_Delay(350); 257 258 HAL_IWDG_Refresh(&hiwdg); 258 259 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); 259 261 HAL_Delay(350); 260 262 HAL_IWDG_Refresh(&hiwdg); -
trunk/fw_g473rct/SES/inc/sysdata.h
r38 r54 185 185 /* 8 of 8 */ int16_t calculatedCEFWh; // 163 186 186 /* 4 of 8 */ int32_t mWh_AutoMode; // 164-165 187 /* 6 of 8 */ uint16_t UNIQUE_NAME(reserved); // 166188 /* 8 of 8 */ uint16_t UNIQUE_NAME(reserved); // 167189 /* 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 190 190 /* 4 of 8 */ uint16_t lvp_sense; // 169 191 191 /* 6 of 8 */ uint16_t overcurrentRetryCounter; // 170 192 192 /* 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 197 195 198 196 … … 228 226 /* 8 of 8 */ uint16_t UNIQUE_NAME(reserved); // 239 229 227 /* 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 232 232 /* 6 of 8 */ uint16_t UNIQUE_NAME(reserved); // 248 233 233 /* 8 of 8 */ uint16_t UNIQUE_NAME(reserved); // 249 -
trunk/fw_g473rct/SES/smartPro.emProject
r44 r54 66 66 <configuration 67 67 Name="Release125A_12V" 68 c_preprocessor_definitions="DEVICETYPE=125;SYSTEM_VOLTAGE_ 24V" />68 c_preprocessor_definitions="DEVICETYPE=125;SYSTEM_VOLTAGE_12V" /> 69 69 <configuration 70 70 Name="Release125A_24V"
Note:
See TracChangeset
for help on using the changeset viewer.
