...
|
...
|
@@ -27,7 +27,63 @@ Project File Date: 02/13/2025 |
|
|
<h2>Output:</h2>
|
|
|
*** Using Compiler 'V5.06 update 6 (build 750)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
|
|
|
Build target 'STM32G0_ProjectBase'
|
|
|
"STM32G0_ProjectBase\STM32G0_ProjectBase.axf" - 0 Error(s), 0 Warning(s).
|
|
|
compiling stm32g0xx_it.c...
|
|
|
compiling gpio.c...
|
|
|
compiling dma.c...
|
|
|
compiling adc.c...
|
|
|
compiling tim.c...
|
|
|
compiling main.c...
|
|
|
compiling app_freertos.c...
|
|
|
../Core/Src/app_freertos.c(111): warning: #550-D: variable "adc_1" was set but never used
|
|
|
float adc_1,adc_2;
|
|
|
../Core/Src/app_freertos.c(111): warning: #550-D: variable "adc_2" was set but never used
|
|
|
float adc_1,adc_2;
|
|
|
../Core/Src/app_freertos.c: 2 warnings, 0 errors
|
|
|
compiling usart.c...
|
|
|
compiling stm32g0xx_hal_timebase_tim.c...
|
|
|
compiling stm32g0xx_ll_exti.c...
|
|
|
compiling stm32g0xx_ll_dma.c...
|
|
|
compiling stm32g0xx_ll_rcc.c...
|
|
|
compiling stm32g0xx_ll_gpio.c...
|
|
|
compiling stm32g0xx_ll_utils.c...
|
|
|
compiling stm32g0xx_ll_adc.c...
|
|
|
compiling stm32g0xx_hal_msp.c...
|
|
|
compiling stm32g0xx_hal_flash_ex.c...
|
|
|
compiling stm32g0xx_hal_gpio.c...
|
|
|
compiling stm32g0xx_hal_rcc_ex.c...
|
|
|
compiling stm32g0xx_hal_flash.c...
|
|
|
compiling stm32g0xx_hal_dma_ex.c...
|
|
|
compiling stm32g0xx_hal_rcc.c...
|
|
|
compiling stm32g0xx_hal_dma.c...
|
|
|
compiling stm32g0xx_hal_pwr.c...
|
|
|
compiling stm32g0xx_hal_cortex.c...
|
|
|
compiling stm32g0xx_hal.c...
|
|
|
compiling stm32g0xx_hal_exti.c...
|
|
|
compiling stm32g0xx_hal_pwr_ex.c...
|
|
|
compiling croutine.c...
|
|
|
compiling event_groups.c...
|
|
|
compiling list.c...
|
|
|
compiling stm32g0xx_hal_tim_ex.c...
|
|
|
compiling stm32g0xx_ll_tim.c...
|
|
|
compiling stream_buffer.c...
|
|
|
compiling queue.c...
|
|
|
compiling timers.c...
|
|
|
compiling tasks.c...
|
|
|
compiling heap_4.c...
|
|
|
compiling port.c...
|
|
|
compiling stm32g0xx_hal_tim.c...
|
|
|
compiling cmsis_os.c...
|
|
|
compiling stm32g0xx_ll_usart.c...
|
|
|
compiling system_stm32g0xx.c...
|
|
|
compiling uart_dma.c...
|
|
|
compiling adc_dma.c...
|
|
|
..\Core\User\bsp\adc_dma.c(26): warning: #940-D: missing return statement at end of non-void function "Adc_Dma_Initialize"
|
|
|
}
|
|
|
..\Core\User\bsp\adc_dma.c: 1 warning, 0 errors
|
|
|
linking...
|
|
|
Program Size: Code=8768 RO-data=440 RW-data=132 ZI-data=4924
|
|
|
FromELF: creating hex file...
|
|
|
"STM32G0_ProjectBase\STM32G0_ProjectBase.axf" - 0 Error(s), 3 Warning(s).
|
|
|
|
|
|
<h2>Software Packages used:</h2>
|
|
|
|
...
|
...
|
@@ -50,7 +106,7 @@ Package Vendor: Keil |
|
|
<h2>Collection of Component Files used:</h2>
|
|
|
|
|
|
* Component: ARM::CMSIS:CORE:5.1.1
|
|
|
Build Time Elapsed: 00:00:00
|
|
|
Build Time Elapsed: 00:00:13
|
|
|
</pre>
|
|
|
</body>
|
|
|
</html> |
...
|
...
|
|