Minor tweaks trying to get the i2c working. SCD4x still not working.

This commit is contained in:
David Žaitlík 2021-11-07 11:23:52 +01:00
parent dc3e7c8288
commit 995d6f4e57
8 changed files with 7769 additions and 7761 deletions

View File

@ -88,7 +88,7 @@ int8_t scd4x_read_measurement(uint16_t * co2, int16_t *temperature, uint16_t *re
// { // {
// return SCD4X_ERROR; // return SCD4X_ERROR;
// } // }
result = i2c_transmit_receive(SCD4X_I2C_ADDRESS<<1, SCD4X_READ_MEASUREMENT, 2, buffer, 9); result = i2c_transmit_receive(SCD4X_I2C_ADDRESS<<1, SCD4X_READ_MEASUREMENT, I2C_MEMADD_SIZE_16BIT, buffer, 9);
if (result != I2C_OK) if (result != I2C_OK)
{ {
return SCD4X_ERROR; return SCD4X_ERROR;

Binary file not shown.

View File

@ -1,4 +1,4 @@
i2c.c:14:8:i2c_init 16 static i2c.c:14:8:i2c_init 16 static
i2c.c:24:8:i2c_transmit 40 static i2c.c:24:8:i2c_transmit 32 static
i2c.c:34:8:i2c_receive 40 static i2c.c:34:8:i2c_receive 32 static
i2c.c:45:8:i2c_transmit_receive 56 static i2c.c:45:8:i2c_transmit_receive 56 static

File diff suppressed because it is too large Load Diff

View File

@ -3764,7 +3764,7 @@ LOAD /opt/st/stm32cubeide_1.6.1/plugins/com.st.stm32cube.ide.mcu.externaltools.g
0x0000000008000000 g_pfnVectors 0x0000000008000000 g_pfnVectors
0x00000000080000c0 . = ALIGN (0x4) 0x00000000080000c0 . = ALIGN (0x4)
.text 0x00000000080000c0 0x4288 .text 0x00000000080000c0 0x4298
0x00000000080000c0 . = ALIGN (0x4) 0x00000000080000c0 . = ALIGN (0x4)
*(.text) *(.text)
.text 0x00000000080000c0 0x48 /opt/st/stm32cubeide_1.6.1/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.linux64_2.0.0.202105311346/tools/bin/../lib/gcc/arm-none-eabi/9.3.1/thumb/v6-m/nofp/crtbegin.o .text 0x00000000080000c0 0x48 /opt/st/stm32cubeide_1.6.1/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.linux64_2.0.0.202105311346/tools/bin/../lib/gcc/arm-none-eabi/9.3.1/thumb/v6-m/nofp/crtbegin.o
@ -3791,334 +3791,334 @@ LOAD /opt/st/stm32cubeide_1.6.1/plugins/com.st.stm32cube.ide.mcu.externaltools.g
0x000000000800049c 0x3c ./Core/Src/i2c.o 0x000000000800049c 0x3c ./Core/Src/i2c.o
0x000000000800049c i2c_init 0x000000000800049c i2c_init
.text.i2c_transmit .text.i2c_transmit
0x00000000080004d8 0x4c ./Core/Src/i2c.o 0x00000000080004d8 0x50 ./Core/Src/i2c.o
0x00000000080004d8 i2c_transmit 0x00000000080004d8 i2c_transmit
.text.i2c_receive .text.i2c_receive
0x0000000008000524 0x4c ./Core/Src/i2c.o 0x0000000008000528 0x50 ./Core/Src/i2c.o
0x0000000008000524 i2c_receive 0x0000000008000528 i2c_receive
.text.i2c_transmit_receive .text.i2c_transmit_receive
0x0000000008000570 0x6c ./Core/Src/i2c.o 0x0000000008000578 0x74 ./Core/Src/i2c.o
0x0000000008000570 i2c_transmit_receive 0x0000000008000578 i2c_transmit_receive
.text.main 0x00000000080005dc 0x84 ./Core/Src/main.o .text.main 0x00000000080005ec 0x84 ./Core/Src/main.o
0x00000000080005dc main 0x00000000080005ec main
.text.SystemClock_Config .text.SystemClock_Config
0x0000000008000660 0xe8 ./Core/Src/main.o 0x0000000008000670 0xe8 ./Core/Src/main.o
0x0000000008000660 SystemClock_Config 0x0000000008000670 SystemClock_Config
.text.MX_I2C1_Init .text.MX_I2C1_Init
0x0000000008000748 0x80 ./Core/Src/main.o 0x0000000008000758 0x80 ./Core/Src/main.o
.text.MX_TIM2_Init .text.MX_TIM2_Init
0x00000000080007c8 0x10c ./Core/Src/main.o 0x00000000080007d8 0x10c ./Core/Src/main.o
.text.MX_TIM21_Init .text.MX_TIM21_Init
0x00000000080008d4 0xb4 ./Core/Src/main.o 0x00000000080008e4 0xb4 ./Core/Src/main.o
.text.MX_TIM22_Init .text.MX_TIM22_Init
0x0000000008000988 0x130 ./Core/Src/main.o 0x0000000008000998 0x130 ./Core/Src/main.o
.text.MX_USART2_UART_Init .text.MX_USART2_UART_Init
0x0000000008000ab8 0x68 ./Core/Src/main.o 0x0000000008000ac8 0x68 ./Core/Src/main.o
.text.MX_GPIO_Init .text.MX_GPIO_Init
0x0000000008000b20 0x2c ./Core/Src/main.o 0x0000000008000b30 0x2c ./Core/Src/main.o
.text.Error_Handler .text.Error_Handler
0x0000000008000b4c 0xa ./Core/Src/main.o 0x0000000008000b5c 0xa ./Core/Src/main.o
0x0000000008000b4c Error_Handler 0x0000000008000b5c Error_Handler
.text.scd4x_send_cmd .text.scd4x_send_cmd
0x0000000008000b56 0x4c ./Core/Src/scd4x.o 0x0000000008000b66 0x4c ./Core/Src/scd4x.o
0x0000000008000b56 scd4x_send_cmd 0x0000000008000b66 scd4x_send_cmd
*fill* 0x0000000008000ba2 0x2 *fill* 0x0000000008000bb2 0x2
.text.scd4x_start_periodic_measurement .text.scd4x_start_periodic_measurement
0x0000000008000ba4 0x18 ./Core/Src/scd4x.o 0x0000000008000bb4 0x18 ./Core/Src/scd4x.o
0x0000000008000ba4 scd4x_start_periodic_measurement 0x0000000008000bb4 scd4x_start_periodic_measurement
.text.scd4x_read_measurement .text.scd4x_read_measurement
0x0000000008000bbc 0xd0 ./Core/Src/scd4x.o 0x0000000008000bcc 0xd0 ./Core/Src/scd4x.o
0x0000000008000bbc scd4x_read_measurement 0x0000000008000bcc scd4x_read_measurement
.text.sht4x_measure .text.sht4x_measure
0x0000000008000c8c 0xcc ./Core/Src/sht4x.o 0x0000000008000c9c 0xcc ./Core/Src/sht4x.o
0x0000000008000c8c sht4x_measure 0x0000000008000c9c sht4x_measure
.text.HAL_MspInit .text.HAL_MspInit
0x0000000008000d58 0x28 ./Core/Src/stm32l0xx_hal_msp.o 0x0000000008000d68 0x28 ./Core/Src/stm32l0xx_hal_msp.o
0x0000000008000d58 HAL_MspInit 0x0000000008000d68 HAL_MspInit
.text.HAL_I2C_MspInit .text.HAL_I2C_MspInit
0x0000000008000d80 0x88 ./Core/Src/stm32l0xx_hal_msp.o 0x0000000008000d90 0x88 ./Core/Src/stm32l0xx_hal_msp.o
0x0000000008000d80 HAL_I2C_MspInit 0x0000000008000d90 HAL_I2C_MspInit
.text.HAL_TIM_Base_MspInit .text.HAL_TIM_Base_MspInit
0x0000000008000e08 0x64 ./Core/Src/stm32l0xx_hal_msp.o 0x0000000008000e18 0x64 ./Core/Src/stm32l0xx_hal_msp.o
0x0000000008000e08 HAL_TIM_Base_MspInit 0x0000000008000e18 HAL_TIM_Base_MspInit
.text.HAL_TIM_MspPostInit .text.HAL_TIM_MspPostInit
0x0000000008000e6c 0xcc ./Core/Src/stm32l0xx_hal_msp.o 0x0000000008000e7c 0xcc ./Core/Src/stm32l0xx_hal_msp.o
0x0000000008000e6c HAL_TIM_MspPostInit 0x0000000008000e7c HAL_TIM_MspPostInit
.text.HAL_UART_MspInit .text.HAL_UART_MspInit
0x0000000008000f38 0x88 ./Core/Src/stm32l0xx_hal_msp.o 0x0000000008000f48 0x88 ./Core/Src/stm32l0xx_hal_msp.o
0x0000000008000f38 HAL_UART_MspInit 0x0000000008000f48 HAL_UART_MspInit
.text.NMI_Handler .text.NMI_Handler
0x0000000008000fc0 0x6 ./Core/Src/stm32l0xx_it.o 0x0000000008000fd0 0x6 ./Core/Src/stm32l0xx_it.o
0x0000000008000fc0 NMI_Handler 0x0000000008000fd0 NMI_Handler
.text.HardFault_Handler .text.HardFault_Handler
0x0000000008000fc6 0x6 ./Core/Src/stm32l0xx_it.o 0x0000000008000fd6 0x6 ./Core/Src/stm32l0xx_it.o
0x0000000008000fc6 HardFault_Handler 0x0000000008000fd6 HardFault_Handler
.text.SVC_Handler .text.SVC_Handler
0x0000000008000fcc 0xa ./Core/Src/stm32l0xx_it.o 0x0000000008000fdc 0xa ./Core/Src/stm32l0xx_it.o
0x0000000008000fcc SVC_Handler 0x0000000008000fdc SVC_Handler
.text.PendSV_Handler .text.PendSV_Handler
0x0000000008000fd6 0xa ./Core/Src/stm32l0xx_it.o 0x0000000008000fe6 0xa ./Core/Src/stm32l0xx_it.o
0x0000000008000fd6 PendSV_Handler 0x0000000008000fe6 PendSV_Handler
.text.SysTick_Handler .text.SysTick_Handler
0x0000000008000fe0 0xe ./Core/Src/stm32l0xx_it.o 0x0000000008000ff0 0xe ./Core/Src/stm32l0xx_it.o
0x0000000008000fe0 SysTick_Handler 0x0000000008000ff0 SysTick_Handler
.text.SystemInit .text.SystemInit
0x0000000008000fee 0xa ./Core/Src/system_stm32l0xx.o 0x0000000008000ffe 0xa ./Core/Src/system_stm32l0xx.o
0x0000000008000fee SystemInit 0x0000000008000ffe SystemInit
.text.Reset_Handler .text.Reset_Handler
0x0000000008000ff8 0x50 ./Core/Startup/startup_stm32l031g6ux.o 0x0000000008001008 0x50 ./Core/Startup/startup_stm32l031g6ux.o
0x0000000008000ff8 Reset_Handler 0x0000000008001008 Reset_Handler
.text.Default_Handler .text.Default_Handler
0x0000000008001048 0x2 ./Core/Startup/startup_stm32l031g6ux.o 0x0000000008001058 0x2 ./Core/Startup/startup_stm32l031g6ux.o
0x0000000008001048 ADC1_COMP_IRQHandler 0x0000000008001058 ADC1_COMP_IRQHandler
0x0000000008001048 PVD_IRQHandler 0x0000000008001058 PVD_IRQHandler
0x0000000008001048 I2C1_IRQHandler 0x0000000008001058 I2C1_IRQHandler
0x0000000008001048 SPI1_IRQHandler 0x0000000008001058 SPI1_IRQHandler
0x0000000008001048 EXTI2_3_IRQHandler 0x0000000008001058 EXTI2_3_IRQHandler
0x0000000008001048 RTC_IRQHandler 0x0000000008001058 RTC_IRQHandler
0x0000000008001048 DMA1_Channel4_5_6_7_IRQHandler 0x0000000008001058 DMA1_Channel4_5_6_7_IRQHandler
0x0000000008001048 EXTI4_15_IRQHandler 0x0000000008001058 EXTI4_15_IRQHandler
0x0000000008001048 RCC_IRQHandler 0x0000000008001058 RCC_IRQHandler
0x0000000008001048 DMA1_Channel1_IRQHandler 0x0000000008001058 DMA1_Channel1_IRQHandler
0x0000000008001048 Default_Handler 0x0000000008001058 Default_Handler
0x0000000008001048 TIM22_IRQHandler 0x0000000008001058 TIM22_IRQHandler
0x0000000008001048 EXTI0_1_IRQHandler 0x0000000008001058 EXTI0_1_IRQHandler
0x0000000008001048 TIM21_IRQHandler 0x0000000008001058 TIM21_IRQHandler
0x0000000008001048 WWDG_IRQHandler 0x0000000008001058 WWDG_IRQHandler
0x0000000008001048 LPUART1_IRQHandler 0x0000000008001058 LPUART1_IRQHandler
0x0000000008001048 TIM2_IRQHandler 0x0000000008001058 TIM2_IRQHandler
0x0000000008001048 DMA1_Channel2_3_IRQHandler 0x0000000008001058 DMA1_Channel2_3_IRQHandler
0x0000000008001048 USART2_IRQHandler 0x0000000008001058 USART2_IRQHandler
0x0000000008001048 FLASH_IRQHandler 0x0000000008001058 FLASH_IRQHandler
0x0000000008001048 LPTIM1_IRQHandler 0x0000000008001058 LPTIM1_IRQHandler
*fill* 0x000000000800104a 0x2 *fill* 0x000000000800105a 0x2
.text.HAL_Init .text.HAL_Init
0x000000000800104c 0x40 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o 0x000000000800105c 0x40 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
0x000000000800104c HAL_Init 0x000000000800105c HAL_Init
.text.HAL_InitTick .text.HAL_InitTick
0x000000000800108c 0x68 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o 0x000000000800109c 0x68 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
0x000000000800108c HAL_InitTick 0x000000000800109c HAL_InitTick
.text.HAL_IncTick .text.HAL_IncTick
0x00000000080010f4 0x24 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o 0x0000000008001104 0x24 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
0x00000000080010f4 HAL_IncTick 0x0000000008001104 HAL_IncTick
.text.HAL_GetTick .text.HAL_GetTick
0x0000000008001118 0x14 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o 0x0000000008001128 0x14 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
0x0000000008001118 HAL_GetTick 0x0000000008001128 HAL_GetTick
.text.HAL_Delay .text.HAL_Delay
0x000000000800112c 0x48 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o 0x000000000800113c 0x48 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal.o
0x000000000800112c HAL_Delay 0x000000000800113c HAL_Delay
.text.__NVIC_SetPriority .text.__NVIC_SetPriority
0x0000000008001174 0xdc ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o 0x0000000008001184 0xdc ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
.text.SysTick_Config .text.SysTick_Config
0x0000000008001250 0x48 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o 0x0000000008001260 0x48 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
.text.HAL_NVIC_SetPriority .text.HAL_NVIC_SetPriority
0x0000000008001298 0x2a ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o 0x00000000080012a8 0x2a ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
0x0000000008001298 HAL_NVIC_SetPriority 0x00000000080012a8 HAL_NVIC_SetPriority
.text.HAL_SYSTICK_Config .text.HAL_SYSTICK_Config
0x00000000080012c2 0x1a ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o 0x00000000080012d2 0x1a ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.o
0x00000000080012c2 HAL_SYSTICK_Config 0x00000000080012d2 HAL_SYSTICK_Config
.text.HAL_GPIO_Init .text.HAL_GPIO_Init
0x00000000080012dc 0x2dc ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o 0x00000000080012ec 0x2dc ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_gpio.o
0x00000000080012dc HAL_GPIO_Init 0x00000000080012ec HAL_GPIO_Init
.text.HAL_I2C_Init .text.HAL_I2C_Init
0x00000000080015b8 0x12c ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o 0x00000000080015c8 0x12c ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
0x00000000080015b8 HAL_I2C_Init 0x00000000080015c8 HAL_I2C_Init
.text.HAL_I2C_Master_Transmit .text.HAL_I2C_Master_Transmit
0x00000000080016e4 0x210 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o 0x00000000080016f4 0x210 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
0x00000000080016e4 HAL_I2C_Master_Transmit 0x00000000080016f4 HAL_I2C_Master_Transmit
.text.HAL_I2C_Master_Receive .text.HAL_I2C_Master_Receive
0x00000000080018f4 0x210 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o 0x0000000008001904 0x210 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
0x00000000080018f4 HAL_I2C_Master_Receive 0x0000000008001904 HAL_I2C_Master_Receive
.text.HAL_I2C_Mem_Read .text.HAL_I2C_Mem_Read
0x0000000008001b04 0x268 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o 0x0000000008001b14 0x268 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
0x0000000008001b04 HAL_I2C_Mem_Read 0x0000000008001b14 HAL_I2C_Mem_Read
.text.I2C_RequestMemoryRead .text.I2C_RequestMemoryRead
0x0000000008001d6c 0xc4 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o 0x0000000008001d7c 0xc4 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
.text.I2C_Flush_TXDR .text.I2C_Flush_TXDR
0x0000000008001e30 0x44 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o 0x0000000008001e40 0x44 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
.text.I2C_WaitOnFlagUntilTimeout .text.I2C_WaitOnFlagUntilTimeout
0x0000000008001e74 0x7e ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o 0x0000000008001e84 0x7e ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
.text.I2C_WaitOnTXISFlagUntilTimeout .text.I2C_WaitOnTXISFlagUntilTimeout
0x0000000008001ef2 0x7e ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o 0x0000000008001f02 0x7e ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
.text.I2C_WaitOnSTOPFlagUntilTimeout .text.I2C_WaitOnSTOPFlagUntilTimeout
0x0000000008001f70 0x78 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o 0x0000000008001f80 0x78 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
.text.I2C_WaitOnRXNEFlagUntilTimeout .text.I2C_WaitOnRXNEFlagUntilTimeout
0x0000000008001fe8 0xd8 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o 0x0000000008001ff8 0xd8 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
.text.I2C_IsAcknowledgeFailed .text.I2C_IsAcknowledgeFailed
0x00000000080020c0 0xf4 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o 0x00000000080020d0 0xf4 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
.text.I2C_TransferConfig .text.I2C_TransferConfig
0x00000000080021b4 0x6c ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o 0x00000000080021c4 0x6c ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c.o
.text.HAL_I2CEx_ConfigAnalogFilter .text.HAL_I2CEx_ConfigAnalogFilter
0x0000000008002220 0x98 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o 0x0000000008002230 0x98 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
0x0000000008002220 HAL_I2CEx_ConfigAnalogFilter 0x0000000008002230 HAL_I2CEx_ConfigAnalogFilter
.text.HAL_I2CEx_ConfigDigitalFilter .text.HAL_I2CEx_ConfigDigitalFilter
0x00000000080022b8 0x98 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o 0x00000000080022c8 0x98 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_i2c_ex.o
0x00000000080022b8 HAL_I2CEx_ConfigDigitalFilter 0x00000000080022c8 HAL_I2CEx_ConfigDigitalFilter
.text.HAL_RCC_OscConfig .text.HAL_RCC_OscConfig
0x0000000008002350 0x6f8 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o 0x0000000008002360 0x6f8 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
0x0000000008002350 HAL_RCC_OscConfig 0x0000000008002360 HAL_RCC_OscConfig
.text.HAL_RCC_ClockConfig .text.HAL_RCC_ClockConfig
0x0000000008002a48 0x290 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o 0x0000000008002a58 0x290 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
0x0000000008002a48 HAL_RCC_ClockConfig 0x0000000008002a58 HAL_RCC_ClockConfig
.text.HAL_RCC_GetSysClockFreq .text.HAL_RCC_GetSysClockFreq
0x0000000008002cd8 0x14c ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o 0x0000000008002ce8 0x14c ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
0x0000000008002cd8 HAL_RCC_GetSysClockFreq 0x0000000008002ce8 HAL_RCC_GetSysClockFreq
.text.HAL_RCC_GetHCLKFreq .text.HAL_RCC_GetHCLKFreq
0x0000000008002e24 0x14 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o 0x0000000008002e34 0x14 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
0x0000000008002e24 HAL_RCC_GetHCLKFreq 0x0000000008002e34 HAL_RCC_GetHCLKFreq
.text.HAL_RCC_GetPCLK1Freq .text.HAL_RCC_GetPCLK1Freq
0x0000000008002e38 0x2c ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o 0x0000000008002e48 0x2c ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
0x0000000008002e38 HAL_RCC_GetPCLK1Freq 0x0000000008002e48 HAL_RCC_GetPCLK1Freq
.text.HAL_RCC_GetPCLK2Freq .text.HAL_RCC_GetPCLK2Freq
0x0000000008002e64 0x2c ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o 0x0000000008002e74 0x2c ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc.o
0x0000000008002e64 HAL_RCC_GetPCLK2Freq 0x0000000008002e74 HAL_RCC_GetPCLK2Freq
.text.HAL_RCCEx_PeriphCLKConfig .text.HAL_RCCEx_PeriphCLKConfig
0x0000000008002e90 0x24c ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o 0x0000000008002ea0 0x24c ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rcc_ex.o
0x0000000008002e90 HAL_RCCEx_PeriphCLKConfig 0x0000000008002ea0 HAL_RCCEx_PeriphCLKConfig
.text.HAL_TIM_Base_Init .text.HAL_TIM_Base_Init
0x00000000080030dc 0x80 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o 0x00000000080030ec 0x80 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
0x00000000080030dc HAL_TIM_Base_Init 0x00000000080030ec HAL_TIM_Base_Init
.text.HAL_TIM_PWM_Init .text.HAL_TIM_PWM_Init
0x000000000800315c 0x80 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o 0x000000000800316c 0x80 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
0x000000000800315c HAL_TIM_PWM_Init 0x000000000800316c HAL_TIM_PWM_Init
.text.HAL_TIM_PWM_MspInit .text.HAL_TIM_PWM_MspInit
0x00000000080031dc 0x10 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o 0x00000000080031ec 0x10 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
0x00000000080031dc HAL_TIM_PWM_MspInit 0x00000000080031ec HAL_TIM_PWM_MspInit
.text.HAL_TIM_PWM_ConfigChannel .text.HAL_TIM_PWM_ConfigChannel
0x00000000080031ec 0x18c ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o 0x00000000080031fc 0x18c ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
0x00000000080031ec HAL_TIM_PWM_ConfigChannel 0x00000000080031fc HAL_TIM_PWM_ConfigChannel
.text.HAL_TIM_ConfigClockSource .text.HAL_TIM_ConfigClockSource
0x0000000008003378 0x1a8 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o 0x0000000008003388 0x1a8 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
0x0000000008003378 HAL_TIM_ConfigClockSource 0x0000000008003388 HAL_TIM_ConfigClockSource
.text.TIM_Base_SetConfig .text.TIM_Base_SetConfig
0x0000000008003520 0xa8 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o 0x0000000008003530 0xa8 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
.text.TIM_OC1_SetConfig .text.TIM_OC1_SetConfig
0x00000000080035c8 0x78 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o 0x00000000080035d8 0x78 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
.text.TIM_OC2_SetConfig .text.TIM_OC2_SetConfig
0x0000000008003640 0x84 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o 0x0000000008003650 0x84 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
.text.TIM_OC3_SetConfig .text.TIM_OC3_SetConfig
0x00000000080036c4 0x80 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o 0x00000000080036d4 0x80 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
.text.TIM_OC4_SetConfig .text.TIM_OC4_SetConfig
0x0000000008003744 0x8c ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o 0x0000000008003754 0x8c ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
.text.TIM_TI1_ConfigInputStage .text.TIM_TI1_ConfigInputStage
0x00000000080037d0 0x5c ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o 0x00000000080037e0 0x5c ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
.text.TIM_TI2_ConfigInputStage .text.TIM_TI2_ConfigInputStage
0x000000000800382c 0x64 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o 0x000000000800383c 0x64 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
.text.TIM_ITRx_SetConfig .text.TIM_ITRx_SetConfig
0x0000000008003890 0x32 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o 0x00000000080038a0 0x32 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
*fill* 0x00000000080038c2 0x2 *fill* 0x00000000080038d2 0x2
.text.TIM_ETR_SetConfig .text.TIM_ETR_SetConfig
0x00000000080038c4 0x40 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o 0x00000000080038d4 0x40 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim.o
.text.HAL_TIMEx_MasterConfigSynchronization .text.HAL_TIMEx_MasterConfigSynchronization
0x0000000008003904 0xb0 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o 0x0000000008003914 0xb0 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.o
0x0000000008003904 HAL_TIMEx_MasterConfigSynchronization 0x0000000008003914 HAL_TIMEx_MasterConfigSynchronization
.text.UART_SetConfig .text.UART_SetConfig
0x00000000080039b4 0x4c4 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o 0x00000000080039c4 0x4c4 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
0x00000000080039b4 UART_SetConfig 0x00000000080039c4 UART_SetConfig
.text.UART_AdvFeatureConfig .text.UART_AdvFeatureConfig
0x0000000008003e78 0x168 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o 0x0000000008003e88 0x168 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
0x0000000008003e78 UART_AdvFeatureConfig 0x0000000008003e88 UART_AdvFeatureConfig
.text.UART_CheckIdleState .text.UART_CheckIdleState
0x0000000008003fe0 0x90 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o 0x0000000008003ff0 0x90 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
0x0000000008003fe0 UART_CheckIdleState 0x0000000008003ff0 UART_CheckIdleState
.text.UART_WaitOnFlagUntilTimeout .text.UART_WaitOnFlagUntilTimeout
0x0000000008004070 0x188 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o 0x0000000008004080 0x188 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
0x0000000008004070 UART_WaitOnFlagUntilTimeout 0x0000000008004080 UART_WaitOnFlagUntilTimeout
.text.HAL_RS485Ex_Init .text.HAL_RS485Ex_Init
0x00000000080041f8 0xe0 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o 0x0000000008004208 0xe0 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.o
0x00000000080041f8 HAL_RS485Ex_Init 0x0000000008004208 HAL_RS485Ex_Init
.text.__libc_init_array .text.__libc_init_array
0x00000000080042d8 0x48 /opt/st/stm32cubeide_1.6.1/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.linux64_2.0.0.202105311346/tools/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libc_nano.a(lib_a-init.o) 0x00000000080042e8 0x48 /opt/st/stm32cubeide_1.6.1/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.linux64_2.0.0.202105311346/tools/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libc_nano.a(lib_a-init.o)
0x00000000080042d8 __libc_init_array 0x00000000080042e8 __libc_init_array
.text.memset 0x0000000008004320 0x10 /opt/st/stm32cubeide_1.6.1/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.linux64_2.0.0.202105311346/tools/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libc_nano.a(lib_a-memset.o) .text.memset 0x0000000008004330 0x10 /opt/st/stm32cubeide_1.6.1/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.linux64_2.0.0.202105311346/tools/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libc_nano.a(lib_a-memset.o)
0x0000000008004320 memset 0x0000000008004330 memset
*(.glue_7) *(.glue_7)
.glue_7 0x0000000008004330 0x0 linker stubs .glue_7 0x0000000008004340 0x0 linker stubs
*(.glue_7t) *(.glue_7t)
.glue_7t 0x0000000008004330 0x0 linker stubs .glue_7t 0x0000000008004340 0x0 linker stubs
*(.eh_frame) *(.eh_frame)
.eh_frame 0x0000000008004330 0x0 /opt/st/stm32cubeide_1.6.1/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.linux64_2.0.0.202105311346/tools/bin/../lib/gcc/arm-none-eabi/9.3.1/thumb/v6-m/nofp/crtbegin.o .eh_frame 0x0000000008004340 0x0 /opt/st/stm32cubeide_1.6.1/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.linux64_2.0.0.202105311346/tools/bin/../lib/gcc/arm-none-eabi/9.3.1/thumb/v6-m/nofp/crtbegin.o
*(.init) *(.init)
.init 0x0000000008004330 0x4 /opt/st/stm32cubeide_1.6.1/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.linux64_2.0.0.202105311346/tools/bin/../lib/gcc/arm-none-eabi/9.3.1/thumb/v6-m/nofp/crti.o .init 0x0000000008004340 0x4 /opt/st/stm32cubeide_1.6.1/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.linux64_2.0.0.202105311346/tools/bin/../lib/gcc/arm-none-eabi/9.3.1/thumb/v6-m/nofp/crti.o
0x0000000008004330 _init 0x0000000008004340 _init
.init 0x0000000008004334 0x8 /opt/st/stm32cubeide_1.6.1/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.linux64_2.0.0.202105311346/tools/bin/../lib/gcc/arm-none-eabi/9.3.1/thumb/v6-m/nofp/crtn.o .init 0x0000000008004344 0x8 /opt/st/stm32cubeide_1.6.1/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.linux64_2.0.0.202105311346/tools/bin/../lib/gcc/arm-none-eabi/9.3.1/thumb/v6-m/nofp/crtn.o
*(.fini) *(.fini)
.fini 0x000000000800433c 0x4 /opt/st/stm32cubeide_1.6.1/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.linux64_2.0.0.202105311346/tools/bin/../lib/gcc/arm-none-eabi/9.3.1/thumb/v6-m/nofp/crti.o .fini 0x000000000800434c 0x4 /opt/st/stm32cubeide_1.6.1/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.linux64_2.0.0.202105311346/tools/bin/../lib/gcc/arm-none-eabi/9.3.1/thumb/v6-m/nofp/crti.o
0x000000000800433c _fini 0x000000000800434c _fini
.fini 0x0000000008004340 0x8 /opt/st/stm32cubeide_1.6.1/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.linux64_2.0.0.202105311346/tools/bin/../lib/gcc/arm-none-eabi/9.3.1/thumb/v6-m/nofp/crtn.o .fini 0x0000000008004350 0x8 /opt/st/stm32cubeide_1.6.1/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.linux64_2.0.0.202105311346/tools/bin/../lib/gcc/arm-none-eabi/9.3.1/thumb/v6-m/nofp/crtn.o
0x0000000008004348 . = ALIGN (0x4) 0x0000000008004358 . = ALIGN (0x4)
0x0000000008004348 _etext = . 0x0000000008004358 _etext = .
.vfp11_veneer 0x0000000008004348 0x0 .vfp11_veneer 0x0000000008004358 0x0
.vfp11_veneer 0x0000000008004348 0x0 linker stubs .vfp11_veneer 0x0000000008004358 0x0 linker stubs
.v4_bx 0x0000000008004348 0x0 .v4_bx 0x0000000008004358 0x0
.v4_bx 0x0000000008004348 0x0 linker stubs .v4_bx 0x0000000008004358 0x0 linker stubs
.iplt 0x0000000008004348 0x0 .iplt 0x0000000008004358 0x0
.iplt 0x0000000008004348 0x0 /opt/st/stm32cubeide_1.6.1/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.linux64_2.0.0.202105311346/tools/bin/../lib/gcc/arm-none-eabi/9.3.1/thumb/v6-m/nofp/crtbegin.o .iplt 0x0000000008004358 0x0 /opt/st/stm32cubeide_1.6.1/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.linux64_2.0.0.202105311346/tools/bin/../lib/gcc/arm-none-eabi/9.3.1/thumb/v6-m/nofp/crtbegin.o
.rodata 0x0000000008004348 0x6c .rodata 0x0000000008004358 0x6c
0x0000000008004348 . = ALIGN (0x4) 0x0000000008004358 . = ALIGN (0x4)
*(.rodata) *(.rodata)
*(.rodata*) *(.rodata*)
.rodata.AHBPrescTable .rodata.AHBPrescTable
0x0000000008004348 0x10 ./Core/Src/system_stm32l0xx.o 0x0000000008004358 0x10 ./Core/Src/system_stm32l0xx.o
0x0000000008004348 AHBPrescTable 0x0000000008004358 AHBPrescTable
.rodata.APBPrescTable .rodata.APBPrescTable
0x0000000008004358 0x8 ./Core/Src/system_stm32l0xx.o 0x0000000008004368 0x8 ./Core/Src/system_stm32l0xx.o
0x0000000008004358 APBPrescTable 0x0000000008004368 APBPrescTable
.rodata.PLLMulTable .rodata.PLLMulTable
0x0000000008004360 0x9 ./Core/Src/system_stm32l0xx.o 0x0000000008004370 0x9 ./Core/Src/system_stm32l0xx.o
0x0000000008004360 PLLMulTable 0x0000000008004370 PLLMulTable
*fill* 0x0000000008004369 0x3 *fill* 0x0000000008004379 0x3
.rodata.UART_SetConfig .rodata.UART_SetConfig
0x000000000800436c 0x48 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o 0x000000000800437c 0x48 ./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.o
0x00000000080043b4 . = ALIGN (0x4) 0x00000000080043c4 . = ALIGN (0x4)
.ARM.extab 0x00000000080043b4 0x0 .ARM.extab 0x00000000080043c4 0x0
0x00000000080043b4 . = ALIGN (0x4) 0x00000000080043c4 . = ALIGN (0x4)
*(.ARM.extab* .gnu.linkonce.armextab.*) *(.ARM.extab* .gnu.linkonce.armextab.*)
0x00000000080043b4 . = ALIGN (0x4) 0x00000000080043c4 . = ALIGN (0x4)
.ARM 0x00000000080043b4 0x8 .ARM 0x00000000080043c4 0x8
0x00000000080043b4 . = ALIGN (0x4) 0x00000000080043c4 . = ALIGN (0x4)
0x00000000080043b4 __exidx_start = . 0x00000000080043c4 __exidx_start = .
*(.ARM.exidx*) *(.ARM.exidx*)
.ARM.exidx 0x00000000080043b4 0x8 /opt/st/stm32cubeide_1.6.1/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.linux64_2.0.0.202105311346/tools/bin/../lib/gcc/arm-none-eabi/9.3.1/thumb/v6-m/nofp/libgcc.a(_udivmoddi4.o) .ARM.exidx 0x00000000080043c4 0x8 /opt/st/stm32cubeide_1.6.1/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.linux64_2.0.0.202105311346/tools/bin/../lib/gcc/arm-none-eabi/9.3.1/thumb/v6-m/nofp/libgcc.a(_udivmoddi4.o)
0x00000000080043bc __exidx_end = . 0x00000000080043cc __exidx_end = .
0x00000000080043bc . = ALIGN (0x4) 0x00000000080043cc . = ALIGN (0x4)
.rel.dyn 0x00000000080043bc 0x0 .rel.dyn 0x00000000080043cc 0x0
.rel.iplt 0x00000000080043bc 0x0 /opt/st/stm32cubeide_1.6.1/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.linux64_2.0.0.202105311346/tools/bin/../lib/gcc/arm-none-eabi/9.3.1/thumb/v6-m/nofp/crtbegin.o .rel.iplt 0x00000000080043cc 0x0 /opt/st/stm32cubeide_1.6.1/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.linux64_2.0.0.202105311346/tools/bin/../lib/gcc/arm-none-eabi/9.3.1/thumb/v6-m/nofp/crtbegin.o
.preinit_array 0x00000000080043bc 0x0 .preinit_array 0x00000000080043cc 0x0
0x00000000080043bc . = ALIGN (0x4) 0x00000000080043cc . = ALIGN (0x4)
0x00000000080043bc PROVIDE (__preinit_array_start = .) 0x00000000080043cc PROVIDE (__preinit_array_start = .)
*(.preinit_array*) *(.preinit_array*)
0x00000000080043bc PROVIDE (__preinit_array_end = .) 0x00000000080043cc PROVIDE (__preinit_array_end = .)
0x00000000080043bc . = ALIGN (0x4) 0x00000000080043cc . = ALIGN (0x4)
.init_array 0x00000000080043bc 0x4 .init_array 0x00000000080043cc 0x4
0x00000000080043bc . = ALIGN (0x4) 0x00000000080043cc . = ALIGN (0x4)
0x00000000080043bc PROVIDE (__init_array_start = .) 0x00000000080043cc PROVIDE (__init_array_start = .)
*(SORT_BY_NAME(.init_array.*)) *(SORT_BY_NAME(.init_array.*))
*(.init_array*) *(.init_array*)
.init_array 0x00000000080043bc 0x4 /opt/st/stm32cubeide_1.6.1/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.linux64_2.0.0.202105311346/tools/bin/../lib/gcc/arm-none-eabi/9.3.1/thumb/v6-m/nofp/crtbegin.o .init_array 0x00000000080043cc 0x4 /opt/st/stm32cubeide_1.6.1/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.linux64_2.0.0.202105311346/tools/bin/../lib/gcc/arm-none-eabi/9.3.1/thumb/v6-m/nofp/crtbegin.o
0x00000000080043c0 PROVIDE (__init_array_end = .) 0x00000000080043d0 PROVIDE (__init_array_end = .)
0x00000000080043c0 . = ALIGN (0x4) 0x00000000080043d0 . = ALIGN (0x4)
.fini_array 0x00000000080043c0 0x4 .fini_array 0x00000000080043d0 0x4
0x00000000080043c0 . = ALIGN (0x4) 0x00000000080043d0 . = ALIGN (0x4)
[!provide] PROVIDE (__fini_array_start = .) [!provide] PROVIDE (__fini_array_start = .)
*(SORT_BY_NAME(.fini_array.*)) *(SORT_BY_NAME(.fini_array.*))
*(.fini_array*) *(.fini_array*)
.fini_array 0x00000000080043c0 0x4 /opt/st/stm32cubeide_1.6.1/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.linux64_2.0.0.202105311346/tools/bin/../lib/gcc/arm-none-eabi/9.3.1/thumb/v6-m/nofp/crtbegin.o .fini_array 0x00000000080043d0 0x4 /opt/st/stm32cubeide_1.6.1/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.linux64_2.0.0.202105311346/tools/bin/../lib/gcc/arm-none-eabi/9.3.1/thumb/v6-m/nofp/crtbegin.o
[!provide] PROVIDE (__fini_array_end = .) [!provide] PROVIDE (__fini_array_end = .)
0x00000000080043c4 . = ALIGN (0x4) 0x00000000080043d4 . = ALIGN (0x4)
0x00000000080043c4 _sidata = LOADADDR (.data) 0x00000000080043d4 _sidata = LOADADDR (.data)
.data 0x0000000020000000 0xc load address 0x00000000080043c4 .data 0x0000000020000000 0xc load address 0x00000000080043d4
0x0000000020000000 . = ALIGN (0x4) 0x0000000020000000 . = ALIGN (0x4)
0x0000000020000000 _sdata = . 0x0000000020000000 _sdata = .
*(.data) *(.data)
@ -4138,11 +4138,11 @@ LOAD /opt/st/stm32cubeide_1.6.1/plugins/com.st.stm32cube.ide.mcu.externaltools.g
*fill* 0x0000000020000009 0x3 *fill* 0x0000000020000009 0x3
0x000000002000000c _edata = . 0x000000002000000c _edata = .
.igot.plt 0x000000002000000c 0x0 load address 0x00000000080043d0 .igot.plt 0x000000002000000c 0x0 load address 0x00000000080043e0
.igot.plt 0x000000002000000c 0x0 /opt/st/stm32cubeide_1.6.1/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.linux64_2.0.0.202105311346/tools/bin/../lib/gcc/arm-none-eabi/9.3.1/thumb/v6-m/nofp/crtbegin.o .igot.plt 0x000000002000000c 0x0 /opt/st/stm32cubeide_1.6.1/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.linux64_2.0.0.202105311346/tools/bin/../lib/gcc/arm-none-eabi/9.3.1/thumb/v6-m/nofp/crtbegin.o
0x000000002000000c . = ALIGN (0x4) 0x000000002000000c . = ALIGN (0x4)
.bss 0x000000002000000c 0x204 load address 0x00000000080043d0 .bss 0x000000002000000c 0x204 load address 0x00000000080043e0
0x000000002000000c _sbss = . 0x000000002000000c _sbss = .
0x000000002000000c __bss_start__ = _sbss 0x000000002000000c __bss_start__ = _sbss
*(.bss) *(.bss)
@ -4186,7 +4186,7 @@ LOAD /opt/st/stm32cubeide_1.6.1/plugins/com.st.stm32cube.ide.mcu.externaltools.g
0x0000000020000210 __bss_end__ = _ebss 0x0000000020000210 __bss_end__ = _ebss
._user_heap_stack ._user_heap_stack
0x0000000020000210 0x600 load address 0x00000000080043d0 0x0000000020000210 0x600 load address 0x00000000080043e0
0x0000000020000210 . = ALIGN (0x8) 0x0000000020000210 . = ALIGN (0x8)
[!provide] PROVIDE (end = .) [!provide] PROVIDE (end = .)
0x0000000020000210 PROVIDE (_end = .) 0x0000000020000210 PROVIDE (_end = .)

View File

@ -1,6 +1,7 @@
#MicroXplorer Configuration settings - do not modify #MicroXplorer Configuration settings - do not modify
File.Version=6 File.Version=6
I2C1.IPParameters=Timing I2C1.IPParameters=Timing,NoStretchMode
I2C1.NoStretchMode=I2C_NOSTRETCH_DISABLE
I2C1.Timing=0x40000A0B I2C1.Timing=0x40000A0B
KeepUserPlacement=false KeepUserPlacement=false
Mcu.Family=STM32L0 Mcu.Family=STM32L0