first testing, started the code

This commit is contained in:
janik
2025-10-07 17:10:35 +07:00
parent a5e5a3b96d
commit 7ff466fff5
176 changed files with 62614 additions and 153 deletions

View File

@@ -0,0 +1,16 @@
../Core/Src/main.c:149:5:main 1
../Core/Src/main.c:210:6:SystemClock_Config 3
../Core/Src/main.c:256:13:MX_ADC3_Init 4
../Core/Src/main.c:324:13:MX_ADC4_Init 3
../Core/Src/main.c:383:13:MX_COMP5_Init 2
../Core/Src/main.c:415:13:MX_COMP7_Init 2
../Core/Src/main.c:447:13:MX_CORDIC_Init 2
../Core/Src/main.c:473:13:MX_DAC1_Init 3
../Core/Src/main.c:520:13:MX_DAC4_Init 3
../Core/Src/main.c:567:13:MX_FMAC_Init 2
../Core/Src/main.c:593:13:MX_HRTIM1_Init 20
../Core/Src/main.c:749:13:MX_TIM1_Init 4
../Core/Src/main.c:796:13:MX_USART1_UART_Init 5
../Core/Src/main.c:844:13:MX_GPIO_Init 1
../Core/Src/main.c:873:6:HAL_TIM_PeriodElapsedCallback 6
../Core/Src/main.c:914:6:Error_Handler 1

View File

@@ -0,0 +1,80 @@
Core/Src/main.o: ../Core/Src/main.c ../Core/Inc/main.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal.h \
../Core/Inc/stm32g4xx_hal_conf.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rcc.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_def.h \
../Drivers/CMSIS/Device/ST/STM32G4xx/Include/stm32g4xx.h \
../Drivers/CMSIS/Device/ST/STM32G4xx/Include/stm32g474xx.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/STM32G4xx/Include/system_stm32g4xx.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rcc_ex.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_gpio.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_gpio_ex.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dma.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dma_ex.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_cortex.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_adc.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_adc.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_adc_ex.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_comp.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_exti.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_cordic.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dac.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dac_ex.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_exti.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash_ex.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash_ramfunc.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_fmac.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_hrtim.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pwr.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pwr_ex.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_tim.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_tim_ex.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_uart.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_uart_ex.h
../Core/Inc/main.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal.h:
../Core/Inc/stm32g4xx_hal_conf.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rcc.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_def.h:
../Drivers/CMSIS/Device/ST/STM32G4xx/Include/stm32g4xx.h:
../Drivers/CMSIS/Device/ST/STM32G4xx/Include/stm32g474xx.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/STM32G4xx/Include/system_stm32g4xx.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rcc_ex.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_gpio.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_gpio_ex.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dma.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dma_ex.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_cortex.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_adc.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_adc.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_adc_ex.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_comp.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_exti.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_cordic.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dac.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dac_ex.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_exti.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash_ex.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash_ramfunc.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_fmac.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_hrtim.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pwr.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pwr_ex.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_tim.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_tim_ex.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_uart.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_uart_ex.h:

BIN
code/Debug/Core/Src/main.o Normal file

Binary file not shown.

View File

@@ -0,0 +1,16 @@
../Core/Src/main.c:149:5:main 8 static
../Core/Src/main.c:210:6:SystemClock_Config 88 static
../Core/Src/main.c:256:13:MX_ADC3_Init 56 static
../Core/Src/main.c:324:13:MX_ADC4_Init 40 static
../Core/Src/main.c:383:13:MX_COMP5_Init 8 static
../Core/Src/main.c:415:13:MX_COMP7_Init 8 static
../Core/Src/main.c:447:13:MX_CORDIC_Init 8 static
../Core/Src/main.c:473:13:MX_DAC1_Init 56 static
../Core/Src/main.c:520:13:MX_DAC4_Init 56 static
../Core/Src/main.c:567:13:MX_FMAC_Init 8 static
../Core/Src/main.c:593:13:MX_HRTIM1_Init 216 static
../Core/Src/main.c:749:13:MX_TIM1_Init 40 static
../Core/Src/main.c:796:13:MX_USART1_UART_Init 8 static
../Core/Src/main.c:844:13:MX_GPIO_Init 40 static
../Core/Src/main.c:873:6:HAL_TIM_PeriodElapsedCallback 16 static
../Core/Src/main.c:914:6:Error_Handler 4 static,ignoring_inline_asm

