From 97c5f6505e37752cc33289eb4d16106c20cfe736 Mon Sep 17 00:00:00 2001 From: CarlWachter Date: Sun, 3 Dec 2023 09:16:05 +0100 Subject: [PATCH] Working send WIP --- .DS_Store | Bin 0 -> 6148 bytes .cproject | 10 +- .mxproject | 50 +- .settings/language.settings.xml | 4 +- .settings/stm32cubeide.project.prefs | 4 +- App/Src/test.cpp | 26 +- CAN-Card_Module_Software Debug.launch | 83 + can-tests.ioc => CAN-Card_Module_Software.ioc | 112 +- Core/Inc/main.h | 138 +- Core/Inc/stm32f4xx_hal_conf.h | 990 +- Core/Inc/stm32f4xx_it.h | 133 +- Core/Src/main.c | 693 +- Core/Src/stm32f4xx_hal_msp.c | 487 +- Core/Src/stm32f4xx_it.c | 420 +- Debug/App/Src/subdir.mk | 2 +- Debug/App/Src/test.d | 28 +- Debug/App/Src/test.o | Bin 1081864 -> 1081916 bytes Debug/App/Src/test.su | 2 +- Debug/Core/Src/main.cyclo | 13 +- Debug/Core/Src/main.o | Bin 1073728 -> 1076848 bytes Debug/Core/Src/main.su | 13 +- Debug/Core/Src/stm32f4xx_hal_msp.cyclo | 6 +- Debug/Core/Src/stm32f4xx_hal_msp.o | Bin 1071124 -> 1073916 bytes Debug/Core/Src/stm32f4xx_hal_msp.su | 6 +- Debug/Core/Src/stm32f4xx_it.cyclo | 1 + Debug/Core/Src/stm32f4xx_it.o | Bin 1064268 -> 1067092 bytes Debug/Core/Src/stm32f4xx_it.su | 1 + Debug/Core/Src/subdir.mk | 2 +- Debug/Core/Src/syscalls.o | Bin 83104 -> 83012 bytes Debug/Core/Src/sysmem.o | Bin 47796 -> 47700 bytes Debug/Core/Src/system_stm32f4xx.o | Bin 1065204 -> 1065104 bytes Debug/Core/Src/test.cyclo | 0 Debug/Core/Src/test.d | 74 - Debug/Core/Src/test.su | 0 Debug/Core/Startup/startup_stm32f407zgtx.o | Bin 7244 -> 7264 bytes .../STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.o | Bin 1078604 -> 1078508 bytes .../Src/stm32f4xx_hal_can.o | Bin 1086112 -> 1086016 bytes .../Src/stm32f4xx_hal_cortex.o | Bin 1081728 -> 1081628 bytes .../Src/stm32f4xx_hal_dma.o | Bin 1076820 -> 1076720 bytes .../Src/stm32f4xx_hal_dma_ex.o | Bin 1074092 -> 1073992 bytes .../Src/stm32f4xx_hal_exti.o | Bin 1068248 -> 1068148 bytes .../Src/stm32f4xx_hal_flash.o | Bin 1072424 -> 1072324 bytes .../Src/stm32f4xx_hal_flash_ex.o | Bin 1072380 -> 1072284 bytes .../Src/stm32f4xx_hal_flash_ramfunc.o | Bin 1061180 -> 1061084 bytes .../Src/stm32f4xx_hal_gpio.o | Bin 1069852 -> 1069756 bytes .../Src/stm32f4xx_hal_pwr.o | Bin 1070916 -> 1070816 bytes .../Src/stm32f4xx_hal_pwr_ex.o | Bin 1066224 -> 1066124 bytes .../Src/stm32f4xx_hal_rcc.o | Bin 1075872 -> 1075904 bytes .../Src/stm32f4xx_hal_rcc.su | 2 +- .../Src/stm32f4xx_hal_rcc_ex.o | Bin 1068640 -> 1068544 bytes .../Src/stm32f4xx_hal_uart.o | Bin 1119704 -> 1119604 bytes .../STM32F4xx_HAL_Driver/Src/subdir.mk | 2 +- Debug/Libs/sta-core/src/atomic/mutex.d | 4 +- Debug/Libs/sta-core/src/atomic/mutex.o | Bin 21996 -> 22016 bytes Debug/Libs/sta-core/src/atomic/signal.d | 4 +- Debug/Libs/sta-core/src/atomic/signal.o | Bin 22004 -> 22024 bytes Debug/Libs/sta-core/src/atomic/subdir.mk | 2 +- Debug/Libs/sta-core/src/bus/device.d | 16 +- Debug/Libs/sta-core/src/bus/device.o | Bin 55108 -> 55016 bytes Debug/Libs/sta-core/src/bus/i2c/device.d | 24 +- Debug/Libs/sta-core/src/bus/i2c/device.o | Bin 53024 -> 52940 bytes Debug/Libs/sta-core/src/bus/i2c/i2c.d | 12 +- Debug/Libs/sta-core/src/bus/i2c/i2c.o | Bin 49352 -> 49260 bytes Debug/Libs/sta-core/src/bus/i2c/subdir.mk | 2 +- Debug/Libs/sta-core/src/bus/interface.d | 12 +- Debug/Libs/sta-core/src/bus/interface.o | Bin 51908 -> 51812 bytes Debug/Libs/sta-core/src/bus/spi/device.d | 32 +- Debug/Libs/sta-core/src/bus/spi/device.o | Bin 55108 -> 55024 bytes Debug/Libs/sta-core/src/bus/spi/settings.d | 12 +- Debug/Libs/sta-core/src/bus/spi/settings.o | Bin 48808 -> 48712 bytes Debug/Libs/sta-core/src/bus/spi/spi.d | 16 +- Debug/Libs/sta-core/src/bus/spi/spi.o | Bin 80128 -> 80040 bytes Debug/Libs/sta-core/src/bus/spi/subdir.mk | 2 +- Debug/Libs/sta-core/src/bus/subdir.mk | 2 +- Debug/Libs/sta-core/src/bus/uart/settings.o | Bin 21404 -> 21416 bytes Debug/Libs/sta-core/src/bus/uart/subdir.mk | 2 +- Debug/Libs/sta-core/src/bus/uart/uart.d | 16 +- Debug/Libs/sta-core/src/bus/uart/uart.o | Bin 49532 -> 49436 bytes Debug/Libs/sta-core/src/can/id.d | 4 +- Debug/Libs/sta-core/src/can/id.o | Bin 46516 -> 46404 bytes Debug/Libs/sta-core/src/can/iter.d | 8 +- Debug/Libs/sta-core/src/can/iter.o | Bin 53756 -> 53652 bytes Debug/Libs/sta-core/src/can/subdir.mk | 2 +- Debug/Libs/sta-core/src/debug/assert.d | 12 +- Debug/Libs/sta-core/src/debug/assert.o | Bin 79364 -> 79268 bytes .../sta-core/src/debug/printing/printable.d | 12 +- .../sta-core/src/debug/printing/printable.o | Bin 101232 -> 101144 bytes .../src/debug/printing/printable_printf.cyclo | 2 +- .../src/debug/printing/printable_printf.d | 12 +- .../src/debug/printing/printable_printf.o | Bin 84068 -> 83968 bytes .../src/debug/printing/printable_printf.su | 2 +- .../src/debug/printing/printable_uart.cyclo | 2 +- .../src/debug/printing/printable_uart.d | 32 +- .../src/debug/printing/printable_uart.o | Bin 95156 -> 95084 bytes .../src/debug/printing/printable_uart.su | 2 +- .../sta-core/src/debug/printing/subdir.mk | 2 +- Debug/Libs/sta-core/src/debug/subdir.mk | 2 +- .../sta-core/src/devices/arduino/bus/i2c.d | 4 +- .../sta-core/src/devices/arduino/bus/i2c.o | Bin 22028 -> 22048 bytes .../sta-core/src/devices/arduino/bus/spi.o | Bin 21408 -> 21420 bytes .../src/devices/arduino/bus/subdir.mk | 2 +- .../Libs/sta-core/src/devices/arduino/delay.d | 4 +- .../Libs/sta-core/src/devices/arduino/delay.o | Bin 22024 -> 22044 bytes .../sta-core/src/devices/arduino/gpio_pin.d | 4 +- .../sta-core/src/devices/arduino/gpio_pin.o | Bin 22040 -> 22060 bytes .../sta-core/src/devices/arduino/subdir.mk | 2 +- .../Libs/sta-core/src/devices/raspi/bus/i2c.d | 4 +- .../Libs/sta-core/src/devices/raspi/bus/i2c.o | Bin 22016 -> 22036 bytes .../Libs/sta-core/src/devices/raspi/bus/spi.d | 4 +- .../Libs/sta-core/src/devices/raspi/bus/spi.o | Bin 22020 -> 22040 bytes .../sta-core/src/devices/raspi/bus/subdir.mk | 2 +- Debug/Libs/sta-core/src/devices/raspi/delay.d | 4 +- Debug/Libs/sta-core/src/devices/raspi/delay.o | Bin 22016 -> 22036 bytes .../sta-core/src/devices/raspi/gpio_pin.d | 4 +- .../sta-core/src/devices/raspi/gpio_pin.o | Bin 22032 -> 22052 bytes .../Libs/sta-core/src/devices/raspi/subdir.mk | 2 +- Debug/Libs/sta-core/src/devices/stm32/adc.d | 8 +- Debug/Libs/sta-core/src/devices/stm32/adc.o | Bin 1063796 -> 1063708 bytes .../Libs/sta-core/src/devices/stm32/bus/i2c.d | 12 +- .../Libs/sta-core/src/devices/stm32/bus/i2c.o | Bin 1100260 -> 1100172 bytes .../Libs/sta-core/src/devices/stm32/bus/spi.d | 8 +- .../Libs/sta-core/src/devices/stm32/bus/spi.o | Bin 1063904 -> 1063828 bytes .../sta-core/src/devices/stm32/bus/subdir.mk | 2 +- .../sta-core/src/devices/stm32/bus/uart.d | 28 +- .../sta-core/src/devices/stm32/bus/uart.o | Bin 1111736 -> 1111676 bytes .../Libs/sta-core/src/devices/stm32/can.cyclo | 24 +- Debug/Libs/sta-core/src/devices/stm32/can.d | 36 +- Debug/Libs/sta-core/src/devices/stm32/can.o | Bin 1101292 -> 1101208 bytes Debug/Libs/sta-core/src/devices/stm32/can.su | 24 +- Debug/Libs/sta-core/src/devices/stm32/delay.d | 20 +- Debug/Libs/sta-core/src/devices/stm32/delay.o | Bin 1080260 -> 1080164 bytes .../sta-core/src/devices/stm32/gpio_pin.cyclo | 2 +- .../sta-core/src/devices/stm32/gpio_pin.d | 20 +- .../sta-core/src/devices/stm32/gpio_pin.o | Bin 1087972 -> 1087876 bytes .../sta-core/src/devices/stm32/gpio_pin.su | 2 +- Debug/Libs/sta-core/src/devices/stm32/init.d | 8 +- Debug/Libs/sta-core/src/devices/stm32/init.o | Bin 45524 -> 45420 bytes .../Libs/sta-core/src/devices/stm32/subdir.mk | 2 +- .../src/devices/template/custom_printable.d | 4 +- .../src/devices/template/custom_printable.o | Bin 22088 -> 22108 bytes .../sta-core/src/devices/template/delay.d | 4 +- .../sta-core/src/devices/template/delay.o | Bin 22032 -> 22052 bytes .../sta-core/src/devices/template/subdir.mk | 2 +- Debug/Libs/sta-core/src/mutex.d | 4 +- Debug/Libs/sta-core/src/mutex.o | Bin 24928 -> 24948 bytes Debug/Libs/sta-core/src/subdir.mk | 2 +- Debug/can-tests.elf | Bin 1218972 -> 0 bytes Debug/can-tests.list | 6978 ---- Debug/can-tests.map | 5926 --- Debug/makefile | 20 +- .../Device/ST/STM32F4xx/Include/stm32f407xx.h | 31214 ++++++++-------- .../Device/ST/STM32F4xx/Include/stm32f4xx.h | 602 +- .../ST/STM32F4xx/Include/system_stm32f4xx.h | 208 +- Drivers/CMSIS/Device/ST/STM32F4xx/LICENSE.txt | 12 +- Drivers/CMSIS/Include/cmsis_armcc.h | 1730 +- Drivers/CMSIS/Include/cmsis_armclang.h | 3738 +- Drivers/CMSIS/Include/cmsis_compiler.h | 532 +- Drivers/CMSIS/Include/cmsis_gcc.h | 4170 +-- Drivers/CMSIS/Include/cmsis_iccarm.h | 1870 +- Drivers/CMSIS/Include/cmsis_version.h | 78 +- Drivers/CMSIS/Include/core_armv8mbl.h | 3836 +- Drivers/CMSIS/Include/core_armv8mml.h | 5854 +-- Drivers/CMSIS/Include/core_cm0.h | 1898 +- Drivers/CMSIS/Include/core_cm0plus.h | 2166 +- Drivers/CMSIS/Include/core_cm1.h | 1952 +- Drivers/CMSIS/Include/core_cm23.h | 3986 +- Drivers/CMSIS/Include/core_cm3.h | 3882 +- Drivers/CMSIS/Include/core_cm33.h | 6004 +-- Drivers/CMSIS/Include/core_cm4.h | 4258 +-- Drivers/CMSIS/Include/core_cm7.h | 5342 +-- Drivers/CMSIS/Include/core_sc000.h | 2044 +- Drivers/CMSIS/Include/core_sc300.h | 3830 +- Drivers/CMSIS/Include/mpu_armv7.h | 540 +- Drivers/CMSIS/Include/mpu_armv8.h | 666 +- Drivers/CMSIS/Include/tz_context.h | 140 +- Drivers/CMSIS/LICENSE.txt | 402 +- .../Inc/Legacy/stm32_hal_legacy.h | 8028 ++-- .../STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h | 594 +- .../Inc/stm32f4xx_hal_can.h | 1688 +- .../Inc/stm32f4xx_hal_cortex.h | 814 +- .../Inc/stm32f4xx_hal_def.h | 420 +- .../Inc/stm32f4xx_hal_dma.h | 1604 +- .../Inc/stm32f4xx_hal_dma_ex.h | 204 +- .../Inc/stm32f4xx_hal_exti.h | 732 +- .../Inc/stm32f4xx_hal_flash.h | 850 +- .../Inc/stm32f4xx_hal_flash_ex.h | 2126 +- .../Inc/stm32f4xx_hal_flash_ramfunc.h | 152 +- .../Inc/stm32f4xx_hal_gpio.h | 650 +- .../Inc/stm32f4xx_hal_gpio_ex.h | 3180 +- .../Inc/stm32f4xx_hal_pwr.h | 854 +- .../Inc/stm32f4xx_hal_pwr_ex.h | 680 +- .../Inc/stm32f4xx_hal_rcc.h | 2918 +- .../Inc/stm32f4xx_hal_rcc_ex.h | 14222 +++---- .../Inc/stm32f4xx_hal_uart.h | 1768 +- .../Inc/stm32f4xx_ll_bus.h | 4210 +-- .../Inc/stm32f4xx_ll_cortex.h | 1274 +- .../Inc/stm32f4xx_ll_dma.h | 5736 +-- .../Inc/stm32f4xx_ll_exti.h | 1908 +- .../Inc/stm32f4xx_ll_gpio.h | 1962 +- .../Inc/stm32f4xx_ll_pwr.h | 1970 +- .../Inc/stm32f4xx_ll_rcc.h | 14192 +++---- .../Inc/stm32f4xx_ll_system.h | 3422 +- .../Inc/stm32f4xx_ll_usart.h | 5042 +-- .../Inc/stm32f4xx_ll_utils.h | 614 +- Drivers/STM32F4xx_HAL_Driver/LICENSE.txt | 12 +- .../STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c | 1230 +- .../Src/stm32f4xx_hal_can.c | 4924 +-- .../Src/stm32f4xx_hal_cortex.c | 1004 +- .../Src/stm32f4xx_hal_dma.c | 2610 +- .../Src/stm32f4xx_hal_dma_ex.c | 626 +- .../Src/stm32f4xx_hal_exti.c | 1094 +- .../Src/stm32f4xx_hal_flash.c | 1550 +- .../Src/stm32f4xx_hal_flash_ex.c | 2694 +- .../Src/stm32f4xx_hal_flash_ramfunc.c | 344 +- .../Src/stm32f4xx_hal_gpio.c | 1066 +- .../Src/stm32f4xx_hal_pwr.c | 1142 +- .../Src/stm32f4xx_hal_pwr_ex.c | 1200 +- .../Src/stm32f4xx_hal_rcc.c | 2244 +- .../Src/stm32f4xx_hal_rcc_ex.c | 7568 ++-- .../Src/stm32f4xx_hal_uart.c | 7502 ++-- Libs/.DS_Store | Bin 0 -> 6148 bytes Libs/driver-mcp2515 | 1 - 222 files changed, 106713 insertions(+), 119592 deletions(-) create mode 100644 .DS_Store create mode 100644 CAN-Card_Module_Software Debug.launch rename can-tests.ioc => CAN-Card_Module_Software.ioc (61%) delete mode 100644 Debug/Core/Src/test.cyclo delete mode 100644 Debug/Core/Src/test.d delete mode 100644 Debug/Core/Src/test.su delete mode 100644 Debug/can-tests.elf delete mode 100644 Debug/can-tests.list delete mode 100644 Debug/can-tests.map create mode 100644 Libs/.DS_Store delete mode 160000 Libs/driver-mcp2515 diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..bd4e70961f3734476483b546225fd03eab7a5f4d GIT binary patch literal 6148 zcmeHKPfNov6i>G5HipoH!j1v21GnKs@lxu%d9tDhmD$pv#oCOuvxhS1S-+5<#Lwe< zNh%KKRm8mq$?yG5njbWO7-QU>hkeFu##j>?B1dI~pnGMgW|9#(juGVPG>ByY_M3_Q zb--`8*cpphz|ybZA57yY&3e6eUaMOhn+=e525^56&=4JirAD=NK!?|7j9Z8(pyOKtQ5bX#mKq@f!gVR2F6HKl z!F4(Kg~@XamKt?A<7#FY$IM(kUbvba{6eKO?r5Z*7$63g8K`U1#`FIaewmez{N)m| zhyh~YpE1C#kvDQ-QRZy@wmdv*1++V8D418G0s{KdB>)WEM>;B~;{tWaa}1UmaTN5c QazMHWC_< - - - + + @@ -63,9 +62,8 @@ - - - + +