µ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: Segger\JL2CM3.dll V2.99.38.0 Dialog DLL: TCM.DLL V1.46.0.0Project:
E:\xxxx2\evaluationBoard\software\easydemo_STM32F41x_297S\USER\project.uvprojx Project File Date: 10/17/2025Output:
*** Using Compiler 'V5.06 update 6 (build 750)', folder: 'd:\Keil_v5\ARM\ARMCC\Bin' Build target 'project' assembling startup_stm32f40_41xxx.s... compiling misc.c... compiling stm32f4xx_it.c... compiling sys.c... compiling Clock.c... compiling stm32f4xx_gpio.c... compiling system_stm32f4xx.c... compiling main.c... main.c(59): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "char *restrict" strcpy(rfTxPacket.payload, "hello"); main.c(48): warning: #177-D: variable "i" was declared but never referenced unsigned int i,j,k,Test = 0; main.c(48): warning: #177-D: variable "j" was declared but never referenced unsigned int i,j,k,Test = 0; main.c(48): warning: #177-D: variable "k" was declared but never referenced unsigned int i,j,k,Test = 0; main.c: 4 warnings, 0 errors compiling stm32f4xx_rcc.c... compiling stm32f4xx_syscfg.c... compiling stm32f4xx_iwdg.c... compiling stm32f4xx_usart.c... compiling stm32f4xx_spi.c... compiling myUart.c... ..\myUart\myUart.c(47): warning: #177-D: variable "NVIC_InitStructure" was declared but never referenced NVIC_InitTypeDef NVIC_InitStructure; ..\myUart\myUart.c: 1 warning, 0 errors compiling stm32f4xx_adc.c... compiling myRadio.c... ..\radio\myRadio.c(54): warning: #940-D: missing return statement at end of non-void function "myRadio_getFrequency" } ..\radio\myRadio.c(124): warning: #177-D: variable "ucPayload" was declared but never referenced uint8_t ucPayload[PAYLOAD_WIDTH]; ..\radio\myRadio.c(142): warning: #1-D: last line of file ends without a newline } ..\radio\myRadio.c: 3 warnings, 0 errors compiling stm32f4xx_tim.c... compiling spi.c... compiling RF.c... ..\radio\RF.c(307): warning: #223-D: function "printf" declared implicitly printf("R_BB_cal_data: %02x %02x %02x %02x %02x\n", R_BB_cal_data[0], R_BB_cal_data[1], R_BB_cal_data[2], R_BB_cal_data[3], R_BB_cal_data[4]); ..\radio\RF.c(308): warning: #223-D: function "memcmp" declared implicitly if (memcmp(R_BB_cal_data, BB_cal_data, sizeof(BB_cal_data)) != 0) ..\radio\RF.c: 2 warnings, 0 errors linking... Program Size: Code=9232 RO-data=484 RW-data=76 ZI-data=3108 FromELF: creating hex file... After Build - User command #1: find "Total R" ..\OBJ\W45_APP.map ---------- ..\OBJ\W45_APP.MAP Total RO Size (Code + RO Data) 9716 ( 9.49kB) Total RW Size (RW Data + ZI Data) 3184 ( 3.11kB) Total ROM Size (Code + RO Data + RW Data) 9792 ( 9.56kB) "..\OBJ\easyDemo.axf" - 0 Error(s), 10 Warning(s).Software Packages used:
Package Vendor: Keil http://www.keil.com/pack/Keil.STM32F4xx_DFP.2.16.0.pack Keil.STM32F4xx_DFP.2.16.0 STMicroelectronics STM32F4 Series Device Support, Drivers and ExamplesCollection of Component include folders:
D:\keil_V5_pack\Keil\STM32F4xx_DFP\2.16.0\Drivers\CMSIS\Device\ST\STM32F4xx\IncludeCollection of Component Files used:
Build Time Elapsed: 00:00:02