View File

@@ -0,0 +1,18 @@
../Core/Src/stm32g4xx_hal_msp.c:65:6:HAL_MspInit 1
../Core/Src/stm32g4xx_hal_msp.c:102:6:HAL_ADC_MspInit 7
../Core/Src/stm32g4xx_hal_msp.c:183:6:HAL_ADC_MspDeInit 5
../Core/Src/stm32g4xx_hal_msp.c:234:6:HAL_COMP_MspInit 3
../Core/Src/stm32g4xx_hal_msp.c:284:6:HAL_COMP_MspDeInit 3
../Core/Src/stm32g4xx_hal_msp.c:325:6:HAL_CORDIC_MspInit 2
../Core/Src/stm32g4xx_hal_msp.c:348:6:HAL_CORDIC_MspDeInit 2
../Core/Src/stm32g4xx_hal_msp.c:370:6:HAL_DAC_MspInit 3
../Core/Src/stm32g4xx_hal_msp.c:403:6:HAL_DAC_MspDeInit 3
../Core/Src/stm32g4xx_hal_msp.c:436:6:HAL_FMAC_MspInit 2
../Core/Src/stm32g4xx_hal_msp.c:459:6:HAL_FMAC_MspDeInit 2
../Core/Src/stm32g4xx_hal_msp.c:481:6:HAL_HRTIM_MspInit 2
../Core/Src/stm32g4xx_hal_msp.c:498:6:HAL_HRTIM_MspPostInit 2
../Core/Src/stm32g4xx_hal_msp.c:533:6:HAL_HRTIM_MspDeInit 2
../Core/Src/stm32g4xx_hal_msp.c:555:6:HAL_TIM_Base_MspInit 2
../Core/Src/stm32g4xx_hal_msp.c:587:6:HAL_TIM_Base_MspDeInit 2
../Core/Src/stm32g4xx_hal_msp.c:615:6:HAL_UART_MspInit 3
../Core/Src/stm32g4xx_hal_msp.c:663:6:HAL_UART_MspDeInit 2

View File

@@ -0,0 +1,80 @@
Core/Src/stm32g4xx_hal_msp.o: ../Core/Src/stm32g4xx_hal_msp.c \
../Core/Inc/main.h ../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal.h \
../Core/Inc/stm32g4xx_hal_conf.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rcc.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_def.h \
../Drivers/CMSIS/Device/ST/STM32G4xx/Include/stm32g4xx.h \
../Drivers/CMSIS/Device/ST/STM32G4xx/Include/stm32g474xx.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/STM32G4xx/Include/system_stm32g4xx.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rcc_ex.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_gpio.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_gpio_ex.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dma.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dma_ex.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_cortex.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_adc.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_adc.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_adc_ex.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_comp.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_exti.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_cordic.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dac.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dac_ex.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_exti.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash_ex.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash_ramfunc.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_fmac.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_hrtim.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pwr.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pwr_ex.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_tim.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_tim_ex.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_uart.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_uart_ex.h
../Core/Inc/main.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal.h:
../Core/Inc/stm32g4xx_hal_conf.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rcc.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_def.h:
../Drivers/CMSIS/Device/ST/STM32G4xx/Include/stm32g4xx.h:
../Drivers/CMSIS/Device/ST/STM32G4xx/Include/stm32g474xx.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/STM32G4xx/Include/system_stm32g4xx.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rcc_ex.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_gpio.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_gpio_ex.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dma.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dma_ex.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_cortex.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_adc.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_adc.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_adc_ex.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_comp.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_exti.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_cordic.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dac.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dac_ex.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_exti.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash_ex.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash_ramfunc.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_fmac.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_hrtim.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pwr.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pwr_ex.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_tim.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_tim_ex.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_uart.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_uart_ex.h:

Binary file not shown.

View File

