TP2 Exo 2 Partie 2 (Compteur décimal modulo 100 sur 2 afficheurs)

This commit is contained in:
Félix MARQUET
2025-06-24 10:24:29 +02:00
parent b40bde3eaa
commit b279b84ac5
7 changed files with 3607 additions and 3452 deletions

View File

@@ -18,10 +18,11 @@
/* USER CODE END Header */
/* Includes ------------------------------------------------------------------*/
#include "main.h"
#include "max7219.h"
/* Private includes ----------------------------------------------------------*/
/* USER CODE BEGIN Includes */
#include "max7219.h"
#define V2
/* USER CODE END Includes */
@@ -52,11 +53,24 @@ void SystemClock_Config(void);
static void MX_GPIO_Init(void);
static void MX_SPI1_Init(void);
/* USER CODE BEGIN PFP */
void affiche (uint8_t nombre);
/* USER CODE END PFP */
/* Private user code ---------------------------------------------------------*/
/* USER CODE BEGIN 0 */
void affiche(uint8_t nombre) {
uint8_t compt_uni;
uint8_t compt_diz;
compt_uni = nombre % 10;
compt_diz = nombre / 10;
MAX7219_DisplayChar(1, compt_diz);
MAX7219_DisplayChar(2, compt_uni);
MAX7219_DisplayChar(3, compt_diz);
MAX7219_DisplayChar(4, compt_uni);
}
/* USER CODE END 0 */
@@ -99,13 +113,24 @@ int main(void)
/* Infinite loop */
/* USER CODE BEGIN WHILE */
MAX7219_Clear();
uint8_t compteur = 0;
while (1)
{
/* USER CODE END WHILE */
/* USER CODE BEGIN 3 */
#ifdef V1
MAX7219_DisplayChar(1, 3);
MAX7219_DisplayChar(2, 5);
#endif
#ifdef V2
affiche(compteur);
compteur++;
if (compteur >= 100) {
compteur = 0;
}
HAL_Delay(500);
#endif
}
/* USER CODE END 3 */
}

View File

@@ -1,5 +1,6 @@
../Core/Src/main.c:67:5:main 1
../Core/Src/main.c:117:6:SystemClock_Config 3
../Core/Src/main.c:158:13:MX_SPI1_Init 2
../Core/Src/main.c:196:13:MX_GPIO_Init 1
../Core/Src/main.c:230:6:Error_Handler 1
../Core/Src/main.c:62:6:affiche 1
../Core/Src/main.c:81:5:main 2
../Core/Src/main.c:142:6:SystemClock_Config 3
../Core/Src/main.c:183:13:MX_SPI1_Init 2
../Core/Src/main.c:221:13:MX_GPIO_Init 1
../Core/Src/main.c:255:6:Error_Handler 1

View File

@@ -1,5 +1,6 @@
../Core/Src/main.c:67:5:main 8 static
../Core/Src/main.c:117:6:SystemClock_Config 80 static
../Core/Src/main.c:158:13:MX_SPI1_Init 8 static
../Core/Src/main.c:196:13:MX_GPIO_Init 40 static
../Core/Src/main.c:230:6:Error_Handler 4 static,ignoring_inline_asm
../Core/Src/main.c:62:6:affiche 24 static
../Core/Src/main.c:81:5:main 16 static
../Core/Src/main.c:142:6:SystemClock_Config 80 static
../Core/Src/main.c:183:13:MX_SPI1_Init 8 static
../Core/Src/main.c:221:13:MX_GPIO_Init 40 static
../Core/Src/main.c:255:6:Error_Handler 4 static,ignoring_inline_asm

File diff suppressed because it is too large Load Diff

View File

