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/SEGGER_THUMB_Startup_PP.s

    r6 r26  
    1 # 0 "D:\\projekte\\ecs_smartSwitch\\trunk\\firmware\\SEGGER_THUMB_Startup.s"
     1# 0 "D:\\projekte\\ecsSmartPro\\trunk\\firmware\\SEGGER_THUMB_Startup.s"
    22# 0 "<built-in>"
    33# 0 "<command-line>"
    4 # 1 "D:\\projekte\\ecs_smartSwitch\\trunk\\firmware\\SEGGER_THUMB_Startup.s"
    5 # 60 "D:\\projekte\\ecs_smartSwitch\\trunk\\firmware\\SEGGER_THUMB_Startup.s"
     4# 1 "D:\\projekte\\ecsSmartPro\\trunk\\firmware\\SEGGER_THUMB_Startup.s"
     5# 60 "D:\\projekte\\ecsSmartPro\\trunk\\firmware\\SEGGER_THUMB_Startup.s"
    66        .syntax unified
    7 # 83 "D:\\projekte\\ecs_smartSwitch\\trunk\\firmware\\SEGGER_THUMB_Startup.s"
     7# 83 "D:\\projekte\\ecsSmartPro\\trunk\\firmware\\SEGGER_THUMB_Startup.s"
    88        .extern main
    9 # 111 "D:\\projekte\\ecs_smartSwitch\\trunk\\firmware\\SEGGER_THUMB_Startup.s"
     9# 111 "D:\\projekte\\ecsSmartPro\\trunk\\firmware\\SEGGER_THUMB_Startup.s"
    1010        .section .init, "ax"
    1111        .balign 2
     
    3030       .global __SEGGER_init_done
    3131__SEGGER_init_done:
    32 # 142 "D:\\projekte\\ecs_smartSwitch\\trunk\\firmware\\SEGGER_THUMB_Startup.s"
     32# 142 "D:\\projekte\\ecsSmartPro\\trunk\\firmware\\SEGGER_THUMB_Startup.s"
    3333        bl main
    3434
Note: See TracChangeset for help on using the changeset viewer.