From b98c372f7e35ebf4304061347bb1fc76af5c76f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noah=20Piqu=C3=A9?= Date: Fri, 23 May 2025 11:44:24 +0200 Subject: [PATCH] version13 version 11/12 auch noch --- .cproject | 76 +- .mxproject | 4 +- .settings/com.st.stm32cube.ide.mcu.sfr.prefs | 3 + .settings/language.settings.xml | 4 +- .settings/stm32cubeide.project.prefs | 6 +- Core/Application/MAIN_MainApplication.c | 2 +- Core/Application/VARH_VariableHandler.c | 18 +- Core/Drivers/ANPI_AnalogPortsIn.c | 34 +- Core/Drivers/ANPO_AnalogPortsOut.c | 2 +- Core/Inc/stm32l4xx_it.h | 2 +- Core/Src/main.c | 12 +- Core/Src/stm32l4xx_hal_msp.c | 224 +- .../Device/ST/STM32L4xx/Include/stm32l432xx.h | 10 +- .../Device/ST/STM32L4xx/Include/stm32l4xx.h | 2 +- .../Inc/Legacy/stm32_hal_legacy.h | 542 +- .../Inc/stm32l4xx_hal_adc.h | 672 +- .../Inc/stm32l4xx_hal_adc_ex.h | 475 +- .../Inc/stm32l4xx_hal_can.h | 4 + .../Inc/stm32l4xx_hal_cortex.h | 2 + .../Inc/stm32l4xx_hal_crc.h | 2 +- .../Inc/stm32l4xx_hal_def.h | 2 + .../Inc/stm32l4xx_hal_dma.h | 24 +- .../Inc/stm32l4xx_hal_dma_ex.h | 14 +- .../Inc/stm32l4xx_hal_gpio_ex.h | 1 + .../Inc/stm32l4xx_hal_i2c.h | 13 +- .../Inc/stm32l4xx_hal_rcc.h | 2 +- .../Inc/stm32l4xx_hal_spi.h | 46 +- .../Inc/stm32l4xx_hal_spi_ex.h | 2 +- .../Inc/stm32l4xx_hal_tim.h | 2390 ----- .../Inc/stm32l4xx_hal_tim_ex.h | 439 - .../Inc/stm32l4xx_ll_adc.h | 2282 +++-- .../Inc/stm32l4xx_ll_cortex.h | 2 +- .../Inc/stm32l4xx_ll_crc.h | 22 +- .../Inc/stm32l4xx_ll_crs.h | 2 +- .../Inc/stm32l4xx_ll_dac.h | 80 +- .../Inc/stm32l4xx_ll_dma.h | 22 +- .../Inc/stm32l4xx_ll_dmamux.h | 12 +- .../Inc/stm32l4xx_ll_i2c.h | 129 +- .../Inc/stm32l4xx_ll_iwdg.h | 14 +- .../Inc/stm32l4xx_ll_rcc.h | 32 +- .../Inc/stm32l4xx_ll_spi.h | 115 +- .../Inc/stm32l4xx_ll_system.h | 38 +- .../Inc/stm32l4xx_ll_utils.h | 2 +- .../STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c | 5 +- .../Src/stm32l4xx_hal_adc.c | 303 +- .../Src/stm32l4xx_hal_adc_ex.c | 319 +- .../Src/stm32l4xx_hal_can.c | 51 +- .../Src/stm32l4xx_hal_cortex.c | 80 +- .../Src/stm32l4xx_hal_crc.c | 10 +- .../Src/stm32l4xx_hal_crc_ex.c | 79 +- .../Src/stm32l4xx_hal_dac.c | 48 +- .../Src/stm32l4xx_hal_dac_ex.c | 13 +- .../Src/stm32l4xx_hal_dma.c | 186 +- .../Src/stm32l4xx_hal_dma_ex.c | 64 +- .../Src/stm32l4xx_hal_exti.c | 12 +- .../Src/stm32l4xx_hal_gpio.c | 8 +- .../Src/stm32l4xx_hal_i2c.c | 874 +- .../Src/stm32l4xx_hal_iwdg.c | 3 +- .../Src/stm32l4xx_hal_pwr.c | 8 +- .../Src/stm32l4xx_hal_pwr_ex.c | 4 +- .../Src/stm32l4xx_hal_rcc.c | 10 +- .../Src/stm32l4xx_hal_rcc_ex.c | 6 +- .../Src/stm32l4xx_hal_spi.c | 484 +- .../Src/stm32l4xx_hal_spi_ex.c | 2 +- .../Src/stm32l4xx_hal_tim.c | 7896 ----------------- .../Src/stm32l4xx_hal_tim_ex.c | 2841 ------ STM32L432KBUx_FLASH.ld | 145 +- tecware.ioc | 13 +- tecware_v11.srec | 2759 ++++++ tecware_v12.srec | 2759 ++++++ tecware_v13.srec | 2759 ++++++ 71 files changed, 13172 insertions(+), 16350 deletions(-) create mode 100644 .settings/com.st.stm32cube.ide.mcu.sfr.prefs delete mode 100644 Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tim.h delete mode 100644 Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tim_ex.h delete mode 100644 Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c delete mode 100644 Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c create mode 100644 tecware_v11.srec create mode 100644 tecware_v12.srec create mode 100644 tecware_v13.srec diff --git a/.cproject b/.cproject index 9b1005f..d21918f 100644 --- a/.cproject +++ b/.cproject @@ -23,7 +23,7 @@ @@ -84,10 +95,9 @@ - - + @@ -115,7 +125,7 @@ @@ -138,12 +157,6 @@ @@ -159,7 +178,7 @@