Ignore:
Timestamp:
Aug 4, 2026, 1:53:58 PM (25 hours ago)
Author:
f.jahn
Message:

Delta Sigma ADC auf 10Channel geändert.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fw_g473rct/SES/smartPro.emProject

    r71 r73  
    55  <configuration Name="Debug125A_24V" />
    66  <configuration Name="Debug125A_48V" />
     7  <configuration Name="Debug125A_48V_GM" />
    78  <configuration
    89    Name="Release125A_12V"
     
    1314  <configuration Name="Release125A_24V" />
    1415  <configuration Name="Release125A_48V" />
     16  <configuration Name="Release125A_48V_GM" />
    1517  <project Name="smartPro">
    1618    <configuration
     
    4042      debug_start_from_entry_point_symbol="No"
    4143      debug_target_connection="J-Link"
     44      debug_terminal_log_file="$(ProjectDir)/output.txt"
    4245      gcc_c_language_standard="c17"
    4346      gcc_entry_point="Reset_Handler"
     
    6669      c_preprocessor_definitions="SYSTEM_VOLTAGE_48V;DEVICETYPE=125" />
    6770    <configuration
     71      Name="Debug125A_48V_GM"
     72      c_preprocessor_definitions="DEFAULT_PARAMETER_SYSTEM_VOLTAGE_12V;BATTERY_VOLTAGE_VOLTAGE_DIVIDER=44;SHUNT_VOLTAGE_VOLTAGE_DIVIDER=44;DEVICETYPE=125;NO_USB_SUPPORT;NO_TRISTATE_OUTPUTS" />
     73    <configuration
    6874      Name="Release125A_12V"
    6975      c_preprocessor_definitions="DEVICETYPE=125;SYSTEM_VOLTAGE_12V" />
     
    7682      c_preprocessor_definitions="SYSTEM_VOLTAGE_48V;DEVICETYPE=125"
    7783      gcc_optimization_level="Level 2 for speed" />
     84    <configuration
     85      Name="Release125A_48V_GM"
     86      arm_library_optimization="Fast"
     87      c_preprocessor_definitions="DEFAULT_PARAMETER_SYSTEM_VOLTAGE_12V;BATTERY_VOLTAGE_VOLTAGE_DIVIDER=44;SHUNT_VOLTAGE_VOLTAGE_DIVIDER=44;DEVICETYPE=125;NO_USB_SUPPORT;NO_TRISTATE_OUTPUTS"
     88      gcc_debugging_level="None"
     89      gcc_optimization_level="Level 2 for speed"
     90      link_time_optimization="Yes" />
    7891    <folder Name="CMSIS Files">
    7992      <file file_name="STM32G4xx/Device/Include/stm32g4xx.h" />
     
    194207        <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_dma.c" />
    195208        <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_gpio.c" />
     209        <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_rcc.c" />
    196210        <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_ucpd.c" />
    197211        <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_usb.c" />
     
    201215      <file file_name="inc/ads1260.h" />
    202216      <file file_name="inc/ah_counter.h" />
    203       <file file_name="inc/battery_voltage.h" />
     217      <file file_name="inc/battery_voltage_fast.h" />
    204218      <file file_name="inc/chip_temperature.h" />
    205219      <file file_name="inc/doku.h" />
     
    216230      <file file_name="inc/self_discharge.h" />
    217231      <file file_name="inc/shunt_temperature.h" />
    218       <file file_name="inc/shunt_voltage.h" />
     232      <file file_name="inc/shunt_voltage_fast.h" />
    219233      <file file_name="inc/sysdata.h" />
    220234      <file file_name="inc/template.h" />
     
    231245      <file file_name="src/ads1260.c" />
    232246      <file file_name="src/ah_counter.c" />
    233       <file file_name="src/battery_voltage.c" />
     247      <file file_name="src/battery_voltage_fast.c" />
    234248      <file file_name="src/chip_temperature.c" />
    235249      <file file_name="src/eeprom.c" />
     
    244258      <file file_name="src/self_discharge.c" />
    245259      <file file_name="src/shunt_temperature.c" />
    246       <file file_name="src/shunt_voltage.c" />
     260      <file file_name="src/shunt_voltage_fast.c" />
    247261      <file file_name="src/sysdata.c" />
    248262      <file file_name="src/template.c" />
     
    282296      </folder>
    283297      <folder Name="src">
     298        <configuration
     299          Name="Debug125A_48V_GM"
     300          build_exclude_from_build="Yes" />
     301        <configuration
     302          Name="Release125A_48V_GM"
     303          build_exclude_from_build="Yes" />
    284304        <file file_name="../Core/Src/ucpd.c" />
    285305        <file file_name="../USB_Device/App/usb_device.c" />
Note: See TracChangeset for help on using the changeset viewer.