BAMBINO BAMBINO

This commit is contained in:
Félix MARQUET
2025-06-25 15:21:15 +02:00
parent 78f4005599
commit 52da26977a
7 changed files with 5030 additions and 4981 deletions

View File

@@ -46,7 +46,11 @@ SPI_HandleTypeDef hspi1;
TIM_HandleTypeDef htim3;
/* USER CODE BEGIN PV */
const uint8_t tab_music[] = {4, 4, 4, 5, 6, 6, 5, 5, 4, 6, 5, 5, 4, 255};
// Truc du prof
//const uint8_t tab_music[] = {4, 4, 4, 5, 6, 6, 5, 5, 4, 6, 5, 5, 4, 255};
// Bambino
const uint8_t tab_music[] = {6, 6, 1, 1, 6, 6, 7, 9, 8, 9, 9, 8, 9};
/* USER CODE END PV */
@@ -137,8 +141,17 @@ int main(void)
case 6:
note(1004, tab_music[i]);
break;
case 7: // LA Diese
note(932, tab_music[i]);
break;
case 8: // RE gamme 5
note(1175, tab_music[i]);
break;
case 9: // MI Diese gamme 5
note(1109, tab_music[i]);
break;
}
HAL_Delay(500);
HAL_Delay(250);
}
}

View File

@@ -1,7 +1,7 @@
../Core/Src/main.c:65:6:note 1
../Core/Src/main.c:76:5:main 9
../Core/Src/main.c:152:6:SystemClock_Config 3
../Core/Src/main.c:193:13:MX_SPI1_Init 2
../Core/Src/main.c:231:13:MX_TIM3_Init 6
../Core/Src/main.c:290:13:MX_GPIO_Init 1
../Core/Src/main.c:351:6:Error_Handler 1
../Core/Src/main.c:69:6:note 1
../Core/Src/main.c:80:5:main 12
../Core/Src/main.c:165:6:SystemClock_Config 3
../Core/Src/main.c:206:13:MX_SPI1_Init 2
../Core/Src/main.c:244:13:MX_TIM3_Init 6
../Core/Src/main.c:303:13:MX_GPIO_Init 1
../Core/Src/main.c:364:6:Error_Handler 1

Binary file not shown.

View File