@@ -0,0 +1,18 @@
../Core/Src/stm32g4xx_hal_msp.c:65:6:HAL_MspInit 16 static
../Core/Src/stm32g4xx_hal_msp.c:102:6:HAL_ADC_MspInit 136 static
../Core/Src/stm32g4xx_hal_msp.c:183:6:HAL_ADC_MspDeInit 16 static
../Core/Src/stm32g4xx_hal_msp.c:234:6:HAL_COMP_MspInit 48 static
../Core/Src/stm32g4xx_hal_msp.c:284:6:HAL_COMP_MspDeInit 16 static
../Core/Src/stm32g4xx_hal_msp.c:325:6:HAL_CORDIC_MspInit 24 static
../Core/Src/stm32g4xx_hal_msp.c:348:6:HAL_CORDIC_MspDeInit 16 static
../Core/Src/stm32g4xx_hal_msp.c:370:6:HAL_DAC_MspInit 24 static
../Core/Src/stm32g4xx_hal_msp.c:403:6:HAL_DAC_MspDeInit 16 static
../Core/Src/stm32g4xx_hal_msp.c:436:6:HAL_FMAC_MspInit 24 static
../Core/Src/stm32g4xx_hal_msp.c:459:6:HAL_FMAC_MspDeInit 16 static
../Core/Src/stm32g4xx_hal_msp.c:481:6:HAL_HRTIM_MspInit 24 static
../Core/Src/stm32g4xx_hal_msp.c:498:6:HAL_HRTIM_MspPostInit 40 static
../Core/Src/stm32g4xx_hal_msp.c:533:6:HAL_HRTIM_MspDeInit 16 static
../Core/Src/stm32g4xx_hal_msp.c:555:6:HAL_TIM_Base_MspInit 24 static
../Core/Src/stm32g4xx_hal_msp.c:587:6:HAL_TIM_Base_MspDeInit 16 static
../Core/Src/stm32g4xx_hal_msp.c:615:6:HAL_UART_MspInit 128 static
../Core/Src/stm32g4xx_hal_msp.c:663:6:HAL_UART_MspDeInit 16 static

View File

@@ -0,0 +1,13 @@
../Core/Src/stm32g4xx_it.c:69:6:NMI_Handler 1
../Core/Src/stm32g4xx_it.c:84:6:HardFault_Handler 1
../Core/Src/stm32g4xx_it.c:99:6:MemManage_Handler 1
../Core/Src/stm32g4xx_it.c:114:6:BusFault_Handler 1
../Core/Src/stm32g4xx_it.c:129:6:UsageFault_Handler 1
../Core/Src/stm32g4xx_it.c:144:6:SVC_Handler 1
../Core/Src/stm32g4xx_it.c:157:6:DebugMon_Handler 1
../Core/Src/stm32g4xx_it.c:170:6:PendSV_Handler 1
../Core/Src/stm32g4xx_it.c:183:6:SysTick_Handler 1
../Core/Src/stm32g4xx_it.c:204:6:TIM1_BRK_TIM15_IRQHandler 1
../Core/Src/stm32g4xx_it.c:218:6:TIM1_UP_TIM16_IRQHandler 1
../Core/Src/stm32g4xx_it.c:232:6:TIM1_TRG_COM_TIM17_IRQHandler 1
../Core/Src/stm32g4xx_it.c:246:6:TIM1_CC_IRQHandler 1

View File

@@ -0,0 +1,82 @@
Core/Src/stm32g4xx_it.o: ../Core/Src/stm32g4xx_it.c ../Core/Inc/main.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal.h \
../Core/Inc/stm32g4xx_hal_conf.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rcc.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_def.h \
../Drivers/CMSIS/Device/ST/STM32G4xx/Include/stm32g4xx.h \
../Drivers/CMSIS/Device/ST/STM32G4xx/Include/stm32g474xx.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/STM32G4xx/Include/system_stm32g4xx.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rcc_ex.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_gpio.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_gpio_ex.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dma.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dma_ex.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_cortex.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_adc.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_adc.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_adc_ex.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_comp.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_exti.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_cordic.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dac.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dac_ex.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_exti.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash_ex.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash_ramfunc.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_fmac.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_hrtim.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pwr.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pwr_ex.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_tim.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_tim_ex.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_uart.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_uart_ex.h \
../Core/Inc/stm32g4xx_it.h
../Core/Inc/main.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal.h:
../Core/Inc/stm32g4xx_hal_conf.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rcc.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_def.h:
../Drivers/CMSIS/Device/ST/STM32G4xx/Include/stm32g4xx.h:
../Drivers/CMSIS/Device/ST/STM32G4xx/Include/stm32g474xx.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/STM32G4xx/Include/system_stm32g4xx.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rcc_ex.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_gpio.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_gpio_ex.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dma.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dma_ex.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_cortex.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_adc.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_adc.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_adc_ex.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_comp.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_exti.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_cordic.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dac.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dac_ex.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_exti.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash_ex.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash_ramfunc.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_fmac.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_hrtim.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pwr.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pwr_ex.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_tim.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_tim_ex.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_uart.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_uart_ex.h:
../Core/Inc/stm32g4xx_it.h:

