From 213ee88c7a8806d67fe032f7eedd7ff6d29b162a Mon Sep 17 00:00:00 2001 From: pique_n Date: Fri, 23 Feb 2024 11:25:48 +0100 Subject: [PATCH] updates small bugfixes --- .cproject | 15 +- .gitignore | 1 + .mxproject | 4 +- .settings/language.settings.xml | 4 +- .settings/stm32cubeide.project.prefs | 6 +- Core/Application/INIT_Initialization.c | 1 + Core/Application/MAIN_MainApplication.c | 7 +- Core/Application/PECO_PeltierController.c | 241 ++- Core/Drivers/ADCD_AdcDriver.c | 6 +- Core/Drivers/ANPI_AnalogPortsIn.c | 34 +- Core/Drivers/ANPI_AnalogPortsIn.h | 1 + Core/Drivers/ANPO_AnalogPortsOut.c | 182 ++- Core/Drivers/ERRH_ErrorHandler.c | 2 + Core/Drivers/ERRH_ErrorHandler.h | 28 + Core/Drivers/TEMP_Temperature.c | 2 +- Core/Inc/stm32l4xx_hal_conf.h | 2 +- Core/Src/main.c | 4 + Core/Src/stm32l4xx_hal_msp.c | 1 + .../Inc/stm32l4xx_ll_iwdg.h | 338 ++++ .../Inc/stm32l4xx_ll_spi.h | 1418 +++++++++++++++++ STM32L432KBUx_FLASH.ld | 2 +- tecware Debug.launch | 78 - tecware.ioc | 8 +- 23 files changed, 2122 insertions(+), 263 deletions(-) create mode 100644 Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_iwdg.h create mode 100644 Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_spi.h delete mode 100644 tecware Debug.launch diff --git a/.cproject b/.cproject index aa8b341..3efb271 100644 --- a/.cproject +++ b/.cproject @@ -23,8 +23,9 @@