implemented working epsc precharge and current monitoring

This commit is contained in:
2025-03-21 16:37:37 +01:00
parent 26aa408e96
commit 9ca69a2494
114 changed files with 16855 additions and 13200 deletions

View File

@ -1,3 +1,4 @@
../Core/Src/can_communication.c:20:6:can_init 1
../Core/Src/can_communication.c:25:6:can_sendloop 1
../Core/Src/can_communication.c:36:6:ftcan_msg_received_cb 4
../Core/Src/can_communication.c:23:6:can_init 1
../Core/Src/can_communication.c:28:6:can_sendloop 5
../Core/Src/can_communication.c:95:6:can_error_report 3
../Core/Src/can_communication.c:131:6:ftcan_msg_received_cb 4

View File

@ -33,7 +33,9 @@ Core/Src/can_communication.o: ../Core/Src/can_communication.c \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_tim_ex.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_uart.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_uart_ex.h \
../Core/Inc/can_halal.h ../Core/Inc/channel_control.h
../Core/Inc/can_halal.h ../Core/Inc/current_monitoring.h \
../Core/Inc/channel_control.h ../Core/Inc/current_monitoring.h \
../Core/Inc/plausibility_check.h ../Core/Inc/can_communication.h
../Core/Inc/can_communication.h:
../Core/Inc/channel_control.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal.h:
@ -70,4 +72,8 @@ Core/Src/can_communication.o: ../Core/Src/can_communication.c \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_uart.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_uart_ex.h:
../Core/Inc/can_halal.h:
../Core/Inc/current_monitoring.h:
../Core/Inc/channel_control.h:
../Core/Inc/current_monitoring.h:
../Core/Inc/plausibility_check.h:
../Core/Inc/can_communication.h:

View File

@ -1,3 +1,4 @@
../Core/Src/can_communication.c:20:6:can_init 16 static
../Core/Src/can_communication.c:25:6:can_sendloop 16 static
../Core/Src/can_communication.c:36:6:ftcan_msg_received_cb 24 static
../Core/Src/can_communication.c:23:6:can_init 16 static
../Core/Src/can_communication.c:28:6:can_sendloop 24 static
../Core/Src/can_communication.c:95:6:can_error_report 16 static
../Core/Src/can_communication.c:131:6:ftcan_msg_received_cb 24 static

View File

@ -1,2 +1,2 @@
../Core/Src/channel_control.c:16:6:ChannelControl_init 1
../Core/Src/channel_control.c:23:6:ChannelControl_UpdateGPIOs 4
../Core/Src/channel_control.c:18:6:ChannelControl_init 1
../Core/Src/channel_control.c:27:6:ChannelControl_UpdateGPIOs 8

View File

@ -33,7 +33,7 @@ Core/Src/channel_control.o: ../Core/Src/channel_control.c \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_tim_ex.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_uart.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_uart_ex.h \
../Core/Inc/main.h
../Core/Inc/current_monitoring.h ../Core/Inc/main.h
../Core/Inc/channel_control.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal.h:
../Core/Inc/stm32f3xx_hal_conf.h:
@ -68,4 +68,5 @@ Core/Src/channel_control.o: ../Core/Src/channel_control.c \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_tim_ex.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_uart.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_uart_ex.h:
../Core/Inc/current_monitoring.h:
../Core/Inc/main.h:

View File

@ -1,2 +1,2 @@
../Core/Src/channel_control.c:16:6:ChannelControl_init 8 static
../Core/Src/channel_control.c:23:6:ChannelControl_UpdateGPIOs 16 static
../Core/Src/channel_control.c:18:6:ChannelControl_init 8 static
../Core/Src/channel_control.c:27:6:ChannelControl_UpdateGPIOs 16 static

View File

@ -0,0 +1,3 @@
../Core/Src/current_monitoring.c:46:6:current_monitor_init 1
../Core/Src/current_monitoring.c:56:9:current_monitor_checklimits 1
../Core/Src/current_monitoring.c:58:6:HAL_ADC_ConvCpltCallback 9

View File

