Ignore:
Timestamp:
Sep 8, 2025, 6:57:30 PM (3 months 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/efficiency_PP.c

    r6 r26  
    1 # 1 "D:\\projekte\\ecs_smartSwitch\\trunk\\firmware\\Src\\efficiency.c"
     1# 1 "D:\\projekte\\ecsSmartPro\\trunk\\firmware\\Src\\efficiency.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\\efficiency.c" 2
    8 
    9 # 1 "D:/projekte/ecs_smartSwitch/trunk/firmware/Inc\\sysdata.h" 1
    10 # 15 "D:/projekte/ecs_smartSwitch/trunk/firmware/Inc\\sysdata.h"
     7# 1 "D:\\projekte\\ecsSmartPro\\trunk\\firmware\\Src\\efficiency.c" 2
     8
     9# 1 "D:/projekte/ecsSmartPro/trunk/firmware/Inc\\sysdata.h" 1
     10# 15 "D:/projekte/ecsSmartPro/trunk/firmware/Inc\\sysdata.h"
    1111# 1 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.22a/include\\stdint.h" 1 3
    1212# 20 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.22a/include\\stdint.h" 3
     
    700700typedef long long int intmax_t;
    701701typedef long long unsigned int uintmax_t;
    702 # 16 "D:/projekte/ecs_smartSwitch/trunk/firmware/Inc\\sysdata.h" 2
    703 # 25 "D:/projekte/ecs_smartSwitch/trunk/firmware/Inc\\sysdata.h"
     702# 16 "D:/projekte/ecsSmartPro/trunk/firmware/Inc\\sysdata.h" 2
     703# 25 "D:/projekte/ecsSmartPro/trunk/firmware/Inc\\sysdata.h"
    704704typedef union
    705705{
     
    918918
    919919void SYS_DATA_Init(void);
    920 # 3 "D:\\projekte\\ecs_smartSwitch\\trunk\\firmware\\Src\\efficiency.c" 2
    921 # 1 "D:/projekte/ecs_smartSwitch/trunk/firmware/Inc\\efficiency.h" 1
     920# 3 "D:\\projekte\\ecsSmartPro\\trunk\\firmware\\Src\\efficiency.c" 2
     921# 1 "D:/projekte/ecsSmartPro/trunk/firmware/Inc\\efficiency.h" 1
    922922# 1 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.22a/include\\inttypes.h" 1 3
    923 # 2 "D:/projekte/ecs_smartSwitch/trunk/firmware/Inc\\efficiency.h" 2
     923# 2 "D:/projekte/ecsSmartPro/trunk/firmware/Inc\\efficiency.h" 2
    924924
    925925int16_t EFFICIENCY_Exec(void);
    926 # 4 "D:\\projekte\\ecs_smartSwitch\\trunk\\firmware\\Src\\efficiency.c" 2
     926# 4 "D:\\projekte\\ecsSmartPro\\trunk\\firmware\\Src\\efficiency.c" 2
    927927
    928928int16_t EFFICIENCY_Exec(void)
Note: See TracChangeset for help on using the changeset viewer.