compiles and works. But needs more testing

This commit is contained in:
2025-12-18 22:17:13 +03:00
parent 01dae2bccd
commit 7ff25c2893
50 changed files with 6884 additions and 6891 deletions

View File

@ -1,4 +1,4 @@
ARM GAS /tmp/ccgREgit.s page 1
ARM GAS /tmp/cchLZ5FJ.s page 1
1 .cpu cortex-m4
@ -58,7 +58,7 @@ ARM GAS /tmp/ccgREgit.s page 1
28:Core/Src/stm32f4xx_hal_msp.c **** /* Private typedef -----------------------------------------------------------*/
29:Core/Src/stm32f4xx_hal_msp.c **** /* USER CODE BEGIN TD */
30:Core/Src/stm32f4xx_hal_msp.c ****
ARM GAS /tmp/ccgREgit.s page 2
ARM GAS /tmp/cchLZ5FJ.s page 2
31:Core/Src/stm32f4xx_hal_msp.c **** /* USER CODE END TD */
@ -118,7 +118,7 @@ ARM GAS /tmp/ccgREgit.s page 1
42 .loc 1 71 3 view .LVU3
43 0006 0B4B ldr r3, .L3
44 0008 5A6C ldr r2, [r3, #68]
ARM GAS /tmp/ccgREgit.s page 3
ARM GAS /tmp/cchLZ5FJ.s page 3
45 000a 42F48042 orr r2, r2, #16384
@ -178,7 +178,7 @@ ARM GAS /tmp/ccgREgit.s page 1
93 .LFB240:
80:Core/Src/stm32f4xx_hal_msp.c ****
81:Core/Src/stm32f4xx_hal_msp.c **** /**
ARM GAS /tmp/ccgREgit.s page 4
ARM GAS /tmp/cchLZ5FJ.s page 4
82:Core/Src/stm32f4xx_hal_msp.c **** * @brief ADC MSP Initialization
@ -238,7 +238,7 @@ ARM GAS /tmp/ccgREgit.s page 1
104:Core/Src/stm32f4xx_hal_msp.c **** GPIO_InitStruct.Pull = GPIO_NOPULL;
105:Core/Src/stm32f4xx_hal_msp.c **** HAL_GPIO_Init(GPIOA, &GPIO_InitStruct);
106:Core/Src/stm32f4xx_hal_msp.c ****
ARM GAS /tmp/ccgREgit.s page 5
ARM GAS /tmp/cchLZ5FJ.s page 5
107:Core/Src/stm32f4xx_hal_msp.c **** /* ADC1 DMA Init */
@ -298,7 +298,7 @@ ARM GAS /tmp/ccgREgit.s page 1
150 0034 5A6C ldr r2, [r3, #68]
151 0036 02F48072 and r2, r2, #256
152 003a 0192 str r2, [sp, #4]
ARM GAS /tmp/ccgREgit.s page 6
ARM GAS /tmp/cchLZ5FJ.s page 6
96:Core/Src/stm32f4xx_hal_msp.c ****
@ -358,7 +358,7 @@ ARM GAS /tmp/ccgREgit.s page 1
190 .loc 1 109 24 is_stmt 0 view .LVU43
191 0062 1048 ldr r0, .L11+4
192 0064 104B ldr r3, .L11+8
ARM GAS /tmp/ccgREgit.s page 7
ARM GAS /tmp/cchLZ5FJ.s page 7
193 0066 0360 str r3, [r0]
@ -418,7 +418,7 @@ ARM GAS /tmp/ccgREgit.s page 1
227 008a FFF7FEFF bl HAL_DMA_Init
228 .LVL5:
119:Core/Src/stm32f4xx_hal_msp.c **** {
ARM GAS /tmp/ccgREgit.s page 8
ARM GAS /tmp/cchLZ5FJ.s page 8
229 .loc 1 119 8 discriminator 1 view .LVU64
@ -478,7 +478,7 @@ ARM GAS /tmp/ccgREgit.s page 1
270 .loc 1 142 10 is_stmt 0 view .LVU73
271 0000 0268 ldr r2, [r0]
272 .loc 1 142 5 view .LVU74
ARM GAS /tmp/ccgREgit.s page 9
ARM GAS /tmp/cchLZ5FJ.s page 9
273 0002 094B ldr r3, .L20
@ -538,44 +538,37 @@ ARM GAS /tmp/ccgREgit.s page 1
306 .align 2
307 .L20:
308 0028 00200140 .word 1073815552
ARM GAS /tmp/ccgREgit.s page 10
ARM GAS /tmp/cchLZ5FJ.s page 10
309 002c 00380240 .word 1073887232
310 0030 00000240 .word 1073872896
311 .cfi_endproc
312 .LFE241:
314 .global curr_step_start_N
315 .section .bss.curr_step_start_N,"aw",%nobits
316 .align 2
319 curr_step_start_N:
320 0000 00000000 .space 4
321 .text
322 .Letext0:
323 .file 2 "/usr/lib/gcc/arm-none-eabi/13.2.1/include/stdint.h"
324 .file 3 "Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f429xx.h"
325 .file 4 "Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h"
326 .file 5 "Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h"
327 .file 6 "Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h"
328 .file 7 "Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h"
329 .file 8 "Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc.h"
330 .file 9 "Core/Inc/main.h"
ARM GAS /tmp/ccgREgit.s page 11
314 .text
315 .Letext0:
316 .file 2 "/usr/lib/gcc/arm-none-eabi/13.2.1/include/stdint.h"
317 .file 3 "Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f429xx.h"
318 .file 4 "Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h"
319 .file 5 "Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h"
320 .file 6 "Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h"
321 .file 7 "Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h"
322 .file 8 "Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc.h"
323 .file 9 "Core/Inc/main.h"
ARM GAS /tmp/cchLZ5FJ.s page 11
DEFINED SYMBOLS
*ABS*:00000000 stm32f4xx_hal_msp.c
/tmp/ccgREgit.s:21 .text.HAL_MspInit:00000000 $t
/tmp/ccgREgit.s:27 .text.HAL_MspInit:00000000 HAL_MspInit
/tmp/ccgREgit.s:80 .text.HAL_MspInit:00000034 $d
/tmp/ccgREgit.s:85 .text.HAL_ADC_MspInit:00000000 $t
/tmp/ccgREgit.s:91 .text.HAL_ADC_MspInit:00000000 HAL_ADC_MspInit
/tmp/ccgREgit.s:249 .text.HAL_ADC_MspInit:000000a0 $d
/tmp/ccgREgit.s:256 .text.HAL_ADC_MspDeInit:00000000 $t
/tmp/ccgREgit.s:262 .text.HAL_ADC_MspDeInit:00000000 HAL_ADC_MspDeInit
/tmp/ccgREgit.s:308 .text.HAL_ADC_MspDeInit:00000028 $d
/tmp/ccgREgit.s:319 .bss.curr_step_start_N:00000000 curr_step_start_N
/tmp/ccgREgit.s:316 .bss.curr_step_start_N:00000000 $d
/tmp/cchLZ5FJ.s:21 .text.HAL_MspInit:00000000 $t
/tmp/cchLZ5FJ.s:27 .text.HAL_MspInit:00000000 HAL_MspInit
/tmp/cchLZ5FJ.s:80 .text.HAL_MspInit:00000034 $d
/tmp/cchLZ5FJ.s:85 .text.HAL_ADC_MspInit:00000000 $t
/tmp/cchLZ5FJ.s:91 .text.HAL_ADC_MspInit:00000000 HAL_ADC_MspInit
/tmp/cchLZ5FJ.s:249 .text.HAL_ADC_MspInit:000000a0 $d
/tmp/cchLZ5FJ.s:256 .text.HAL_ADC_MspDeInit:00000000 $t
/tmp/cchLZ5FJ.s:262 .text.HAL_ADC_MspDeInit:00000000 HAL_ADC_MspDeInit
/tmp/cchLZ5FJ.s:308 .text.HAL_ADC_MspDeInit:00000028 $d
UNDEFINED SYMBOLS
HAL_GPIO_Init