This commit is contained in:
nzasch
2025-06-28 00:58:29 +02:00
parent b9232f66b0
commit 28b7af65b6
123 changed files with 105128 additions and 104148 deletions

View File

@@ -1,4 +1,4 @@
ARM GAS /tmp/ccV7jtdT.s page 1
ARM GAS /tmp/ccvxi4x8.s page 1
1 .cpu cortex-m4
@@ -58,7 +58,7 @@ ARM GAS /tmp/ccV7jtdT.s page 1
28:Src/system_stm32g4xx.c **** * System Clock source | HSI
29:Src/system_stm32g4xx.c **** *-----------------------------------------------------------------------------
30:Src/system_stm32g4xx.c **** * SYSCLK(Hz) | 16000000
ARM GAS /tmp/ccV7jtdT.s page 2
ARM GAS /tmp/ccvxi4x8.s page 2
31:Src/system_stm32g4xx.c **** *-----------------------------------------------------------------------------
@@ -118,7 +118,7 @@ ARM GAS /tmp/ccV7jtdT.s page 1
85:Src/system_stm32g4xx.c **** #define HSI_VALUE 16000000U /*!< Value of the Internal oscillator in Hz*/
86:Src/system_stm32g4xx.c **** #endif /* HSI_VALUE */
87:Src/system_stm32g4xx.c ****
ARM GAS /tmp/ccV7jtdT.s page 3
ARM GAS /tmp/ccvxi4x8.s page 3
88:Src/system_stm32g4xx.c **** /**
@@ -178,7 +178,7 @@ ARM GAS /tmp/ccV7jtdT.s page 1
142:Src/system_stm32g4xx.c **** * @{
143:Src/system_stm32g4xx.c **** */
144:Src/system_stm32g4xx.c **** /* The SystemCoreClock variable is updated in three ways:
ARM GAS /tmp/ccV7jtdT.s page 4
ARM GAS /tmp/ccvxi4x8.s page 4
145:Src/system_stm32g4xx.c **** 1) by calling CMSIS function SystemCoreClockUpdate()
@@ -238,7 +238,7 @@ ARM GAS /tmp/ccV7jtdT.s page 1
187:Src/system_stm32g4xx.c **** #if defined(USER_VECT_TAB_ADDRESS)
188:Src/system_stm32g4xx.c **** SCB->VTOR = VECT_TAB_BASE_ADDRESS | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM
189:Src/system_stm32g4xx.c **** #endif /* USER_VECT_TAB_ADDRESS */
ARM GAS /tmp/ccV7jtdT.s page 5
ARM GAS /tmp/ccvxi4x8.s page 5
190:Src/system_stm32g4xx.c **** }
@@ -298,7 +298,7 @@ ARM GAS /tmp/ccV7jtdT.s page 1
228:Src/system_stm32g4xx.c **** void SystemCoreClockUpdate(void)
229:Src/system_stm32g4xx.c **** {
59 .loc 1 229 1 is_stmt 1 view -0
ARM GAS /tmp/ccV7jtdT.s page 6
ARM GAS /tmp/ccvxi4x8.s page 6
60 .cfi_startproc
@@ -358,7 +358,7 @@ ARM GAS /tmp/ccV7jtdT.s page 1
259:Src/system_stm32g4xx.c **** SystemCoreClock = pllvco/pllr;
260:Src/system_stm32g4xx.c **** break;
261:Src/system_stm32g4xx.c ****
ARM GAS /tmp/ccV7jtdT.s page 7
ARM GAS /tmp/ccvxi4x8.s page 7
262:Src/system_stm32g4xx.c **** default:
@@ -418,7 +418,7 @@ ARM GAS /tmp/ccV7jtdT.s page 1
122 0040 D268 ldr r2, [r2, #12]
248:Src/system_stm32g4xx.c **** if (pllsource == 0x02UL) /* HSI used as PLL clock source */
123 .loc 1 248 49 view .LVU29
ARM GAS /tmp/ccV7jtdT.s page 8
ARM GAS /tmp/ccvxi4x8.s page 8
124 0042 C2F30312 ubfx r2, r2, #4, #4
@@ -478,7 +478,7 @@ ARM GAS /tmp/ccV7jtdT.s page 1
161 0068 B3FBF2F3 udiv r3, r3, r2
162 .LVL8:
259:Src/system_stm32g4xx.c **** break;
ARM GAS /tmp/ccV7jtdT.s page 9
ARM GAS /tmp/ccvxi4x8.s page 9
163 .loc 1 259 23 view .LVU47
@@ -512,7 +512,7 @@ ARM GAS /tmp/ccV7jtdT.s page 1
185 0080 00000000 .word SystemCoreClock
186 0084 0024F400 .word 16000000
187 0088 00000000 .word AHBPrescTable
188 008c 0080BB00 .word 12288000
188 008c 00366E01 .word 24000000
189 .cfi_endproc
190 .LFE330:
192 .global APBPrescTable
@@ -537,30 +537,30 @@ ARM GAS /tmp/ccV7jtdT.s page 1
213 0000 0024F400 .word 16000000
214 .text
215 .Letext0:
216 .file 2 "/home/fra/bin/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/mach
ARM GAS /tmp/ccV7jtdT.s page 10
216 .file 2 "/home/fra/bin/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/mach
ARM GAS /tmp/ccvxi4x8.s page 10
217 .file 3 "/home/fra/bin/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/sys/
217 .file 3 "/home/fra/bin/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/sys/
218 .file 4 "Drivers/CMSIS/Include/core_cm4.h"
219 .file 5 "Drivers/CMSIS/Device/ST/STM32G4xx/Include/system_stm32g4xx.h"
220 .file 6 "Drivers/CMSIS/Device/ST/STM32G4xx/Include/stm32g431xx.h"
ARM GAS /tmp/ccV7jtdT.s page 11
ARM GAS /tmp/ccvxi4x8.s page 11
DEFINED SYMBOLS
*ABS*:00000000 system_stm32g4xx.c
/tmp/ccV7jtdT.s:21 .text.SystemInit:00000000 $t
/tmp/ccV7jtdT.s:27 .text.SystemInit:00000000 SystemInit
/tmp/ccV7jtdT.s:46 .text.SystemInit:00000010 $d
/tmp/ccV7jtdT.s:51 .text.SystemCoreClockUpdate:00000000 $t
/tmp/ccV7jtdT.s:57 .text.SystemCoreClockUpdate:00000000 SystemCoreClockUpdate
/tmp/ccV7jtdT.s:184 .text.SystemCoreClockUpdate:0000007c $d
/tmp/ccV7jtdT.s:212 .data.SystemCoreClock:00000000 SystemCoreClock
/tmp/ccV7jtdT.s:204 .rodata.AHBPrescTable:00000000 AHBPrescTable
/tmp/ccV7jtdT.s:197 .rodata.APBPrescTable:00000000 APBPrescTable
/tmp/ccV7jtdT.s:194 .rodata.APBPrescTable:00000000 $d
/tmp/ccV7jtdT.s:201 .rodata.AHBPrescTable:00000000 $d
/tmp/ccV7jtdT.s:209 .data.SystemCoreClock:00000000 $d
/tmp/ccvxi4x8.s:21 .text.SystemInit:00000000 $t
/tmp/ccvxi4x8.s:27 .text.SystemInit:00000000 SystemInit
/tmp/ccvxi4x8.s:46 .text.SystemInit:00000010 $d
/tmp/ccvxi4x8.s:51 .text.SystemCoreClockUpdate:00000000 $t
/tmp/ccvxi4x8.s:57 .text.SystemCoreClockUpdate:00000000 SystemCoreClockUpdate
/tmp/ccvxi4x8.s:184 .text.SystemCoreClockUpdate:0000007c $d
/tmp/ccvxi4x8.s:212 .data.SystemCoreClock:00000000 SystemCoreClock
/tmp/ccvxi4x8.s:204 .rodata.AHBPrescTable:00000000 AHBPrescTable
/tmp/ccvxi4x8.s:197 .rodata.APBPrescTable:00000000 APBPrescTable
/tmp/ccvxi4x8.s:194 .rodata.APBPrescTable:00000000 $d
/tmp/ccvxi4x8.s:201 .rodata.AHBPrescTable:00000000 $d
/tmp/ccvxi4x8.s:209 .data.SystemCoreClock:00000000 $d
NO UNDEFINED SYMBOLS