@ -0,0 +1,78 @@
Core/Src/current_monitoring.o: ../Core/Src/current_monitoring.c \
../Core/Inc/current_monitoring.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal.h \
../Core/Inc/stm32f3xx_hal_conf.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_rcc.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_def.h \
../Drivers/CMSIS/Device/ST/STM32F3xx/Include/stm32f3xx.h \
../Drivers/CMSIS/Device/ST/STM32F3xx/Include/stm32f302xc.h \
../Drivers/CMSIS/Include/core_cm4.h \
../Drivers/CMSIS/Include/cmsis_version.h \
../Drivers/CMSIS/Include/cmsis_compiler.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
../Drivers/CMSIS/Include/mpu_armv7.h \
../Drivers/CMSIS/Device/ST/STM32F3xx/Include/system_stm32f3xx.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_rcc_ex.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_gpio.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_gpio_ex.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_exti.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_dma.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_dma_ex.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_cortex.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_adc.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_adc_ex.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_can.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_flash.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_flash_ex.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_i2c.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_i2c_ex.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_pwr.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_pwr_ex.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_tim.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_tim_ex.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_uart.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_uart_ex.h \
../Core/Inc/main.h ../Core/Inc/plausibility_check.h \
../Core/Inc/current_monitoring.h ../Core/Inc/channel_control.h \
../Core/Inc/can_communication.h ../Core/Inc/can_halal.h
../Core/Inc/current_monitoring.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal.h:
../Core/Inc/stm32f3xx_hal_conf.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_rcc.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_def.h:
../Drivers/CMSIS/Device/ST/STM32F3xx/Include/stm32f3xx.h:
../Drivers/CMSIS/Device/ST/STM32F3xx/Include/stm32f302xc.h:
../Drivers/CMSIS/Include/core_cm4.h:
../Drivers/CMSIS/Include/cmsis_version.h:
../Drivers/CMSIS/Include/cmsis_compiler.h:
../Drivers/CMSIS/Include/cmsis_gcc.h:
../Drivers/CMSIS/Include/mpu_armv7.h:
../Drivers/CMSIS/Device/ST/STM32F3xx/Include/system_stm32f3xx.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_rcc_ex.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_gpio.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_gpio_ex.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_exti.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_dma.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_dma_ex.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_cortex.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_adc.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_adc_ex.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_can.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_flash.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_flash_ex.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_i2c.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_i2c_ex.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_pwr.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_pwr_ex.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_tim.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_tim_ex.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_uart.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_uart_ex.h:
../Core/Inc/main.h:
../Core/Inc/plausibility_check.h:
../Core/Inc/current_monitoring.h:
../Core/Inc/channel_control.h:
../Core/Inc/can_communication.h:
../Core/Inc/can_halal.h:

Binary file not shown.

View File

@ -0,0 +1,3 @@
../Core/Src/current_monitoring.c:46:6:current_monitor_init 24 static
../Core/Src/current_monitoring.c:56:9:current_monitor_checklimits 4 static
../Core/Src/current_monitoring.c:58:6:HAL_ADC_ConvCpltCallback 16 static

View File

@ -1,10 +1,10 @@
../Core/Src/main.c:89:5:main 5
../Core/Src/main.c:186:6:SystemClock_Config 4
../Core/Src/main.c:234:13:MX_ADC1_Init 11
../Core/Src/main.c:357:13:MX_ADC2_Init 8
../Core/Src/main.c:454:13:MX_CAN_Init 2
../Core/Src/main.c:491:13:MX_TIM6_Init 3
../Core/Src/main.c:529:13:MX_UART4_Init 2
../Core/Src/main.c:562:13:MX_DMA_Init 1
../Core/Src/main.c:584:13:MX_GPIO_Init 1
../Core/Src/main.c:647:6:Error_Handler 1
../Core/Src/main.c:90:5:main 5
../Core/Src/main.c:193:6:SystemClock_Config 4
../Core/Src/main.c:241:13:MX_ADC1_Init 11
../Core/Src/main.c:370:13:MX_ADC2_Init 8
../Core/Src/main.c:472:13:MX_CAN_Init 2
../Core/Src/main.c:509:13:MX_TIM6_Init 3
../Core/Src/main.c:547:13:MX_UART4_Init 2
../Core/Src/main.c:580:13:MX_DMA_Init 1
../Core/Src/main.c:602:13:MX_GPIO_Init 1
../Core/Src/main.c:665:6:Error_Handler 1

View File