@@ -1,7 +1,7 @@
../Core/Src/main.c:65:6:note 16 static
../Core/Src/main.c:76:5:main 16 static
../Core/Src/main.c:152:6:SystemClock_Config 80 static
../Core/Src/main.c:193:13:MX_SPI1_Init 8 static
../Core/Src/main.c:231:13:MX_TIM3_Init 48 static
../Core/Src/main.c:290:13:MX_GPIO_Init 40 static
../Core/Src/main.c:351:6:Error_Handler 4 static,ignoring_inline_asm
../Core/Src/main.c:69:6:note 16 static
../Core/Src/main.c:80:5:main 16 static
../Core/Src/main.c:165:6:SystemClock_Config 80 static
../Core/Src/main.c:206:13:MX_SPI1_Init 8 static
../Core/Src/main.c:244:13:MX_TIM3_Init 48 static
../Core/Src/main.c:303:13:MX_GPIO_Init 40 static
../Core/Src/main.c:364:6:Error_Handler 4 static,ignoring_inline_asm

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -2733,7 +2733,7 @@ LOAD /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.id
0x08000000 g_pfnVectors
0x0800013c . = ALIGN (0x4)
.text 0x0800013c 0x2d2c
.text 0x0800013c 0x2d74
0x0800013c . = ALIGN (0x4)
*(.text)
.text 0x0800013c 0x40 /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.macos64_1.0.0.202411102158/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/thumb/v7-m/nofp/crtbegin.o
@@ -2747,360 +2747,360 @@ LOAD /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.id
*(.text*)
.text.note 0x080004b0 0x44 ./Core/Src/main.o
0x080004b0 note
.text.main 0x080004f4 0x110 ./Core/Src/main.o
.text.main 0x080004f4 0x158 ./Core/Src/main.o
0x080004f4 main
.text.SystemClock_Config
0x08000604 0x8c ./Core/Src/main.o
0x08000604 SystemClock_Config
0x0800064c 0x8c ./Core/Src/main.o
0x0800064c SystemClock_Config
.text.MX_SPI1_Init
0x08000690 0x6c ./Core/Src/main.o
0x080006d8 0x6c ./Core/Src/main.o
.text.MX_TIM3_Init
0x080006fc 0xe8 ./Core/Src/main.o
0x08000744 0xe8 ./Core/Src/main.o
.text.MX_GPIO_Init
0x080007e4 0x10c ./Core/Src/main.o
0x0800082c 0x10c ./Core/Src/main.o
.text.Error_Handler
0x080008f0 0xc ./Core/Src/main.o
0x080008f0 Error_Handler
0x08000938 0xc ./Core/Src/main.o
0x08000938 Error_Handler
.text.HAL_MspInit
0x080008fc 0x5c ./Core/Src/stm32l1xx_hal_msp.o
0x080008fc HAL_MspInit
0x08000944 0x5c ./Core/Src/stm32l1xx_hal_msp.o
0x08000944 HAL_MspInit
.text.HAL_SPI_MspInit
0x08000958 0x88 ./Core/Src/stm32l1xx_hal_msp.o
0x08000958 HAL_SPI_MspInit
0x080009a0 0x88 ./Core/Src/stm32l1xx_hal_msp.o
0x080009a0 HAL_SPI_MspInit
.text.HAL_TIM_Base_MspInit
0x080009e0 0x3c ./Core/Src/stm32l1xx_hal_msp.o
0x080009e0 HAL_TIM_Base_MspInit
0x08000a28 0x3c ./Core/Src/stm32l1xx_hal_msp.o
0x08000a28 HAL_TIM_Base_MspInit
.text.HAL_TIM_MspPostInit
0x08000a1c 0x70 ./Core/Src/stm32l1xx_hal_msp.o
0x08000a1c HAL_TIM_MspPostInit
0x08000a64 0x70 ./Core/Src/stm32l1xx_hal_msp.o
0x08000a64 HAL_TIM_MspPostInit
.text.NMI_Handler
0x08000a8c 0x8 ./Core/Src/stm32l1xx_it.o
0x08000a8c NMI_Handler
0x08000ad4 0x8 ./Core/Src/stm32l1xx_it.o
0x08000ad4 NMI_Handler
.text.HardFault_Handler
0x08000a94 0x8 ./Core/Src/stm32l1xx_it.o
0x08000a94 HardFault_Handler
0x08000adc 0x8 ./Core/Src/stm32l1xx_it.o
0x08000adc HardFault_Handler
.text.MemManage_Handler
0x08000a9c 0x8 ./Core/Src/stm32l1xx_it.o
0x08000a9c MemManage_Handler
0x08000ae4 0x8 ./Core/Src/stm32l1xx_it.o
0x08000ae4 MemManage_Handler
.text.BusFault_Handler
0x08000aa4 0x8 ./Core/Src/stm32l1xx_it.o
0x08000aa4 BusFault_Handler
0x08000aec 0x8 ./Core/Src/stm32l1xx_it.o
0x08000aec BusFault_Handler
.text.UsageFault_Handler
0x08000aac 0x8 ./Core/Src/stm32l1xx_it.o
0x08000aac UsageFault_Handler
0x08000af4 0x8 ./Core/Src/stm32l1xx_it.o
0x08000af4 UsageFault_Handler
.text.SVC_Handler
0x08000ab4 0xc ./Core/Src/stm32l1xx_it.o
0x08000ab4 SVC_Handler
0x08000afc 0xc ./Core/Src/stm32l1xx_it.o
0x08000afc SVC_Handler
.text.DebugMon_Handler
0x08000ac0 0xc ./Core/Src/stm32l1xx_it.o
0x08000ac0 DebugMon_Handler
0x08000b08 0xc ./Core/Src/stm32l1xx_it.o
0x08000b08 DebugMon_Handler
.text.PendSV_Handler
0x08000acc 0xc ./Core/Src/stm32l1xx_it.o
0x08000acc PendSV_Handler
0x08000b14 0xc ./Core/Src/stm32l1xx_it.o
0x08000b14 PendSV_Handler
.text.SysTick_Handler
0x08000ad8 0xc ./Core/Src/stm32l1xx_it.o
0x08000ad8 SysTick_Handler
0x08000b20 0xc ./Core/Src/stm32l1xx_it.o
0x08000b20 SysTick_Handler
.text.EXTI15_10_IRQHandler
0x08000ae4 0x18 ./Core/Src/stm32l1xx_it.o
0x08000ae4 EXTI15_10_IRQHandler
0x08000b2c 0x18 ./Core/Src/stm32l1xx_it.o
0x08000b2c EXTI15_10_IRQHandler
.text.SystemInit
0x08000afc 0xc ./Core/Src/system_stm32l1xx.o
0x08000afc SystemInit
0x08000b44 0xc ./Core/Src/system_stm32l1xx.o
0x08000b44 SystemInit
.text.Reset_Handler
0x08000b08 0x48 ./Core/Startup/startup_stm32l152retx.o
0x08000b08 Reset_Handler
0x08000b50 0x48 ./Core/Startup/startup_stm32l152retx.o
0x08000b50 Reset_Handler
.text.Default_Handler
0x08000b50 0x2 ./Core/Startup/startup_stm32l152retx.o
0x08000b50 DMA2_Channel3_IRQHandler
0x08000b50 EXTI2_IRQHandler
0x08000b50 COMP_ACQ_IRQHandler
0x08000b50 TIM10_IRQHandler
0x08000b50 USB_HP_IRQHandler
0x08000b50 TIM6_IRQHandler
0x08000b50 PVD_IRQHandler
0x08000b50 EXTI3_IRQHandler
0x08000b50 EXTI0_IRQHandler
0x08000b50 I2C2_EV_IRQHandler
0x08000b50 SPI1_IRQHandler
0x08000b50 USB_FS_WKUP_IRQHandler
0x08000b50 DMA2_Channel2_IRQHandler
0x08000b50 DMA1_Channel4_IRQHandler
0x08000b50 ADC1_IRQHandler
0x08000b50 USART3_IRQHandler
0x08000b50 DMA1_Channel7_IRQHandler
0x08000b50 LCD_IRQHandler
0x08000b50 UART5_IRQHandler
0x08000b50 TIM4_IRQHandler
0x08000b50 DMA2_Channel1_IRQHandler
0x08000b50 I2C1_EV_IRQHandler
0x08000b50 DMA1_Channel6_IRQHandler
0x08000b50 UART4_IRQHandler
0x08000b50 DMA2_Channel4_IRQHandler
0x08000b50 TIM3_IRQHandler
0x08000b50 RCC_IRQHandler
0x08000b50 DMA1_Channel1_IRQHandler
0x08000b50 Default_Handler
0x08000b50 TIM7_IRQHandler
0x08000b50 TIM5_IRQHandler
0x08000b50 EXTI9_5_IRQHandler
0x08000b50 TIM9_IRQHandler
0x08000b50 TAMPER_STAMP_IRQHandler
0x08000b50 RTC_WKUP_IRQHandler
0x08000b50 SPI2_IRQHandler
0x08000b50 DMA2_Channel5_IRQHandler
0x08000b50 DMA1_Channel5_IRQHandler
0x08000b50 USB_LP_IRQHandler
0x08000b50 EXTI4_IRQHandler
0x08000b50 DMA1_Channel3_IRQHandler
0x08000b50 COMP_IRQHandler
0x08000b50 WWDG_IRQHandler
0x08000b50 TIM2_IRQHandler
0x08000b50 DAC_IRQHandler
0x08000b50 EXTI1_IRQHandler
0x08000b50 TIM11_IRQHandler
0x08000b50 USART2_IRQHandler
0x08000b50 I2C2_ER_IRQHandler
0x08000b50 DMA1_Channel2_IRQHandler
0x08000b50 FLASH_IRQHandler
0x08000b50 USART1_IRQHandler
0x08000b50 SPI3_IRQHandler
0x08000b50 I2C1_ER_IRQHandler
0x08000b50 RTC_Alarm_IRQHandler
0x08000b98 0x2 ./Core/Startup/startup_stm32l152retx.o
0x08000b98 DMA2_Channel3_IRQHandler
0x08000b98 EXTI2_IRQHandler
0x08000b98 COMP_ACQ_IRQHandler
0x08000b98 TIM10_IRQHandler
0x08000b98 USB_HP_IRQHandler
0x08000b98 TIM6_IRQHandler
0x08000b98 PVD_IRQHandler
0x08000b98 EXTI3_IRQHandler
0x08000b98 EXTI0_IRQHandler
0x08000b98 I2C2_EV_IRQHandler
0x08000b98 SPI1_IRQHandler
0x08000b98 USB_FS_WKUP_IRQHandler
0x08000b98 DMA2_Channel2_IRQHandler
0x08000b98 DMA1_Channel4_IRQHandler
0x08000b98 ADC1_IRQHandler
0x08000b98 USART3_IRQHandler
0x08000b98 DMA1_Channel7_IRQHandler
0x08000b98 LCD_IRQHandler
0x08000b98 UART5_IRQHandler
0x08000b98 TIM4_IRQHandler
0x08000b98 DMA2_Channel1_IRQHandler
0x08000b98 I2C1_EV_IRQHandler
0x08000b98 DMA1_Channel6_IRQHandler
0x08000b98 UART4_IRQHandler
0x08000b98 DMA2_Channel4_IRQHandler
0x08000b98 TIM3_IRQHandler
0x08000b98 RCC_IRQHandler
0x08000b98 DMA1_Channel1_IRQHandler
0x08000b98 Default_Handler
0x08000b98 TIM7_IRQHandler
0x08000b98 TIM5_IRQHandler
0x08000b98 EXTI9_5_IRQHandler
0x08000b98 TIM9_IRQHandler
0x08000b98 TAMPER_STAMP_IRQHandler
0x08000b98 RTC_WKUP_IRQHandler
0x08000b98 SPI2_IRQHandler
0x08000b98 DMA2_Channel5_IRQHandler
0x08000b98 DMA1_Channel5_IRQHandler
0x08000b98 USB_LP_IRQHandler
0x08000b98 EXTI4_IRQHandler
0x08000b98 DMA1_Channel3_IRQHandler
0x08000b98 COMP_IRQHandler
0x08000b98 WWDG_IRQHandler
0x08000b98 TIM2_IRQHandler
0x08000b98 DAC_IRQHandler
0x08000b98 EXTI1_IRQHandler
0x08000b98 TIM11_IRQHandler
0x08000b98 USART2_IRQHandler
0x08000b98 I2C2_ER_IRQHandler
0x08000b98 DMA1_Channel2_IRQHandler
0x08000b98 FLASH_IRQHandler
0x08000b98 USART1_IRQHandler
0x08000b98 SPI3_IRQHandler
0x08000b98 I2C1_ER_IRQHandler
0x08000b98 RTC_Alarm_IRQHandler
.text.MAX7219_Init
0x08000b52 0x2a ./Drivers/7Seg_MAX7219/max7219.o
0x08000b52 MAX7219_Init
0x08000b9a 0x2a ./Drivers/7Seg_MAX7219/max7219.o
0x08000b9a MAX7219_Init
.text.MAX7219_ShutdownStop
0x08000b7c 0x10 ./Drivers/7Seg_MAX7219/max7219.o
0x08000b7c MAX7219_ShutdownStop
0x08000bc4 0x10 ./Drivers/7Seg_MAX7219/max7219.o
0x08000bc4 MAX7219_ShutdownStop
.text.MAX7219_DisplayTestStop
0x08000b8c 0x10 ./Drivers/7Seg_MAX7219/max7219.o
0x08000b8c MAX7219_DisplayTestStop
0x08000bd4 0x10 ./Drivers/7Seg_MAX7219/max7219.o
0x08000bd4 MAX7219_DisplayTestStop
.text.MAX7219_SetBrightness
0x08000b9c 0x24 ./Drivers/7Seg_MAX7219/max7219.o
0x08000b9c MAX7219_SetBrightness
0x08000be4 0x24 ./Drivers/7Seg_MAX7219/max7219.o
0x08000be4 MAX7219_SetBrightness
.text.MAX7219_Clear
0x08000bc0 0x2c ./Drivers/7Seg_MAX7219/max7219.o
0x08000bc0 MAX7219_Clear
0x08000c08 0x2c ./Drivers/7Seg_MAX7219/max7219.o
0x08000c08 MAX7219_Clear
.text.MAX7219_DisplayChar
0x08000bec 0x2c ./Drivers/7Seg_MAX7219/max7219.o
0x08000bec MAX7219_DisplayChar
0x08000c34 0x2c ./Drivers/7Seg_MAX7219/max7219.o
0x08000c34 MAX7219_DisplayChar
.text.MAX7219_Write
0x08000c18 0x3c ./Drivers/7Seg_MAX7219/max7219.o
0x08000c18 MAX7219_Write
0x08000c60 0x3c ./Drivers/7Seg_MAX7219/max7219.o
0x08000c60 MAX7219_Write
.text.MAX7219_SendByte
0x08000c54 0x24 ./Drivers/7Seg_MAX7219/max7219.o
0x08000c9c 0x24 ./Drivers/7Seg_MAX7219/max7219.o
.text.HAL_Init
0x08000c78 0x30 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
0x08000c78 HAL_Init
0x08000cc0 0x30 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
0x08000cc0 HAL_Init
.text.HAL_InitTick
0x08000ca8 0x74 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
0x08000ca8 HAL_InitTick
0x08000cf0 0x74 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
0x08000cf0 HAL_InitTick
.text.HAL_IncTick
0x08000d1c 0x24 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
0x08000d1c HAL_IncTick
0x08000d64 0x24 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
0x08000d64 HAL_IncTick
.text.HAL_GetTick
0x08000d40 0x14 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
0x08000d40 HAL_GetTick
0x08000d88 0x14 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
0x08000d88 HAL_GetTick
.text.HAL_Delay
0x08000d54 0x44 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
0x08000d54 HAL_Delay
0x08000d9c 0x44 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
0x08000d9c HAL_Delay
.text.__NVIC_SetPriorityGrouping
0x08000d98 0x48 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
0x08000de0 0x48 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
.text.__NVIC_GetPriorityGrouping
0x08000de0 0x1c ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
0x08000e28 0x1c ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
.text.__NVIC_EnableIRQ
0x08000dfc 0x38 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
0x08000e44 0x38 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
.text.__NVIC_SetPriority
0x08000e34 0x54 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
0x08000e7c 0x54 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
.text.NVIC_EncodePriority
0x08000e88 0x64 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
0x08000ed0 0x64 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
.text.SysTick_Config
0x08000eec 0x44 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
0x08000f34 0x44 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
.text.HAL_NVIC_SetPriorityGrouping
0x08000f30 0x16 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
0x08000f30 HAL_NVIC_SetPriorityGrouping
0x08000f78 0x16 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
0x08000f78 HAL_NVIC_SetPriorityGrouping
.text.HAL_NVIC_SetPriority
0x08000f46 0x38 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
0x08000f46 HAL_NVIC_SetPriority
0x08000f8e 0x38 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
0x08000f8e HAL_NVIC_SetPriority
.text.HAL_NVIC_EnableIRQ
0x08000f7e 0x1c ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
0x08000f7e HAL_NVIC_EnableIRQ
0x08000fc6 0x1c ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
0x08000fc6 HAL_NVIC_EnableIRQ
.text.HAL_SYSTICK_Config
0x08000f9a 0x18 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
0x08000f9a HAL_SYSTICK_Config
*fill* 0x08000fb2 0x2
0x08000fe2 0x18 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
0x08000fe2 HAL_SYSTICK_Config
*fill* 0x08000ffa 0x2
.text.HAL_GPIO_Init
0x08000fb4 0x320 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o
0x08000fb4 HAL_GPIO_Init
0x08000ffc 0x320 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o
0x08000ffc HAL_GPIO_Init
.text.HAL_GPIO_WritePin
0x080012d4 0x30 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o
0x080012d4 HAL_GPIO_WritePin
0x0800131c 0x30 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o
0x0800131c HAL_GPIO_WritePin
.text.HAL_GPIO_EXTI_IRQHandler
0x08001304 0x30 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o
0x08001304 HAL_GPIO_EXTI_IRQHandler
0x0800134c 0x30 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o
0x0800134c HAL_GPIO_EXTI_IRQHandler
.text.HAL_GPIO_EXTI_Callback
0x08001334 0x14 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o
0x08001334 HAL_GPIO_EXTI_Callback
0x0800137c 0x14 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o
0x0800137c HAL_GPIO_EXTI_Callback
.text.HAL_RCC_OscConfig
0x08001348 0x660 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
0x08001348 HAL_RCC_OscConfig
0x08001390 0x660 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
0x08001390 HAL_RCC_OscConfig
.text.HAL_RCC_ClockConfig
0x080019a8 0x268 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
0x080019a8 HAL_RCC_ClockConfig
0x080019f0 0x268 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
0x080019f0 HAL_RCC_ClockConfig
.text.HAL_RCC_GetSysClockFreq
0x08001c10 0x17c ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
0x08001c10 HAL_RCC_GetSysClockFreq
0x08001c58 0x17c ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
0x08001c58 HAL_RCC_GetSysClockFreq
.text.RCC_SetFlashLatencyFromMSIRange
0x08001d8c 0xc0 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
0x08001dd4 0xc0 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
.text.HAL_SPI_Init
0x08001e4c 0x112 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_spi.o
0x08001e4c HAL_SPI_Init
0x08001e94 0x112 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_spi.o
0x08001e94 HAL_SPI_Init
.text.HAL_SPI_Transmit
0x08001f5e 0x288 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_spi.o
0x08001f5e HAL_SPI_Transmit
*fill* 0x080021e6 0x2
0x08001fa6 0x288 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_spi.o
0x08001fa6 HAL_SPI_Transmit
*fill* 0x0800222e 0x2
.text.SPI_WaitFlagStateUntilTimeout
0x080021e8 0x110 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_spi.o
0x08002230 0x110 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_spi.o
.text.SPI_EndRxTxTransaction
0x080022f8 0xa8 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_spi.o
0x08002340 0xa8 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_spi.o
.text.HAL_TIM_Base_Init
0x080023a0 0x7e ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_tim.o
0x080023a0 HAL_TIM_Base_Init
0x080023e8 0x7e ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_tim.o
0x080023e8 HAL_TIM_Base_Init
.text.HAL_TIM_PWM_Init
0x0800241e 0x7e ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_tim.o
0x0800241e HAL_TIM_PWM_Init
0x08002466 0x7e ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_tim.o
0x08002466 HAL_TIM_PWM_Init
.text.HAL_TIM_PWM_MspInit
0x0800249c 0x12 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_tim.o
0x0800249c HAL_TIM_PWM_MspInit
*fill* 0x080024ae 0x2
0x080024e4 0x12 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_tim.o
0x080024e4 HAL_TIM_PWM_MspInit
*fill* 0x080024f6 0x2
.text.HAL_TIM_PWM_Start
0x080024b0 0x12c ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_tim.o
0x080024b0 HAL_TIM_PWM_Start
0x080024f8 0x12c ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_tim.o
0x080024f8 HAL_TIM_PWM_Start
.text.HAL_TIM_PWM_ConfigChannel
0x080025dc 0x184 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_tim.o
0x080025dc HAL_TIM_PWM_ConfigChannel
0x08002624 0x184 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_tim.o
0x08002624 HAL_TIM_PWM_ConfigChannel
.text.HAL_TIM_ConfigClockSource
0x08002760 0x18e ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_tim.o
0x08002760 HAL_TIM_ConfigClockSource
*fill* 0x080028ee 0x2
0x080027a8 0x18e ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_tim.o
0x080027a8 HAL_TIM_ConfigClockSource
*fill* 0x08002936 0x2
.text.TIM_Base_SetConfig
0x080028f0 0xec ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_tim.o
0x08002938 0xec ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_tim.o
.text.TIM_OC1_SetConfig
0x080029dc 0x78 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_tim.o
0x08002a24 0x78 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_tim.o
.text.TIM_OC2_SetConfig
0x08002a54 0x7c ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_tim.o
0x08002a9c 0x7c ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_tim.o
.text.TIM_OC3_SetConfig
0x08002ad0 0x7a ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_tim.o
0x08002b18 0x7a ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_tim.o
.text.TIM_OC4_SetConfig
0x08002b4a 0x7c ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_tim.o
0x08002b92 0x7c ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_tim.o
.text.TIM_TI1_ConfigInputStage
0x08002bc6 0x5c ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_tim.o
0x08002c0e 0x5c ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_tim.o
.text.TIM_TI2_ConfigInputStage
0x08002c22 0x5e ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_tim.o
0x08002c6a 0x5e ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_tim.o
.text.TIM_ITRx_SetConfig
0x08002c80 0x34 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_tim.o
0x08002cc8 0x34 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_tim.o
.text.TIM_ETR_SetConfig
0x08002cb4 0x3e ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_tim.o
0x08002cfc 0x3e ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_tim.o
.text.TIM_CCxChannelCmd
0x08002cf2 0x48 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_tim.o
*fill* 0x08002d3a 0x2
0x08002d3a 0x48 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_tim.o
*fill* 0x08002d82 0x2
.text.HAL_TIMEx_MasterConfigSynchronization
0x08002d3c 0xbc ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_tim_ex.o
0x08002d3c HAL_TIMEx_MasterConfigSynchronization
.text.memset 0x08002df8 0x10 /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.macos64_1.0.0.202411102158/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libc_nano.a(libc_a-memset.o)
0x08002df8 memset
0x08002d84 0xbc ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_tim_ex.o
0x08002d84 HAL_TIMEx_MasterConfigSynchronization
.text.memset 0x08002e40 0x10 /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.macos64_1.0.0.202411102158/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libc_nano.a(libc_a-memset.o)
0x08002e40 memset
.text.__libc_init_array
0x08002e08 0x48 /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.macos64_1.0.0.202411102158/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libc_nano.a(libc_a-init.o)
0x08002e08 __libc_init_array
0x08002e50 0x48 /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.macos64_1.0.0.202411102158/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libc_nano.a(libc_a-init.o)
0x08002e50 __libc_init_array
*(.glue_7)
.glue_7 0x08002e50 0x0 linker stubs
.glue_7 0x08002e98 0x0 linker stubs
*(.glue_7t)
.glue_7t 0x08002e50 0x0 linker stubs
.glue_7t 0x08002e98 0x0 linker stubs
*(.eh_frame)
.eh_frame 0x08002e50 0x0 /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.macos64_1.0.0.202411102158/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/thumb/v7-m/nofp/crtbegin.o
.eh_frame 0x08002e98 0x0 /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.macos64_1.0.0.202411102158/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/thumb/v7-m/nofp/crtbegin.o
*(.init)
.init 0x08002e50 0x4 /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.macos64_1.0.0.202411102158/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/thumb/v7-m/nofp/crti.o
0x08002e50 _init
.init 0x08002e54 0x8 /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.macos64_1.0.0.202411102158/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/thumb/v7-m/nofp/crtn.o
.init 0x08002e98 0x4 /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.macos64_1.0.0.202411102158/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/thumb/v7-m/nofp/crti.o
0x08002e98 _init
.init 0x08002e9c 0x8 /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.macos64_1.0.0.202411102158/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/thumb/v7-m/nofp/crtn.o
*(.fini)
.fini 0x08002e5c 0x4 /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.macos64_1.0.0.202411102158/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/thumb/v7-m/nofp/crti.o
0x08002e5c _fini
.fini 0x08002e60 0x8 /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.macos64_1.0.0.202411102158/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/thumb/v7-m/nofp/crtn.o
0x08002e68 . = ALIGN (0x4)
0x08002e68 _etext = .
.fini 0x08002ea4 0x4 /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.macos64_1.0.0.202411102158/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/thumb/v7-m/nofp/crti.o
0x08002ea4 _fini
.fini 0x08002ea8 0x8 /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.macos64_1.0.0.202411102158/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/thumb/v7-m/nofp/crtn.o
0x08002eb0 . = ALIGN (0x4)
0x08002eb0 _etext = .
.vfp11_veneer 0x08002e68 0x0
.vfp11_veneer 0x08002e68 0x0 linker stubs
.vfp11_veneer 0x08002eb0 0x0
.vfp11_veneer 0x08002eb0 0x0 linker stubs
.v4_bx 0x08002e68 0x0
.v4_bx 0x08002e68 0x0 linker stubs
.v4_bx 0x08002eb0 0x0
.v4_bx 0x08002eb0 0x0 linker stubs
.iplt 0x08002e68 0x0
.iplt 0x08002e68 0x0 /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.macos64_1.0.0.202411102158/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/thumb/v7-m/nofp/crtbegin.o
.iplt 0x08002eb0 0x0
.iplt 0x08002eb0 0x0 /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.macos64_1.0.0.202411102158/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/thumb/v7-m/nofp/crtbegin.o
.rodata 0x08002e68 0x3c
0x08002e68 . = ALIGN (0x4)
.rodata 0x08002eb0 0x3c
0x08002eb0 . = ALIGN (0x4)
*(.rodata)
*(.rodata*)
.rodata.tab_music
0x08002e68 0xe ./Core/Src/main.o
0x08002e68 tab_music
*fill* 0x08002e76 0x2
0x08002eb0 0xd ./Core/Src/main.o
0x08002eb0 tab_music
*fill* 0x08002ebd 0x3
.rodata.PLLMulTable
0x08002e78 0x9 ./Core/Src/system_stm32l1xx.o
0x08002e78 PLLMulTable
*fill* 0x08002e81 0x3
0x08002ec0 0x9 ./Core/Src/system_stm32l1xx.o
0x08002ec0 PLLMulTable
*fill* 0x08002ec9 0x3
.rodata.AHBPrescTable
0x08002e84 0x10 ./Core/Src/system_stm32l1xx.o
0x08002e84 AHBPrescTable
0x08002ecc 0x10 ./Core/Src/system_stm32l1xx.o
0x08002ecc AHBPrescTable
.rodata.conv_7seg
0x08002e94 0x10 ./Drivers/7Seg_MAX7219/max7219.o
0x08002e94 conv_7seg
0x08002ea4 . = ALIGN (0x4)
0x08002edc 0x10 ./Drivers/7Seg_MAX7219/max7219.o
0x08002edc conv_7seg
0x08002eec . = ALIGN (0x4)
.ARM.extab 0x08002ea4 0x0
0x08002ea4 . = ALIGN (0x4)
.ARM.extab 0x08002eec 0x0
0x08002eec . = ALIGN (0x4)
*(.ARM.extab* .gnu.linkonce.armextab.*)
0x08002ea4 . = ALIGN (0x4)
0x08002eec . = ALIGN (0x4)
.ARM 0x08002ea4 0x8
0x08002ea4 . = ALIGN (0x4)
0x08002ea4 __exidx_start = .
.ARM 0x08002eec 0x8
0x08002eec . = ALIGN (0x4)
0x08002eec __exidx_start = .
*(.ARM.exidx*)
.ARM.exidx 0x08002ea4 0x8 /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.macos64_1.0.0.202411102158/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/thumb/v7-m/nofp/libgcc.a(_udivmoddi4.o)
0x08002eac __exidx_end = .
0x08002eac . = ALIGN (0x4)
.ARM.exidx 0x08002eec 0x8 /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.macos64_1.0.0.202411102158/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/thumb/v7-m/nofp/libgcc.a(_udivmoddi4.o)
0x08002ef4 __exidx_end = .
0x08002ef4 . = ALIGN (0x4)
.preinit_array 0x08002eac 0x0
0x08002eac . = ALIGN (0x4)
0x08002eac PROVIDE (__preinit_array_start = .)
.preinit_array 0x08002ef4 0x0
0x08002ef4 . = ALIGN (0x4)
0x08002ef4 PROVIDE (__preinit_array_start = .)
*(.preinit_array*)
0x08002eac PROVIDE (__preinit_array_end = .)
0x08002eac . = ALIGN (0x4)
0x08002ef4 PROVIDE (__preinit_array_end = .)
0x08002ef4 . = ALIGN (0x4)
.init_array 0x08002eac 0x4
0x08002eac . = ALIGN (0x4)
0x08002eac PROVIDE (__init_array_start = .)
.init_array 0x08002ef4 0x4
0x08002ef4 . = ALIGN (0x4)
0x08002ef4 PROVIDE (__init_array_start = .)
*(SORT_BY_NAME(.init_array.*))
*(.init_array*)
.init_array 0x08002eac 0x4 /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.macos64_1.0.0.202411102158/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/thumb/v7-m/nofp/crtbegin.o
0x08002eb0 PROVIDE (__init_array_end = .)
0x08002eb0 . = ALIGN (0x4)
.init_array 0x08002ef4 0x4 /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.macos64_1.0.0.202411102158/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/thumb/v7-m/nofp/crtbegin.o
0x08002ef8 PROVIDE (__init_array_end = .)
0x08002ef8 . = ALIGN (0x4)
.fini_array 0x08002eb0 0x4
0x08002eb0 . = ALIGN (0x4)
.fini_array 0x08002ef8 0x4
0x08002ef8 . = ALIGN (0x4)
[!provide] PROVIDE (__fini_array_start = .)
*(SORT_BY_NAME(.fini_array.*))
*(.fini_array*)
.fini_array 0x08002eb0 0x4 /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.macos64_1.0.0.202411102158/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/thumb/v7-m/nofp/crtbegin.o
.fini_array 0x08002ef8 0x4 /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.macos64_1.0.0.202411102158/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/thumb/v7-m/nofp/crtbegin.o
[!provide] PROVIDE (__fini_array_end = .)
0x08002eb4 . = ALIGN (0x4)
0x08002eb4 _sidata = LOADADDR (.data)
0x08002efc . = ALIGN (0x4)
0x08002efc _sidata = LOADADDR (.data)
.rel.dyn 0x08002eb4 0x0
.rel.iplt 0x08002eb4 0x0 /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.macos64_1.0.0.202411102158/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/thumb/v7-m/nofp/crtbegin.o
.rel.dyn 0x08002efc 0x0
.rel.iplt 0x08002efc 0x0 /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.macos64_1.0.0.202411102158/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/thumb/v7-m/nofp/crtbegin.o
.data 0x20000000 0xc load address 0x08002eb4
.data 0x20000000 0xc load address 0x08002efc
0x20000000 . = ALIGN (0x4)
0x20000000 _sdata = .
*(.data)
@@ -3119,11 +3119,11 @@ LOAD /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.id
0x2000000c . = ALIGN (0x4)
0x2000000c _edata = .
.igot.plt 0x2000000c 0x0 load address 0x08002ec0
.igot.plt 0x2000000c 0x0 load address 0x08002f08
.igot.plt 0x2000000c 0x0 /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.macos64_1.0.0.202411102158/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/thumb/v7-m/nofp/crtbegin.o
0x2000000c . = ALIGN (0x4)
.bss 0x2000000c 0xb8 load address 0x08002ec0
.bss 0x2000000c 0xb8 load address 0x08002f08
0x2000000c _sbss = .
0x2000000c __bss_start__ = _sbss
*(.bss)
@@ -3141,7 +3141,7 @@ LOAD /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.id
0x200000c4 __bss_end__ = _ebss
._user_heap_stack
0x200000c4 0x604 load address 0x08002ec0
0x200000c4 0x604 load address 0x08002f08
0x200000c8 . = ALIGN (0x8)
*fill* 0x200000c4 0x4
[!provide] PROVIDE (end = .)
@@ -3345,20 +3345,20 @@ LOAD /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.id
.debug_macro 0x0001529a 0x1b0 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_tim.o
.debug_macro 0x0001544a 0x1af ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_tim_ex.o
.debug_line 0x00000000 0xaa4a
.debug_line 0x00000000 0x908 ./Core/Src/main.o
.debug_line 0x00000908 0x776 ./Core/Src/stm32l1xx_hal_msp.o
.debug_line 0x0000107e 0x788 ./Core/Src/stm32l1xx_it.o
.debug_line 0x00001806 0x761 ./Core/Src/system_stm32l1xx.o
.debug_line 0x00001f67 0x79 ./Core/Startup/startup_stm32l152retx.o
.debug_line 0x00001fe0 0x80f ./Drivers/7Seg_MAX7219/max7219.o
.debug_line 0x000027ef 0x98c ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
.debug_line 0x0000317b 0xc5b ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
.debug_line 0x00003dd6 0x9d0 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o
.debug_line 0x000047a6 0xf4f ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
.debug_line 0x000056f5 0x1c4b ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_spi.o
.debug_line 0x00007340 0x2fb1 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_tim.o
.debug_line 0x0000a2f1 0x759 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_tim_ex.o
.debug_line 0x00000000 0xaa5f
.debug_line 0x00000000 0x91d ./Core/Src/main.o
.debug_line 0x0000091d 0x776 ./Core/Src/stm32l1xx_hal_msp.o
.debug_line 0x00001093 0x788 ./Core/Src/stm32l1xx_it.o
.debug_line 0x0000181b 0x761 ./Core/Src/system_stm32l1xx.o
.debug_line 0x00001f7c 0x79 ./Core/Startup/startup_stm32l152retx.o
.debug_line 0x00001ff5 0x80f ./Drivers/7Seg_MAX7219/max7219.o
.debug_line 0x00002804 0x98c ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
.debug_line 0x00003190 0xc5b ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
.debug_line 0x00003deb 0x9d0 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o
.debug_line 0x000047bb 0xf4f ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
.debug_line 0x0000570a 0x1c4b ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_spi.o
.debug_line 0x00007355 0x2fb1 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_tim.o
.debug_line 0x0000a306 0x759 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_tim_ex.o
.debug_str 0x00000000 0x88693
.debug_str 0x00000000 0x88693 ./Core/Src/main.o