From 67cbe479b3222b33fcbbb0ab0aa2eead917a1e07 Mon Sep 17 00:00:00 2001 From: Carsten Keller Date: Fri, 19 Apr 2024 20:41:35 +0200 Subject: [PATCH] Initiales Beispiel: LED Task -> LED blink --- .cproject | 11 +- .gitignore | 1 + .settings/language.settings.xml | 4 +- .settings/stm32cubeide.project.prefs | 5 +- Core/Inc/stm32_assert.h | 9 +- Core/Inc/stm32g0xx_it.h | 2 - Core/Inc/tx_user.h | 313 +++++++++++++++++++++++++ Core/Src/LED.c | 22 ++ Core/Src/main.c | 15 +- Core/Src/stm32g0xx_it.c | 27 --- Core/Startup/startup_stm32g071kbtx.s | 4 +- Core/Startup/tx_initialize_low_level.S | 185 +++++++++++++++ STM32G071KBTX_FLASH.ld | 14 +- ThreadX_Test.ioc | 14 +- 14 files changed, 568 insertions(+), 58 deletions(-) create mode 100644 Core/Inc/tx_user.h create mode 100644 Core/Src/LED.c create mode 100644 Core/Startup/tx_initialize_low_level.S diff --git a/.cproject b/.cproject index 02fd60d..7cf18ef 100644 --- a/.cproject +++ b/.cproject @@ -23,6 +23,7 @@ -