added feedback

This commit is contained in:
Janek Herm 2025-05-17 19:04:23 +02:00
parent 591b130eb4
commit 9f05087475
13 changed files with 88260 additions and 13371 deletions

View File

@ -80,8 +80,8 @@ void can_sendloop(){
data[3] = current_measurements_adc_val.lvms_v & 0xFF;
data[4] = current_measurements_adc_val.asms_v >> 8;
data[5] = current_measurements_adc_val.asms_v & 0xFF;
data[6] = current_measurements_adc_val.epsc_precharge >> 8; // not used (transmits 313)
data[7] = current_measurements_adc_val.epsc_precharge & 0xFF; // not used (transmits 313)
data[6] = 0x01; // not used (transmits 313)
data[7] = 0x39; // not used (transmits 313)
ftcan_transmit(CUR_CHANNELS_4_ID, data, 8);
break;

View File

@ -123,6 +123,7 @@ int main(void)
ChannelControl_init();
can_init(&hcan);
current_monitor_init(&hadc1, &hadc2, &htim6);
uint32_t lasttick = HAL_GetTick(); // time in ms since start
// begin start-up animation
HAL_GPIO_WritePin(LED1_GPIO_Port, LED1_Pin, GPIO_PIN_SET);
@ -150,7 +151,6 @@ int main(void)
HAL_GPIO_WritePin(LED4_GPIO_Port, LED4_Pin, GPIO_PIN_SET); // indicates running STM
uint32_t lasttick = HAL_GetTick(); // time in ms since start
inhibit_SDC = 0; // allow SDC to be closed

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -4338,7 +4338,7 @@ LOAD C:/ST/STM32CubeIDE_1.17.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.ext
0x08000000 g_pfnVectors
0x08000188 . = ALIGN (0x4)
.text 0x08000188 0x70c4
.text 0x08000188 0x70b4
0x08000188 . = ALIGN (0x4)
*(.text)
.text 0x08000188 0x40 C:/ST/STM32CubeIDE_1.17.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.12.3.rel1.win32_1.1.0.202410251130/tools/bin/../lib/gcc/arm-none-eabi/12.3.1/thumb/v7e-m+fp/hard/crtbegin.o
@ -4370,521 +4370,520 @@ LOAD C:/ST/STM32CubeIDE_1.17.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.ext
0x080007d4 can_init
*fill* 0x080007f2 0x2
.text.can_sendloop
0x080007f4 0x1fc ./Core/Src/can_communication.o
0x080007f4 0x1f0 ./Core/Src/can_communication.o
0x080007f4 can_sendloop
.text.can_error_report
0x080009f0 0x2c ./Core/Src/can_communication.o
0x080009f0 can_error_report
0x080009e4 0x2c ./Core/Src/can_communication.o
0x080009e4 can_error_report
.text.ftcan_msg_received_cb
0x08000a1c 0x6c ./Core/Src/can_communication.o
0x08000a1c ftcan_msg_received_cb
0x08000a10 0x6c ./Core/Src/can_communication.o
0x08000a10 ftcan_msg_received_cb
.text.ftcan_init
0x08000a88 0x40 ./Core/Src/can_halal.o
0x08000a88 ftcan_init
0x08000a7c 0x40 ./Core/Src/can_halal.o
0x08000a7c ftcan_init
.text.ftcan_transmit
0x08000ac8 0x48 ./Core/Src/can_halal.o
0x08000ac8 ftcan_transmit
0x08000abc 0x48 ./Core/Src/can_halal.o
0x08000abc ftcan_transmit
.text.ftcan_add_filter
0x08000b10 0xb8 ./Core/Src/can_halal.o
0x08000b10 ftcan_add_filter
0x08000b04 0xb8 ./Core/Src/can_halal.o
0x08000b04 ftcan_add_filter
.text.HAL_CAN_RxFifo0MsgPendingCallback
0x08000bc8 0x58 ./Core/Src/can_halal.o
0x08000bc8 HAL_CAN_RxFifo0MsgPendingCallback
0x08000bbc 0x58 ./Core/Src/can_halal.o
0x08000bbc HAL_CAN_RxFifo0MsgPendingCallback
.text.ChannelControl_init
0x08000c20 0x34 ./Core/Src/channel_control.o
0x08000c20 ChannelControl_init
0x08000c14 0x34 ./Core/Src/channel_control.o
0x08000c14 ChannelControl_init
.text.ChannelControl_UpdateGPIOs
0x08000c54 0x204 ./Core/Src/channel_control.o
0x08000c54 ChannelControl_UpdateGPIOs
0x08000c48 0x204 ./Core/Src/channel_control.o
0x08000c48 ChannelControl_UpdateGPIOs
.text.current_monitor_init
0x08000e58 0x74 ./Core/Src/current_monitoring.o
0x08000e58 current_monitor_init
0x08000e4c 0x74 ./Core/Src/current_monitoring.o
0x08000e4c current_monitor_init
.text.current_monitor_checklimits
0x08000ecc 0x10 ./Core/Src/current_monitoring.o
0x08000ecc current_monitor_checklimits
*fill* 0x08000edc 0x4
0x08000ec0 0x10 ./Core/Src/current_monitoring.o
0x08000ec0 current_monitor_checklimits
.text.HAL_ADC_ConvCpltCallback
0x08000ee0 0x32c ./Core/Src/current_monitoring.o
0x08000ee0 HAL_ADC_ConvCpltCallback
.text.main 0x0800120c 0x1d8 ./Core/Src/main.o
0x0800120c main
0x08000ed0 0x32c ./Core/Src/current_monitoring.o
0x08000ed0 HAL_ADC_ConvCpltCallback
.text.main 0x080011fc 0x1d8 ./Core/Src/main.o
0x080011fc main
.text.SystemClock_Config
0x080013e4 0xb8 ./Core/Src/main.o
0x080013e4 SystemClock_Config
0x080013d4 0xb8 ./Core/Src/main.o
0x080013d4 SystemClock_Config
.text.MX_ADC1_Init
0x0800149c 0x1a8 ./Core/Src/main.o
0x0800148c 0x1a8 ./Core/Src/main.o
.text.MX_ADC2_Init
0x08001644 0x14c ./Core/Src/main.o
0x08001634 0x14c ./Core/Src/main.o
.text.MX_CAN_Init
0x08001790 0x6c ./Core/Src/main.o
0x08001780 0x6c ./Core/Src/main.o
.text.MX_TIM6_Init
0x080017fc 0x70 ./Core/Src/main.o
0x080017ec 0x70 ./Core/Src/main.o
.text.MX_UART4_Init
0x0800186c 0x60 ./Core/Src/main.o
0x0800185c 0x60 ./Core/Src/main.o
.text.MX_DMA_Init
0x080018cc 0x64 ./Core/Src/main.o
0x080018bc 0x64 ./Core/Src/main.o
.text.MX_GPIO_Init
0x08001930 0x10c ./Core/Src/main.o
0x08001920 0x10c ./Core/Src/main.o
.text.Error_Handler
0x08001a3c 0xc ./Core/Src/main.o
0x08001a3c Error_Handler
0x08001a2c 0xc ./Core/Src/main.o
0x08001a2c Error_Handler
.text.check_plausibility
0x08001a48 0x288 ./Core/Src/plausibility_check.o
0x08001a48 check_plausibility
0x08001a38 0x288 ./Core/Src/plausibility_check.o
0x08001a38 check_plausibility
.text.HAL_MspInit
0x08001cd0 0x48 ./Core/Src/stm32f3xx_hal_msp.o
0x08001cd0 HAL_MspInit
0x08001cc0 0x48 ./Core/Src/stm32f3xx_hal_msp.o
0x08001cc0 HAL_MspInit
.text.HAL_ADC_MspInit
0x08001d18 0x264 ./Core/Src/stm32f3xx_hal_msp.o
0x08001d18 HAL_ADC_MspInit
0x08001d08 0x264 ./Core/Src/stm32f3xx_hal_msp.o
0x08001d08 HAL_ADC_MspInit
.text.HAL_CAN_MspInit
0x08001f7c 0xa8 ./Core/Src/stm32f3xx_hal_msp.o
0x08001f7c HAL_CAN_MspInit
0x08001f6c 0xa8 ./Core/Src/stm32f3xx_hal_msp.o
0x08001f6c HAL_CAN_MspInit
.text.HAL_TIM_Base_MspInit
0x08002024 0x4c ./Core/Src/stm32f3xx_hal_msp.o
0x08002024 HAL_TIM_Base_MspInit
0x08002014 0x4c ./Core/Src/stm32f3xx_hal_msp.o
0x08002014 HAL_TIM_Base_MspInit
.text.HAL_UART_MspInit
0x08002070 0x88 ./Core/Src/stm32f3xx_hal_msp.o
0x08002070 HAL_UART_MspInit
0x08002060 0x88 ./Core/Src/stm32f3xx_hal_msp.o
0x08002060 HAL_UART_MspInit
.text.NMI_Handler
0x080020f8 0x8 ./Core/Src/stm32f3xx_it.o
0x080020f8 NMI_Handler
0x080020e8 0x8 ./Core/Src/stm32f3xx_it.o
0x080020e8 NMI_Handler
.text.HardFault_Handler
0x08002100 0x8 ./Core/Src/stm32f3xx_it.o
0x08002100 HardFault_Handler
0x080020f0 0x8 ./Core/Src/stm32f3xx_it.o
0x080020f0 HardFault_Handler
.text.MemManage_Handler
0x08002108 0x8 ./Core/Src/stm32f3xx_it.o
0x08002108 MemManage_Handler
0x080020f8 0x8 ./Core/Src/stm32f3xx_it.o
0x080020f8 MemManage_Handler
.text.BusFault_Handler
0x08002110 0x8 ./Core/Src/stm32f3xx_it.o
0x08002110 BusFault_Handler
0x08002100 0x8 ./Core/Src/stm32f3xx_it.o
0x08002100 BusFault_Handler
.text.UsageFault_Handler
0x08002118 0x8 ./Core/Src/stm32f3xx_it.o
0x08002118 UsageFault_Handler
0x08002108 0x8 ./Core/Src/stm32f3xx_it.o
0x08002108 UsageFault_Handler
.text.SVC_Handler
0x08002120 0xe ./Core/Src/stm32f3xx_it.o
0x08002120 SVC_Handler
0x08002110 0xe ./Core/Src/stm32f3xx_it.o
0x08002110 SVC_Handler
.text.DebugMon_Handler
0x0800212e 0xe ./Core/Src/stm32f3xx_it.o
0x0800212e DebugMon_Handler
0x0800211e 0xe ./Core/Src/stm32f3xx_it.o
0x0800211e DebugMon_Handler
.text.PendSV_Handler
0x0800213c 0xe ./Core/Src/stm32f3xx_it.o
0x0800213c PendSV_Handler
0x0800212c 0xe ./Core/Src/stm32f3xx_it.o
0x0800212c PendSV_Handler
.text.SysTick_Handler
0x0800214a 0xc ./Core/Src/stm32f3xx_it.o
0x0800214a SysTick_Handler
*fill* 0x08002156 0x2
0x0800213a 0xc ./Core/Src/stm32f3xx_it.o
0x0800213a SysTick_Handler
*fill* 0x08002146 0x2
.text.DMA1_Channel1_IRQHandler
0x08002158 0x14 ./Core/Src/stm32f3xx_it.o
0x08002158 DMA1_Channel1_IRQHandler
0x08002148 0x14 ./Core/Src/stm32f3xx_it.o
0x08002148 DMA1_Channel1_IRQHandler
.text.ADC1_2_IRQHandler
0x0800216c 0x1c ./Core/Src/stm32f3xx_it.o
0x0800216c ADC1_2_IRQHandler
0x0800215c 0x1c ./Core/Src/stm32f3xx_it.o
0x0800215c ADC1_2_IRQHandler
.text.USB_LP_CAN_RX0_IRQHandler
0x08002188 0x14 ./Core/Src/stm32f3xx_it.o
0x08002188 USB_LP_CAN_RX0_IRQHandler
0x08002178 0x14 ./Core/Src/stm32f3xx_it.o
0x08002178 USB_LP_CAN_RX0_IRQHandler
.text.CAN_RX1_IRQHandler
0x0800219c 0x14 ./Core/Src/stm32f3xx_it.o
0x0800219c CAN_RX1_IRQHandler
0x0800218c 0x14 ./Core/Src/stm32f3xx_it.o
0x0800218c CAN_RX1_IRQHandler
.text.TIM6_DAC_IRQHandler
0x080021b0 0x14 ./Core/Src/stm32f3xx_it.o
0x080021b0 TIM6_DAC_IRQHandler
0x080021a0 0x14 ./Core/Src/stm32f3xx_it.o
0x080021a0 TIM6_DAC_IRQHandler
.text.DMA2_Channel1_IRQHandler
0x080021c4 0x14 ./Core/Src/stm32f3xx_it.o
0x080021c4 DMA2_Channel1_IRQHandler
0x080021b4 0x14 ./Core/Src/stm32f3xx_it.o
0x080021b4 DMA2_Channel1_IRQHandler
.text.SystemInit
0x080021d8 0x24 ./Core/Src/system_stm32f3xx.o
0x080021d8 SystemInit
0x080021c8 0x24 ./Core/Src/system_stm32f3xx.o
0x080021c8 SystemInit
.text.Reset_Handler
0x080021fc 0x50 ./Core/Startup/startup_stm32f302rbtx.o
0x080021fc Reset_Handler
0x080021ec 0x50 ./Core/Startup/startup_stm32f302rbtx.o
0x080021ec Reset_Handler
.text.Default_Handler
0x0800224c 0x2 ./Core/Startup/startup_stm32f302rbtx.o
0x0800224c RTC_Alarm_IRQHandler
0x0800224c TIM1_CC_IRQHandler
0x0800224c USB_HP_IRQHandler
0x0800224c PVD_IRQHandler
0x0800224c TAMP_STAMP_IRQHandler
0x0800224c EXTI3_IRQHandler
0x0800224c USB_HP_CAN_TX_IRQHandler
0x0800224c EXTI0_IRQHandler
0x0800224c I2C2_EV_IRQHandler
0x0800224c FPU_IRQHandler
0x0800224c TIM1_UP_TIM16_IRQHandler
0x0800224c SPI1_IRQHandler
0x0800224c CAN_SCE_IRQHandler
0x0800224c DMA2_Channel2_IRQHandler
0x0800224c DMA1_Channel4_IRQHandler
0x0800224c USART3_IRQHandler
0x0800224c DMA1_Channel7_IRQHandler
0x0800224c UART5_IRQHandler
0x0800224c TIM4_IRQHandler
0x0800224c I2C1_EV_IRQHandler
0x0800224c DMA1_Channel6_IRQHandler
0x0800224c UART4_IRQHandler
0x0800224c DMA2_Channel4_IRQHandler
0x0800224c TIM3_IRQHandler
0x0800224c RCC_IRQHandler
0x0800224c Default_Handler
0x0800224c USBWakeUp_RMP_IRQHandler
0x0800224c EXTI15_10_IRQHandler
0x0800224c EXTI9_5_IRQHandler
0x0800224c RTC_WKUP_IRQHandler
0x0800224c SPI2_IRQHandler
0x0800224c DMA2_Channel5_IRQHandler
0x0800224c DMA1_Channel5_IRQHandler
0x0800224c USB_LP_IRQHandler
0x0800224c EXTI4_IRQHandler
0x0800224c COMP1_2_IRQHandler
0x0800224c TIM1_TRG_COM_TIM17_IRQHandler
0x0800224c DMA1_Channel3_IRQHandler
0x0800224c WWDG_IRQHandler
0x0800224c TIM2_IRQHandler
0x0800224c EXTI1_IRQHandler
0x0800224c COMP4_6_IRQHandler
0x0800224c USART2_IRQHandler
0x0800224c I2C2_ER_IRQHandler
0x0800224c DMA1_Channel2_IRQHandler
0x0800224c FLASH_IRQHandler
0x0800224c USART1_IRQHandler
0x0800224c SPI3_IRQHandler
0x0800224c I2C1_ER_IRQHandler
0x0800224c USBWakeUp_IRQHandler
0x0800224c DMA2_Channel3_IRQHandler
0x0800224c EXTI2_TSC_IRQHandler
0x0800224c TIM1_BRK_TIM15_IRQHandler
*fill* 0x0800224e 0x2
0x0800223c 0x2 ./Core/Startup/startup_stm32f302rbtx.o
0x0800223c RTC_Alarm_IRQHandler
0x0800223c TIM1_CC_IRQHandler
0x0800223c USB_HP_IRQHandler
0x0800223c PVD_IRQHandler
0x0800223c TAMP_STAMP_IRQHandler
0x0800223c EXTI3_IRQHandler
0x0800223c USB_HP_CAN_TX_IRQHandler
0x0800223c EXTI0_IRQHandler
0x0800223c I2C2_EV_IRQHandler
0x0800223c FPU_IRQHandler
0x0800223c TIM1_UP_TIM16_IRQHandler
0x0800223c SPI1_IRQHandler
0x0800223c CAN_SCE_IRQHandler
0x0800223c DMA2_Channel2_IRQHandler
0x0800223c DMA1_Channel4_IRQHandler
0x0800223c USART3_IRQHandler
0x0800223c DMA1_Channel7_IRQHandler
0x0800223c UART5_IRQHandler
0x0800223c TIM4_IRQHandler
0x0800223c I2C1_EV_IRQHandler
0x0800223c DMA1_Channel6_IRQHandler
0x0800223c UART4_IRQHandler
0x0800223c DMA2_Channel4_IRQHandler
0x0800223c TIM3_IRQHandler
0x0800223c RCC_IRQHandler
0x0800223c Default_Handler
0x0800223c USBWakeUp_RMP_IRQHandler
0x0800223c EXTI15_10_IRQHandler
0x0800223c EXTI9_5_IRQHandler
0x0800223c RTC_WKUP_IRQHandler
0x0800223c SPI2_IRQHandler
0x0800223c DMA2_Channel5_IRQHandler
0x0800223c DMA1_Channel5_IRQHandler
0x0800223c USB_LP_IRQHandler
0x0800223c EXTI4_IRQHandler
0x0800223c COMP1_2_IRQHandler
0x0800223c TIM1_TRG_COM_TIM17_IRQHandler
0x0800223c DMA1_Channel3_IRQHandler
0x0800223c WWDG_IRQHandler
0x0800223c TIM2_IRQHandler
0x0800223c EXTI1_IRQHandler
0x0800223c COMP4_6_IRQHandler
0x0800223c USART2_IRQHandler
0x0800223c I2C2_ER_IRQHandler
0x0800223c DMA1_Channel2_IRQHandler
0x0800223c FLASH_IRQHandler
0x0800223c USART1_IRQHandler
0x0800223c SPI3_IRQHandler
0x0800223c I2C1_ER_IRQHandler
0x0800223c USBWakeUp_IRQHandler
0x0800223c DMA2_Channel3_IRQHandler
0x0800223c EXTI2_TSC_IRQHandler
0x0800223c TIM1_BRK_TIM15_IRQHandler
*fill* 0x0800223e 0x2
.text.HAL_Init
0x08002250 0x2c ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal.o
0x08002250 HAL_Init
0x08002240 0x2c ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal.o
0x08002240 HAL_Init
.text.HAL_InitTick
0x0800227c 0x60 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal.o
0x0800227c HAL_InitTick
0x0800226c 0x60 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal.o
0x0800226c HAL_InitTick
.text.HAL_IncTick
0x080022dc 0x28 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal.o
0x080022dc HAL_IncTick
0x080022cc 0x28 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal.o
0x080022cc HAL_IncTick
.text.HAL_GetTick
0x08002304 0x18 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal.o
0x08002304 HAL_GetTick
0x080022f4 0x18 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal.o
0x080022f4 HAL_GetTick
.text.HAL_Delay
0x0800231c 0x48 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal.o
0x0800231c HAL_Delay
0x0800230c 0x48 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal.o
0x0800230c HAL_Delay
.text.HAL_ADC_ConvHalfCpltCallback
0x08002364 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_adc.o
0x08002364 HAL_ADC_ConvHalfCpltCallback
0x08002354 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_adc.o
0x08002354 HAL_ADC_ConvHalfCpltCallback
.text.HAL_ADC_LevelOutOfWindowCallback
0x08002378 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_adc.o
0x08002378 HAL_ADC_LevelOutOfWindowCallback
0x08002368 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_adc.o
0x08002368 HAL_ADC_LevelOutOfWindowCallback
.text.HAL_ADC_ErrorCallback
0x0800238c 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_adc.o
0x0800238c HAL_ADC_ErrorCallback
0x0800237c 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_adc.o
0x0800237c HAL_ADC_ErrorCallback
.text.HAL_ADC_Init
0x080023a0 0x324 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_adc_ex.o
0x080023a0 HAL_ADC_Init
0x08002390 0x324 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_adc_ex.o
0x08002390 HAL_ADC_Init
.text.HAL_ADC_Start_DMA
0x080026c4 0x1b4 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_adc_ex.o
0x080026c4 HAL_ADC_Start_DMA
0x080026b4 0x1b4 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_adc_ex.o
0x080026b4 HAL_ADC_Start_DMA
.text.HAL_ADC_IRQHandler
0x08002878 0x3f4 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_adc_ex.o
0x08002878 HAL_ADC_IRQHandler
0x08002868 0x3f4 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_adc_ex.o
0x08002868 HAL_ADC_IRQHandler
.text.HAL_ADCEx_InjectedConvCpltCallback
0x08002c6c 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_adc_ex.o
0x08002c6c HAL_ADCEx_InjectedConvCpltCallback
0x08002c5c 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_adc_ex.o
0x08002c5c HAL_ADCEx_InjectedConvCpltCallback
.text.HAL_ADCEx_InjectedQueueOverflowCallback
0x08002c80 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_adc_ex.o
0x08002c80 HAL_ADCEx_InjectedQueueOverflowCallback
0x08002c70 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_adc_ex.o
0x08002c70 HAL_ADCEx_InjectedQueueOverflowCallback
.text.HAL_ADCEx_LevelOutOfWindow2Callback
0x08002c94 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_adc_ex.o
0x08002c94 HAL_ADCEx_LevelOutOfWindow2Callback
0x08002c84 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_adc_ex.o
0x08002c84 HAL_ADCEx_LevelOutOfWindow2Callback
.text.HAL_ADCEx_LevelOutOfWindow3Callback
0x08002ca8 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_adc_ex.o
0x08002ca8 HAL_ADCEx_LevelOutOfWindow3Callback
0x08002c98 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_adc_ex.o
0x08002c98 HAL_ADCEx_LevelOutOfWindow3Callback
.text.HAL_ADC_ConfigChannel
0x08002cbc 0x57c ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_adc_ex.o
0x08002cbc HAL_ADC_ConfigChannel
0x08002cac 0x57c ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_adc_ex.o
0x08002cac HAL_ADC_ConfigChannel
.text.HAL_ADCEx_MultiModeConfigChannel
0x08003238 0x18c ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_adc_ex.o
0x08003238 HAL_ADCEx_MultiModeConfigChannel
0x08003228 0x18c ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_adc_ex.o
0x08003228 HAL_ADCEx_MultiModeConfigChannel
.text.ADC_DMAConvCplt
0x080033c4 0x7a ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_adc_ex.o
0x080033b4 0x7a ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_adc_ex.o
.text.ADC_DMAHalfConvCplt
0x0800343e 0x1c ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_adc_ex.o
0x0800342e 0x1c ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_adc_ex.o
.text.ADC_DMAError
0x0800345a 0x34 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_adc_ex.o
*fill* 0x0800348e 0x2
0x0800344a 0x34 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_adc_ex.o
*fill* 0x0800347e 0x2
.text.ADC_Enable
0x08003490 0xc8 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_adc_ex.o
0x08003480 0xc8 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_adc_ex.o
.text.ADC_Disable
0x08003558 0xcc ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_adc_ex.o
0x08003548 0xcc ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_adc_ex.o
.text.HAL_CAN_Init
0x08003624 0x1f6 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_can.o
0x08003624 HAL_CAN_Init
0x08003614 0x1f6 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_can.o
0x08003614 HAL_CAN_Init
.text.HAL_CAN_ConfigFilter
0x0800381a 0x194 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_can.o
0x0800381a HAL_CAN_ConfigFilter
0x0800380a 0x194 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_can.o
0x0800380a HAL_CAN_ConfigFilter
.text.HAL_CAN_Start
0x080039ae 0x88 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_can.o
0x080039ae HAL_CAN_Start
0x0800399e 0x88 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_can.o
0x0800399e HAL_CAN_Start
.text.HAL_CAN_AddTxMessage
0x08003a36 0x1a0 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_can.o
0x08003a36 HAL_CAN_AddTxMessage
0x08003a26 0x1a0 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_can.o
0x08003a26 HAL_CAN_AddTxMessage
.text.HAL_CAN_GetRxMessage
0x08003bd6 0x244 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_can.o
0x08003bd6 HAL_CAN_GetRxMessage
0x08003bc6 0x244 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_can.o
0x08003bc6 HAL_CAN_GetRxMessage
.text.HAL_CAN_ActivateNotification
0x08003e1a 0x4c ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_can.o
0x08003e1a HAL_CAN_ActivateNotification
0x08003e0a 0x4c ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_can.o
0x08003e0a HAL_CAN_ActivateNotification
.text.HAL_CAN_IRQHandler
0x08003e66 0x36e ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_can.o
0x08003e66 HAL_CAN_IRQHandler
0x08003e56 0x36e ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_can.o
0x08003e56 HAL_CAN_IRQHandler
.text.HAL_CAN_TxMailbox0CompleteCallback
0x080041d4 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_can.o
0x080041d4 HAL_CAN_TxMailbox0CompleteCallback
0x080041c4 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_can.o
0x080041c4 HAL_CAN_TxMailbox0CompleteCallback
.text.HAL_CAN_TxMailbox1CompleteCallback
0x080041e8 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_can.o
0x080041e8 HAL_CAN_TxMailbox1CompleteCallback
0x080041d8 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_can.o
0x080041d8 HAL_CAN_TxMailbox1CompleteCallback
.text.HAL_CAN_TxMailbox2CompleteCallback
0x080041fc 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_can.o
0x080041fc HAL_CAN_TxMailbox2CompleteCallback
0x080041ec 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_can.o
0x080041ec HAL_CAN_TxMailbox2CompleteCallback
.text.HAL_CAN_TxMailbox0AbortCallback
0x08004210 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_can.o
0x08004210 HAL_CAN_TxMailbox0AbortCallback
0x08004200 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_can.o
0x08004200 HAL_CAN_TxMailbox0AbortCallback
.text.HAL_CAN_TxMailbox1AbortCallback
0x08004224 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_can.o
0x08004224 HAL_CAN_TxMailbox1AbortCallback
0x08004214 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_can.o
0x08004214 HAL_CAN_TxMailbox1AbortCallback
.text.HAL_CAN_TxMailbox2AbortCallback
0x08004238 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_can.o
0x08004238 HAL_CAN_TxMailbox2AbortCallback
0x08004228 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_can.o
0x08004228 HAL_CAN_TxMailbox2AbortCallback
.text.HAL_CAN_RxFifo0FullCallback
0x0800424c 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_can.o
0x0800424c HAL_CAN_RxFifo0FullCallback
0x0800423c 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_can.o
0x0800423c HAL_CAN_RxFifo0FullCallback
.text.HAL_CAN_RxFifo1MsgPendingCallback
0x08004260 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_can.o
0x08004260 HAL_CAN_RxFifo1MsgPendingCallback
0x08004250 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_can.o
0x08004250 HAL_CAN_RxFifo1MsgPendingCallback
.text.HAL_CAN_RxFifo1FullCallback
0x08004274 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_can.o
0x08004274 HAL_CAN_RxFifo1FullCallback
0x08004264 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_can.o
0x08004264 HAL_CAN_RxFifo1FullCallback
.text.HAL_CAN_SleepCallback
0x08004288 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_can.o
0x08004288 HAL_CAN_SleepCallback
0x08004278 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_can.o
0x08004278 HAL_CAN_SleepCallback
.text.HAL_CAN_WakeUpFromRxMsgCallback
0x0800429c 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_can.o
0x0800429c HAL_CAN_WakeUpFromRxMsgCallback
0x0800428c 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_can.o
0x0800428c HAL_CAN_WakeUpFromRxMsgCallback
.text.HAL_CAN_ErrorCallback
0x080042b0 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_can.o
0x080042b0 HAL_CAN_ErrorCallback
0x080042a0 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_can.o
0x080042a0 HAL_CAN_ErrorCallback
.text.__NVIC_SetPriorityGrouping
0x080042c4 0x48 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_cortex.o
0x080042b4 0x48 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_cortex.o
.text.__NVIC_GetPriorityGrouping
0x0800430c 0x1c ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_cortex.o
0x080042fc 0x1c ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_cortex.o
.text.__NVIC_EnableIRQ
0x08004328 0x3c ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_cortex.o
0x08004318 0x3c ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_cortex.o
.text.__NVIC_SetPriority
0x08004364 0x54 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_cortex.o
0x08004354 0x54 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_cortex.o
.text.NVIC_EncodePriority
0x080043b8 0x66 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_cortex.o
*fill* 0x0800441e 0x2
0x080043a8 0x66 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_cortex.o
*fill* 0x0800440e 0x2
.text.SysTick_Config
0x08004420 0x44 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_cortex.o
0x08004410 0x44 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_cortex.o
.text.HAL_NVIC_SetPriorityGrouping
0x08004464 0x16 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_cortex.o
0x08004464 HAL_NVIC_SetPriorityGrouping
0x08004454 0x16 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_cortex.o
0x08004454 HAL_NVIC_SetPriorityGrouping
.text.HAL_NVIC_SetPriority
0x0800447a 0x38 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_cortex.o
0x0800447a HAL_NVIC_SetPriority
0x0800446a 0x38 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_cortex.o
0x0800446a HAL_NVIC_SetPriority
.text.HAL_NVIC_EnableIRQ
0x080044b2 0x1c ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_cortex.o
0x080044b2 HAL_NVIC_EnableIRQ
0x080044a2 0x1c ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_cortex.o
0x080044a2 HAL_NVIC_EnableIRQ
.text.HAL_SYSTICK_Config
0x080044ce 0x18 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_cortex.o
0x080044ce HAL_SYSTICK_Config
0x080044be 0x18 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_cortex.o
0x080044be HAL_SYSTICK_Config
.text.HAL_DMA_Init
0x080044e6 0x8e ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.o
0x080044e6 HAL_DMA_Init
0x080044d6 0x8e ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.o
0x080044d6 HAL_DMA_Init
.text.HAL_DMA_Start_IT
0x08004574 0xbe ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.o
0x08004574 HAL_DMA_Start_IT
0x08004564 0xbe ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.o
0x08004564 HAL_DMA_Start_IT
.text.HAL_DMA_IRQHandler
0x08004632 0x146 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.o
0x08004632 HAL_DMA_IRQHandler
0x08004622 0x146 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.o
0x08004622 HAL_DMA_IRQHandler
.text.DMA_SetConfig
0x08004778 0x5c ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.o
0x08004768 0x5c ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.o
.text.DMA_CalcBaseAndBitshift
0x080047d4 0x78 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.o
0x080047c4 0x78 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.o
.text.HAL_GPIO_Init
0x0800484c 0x2f4 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_gpio.o
0x0800484c HAL_GPIO_Init
0x0800483c 0x2f4 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_gpio.o
0x0800483c HAL_GPIO_Init
.text.HAL_GPIO_WritePin
0x08004b40 0x30 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_gpio.o
0x08004b40 HAL_GPIO_WritePin
0x08004b30 0x30 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_gpio.o
0x08004b30 HAL_GPIO_WritePin
.text.HAL_RCC_OscConfig
0x08004b70 0x107c ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_rcc.o
0x08004b70 HAL_RCC_OscConfig
0x08004b60 0x107c ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_rcc.o
0x08004b60 HAL_RCC_OscConfig
.text.HAL_RCC_ClockConfig
0x08005bec 0x2f8 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_rcc.o
0x08005bec HAL_RCC_ClockConfig
0x08005bdc 0x2f8 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_rcc.o
0x08005bdc HAL_RCC_ClockConfig
.text.HAL_RCC_GetSysClockFreq
0x08005ee4 0xac ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_rcc.o
0x08005ee4 HAL_RCC_GetSysClockFreq
0x08005ed4 0xac ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_rcc.o
0x08005ed4 HAL_RCC_GetSysClockFreq
.text.HAL_RCC_GetHCLKFreq
0x08005f90 0x18 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_rcc.o
0x08005f90 HAL_RCC_GetHCLKFreq
0x08005f80 0x18 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_rcc.o
0x08005f80 HAL_RCC_GetHCLKFreq
.text.HAL_RCC_GetPCLK1Freq
0x08005fa8 0x44 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_rcc.o
0x08005fa8 HAL_RCC_GetPCLK1Freq
0x08005f98 0x44 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_rcc.o
0x08005f98 HAL_RCC_GetPCLK1Freq
.text.HAL_RCC_GetPCLK2Freq
0x08005fec 0x44 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_rcc.o
0x08005fec HAL_RCC_GetPCLK2Freq
0x08005fdc 0x44 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_rcc.o
0x08005fdc HAL_RCC_GetPCLK2Freq
.text.HAL_RCCEx_PeriphCLKConfig
0x08006030 0x324 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_rcc_ex.o
0x08006030 HAL_RCCEx_PeriphCLKConfig
0x08006020 0x324 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_rcc_ex.o
0x08006020 HAL_RCCEx_PeriphCLKConfig
.text.HAL_TIM_Base_Init
0x08006354 0xae ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_tim.o
0x08006354 HAL_TIM_Base_Init
*fill* 0x08006402 0x2
0x08006344 0xae ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_tim.o
0x08006344 HAL_TIM_Base_Init
*fill* 0x080063f2 0x2
.text.HAL_TIM_Base_Start
0x08006404 0xb4 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_tim.o
0x08006404 HAL_TIM_Base_Start
0x080063f4 0xb4 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_tim.o
0x080063f4 HAL_TIM_Base_Start
.text.HAL_TIM_IRQHandler
0x080064b8 0x204 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_tim.o
0x080064b8 HAL_TIM_IRQHandler
0x080064a8 0x204 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_tim.o
0x080064a8 HAL_TIM_IRQHandler
.text.HAL_TIM_PeriodElapsedCallback
0x080066bc 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_tim.o
0x080066bc HAL_TIM_PeriodElapsedCallback
0x080066ac 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_tim.o
0x080066ac HAL_TIM_PeriodElapsedCallback
.text.HAL_TIM_OC_DelayElapsedCallback
0x080066d0 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_tim.o
0x080066d0 HAL_TIM_OC_DelayElapsedCallback
0x080066c0 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_tim.o
0x080066c0 HAL_TIM_OC_DelayElapsedCallback
.text.HAL_TIM_IC_CaptureCallback
0x080066e4 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_tim.o
0x080066e4 HAL_TIM_IC_CaptureCallback
0x080066d4 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_tim.o
0x080066d4 HAL_TIM_IC_CaptureCallback
.text.HAL_TIM_PWM_PulseFinishedCallback
0x080066f8 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_tim.o
0x080066f8 HAL_TIM_PWM_PulseFinishedCallback
0x080066e8 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_tim.o
0x080066e8 HAL_TIM_PWM_PulseFinishedCallback
.text.HAL_TIM_TriggerCallback
0x0800670c 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_tim.o
0x0800670c HAL_TIM_TriggerCallback
0x080066fc 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_tim.o
0x080066fc HAL_TIM_TriggerCallback
.text.TIM_Base_SetConfig
0x08006720 0x11c ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_tim.o
0x08006720 TIM_Base_SetConfig
0x08006710 0x11c ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_tim.o
0x08006710 TIM_Base_SetConfig
.text.HAL_TIMEx_MasterConfigSynchronization
0x0800683c 0xe8 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_tim_ex.o
0x0800683c HAL_TIMEx_MasterConfigSynchronization
0x0800682c 0xe8 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_tim_ex.o
0x0800682c HAL_TIMEx_MasterConfigSynchronization
.text.HAL_TIMEx_CommutCallback
0x08006924 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_tim_ex.o
0x08006924 HAL_TIMEx_CommutCallback
0x08006914 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_tim_ex.o
0x08006914 HAL_TIMEx_CommutCallback
.text.HAL_TIMEx_BreakCallback
0x08006938 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_tim_ex.o
0x08006938 HAL_TIMEx_BreakCallback
0x08006928 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_tim_ex.o
0x08006928 HAL_TIMEx_BreakCallback
.text.HAL_TIMEx_Break2Callback
0x0800694c 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_tim_ex.o
0x0800694c HAL_TIMEx_Break2Callback
0x0800693c 0x14 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_tim_ex.o
0x0800693c HAL_TIMEx_Break2Callback
.text.HAL_UART_Init
0x08006960 0x9c ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_uart.o
0x08006960 HAL_UART_Init
0x08006950 0x9c ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_uart.o
0x08006950 HAL_UART_Init
.text.UART_SetConfig
0x080069fc 0x3a8 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_uart.o
0x080069fc UART_SetConfig
0x080069ec 0x3a8 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_uart.o
0x080069ec UART_SetConfig
.text.UART_AdvFeatureConfig
0x08006da4 0x144 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_uart.o
0x08006da4 UART_AdvFeatureConfig
0x08006d94 0x144 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_uart.o
0x08006d94 UART_AdvFeatureConfig
.text.UART_CheckIdleState
0x08006ee8 0x150 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_uart.o
0x08006ee8 UART_CheckIdleState
0x08006ed8 0x150 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_uart.o
0x08006ed8 UART_CheckIdleState
.text.UART_WaitOnFlagUntilTimeout
0x08007038 0xda ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_uart.o
0x08007038 UART_WaitOnFlagUntilTimeout
0x08007028 0xda ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_uart.o
0x08007028 UART_WaitOnFlagUntilTimeout
.text.UART_EndRxTransfer
0x08007112 0xc8 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_uart.o
.text.memset 0x080071da 0x10 C:/ST/STM32CubeIDE_1.17.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.12.3.rel1.win32_1.1.0.202410251130/tools/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/lib/thumb/v7e-m+fp/hard\libc_nano.a(libc_a-memset.o)
0x080071da memset
*fill* 0x080071ea 0x2
0x08007102 0xc8 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_uart.o
.text.memset 0x080071ca 0x10 C:/ST/STM32CubeIDE_1.17.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.12.3.rel1.win32_1.1.0.202410251130/tools/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/lib/thumb/v7e-m+fp/hard\libc_nano.a(libc_a-memset.o)
0x080071ca memset
*fill* 0x080071da 0x2
.text.__libc_init_array
0x080071ec 0x48 C:/ST/STM32CubeIDE_1.17.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.12.3.rel1.win32_1.1.0.202410251130/tools/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/lib/thumb/v7e-m+fp/hard\libc_nano.a(libc_a-init.o)
0x080071ec __libc_init_array
0x080071dc 0x48 C:/ST/STM32CubeIDE_1.17.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.12.3.rel1.win32_1.1.0.202410251130/tools/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/lib/thumb/v7e-m+fp/hard\libc_nano.a(libc_a-init.o)
0x080071dc __libc_init_array
*(.glue_7)
.glue_7 0x08007234 0x0 linker stubs
.glue_7 0x08007224 0x0 linker stubs
*(.glue_7t)
.glue_7t 0x08007234 0x0 linker stubs
.glue_7t 0x08007224 0x0 linker stubs
*(.eh_frame)
.eh_frame 0x08007234 0x0 C:/ST/STM32CubeIDE_1.17.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.12.3.rel1.win32_1.1.0.202410251130/tools/bin/../lib/gcc/arm-none-eabi/12.3.1/thumb/v7e-m+fp/hard/crtbegin.o
.eh_frame 0x08007224 0x0 C:/ST/STM32CubeIDE_1.17.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.12.3.rel1.win32_1.1.0.202410251130/tools/bin/../lib/gcc/arm-none-eabi/12.3.1/thumb/v7e-m+fp/hard/crtbegin.o
*(.init)
.init 0x08007234 0x4 C:/ST/STM32CubeIDE_1.17.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.12.3.rel1.win32_1.1.0.202410251130/tools/bin/../lib/gcc/arm-none-eabi/12.3.1/thumb/v7e-m+fp/hard/crti.o
0x08007234 _init
.init 0x08007238 0x8 C:/ST/STM32CubeIDE_1.17.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.12.3.rel1.win32_1.1.0.202410251130/tools/bin/../lib/gcc/arm-none-eabi/12.3.1/thumb/v7e-m+fp/hard/crtn.o
.init 0x08007224 0x4 C:/ST/STM32CubeIDE_1.17.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.12.3.rel1.win32_1.1.0.202410251130/tools/bin/../lib/gcc/arm-none-eabi/12.3.1/thumb/v7e-m+fp/hard/crti.o
0x08007224 _init
.init 0x08007228 0x8 C:/ST/STM32CubeIDE_1.17.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.12.3.rel1.win32_1.1.0.202410251130/tools/bin/../lib/gcc/arm-none-eabi/12.3.1/thumb/v7e-m+fp/hard/crtn.o
*(.fini)
.fini 0x08007240 0x4 C:/ST/STM32CubeIDE_1.17.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.12.3.rel1.win32_1.1.0.202410251130/tools/bin/../lib/gcc/arm-none-eabi/12.3.1/thumb/v7e-m+fp/hard/crti.o
0x08007240 _fini
.fini 0x08007244 0x8 C:/ST/STM32CubeIDE_1.17.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.12.3.rel1.win32_1.1.0.202410251130/tools/bin/../lib/gcc/arm-none-eabi/12.3.1/thumb/v7e-m+fp/hard/crtn.o
0x0800724c . = ALIGN (0x4)
0x0800724c _etext = .
.fini 0x08007230 0x4 C:/ST/STM32CubeIDE_1.17.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.12.3.rel1.win32_1.1.0.202410251130/tools/bin/../lib/gcc/arm-none-eabi/12.3.1/thumb/v7e-m+fp/hard/crti.o
0x08007230 _fini
.fini 0x08007234 0x8 C:/ST/STM32CubeIDE_1.17.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.12.3.rel1.win32_1.1.0.202410251130/tools/bin/../lib/gcc/arm-none-eabi/12.3.1/thumb/v7e-m+fp/hard/crtn.o
0x0800723c . = ALIGN (0x4)
0x0800723c _etext = .
.vfp11_veneer 0x0800724c 0x0
.vfp11_veneer 0x0800724c 0x0 linker stubs
.vfp11_veneer 0x0800723c 0x0
.vfp11_veneer 0x0800723c 0x0 linker stubs
.v4_bx 0x0800724c 0x0
.v4_bx 0x0800724c 0x0 linker stubs
.v4_bx 0x0800723c 0x0
.v4_bx 0x0800723c 0x0 linker stubs
.iplt 0x0800724c 0x0
.iplt 0x0800724c 0x0 C:/ST/STM32CubeIDE_1.17.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.12.3.rel1.win32_1.1.0.202410251130/tools/bin/../lib/gcc/arm-none-eabi/12.3.1/thumb/v7e-m+fp/hard/crtbegin.o
.iplt 0x0800723c 0x0
.iplt 0x0800723c 0x0 C:/ST/STM32CubeIDE_1.17.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.12.3.rel1.win32_1.1.0.202410251130/tools/bin/../lib/gcc/arm-none-eabi/12.3.1/thumb/v7e-m+fp/hard/crtbegin.o
.rodata 0x0800724c 0x38
0x0800724c . = ALIGN (0x4)
.rodata 0x0800723c 0x38
0x0800723c . = ALIGN (0x4)
*(.rodata)
*(.rodata*)
.rodata.AHBPrescTable
0x0800724c 0x10 ./Core/Src/system_stm32f3xx.o
0x0800724c AHBPrescTable
0x0800723c 0x10 ./Core/Src/system_stm32f3xx.o
0x0800723c AHBPrescTable
.rodata.APBPrescTable
0x0800725c 0x8 ./Core/Src/system_stm32f3xx.o
0x0800725c APBPrescTable
0x0800724c 0x8 ./Core/Src/system_stm32f3xx.o
0x0800724c APBPrescTable
.rodata.aPLLMULFactorTable
0x08007264 0x10 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_rcc.o
0x08007254 0x10 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_rcc.o
.rodata.aPredivFactorTable
0x08007274 0x10 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_rcc.o
0x08007284 . = ALIGN (0x4)
0x08007264 0x10 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_rcc.o
0x08007274 . = ALIGN (0x4)
.ARM.extab 0x08007284 0x0
0x08007284 . = ALIGN (0x4)
.ARM.extab 0x08007274 0x0
0x08007274 . = ALIGN (0x4)
*(.ARM.extab* .gnu.linkonce.armextab.*)
0x08007284 . = ALIGN (0x4)
0x08007274 . = ALIGN (0x4)
.ARM 0x08007284 0x0
0x08007284 . = ALIGN (0x4)
0x08007284 __exidx_start = .
.ARM 0x08007274 0x0
0x08007274 . = ALIGN (0x4)
0x08007274 __exidx_start = .
*(.ARM.exidx*)
0x08007284 __exidx_end = .
0x08007284 . = ALIGN (0x4)
0x08007274 __exidx_end = .
0x08007274 . = ALIGN (0x4)
.preinit_array 0x08007284 0x0
0x08007284 . = ALIGN (0x4)
0x08007284 PROVIDE (__preinit_array_start = .)
.preinit_array 0x08007274 0x0
0x08007274 . = ALIGN (0x4)
0x08007274 PROVIDE (__preinit_array_start = .)
*(.preinit_array*)
0x08007284 PROVIDE (__preinit_array_end = .)
0x08007284 . = ALIGN (0x4)
0x08007274 PROVIDE (__preinit_array_end = .)
0x08007274 . = ALIGN (0x4)
.init_array 0x08007284 0x4
0x08007284 . = ALIGN (0x4)
0x08007284 PROVIDE (__init_array_start = .)
.init_array 0x08007274 0x4
0x08007274 . = ALIGN (0x4)
0x08007274 PROVIDE (__init_array_start = .)
*(SORT_BY_NAME(.init_array.*))
*(.init_array*)
.init_array 0x08007284 0x4 C:/ST/STM32CubeIDE_1.17.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.12.3.rel1.win32_1.1.0.202410251130/tools/bin/../lib/gcc/arm-none-eabi/12.3.1/thumb/v7e-m+fp/hard/crtbegin.o
0x08007288 PROVIDE (__init_array_end = .)
0x08007288 . = ALIGN (0x4)
.init_array 0x08007274 0x4 C:/ST/STM32CubeIDE_1.17.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.12.3.rel1.win32_1.1.0.202410251130/tools/bin/../lib/gcc/arm-none-eabi/12.3.1/thumb/v7e-m+fp/hard/crtbegin.o
0x08007278 PROVIDE (__init_array_end = .)
0x08007278 . = ALIGN (0x4)
.fini_array 0x08007288 0x4
0x08007288 . = ALIGN (0x4)
.fini_array 0x08007278 0x4
0x08007278 . = ALIGN (0x4)
[!provide] PROVIDE (__fini_array_start = .)
*(SORT_BY_NAME(.fini_array.*))
*(.fini_array*)
.fini_array 0x08007288 0x4 C:/ST/STM32CubeIDE_1.17.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.12.3.rel1.win32_1.1.0.202410251130/tools/bin/../lib/gcc/arm-none-eabi/12.3.1/thumb/v7e-m+fp/hard/crtbegin.o
.fini_array 0x08007278 0x4 C:/ST/STM32CubeIDE_1.17.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.12.3.rel1.win32_1.1.0.202410251130/tools/bin/../lib/gcc/arm-none-eabi/12.3.1/thumb/v7e-m+fp/hard/crtbegin.o
[!provide] PROVIDE (__fini_array_end = .)
0x0800728c . = ALIGN (0x4)
0x0800728c _sidata = LOADADDR (.data)
0x0800727c . = ALIGN (0x4)
0x0800727c _sidata = LOADADDR (.data)
.rel.dyn 0x0800728c 0x0
.rel.iplt 0x0800728c 0x0 C:/ST/STM32CubeIDE_1.17.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.12.3.rel1.win32_1.1.0.202410251130/tools/bin/../lib/gcc/arm-none-eabi/12.3.1/thumb/v7e-m+fp/hard/crtbegin.o
.rel.dyn 0x0800727c 0x0
.rel.iplt 0x0800727c 0x0 C:/ST/STM32CubeIDE_1.17.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.12.3.rel1.win32_1.1.0.202410251130/tools/bin/../lib/gcc/arm-none-eabi/12.3.1/thumb/v7e-m+fp/hard/crtbegin.o
.data 0x20000000 0xc load address 0x0800728c
.data 0x20000000 0xc load address 0x0800727c
0x20000000 . = ALIGN (0x4)
0x20000000 _sdata = .
*(.data)
@ -4904,11 +4903,11 @@ LOAD C:/ST/STM32CubeIDE_1.17.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.ext
*fill* 0x20000009 0x3
0x2000000c _edata = .
.igot.plt 0x2000000c 0x0 load address 0x08007298
.igot.plt 0x2000000c 0x0 load address 0x08007288
.igot.plt 0x2000000c 0x0 C:/ST/STM32CubeIDE_1.17.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.12.3.rel1.win32_1.1.0.202410251130/tools/bin/../lib/gcc/arm-none-eabi/12.3.1/thumb/v7e-m+fp/hard/crtbegin.o
0x2000000c . = ALIGN (0x4)
.bss 0x2000000c 0x2f4 load address 0x08007298
.bss 0x2000000c 0x2f4 load address 0x08007288
0x2000000c _sbss = .
0x2000000c __bss_start__ = _sbss
*(.bss)
@ -4987,7 +4986,7 @@ LOAD C:/ST/STM32CubeIDE_1.17.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.ext
0x20000300 __bss_end__ = _ebss
._user_heap_stack
0x20000300 0x600 load address 0x08007298
0x20000300 0x600 load address 0x08007288
0x20000300 . = ALIGN (0x8)
[!provide] PROVIDE (end = .)
0x20000300 PROVIDE (_end = .)
@ -5304,29 +5303,29 @@ LOAD C:/ST/STM32CubeIDE_1.17.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.ext
.debug_macro 0x0001e61d 0x1fa ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_tim_ex.o
.debug_macro 0x0001e817 0x217 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_uart.o
.debug_line 0x00000000 0x170a9
.debug_line 0x00000000 0x982 ./Core/Src/can_communication.o
.debug_line 0x00000982 0xadb ./Core/Src/can_halal.o
.debug_line 0x0000145d 0x8c1 ./Core/Src/channel_control.o
.debug_line 0x00001d1e 0x942 ./Core/Src/current_monitoring.o
.debug_line 0x00002660 0xbba ./Core/Src/main.o
.debug_line 0x0000321a 0x96d ./Core/Src/plausibility_check.o
.debug_line 0x00003b87 0x9a8 ./Core/Src/stm32f3xx_hal_msp.o
.debug_line 0x0000452f 0x90d ./Core/Src/stm32f3xx_it.o
.debug_line 0x00004e3c 0x833 ./Core/Src/system_stm32f3xx.o
.debug_line 0x0000566f 0x7a ./Core/Startup/startup_stm32f302rbtx.o
.debug_line 0x000056e9 0xa6b ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal.o
.debug_line 0x00006154 0x9a9 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_adc.o
.debug_line 0x00006afd 0x2149 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_adc_ex.o
.debug_line 0x00008c46 0x1245 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_can.o
.debug_line 0x00009e8b 0xd58 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_cortex.o
.debug_line 0x0000abe3 0xd79 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.o
.debug_line 0x0000b95c 0xbe2 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_gpio.o
.debug_line 0x0000c53e 0x1400 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_rcc.o
.debug_line 0x0000d93e 0xd2d ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_rcc_ex.o
.debug_line 0x0000e66b 0x3d97 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_tim.o
.debug_line 0x00012402 0x1b09 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_tim_ex.o
.debug_line 0x00013f0b 0x319e ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_uart.o
.debug_line 0x00000000 0x170a1
.debug_line 0x00000000 0x978 ./Core/Src/can_communication.o
.debug_line 0x00000978 0xadb ./Core/Src/can_halal.o
.debug_line 0x00001453 0x8c1 ./Core/Src/channel_control.o
.debug_line 0x00001d14 0x942 ./Core/Src/current_monitoring.o
.debug_line 0x00002656 0xbbc ./Core/Src/main.o
.debug_line 0x00003212 0x96d ./Core/Src/plausibility_check.o
.debug_line 0x00003b7f 0x9a8 ./Core/Src/stm32f3xx_hal_msp.o
.debug_line 0x00004527 0x90d ./Core/Src/stm32f3xx_it.o
.debug_line 0x00004e34 0x833 ./Core/Src/system_stm32f3xx.o
.debug_line 0x00005667 0x7a ./Core/Startup/startup_stm32f302rbtx.o
.debug_line 0x000056e1 0xa6b ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal.o
.debug_line 0x0000614c 0x9a9 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_adc.o
.debug_line 0x00006af5 0x2149 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_adc_ex.o
.debug_line 0x00008c3e 0x1245 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_can.o
.debug_line 0x00009e83 0xd58 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_cortex.o
.debug_line 0x0000abdb 0xd79 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.o
.debug_line 0x0000b954 0xbe2 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_gpio.o
.debug_line 0x0000c536 0x1400 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_rcc.o
.debug_line 0x0000d936 0xd2d ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_rcc_ex.o
.debug_line 0x0000e663 0x3d97 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_tim.o
.debug_line 0x000123fa 0x1b09 ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_tim_ex.o
.debug_line 0x00013f03 0x319e ./Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_uart.o
.debug_str 0x00000000 0xb7df6
.debug_str 0x00000000 0xaf885 ./Core/Src/can_communication.o

View File

@ -392,14 +392,14 @@ ProjectManager.FreePins=false
ProjectManager.HalAssertFull=false
ProjectManager.HeapSize=0x200
ProjectManager.KeepUserCode=true
ProjectManager.LastFirmware=true
ProjectManager.LastFirmware=false
ProjectManager.LibraryCopy=0
ProjectManager.MainLocation=Core/Src
ProjectManager.NoMain=false
ProjectManager.PreviousToolchain=
ProjectManager.ProjectBuild=false
ProjectManager.ProjectFileName=STM.ioc
ProjectManager.ProjectName=STM
ProjectManager.ProjectFileName=PDU_FT25.ioc
ProjectManager.ProjectName=PDU_FT25
ProjectManager.ProjectStructure=
ProjectManager.RegisterCallBack=
ProjectManager.StackSize=0x400
@ -408,7 +408,7 @@ ProjectManager.ToolChainLocation=
ProjectManager.UAScriptAfterPath=
ProjectManager.UAScriptBeforePath=
ProjectManager.UnderRoot=false
ProjectManager.functionlistsort=1-SystemClock_Config-RCC-false-HAL-false,2-MX_GPIO_Init-GPIO-false-HAL-true,3-MX_DMA_Init-DMA-false-HAL-true,4-MX_ADC1_Init-ADC1-false-HAL-true,5-MX_ADC2_Init-ADC2-false-HAL-true,6-MX_CAN_Init-CAN-false-HAL-true,7-MX_UART4_Init-UART4-false-HAL-true
ProjectManager.functionlistsort=1-SystemClock_Config-RCC-false-HAL-false,2-MX_GPIO_Init-GPIO-false-HAL-true,3-MX_DMA_Init-DMA-false-HAL-true,4-MX_ADC1_Init-ADC1-false-HAL-true,5-MX_ADC2_Init-ADC2-false-HAL-true,6-MX_CAN_Init-CAN-false-HAL-true,7-MX_UART4_Init-UART4-false-HAL-true,8-MX_TIM6_Init-TIM6-false-HAL-true
RCC.ADC12outputFreq_Value=64000000
RCC.AHBFreq_Value=16000000
RCC.APB1Freq_Value=16000000

File diff suppressed because it is too large Load Diff

View File

@ -48,7 +48,7 @@
"silk_text_thickness": 0.1,
"silk_text_upright": false,
"zones": {
"min_clearance": 0.5
"min_clearance": 0.0
}
},
"diff_pair_dimensions": [],

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,2 @@
Default True 2.5 3
False True False

File diff suppressed because it is too large Load Diff