Changeset 9 for ecs_cellMon/firmware


Ignore:
Timestamp:
Jun 12, 2023, 11:46:45 AM (19 months ago)
Author:
f.jahn
Message:

Added HAL driver files for IWDG timer (HAL version 1.5.0).

Location:
ecs_cellMon/firmware
Files:
2 added
54 edited

Legend:

Unmodified
Added
Removed
  • ecs_cellMon/firmware/Core/Inc/stm32g0xx_hal_conf.h

    r3 r9  
    4545/* #define HAL_I2C_MODULE_ENABLED   */
    4646/* #define HAL_I2S_MODULE_ENABLED   */
    47 /* #define HAL_IWDG_MODULE_ENABLED   */
     47#define HAL_IWDG_MODULE_ENABLED
    4848/* #define HAL_IRDA_MODULE_ENABLED   */
    4949/* #define HAL_LPTIM_MODULE_ENABLED   */
  • ecs_cellMon/firmware/Core/Src/main.c

    r3 r9  
    5858
    5959/* Private variables ---------------------------------------------------------*/
     60IWDG_HandleTypeDef hiwdg;
    6061
    6162/* USER CODE BEGIN PV */
  • ecs_cellMon/firmware/Output/Release/Obj/cellMon/adc.d

    r8 r9  
    4141  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    4242  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     43  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_iwdg.h \
    4344  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    4445  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
  • ecs_cellMon/firmware/Output/Release/Obj/cellMon/balancer.d

    r8 r9  
    4242  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    4343  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     44  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_iwdg.h \
    4445  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    4546  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
  • ecs_cellMon/firmware/Output/Release/Obj/cellMon/bms.d

    r8 r9  
    4141  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    4242  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     43  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_iwdg.h \
    4344  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    4445  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
  • ecs_cellMon/firmware/Output/Release/Obj/cellMon/comp.d

    r8 r9  
    4141  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    4242  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     43  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_iwdg.h \
    4344  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    4445  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
  • ecs_cellMon/firmware/Output/Release/Obj/cellMon/dac.d

    r8 r9  
    4141  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    4242  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     43  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_iwdg.h \
    4344  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    4445  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
  • ecs_cellMon/firmware/Output/Release/Obj/cellMon/dma.d

    r8 r9  
    4141  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    4242  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     43  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_iwdg.h \
    4344  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    4445  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
  • ecs_cellMon/firmware/Output/Release/Obj/cellMon/eeprom.d

    r8 r9  
    4040  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    4141  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     42  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_iwdg.h \
    4243  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    4344  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
  • ecs_cellMon/firmware/Output/Release/Obj/cellMon/gpio.d

    r8 r9  
    4141  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    4242  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     43  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_iwdg.h \
    4344  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    4445  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
  • ecs_cellMon/firmware/Output/Release/Obj/cellMon/led.d

    r8 r9  
    4141  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    4242  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     43  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_iwdg.h \
    4344  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    4445  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
  • ecs_cellMon/firmware/Output/Release/Obj/cellMon/main.d

    r8 r9  
    4040  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    4141  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     42  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_iwdg.h \
    4243  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    4344  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
  • ecs_cellMon/firmware/Output/Release/Obj/cellMon/meas.d

    r8 r9  
    4141  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    4242  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     43  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_iwdg.h \
    4344  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    4445  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
  • ecs_cellMon/firmware/Output/Release/Obj/cellMon/modbus.d

    r8 r9  
    4242  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    4343  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     44  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_iwdg.h \
    4445  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    4546  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
  • ecs_cellMon/firmware/Output/Release/Obj/cellMon/output.d

    r8 r9  
    4141  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    4242  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     43  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_iwdg.h \
    4344  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    4445  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
  • ecs_cellMon/firmware/Output/Release/Obj/cellMon/stm32g0xx_hal.d

    r8 r9  
    3939  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    4040  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     41  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_iwdg.h \
    4142  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    4243  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
  • ecs_cellMon/firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_adc.d

    r8 r9  
    3939  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    4040  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     41  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_iwdg.h \
    4142  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    4243  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
  • ecs_cellMon/firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_adc_ex.d

    r8 r9  
    3939  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    4040  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     41  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_iwdg.h \
    4142  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    4243  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
  • ecs_cellMon/firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_comp.d

    r8 r9  
    3939  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    4040  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     41  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_iwdg.h \
    4142  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    4243  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
  • ecs_cellMon/firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_cortex.d

    r8 r9  
    3939  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    4040  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     41  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_iwdg.h \
    4142  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    4243  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
  • ecs_cellMon/firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_dac.d

    r8 r9  
    3939  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    4040  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     41  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_iwdg.h \
    4142  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    4243  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
  • ecs_cellMon/firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_dac_ex.d

    r8 r9  
    3939  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    4040  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     41  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_iwdg.h \
    4142  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    4243  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
  • ecs_cellMon/firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_dma.d

    r8 r9  
    3939  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    4040  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     41  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_iwdg.h \
    4142  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    4243  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
  • ecs_cellMon/firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_dma_ex.d

    r8 r9  
    3939  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    4040  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     41  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_iwdg.h \
    4142  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    4243  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
  • ecs_cellMon/firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_exti.d

    r8 r9  
    3939  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    4040  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     41  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_iwdg.h \
    4142  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    4243  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
  • ecs_cellMon/firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_flash.d

    r8 r9  
    3939  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    4040  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     41  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_iwdg.h \
    4142  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    4243  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
  • ecs_cellMon/firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_flash_ex.d

    r8 r9  
    3939  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    4040  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     41  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_iwdg.h \
    4142  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    4243  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
  • ecs_cellMon/firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_gpio.d

    r8 r9  
    3939  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    4040  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     41  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_iwdg.h \
    4142  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    4243  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
  • ecs_cellMon/firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_msp.d

    r8 r9  
    4040  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    4141  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     42  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_iwdg.h \
    4243  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    4344  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
  • ecs_cellMon/firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_pwr.d

    r8 r9  
    3939  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    4040  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     41  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_iwdg.h \
    4142  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    4243  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
  • ecs_cellMon/firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_pwr_ex.d

    r8 r9  
    3939  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    4040  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     41  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_iwdg.h \
    4142  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    4243  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
  • ecs_cellMon/firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_rcc.d

    r8 r9  
    3939  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    4040  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     41  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_iwdg.h \
    4142  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    4243  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
  • ecs_cellMon/firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_rcc_ex.d

    r8 r9  
    3939  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    4040  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     41  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_iwdg.h \
    4142  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    4243  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
  • ecs_cellMon/firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_tim.d

    r8 r9  
    3939  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    4040  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     41  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_iwdg.h \
    4142  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    4243  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
  • ecs_cellMon/firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_tim_ex.d

    r8 r9  
    3939  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    4040  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     41  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_iwdg.h \
    4142  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    4243  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
  • ecs_cellMon/firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_uart.d

    r8 r9  
    3939  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    4040  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     41  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_iwdg.h \
    4142  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    4243  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
  • ecs_cellMon/firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_uart_ex.d

    r8 r9  
    3939  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    4040  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     41  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_iwdg.h \
    4142  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    4243  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
  • ecs_cellMon/firmware/Output/Release/Obj/cellMon/stm32g0xx_it.d

    r8 r9  
    4040  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    4141  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     42  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_iwdg.h \
    4243  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    4344  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
  • ecs_cellMon/firmware/Output/Release/Obj/cellMon/sysdata.d

    r8 r9  
    4141  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    4242  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     43  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_iwdg.h \
    4344  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    4445  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
  • ecs_cellMon/firmware/Output/Release/Obj/cellMon/system_stm32g0xx.d

    r8 r9  
    3939  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    4040  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     41  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_iwdg.h \
    4142  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    4243  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
  • ecs_cellMon/firmware/Output/Release/Obj/cellMon/tim.d

    r8 r9  
    4141  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    4242  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     43  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_iwdg.h \
    4344  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    4445  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
  • ecs_cellMon/firmware/Output/Release/Obj/cellMon/usart.d

    r8 r9  
    4141  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    4242  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     43  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_iwdg.h \
    4344  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    4445  D:\projekte\ecs_greenPowerPack\ecs_cellMon\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
  • ecs_cellMon/firmware/firmware.ioc

    r3 r9  
    6565Mcu.IP0=ADC1
    6666Mcu.IP1=COMP1
     67Mcu.IP10=USART1
    6768Mcu.IP2=COMP2
    6869Mcu.IP3=DAC1
    6970Mcu.IP4=DMA
    70 Mcu.IP5=NVIC
    71 Mcu.IP6=RCC
    72 Mcu.IP7=SYS
    73 Mcu.IP8=TIM1
    74 Mcu.IP9=USART1
    75 Mcu.IPNb=10
     71Mcu.IP5=IWDG
     72Mcu.IP6=NVIC
     73Mcu.IP7=RCC
     74Mcu.IP8=SYS
     75Mcu.IP9=TIM1
     76Mcu.IPNb=11
    7677Mcu.Name=STM32G071C(6-8-B)Tx
    7778Mcu.Package=LQFP48
     
    9293Mcu.Pin21=PB5
    9394Mcu.Pin22=VP_COMP1_VS_DACOUT1
    94 Mcu.Pin23=VP_SYS_VS_Systick
    95 Mcu.Pin24=VP_SYS_VS_DBSignals
    96 Mcu.Pin25=VP_TIM1_VS_ControllerModeReset
    97 Mcu.Pin26=VP_TIM1_VS_ClockSourceINT
    98 Mcu.Pin27=VP_TIM1_VS_NoInput1
    99 Mcu.Pin28=VP_TIM1_VS_NoInput2
     95Mcu.Pin23=VP_IWDG_VS_IWDG
     96Mcu.Pin24=VP_SYS_VS_Systick
     97Mcu.Pin25=VP_SYS_VS_DBSignals
     98Mcu.Pin26=VP_TIM1_VS_ControllerModeReset
     99Mcu.Pin27=VP_TIM1_VS_ClockSourceINT
     100Mcu.Pin28=VP_TIM1_VS_NoInput1
     101Mcu.Pin29=VP_TIM1_VS_NoInput2
    100102Mcu.Pin3=PA2
    101103Mcu.Pin4=PA3
     
    105107Mcu.Pin8=PA7
    106108Mcu.Pin9=PB0
    107 Mcu.PinsNb=29
     109Mcu.PinsNb=30
    108110Mcu.ThirdPartyNb=0
    109111Mcu.UserConstants=
     
    275277VP_COMP1_VS_DACOUT1.Mode=INM_DACOUT1
    276278VP_COMP1_VS_DACOUT1.Signal=COMP1_VS_DACOUT1
     279VP_IWDG_VS_IWDG.Mode=IWDG_Activate
     280VP_IWDG_VS_IWDG.Signal=IWDG_VS_IWDG
    277281VP_SYS_VS_DBSignals.Mode=DisableDeadBatterySignals
    278282VP_SYS_VS_DBSignals.Signal=SYS_VS_DBSignals
  • ecs_cellMon/firmware/inc/led.h

    r3 r9  
    22  ******************************************************************************
    33  * @file    led.h
    4   * @author  ECS - Falko Jahn
     4  * @author  ECS - Zed Kazharov
    55  * @version V1.0.0
    6   * @date    29-Sep-2021
    7   * @brief   Muster Modul Treiber
     6  * @date    13-Jan-2023
     7  * @brief   LED Modul Treiber
    88  *
    99  *          Beschreibung         
    10   *          Dieses Modul enthält ein Musteraufbau einer Header Datei
     10  *         
    1111  *
    1212  *          Achtung:   
  • ecs_cellMon/firmware/inc/meas.h

    r3 r9  
    22  ******************************************************************************
    33  * @file    meas.h
    4   * @author  ECS - Falko Jahn
     4  * @author  ECS - Zed Kazharov
    55  * @version V1.0.0
    6   * @date    30-Jan-2021
     6  * @date    15-Jan-2023
    77  * @brief   MEAS Modul Treiber
    88  *
  • ecs_cellMon/firmware/main.emSession

    r8 r9  
    3131  <ProjectSessionItem path="cellMon;cellMon"/>
    3232  <ProjectSessionItem path="cellMon;cellMon;Include Files"/>
     33  <ProjectSessionItem path="cellMon;cellMon;Include Files;core"/>
    3334  <ProjectSessionItem path="cellMon;cellMon;Source Files"/>
     35  <ProjectSessionItem path="cellMon;cellMon;Source Files;core"/>
     36  <ProjectSessionItem path="cellMon;cellMon;Source Files;HAL_Driver"/>
    3437 </Project>
    3538 <Register1>
     
    7275 </Watch4>
    7376 <Files>
     77  <SessionOpenFile windowGroup="DockEditLeft" x="0" y="59" useTextEdit="1" path="Core/Src/main.c" left="0" top="39" codecName="CP 1252"/>
     78  <SessionOpenFile windowGroup="DockEditLeft" x="8" y="83" useTextEdit="1" path="Core/Inc/main.h" left="0" top="53" codecName="CP 1252"/>
    7479  <SessionOpenFile windowGroup="DockEditLeft" x="0" y="0" useTextEdit="1" path="inc/modbus.h" left="0" top="117" codecName="CP 1252"/>
    7580  <SessionOpenFile windowGroup="DockEditLeft" x="41" y="139" useTextEdit="1" path="inc/sysdata.h" left="0" top="168" codecName="CP 1252"/>
    7681  <SessionOpenFile windowGroup="DockEditLeft" x="0" y="0" useTextEdit="1" path="inc/output.h" left="0" top="9" codecName="CP 1252"/>
    77   <SessionOpenFile windowGroup="DockEditLeft" x="0" y="0" useTextEdit="1" path="inc/meas.h" left="0" top="0" codecName="CP 1252"/>
    7882  <SessionOpenFile windowGroup="DockEditLeft" x="0" y="0" useTextEdit="1" path="inc/doku.h" left="0" top="0" codecName="CP 1252"/>
    7983  <SessionOpenFile windowGroup="DockEditLeft" x="15" y="5" useTextEdit="1" path="inc/bms.h" left="0" top="0" codecName="CP 1252"/>
     
    8185  <SessionOpenFile windowGroup="DockEditLeft" x="0" y="76" useTextEdit="1" path="inc/balancer.h" left="0" top="35" codecName="CP 1252"/>
    8286  <SessionOpenFile windowGroup="DockEditLeft" x="80" y="48" useTextEdit="1" path="src/balancer.c" left="0" top="0" codecName="CP 1252"/>
    83   <SessionOpenFile windowGroup="DockEditLeft" x="11" y="172" useTextEdit="1" path="src/meas.c" left="0" top="149" codecName="CP 1252"/>
    8487  <SessionOpenFile windowGroup="DockEditLeft" x="50" y="74" useTextEdit="1" path="Core/Src/adc.c" left="0" top="63" codecName="CP 1252"/>
    85   <SessionOpenFile windowGroup="DockEditLeft" x="28" y="104" useTextEdit="1" path="Core/Src/main.c" left="0" top="79" codecName="CP 1252"/>
    8688  <SessionOpenFile windowGroup="DockEditLeft" x="0" y="0" useTextEdit="1" path="src/modbus.c" left="0" top="0" codecName="CP 1252"/>
    87   <SessionOpenFile windowGroup="DockEditLeft" x="8" y="83" useTextEdit="1" path="Core/Inc/main.h" left="0" top="53" codecName="CP 1252"/>
    8889  <SessionOpenFile windowGroup="DockEditLeft" x="53" y="96" useTextEdit="1" path="Core/Src/gpio.c" left="0" top="62" codecName="CP 1252"/>
    89   <SessionOpenFile windowGroup="DockEditLeft" x="71" y="103" useTextEdit="1" path="src/led.c" left="0" top="88" codecName="CP 1252"/>
    9090  <SessionOpenFile windowGroup="DockEditLeft" x="24" y="5" useTextEdit="1" path="inc/eeprom.h" left="0" top="0" codecName="CP 1252"/>
    91   <SessionOpenFile windowGroup="DockEditLeft" x="21" y="2" useTextEdit="1" path="src/eeprom.c" left="0" selected="1" top="0" codecName="CP 1252"/>
     91  <SessionOpenFile windowGroup="DockEditLeft" x="21" y="2" useTextEdit="1" path="src/eeprom.c" left="0" top="30" codecName="CP 1252"/>
     92  <SessionOpenFile windowGroup="DockEditLeft" x="13" y="9" useTextEdit="1" path="inc/led.h" left="0" top="1" codecName="CP 1252"/>
     93  <SessionOpenFile windowGroup="DockEditLeft" x="19" y="24" useTextEdit="1" path="src/led.c" left="0" top="0" codecName="CP 1252"/>
     94  <SessionOpenFile windowGroup="DockEditLeft" x="24" y="5" useTextEdit="1" path="inc/meas.h" left="0" top="0" codecName="CP 1252"/>
     95  <SessionOpenFile windowGroup="DockEditLeft" x="15" y="5" useTextEdit="1" path="src/meas.c" left="0" top="0" codecName="CP 1252"/>
     96  <SessionOpenFile windowGroup="DockEditLeft" x="31" y="46" useTextEdit="1" path="Core/Inc/stm32g0xx_hal_conf.h" left="0" selected="1" top="36" codecName="CP 1252"/>
    9297 </Files>
    9398 <EMStudioWindow activeProject="cellMon" fileDialogDefaultFilter="*" autoConnectTarget="J-Link" buildConfiguration="Release" sessionSettings="" debugSearchFileMap="" fileDialogInitialDirectory="D:/projekte/ecs_greenPowerPack/ecs_cellMon/firmware/inc" debugSearchPath="" autoConnectCapabilities="3199"/>
  • ecs_cellMon/firmware/src/led.c

    r3 r9  
    22  ******************************************************************************
    33  * @file    led.c
    4   * @author  ECS, Falko Jahn
     4  * @author  ECS, Zed Kazharov
    55  * @version V1.0.0
    6   * @date    29-Jan-2021
     6  * @date    13-Jan-2023
    77  * @brief   LED Modul
    88  *          Beschreibung in Header
  • ecs_cellMon/firmware/src/meas.c

    r3 r9  
    22  ******************************************************************************
    33  * @file    meas.c
    4   * @author  ECS, Falko Jahn 
     4  * @author  ECS, Zed Kazharov 
    55  * @version V1.0.0
    6   * @date    30-Jan-2021
     6  * @date    15-Jan-2023
    77  * @brief   Measurement Modul
    88  *          Beschreibung in Header
Note: See TracChangeset for help on using the changeset viewer.