@ -33,7 +33,8 @@ Core/Src/main.o: ../Core/Src/main.c ../Core/Inc/main.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_uart.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_uart_ex.h \
../Core/Inc/can_communication.h ../Core/Inc/channel_control.h \
../Core/Inc/can_halal.h ../Core/Inc/channel_control.h
../Core/Inc/can_halal.h ../Core/Inc/current_monitoring.h \
../Core/Inc/channel_control.h
../Core/Inc/main.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal.h:
../Core/Inc/stm32f3xx_hal_conf.h:
@ -71,4 +72,5 @@ Core/Src/main.o: ../Core/Src/main.c ../Core/Inc/main.h \
../Core/Inc/can_communication.h:
../Core/Inc/channel_control.h:
../Core/Inc/can_halal.h:
../Core/Inc/current_monitoring.h:
../Core/Inc/channel_control.h:

Binary file not shown.

View File

@ -1,10 +1,10 @@
../Core/Src/main.c:89:5:main 16 static
../Core/Src/main.c:186:6:SystemClock_Config 120 static
../Core/Src/main.c:234:13:MX_ADC1_Init 48 static
../Core/Src/main.c:357:13:MX_ADC2_Init 32 static
../Core/Src/main.c:454:13:MX_CAN_Init 8 static
../Core/Src/main.c:491:13:MX_TIM6_Init 24 static
../Core/Src/main.c:529:13:MX_UART4_Init 8 static
../Core/Src/main.c:562:13:MX_DMA_Init 16 static
../Core/Src/main.c:584:13:MX_GPIO_Init 48 static
../Core/Src/main.c:647:6:Error_Handler 4 static,ignoring_inline_asm
../Core/Src/main.c:90:5:main 16 static
../Core/Src/main.c:193:6:SystemClock_Config 120 static
../Core/Src/main.c:241:13:MX_ADC1_Init 48 static
../Core/Src/main.c:370:13:MX_ADC2_Init 32 static
../Core/Src/main.c:472:13:MX_CAN_Init 8 static
../Core/Src/main.c:509:13:MX_TIM6_Init 24 static
../Core/Src/main.c:547:13:MX_UART4_Init 8 static
../Core/Src/main.c:580:13:MX_DMA_Init 16 static
../Core/Src/main.c:602:13:MX_GPIO_Init 48 static
../Core/Src/main.c:665:6:Error_Handler 4 static,ignoring_inline_asm

View File

@ -0,0 +1 @@
../Core/Src/plausibility_check.c:13:6:check_plausibility 28

View File

@ -0,0 +1,75 @@
Core/Src/plausibility_check.o: ../Core/Src/plausibility_check.c \
../Core/Inc/plausibility_check.h ../Core/Inc/current_monitoring.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal.h \
../Core/Inc/stm32f3xx_hal_conf.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_rcc.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_def.h \
../Drivers/CMSIS/Device/ST/STM32F3xx/Include/stm32f3xx.h \
../Drivers/CMSIS/Device/ST/STM32F3xx/Include/stm32f302xc.h \
../Drivers/CMSIS/Include/core_cm4.h \
../Drivers/CMSIS/Include/cmsis_version.h \
../Drivers/CMSIS/Include/cmsis_compiler.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
../Drivers/CMSIS/Include/mpu_armv7.h \
../Drivers/CMSIS/Device/ST/STM32F3xx/Include/system_stm32f3xx.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_rcc_ex.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_gpio.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_gpio_ex.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_exti.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_dma.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_dma_ex.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_cortex.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_adc.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_adc_ex.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_can.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_flash.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_flash_ex.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_i2c.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_i2c_ex.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_pwr.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_pwr_ex.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_tim.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_tim_ex.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_uart.h \
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_uart_ex.h \
../Core/Inc/channel_control.h ../Core/Inc/can_communication.h \
../Core/Inc/can_halal.h
../Core/Inc/plausibility_check.h:
../Core/Inc/current_monitoring.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal.h:
../Core/Inc/stm32f3xx_hal_conf.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_rcc.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_def.h:
../Drivers/CMSIS/Device/ST/STM32F3xx/Include/stm32f3xx.h:
../Drivers/CMSIS/Device/ST/STM32F3xx/Include/stm32f302xc.h:
../Drivers/CMSIS/Include/core_cm4.h:
../Drivers/CMSIS/Include/cmsis_version.h:
../Drivers/CMSIS/Include/cmsis_compiler.h:
../Drivers/CMSIS/Include/cmsis_gcc.h:
../Drivers/CMSIS/Include/mpu_armv7.h:
../Drivers/CMSIS/Device/ST/STM32F3xx/Include/system_stm32f3xx.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_rcc_ex.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_gpio.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_gpio_ex.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_exti.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_dma.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_dma_ex.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_cortex.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_adc.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_adc_ex.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_can.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_flash.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_flash_ex.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_i2c.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_i2c_ex.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_pwr.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_pwr_ex.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_tim.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_tim_ex.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_uart.h:
../Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_uart_ex.h:
../Core/Inc/channel_control.h:
../Core/Inc/can_communication.h:
../Core/Inc/can_halal.h:

