µVision Build Log
Tool Versions:
IDE-Version: ¦ÌVision V5.31.0.0
Copyright (C) 2020 ARM Ltd and ARM Germany GmbH. All rights reserved.
License Information: 123 123, 123, LIC=ZB4EI-T2S8Z-12KLE-50Y8Q-7NG02-HDALA
Tool Versions:
Toolchain: MDK-ARM Plus Version: 5.31.0.0
Toolchain Path: d:\Keil_v5\ARM\ARMCC\Bin
C Compiler: Armcc.exe V5.06 update 6 (build 750)
Assembler: Armasm.exe V5.06 update 6 (build 750)
Linker/Locator: ArmLink.exe V5.06 update 6 (build 750)
Library Manager: ArmAr.exe V5.06 update 6 (build 750)
Hex Converter: FromElf.exe V5.06 update 6 (build 750)
CPU DLL: SARMCM3.DLL V5.31.0.0
Dialog DLL: DCM.DLL V1.17.3.0
Target DLL: UL2CM3.DLL V1.163.4.0
Dialog DLL: TCM.DLL V1.46.0.0
Project:
E:\xxxx2\evaluationBoard\software\VGKitBoard_2212S_V01\keil_v5\project.uvprojx
Project File Date: 06/03/2025
Output:
*** Using Compiler 'V5.06 update 6 (build 750)', folder: 'd:\Keil_v5\ARM\ARMCC\Bin'
Rebuild target 'project_ST_APP'
compiling myADC.c...
compiling system_stm32f10x.c...
compiling stm32f10x_it.c...
compiling myUart.c...
..\peripheral\myUart.c(15): warning: #177-D: variable "Res" was declared but never referenced
uint8_t Res;
..\peripheral\myUart.c: 1 warning, 0 errors
compiling myUart3.c...
..\peripheral\myUart3.c(26): warning: #177-D: variable "Res" was declared but never referenced
uint8_t Res;
..\peripheral\myUart3.c: 1 warning, 0 errors
compiling myInputCapture.c...
compiling main.c...
..\app\myFlashData.h(4): warning: #14-D: extra text after expected end of preprocessing directive
#include >
..\project\main.c(711): warning: #69-D: integer conversion resulted in truncation
rfTxPacket.len = MAX_RF_PACKET_LEN;
..\project\main.c(504): warning: #177-D: variable "userParamsTemp" was declared but never referenced
userParams_ts userParamsTemp;
..\project\main.c(25): warning: #177-D: variable "present_adcValue" was declared but never referenced
static uint16_t present_adcValue;
..\project\main.c(33): warning: #550-D: variable "rfContinuousFreq" was set but never used
static uint32_t rfContinuousFreq = 1;
..\project\main.c(93): warning: #550-D: variable "eventReturn" was set but never used
static uint16_t eventReturn;
..\project\main.c: 6 warnings, 0 errors
compiling sys.c...
assembling startup_stm32f10x_hd.s...
compiling core_cm3.c...
compiling misc.c...
compiling stm32f10x_bkp.c...
compiling stm32f10x_adc.c...
compiling stm32f10x_can.c...
compiling stm32f10x_dac.c...
compiling stm32f10x_crc.c...
compiling stm32f10x_cec.c...
compiling stm32f10x_dbgmcu.c...
compiling stm32f10x_exti.c...
compiling stm32f10x_dma.c...
compiling stm32f10x_gpio.c...
compiling stm32f10x_iwdg.c...
compiling stm32f10x_i2c.c...
compiling stm32f10x_fsmc.c...
compiling stm32f10x_pwr.c...
compiling stm32f10x_flash.c...
compiling stm32f10x_rcc.c...
compiling stm32f10x_rtc.c...
compiling stm32f10x_sdio.c...
compiling stm32f10x_spi.c...
compiling led.c...
compiling stm32f10x_wwdg.c...
compiling stm32f10x_usart.c...
compiling ReadKey.c...
compiling stm32f10x_tim.c...
compiling crc8.c...
..\app\crc8.c(182): warning: #1-D: last line of file ends without a newline
}
..\app\crc8.c(170): warning: #177-D: variable "head" was declared but never referenced
uint8_t *head;
..\app\crc8.c(174): warning: #177-D: variable "end" was declared but never referenced
uint8_t *end;
..\app\crc8.c: 3 warnings, 0 errors
compiling key.c...
compiling stmflash.c...
compiling eventUnit.c...
compiling myTim.c...
compiling myLcd.c...
..\APP\myLcd.c(355): warning: #177-D: function "i2c_wait_ack" was declared but never referenced
static uint8_t i2c_wait_ack(void)
..\APP\myLcd.c: 1 warning, 0 errors
compiling myFlashData.c...
..\app\myFlashData.h(4): warning: #14-D: extra text after expected end of preprocessing directive
#include >
..\app\myFlashData.c(51): warning: #1-D: last line of file ends without a newline
}
..\app\myFlashData.c: 2 warnings, 0 errors
compiling CC1101.c...
compiling myDisplayUnit.c...
..\app\myDisplayUnit.c(517): warning: #177-D: variable "i" was declared but never referenced
int i = 0;
..\app\myDisplayUnit.c: 1 warning, 0 errors
compiling myRadio_gpio.c...
compiling myRadio.c...
..\radio\myRadio.c(13): warning: #177-D: variable "rfRxBuffer" was declared but never referenced
static uint8_t rfRxBuffer[255];
..\radio\myRadio.c: 1 warning, 0 errors
linking...
Program Size: Code=25564 RO-data=3504 RW-data=548 ZI-data=6052
FromELF: creating hex file...
After Build - User command #1: fromelf.exe --bin --output .\Listings\VGKitBoard_2212_ST_APP_V02.bin .\Objects\VGKitBoard_2212_ST_APP_V02.axf
".\Objects\VGKitBoard_2212_ST_APP_V02.axf" - 0 Error(s), 16 Warning(s).
Software Packages used:
Package Vendor: Keil
http://www.keil.com/pack/Keil.STM32F1xx_DFP.2.3.0.pack
Keil.STM32F1xx_DFP.2.3.0
STMicroelectronics STM32F1 Series Device Support, Drivers and Examples
Collection of Component include folders:
D:\keil_V5_pack\Keil\STM32F1xx_DFP\2.3.0\Device\Include
Collection of Component Files used:
Build Time Elapsed: 00:00:08