mirror of
https://github.com/BreizhHardware/TP-STM32-CIPA3.git
synced 2026-01-18 16:17:23 +01:00
TP6 Exo 1 P2
This commit is contained in:
@@ -57,6 +57,9 @@ static void MX_I2C1_Init(void);
|
||||
|
||||
/* Private user code ---------------------------------------------------------*/
|
||||
/* USER CODE BEGIN 0 */
|
||||
uint8_t Z_VALUE = 0;
|
||||
uint8_t Y_VALUE = 0;
|
||||
uint8_t X_VALUE = 0;
|
||||
|
||||
/* USER CODE END 0 */
|
||||
|
||||
@@ -106,7 +109,7 @@ int main(void)
|
||||
|
||||
HAL_I2C_Master_Transmit(&hi2c1, 0xD6, data, 2, 100);
|
||||
HAL_Delay(100);
|
||||
adresse[0] = 0x2D;
|
||||
|
||||
|
||||
|
||||
/* USER CODE END 2 */
|
||||
@@ -122,6 +125,7 @@ int main(void)
|
||||
HAL_I2C_Master_Transmit(&hi2c1, 0xD6, adress, 1, 100);
|
||||
HAL_I2C_Master_Receive(&hi2c1, 0xD6, rData, 1, 100);
|
||||
*/
|
||||
adresse[0] = 0x2D;
|
||||
HAL_I2C_Master_Transmit(&hi2c1, 0xD6, adresse, 1, 100);
|
||||
HAL_I2C_Master_Receive(&hi2c1, 0xD6, rData, 1, 100);
|
||||
|
||||
@@ -131,6 +135,20 @@ int main(void)
|
||||
GPIOA -> ODR &= ~(1<<5);
|
||||
}
|
||||
|
||||
Z_VALUE = rData[0];
|
||||
|
||||
adresse[0] = 0x29;
|
||||
HAL_I2C_Master_Transmit(&hi2c1, 0xD6, adresse, 1, 100);
|
||||
HAL_I2C_Master_Receive(&hi2c1, 0xD6, rData, 1, 100);
|
||||
|
||||
X_VALUE = rData[0];
|
||||
|
||||
adresse[0] = 0x2B;
|
||||
HAL_I2C_Master_Transmit(&hi2c1, 0xD6, adresse, 1, 100);
|
||||
HAL_I2C_Master_Receive(&hi2c1, 0xD6, rData, 1, 100);
|
||||
|
||||
Y_VALUE = rData[0];
|
||||
|
||||
HAL_Delay(100);
|
||||
}
|
||||
/* USER CODE END 3 */
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
../Core/Src/main.c:67:5:main 3
|
||||
../Core/Src/main.c:143:6:SystemClock_Config 3
|
||||
../Core/Src/main.c:184:13:MX_I2C1_Init 2
|
||||
../Core/Src/main.c:218:13:MX_GPIO_Init 1
|
||||
../Core/Src/main.c:252:6:Error_Handler 1
|
||||
../Core/Src/main.c:70:5:main 3
|
||||
../Core/Src/main.c:161:6:SystemClock_Config 3
|
||||
../Core/Src/main.c:202:13:MX_I2C1_Init 2
|
||||
../Core/Src/main.c:236:13:MX_GPIO_Init 1
|
||||
../Core/Src/main.c:270:6:Error_Handler 1
|
||||
|
||||
Binary file not shown.
@@ -1,5 +1,5 @@
|
||||
../Core/Src/main.c:67:5:main 32 static
|
||||
../Core/Src/main.c:143:6:SystemClock_Config 80 static
|
||||
../Core/Src/main.c:184:13:MX_I2C1_Init 8 static
|
||||
../Core/Src/main.c:218:13:MX_GPIO_Init 40 static
|
||||
../Core/Src/main.c:252:6:Error_Handler 4 static,ignoring_inline_asm
|
||||
../Core/Src/main.c:70:5:main 32 static
|
||||
../Core/Src/main.c:161:6:SystemClock_Config 80 static
|
||||
../Core/Src/main.c:202:13:MX_I2C1_Init 8 static
|
||||
../Core/Src/main.c:236:13:MX_GPIO_Init 40 static
|
||||
../Core/Src/main.c:270:6:Error_Handler 4 static,ignoring_inline_asm
|
||||
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -2282,7 +2282,7 @@ LOAD /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.id
|
||||
0x08000000 g_pfnVectors
|
||||
0x0800013c . = ALIGN (0x4)
|
||||
|
||||
.text 0x0800013c 0x28f4
|
||||
.text 0x0800013c 0x2960
|
||||
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
|
||||
@@ -2294,290 +2294,290 @@ LOAD /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.id
|
||||
0x080004ac __aeabi_ldiv0
|
||||
0x080004ac __aeabi_idiv0
|
||||
*(.text*)
|
||||
.text.main 0x080004b0 0xa0 ./Core/Src/main.o
|
||||
.text.main 0x080004b0 0x10c ./Core/Src/main.o
|
||||
0x080004b0 main
|
||||
.text.SystemClock_Config
|
||||
0x08000550 0x8c ./Core/Src/main.o
|
||||
0x08000550 SystemClock_Config
|
||||
0x080005bc 0x8c ./Core/Src/main.o
|
||||
0x080005bc SystemClock_Config
|
||||
.text.MX_I2C1_Init
|
||||
0x080005dc 0x5c ./Core/Src/main.o
|
||||
0x08000648 0x5c ./Core/Src/main.o
|
||||
.text.MX_GPIO_Init
|
||||
0x08000638 0x7c ./Core/Src/main.o
|
||||
0x080006a4 0x7c ./Core/Src/main.o
|
||||
.text.Error_Handler
|
||||
0x080006b4 0xc ./Core/Src/main.o
|
||||
0x080006b4 Error_Handler
|
||||
0x08000720 0xc ./Core/Src/main.o
|
||||
0x08000720 Error_Handler
|
||||
.text.HAL_MspInit
|
||||
0x080006c0 0x5c ./Core/Src/stm32l1xx_hal_msp.o
|
||||
0x080006c0 HAL_MspInit
|
||||
0x0800072c 0x5c ./Core/Src/stm32l1xx_hal_msp.o
|
||||
0x0800072c HAL_MspInit
|
||||
.text.HAL_I2C_MspInit
|
||||
0x0800071c 0x88 ./Core/Src/stm32l1xx_hal_msp.o
|
||||
0x0800071c HAL_I2C_MspInit
|
||||
0x08000788 0x88 ./Core/Src/stm32l1xx_hal_msp.o
|
||||
0x08000788 HAL_I2C_MspInit
|
||||
.text.NMI_Handler
|
||||
0x080007a4 0x8 ./Core/Src/stm32l1xx_it.o
|
||||
0x080007a4 NMI_Handler
|
||||
0x08000810 0x8 ./Core/Src/stm32l1xx_it.o
|
||||
0x08000810 NMI_Handler
|
||||
.text.HardFault_Handler
|
||||
0x080007ac 0x8 ./Core/Src/stm32l1xx_it.o
|
||||
0x080007ac HardFault_Handler
|
||||
0x08000818 0x8 ./Core/Src/stm32l1xx_it.o
|
||||
0x08000818 HardFault_Handler
|
||||
.text.MemManage_Handler
|
||||
0x080007b4 0x8 ./Core/Src/stm32l1xx_it.o
|
||||
0x080007b4 MemManage_Handler
|
||||
0x08000820 0x8 ./Core/Src/stm32l1xx_it.o
|
||||
0x08000820 MemManage_Handler
|
||||
.text.BusFault_Handler
|
||||
0x080007bc 0x8 ./Core/Src/stm32l1xx_it.o
|
||||
0x080007bc BusFault_Handler
|
||||
0x08000828 0x8 ./Core/Src/stm32l1xx_it.o
|
||||
0x08000828 BusFault_Handler
|
||||
.text.UsageFault_Handler
|
||||
0x080007c4 0x8 ./Core/Src/stm32l1xx_it.o
|
||||
0x080007c4 UsageFault_Handler
|
||||
0x08000830 0x8 ./Core/Src/stm32l1xx_it.o
|
||||
0x08000830 UsageFault_Handler
|
||||
.text.SVC_Handler
|
||||
0x080007cc 0xc ./Core/Src/stm32l1xx_it.o
|
||||
0x080007cc SVC_Handler
|
||||
0x08000838 0xc ./Core/Src/stm32l1xx_it.o
|
||||
0x08000838 SVC_Handler
|
||||
.text.DebugMon_Handler
|
||||
0x080007d8 0xc ./Core/Src/stm32l1xx_it.o
|
||||
0x080007d8 DebugMon_Handler
|
||||
0x08000844 0xc ./Core/Src/stm32l1xx_it.o
|
||||
0x08000844 DebugMon_Handler
|
||||
.text.PendSV_Handler
|
||||
0x080007e4 0xc ./Core/Src/stm32l1xx_it.o
|
||||
0x080007e4 PendSV_Handler
|
||||
0x08000850 0xc ./Core/Src/stm32l1xx_it.o
|
||||
0x08000850 PendSV_Handler
|
||||
.text.SysTick_Handler
|
||||
0x080007f0 0xc ./Core/Src/stm32l1xx_it.o
|
||||
0x080007f0 SysTick_Handler
|
||||
0x0800085c 0xc ./Core/Src/stm32l1xx_it.o
|
||||
0x0800085c SysTick_Handler
|
||||
.text.SystemInit
|
||||
0x080007fc 0xc ./Core/Src/system_stm32l1xx.o
|
||||
0x080007fc SystemInit
|
||||
0x08000868 0xc ./Core/Src/system_stm32l1xx.o
|
||||
0x08000868 SystemInit
|
||||
.text.Reset_Handler
|
||||
0x08000808 0x48 ./Core/Startup/startup_stm32l152retx.o
|
||||
0x08000808 Reset_Handler
|
||||
0x08000874 0x48 ./Core/Startup/startup_stm32l152retx.o
|
||||
0x08000874 Reset_Handler
|
||||
.text.Default_Handler
|
||||
0x08000850 0x2 ./Core/Startup/startup_stm32l152retx.o
|
||||
0x08000850 DMA2_Channel3_IRQHandler
|
||||
0x08000850 EXTI2_IRQHandler
|
||||
0x08000850 COMP_ACQ_IRQHandler
|
||||
0x08000850 TIM10_IRQHandler
|
||||
0x08000850 USB_HP_IRQHandler
|
||||
0x08000850 TIM6_IRQHandler
|
||||
0x08000850 PVD_IRQHandler
|
||||
0x08000850 EXTI3_IRQHandler
|
||||
0x08000850 EXTI0_IRQHandler
|
||||
0x08000850 I2C2_EV_IRQHandler
|
||||
0x08000850 SPI1_IRQHandler
|
||||
0x08000850 USB_FS_WKUP_IRQHandler
|
||||
0x08000850 DMA2_Channel2_IRQHandler
|
||||
0x08000850 DMA1_Channel4_IRQHandler
|
||||
0x08000850 ADC1_IRQHandler
|
||||
0x08000850 USART3_IRQHandler
|
||||
0x08000850 DMA1_Channel7_IRQHandler
|
||||
0x08000850 LCD_IRQHandler
|
||||
0x08000850 UART5_IRQHandler
|
||||
0x08000850 TIM4_IRQHandler
|
||||
0x08000850 DMA2_Channel1_IRQHandler
|
||||
0x08000850 I2C1_EV_IRQHandler
|
||||
0x08000850 DMA1_Channel6_IRQHandler
|
||||
0x08000850 UART4_IRQHandler
|
||||
0x08000850 DMA2_Channel4_IRQHandler
|
||||
0x08000850 TIM3_IRQHandler
|
||||
0x08000850 RCC_IRQHandler
|
||||
0x08000850 DMA1_Channel1_IRQHandler
|
||||
0x08000850 Default_Handler
|
||||
0x08000850 EXTI15_10_IRQHandler
|
||||
0x08000850 TIM7_IRQHandler
|
||||
0x08000850 TIM5_IRQHandler
|
||||
0x08000850 EXTI9_5_IRQHandler
|
||||
0x08000850 TIM9_IRQHandler
|
||||
0x08000850 TAMPER_STAMP_IRQHandler
|
||||
0x08000850 RTC_WKUP_IRQHandler
|
||||
0x08000850 SPI2_IRQHandler
|
||||
0x08000850 DMA2_Channel5_IRQHandler
|
||||
0x08000850 DMA1_Channel5_IRQHandler
|
||||
0x08000850 USB_LP_IRQHandler
|
||||
0x08000850 EXTI4_IRQHandler
|
||||
0x08000850 DMA1_Channel3_IRQHandler
|
||||
0x08000850 COMP_IRQHandler
|
||||
0x08000850 WWDG_IRQHandler
|
||||
0x08000850 TIM2_IRQHandler
|
||||
0x08000850 DAC_IRQHandler
|
||||
0x08000850 EXTI1_IRQHandler
|
||||
0x08000850 TIM11_IRQHandler
|
||||
0x08000850 USART2_IRQHandler
|
||||
0x08000850 I2C2_ER_IRQHandler
|
||||
0x08000850 DMA1_Channel2_IRQHandler
|
||||
0x08000850 FLASH_IRQHandler
|
||||
0x08000850 USART1_IRQHandler
|
||||
0x08000850 SPI3_IRQHandler
|
||||
0x08000850 I2C1_ER_IRQHandler
|
||||
0x08000850 RTC_Alarm_IRQHandler
|
||||
0x080008bc 0x2 ./Core/Startup/startup_stm32l152retx.o
|
||||
0x080008bc DMA2_Channel3_IRQHandler
|
||||
0x080008bc EXTI2_IRQHandler
|
||||
0x080008bc COMP_ACQ_IRQHandler
|
||||
0x080008bc TIM10_IRQHandler
|
||||
0x080008bc USB_HP_IRQHandler
|
||||
0x080008bc TIM6_IRQHandler
|
||||
0x080008bc PVD_IRQHandler
|
||||
0x080008bc EXTI3_IRQHandler
|
||||
0x080008bc EXTI0_IRQHandler
|
||||
0x080008bc I2C2_EV_IRQHandler
|
||||
0x080008bc SPI1_IRQHandler
|
||||
0x080008bc USB_FS_WKUP_IRQHandler
|
||||
0x080008bc DMA2_Channel2_IRQHandler
|
||||
0x080008bc DMA1_Channel4_IRQHandler
|
||||
0x080008bc ADC1_IRQHandler
|
||||
0x080008bc USART3_IRQHandler
|
||||
0x080008bc DMA1_Channel7_IRQHandler
|
||||
0x080008bc LCD_IRQHandler
|
||||
0x080008bc UART5_IRQHandler
|
||||
0x080008bc TIM4_IRQHandler
|
||||
0x080008bc DMA2_Channel1_IRQHandler
|
||||
0x080008bc I2C1_EV_IRQHandler
|
||||
0x080008bc DMA1_Channel6_IRQHandler
|
||||
0x080008bc UART4_IRQHandler
|
||||
0x080008bc DMA2_Channel4_IRQHandler
|
||||
0x080008bc TIM3_IRQHandler
|
||||
0x080008bc RCC_IRQHandler
|
||||
0x080008bc DMA1_Channel1_IRQHandler
|
||||
0x080008bc Default_Handler
|
||||
0x080008bc EXTI15_10_IRQHandler
|
||||
0x080008bc TIM7_IRQHandler
|
||||
0x080008bc TIM5_IRQHandler
|
||||
0x080008bc EXTI9_5_IRQHandler
|
||||
0x080008bc TIM9_IRQHandler
|
||||
0x080008bc TAMPER_STAMP_IRQHandler
|
||||
0x080008bc RTC_WKUP_IRQHandler
|
||||
0x080008bc SPI2_IRQHandler
|
||||
0x080008bc DMA2_Channel5_IRQHandler
|
||||
0x080008bc DMA1_Channel5_IRQHandler
|
||||
0x080008bc USB_LP_IRQHandler
|
||||
0x080008bc EXTI4_IRQHandler
|
||||
0x080008bc DMA1_Channel3_IRQHandler
|
||||
0x080008bc COMP_IRQHandler
|
||||
0x080008bc WWDG_IRQHandler
|
||||
0x080008bc TIM2_IRQHandler
|
||||
0x080008bc DAC_IRQHandler
|
||||
0x080008bc EXTI1_IRQHandler
|
||||
0x080008bc TIM11_IRQHandler
|
||||
0x080008bc USART2_IRQHandler
|
||||
0x080008bc I2C2_ER_IRQHandler
|
||||
0x080008bc DMA1_Channel2_IRQHandler
|
||||
0x080008bc FLASH_IRQHandler
|
||||
0x080008bc USART1_IRQHandler
|
||||
0x080008bc SPI3_IRQHandler
|
||||
0x080008bc I2C1_ER_IRQHandler
|
||||
0x080008bc RTC_Alarm_IRQHandler
|
||||
.text.HAL_Init
|
||||
0x08000852 0x30 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
|
||||
0x08000852 HAL_Init
|
||||
*fill* 0x08000882 0x2
|
||||
0x080008be 0x30 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
|
||||
0x080008be HAL_Init
|
||||
*fill* 0x080008ee 0x2
|
||||
.text.HAL_InitTick
|
||||
0x08000884 0x74 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
|
||||
0x08000884 HAL_InitTick
|
||||
0x080008f0 0x74 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
|
||||
0x080008f0 HAL_InitTick
|
||||
.text.HAL_IncTick
|
||||
0x080008f8 0x24 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
|
||||
0x080008f8 HAL_IncTick
|
||||
0x08000964 0x24 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
|
||||
0x08000964 HAL_IncTick
|
||||
.text.HAL_GetTick
|
||||
0x0800091c 0x14 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
|
||||
0x0800091c HAL_GetTick
|
||||
0x08000988 0x14 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
|
||||
0x08000988 HAL_GetTick
|
||||
.text.HAL_Delay
|
||||
0x08000930 0x44 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
|
||||
0x08000930 HAL_Delay
|
||||
0x0800099c 0x44 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
|
||||
0x0800099c HAL_Delay
|
||||
.text.__NVIC_SetPriorityGrouping
|
||||
0x08000974 0x48 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
|
||||
0x080009e0 0x48 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
|
||||
.text.__NVIC_GetPriorityGrouping
|
||||
0x080009bc 0x1c ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
|
||||
0x08000a28 0x1c ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
|
||||
.text.__NVIC_SetPriority
|
||||
0x080009d8 0x54 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
|
||||
0x08000a44 0x54 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
|
||||
.text.NVIC_EncodePriority
|
||||
0x08000a2c 0x64 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
|
||||
0x08000a98 0x64 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
|
||||
.text.SysTick_Config
|
||||
0x08000a90 0x44 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
|
||||
0x08000afc 0x44 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
|
||||
.text.HAL_NVIC_SetPriorityGrouping
|
||||
0x08000ad4 0x16 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
|
||||
0x08000ad4 HAL_NVIC_SetPriorityGrouping
|
||||
0x08000b40 0x16 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
|
||||
0x08000b40 HAL_NVIC_SetPriorityGrouping
|
||||
.text.HAL_NVIC_SetPriority
|
||||
0x08000aea 0x38 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
|
||||
0x08000aea HAL_NVIC_SetPriority
|
||||
0x08000b56 0x38 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
|
||||
0x08000b56 HAL_NVIC_SetPriority
|
||||
.text.HAL_SYSTICK_Config
|
||||
0x08000b22 0x18 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
|
||||
0x08000b22 HAL_SYSTICK_Config
|
||||
*fill* 0x08000b3a 0x2
|
||||
0x08000b8e 0x18 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
|
||||
0x08000b8e HAL_SYSTICK_Config
|
||||
*fill* 0x08000ba6 0x2
|
||||
.text.HAL_GPIO_Init
|
||||
0x08000b3c 0x320 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o
|
||||
0x08000b3c HAL_GPIO_Init
|
||||
0x08000ba8 0x320 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o
|
||||
0x08000ba8 HAL_GPIO_Init
|
||||
.text.HAL_GPIO_WritePin
|
||||
0x08000e5c 0x30 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o
|
||||
0x08000e5c HAL_GPIO_WritePin
|
||||
0x08000ec8 0x30 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o
|
||||
0x08000ec8 HAL_GPIO_WritePin
|
||||
.text.HAL_I2C_Init
|
||||
0x08000e8c 0x288 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_i2c.o
|
||||
0x08000e8c HAL_I2C_Init
|
||||
0x08000ef8 0x288 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_i2c.o
|
||||
0x08000ef8 HAL_I2C_Init
|
||||
.text.HAL_I2C_Master_Transmit
|
||||
0x08001114 0x1fc ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_i2c.o
|
||||
0x08001114 HAL_I2C_Master_Transmit
|
||||
0x08001180 0x1fc ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_i2c.o
|
||||
0x08001180 HAL_I2C_Master_Transmit
|
||||
.text.HAL_I2C_Master_Receive
|
||||
0x08001310 0x464 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_i2c.o
|
||||
0x08001310 HAL_I2C_Master_Receive
|
||||
0x0800137c 0x464 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_i2c.o
|
||||
0x0800137c HAL_I2C_Master_Receive
|
||||
.text.I2C_MasterRequestWrite
|
||||
0x08001774 0x104 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_i2c.o
|
||||
0x080017e0 0x104 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_i2c.o
|
||||
.text.I2C_MasterRequestRead
|
||||
0x08001878 0x19c ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_i2c.o
|
||||
0x080018e4 0x19c ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_i2c.o
|
||||
.text.I2C_WaitOnFlagUntilTimeout
|
||||
0x08001a14 0xf4 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_i2c.o
|
||||
0x08001a80 0xf4 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_i2c.o
|
||||
.text.I2C_WaitOnMasterAddressFlagUntilTimeout
|
||||
0x08001b08 0x140 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_i2c.o
|
||||
0x08001b74 0x140 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_i2c.o
|
||||
.text.I2C_WaitOnTXEFlagUntilTimeout
|
||||
0x08001c48 0x90 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_i2c.o
|
||||
0x08001cb4 0x90 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_i2c.o
|
||||
.text.I2C_WaitOnBTFFlagUntilTimeout
|
||||
0x08001cd8 0x90 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_i2c.o
|
||||
0x08001d44 0x90 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_i2c.o
|
||||
.text.I2C_WaitOnRXNEFlagUntilTimeout
|
||||
0x08001d68 0xba ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_i2c.o
|
||||
0x08001dd4 0xba ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_i2c.o
|
||||
.text.I2C_IsAcknowledgeFailed
|
||||
0x08001e22 0x5c ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_i2c.o
|
||||
*fill* 0x08001e7e 0x2
|
||||
0x08001e8e 0x5c ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_i2c.o
|
||||
*fill* 0x08001eea 0x2
|
||||
.text.HAL_RCC_OscConfig
|
||||
0x08001e80 0x660 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
|
||||
0x08001e80 HAL_RCC_OscConfig
|
||||
0x08001eec 0x660 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
|
||||
0x08001eec HAL_RCC_OscConfig
|
||||
.text.HAL_RCC_ClockConfig
|
||||
0x080024e0 0x268 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
|
||||
0x080024e0 HAL_RCC_ClockConfig
|
||||
0x0800254c 0x268 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
|
||||
0x0800254c HAL_RCC_ClockConfig
|
||||
.text.HAL_RCC_GetSysClockFreq
|
||||
0x08002748 0x17c ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
|
||||
0x08002748 HAL_RCC_GetSysClockFreq
|
||||
0x080027b4 0x17c ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
|
||||
0x080027b4 HAL_RCC_GetSysClockFreq
|
||||
.text.HAL_RCC_GetHCLKFreq
|
||||
0x080028c4 0x14 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
|
||||
0x080028c4 HAL_RCC_GetHCLKFreq
|
||||
0x08002930 0x14 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
|
||||
0x08002930 HAL_RCC_GetHCLKFreq
|
||||
.text.HAL_RCC_GetPCLK1Freq
|
||||
0x080028d8 0x28 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
|
||||
0x080028d8 HAL_RCC_GetPCLK1Freq
|
||||
0x08002944 0x28 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
|
||||
0x08002944 HAL_RCC_GetPCLK1Freq
|
||||
.text.RCC_SetFlashLatencyFromMSIRange
|
||||
0x08002900 0xc0 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
|
||||
.text.memset 0x080029c0 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)
|
||||
0x080029c0 memset
|
||||
0x0800296c 0xc0 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
|
||||
.text.memset 0x08002a2c 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)
|
||||
0x08002a2c memset
|
||||
.text.__libc_init_array
|
||||
0x080029d0 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)
|
||||
0x080029d0 __libc_init_array
|
||||
0x08002a3c 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)
|
||||
0x08002a3c __libc_init_array
|
||||
*(.glue_7)
|
||||
.glue_7 0x08002a18 0x0 linker stubs
|
||||
.glue_7 0x08002a84 0x0 linker stubs
|
||||
*(.glue_7t)
|
||||
.glue_7t 0x08002a18 0x0 linker stubs
|
||||
.glue_7t 0x08002a84 0x0 linker stubs
|
||||
*(.eh_frame)
|
||||
.eh_frame 0x08002a18 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 0x08002a84 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 0x08002a18 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
|
||||
0x08002a18 _init
|
||||
.init 0x08002a1c 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 0x08002a84 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
|
||||
0x08002a84 _init
|
||||
.init 0x08002a88 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 0x08002a24 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
|
||||
0x08002a24 _fini
|
||||
.fini 0x08002a28 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
|
||||
0x08002a30 . = ALIGN (0x4)
|
||||
0x08002a30 _etext = .
|
||||
.fini 0x08002a90 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
|
||||
0x08002a90 _fini
|
||||
.fini 0x08002a94 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
|
||||
0x08002a9c . = ALIGN (0x4)
|
||||
0x08002a9c _etext = .
|
||||
|
||||
.vfp11_veneer 0x08002a30 0x0
|
||||
.vfp11_veneer 0x08002a30 0x0 linker stubs
|
||||
.vfp11_veneer 0x08002a9c 0x0
|
||||
.vfp11_veneer 0x08002a9c 0x0 linker stubs
|
||||
|
||||
.v4_bx 0x08002a30 0x0
|
||||
.v4_bx 0x08002a30 0x0 linker stubs
|
||||
.v4_bx 0x08002a9c 0x0
|
||||
.v4_bx 0x08002a9c 0x0 linker stubs
|
||||
|
||||
.iplt 0x08002a30 0x0
|
||||
.iplt 0x08002a30 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 0x08002a9c 0x0
|
||||
.iplt 0x08002a9c 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 0x08002a30 0x24
|
||||
0x08002a30 . = ALIGN (0x4)
|
||||
.rodata 0x08002a9c 0x24
|
||||
0x08002a9c . = ALIGN (0x4)
|
||||
*(.rodata)
|
||||
*(.rodata*)
|
||||
.rodata.PLLMulTable
|
||||
0x08002a30 0x9 ./Core/Src/system_stm32l1xx.o
|
||||
0x08002a30 PLLMulTable
|
||||
*fill* 0x08002a39 0x3
|
||||
0x08002a9c 0x9 ./Core/Src/system_stm32l1xx.o
|
||||
0x08002a9c PLLMulTable
|
||||
*fill* 0x08002aa5 0x3
|
||||
.rodata.AHBPrescTable
|
||||
0x08002a3c 0x10 ./Core/Src/system_stm32l1xx.o
|
||||
0x08002a3c AHBPrescTable
|
||||
0x08002aa8 0x10 ./Core/Src/system_stm32l1xx.o
|
||||
0x08002aa8 AHBPrescTable
|
||||
.rodata.APBPrescTable
|
||||
0x08002a4c 0x8 ./Core/Src/system_stm32l1xx.o
|
||||
0x08002a4c APBPrescTable
|
||||
0x08002a54 . = ALIGN (0x4)
|
||||
0x08002ab8 0x8 ./Core/Src/system_stm32l1xx.o
|
||||
0x08002ab8 APBPrescTable
|
||||
0x08002ac0 . = ALIGN (0x4)
|
||||
|
||||
.ARM.extab 0x08002a54 0x0
|
||||
0x08002a54 . = ALIGN (0x4)
|
||||
.ARM.extab 0x08002ac0 0x0
|
||||
0x08002ac0 . = ALIGN (0x4)
|
||||
*(.ARM.extab* .gnu.linkonce.armextab.*)
|
||||
0x08002a54 . = ALIGN (0x4)
|
||||
0x08002ac0 . = ALIGN (0x4)
|
||||
|
||||
.ARM 0x08002a54 0x8
|
||||
0x08002a54 . = ALIGN (0x4)
|
||||
0x08002a54 __exidx_start = .
|
||||
.ARM 0x08002ac0 0x8
|
||||
0x08002ac0 . = ALIGN (0x4)
|
||||
0x08002ac0 __exidx_start = .
|
||||
*(.ARM.exidx*)
|
||||
.ARM.exidx 0x08002a54 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)
|
||||
0x08002a5c __exidx_end = .
|
||||
0x08002a5c . = ALIGN (0x4)
|
||||
.ARM.exidx 0x08002ac0 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)
|
||||
0x08002ac8 __exidx_end = .
|
||||
0x08002ac8 . = ALIGN (0x4)
|
||||
|
||||
.preinit_array 0x08002a5c 0x0
|
||||
0x08002a5c . = ALIGN (0x4)
|
||||
0x08002a5c PROVIDE (__preinit_array_start = .)
|
||||
.preinit_array 0x08002ac8 0x0
|
||||
0x08002ac8 . = ALIGN (0x4)
|
||||
0x08002ac8 PROVIDE (__preinit_array_start = .)
|
||||
*(.preinit_array*)
|
||||
0x08002a5c PROVIDE (__preinit_array_end = .)
|
||||
0x08002a5c . = ALIGN (0x4)
|
||||
0x08002ac8 PROVIDE (__preinit_array_end = .)
|
||||
0x08002ac8 . = ALIGN (0x4)
|
||||
|
||||
.init_array 0x08002a5c 0x4
|
||||
0x08002a5c . = ALIGN (0x4)
|
||||
0x08002a5c PROVIDE (__init_array_start = .)
|
||||
.init_array 0x08002ac8 0x4
|
||||
0x08002ac8 . = ALIGN (0x4)
|
||||
0x08002ac8 PROVIDE (__init_array_start = .)
|
||||
*(SORT_BY_NAME(.init_array.*))
|
||||
*(.init_array*)
|
||||
.init_array 0x08002a5c 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
|
||||
0x08002a60 PROVIDE (__init_array_end = .)
|
||||
0x08002a60 . = ALIGN (0x4)
|
||||
.init_array 0x08002ac8 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
|
||||
0x08002acc PROVIDE (__init_array_end = .)
|
||||
0x08002acc . = ALIGN (0x4)
|
||||
|
||||
.fini_array 0x08002a60 0x4
|
||||
0x08002a60 . = ALIGN (0x4)
|
||||
.fini_array 0x08002acc 0x4
|
||||
0x08002acc . = ALIGN (0x4)
|
||||
[!provide] PROVIDE (__fini_array_start = .)
|
||||
*(SORT_BY_NAME(.fini_array.*))
|
||||
*(.fini_array*)
|
||||
.fini_array 0x08002a60 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 0x08002acc 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 = .)
|
||||
0x08002a64 . = ALIGN (0x4)
|
||||
0x08002a64 _sidata = LOADADDR (.data)
|
||||
0x08002ad0 . = ALIGN (0x4)
|
||||
0x08002ad0 _sidata = LOADADDR (.data)
|
||||
|
||||
.rel.dyn 0x08002a64 0x0
|
||||
.rel.iplt 0x08002a64 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 0x08002ad0 0x0
|
||||
.rel.iplt 0x08002ad0 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 0x08002a64
|
||||
.data 0x20000000 0xc load address 0x08002ad0
|
||||
0x20000000 . = ALIGN (0x4)
|
||||
0x20000000 _sdata = .
|
||||
*(.data)
|
||||
@@ -2596,11 +2596,11 @@ LOAD /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.id
|
||||
0x2000000c . = ALIGN (0x4)
|
||||
0x2000000c _edata = .
|
||||
|
||||
.igot.plt 0x2000000c 0x0 load address 0x08002a70
|
||||
.igot.plt 0x2000000c 0x0 load address 0x08002adc
|
||||
.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 0x74 load address 0x08002a70
|
||||
.bss 0x2000000c 0x78 load address 0x08002adc
|
||||
0x2000000c _sbss = .
|
||||
0x2000000c __bss_start__ = _sbss
|
||||
*(.bss)
|
||||
@@ -2608,23 +2608,31 @@ LOAD /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.id
|
||||
*(.bss*)
|
||||
.bss.hi2c1 0x20000028 0x54 ./Core/Src/main.o
|
||||
0x20000028 hi2c1
|
||||
.bss.uwTick 0x2000007c 0x4 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
|
||||
0x2000007c uwTick
|
||||
.bss.Z_VALUE 0x2000007c 0x1 ./Core/Src/main.o
|
||||
0x2000007c Z_VALUE
|
||||
.bss.Y_VALUE 0x2000007d 0x1 ./Core/Src/main.o
|
||||
0x2000007d Y_VALUE
|
||||
.bss.X_VALUE 0x2000007e 0x1 ./Core/Src/main.o
|
||||
0x2000007e X_VALUE
|
||||
*fill* 0x2000007f 0x1
|
||||
.bss.uwTick 0x20000080 0x4 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
|
||||
0x20000080 uwTick
|
||||
*(COMMON)
|
||||
0x20000080 . = ALIGN (0x4)
|
||||
0x20000080 _ebss = .
|
||||
0x20000080 __bss_end__ = _ebss
|
||||
0x20000084 . = ALIGN (0x4)
|
||||
0x20000084 _ebss = .
|
||||
0x20000084 __bss_end__ = _ebss
|
||||
|
||||
._user_heap_stack
|
||||
0x20000080 0x600 load address 0x08002a70
|
||||
0x20000080 . = ALIGN (0x8)
|
||||
0x20000084 0x604 load address 0x08002adc
|
||||
0x20000088 . = ALIGN (0x8)
|
||||
*fill* 0x20000084 0x4
|
||||
[!provide] PROVIDE (end = .)
|
||||
0x20000080 PROVIDE (_end = .)
|
||||
0x20000280 . = (. + _Min_Heap_Size)
|
||||
*fill* 0x20000080 0x200
|
||||
0x20000680 . = (. + _Min_Stack_Size)
|
||||
*fill* 0x20000280 0x400
|
||||
0x20000680 . = ALIGN (0x8)
|
||||
0x20000088 PROVIDE (_end = .)
|
||||
0x20000288 . = (. + _Min_Heap_Size)
|
||||
*fill* 0x20000088 0x200
|
||||
0x20000688 . = (. + _Min_Stack_Size)
|
||||
*fill* 0x20000288 0x400
|
||||
0x20000688 . = ALIGN (0x8)
|
||||
|
||||
/DISCARD/
|
||||
libc.a(*)
|
||||
@@ -2676,29 +2684,29 @@ 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 0x5e7d
|
||||
.debug_info 0x00000000 0xba7 ./Core/Src/main.o
|
||||
.debug_info 0x00000ba7 0x843 ./Core/Src/stm32l1xx_hal_msp.o
|
||||
.debug_info 0x000013ea 0x113 ./Core/Src/stm32l1xx_it.o
|
||||
.debug_info 0x000014fd 0x27c ./Core/Src/system_stm32l1xx.o
|
||||
.debug_info 0x00001779 0x30 ./Core/Startup/startup_stm32l152retx.o
|
||||
.debug_info 0x000017a9 0x6ef ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
|
||||
.debug_info 0x00001e98 0xce5 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
|
||||
.debug_info 0x00002b7d 0x5b2 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o
|
||||
.debug_info 0x0000312f 0x23b3 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_i2c.o
|
||||
.debug_info 0x000054e2 0x99b ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
|
||||
.debug_info 0x00000000 0x5eb0
|
||||
.debug_info 0x00000000 0xbda ./Core/Src/main.o
|
||||
.debug_info 0x00000bda 0x843 ./Core/Src/stm32l1xx_hal_msp.o
|
||||
.debug_info 0x0000141d 0x113 ./Core/Src/stm32l1xx_it.o
|
||||
.debug_info 0x00001530 0x27c ./Core/Src/system_stm32l1xx.o
|
||||
.debug_info 0x000017ac 0x30 ./Core/Startup/startup_stm32l152retx.o
|
||||
.debug_info 0x000017dc 0x6ef ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
|
||||
.debug_info 0x00001ecb 0xce5 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
|
||||
.debug_info 0x00002bb0 0x5b2 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o
|
||||
.debug_info 0x00003162 0x23b3 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_i2c.o
|
||||
.debug_info 0x00005515 0x99b ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
|
||||
|
||||
.debug_abbrev 0x00000000 0x124c
|
||||
.debug_abbrev 0x00000000 0x240 ./Core/Src/main.o
|
||||
.debug_abbrev 0x00000240 0x1a4 ./Core/Src/stm32l1xx_hal_msp.o
|
||||
.debug_abbrev 0x000003e4 0x73 ./Core/Src/stm32l1xx_it.o
|
||||
.debug_abbrev 0x00000457 0x11c ./Core/Src/system_stm32l1xx.o
|
||||
.debug_abbrev 0x00000573 0x24 ./Core/Startup/startup_stm32l152retx.o
|
||||
.debug_abbrev 0x00000597 0x275 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
|
||||
.debug_abbrev 0x0000080c 0x31c ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
|
||||
.debug_abbrev 0x00000b28 0x1d4 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o
|
||||
.debug_abbrev 0x00000cfc 0x298 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_i2c.o
|
||||
.debug_abbrev 0x00000f94 0x2b8 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
|
||||
.debug_abbrev 0x00000000 0x124d
|
||||
.debug_abbrev 0x00000000 0x241 ./Core/Src/main.o
|
||||
.debug_abbrev 0x00000241 0x1a4 ./Core/Src/stm32l1xx_hal_msp.o
|
||||
.debug_abbrev 0x000003e5 0x73 ./Core/Src/stm32l1xx_it.o
|
||||
.debug_abbrev 0x00000458 0x11c ./Core/Src/system_stm32l1xx.o
|
||||
.debug_abbrev 0x00000574 0x24 ./Core/Startup/startup_stm32l152retx.o
|
||||
.debug_abbrev 0x00000598 0x275 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
|
||||
.debug_abbrev 0x0000080d 0x31c ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
|
||||
.debug_abbrev 0x00000b29 0x1d4 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o
|
||||
.debug_abbrev 0x00000cfd 0x298 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_i2c.o
|
||||
.debug_abbrev 0x00000f95 0x2b8 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
|
||||
|
||||
.debug_aranges 0x00000000 0x6b8
|
||||
.debug_aranges
|
||||
@@ -2805,30 +2813,30 @@ LOAD /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.id
|
||||
.debug_macro 0x00014d83 0x1e9 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_i2c.o
|
||||
.debug_macro 0x00014f6c 0x1ad ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
|
||||
|
||||
.debug_line 0x00000000 0x86cf
|
||||
.debug_line 0x00000000 0x8f9 ./Core/Src/main.o
|
||||
.debug_line 0x000008f9 0x6de ./Core/Src/stm32l1xx_hal_msp.o
|
||||
.debug_line 0x00000fd7 0x73e ./Core/Src/stm32l1xx_it.o
|
||||
.debug_line 0x00001715 0x730 ./Core/Src/system_stm32l1xx.o
|
||||
.debug_line 0x00001e45 0x79 ./Core/Startup/startup_stm32l152retx.o
|
||||
.debug_line 0x00001ebe 0x95b ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
|
||||
.debug_line 0x00002819 0xc2a ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
|
||||
.debug_line 0x00003443 0x99f ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o
|
||||
.debug_line 0x00003de2 0x39cf ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_i2c.o
|
||||
.debug_line 0x000077b1 0xf1e ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
|
||||
.debug_line 0x00000000 0x86f1
|
||||
.debug_line 0x00000000 0x91b ./Core/Src/main.o
|
||||
.debug_line 0x0000091b 0x6de ./Core/Src/stm32l1xx_hal_msp.o
|
||||
.debug_line 0x00000ff9 0x73e ./Core/Src/stm32l1xx_it.o
|
||||
.debug_line 0x00001737 0x730 ./Core/Src/system_stm32l1xx.o
|
||||
.debug_line 0x00001e67 0x79 ./Core/Startup/startup_stm32l152retx.o
|
||||
.debug_line 0x00001ee0 0x95b ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
|
||||
.debug_line 0x0000283b 0xc2a ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
|
||||
.debug_line 0x00003465 0x99f ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o
|
||||
.debug_line 0x00003e04 0x39cf ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_i2c.o
|
||||
.debug_line 0x000077d3 0xf1e ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
|
||||
|
||||
.debug_str 0x00000000 0x84ad6
|
||||
.debug_str 0x00000000 0x84ad6 ./Core/Src/main.o
|
||||
0x8329b (size before relaxing)
|
||||
.debug_str 0x00084ad6 0x7fe72 ./Core/Src/stm32l1xx_hal_msp.o
|
||||
.debug_str 0x00084ad6 0x7f966 ./Core/Src/stm32l1xx_it.o
|
||||
.debug_str 0x00084ad6 0x7f9b7 ./Core/Src/system_stm32l1xx.o
|
||||
.debug_str 0x00084ad6 0x8d ./Core/Startup/startup_stm32l152retx.o
|
||||
.debug_str 0x00084ad6 0x800df ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
|
||||
.debug_str 0x00084ad6 0x801eb ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
|
||||
.debug_str 0x00084ad6 0x7fb4a ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o
|
||||
.debug_str 0x00084ad6 0x80a28 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_i2c.o
|
||||
.debug_str 0x00084ad6 0x7fe73 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
|
||||
.debug_str 0x00000000 0x84aee
|
||||
.debug_str 0x00000000 0x84aee ./Core/Src/main.o
|
||||
0x832b3 (size before relaxing)
|
||||
.debug_str 0x00084aee 0x7fe72 ./Core/Src/stm32l1xx_hal_msp.o
|
||||
.debug_str 0x00084aee 0x7f966 ./Core/Src/stm32l1xx_it.o
|
||||
.debug_str 0x00084aee 0x7f9b7 ./Core/Src/system_stm32l1xx.o
|
||||
.debug_str 0x00084aee 0x8d ./Core/Startup/startup_stm32l152retx.o
|
||||
.debug_str 0x00084aee 0x800df ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o
|
||||
.debug_str 0x00084aee 0x801eb ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_cortex.o
|
||||
.debug_str 0x00084aee 0x7fb4a ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_gpio.o
|
||||
.debug_str 0x00084aee 0x80a28 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_i2c.o
|
||||
.debug_str 0x00084aee 0x7fe73 ./Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_rcc.o
|
||||
|
||||
.comment 0x00000000 0x43
|
||||
.comment 0x00000000 0x43 ./Core/Src/main.o
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<stringAttribute key="com.st.stm32cube.ide.mcu.debug.launch.debug_auth_permission" value=""/>
|
||||
<stringAttribute key="com.st.stm32cube.ide.mcu.debug.launch.debug_auth_pwd_file" value=""/>
|
||||
<booleanAttribute key="com.st.stm32cube.ide.mcu.debug.launch.enable_live_expr" value="true"/>
|
||||
<booleanAttribute key="com.st.stm32cube.ide.mcu.debug.launch.enable_swv" value="false"/>
|
||||
<booleanAttribute key="com.st.stm32cube.ide.mcu.debug.launch.enable_swv" value="true"/>
|
||||
<intAttribute key="com.st.stm32cube.ide.mcu.debug.launch.formatVersion" value="2"/>
|
||||
<stringAttribute key="com.st.stm32cube.ide.mcu.debug.launch.ip_address_local" value="localhost"/>
|
||||
<booleanAttribute key="com.st.stm32cube.ide.mcu.debug.launch.limit_swo_clock.enabled" value="false"/>
|
||||
@@ -22,8 +22,9 @@
|
||||
<booleanAttribute key="com.st.stm32cube.ide.mcu.debug.launch.startuptab.exception.unaligned" value="false"/>
|
||||
<booleanAttribute key="com.st.stm32cube.ide.mcu.debug.launch.startuptab.haltonexception" value="true"/>
|
||||
<booleanAttribute key="com.st.stm32cube.ide.mcu.debug.launch.swd_mode" value="true"/>
|
||||
<booleanAttribute key="com.st.stm32cube.ide.mcu.debug.launch.swv_config_enabled" value="false"/>
|
||||
<stringAttribute key="com.st.stm32cube.ide.mcu.debug.launch.swv_port" value="61235"/>
|
||||
<stringAttribute key="com.st.stm32cube.ide.mcu.debug.launch.swv_trace_hclk" value="2097000"/>
|
||||
<stringAttribute key="com.st.stm32cube.ide.mcu.debug.launch.swv_trace_hclk" value="16000000"/>
|
||||
<booleanAttribute key="com.st.stm32cube.ide.mcu.debug.launch.useRemoteTarget" value="true"/>
|
||||
<stringAttribute key="com.st.stm32cube.ide.mcu.debug.launch.vector_table" value=""/>
|
||||
<booleanAttribute key="com.st.stm32cube.ide.mcu.debug.launch.verify_flash_download" value="true"/>
|
||||
@@ -43,6 +44,15 @@
|
||||
<stringAttribute key="com.st.stm32cube.ide.mcu.debug.stlink.watchdog_config" value="none"/>
|
||||
<booleanAttribute key="com.st.stm32cube.ide.mcu.debug.stlinkenable_rtos" value="false"/>
|
||||
<stringAttribute key="com.st.stm32cube.ide.mcu.debug.stlinkrestart_configurations" value="{"fVersion":1,"fItems":[{"fDisplayName":"Reset","fIsSuppressible":false,"fResetAttribute":"Software system reset","fResetStrategies":[{"fDisplayName":"Software system reset","fLaunchAttribute":"system_reset","fGdbCommands":["monitor reset\n"],"fCmdOptions":["-g"]},{"fDisplayName":"Hardware reset","fLaunchAttribute":"hardware_reset","fGdbCommands":["monitor reset hardware\n"],"fCmdOptions":["-g"]},{"fDisplayName":"Core reset","fLaunchAttribute":"core_reset","fGdbCommands":["monitor reset core\n"],"fCmdOptions":["-g"]},{"fDisplayName":"None","fLaunchAttribute":"no_reset","fGdbCommands":[],"fCmdOptions":["-g"]}],"fGdbCommandGroup":{"name":"Additional commands","commands":[]},"fStartApplication":true}]}"/>
|
||||
<stringAttribute key="com.st.stm32cube.ide.mcu.debug.swv.datatrace_0" value="Enabled=true:Address=X_VALUE:Access=Read/Write:Size=Word:Function=Data Value"/>
|
||||
<stringAttribute key="com.st.stm32cube.ide.mcu.debug.swv.datatrace_1" value="Enabled=true:Address=Y_VALUE:Access=Read/Write:Size=Word:Function=Data Value"/>
|
||||
<stringAttribute key="com.st.stm32cube.ide.mcu.debug.swv.datatrace_2" value="Enabled=true:Address=Z_VALUE:Access=Read/Write:Size=Word:Function=Data Value"/>
|
||||
<stringAttribute key="com.st.stm32cube.ide.mcu.debug.swv.datatrace_3" value="Enabled=false:Address=0x0:Access=Read/Write:Size=Word:Function=Data Value"/>
|
||||
<stringAttribute key="com.st.stm32cube.ide.mcu.debug.swv.itmports" value="0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0"/>
|
||||
<stringAttribute key="com.st.stm32cube.ide.mcu.debug.swv.itmports_priv" value="0:0:0:0"/>
|
||||
<stringAttribute key="com.st.stm32cube.ide.mcu.debug.swv.pc_sample" value="0:16384"/>
|
||||
<stringAttribute key="com.st.stm32cube.ide.mcu.debug.swv.timestamps" value="1:1"/>
|
||||
<stringAttribute key="com.st.stm32cube.ide.mcu.debug.swv.trace_events" value="Cpi=0:Exc=0:Sleep=0:Lsu=0:Fold=0:Exetrc=0"/>
|
||||
<booleanAttribute key="com.st.stm32cube.ide.mcu.rtosproxy.enableRtosProxy" value="false"/>
|
||||
<stringAttribute key="com.st.stm32cube.ide.mcu.rtosproxy.rtosProxyCustomProperties" value=""/>
|
||||
<stringAttribute key="com.st.stm32cube.ide.mcu.rtosproxy.rtosProxyDriver" value="threadx"/>
|
||||
|
||||
Reference in New Issue
Block a user