Binary file not shown.

View File

@ -0,0 +1 @@
../Core/Src/plausibility_check.c:13:6:check_plausibility 4 static

View File

@ -2,8 +2,8 @@
../Core/Src/stm32f3xx_hal_msp.c:91:6:HAL_ADC_MspInit 7
../Core/Src/stm32f3xx_hal_msp.c:221:6:HAL_ADC_MspDeInit 5
../Core/Src/stm32f3xx_hal_msp.c:314:6:HAL_CAN_MspInit 2
../Core/Src/stm32f3xx_hal_msp.c:355:6:HAL_CAN_MspDeInit 2
../Core/Src/stm32f3xx_hal_msp.c:387:6:HAL_TIM_Base_MspInit 2
../Core/Src/stm32f3xx_hal_msp.c:412:6:HAL_TIM_Base_MspDeInit 2
../Core/Src/stm32f3xx_hal_msp.c:437:6:HAL_UART_MspInit 2
../Core/Src/stm32f3xx_hal_msp.c:473:6:HAL_UART_MspDeInit 2
../Core/Src/stm32f3xx_hal_msp.c:356:6:HAL_CAN_MspDeInit 2
../Core/Src/stm32f3xx_hal_msp.c:388:6:HAL_TIM_Base_MspInit 2
../Core/Src/stm32f3xx_hal_msp.c:414:6:HAL_TIM_Base_MspDeInit 2
../Core/Src/stm32f3xx_hal_msp.c:439:6:HAL_UART_MspInit 2
../Core/Src/stm32f3xx_hal_msp.c:476:6:HAL_UART_MspDeInit 2

View File

@ -2,8 +2,8 @@
../Core/Src/stm32f3xx_hal_msp.c:91:6:HAL_ADC_MspInit 64 static
../Core/Src/stm32f3xx_hal_msp.c:221:6:HAL_ADC_MspDeInit 16 static
../Core/Src/stm32f3xx_hal_msp.c:314:6:HAL_CAN_MspInit 48 static
../Core/Src/stm32f3xx_hal_msp.c:355:6:HAL_CAN_MspDeInit 16 static
../Core/Src/stm32f3xx_hal_msp.c:387:6:HAL_TIM_Base_MspInit 24 static
../Core/Src/stm32f3xx_hal_msp.c:412:6:HAL_TIM_Base_MspDeInit 16 static
../Core/Src/stm32f3xx_hal_msp.c:437:6:HAL_UART_MspInit 48 static
../Core/Src/stm32f3xx_hal_msp.c:473:6:HAL_UART_MspDeInit 16 static
../Core/Src/stm32f3xx_hal_msp.c:356:6:HAL_CAN_MspDeInit 16 static
../Core/Src/stm32f3xx_hal_msp.c:388:6:HAL_TIM_Base_MspInit 24 static
../Core/Src/stm32f3xx_hal_msp.c:414:6:HAL_TIM_Base_MspDeInit 16 static
../Core/Src/stm32f3xx_hal_msp.c:439:6:HAL_UART_MspInit 48 static
../Core/Src/stm32f3xx_hal_msp.c:476:6:HAL_UART_MspDeInit 16 static

View File

