12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- <html>
- <body>
- <pre>
- <h1>µVision Build Log</h1>
- <h2>Tool Versions:</h2>
- IDE-Version: ¦ÌVision V5.27.0.0
- Copyright (C) 2018 ARM Ltd and ARM Germany GmbH. All rights reserved.
- License Information: 111 111, 111, LIC=NQQMA-1URA5-635MB-2IWZH-NS04X-U2YUB
-
- Tool Versions:
- Toolchain: MDK-ARM Plus Version: 5.27.0.0
- Toolchain Path: C:\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.27.0.0
- Dialog DLL: DCM.DLL V1.17.2.0
- Target DLL: Segger\JL2CM3.dll V2.99.34.0
- Dialog DLL: TCM.DLL V1.36.1.0
-
- <h2>Project:</h2>
- E:\share\N3\N3_driver_git\N3Drive\N3Drive.uvprojx
- Project File Date: 06/06/2023
- <h2>Output:</h2>
- *** Using Compiler 'V5.06 update 6 (build 750)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
- Rebuild target 'N3Drive'
- compiling dshot.c...
- compiling delay.c...
- compiling flash.c...
- compiling time.c...
- compiling led.c...
- compiling iwag.c...
- compiling usart.c...
- compiling adc.c...
- compiling can.c...
- compiling it.c...
- USER\it.c(100): warning: #111-D: statement is unreachable
- break;
- USER\it.c(376): warning: #1035-D: single-precision operand implicitly converted to double-precision
- Voltage = ((float)Voltage_sum)*3.27856/102400;
- USER\it.c: 2 warnings, 0 errors
- compiling main.c...
- assembling startup_stm32f40_41xxx.s...
- compiling ntc.c...
- USER\ntc.c(17): warning: #1035-D: single-precision operand implicitly converted to double-precision
- Rt = (R*valta)/(3.3-valta);
- USER\ntc.c(7): warning: #177-D: variable "Rp" was declared but never referenced
- float Rp = 10000.0;
- USER\ntc.c(8): warning: #177-D: variable "T2" was declared but never referenced
- float T2 = (273.15 + 25.0);
- USER\ntc.c(9): warning: #177-D: variable "Bx" was declared but never referenced
- float Bx = 3950.0;
- USER\ntc.c: 4 warnings, 0 errors
- compiling misc.c...
- compiling stm32f4xx_gpio.c...
- compiling system_stm32f4xx.c...
- compiling stm32f4xx_iwdg.c...
- compiling stm32f4xx_dma.c...
- compiling stm32f4xx_adc.c...
- compiling stm32f4xx_can.c...
- compiling stm32f4xx_flash.c...
- compiling stm32f4xx_rcc.c...
- compiling stm32f4xx_tim.c...
- compiling stm32f4xx_usart.c...
- linking...
- Program Size: Code=14404 RO-data=424 RW-data=204 ZI-data=1820
- FromELF: creating hex file...
- ".\Objects\N3Drive.axf" - 0 Error(s), 6 Warning(s).
- <h2>Software Packages used:</h2>
- Package Vendor: Keil
- http://www.keil.com/pack/Keil.STM32F4xx_DFP.2.15.0.pack
- Keil.STM32F4xx_DFP.2.15.0
- STMicroelectronics STM32F4 Series Device Support, Drivers and Examples
- <h2>Collection of Component include folders:</h2>
- .\RTE\_N3Drive
- C:\Keil_v5\ARM\PACK\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
- <h2>Collection of Component Files used:</h2>
- Build Time Elapsed: 00:00:03
- </pre>
- </body>
- </html>
|