@@ -639,8 +639,6 @@ Discarded input sections
0x00000000 0x50 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
.text.HAL_GetTickFreq
0x00000000 0x14 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
.text.HAL_Delay
0x00000000 0x44 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
.text.HAL_SuspendTick
0x00000000 0x1c ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
.text.HAL_ResumeTick
@@ -2315,7 +2313,7 @@ LOAD /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.id
0x08000000 g_pfnVectors
0x0800013c . = ALIGN (0x4)
.text 0x0800013c 0x1e98
.text 0x0800013c 0x1f50
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
@@ -2327,288 +2325,293 @@ LOAD /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.id
0x080004ac __aeabi_ldiv0
0x080004ac __aeabi_idiv0
*(.text*)
.text.main 0x080004b0 0x30 ./Core/Src/main.o
0x080004b0 main
.text.affiche 0x080004b0 0x60 ./Core/Src/main.o
0x080004b0 affiche
.text.main 0x08000510 0x44 ./Core/Src/main.o
0x08000510 main
.text.SystemClock_Config
0x080004e0 0x8c ./Core/Src/main.o
0x080004e0 SystemClock_Config
0x08000554 0x8c ./Core/Src/main.o
0x08000554 SystemClock_Config
.text.MX_SPI1_Init
0x0800056c 0x6c ./Core/Src/main.o
0x080005e0 0x6c ./Core/Src/main.o
.text.MX_GPIO_Init
0x080005d8 0x7c ./Core/Src/main.o
0x0800064c 0x7c ./Core/Src/main.o
.text.Error_Handler
0x08000654 0xc ./Core/Src/main.o
0x08000654 Error_Handler
0x080006c8 0xc ./Core/Src/main.o
0x080006c8 Error_Handler
.text.HAL_MspInit
0x08000660 0x5c ./Core/Src/stm32l1xx_hal_msp.o
0x08000660 HAL_MspInit
0x080006d4 0x5c ./Core/Src/stm32l1xx_hal_msp.o
0x080006d4 HAL_MspInit
.text.HAL_SPI_MspInit
0x080006bc 0x88 ./Core/Src/stm32l1xx_hal_msp.o
0x080006bc HAL_SPI_MspInit
0x08000730 0x88 ./Core/Src/stm32l1xx_hal_msp.o
0x08000730 HAL_SPI_MspInit
.text.NMI_Handler
0x08000744 0x8 ./Core/Src/stm32l1xx_it.o
0x08000744 NMI_Handler
0x080007b8 0x8 ./Core/Src/stm32l1xx_it.o
0x080007b8 NMI_Handler
.text.HardFault_Handler
0x0800074c 0x8 ./Core/Src/stm32l1xx_it.o
0x0800074c HardFault_Handler
0x080007c0 0x8 ./Core/Src/stm32l1xx_it.o
0x080007c0 HardFault_Handler
.text.MemManage_Handler
0x08000754 0x8 ./Core/Src/stm32l1xx_it.o
0x08000754 MemManage_Handler
0x080007c8 0x8 ./Core/Src/stm32l1xx_it.o
0x080007c8 MemManage_Handler
.text.BusFault_Handler
0x0800075c 0x8 ./Core/Src/stm32l1xx_it.o
0x0800075c BusFault_Handler
0x080007d0 0x8 ./Core/Src/stm32l1xx_it.o
0x080007d0 BusFault_Handler
.text.UsageFault_Handler
0x08000764 0x8 ./Core/Src/stm32l1xx_it.o
0x08000764 UsageFault_Handler
0x080007d8 0x8 ./Core/Src/stm32l1xx_it.o
0x080007d8 UsageFault_Handler
.text.SVC_Handler
0x0800076c 0xc ./Core/Src/stm32l1xx_it.o
0x0800076c SVC_Handler
0x080007e0 0xc ./Core/Src/stm32l1xx_it.o
0x080007e0 SVC_Handler
.text.DebugMon_Handler
0x08000778 0xc ./Core/Src/stm32l1xx_it.o
0x08000778 DebugMon_Handler
0x080007ec 0xc ./Core/Src/stm32l1xx_it.o
0x080007ec DebugMon_Handler
.text.PendSV_Handler
0x08000784 0xc ./Core/Src/stm32l1xx_it.o
0x08000784 PendSV_Handler
0x080007f8 0xc ./Core/Src/stm32l1xx_it.o
0x080007f8 PendSV_Handler
.text.SysTick_Handler
0x08000790 0xc ./Core/Src/stm32l1xx_it.o
0x08000790 SysTick_Handler
0x08000804 0xc ./Core/Src/stm32l1xx_it.o
0x08000804 SysTick_Handler
.text.SystemInit
0x0800079c 0xc ./Core/Src/system_stm32l1xx.o
0x0800079c SystemInit
0x08000810 0xc ./Core/Src/system_stm32l1xx.o
0x08000810 SystemInit
.text.Reset_Handler
0x080007a8 0x48 ./Core/Startup/startup_stm32l152retx.o
0x080007a8 Reset_Handler
0x0800081c 0x48 ./Core/Startup/startup_stm32l152retx.o
0x0800081c Reset_Handler
.text.Default_Handler
0x080007f0 0x2 ./Core/Startup/startup_stm32l152retx.o
0x080007f0 DMA2_Channel3_IRQHandler
0x080007f0 EXTI2_IRQHandler
0x080007f0 COMP_ACQ_IRQHandler
0x080007f0 TIM10_IRQHandler
0x080007f0 USB_HP_IRQHandler
0x080007f0 TIM6_IRQHandler
0x080007f0 PVD_IRQHandler
0x080007f0 EXTI3_IRQHandler
0x080007f0 EXTI0_IRQHandler
0x080007f0 I2C2_EV_IRQHandler
0x080007f0 SPI1_IRQHandler
0x080007f0 USB_FS_WKUP_IRQHandler
0x080007f0 DMA2_Channel2_IRQHandler
0x080007f0 DMA1_Channel4_IRQHandler
0x080007f0 ADC1_IRQHandler
0x080007f0 USART3_IRQHandler
0x080007f0 DMA1_Channel7_IRQHandler
0x080007f0 LCD_IRQHandler
0x080007f0 UART5_IRQHandler
0x080007f0 TIM4_IRQHandler
0x080007f0 DMA2_Channel1_IRQHandler
0x080007f0 I2C1_EV_IRQHandler
0x080007f0 DMA1_Channel6_IRQHandler
0x080007f0 UART4_IRQHandler
0x080007f0 DMA2_Channel4_IRQHandler
0x080007f0 TIM3_IRQHandler
0x080007f0 RCC_IRQHandler
0x080007f0 DMA1_Channel1_IRQHandler
0x080007f0 Default_Handler
0x080007f0 EXTI15_10_IRQHandler
0x080007f0 TIM7_IRQHandler
0x080007f0 TIM5_IRQHandler
0x080007f0 EXTI9_5_IRQHandler
0x080007f0 TIM9_IRQHandler
0x080007f0 TAMPER_STAMP_IRQHandler
0x080007f0 RTC_WKUP_IRQHandler
0x080007f0 SPI2_IRQHandler
0x080007f0 DMA2_Channel5_IRQHandler
0x080007f0 DMA1_Channel5_IRQHandler
0x080007f0 USB_LP_IRQHandler
0x080007f0 EXTI4_IRQHandler
0x080007f0 DMA1_Channel3_IRQHandler
0x080007f0 COMP_IRQHandler
0x080007f0 WWDG_IRQHandler
0x080007f0 TIM2_IRQHandler
0x080007f0 DAC_IRQHandler
0x080007f0 EXTI1_IRQHandler
0x080007f0 TIM11_IRQHandler
0x080007f0 USART2_IRQHandler
0x080007f0 I2C2_ER_IRQHandler
0x080007f0 DMA1_Channel2_IRQHandler
0x080007f0 FLASH_IRQHandler
0x080007f0 USART1_IRQHandler
0x080007f0 SPI3_IRQHandler
0x080007f0 I2C1_ER_IRQHandler
0x080007f0 RTC_Alarm_IRQHandler
0x08000864 0x2 ./Core/Startup/startup_stm32l152retx.o
0x08000864 DMA2_Channel3_IRQHandler
0x08000864 EXTI2_IRQHandler
0x08000864 COMP_ACQ_IRQHandler
0x08000864 TIM10_IRQHandler
0x08000864 USB_HP_IRQHandler
0x08000864 TIM6_IRQHandler
0x08000864 PVD_IRQHandler
0x08000864 EXTI3_IRQHandler
0x08000864 EXTI0_IRQHandler
0x08000864 I2C2_EV_IRQHandler
0x08000864 SPI1_IRQHandler
0x08000864 USB_FS_WKUP_IRQHandler
0x08000864 DMA2_Channel2_IRQHandler
0x08000864 DMA1_Channel4_IRQHandler
0x08000864 ADC1_IRQHandler
0x08000864 USART3_IRQHandler
0x08000864 DMA1_Channel7_IRQHandler
0x08000864 LCD_IRQHandler
0x08000864 UART5_IRQHandler
0x08000864 TIM4_IRQHandler
0x08000864 DMA2_Channel1_IRQHandler
0x08000864 I2C1_EV_IRQHandler
0x08000864 DMA1_Channel6_IRQHandler
0x08000864 UART4_IRQHandler
0x08000864 DMA2_Channel4_IRQHandler
0x08000864 TIM3_IRQHandler
0x08000864 RCC_IRQHandler
0x08000864 DMA1_Channel1_IRQHandler
0x08000864 Default_Handler
0x08000864 EXTI15_10_IRQHandler
0x08000864 TIM7_IRQHandler
0x08000864 TIM5_IRQHandler
0x08000864 EXTI9_5_IRQHandler
0x08000864 TIM9_IRQHandler
0x08000864 TAMPER_STAMP_IRQHandler
0x08000864 RTC_WKUP_IRQHandler
0x08000864 SPI2_IRQHandler
0x08000864 DMA2_Channel5_IRQHandler
0x08000864 DMA1_Channel5_IRQHandler
0x08000864 USB_LP_IRQHandler
0x08000864 EXTI4_IRQHandler
0x08000864 DMA1_Channel3_IRQHandler
0x08000864 COMP_IRQHandler
0x08000864 WWDG_IRQHandler
0x08000864 TIM2_IRQHandler
0x08000864 DAC_IRQHandler
0x08000864 EXTI1_IRQHandler
0x08000864 TIM11_IRQHandler
0x08000864 USART2_IRQHandler
0x08000864 I2C2_ER_IRQHandler
0x08000864 DMA1_Channel2_IRQHandler
0x08000864 FLASH_IRQHandler
0x08000864 USART1_IRQHandler
0x08000864 SPI3_IRQHandler
0x08000864 I2C1_ER_IRQHandler
0x08000864 RTC_Alarm_IRQHandler
.text.MAX7219_Init
0x080007f2 0x2a ./Drivers/7Seg_MAX7219/max7219.o
0x080007f2 MAX7219_Init
0x08000866 0x2a ./Drivers/7Seg_MAX7219/max7219.o
0x08000866 MAX7219_Init
.text.MAX7219_ShutdownStop
0x0800081c 0x10 ./Drivers/7Seg_MAX7219/max7219.o
0x0800081c MAX7219_ShutdownStop
0x08000890 0x10 ./Drivers/7Seg_MAX7219/max7219.o
0x08000890 MAX7219_ShutdownStop
.text.MAX7219_DisplayTestStop
0x0800082c 0x10 ./Drivers/7Seg_MAX7219/max7219.o
0x0800082c MAX7219_DisplayTestStop
0x080008a0 0x10 ./Drivers/7Seg_MAX7219/max7219.o
0x080008a0 MAX7219_DisplayTestStop
.text.MAX7219_SetBrightness
0x0800083c 0x24 ./Drivers/7Seg_MAX7219/max7219.o
0x0800083c MAX7219_SetBrightness
0x080008b0 0x24 ./Drivers/7Seg_MAX7219/max7219.o
0x080008b0 MAX7219_SetBrightness
.text.MAX7219_Clear
0x08000860 0x2c ./Drivers/7Seg_MAX7219/max7219.o
0x08000860 MAX7219_Clear
0x080008d4 0x2c ./Drivers/7Seg_MAX7219/max7219.o
0x080008d4 MAX7219_Clear
.text.MAX7219_DisplayChar
0x0800088c 0x2c ./Drivers/7Seg_MAX7219/max7219.o
0x0800088c MAX7219_DisplayChar
0x08000900 0x2c ./Drivers/7Seg_MAX7219/max7219.o
0x08000900 MAX7219_DisplayChar
.text.MAX7219_Write
0x080008b8 0x3c ./Drivers/7Seg_MAX7219/max7219.o
0x080008b8 MAX7219_Write
0x0800092c 0x3c ./Drivers/7Seg_MAX7219/max7219.o
0x0800092c MAX7219_Write
.text.MAX7219_SendByte
0x080008f4 0x24 ./Drivers/7Seg_MAX7219/max7219.o
0x08000968 0x24 ./Drivers/7Seg_MAX7219/max7219.o
.text.HAL_Init
0x08000918 0x30 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
0x08000918 HAL_Init
0x0800098c 0x30 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
0x0800098c HAL_Init
.text.HAL_InitTick
0x08000948 0x74 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
0x08000948 HAL_InitTick
0x080009bc 0x74 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
0x080009bc HAL_InitTick
.text.HAL_IncTick
0x080009bc 0x24 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
0x080009bc HAL_IncTick
0x08000a30 0x24 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
0x08000a30 HAL_IncTick
.text.HAL_GetTick
0x080009e0 0x14 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
0x080009e0 HAL_GetTick
0x08000a54 0x14 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
0x08000a54 HAL_GetTick
.text.HAL_Delay
0x08000a68 0x44 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
0x08000a68 HAL_Delay
.text.__NVIC_SetPriorityGrouping
0x080009f4 0x48 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
0x08000aac 0x48 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
.text.__NVIC_GetPriorityGrouping
0x08000a3c 0x1c ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
0x08000af4 0x1c ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
.text.__NVIC_SetPriority
0x08000a58 0x54 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
0x08000b10 0x54 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
.text.NVIC_EncodePriority
0x08000aac 0x64 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
0x08000b64 0x64 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
.text.SysTick_Config
0x08000b10 0x44 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
0x08000bc8 0x44 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
.text.HAL_NVIC_SetPriorityGrouping
0x08000b54 0x16 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
0x08000b54 HAL_NVIC_SetPriorityGrouping
0x08000c0c 0x16 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
0x08000c0c HAL_NVIC_SetPriorityGrouping
.text.HAL_NVIC_SetPriority
0x08000b6a 0x38 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
0x08000b6a HAL_NVIC_SetPriority
0x08000c22 0x38 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
0x08000c22 HAL_NVIC_SetPriority
.text.HAL_SYSTICK_Config
0x08000ba2 0x18 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
0x08000ba2 HAL_SYSTICK_Config
*fill* 0x08000bba 0x2
0x08000c5a 0x18 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
0x08000c5a HAL_SYSTICK_Config
*fill* 0x08000c72 0x2
.text.HAL_GPIO_Init
0x08000bbc 0x320 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o
0x08000bbc HAL_GPIO_Init
0x08000c74 0x320 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o
0x08000c74 HAL_GPIO_Init
.text.HAL_GPIO_WritePin
0x08000edc 0x30 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o
0x08000edc HAL_GPIO_WritePin
0x08000f94 0x30 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o
0x08000f94 HAL_GPIO_WritePin
.text.HAL_RCC_OscConfig
0x08000f0c 0x660 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
0x08000f0c HAL_RCC_OscConfig
0x08000fc4 0x660 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
0x08000fc4 HAL_RCC_OscConfig
.text.HAL_RCC_ClockConfig
0x0800156c 0x268 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
0x0800156c HAL_RCC_ClockConfig
0x08001624 0x268 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
0x08001624 HAL_RCC_ClockConfig
.text.HAL_RCC_GetSysClockFreq
0x080017d4 0x17c ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
0x080017d4 HAL_RCC_GetSysClockFreq
0x0800188c 0x17c ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
0x0800188c HAL_RCC_GetSysClockFreq
.text.RCC_SetFlashLatencyFromMSIRange
0x08001950 0xc0 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
0x08001a08 0xc0 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
.text.HAL_SPI_Init
0x08001a10 0x112 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_spi.o
0x08001a10 HAL_SPI_Init
0x08001ac8 0x112 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_spi.o
0x08001ac8 HAL_SPI_Init
.text.HAL_SPI_Transmit
0x08001b22 0x288 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_spi.o
0x08001b22 HAL_SPI_Transmit
*fill* 0x08001daa 0x2
0x08001bda 0x288 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_spi.o
0x08001bda HAL_SPI_Transmit
*fill* 0x08001e62 0x2
.text.SPI_WaitFlagStateUntilTimeout
0x08001dac 0x110 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_spi.o
0x08001e64 0x110 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_spi.o
.text.SPI_EndRxTxTransaction
0x08001ebc 0xa8 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_spi.o
.text.memset 0x08001f64 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)
0x08001f64 memset
0x08001f74 0xa8 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_spi.o
.text.memset 0x0800201c 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)
0x0800201c memset
.text.__libc_init_array
0x08001f74 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)
0x08001f74 __libc_init_array
0x0800202c 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)
0x0800202c __libc_init_array
*(.glue_7)
.glue_7 0x08001fbc 0x0 linker stubs
.glue_7 0x08002074 0x0 linker stubs
*(.glue_7t)
.glue_7t 0x08001fbc 0x0 linker stubs
.glue_7t 0x08002074 0x0 linker stubs
*(.eh_frame)
.eh_frame 0x08001fbc 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 0x08002074 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 0x08001fbc 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
0x08001fbc _init
.init 0x08001fc0 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 0x08002074 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
0x08002074 _init
.init 0x08002078 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 0x08001fc8 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
0x08001fc8 _fini
.fini 0x08001fcc 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
0x08001fd4 . = ALIGN (0x4)
0x08001fd4 _etext = .
.fini 0x08002080 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
0x08002080 _fini
.fini 0x08002084 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
0x0800208c . = ALIGN (0x4)
0x0800208c _etext = .
.vfp11_veneer 0x08001fd4 0x0
.vfp11_veneer 0x08001fd4 0x0 linker stubs
.vfp11_veneer 0x0800208c 0x0
.vfp11_veneer 0x0800208c 0x0 linker stubs
.v4_bx 0x08001fd4 0x0
.v4_bx 0x08001fd4 0x0 linker stubs
.v4_bx 0x0800208c 0x0
.v4_bx 0x0800208c 0x0 linker stubs
.iplt 0x08001fd4 0x0
.iplt 0x08001fd4 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 0x0800208c 0x0
.iplt 0x0800208c 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 0x08001fd4 0x2c
0x08001fd4 . = ALIGN (0x4)
.rodata 0x0800208c 0x2c
0x0800208c . = ALIGN (0x4)
*(.rodata)
*(.rodata*)
.rodata.PLLMulTable
0x08001fd4 0x9 ./Core/Src/system_stm32l1xx.o
0x08001fd4 PLLMulTable
*fill* 0x08001fdd 0x3
0x0800208c 0x9 ./Core/Src/system_stm32l1xx.o
0x0800208c PLLMulTable
*fill* 0x08002095 0x3
.rodata.AHBPrescTable
0x08001fe0 0x10 ./Core/Src/system_stm32l1xx.o
0x08001fe0 AHBPrescTable
0x08002098 0x10 ./Core/Src/system_stm32l1xx.o
0x08002098 AHBPrescTable
.rodata.conv_7seg
0x08001ff0 0x10 ./Drivers/7Seg_MAX7219/max7219.o
0x08001ff0 conv_7seg
0x08002000 . = ALIGN (0x4)
0x080020a8 0x10 ./Drivers/7Seg_MAX7219/max7219.o
0x080020a8 conv_7seg
0x080020b8 . = ALIGN (0x4)
.ARM.extab 0x08002000 0x0
0x08002000 . = ALIGN (0x4)
.ARM.extab 0x080020b8 0x0
0x080020b8 . = ALIGN (0x4)
*(.ARM.extab* .gnu.linkonce.armextab.*)
0x08002000 . = ALIGN (0x4)
0x080020b8 . = ALIGN (0x4)
.ARM 0x08002000 0x8
0x08002000 . = ALIGN (0x4)
0x08002000 __exidx_start = .
.ARM 0x080020b8 0x8
0x080020b8 . = ALIGN (0x4)
0x080020b8 __exidx_start = .
*(.ARM.exidx*)
.ARM.exidx 0x08002000 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)
0x08002008 __exidx_end = .
0x08002008 . = ALIGN (0x4)
.ARM.exidx 0x080020b8 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)
0x080020c0 __exidx_end = .
0x080020c0 . = ALIGN (0x4)
.preinit_array 0x08002008 0x0
0x08002008 . = ALIGN (0x4)
0x08002008 PROVIDE (__preinit_array_start = .)
.preinit_array 0x080020c0 0x0
0x080020c0 . = ALIGN (0x4)
0x080020c0 PROVIDE (__preinit_array_start = .)
*(.preinit_array*)
0x08002008 PROVIDE (__preinit_array_end = .)
0x08002008 . = ALIGN (0x4)
0x080020c0 PROVIDE (__preinit_array_end = .)
0x080020c0 . = ALIGN (0x4)
.init_array 0x08002008 0x4
0x08002008 . = ALIGN (0x4)
0x08002008 PROVIDE (__init_array_start = .)
.init_array 0x080020c0 0x4
0x080020c0 . = ALIGN (0x4)
0x080020c0 PROVIDE (__init_array_start = .)
*(SORT_BY_NAME(.init_array.*))
*(.init_array*)
.init_array 0x08002008 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
0x0800200c PROVIDE (__init_array_end = .)
0x0800200c . = ALIGN (0x4)
.init_array 0x080020c0 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
0x080020c4 PROVIDE (__init_array_end = .)
0x080020c4 . = ALIGN (0x4)
.fini_array 0x0800200c 0x4
0x0800200c . = ALIGN (0x4)
.fini_array 0x080020c4 0x4
0x080020c4 . = ALIGN (0x4)
[!provide] PROVIDE (__fini_array_start = .)
*(SORT_BY_NAME(.fini_array.*))
*(.fini_array*)
.fini_array 0x0800200c 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 0x080020c4 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 = .)
0x08002010 . = ALIGN (0x4)
0x08002010 _sidata = LOADADDR (.data)
0x080020c8 . = ALIGN (0x4)
0x080020c8 _sidata = LOADADDR (.data)
.rel.dyn 0x08002010 0x0
.rel.iplt 0x08002010 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 0x080020c8 0x0
.rel.iplt 0x080020c8 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 0x08002010
.data 0x20000000 0xc load address 0x080020c8
0x20000000 . = ALIGN (0x4)
0x20000000 _sdata = .
*(.data)
@@ -2627,11 +2630,11 @@ LOAD /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.id
0x2000000c . = ALIGN (0x4)
0x2000000c _edata = .
.igot.plt 0x2000000c 0x0 load address 0x0800201c
.igot.plt 0x2000000c 0x0 load address 0x080020d4
.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 0x78 load address 0x0800201c
.bss 0x2000000c 0x78 load address 0x080020d4
0x2000000c _sbss = .
0x2000000c __bss_start__ = _sbss
*(.bss)
@@ -2647,7 +2650,7 @@ LOAD /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.id
0x20000084 __bss_end__ = _ebss
._user_heap_stack
0x20000084 0x604 load address 0x0800201c
0x20000084 0x604 load address 0x080020d4
0x20000088 . = ALIGN (0x8)
*fill* 0x20000084 0x4
[!provide] PROVIDE (end = .)
@@ -2710,153 +2713,153 @@ LOAD /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.id
LOAD /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/libm.a
LOAD /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
.debug_info 0x00000000 0x56d5
.debug_info 0x00000000 0xae6 ./Core/Src/main.o
.debug_info 0x00000ae6 0x828 ./Core/Src/stm32l1xx_hal_msp.o
.debug_info 0x0000130e 0x113 ./Core/Src/stm32l1xx_it.o
.debug_info 0x00001421 0x27c ./Core/Src/system_stm32l1xx.o
.debug_info 0x0000169d 0x30 ./Core/Startup/startup_stm32l152retx.o
.debug_info 0x000016cd 0x80e ./Drivers/7Seg_MAX7219/max7219.o
.debug_info 0x00001edb 0x6ef ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
.debug_info 0x000025ca 0xce5 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
.debug_info 0x000032af 0x5b2 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o
.debug_info 0x00003861 0x99b ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
.debug_info 0x000041fc 0x14d9 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_spi.o
.debug_info 0x00000000 0x573e
.debug_info 0x00000000 0xb4f ./Core/Src/main.o
.debug_info 0x00000b4f 0x828 ./Core/Src/stm32l1xx_hal_msp.o
.debug_info 0x00001377 0x113 ./Core/Src/stm32l1xx_it.o
.debug_info 0x0000148a 0x27c ./Core/Src/system_stm32l1xx.o
.debug_info 0x00001706 0x30 ./Core/Startup/startup_stm32l152retx.o
.debug_info 0x00001736 0x80e ./Drivers/7Seg_MAX7219/max7219.o
.debug_info 0x00001f44 0x6ef ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
.debug_info 0x00002633 0xce5 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
.debug_info 0x00003318 0x5b2 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o
.debug_info 0x000038ca 0x99b ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
.debug_info 0x00004265 0x14d9 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_spi.o
.debug_abbrev 0x00000000 0x144c
.debug_abbrev 0x00000000 0x26c ./Core/Src/main.o
.debug_abbrev 0x0000026c 0x1ad ./Core/Src/stm32l1xx_hal_msp.o
.debug_abbrev 0x00000419 0x73 ./Core/Src/stm32l1xx_it.o
.debug_abbrev 0x0000048c 0x11c ./Core/Src/system_stm32l1xx.o
.debug_abbrev 0x000005a8 0x24 ./Core/Startup/startup_stm32l152retx.o
.debug_abbrev 0x000005cc 0x1e9 ./Drivers/7Seg_MAX7219/max7219.o
.debug_abbrev 0x000007b5 0x275 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
.debug_abbrev 0x00000a2a 0x31c ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
.debug_abbrev 0x00000d46 0x1d4 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o
.debug_abbrev 0x00000f1a 0x2b8 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
.debug_abbrev 0x000011d2 0x27a ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_spi.o
.debug_abbrev 0x00000000 0x145f
.debug_abbrev 0x00000000 0x27f ./Core/Src/main.o
.debug_abbrev 0x0000027f 0x1ad ./Core/Src/stm32l1xx_hal_msp.o
.debug_abbrev 0x0000042c 0x73 ./Core/Src/stm32l1xx_it.o
.debug_abbrev 0x0000049f 0x11c ./Core/Src/system_stm32l1xx.o
.debug_abbrev 0x000005bb 0x24 ./Core/Startup/startup_stm32l152retx.o
.debug_abbrev 0x000005df 0x1e9 ./Drivers/7Seg_MAX7219/max7219.o
.debug_abbrev 0x000007c8 0x275 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
.debug_abbrev 0x00000a3d 0x31c ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
.debug_abbrev 0x00000d59 0x1d4 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o
.debug_abbrev 0x00000f2d 0x2b8 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
.debug_abbrev 0x000011e5 0x27a ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_spi.o
.debug_aranges 0x00000000 0x658
.debug_aranges 0x00000000 0x660
.debug_aranges
0x00000000 0x40 ./Core/Src/main.o
0x00000000 0x48 ./Core/Src/main.o
.debug_aranges
0x00000040 0x30 ./Core/Src/stm32l1xx_hal_msp.o
0x00000048 0x30 ./Core/Src/stm32l1xx_hal_msp.o
.debug_aranges
0x00000070 0x60 ./Core/Src/stm32l1xx_it.o
0x00000078 0x60 ./Core/Src/stm32l1xx_it.o
.debug_aranges
0x000000d0 0x28 ./Core/Src/system_stm32l1xx.o
0x000000d8 0x28 ./Core/Src/system_stm32l1xx.o
.debug_aranges
0x000000f8 0x28 ./Core/Startup/startup_stm32l152retx.o
0x00000100 0x28 ./Core/Startup/startup_stm32l152retx.o
.debug_aranges
0x00000120 0x78 ./Drivers/7Seg_MAX7219/max7219.o
0x00000128 0x78 ./Drivers/7Seg_MAX7219/max7219.o
.debug_aranges
0x00000198 0xe0 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
0x000001a0 0xe0 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
.debug_aranges
0x00000278 0x128 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
0x00000280 0x128 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
.debug_aranges
0x000003a0 0x58 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o
0x000003a8 0x58 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o
.debug_aranges
0x000003f8 0x90 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
0x00000400 0x90 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
.debug_aranges
0x00000488 0x1d0 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_spi.o
0x00000490 0x1d0 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_spi.o
.debug_rnglists
0x00000000 0x4ae
0x00000000 0x4b4
.debug_rnglists
0x00000000 0x2c ./Core/Src/main.o
0x00000000 0x32 ./Core/Src/main.o
.debug_rnglists
0x0000002c 0x20 ./Core/Src/stm32l1xx_hal_msp.o
0x00000032 0x20 ./Core/Src/stm32l1xx_hal_msp.o
.debug_rnglists
0x0000004c 0x43 ./Core/Src/stm32l1xx_it.o
0x00000052 0x43 ./Core/Src/stm32l1xx_it.o
.debug_rnglists
0x0000008f 0x1a ./Core/Src/system_stm32l1xx.o
0x00000095 0x1a ./Core/Src/system_stm32l1xx.o
.debug_rnglists
0x000000a9 0x19 ./Core/Startup/startup_stm32l152retx.o
0x000000af 0x19 ./Core/Startup/startup_stm32l152retx.o
.debug_rnglists
0x000000c2 0x55 ./Drivers/7Seg_MAX7219/max7219.o
0x000000c8 0x55 ./Drivers/7Seg_MAX7219/max7219.o
.debug_rnglists
0x00000117 0xa3 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
0x0000011d 0xa3 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
.debug_rnglists
0x000001ba 0xd9 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
0x000001c0 0xd9 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
.debug_rnglists
0x00000293 0x3f ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o
0x00000299 0x3f ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o
.debug_rnglists
0x000002d2 0x6d ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
0x000002d8 0x6d ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
.debug_rnglists
0x0000033f 0x16f ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_spi.o
0x00000345 0x16f ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_spi.o
.debug_macro 0x00000000 0x14998
.debug_macro 0x00000000 0x1ae ./Core/Src/main.o
.debug_macro 0x000001ae 0xacc ./Core/Src/main.o
.debug_macro 0x00000c7a 0x109 ./Core/Src/main.o
.debug_macro 0x00000d83 0x2e ./Core/Src/main.o
.debug_macro 0x00000db1 0x22 ./Core/Src/main.o
.debug_macro 0x00000dd3 0x22 ./Core/Src/main.o
.debug_macro 0x00000df5 0x8e ./Core/Src/main.o
.debug_macro 0x00000e83 0x51 ./Core/Src/main.o
.debug_macro 0x00000ed4 0x103 ./Core/Src/main.o
.debug_macro 0x00000fd7 0x6a ./Core/Src/main.o
.debug_macro 0x00001041 0x1df ./Core/Src/main.o
.debug_macro 0x00001220 0x1c ./Core/Src/main.o
.debug_macro 0x0000123c 0x22 ./Core/Src/main.o
.debug_macro 0x0000125e 0xbd ./Core/Src/main.o
.debug_macro 0x0000131b 0xe49 ./Core/Src/main.o
.debug_macro 0x00002164 0x11f ./Core/Src/main.o
.debug_macro 0x00002283 0xb7a1 ./Core/Src/main.o
.debug_macro 0x0000da24 0x6d ./Core/Src/main.o
.debug_macro 0x0000da91 0x34e1 ./Core/Src/main.o
.debug_macro 0x00010f72 0x190 ./Core/Src/main.o
.debug_macro 0x00011102 0x5b ./Core/Src/main.o
.debug_macro 0x0001115d 0xe37 ./Core/Src/main.o
.debug_macro 0x00011f94 0x35b ./Core/Src/main.o
.debug_macro 0x000122ef 0x1b8 ./Core/Src/main.o
.debug_macro 0x000124a7 0xc5 ./Core/Src/main.o
.debug_macro 0x0001256c 0x21e ./Core/Src/main.o
.debug_macro 0x0001278a 0x236 ./Core/Src/main.o
.debug_macro 0x000129c0 0x115 ./Core/Src/main.o
.debug_macro 0x00012ad5 0x567 ./Core/Src/main.o
.debug_macro 0x0001303c 0x1e9 ./Core/Src/main.o
.debug_macro 0x00013225 0x22 ./Core/Src/main.o
.debug_macro 0x00013247 0x225 ./Core/Src/main.o
.debug_macro 0x0001346c 0x170 ./Core/Src/main.o
.debug_macro 0x000135dc 0x492 ./Core/Src/main.o
.debug_macro 0x00013a6e 0x10 ./Core/Src/main.o
.debug_macro 0x00013a7e 0x1a5 ./Core/Src/stm32l1xx_hal_msp.o
.debug_macro 0x00013c23 0x1af ./Core/Src/stm32l1xx_it.o
.debug_macro 0x00013dd2 0x19b ./Core/Src/system_stm32l1xx.o
.debug_macro 0x00013f6d 0x1d8 ./Drivers/7Seg_MAX7219/max7219.o
.debug_macro 0x00014145 0x1bf ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
.debug_macro 0x00014304 0x19b ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
.debug_macro 0x0001449f 0x1a2 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o
.debug_macro 0x00014641 0x1ad ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
.debug_macro 0x000147ee 0x1aa ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_spi.o
.debug_macro 0x00000000 0x1499e
.debug_macro 0x00000000 0x1b4 ./Core/Src/main.o
.debug_macro 0x000001b4 0xacc ./Core/Src/main.o
.debug_macro 0x00000c80 0x109 ./Core/Src/main.o
.debug_macro 0x00000d89 0x2e ./Core/Src/main.o
.debug_macro 0x00000db7 0x22 ./Core/Src/main.o
.debug_macro 0x00000dd9 0x22 ./Core/Src/main.o
.debug_macro 0x00000dfb 0x8e ./Core/Src/main.o
.debug_macro 0x00000e89 0x51 ./Core/Src/main.o
.debug_macro 0x00000eda 0x103 ./Core/Src/main.o
.debug_macro 0x00000fdd 0x6a ./Core/Src/main.o
.debug_macro 0x00001047 0x1df ./Core/Src/main.o
.debug_macro 0x00001226 0x1c ./Core/Src/main.o
.debug_macro 0x00001242 0x22 ./Core/Src/main.o
.debug_macro 0x00001264 0xbd ./Core/Src/main.o
.debug_macro 0x00001321 0xe49 ./Core/Src/main.o
.debug_macro 0x0000216a 0x11f ./Core/Src/main.o
.debug_macro 0x00002289 0xb7a1 ./Core/Src/main.o
.debug_macro 0x0000da2a 0x6d ./Core/Src/main.o
.debug_macro 0x0000da97 0x34e1 ./Core/Src/main.o
.debug_macro 0x00010f78 0x190 ./Core/Src/main.o
.debug_macro 0x00011108 0x5b ./Core/Src/main.o
.debug_macro 0x00011163 0xe37 ./Core/Src/main.o
.debug_macro 0x00011f9a 0x35b ./Core/Src/main.o
.debug_macro 0x000122f5 0x1b8 ./Core/Src/main.o
.debug_macro 0x000124ad 0xc5 ./Core/Src/main.o
.debug_macro 0x00012572 0x21e ./Core/Src/main.o
.debug_macro 0x00012790 0x236 ./Core/Src/main.o
.debug_macro 0x000129c6 0x115 ./Core/Src/main.o
.debug_macro 0x00012adb 0x567 ./Core/Src/main.o
.debug_macro 0x00013042 0x1e9 ./Core/Src/main.o
.debug_macro 0x0001322b 0x22 ./Core/Src/main.o
.debug_macro 0x0001324d 0x225 ./Core/Src/main.o
.debug_macro 0x00013472 0x170 ./Core/Src/main.o
.debug_macro 0x000135e2 0x492 ./Core/Src/main.o
.debug_macro 0x00013a74 0x10 ./Core/Src/main.o
.debug_macro 0x00013a84 0x1a5 ./Core/Src/stm32l1xx_hal_msp.o
.debug_macro 0x00013c29 0x1af ./Core/Src/stm32l1xx_it.o
.debug_macro 0x00013dd8 0x19b ./Core/Src/system_stm32l1xx.o
.debug_macro 0x00013f73 0x1d8 ./Drivers/7Seg_MAX7219/max7219.o
.debug_macro 0x0001414b 0x1bf ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
.debug_macro 0x0001430a 0x19b ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
.debug_macro 0x000144a5 0x1a2 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o
.debug_macro 0x00014647 0x1ad ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
.debug_macro 0x000147f4 0x1aa ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_spi.o
.debug_line 0x00000000 0x6f98
.debug_line 0x00000000 0x79a ./Core/Src/main.o
.debug_line 0x0000079a 0x6dd ./Core/Src/stm32l1xx_hal_msp.o
.debug_line 0x00000e77 0x73e ./Core/Src/stm32l1xx_it.o
.debug_line 0x000015b5 0x730 ./Core/Src/system_stm32l1xx.o
.debug_line 0x00001ce5 0x79 ./Core/Startup/startup_stm32l152retx.o
.debug_line 0x00001d5e 0x7de ./Drivers/7Seg_MAX7219/max7219.o
.debug_line 0x0000253c 0x95b ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
.debug_line 0x00002e97 0xc2a ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
.debug_line 0x00003ac1 0x99f ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o
.debug_line 0x00004460 0xf1e ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
.debug_line 0x0000537e 0x1c1a ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_spi.o
.debug_line 0x00000000 0x6fc2
.debug_line 0x00000000 0x7c4 ./Core/Src/main.o
.debug_line 0x000007c4 0x6dd ./Core/Src/stm32l1xx_hal_msp.o
.debug_line 0x00000ea1 0x73e ./Core/Src/stm32l1xx_it.o
.debug_line 0x000015df 0x730 ./Core/Src/system_stm32l1xx.o
.debug_line 0x00001d0f 0x79 ./Core/Startup/startup_stm32l152retx.o
.debug_line 0x00001d88 0x7de ./Drivers/7Seg_MAX7219/max7219.o
.debug_line 0x00002566 0x95b ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
.debug_line 0x00002ec1 0xc2a ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
.debug_line 0x00003aeb 0x99f ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o
.debug_line 0x0000448a 0xf1e ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
.debug_line 0x000053a8 0x1c1a ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_spi.o
.debug_str 0x00000000 0x81117
.debug_str 0x00000000 0x81117 ./Core/Src/main.o
0x7fc64 (size before relaxing)
.debug_str 0x00081117 0x7fa10 ./Core/Src/stm32l1xx_hal_msp.o
.debug_str 0x00081117 0x7f5a7 ./Core/Src/stm32l1xx_it.o
.debug_str 0x00081117 0x7f5f8 ./Core/Src/system_stm32l1xx.o
.debug_str 0x00081117 0x8c ./Core/Startup/startup_stm32l152retx.o
.debug_str 0x00081117 0x7fb54 ./Drivers/7Seg_MAX7219/max7219.o
.debug_str 0x00081117 0x7fd20 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
.debug_str 0x00081117 0x7fe2c ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
.debug_str 0x00081117 0x7f78b ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o
.debug_str 0x00081117 0x7fab4 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
.debug_str 0x00081117 0x7ff1a ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_spi.o
.debug_str 0x00000000 0x81143
.debug_str 0x00000000 0x81143 ./Core/Src/main.o
0x7fc9a (size before relaxing)
.debug_str 0x00081143 0x7fa10 ./Core/Src/stm32l1xx_hal_msp.o
.debug_str 0x00081143 0x7f5a7 ./Core/Src/stm32l1xx_it.o
.debug_str 0x00081143 0x7f5f8 ./Core/Src/system_stm32l1xx.o
.debug_str 0x00081143 0x8c ./Core/Startup/startup_stm32l152retx.o
.debug_str 0x00081143 0x7fb54 ./Drivers/7Seg_MAX7219/max7219.o
.debug_str 0x00081143 0x7fd20 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
.debug_str 0x00081143 0x7fe2c ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
.debug_str 0x00081143 0x7f78b ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o
.debug_str 0x00081143 0x7fab4 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
.debug_str 0x00081143 0x7ff1a ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_spi.o
.comment 0x00000000 0x43
.comment 0x00000000 0x43 ./Core/Src/main.o
@@ -2871,21 +2874,21 @@ LOAD /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.id
.comment 0x00000043 0x44 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
.comment 0x00000043 0x44 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_spi.o
.debug_frame 0x00000000 0x1884
.debug_frame 0x00000000 0xa8 ./Core/Src/main.o
.debug_frame 0x000000a8 0x80 ./Core/Src/stm32l1xx_hal_msp.o
.debug_frame 0x00000128 0x104 ./Core/Src/stm32l1xx_it.o
.debug_frame 0x0000022c 0x58 ./Core/Src/system_stm32l1xx.o
.debug_frame 0x00000284 0x198 ./Drivers/7Seg_MAX7219/max7219.o
.debug_frame 0x0000041c 0x33c ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
.debug_frame 0x00000758 0x4e8 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
.debug_frame 0x00000c40 0x14c ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o
.debug_frame 0x00000d8c 0x224 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
.debug_frame 0x00000fb0 0x828 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_spi.o
.debug_frame 0x000017d8 0x20 /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)
.debug_frame 0x000017f8 0x2c /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)
.debug_frame 0x00001824 0x2c /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(_aeabi_uldivmod.o)
.debug_frame 0x00001850 0x34 /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)
.debug_frame 0x00000000 0x18ac
.debug_frame 0x00000000 0xd0 ./Core/Src/main.o
.debug_frame 0x000000d0 0x80 ./Core/Src/stm32l1xx_hal_msp.o
.debug_frame 0x00000150 0x104 ./Core/Src/stm32l1xx_it.o
.debug_frame 0x00000254 0x58 ./Core/Src/system_stm32l1xx.o
.debug_frame 0x000002ac 0x198 ./Drivers/7Seg_MAX7219/max7219.o
.debug_frame 0x00000444 0x33c ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
.debug_frame 0x00000780 0x4e8 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
.debug_frame 0x00000c68 0x14c ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o
.debug_frame 0x00000db4 0x224 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
.debug_frame 0x00000fd8 0x828 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_spi.o
.debug_frame 0x00001800 0x20 /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)
.debug_frame 0x00001820 0x2c /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)
.debug_frame 0x0000184c 0x2c /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(_aeabi_uldivmod.o)
.debug_frame 0x00001878 0x34 /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)
.debug_line_str
0x00000000 0x70