@ -8,7 +8,9 @@ C_SRCS += \
../Core/Src/can_communication.c \
../Core/Src/can_halal.c \
../Core/Src/channel_control.c \
../Core/Src/current_monitoring.c \
../Core/Src/main.c \
../Core/Src/plausibility_check.c \
../Core/Src/stm32f3xx_hal_msp.c \
../Core/Src/stm32f3xx_it.c \
../Core/Src/syscalls.c \
@ -19,7 +21,9 @@ OBJS += \
./Core/Src/can_communication.o \
./Core/Src/can_halal.o \
./Core/Src/channel_control.o \
./Core/Src/current_monitoring.o \
./Core/Src/main.o \
./Core/Src/plausibility_check.o \
./Core/Src/stm32f3xx_hal_msp.o \
./Core/Src/stm32f3xx_it.o \
./Core/Src/syscalls.o \
@ -30,7 +34,9 @@ C_DEPS += \
./Core/Src/can_communication.d \
./Core/Src/can_halal.d \
./Core/Src/channel_control.d \
./Core/Src/current_monitoring.d \
./Core/Src/main.d \
./Core/Src/plausibility_check.d \
./Core/Src/stm32f3xx_hal_msp.d \
./Core/Src/stm32f3xx_it.d \
./Core/Src/syscalls.d \
@ -45,7 +51,7 @@ Core/Src/%.o Core/Src/%.su Core/Src/%.cyclo: ../Core/Src/%.c Core/Src/subdir.mk
clean: clean-Core-2f-Src
clean-Core-2f-Src:
-$(RM) ./Core/Src/can_communication.cyclo ./Core/Src/can_communication.d ./Core/Src/can_communication.o ./Core/Src/can_communication.su ./Core/Src/can_halal.cyclo ./Core/Src/can_halal.d ./Core/Src/can_halal.o ./Core/Src/can_halal.su ./Core/Src/channel_control.cyclo ./Core/Src/channel_control.d ./Core/Src/channel_control.o ./Core/Src/channel_control.su ./Core/Src/main.cyclo ./Core/Src/main.d ./Core/Src/main.o ./Core/Src/main.su ./Core/Src/stm32f3xx_hal_msp.cyclo ./Core/Src/stm32f3xx_hal_msp.d ./Core/Src/stm32f3xx_hal_msp.o ./Core/Src/stm32f3xx_hal_msp.su ./Core/Src/stm32f3xx_it.cyclo ./Core/Src/stm32f3xx_it.d ./Core/Src/stm32f3xx_it.o ./Core/Src/stm32f3xx_it.su ./Core/Src/syscalls.cyclo ./Core/Src/syscalls.d ./Core/Src/syscalls.o ./Core/Src/syscalls.su ./Core/Src/sysmem.cyclo ./Core/Src/sysmem.d ./Core/Src/sysmem.o ./Core/Src/sysmem.su ./Core/Src/system_stm32f3xx.cyclo ./Core/Src/system_stm32f3xx.d ./Core/Src/system_stm32f3xx.o ./Core/Src/system_stm32f3xx.su
-$(RM) ./Core/Src/can_communication.cyclo ./Core/Src/can_communication.d ./Core/Src/can_communication.o ./Core/Src/can_communication.su ./Core/Src/can_halal.cyclo ./Core/Src/can_halal.d ./Core/Src/can_halal.o ./Core/Src/can_halal.su ./Core/Src/channel_control.cyclo ./Core/Src/channel_control.d ./Core/Src/channel_control.o ./Core/Src/channel_control.su ./Core/Src/current_monitoring.cyclo ./Core/Src/current_monitoring.d ./Core/Src/current_monitoring.o ./Core/Src/current_monitoring.su ./Core/Src/main.cyclo ./Core/Src/main.d ./Core/Src/main.o ./Core/Src/main.su ./Core/Src/plausibility_check.cyclo ./Core/Src/plausibility_check.d ./Core/Src/plausibility_check.o ./Core/Src/plausibility_check.su ./Core/Src/stm32f3xx_hal_msp.cyclo ./Core/Src/stm32f3xx_hal_msp.d ./Core/Src/stm32f3xx_hal_msp.o ./Core/Src/stm32f3xx_hal_msp.su ./Core/Src/stm32f3xx_it.cyclo ./Core/Src/stm32f3xx_it.d ./Core/Src/stm32f3xx_it.o ./Core/Src/stm32f3xx_it.su ./Core/Src/syscalls.cyclo ./Core/Src/syscalls.d ./Core/Src/syscalls.o ./Core/Src/syscalls.su ./Core/Src/sysmem.cyclo ./Core/Src/sysmem.d ./Core/Src/sysmem.o ./Core/Src/sysmem.su ./Core/Src/system_stm32f3xx.cyclo ./Core/Src/system_stm32f3xx.d ./Core/Src/system_stm32f3xx.o ./Core/Src/system_stm32f3xx.su
.PHONY: clean-Core-2f-Src