Binary file not shown.

View File

@@ -0,0 +1,13 @@
../Core/Src/stm32g4xx_it.c:69:6:NMI_Handler 4 static
../Core/Src/stm32g4xx_it.c:84:6:HardFault_Handler 4 static
../Core/Src/stm32g4xx_it.c:99:6:MemManage_Handler 4 static
../Core/Src/stm32g4xx_it.c:114:6:BusFault_Handler 4 static
../Core/Src/stm32g4xx_it.c:129:6:UsageFault_Handler 4 static
../Core/Src/stm32g4xx_it.c:144:6:SVC_Handler 4 static
../Core/Src/stm32g4xx_it.c:157:6:DebugMon_Handler 4 static
../Core/Src/stm32g4xx_it.c:170:6:PendSV_Handler 4 static
../Core/Src/stm32g4xx_it.c:183:6:SysTick_Handler 8 static
../Core/Src/stm32g4xx_it.c:204:6:TIM1_BRK_TIM15_IRQHandler 8 static
../Core/Src/stm32g4xx_it.c:218:6:TIM1_UP_TIM16_IRQHandler 8 static
../Core/Src/stm32g4xx_it.c:232:6:TIM1_TRG_COM_TIM17_IRQHandler 8 static
../Core/Src/stm32g4xx_it.c:246:6:TIM1_CC_IRQHandler 8 static

View File

@@ -0,0 +1,42 @@
################################################################################
# Automatically-generated file. Do not edit!
# Toolchain: GNU Tools for STM32 (13.3.rel1)
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../Core/Src/main.c \
../Core/Src/stm32g4xx_hal_msp.c \
../Core/Src/stm32g4xx_it.c \
../Core/Src/syscalls.c \
../Core/Src/sysmem.c \
../Core/Src/system_stm32g4xx.c
OBJS += \
./Core/Src/main.o \
./Core/Src/stm32g4xx_hal_msp.o \
./Core/Src/stm32g4xx_it.o \
./Core/Src/syscalls.o \
./Core/Src/sysmem.o \
./Core/Src/system_stm32g4xx.o
C_DEPS += \
./Core/Src/main.d \
./Core/Src/stm32g4xx_hal_msp.d \
./Core/Src/stm32g4xx_it.d \
./Core/Src/syscalls.d \
./Core/Src/sysmem.d \
./Core/Src/system_stm32g4xx.d
# Each subdirectory must supply rules for building sources it contributes
Core/Src/%.o Core/Src/%.su Core/Src/%.cyclo: ../Core/Src/%.c Core/Src/subdir.mk
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32G474xx -c -I../Core/Inc -I../Drivers/STM32G4xx_HAL_Driver/Inc -I../Drivers/STM32G4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32G4xx/Include -I../Drivers/CMSIS/Include -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Core-2f-Src
clean-Core-2f-Src:
-$(RM) ./Core/Src/main.cyclo ./Core/Src/main.d ./Core/Src/main.o ./Core/Src/main.su ./Core/Src/stm32g4xx_hal_msp.cyclo ./Core/Src/stm32g4xx_hal_msp.d ./Core/Src/stm32g4xx_hal_msp.o ./Core/Src/stm32g4xx_hal_msp.su ./Core/Src/stm32g4xx_it.cyclo ./Core/Src/stm32g4xx_it.d ./Core/Src/stm32g4xx_it.o ./Core/Src/stm32g4xx_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_stm32g4xx.cyclo ./Core/Src/system_stm32g4xx.d ./Core/Src/system_stm32g4xx.o ./Core/Src/system_stm32g4xx.su
.PHONY: clean-Core-2f-Src

View File

@@ -0,0 +1,18 @@
../Core/Src/syscalls.c:44:6:initialise_monitor_handles 1
../Core/Src/syscalls.c:48:5:_getpid 1
../Core/Src/syscalls.c:53:5:_kill 1
../Core/Src/syscalls.c:61:6:_exit 1
../Core/Src/syscalls.c:67:27:_read 2
../Core/Src/syscalls.c:80:27:_write 2
../Core/Src/syscalls.c:92:5:_close 1
../Core/Src/syscalls.c:99:5:_fstat 1
../Core/Src/syscalls.c:106:5:_isatty 1
../Core/Src/syscalls.c:112:5:_lseek 1
../Core/Src/syscalls.c:120:5:_open 1
../Core/Src/syscalls.c:128:5:_wait 1
../Core/Src/syscalls.c:135:5:_unlink 1
../Core/Src/syscalls.c:142:5:_times 1
../Core/Src/syscalls.c:148:5:_stat 1
../Core/Src/syscalls.c:155:5:_link 1
../Core/Src/syscalls.c:163:5:_fork 1
../Core/Src/syscalls.c:169:5:_execve 1

