Ignore:
Timestamp:
Sep 8, 2025, 6:57:30 PM (7 weeks ago)
Author:
f.jahn
Message:
  • Bug in ADC Kalibrierung (STM32 ADC Strom) behoben
  • DMA Buffer für ADC 1 und ADC wird vor Überschreibung während bearbeitung geschützt, indem Datenübertragung nur einmalig erfolgt und erst nach Auswertung wieder gestartet wird
  • RS485Modbus: Timeout Zeit wird für Baudraten >19200 korrekt berechnet
  • Hardware ID geändert
  • Separates Register für "Batterie Empty detection mode" auf Adresse 92 angelegt
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/firmware/Debug125A/sysdata_PP.c

    r6 r26  
    1 # 1 "D:\\projekte\\ecs_smartSwitch\\trunk\\firmware\\Src\\sysdata.c"
     1# 1 "D:\\projekte\\ecsSmartPro\\trunk\\firmware\\Src\\sysdata.c"
    22# 1 "<built-in>" 1
    33# 1 "<built-in>" 3
     
    55# 1 "<command line>" 1
    66# 1 "<built-in>" 2
    7 # 1 "D:\\projekte\\ecs_smartSwitch\\trunk\\firmware\\Src\\sysdata.c" 2
    8 
    9 
    10 
    11 
    12 
    13 
    14 # 1 "D:/projekte/ecs_smartSwitch/trunk/firmware/Inc\\sysdata.h" 1
    15 # 15 "D:/projekte/ecs_smartSwitch/trunk/firmware/Inc\\sysdata.h"
     7# 1 "D:\\projekte\\ecsSmartPro\\trunk\\firmware\\Src\\sysdata.c" 2
     8
     9
     10
     11
     12
     13
     14# 1 "D:/projekte/ecsSmartPro/trunk/firmware/Inc\\sysdata.h" 1
     15# 15 "D:/projekte/ecsSmartPro/trunk/firmware/Inc\\sysdata.h"
    1616# 1 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.22a/include\\stdint.h" 1 3
    1717# 20 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.22a/include\\stdint.h" 3
     
    705705typedef long long int intmax_t;
    706706typedef long long unsigned int uintmax_t;
    707 # 16 "D:/projekte/ecs_smartSwitch/trunk/firmware/Inc\\sysdata.h" 2
    708 # 25 "D:/projekte/ecs_smartSwitch/trunk/firmware/Inc\\sysdata.h"
     707# 16 "D:/projekte/ecsSmartPro/trunk/firmware/Inc\\sysdata.h" 2
     708# 25 "D:/projekte/ecsSmartPro/trunk/firmware/Inc\\sysdata.h"
    709709typedef union
    710710{
     
    923923
    924924void SYS_DATA_Init(void);
    925 # 8 "D:\\projekte\\ecs_smartSwitch\\trunk\\firmware\\Src\\sysdata.c" 2
     925# 8 "D:\\projekte\\ecsSmartPro\\trunk\\firmware\\Src\\sysdata.c" 2
    926926
    927927volatile sys_data_t sys_data;
     
    952952 sys_data.s.values.selfDischarge = -1;
    953953 sys_data.s.values.selfDischargeAvg = -1;
    954 
    955954
    956955
Note: See TracChangeset for help on using the changeset viewer.