This commit is contained in:
andrea
2026-04-29 23:10:16 +02:00
parent 35716fcfb1
commit a9e6c6c640
34 changed files with 62560 additions and 31122 deletions

View File

@@ -36,7 +36,7 @@ extern uint16_t m2pwmMan;
extern uint16_t m3pwmMan;
extern uint16_t m4pwmMan;
const uint8_t deftab[32]={
const uint8_t deftab[EE_NUM_VIRTUAL_ADDR]={
40, //m1pwmap
60, //m1pwmch
70, //m2pwmap
@@ -69,6 +69,38 @@ const uint8_t deftab[32]={
40, //m4pwmMan
50, //trampman
10, //tramp
40,
60,
70,
70,
35,
40,
40,
40,
20,
20,
20,
20,
28,
4,
10,
40,
1,
27,
10,
30,
1,
1,
0,
0,
0,
100,
60,
70,
40,
40,
50,
10,
};
typedef struct
@@ -83,14 +115,23 @@ static uint32_t EE_ActivePageBase = EE_PAGE0_BASE;
/* 32 sequential virtual addresses */
const uint16_t EE_VirtAddrs[EE_NUM_VIRTUAL_ADDR] =
{
0x0001, 0x0002, 0x0003, 0x0004,
0x0005, 0x0006, 0x0007, 0x0008,
0x0009, 0x000A, 0x000B, 0x000C,
0x000D, 0x000E, 0x000F, 0x0010,
0x0011, 0x0012, 0x0013, 0x0014,
0x0015, 0x0016, 0x0017, 0x0018,
0x0019, 0x001A, 0x001B, 0x001C,
0x001D, 0x001E, 0x001F, 0x0020
0x0001, 0x0002, 0x0003, 0x0004,
0x0005, 0x0006, 0x0007, 0x0008,
0x0009, 0x000A, 0x000B, 0x000C,
0x000D, 0x000E, 0x000F, 0x0010,
0x0011, 0x0012, 0x0013, 0x0014,
0x0015, 0x0016, 0x0017, 0x0018,
0x0019, 0x001A, 0x001B, 0x001C,
0x001D, 0x001E, 0x001F, 0x0020,
0x0021, 0x0022, 0x0023, 0x0024,
0x0025, 0x0026, 0x0027, 0x0028,
0x0029, 0x002A, 0x002B, 0x002C,
0x002D, 0x002E, 0x002F, 0x0030,
0x0031, 0x0032, 0x0033, 0x0034,
0x0035, 0x0036, 0x0037, 0x0038,
0x0039, 0x003A, 0x003B, 0x003C,
0x003D, 0x003E, 0x003F, 0x0040
};
/* ========================================================================= */

View File

@@ -62,8 +62,8 @@ typedef enum
* Set EE_NUM_VIRTUAL_ADDR and define EE_VirtAddrs[] in eeprom.c.
*/
/* 32 virtual variables, sequential addresses */
#define EE_NUM_VIRTUAL_ADDR 32U
#define EEW_ADDR(i) (uint16_t)(0x0001 + (i)) // i = 0..31
#define EE_NUM_VIRTUAL_ADDR 64U
#define EEW_ADDR(i) ((uint16_t)(0x0001U + (uint16_t)(i))) // i = 0..63
#define M1PWMAP 0 //m1pwmap

Binary file not shown.

View File

@@ -7,45 +7,45 @@ Idx Name Size VMA LMA File off Algn
CONTENTS, ALLOC, LOAD, READONLY, DATA
1 .text 0000dc60 0800010c 0800010c 0000110c 2**2
CONTENTS, ALLOC, LOAD, READONLY, CODE
2 .rodata 00000338 0800dd6c 0800dd6c 0000ed6c 2**2
2 .rodata 00000398 0800dd6c 0800dd6c 0000ed6c 2**2
CONTENTS, ALLOC, LOAD, READONLY, DATA
3 .ARM.extab 00000000 0800e0a4 0800e0a4 000101d4 2**0
3 .ARM.extab 00000000 0800e104 0800e104 000101d4 2**0
CONTENTS, READONLY
4 .ARM 00000008 0800e0a4 0800e0a4 0000f0a4 2**2
4 .ARM 00000008 0800e104 0800e104 0000f104 2**2
CONTENTS, ALLOC, LOAD, READONLY, DATA
5 .preinit_array 00000000 0800e0ac 0800e0ac 000101d4 2**0
5 .preinit_array 00000000 0800e10c 0800e10c 000101d4 2**0
CONTENTS, ALLOC, LOAD, DATA
6 .init_array 00000004 0800e0ac 0800e0ac 0000f0ac 2**2
6 .init_array 00000004 0800e10c 0800e10c 0000f10c 2**2
CONTENTS, ALLOC, LOAD, READONLY, DATA
7 .fini_array 00000004 0800e0b0 0800e0b0 0000f0b0 2**2
7 .fini_array 00000004 0800e110 0800e110 0000f110 2**2
CONTENTS, ALLOC, LOAD, READONLY, DATA
8 .data 000001d4 20000000 0800e0b4 00010000 2**2
8 .data 000001d4 20000000 0800e114 00010000 2**2
CONTENTS, ALLOC, LOAD, DATA
9 .bss 000016a4 200001d8 0800e288 000101d8 2**3
9 .bss 000016a4 200001d8 0800e2e8 000101d8 2**3
ALLOC
10 ._user_heap_stack 00000604 2000187c 0800e288 0001087c 2**0
10 ._user_heap_stack 00000604 2000187c 0800e2e8 0001087c 2**0
ALLOC
11 .ARM.attributes 00000029 00000000 00000000 000101d4 2**0
CONTENTS, READONLY
12 .debug_info 00019565 00000000 00000000 000101fd 2**0
12 .debug_info 00019571 00000000 00000000 000101fd 2**0
CONTENTS, READONLY, DEBUGGING, OCTETS
13 .debug_abbrev 00004732 00000000 00000000 00029762 2**0
13 .debug_abbrev 0000473a 00000000 00000000 0002976e 2**0
CONTENTS, READONLY, DEBUGGING, OCTETS
14 .debug_aranges 00001648 00000000 00000000 0002de98 2**3
14 .debug_aranges 00001648 00000000 00000000 0002dea8 2**3
CONTENTS, READONLY, DEBUGGING, OCTETS
15 .debug_rnglists 00001116 00000000 00000000 0002f4e0 2**0
15 .debug_rnglists 00001116 00000000 00000000 0002f4f0 2**0
CONTENTS, READONLY, DEBUGGING, OCTETS
16 .debug_macro 0001ccac 00000000 00000000 000305f6 2**0
16 .debug_macro 0001ccac 00000000 00000000 00030606 2**0
CONTENTS, READONLY, DEBUGGING, OCTETS
17 .debug_line 0001e1c6 00000000 00000000 0004d2a2 2**0
17 .debug_line 0001e1c6 00000000 00000000 0004d2b2 2**0
CONTENTS, READONLY, DEBUGGING, OCTETS
18 .debug_str 00095d23 00000000 00000000 0006b468 2**0
18 .debug_str 00095d30 00000000 00000000 0006b478 2**0
CONTENTS, READONLY, DEBUGGING, OCTETS
19 .comment 00000043 00000000 00000000 0010118b 2**0
19 .comment 00000043 00000000 00000000 001011a8 2**0
CONTENTS, READONLY
20 .debug_frame 00006010 00000000 00000000 001011d0 2**2
20 .debug_frame 00006010 00000000 00000000 001011ec 2**2
CONTENTS, READONLY, DEBUGGING, OCTETS
21 .debug_line_str 00000052 00000000 00000000 001071e0 2**0
21 .debug_line_str 00000052 00000000 00000000 001071fc 2**0
CONTENTS, READONLY, DEBUGGING, OCTETS
Disassembly of section .text:
@@ -2301,7 +2301,7 @@ static EE_Status EE_PageTransfer(uint16_t VirtAddress, uint16_t Data)
8001170: 3301 adds r3, #1
8001172: 837b strh r3, [r7, #26]
8001174: 8b7b ldrh r3, [r7, #26]
8001176: 2b1f cmp r3, #31
8001176: 2b3f cmp r3, #63 @ 0x3f
8001178: d9bf bls.n 80010fa <EE_PageTransfer+0x4e>
}
@@ -2343,7 +2343,7 @@ static EE_Status EE_PageTransfer(uint16_t VirtAddress, uint16_t Data)
80011ac: bd80 pop {r7, pc}
80011ae: bf00 nop
80011b0: 20000000 .word 0x20000000
80011b4: 0800e004 .word 0x0800e004
80011b4: 0800e024 .word 0x0800e024
080011b8 <EE_Init>:
* - Checks page statuses and chooses the active page.
@@ -9240,7 +9240,7 @@ LoopFillZerobss:
ldr r1, =_edata
800403c: 200001d4 .word 0x200001d4
ldr r2, =_sidata
8004040: 0800e0b4 .word 0x0800e0b4
8004040: 0800e114 .word 0x0800e114
ldr r2, =_sbss
8004044: 200001d8 .word 0x200001d8
ldr r4, =_ebss
@@ -18520,7 +18520,7 @@ if (((RCC_ClkInitStruct->ClockType) & RCC_CLOCKTYPE_PCLK1) == RCC_CLOCKTYPE_PCLK
80077ca: bf00 nop
80077cc: 40022000 .word 0x40022000
80077d0: 40021000 .word 0x40021000
80077d4: 0800e044 .word 0x0800e044
80077d4: 0800e0a4 .word 0x0800e0a4
80077d8: 20000008 .word 0x20000008
80077dc: 2000000c .word 0x2000000c
@@ -18655,8 +18655,8 @@ uint32_t HAL_RCC_GetSysClockFreq(void)
8007872: bf00 nop
8007874: 40021000 .word 0x40021000
8007878: 00b71b00 .word 0x00b71b00
800787c: 0800e05c .word 0x0800e05c
8007880: 0800e06c .word 0x0800e06c
800787c: 0800e0bc .word 0x0800e0bc
8007880: 0800e0cc .word 0x0800e0cc
8007884: 003d0900 .word 0x003d0900
8007888: 007a1200 .word 0x007a1200
@@ -18703,7 +18703,7 @@ uint32_t HAL_RCC_GetPCLK1Freq(void)
80078bc: 4618 mov r0, r3
80078be: bd80 pop {r7, pc}
80078c0: 40021000 .word 0x40021000
80078c4: 0800e054 .word 0x0800e054
80078c4: 0800e0b4 .word 0x0800e0b4
080078c8 <HAL_RCC_GetPCLK2Freq>:
* @note Each time PCLK2 changes, this function must be called to update the
@@ -18729,7 +18729,7 @@ uint32_t HAL_RCC_GetPCLK2Freq(void)
80078e4: 4618 mov r0, r3
80078e6: bd80 pop {r7, pc}
80078e8: 40021000 .word 0x40021000
80078ec: 0800e054 .word 0x0800e054
80078ec: 0800e0b4 .word 0x0800e0b4
080078f0 <RCC_Delay>:
* @brief This function provides delay (in milliseconds) based on CPU cycles method.
@@ -32772,10 +32772,10 @@ USBD_StatusTypeDef USBD_Get_USB_Status(HAL_StatusTypeDef hal_status)
800d486: 4798 blx r3
800d488: 3601 adds r6, #1
800d48a: e7f2 b.n 800d472 <__libc_init_array+0x1e>
800d48c: 0800e0ac .word 0x0800e0ac
800d490: 0800e0ac .word 0x0800e0ac
800d494: 0800e0ac .word 0x0800e0ac
800d498: 0800e0b0 .word 0x0800e0b0
800d48c: 0800e10c .word 0x0800e10c
800d490: 0800e10c .word 0x0800e10c
800d494: 0800e10c .word 0x0800e10c
800d498: 0800e110 .word 0x0800e110
0800d49c <__retarget_lock_acquire_recursive>:
800d49c: 4770 bx lr
@@ -33279,9 +33279,9 @@ USBD_StatusTypeDef USBD_Get_USB_Status(HAL_StatusTypeDef hal_status)
800d920: a904 add r1, sp, #16
800d922: f000 f87d bl 800da20 <_printf_i>
800d926: e7ed b.n 800d904 <_svfiprintf_r+0x1c0>
800d928: 0800e06e .word 0x0800e06e
800d92c: 0800e074 .word 0x0800e074
800d930: 0800e078 .word 0x0800e078
800d928: 0800e0ce .word 0x0800e0ce
800d92c: 0800e0d4 .word 0x0800e0d4
800d930: 0800e0d8 .word 0x0800e0d8
800d934: 00000000 .word 0x00000000
800d938: 0800d68d .word 0x0800d68d
@@ -33613,8 +33613,8 @@ USBD_StatusTypeDef USBD_Get_USB_Status(HAL_StatusTypeDef hal_status)
800dc4c: 2500 movs r5, #0
800dc4e: f104 0619 add.w r6, r4, #25
800dc52: e7f5 b.n 800dc40 <_printf_i+0x220>
800dc54: 0800e07f .word 0x0800e07f
800dc58: 0800e090 .word 0x0800e090
800dc54: 0800e0df .word 0x0800e0df
800dc58: 0800e0f0 .word 0x0800e0f0
0800dc5c <memmove>:
800dc5c: 4288 cmp r0, r1

View File

@@ -5784,7 +5784,7 @@ LOAD C:/ST/STM32CubeIDE_1.19.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.ext
.iplt 0x0800dd6c 0x0
.iplt 0x0800dd6c 0x0 C:/ST/STM32CubeIDE_1.19.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.win32_1.0.0.202411081344/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/thumb/v7-m/nofp/crtbegin.o
.rodata 0x0800dd6c 0x338
.rodata 0x0800dd6c 0x398
0x0800dd6c . = ALIGN (0x4)
*(.rodata)
.rodata 0x0800dd6c 0x203 ./Core/Src/cdc_int.o
@@ -5794,72 +5794,72 @@ LOAD C:/ST/STM32CubeIDE_1.19.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.ext
*(.rodata*)
*fill* 0x0800dfe2 0x2
.rodata.deftab
0x0800dfe4 0x20 ./Core/Src/eeprom.o
0x0800dfe4 0x40 ./Core/Src/eeprom.o
0x0800dfe4 deftab
.rodata.EE_VirtAddrs
0x0800e004 0x40 ./Core/Src/eeprom.o
0x0800e004 EE_VirtAddrs
0x0800e024 0x80 ./Core/Src/eeprom.o
0x0800e024 EE_VirtAddrs
.rodata.AHBPrescTable
0x0800e044 0x10 ./Core/Src/system_stm32f1xx.o
0x0800e044 AHBPrescTable
0x0800e0a4 0x10 ./Core/Src/system_stm32f1xx.o
0x0800e0a4 AHBPrescTable
.rodata.APBPrescTable
0x0800e054 0x8 ./Core/Src/system_stm32f1xx.o
0x0800e054 APBPrescTable
0x0800e0b4 0x8 ./Core/Src/system_stm32f1xx.o
0x0800e0b4 APBPrescTable
.rodata.aPLLMULFactorTable.1
0x0800e05c 0x10 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.o
0x0800e0bc 0x10 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.o
.rodata.aPredivFactorTable.0
0x0800e06c 0x2 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.o
0x0800e0cc 0x2 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.o
.rodata._svfprintf_r.str1.1
0x0800e06e 0x33 C:/ST/STM32CubeIDE_1.19.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.win32_1.0.0.202411081344/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp\libc_nano.a(libc_a-nano-svfprintf.o)
0x0800e0ce 0x33 C:/ST/STM32CubeIDE_1.19.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.win32_1.0.0.202411081344/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp\libc_nano.a(libc_a-nano-svfprintf.o)
0x11 (size before relaxing)
.rodata._printf_i.str1.1
0x0800e0a1 0x22 C:/ST/STM32CubeIDE_1.19.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.win32_1.0.0.202411081344/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp\libc_nano.a(libc_a-nano-vfprintf_i.o)
0x0800e0c4 . = ALIGN (0x4)
*fill* 0x0800e0a1 0x3
0x0800e101 0x22 C:/ST/STM32CubeIDE_1.19.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.win32_1.0.0.202411081344/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp\libc_nano.a(libc_a-nano-vfprintf_i.o)
0x0800e124 . = ALIGN (0x4)
*fill* 0x0800e101 0x3
.ARM.extab 0x0800e0a4 0x0
0x0800e0a4 . = ALIGN (0x4)
.ARM.extab 0x0800e104 0x0
0x0800e104 . = ALIGN (0x4)
*(.ARM.extab* .gnu.linkonce.armextab.*)
0x0800e0a4 . = ALIGN (0x4)
0x0800e104 . = ALIGN (0x4)
.ARM 0x0800e0a4 0x8
0x0800e0a4 . = ALIGN (0x4)
0x0800e0a4 __exidx_start = .
.ARM 0x0800e104 0x8
0x0800e104 . = ALIGN (0x4)
0x0800e104 __exidx_start = .
*(.ARM.exidx*)
.ARM.exidx 0x0800e0a4 0x8 C:/ST/STM32CubeIDE_1.19.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.win32_1.0.0.202411081344/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp\libc_nano.a(libc_a-strlen.o)
0x0800e0ac __exidx_end = .
0x0800e0ac . = ALIGN (0x4)
.ARM.exidx 0x0800e104 0x8 C:/ST/STM32CubeIDE_1.19.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.win32_1.0.0.202411081344/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp\libc_nano.a(libc_a-strlen.o)
0x0800e10c __exidx_end = .
0x0800e10c . = ALIGN (0x4)
.preinit_array 0x0800e0ac 0x0
0x0800e0ac . = ALIGN (0x4)
0x0800e0ac PROVIDE (__preinit_array_start = .)
.preinit_array 0x0800e10c 0x0
0x0800e10c . = ALIGN (0x4)
0x0800e10c PROVIDE (__preinit_array_start = .)
*(.preinit_array*)
0x0800e0ac PROVIDE (__preinit_array_end = .)
0x0800e0ac . = ALIGN (0x4)
0x0800e10c PROVIDE (__preinit_array_end = .)
0x0800e10c . = ALIGN (0x4)
.init_array 0x0800e0ac 0x4
0x0800e0ac . = ALIGN (0x4)
0x0800e0ac PROVIDE (__init_array_start = .)
.init_array 0x0800e10c 0x4
0x0800e10c . = ALIGN (0x4)
0x0800e10c PROVIDE (__init_array_start = .)
*(SORT_BY_NAME(.init_array.*))
*(.init_array*)
.init_array 0x0800e0ac 0x4 C:/ST/STM32CubeIDE_1.19.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.win32_1.0.0.202411081344/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/thumb/v7-m/nofp/crtbegin.o
0x0800e0b0 PROVIDE (__init_array_end = .)
0x0800e0b0 . = ALIGN (0x4)
.init_array 0x0800e10c 0x4 C:/ST/STM32CubeIDE_1.19.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.win32_1.0.0.202411081344/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/thumb/v7-m/nofp/crtbegin.o
0x0800e110 PROVIDE (__init_array_end = .)
0x0800e110 . = ALIGN (0x4)
.fini_array 0x0800e0b0 0x4
0x0800e0b0 . = ALIGN (0x4)
.fini_array 0x0800e110 0x4
0x0800e110 . = ALIGN (0x4)
[!provide] PROVIDE (__fini_array_start = .)
*(SORT_BY_NAME(.fini_array.*))
*(.fini_array*)
.fini_array 0x0800e0b0 0x4 C:/ST/STM32CubeIDE_1.19.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.win32_1.0.0.202411081344/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/thumb/v7-m/nofp/crtbegin.o
.fini_array 0x0800e110 0x4 C:/ST/STM32CubeIDE_1.19.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.win32_1.0.0.202411081344/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/thumb/v7-m/nofp/crtbegin.o
[!provide] PROVIDE (__fini_array_end = .)
0x0800e0b4 . = ALIGN (0x4)
0x0800e0b4 _sidata = LOADADDR (.data)
0x0800e114 . = ALIGN (0x4)
0x0800e114 _sidata = LOADADDR (.data)
.rel.dyn 0x0800e0b4 0x0
.rel.iplt 0x0800e0b4 0x0 C:/ST/STM32CubeIDE_1.19.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.win32_1.0.0.202411081344/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/thumb/v7-m/nofp/crtbegin.o
.rel.dyn 0x0800e114 0x0
.rel.iplt 0x0800e114 0x0 C:/ST/STM32CubeIDE_1.19.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.win32_1.0.0.202411081344/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/thumb/v7-m/nofp/crtbegin.o
.data 0x20000000 0x1d4 load address 0x0800e0b4
.data 0x20000000 0x1d4 load address 0x0800e114
0x20000000 . = ALIGN (0x4)
0x20000000 _sdata = .
*(.data)
@@ -5928,11 +5928,11 @@ LOAD C:/ST/STM32CubeIDE_1.19.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.ext
0x200001d4 . = ALIGN (0x4)
0x200001d4 _edata = .
.igot.plt 0x200001d4 0x0 load address 0x0800e288
.igot.plt 0x200001d4 0x0 load address 0x0800e2e8
.igot.plt 0x200001d4 0x0 C:/ST/STM32CubeIDE_1.19.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.win32_1.0.0.202411081344/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/thumb/v7-m/nofp/crtbegin.o
0x200001d4 . = ALIGN (0x4)
.bss 0x200001d8 0x16a4 load address 0x0800e288
.bss 0x200001d8 0x16a4 load address 0x0800e2e8
0x200001d8 _sbss = .
0x200001d8 __bss_start__ = _sbss
*(.bss)
@@ -6107,7 +6107,7 @@ LOAD C:/ST/STM32CubeIDE_1.19.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.ext
0x2000187c __bss_end__ = _ebss
._user_heap_stack
0x2000187c 0x604 load address 0x0800e288
0x2000187c 0x604 load address 0x0800e2e8
0x20001880 . = ALIGN (0x8)
*fill* 0x2000187c 0x4
[!provide] PROVIDE (end = .)
@@ -6246,77 +6246,77 @@ LOAD C:/ST/STM32CubeIDE_1.19.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.ext
LOAD C:/ST/STM32CubeIDE_1.19.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.win32_1.0.0.202411081344/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp\libm.a
LOAD C:/ST/STM32CubeIDE_1.19.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.win32_1.0.0.202411081344/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/thumb/v7-m/nofp\libgcc.a
.debug_info 0x00000000 0x19565
.debug_info 0x00000000 0x19571
.debug_info 0x00000000 0x1e9 ./Core/Src/adc.o
.debug_info 0x000001e9 0xb05 ./Core/Src/cdc_int.o
.debug_info 0x00000cee 0x7a6 ./Core/Src/debug.o
.debug_info 0x00001494 0x737 ./Core/Src/eeprom.o
.debug_info 0x00001bcb 0x1a23 ./Core/Src/main.o
.debug_info 0x000035ee 0x9c0 ./Core/Src/pwm.o
.debug_info 0x00003fae 0xf58 ./Core/Src/stm32f1xx_hal_msp.o
.debug_info 0x00004f06 0x81d ./Core/Src/stm32f1xx_it.o
.debug_info 0x00005723 0x168 ./Core/Src/sysmem.o
.debug_info 0x0000588b 0x222 ./Core/Src/system_stm32f1xx.o
.debug_info 0x00005aad 0x30 ./Core/Startup/startup_stm32f103c8tx.o
.debug_info 0x00005add 0x704 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.o
.debug_info 0x000061e1 0xc50 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.o
.debug_info 0x00006e31 0xa87 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.o
.debug_info 0x000078b8 0x6d2 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.o
.debug_info 0x00007f8a 0x4f8 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.o
.debug_info 0x00008482 0x777 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.o
.debug_info 0x00008bf9 0x5ab ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.o
.debug_info 0x000091a4 0x16dc ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd.o
.debug_info 0x0000a880 0x6c3 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.o
.debug_info 0x0000af43 0x7d5 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.o
.debug_info 0x0000b718 0x3c0 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.o
.debug_info 0x0000bad8 0x2959 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.o
.debug_info 0x0000e431 0x149b ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.o
.debug_info 0x0000f8cc 0x2eed ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.o
.debug_info 0x000127b9 0x17ae ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usb.o
.debug_info 0x00013f67 0x1043 ./Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc.o
.debug_info 0x00014faa 0xa52 ./Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.o
.debug_info 0x000159fc 0x91c ./Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.o
.debug_info 0x00016318 0x6a0 ./Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.o
.debug_info 0x000169b8 0x63d ./USB_DEVICE/App/usb_device.o
.debug_info 0x00016ff5 0x8c2 ./USB_DEVICE/App/usbd_cdc_if.o
.debug_info 0x000178b7 0x44a ./USB_DEVICE/App/usbd_desc.o
.debug_info 0x00017d01 0x1864 ./USB_DEVICE/Target/usbd_conf.o
.debug_info 0x00001494 0x743 ./Core/Src/eeprom.o
.debug_info 0x00001bd7 0x1a23 ./Core/Src/main.o
.debug_info 0x000035fa 0x9c0 ./Core/Src/pwm.o
.debug_info 0x00003fba 0xf58 ./Core/Src/stm32f1xx_hal_msp.o
.debug_info 0x00004f12 0x81d ./Core/Src/stm32f1xx_it.o
.debug_info 0x0000572f 0x168 ./Core/Src/sysmem.o
.debug_info 0x00005897 0x222 ./Core/Src/system_stm32f1xx.o
.debug_info 0x00005ab9 0x30 ./Core/Startup/startup_stm32f103c8tx.o
.debug_info 0x00005ae9 0x704 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.o
.debug_info 0x000061ed 0xc50 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.o
.debug_info 0x00006e3d 0xa87 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.o
.debug_info 0x000078c4 0x6d2 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.o
.debug_info 0x00007f96 0x4f8 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.o
.debug_info 0x0000848e 0x777 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.o
.debug_info 0x00008c05 0x5ab ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.o
.debug_info 0x000091b0 0x16dc ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd.o
.debug_info 0x0000a88c 0x6c3 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.o
.debug_info 0x0000af4f 0x7d5 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.o
.debug_info 0x0000b724 0x3c0 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.o
.debug_info 0x0000bae4 0x2959 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.o
.debug_info 0x0000e43d 0x149b ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.o
.debug_info 0x0000f8d8 0x2eed ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.o
.debug_info 0x000127c5 0x17ae ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usb.o
.debug_info 0x00013f73 0x1043 ./Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc.o
.debug_info 0x00014fb6 0xa52 ./Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.o
.debug_info 0x00015a08 0x91c ./Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.o
.debug_info 0x00016324 0x6a0 ./Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.o
.debug_info 0x000169c4 0x63d ./USB_DEVICE/App/usb_device.o
.debug_info 0x00017001 0x8c2 ./USB_DEVICE/App/usbd_cdc_if.o
.debug_info 0x000178c3 0x44a ./USB_DEVICE/App/usbd_desc.o
.debug_info 0x00017d0d 0x1864 ./USB_DEVICE/Target/usbd_conf.o
.debug_abbrev 0x00000000 0x4732
.debug_abbrev 0x00000000 0x473a
.debug_abbrev 0x00000000 0xeb ./Core/Src/adc.o
.debug_abbrev 0x000000eb 0x269 ./Core/Src/cdc_int.o
.debug_abbrev 0x00000354 0x199 ./Core/Src/debug.o
.debug_abbrev 0x000004ed 0x23a ./Core/Src/eeprom.o
.debug_abbrev 0x00000727 0x340 ./Core/Src/main.o
.debug_abbrev 0x00000a67 0x1f4 ./Core/Src/pwm.o
.debug_abbrev 0x00000c5b 0x274 ./Core/Src/stm32f1xx_hal_msp.o
.debug_abbrev 0x00000ecf 0x1b5 ./Core/Src/stm32f1xx_it.o
.debug_abbrev 0x00001084 0xbc ./Core/Src/sysmem.o
.debug_abbrev 0x00001140 0x13f ./Core/Src/system_stm32f1xx.o
.debug_abbrev 0x0000127f 0x24 ./Core/Startup/startup_stm32f103c8tx.o
.debug_abbrev 0x000012a3 0x201 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.o
.debug_abbrev 0x000014a4 0x225 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.o
.debug_abbrev 0x000016c9 0x2f8 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.o
.debug_abbrev 0x000019c1 0x20b ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.o
.debug_abbrev 0x00001bcc 0x250 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.o
.debug_abbrev 0x00001e1c 0x247 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.o
.debug_abbrev 0x00002063 0x1ca ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.o
.debug_abbrev 0x0000222d 0x2d6 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd.o
.debug_abbrev 0x00002503 0x189 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.o
.debug_abbrev 0x0000268c 0x2b3 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.o
.debug_abbrev 0x0000293f 0x188 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.o
.debug_abbrev 0x00002ac7 0x277 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.o
.debug_abbrev 0x00002d3e 0x282 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.o
.debug_abbrev 0x00002fc0 0x2f8 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.o
.debug_abbrev 0x000032b8 0x1de ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usb.o
.debug_abbrev 0x00003496 0x2d3 ./Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc.o
.debug_abbrev 0x00003769 0x24a ./Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.o
.debug_abbrev 0x000039b3 0x26b ./Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.o
.debug_abbrev 0x00003c1e 0x192 ./Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.o
.debug_abbrev 0x00003db0 0x18d ./USB_DEVICE/App/usb_device.o
.debug_abbrev 0x00003f3d 0x2e0 ./USB_DEVICE/App/usbd_cdc_if.o
.debug_abbrev 0x0000421d 0x1ff ./USB_DEVICE/App/usbd_desc.o
.debug_abbrev 0x0000441c 0x316 ./USB_DEVICE/Target/usbd_conf.o
.debug_abbrev 0x000004ed 0x242 ./Core/Src/eeprom.o
.debug_abbrev 0x0000072f 0x340 ./Core/Src/main.o
.debug_abbrev 0x00000a6f 0x1f4 ./Core/Src/pwm.o
.debug_abbrev 0x00000c63 0x274 ./Core/Src/stm32f1xx_hal_msp.o
.debug_abbrev 0x00000ed7 0x1b5 ./Core/Src/stm32f1xx_it.o
.debug_abbrev 0x0000108c 0xbc ./Core/Src/sysmem.o
.debug_abbrev 0x00001148 0x13f ./Core/Src/system_stm32f1xx.o
.debug_abbrev 0x00001287 0x24 ./Core/Startup/startup_stm32f103c8tx.o
.debug_abbrev 0x000012ab 0x201 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.o
.debug_abbrev 0x000014ac 0x225 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.o
.debug_abbrev 0x000016d1 0x2f8 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.o
.debug_abbrev 0x000019c9 0x20b ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.o
.debug_abbrev 0x00001bd4 0x250 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.o
.debug_abbrev 0x00001e24 0x247 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.o
.debug_abbrev 0x0000206b 0x1ca ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.o
.debug_abbrev 0x00002235 0x2d6 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd.o
.debug_abbrev 0x0000250b 0x189 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.o
.debug_abbrev 0x00002694 0x2b3 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.o
.debug_abbrev 0x00002947 0x188 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.o
.debug_abbrev 0x00002acf 0x277 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.o
.debug_abbrev 0x00002d46 0x282 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.o
.debug_abbrev 0x00002fc8 0x2f8 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.o
.debug_abbrev 0x000032c0 0x1de ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usb.o
.debug_abbrev 0x0000349e 0x2d3 ./Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc.o
.debug_abbrev 0x00003771 0x24a ./Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.o
.debug_abbrev 0x000039bb 0x26b ./Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.o
.debug_abbrev 0x00003c26 0x192 ./Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.o
.debug_abbrev 0x00003db8 0x18d ./USB_DEVICE/App/usb_device.o
.debug_abbrev 0x00003f45 0x2e0 ./USB_DEVICE/App/usbd_cdc_if.o
.debug_abbrev 0x00004225 0x1ff ./USB_DEVICE/App/usbd_desc.o
.debug_abbrev 0x00004424 0x316 ./USB_DEVICE/Target/usbd_conf.o
.debug_aranges 0x00000000 0x1648
.debug_aranges
@@ -6621,42 +6621,42 @@ LOAD C:/ST/STM32CubeIDE_1.19.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.ext
.debug_line 0x0001c891 0xb01 ./USB_DEVICE/App/usbd_desc.o
.debug_line 0x0001d392 0xe34 ./USB_DEVICE/Target/usbd_conf.o
.debug_str 0x00000000 0x95d23
.debug_str 0x00000000 0x95d23 ./Core/Src/adc.o
.debug_str 0x00000000 0x95d30
.debug_str 0x00000000 0x95d30 ./Core/Src/adc.o
0x8ab52 (size before relaxing)
.debug_str 0x00095d23 0x9029b ./Core/Src/cdc_int.o
.debug_str 0x00095d23 0x8eea7 ./Core/Src/debug.o
.debug_str 0x00095d23 0x8b126 ./Core/Src/eeprom.o
.debug_str 0x00095d23 0x9101f ./Core/Src/main.o
.debug_str 0x00095d23 0x8b781 ./Core/Src/pwm.o
.debug_str 0x00095d23 0x8b9ce ./Core/Src/stm32f1xx_hal_msp.o
.debug_str 0x00095d23 0x8b615 ./Core/Src/stm32f1xx_it.o
.debug_str 0x00095d23 0x7714 ./Core/Src/sysmem.o
.debug_str 0x00095d23 0x8ab75 ./Core/Src/system_stm32f1xx.o
.debug_str 0x00095d23 0x6e ./Core/Startup/startup_stm32f103c8tx.o
.debug_str 0x00095d23 0x8b2a8 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.o
.debug_str 0x00095d23 0x8b259 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.o
.debug_str 0x00095d23 0x8b1f4 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.o
.debug_str 0x00095d23 0x8af1e ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.o
.debug_str 0x00095d23 0x8ae50 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.o
.debug_str 0x00095d23 0x8affe ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.o
.debug_str 0x00095d23 0x8aefb ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.o
.debug_str 0x00095d23 0x8b492 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd.o
.debug_str 0x00095d23 0x8aff4 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.o
.debug_str 0x00095d23 0x8afa4 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.o
.debug_str 0x00095d23 0x8acf4 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.o
.debug_str 0x00095d23 0x8bfa6 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.o
.debug_str 0x00095d23 0x8b7b2 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.o
.debug_str 0x00095d23 0x8b615 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.o
.debug_str 0x00095d23 0x8b046 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usb.o
.debug_str 0x00095d23 0x8fff4 ./Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc.o
.debug_str 0x00095d23 0x8f924 ./Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.o
.debug_str 0x00095d23 0x8f83e ./Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.o
.debug_str 0x00095d23 0x8f76b ./Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.o
.debug_str 0x00095d23 0x8faf6 ./USB_DEVICE/App/usb_device.o
.debug_str 0x00095d23 0x8fb6d ./USB_DEVICE/App/usbd_cdc_if.o
.debug_str 0x00095d23 0x8f6a7 ./USB_DEVICE/App/usbd_desc.o
.debug_str 0x00095d23 0x90581 ./USB_DEVICE/Target/usbd_conf.o
.debug_str 0x00095d30 0x902a8 ./Core/Src/cdc_int.o
.debug_str 0x00095d30 0x8eea7 ./Core/Src/debug.o
.debug_str 0x00095d30 0x8b133 ./Core/Src/eeprom.o
.debug_str 0x00095d30 0x9102c ./Core/Src/main.o
.debug_str 0x00095d30 0x8b781 ./Core/Src/pwm.o
.debug_str 0x00095d30 0x8b9ce ./Core/Src/stm32f1xx_hal_msp.o
.debug_str 0x00095d30 0x8b615 ./Core/Src/stm32f1xx_it.o
.debug_str 0x00095d30 0x7714 ./Core/Src/sysmem.o
.debug_str 0x00095d30 0x8ab75 ./Core/Src/system_stm32f1xx.o
.debug_str 0x00095d30 0x6e ./Core/Startup/startup_stm32f103c8tx.o
.debug_str 0x00095d30 0x8b2a8 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.o
.debug_str 0x00095d30 0x8b259 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.o
.debug_str 0x00095d30 0x8b1f4 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.o
.debug_str 0x00095d30 0x8af1e ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.o
.debug_str 0x00095d30 0x8ae50 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.o
.debug_str 0x00095d30 0x8affe ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.o
.debug_str 0x00095d30 0x8aefb ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.o
.debug_str 0x00095d30 0x8b492 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd.o
.debug_str 0x00095d30 0x8aff4 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.o
.debug_str 0x00095d30 0x8afa4 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.o
.debug_str 0x00095d30 0x8acf4 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.o
.debug_str 0x00095d30 0x8bfa6 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.o
.debug_str 0x00095d30 0x8b7b2 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.o
.debug_str 0x00095d30 0x8b615 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.o
.debug_str 0x00095d30 0x8b046 ./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usb.o
.debug_str 0x00095d30 0x8fff4 ./Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc.o
.debug_str 0x00095d30 0x8f924 ./Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.o
.debug_str 0x00095d30 0x8f83e ./Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.o
.debug_str 0x00095d30 0x8f76b ./Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.o
.debug_str 0x00095d30 0x8faf6 ./USB_DEVICE/App/usb_device.o
.debug_str 0x00095d30 0x8fb6d ./USB_DEVICE/App/usbd_cdc_if.o
.debug_str 0x00095d30 0x8f6a7 ./USB_DEVICE/App/usbd_desc.o
.debug_str 0x00095d30 0x90581 ./USB_DEVICE/Target/usbd_conf.o
.comment 0x00000000 0x43
.comment 0x00000000 0x43 ./Core/Src/adc.o

View File

@@ -1,13 +1,13 @@
../Core/Src/eeprom.h:110:24:EEW_Read 1
../Core/Src/eeprom.c:99:17:EE_GetPageStatus 1
../Core/Src/eeprom.c:104:26:EE_FlashProgramHalfWord 1
../Core/Src/eeprom.c:115:26:EE_FlashErasePage 1
../Core/Src/eeprom.c:134:17:EE_FindFreeAddress 3
../Core/Src/eeprom.c:156:18:EE_FindInPage 6
../Core/Src/eeprom.c:196:18:EE_Format 4
../Core/Src/eeprom.c:214:17:EE_GetOtherPageBase 2
../Core/Src/eeprom.c:220:18:EE_PageTransfer 11
../Core/Src/eeprom.c:293:10:EE_Init 7
../Core/Src/eeprom.c:324:10:EE_ReadVariable 2
../Core/Src/eeprom.c:341:10:EE_WriteVariable 4
../Core/Src/eeprom.c:364:6:loadEE 1
../Core/Src/eeprom.c:140:17:EE_GetPageStatus 1
../Core/Src/eeprom.c:145:26:EE_FlashProgramHalfWord 1
../Core/Src/eeprom.c:156:26:EE_FlashErasePage 1
../Core/Src/eeprom.c:175:17:EE_FindFreeAddress 3
../Core/Src/eeprom.c:197:18:EE_FindInPage 6
../Core/Src/eeprom.c:237:18:EE_Format 4
../Core/Src/eeprom.c:255:17:EE_GetOtherPageBase 2
../Core/Src/eeprom.c:261:18:EE_PageTransfer 11
../Core/Src/eeprom.c:334:10:EE_Init 7
../Core/Src/eeprom.c:365:10:EE_ReadVariable 2
../Core/Src/eeprom.c:382:10:EE_WriteVariable 4
../Core/Src/eeprom.c:405:6:loadEE 1

View File

@@ -1,13 +1,13 @@
../Core/Src/eeprom.h:110:24:EEW_Read 16 static
../Core/Src/eeprom.c:99:17:EE_GetPageStatus 16 static
../Core/Src/eeprom.c:104:26:EE_FlashProgramHalfWord 32 static
../Core/Src/eeprom.c:115:26:EE_FlashErasePage 40 static
../Core/Src/eeprom.c:134:17:EE_FindFreeAddress 32 static
../Core/Src/eeprom.c:156:18:EE_FindInPage 40 static
../Core/Src/eeprom.c:196:18:EE_Format 8 static
../Core/Src/eeprom.c:214:17:EE_GetOtherPageBase 16 static
../Core/Src/eeprom.c:220:18:EE_PageTransfer 40 static
../Core/Src/eeprom.c:293:10:EE_Init 16 static
../Core/Src/eeprom.c:324:10:EE_ReadVariable 24 static
../Core/Src/eeprom.c:341:10:EE_WriteVariable 24 static
../Core/Src/eeprom.c:364:6:loadEE 8 static
../Core/Src/eeprom.c:140:17:EE_GetPageStatus 16 static
../Core/Src/eeprom.c:145:26:EE_FlashProgramHalfWord 32 static
../Core/Src/eeprom.c:156:26:EE_FlashErasePage 40 static
../Core/Src/eeprom.c:175:17:EE_FindFreeAddress 32 static
../Core/Src/eeprom.c:197:18:EE_FindInPage 40 static
../Core/Src/eeprom.c:237:18:EE_Format 8 static
../Core/Src/eeprom.c:255:17:EE_GetOtherPageBase 16 static
../Core/Src/eeprom.c:261:18:EE_PageTransfer 40 static
../Core/Src/eeprom.c:334:10:EE_Init 16 static
../Core/Src/eeprom.c:365:10:EE_ReadVariable 24 static
../Core/Src/eeprom.c:382:10:EE_WriteVariable 24 static
../Core/Src/eeprom.c:405:6:loadEE 8 static