View File

@@ -0,0 +1 @@
Core/Src/syscalls.o: ../Core/Src/syscalls.c

Binary file not shown.

View File

@@ -0,0 +1,18 @@
../Core/Src/syscalls.c:44:6:initialise_monitor_handles 4 static
../Core/Src/syscalls.c:48:5:_getpid 4 static
../Core/Src/syscalls.c:53:5:_kill 16 static
../Core/Src/syscalls.c:61:6:_exit 16 static
../Core/Src/syscalls.c:67:27:_read 32 static
../Core/Src/syscalls.c:80:27:_write 32 static
../Core/Src/syscalls.c:92:5:_close 16 static
../Core/Src/syscalls.c:99:5:_fstat 16 static
../Core/Src/syscalls.c:106:5:_isatty 16 static
../Core/Src/syscalls.c:112:5:_lseek 24 static
../Core/Src/syscalls.c:120:5:_open 12 static
../Core/Src/syscalls.c:128:5:_wait 16 static
../Core/Src/syscalls.c:135:5:_unlink 16 static
../Core/Src/syscalls.c:142:5:_times 16 static
../Core/Src/syscalls.c:148:5:_stat 16 static
../Core/Src/syscalls.c:155:5:_link 16 static
../Core/Src/syscalls.c:163:5:_fork 8 static
../Core/Src/syscalls.c:169:5:_execve 24 static

View File

@@ -0,0 +1 @@
../Core/Src/sysmem.c:53:7:_sbrk 3

View File

@@ -0,0 +1 @@
Core/Src/sysmem.o: ../Core/Src/sysmem.c

Binary file not shown.

View File

@@ -0,0 +1 @@
../Core/Src/sysmem.c:53:7:_sbrk 32 static

View File

@@ -0,0 +1,2 @@
../Core/Src/system_stm32g4xx.c:179:6:SystemInit 1
../Core/Src/system_stm32g4xx.c:228:6:SystemCoreClockUpdate 6

View File

@@ -0,0 +1,79 @@
Core/Src/system_stm32g4xx.o: ../Core/Src/system_stm32g4xx.c \
../Drivers/CMSIS/Device/ST/STM32G4xx/Include/stm32g4xx.h \
../Drivers/CMSIS/Device/ST/STM32G4xx/Include/stm32g474xx.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/STM32G4xx/Include/system_stm32g4xx.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal.h \
../Core/Inc/stm32g4xx_hal_conf.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rcc.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_def.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rcc_ex.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_gpio.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_gpio_ex.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dma.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dma_ex.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_cortex.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_adc.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_adc.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_adc_ex.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_comp.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_exti.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_cordic.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dac.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dac_ex.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_exti.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash_ex.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash_ramfunc.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_fmac.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_hrtim.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pwr.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pwr_ex.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_tim.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_tim_ex.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_uart.h \
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_uart_ex.h
../Drivers/CMSIS/Device/ST/STM32G4xx/Include/stm32g4xx.h:
../Drivers/CMSIS/Device/ST/STM32G4xx/Include/stm32g474xx.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/STM32G4xx/Include/system_stm32g4xx.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal.h:
../Core/Inc/stm32g4xx_hal_conf.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rcc.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_def.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rcc_ex.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_gpio.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_gpio_ex.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dma.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dma_ex.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_cortex.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_adc.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_adc.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_adc_ex.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_comp.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_exti.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_cordic.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dac.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dac_ex.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_exti.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash_ex.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash_ramfunc.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_fmac.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_hrtim.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pwr.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pwr_ex.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_tim.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_tim_ex.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_uart.h:
../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_uart_ex.h:

Binary file not shown.

View File

@@ -0,0 +1,2 @@
../Core/Src/system_stm32g4xx.c:179:6:SystemInit 4 static
../Core/Src/system_stm32g4xx.c:228:6:SystemCoreClockUpdate 32 static