From 8367127c6275e64d94a598de1d4a6f5f57bded92 Mon Sep 17 00:00:00 2001 From: "@CarlWachter" Date: Thu, 22 Feb 2024 16:37:05 +0100 Subject: [PATCH] Working receive and handling of control signals --- .cproject | 2 + .mxproject | 7 +- .settings/language.settings.xml | 4 +- .settings/stm32cubeide.project.prefs | 4 +- App/Inc/sta/config.hpp | 10 +- App/Src/tasks/can_task.cpp | 49 ++++++++-- CAN-Demo.ioc | 65 ++++++++----- Core/Inc/FreeRTOSConfig.h | 3 +- Core/Inc/stm32f4xx_hal_conf.h | 2 +- Core/Inc/stm32f4xx_it.h | 4 +- Core/Src/can.c | 8 -- Core/Src/gpio.c | 15 ++- Core/Src/main.c | 27 +++++- Core/Src/stm32f4xx_hal_timebase_tim.c | 128 ++++++++++++++++++++++++++ Core/Src/stm32f4xx_it.c | 55 ++--------- Libs/TACOS | 2 +- Libs/rtos2-utils | 2 +- Libs/sta-core | 2 +- 18 files changed, 278 insertions(+), 111 deletions(-) create mode 100644 Core/Src/stm32f4xx_hal_timebase_tim.c diff --git a/.cproject b/.cproject index 91bd2e0..99e2a62 100644 --- a/.cproject +++ b/.cproject @@ -55,6 +55,7 @@ + @@ -75,6 +76,7 @@ +