3.24_433_RX版本:封装RF433模块,完成开机进入TX/RX模式并在开发板验证成功
This commit is contained in:
161
MDK-ARM/project/project.build_log.htm
Normal file
161
MDK-ARM/project/project.build_log.htm
Normal file
@ -0,0 +1,161 @@
|
||||
<html>
|
||||
<body>
|
||||
<pre>
|
||||
<h1><EFBFBD>Vision Build Log</h1>
|
||||
<h2>Tool Versions:</h2>
|
||||
IDE-Version: <20><>Vision V5.43.1.0
|
||||
Copyright (C) 2025 ARM Ltd and ARM Germany GmbH. All rights reserved.
|
||||
License Information: x xtell, x, LIC=9WSKC-71I92-JJK6S-LRIAZ-BXKR7-N3URK
|
||||
|
||||
Tool Versions:
|
||||
Toolchain: MDK-ARM Plus Version: 5.43.0.0
|
||||
Toolchain Path: C:\Keil_v5\ARM\ARMCC\Bin
|
||||
C Compiler: Armcc.exe V5.06 update 7 (build 960)
|
||||
Assembler: Armasm.exe V5.06 update 7 (build 960)
|
||||
Linker/Locator: ArmLink.exe V5.06 update 7 (build 960)
|
||||
Library Manager: ArmAr.exe V5.06 update 7 (build 960)
|
||||
Hex Converter: FromElf.exe V5.06 update 7 (build 960)
|
||||
CPU DLL: SARMCM3.DLL V5.43.0.0
|
||||
Dialog DLL: DCM.DLL V1.17.5.0
|
||||
Target DLL: CMSIS_AGDI.dll V1.33.24.0
|
||||
Dialog DLL: TCM.DLL V1.56.6.0
|
||||
|
||||
<h2>Project:</h2>
|
||||
C:\workfile\E32-433\software\E32-433TBH-SC\MDK-ARM\project.uvprojx
|
||||
Project File Date: 03/24/2026
|
||||
|
||||
<h2>Output:</h2>
|
||||
*** Using Compiler 'V5.06 update 7 (build 960)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
|
||||
Rebuild target 'project'
|
||||
assembling startup_stm32f103xb.s...
|
||||
compiling fifo.c...
|
||||
compiling e32_hal.c...
|
||||
compiling systick.c...
|
||||
compiling u8g2_hal.c...
|
||||
compiling e32_demo.c...
|
||||
compiling gpio.c...
|
||||
compiling key.c...
|
||||
compiling main.c...
|
||||
compiling rf433_tx_app.c...
|
||||
compiling stm32f1xx_hal_msp.c...
|
||||
compiling tim.c...
|
||||
compiling i2c.c...
|
||||
compiling stm32f1xx_it.c...
|
||||
compiling rf433_rx_app.c...
|
||||
..\Core\Src\rf433_rx_app.c(23): warning: #188-D: enumerated type mixed with another type
|
||||
static rf433_rx_app_t g_rx_app = {0};
|
||||
..\Core\Src\rf433_rx_app.c: 1 warning, 0 errors
|
||||
compiling usb_device.c...
|
||||
compiling usart.c...
|
||||
compiling stm32f1xx_hal_gpio_ex.c...
|
||||
compiling stm32f1xx_hal_pcd_ex.c...
|
||||
compiling stm32f1xx_ll_usb.c...
|
||||
compiling stm32f1xx_hal_pcd.c...
|
||||
compiling usbd_desc.c...
|
||||
compiling usbd_conf.c...
|
||||
compiling usbd_cdc_if.c...
|
||||
compiling stm32f1xx_hal_rcc_ex.c...
|
||||
compiling stm32f1xx_hal_pwr.c...
|
||||
compiling stm32f1xx_hal_dma.c...
|
||||
compiling stm32f1xx_hal.c...
|
||||
compiling stm32f1xx_hal_gpio.c...
|
||||
compiling stm32f1xx_hal_cortex.c...
|
||||
compiling stm32f1xx_hal_rcc.c...
|
||||
compiling stm32f1xx_hal_flash.c...
|
||||
compiling stm32f1xx_hal_flash_ex.c...
|
||||
compiling stm32f1xx_hal_exti.c...
|
||||
compiling stm32f1xx_hal_tim_ex.c...
|
||||
compiling stm32f1xx_hal_uart.c...
|
||||
compiling stm32f1xx_hal_i2c.c...
|
||||
compiling stm32f1xx_hal_tim.c...
|
||||
compiling mui.c...
|
||||
compiling u8g2_bitmap.c...
|
||||
compiling mui_u8g2.c...
|
||||
compiling u8g2_box.c...
|
||||
compiling u8g2_buffer.c...
|
||||
compiling u8g2_button.c...
|
||||
compiling u8g2_cleardisplay.c...
|
||||
compiling u8g2_circle.c...
|
||||
compiling u8g2_d_memory.c...
|
||||
compiling u8g2_d_setup.c...
|
||||
compiling u8g2_fonts.c...
|
||||
compiling u8g2_font.c...
|
||||
compiling u8g2_hvline.c...
|
||||
compiling u8g2_input_value.c...
|
||||
compiling u8g2_intersection.c...
|
||||
compiling u8g2_kerning.c...
|
||||
compiling u8g2_line.c...
|
||||
compiling u8g2_ll_hvline.c...
|
||||
compiling system_stm32f1xx.c...
|
||||
compiling u8g2_message.c...
|
||||
compiling u8g2_polygon.c...
|
||||
compiling u8g2_setup.c...
|
||||
compiling u8g2_selection_list.c...
|
||||
compiling u8log.c...
|
||||
compiling u8log_u8x8.c...
|
||||
compiling u8log_u8g2.c...
|
||||
compiling u8x8_8x8.c...
|
||||
compiling usbd_ctlreq.c...
|
||||
compiling u8x8_byte.c...
|
||||
compiling u8x8_capture.c...
|
||||
compiling u8x8_cad.c...
|
||||
compiling u8x8_d_ssd1306_128x64_noname.c...
|
||||
compiling u8x8_debounce.c...
|
||||
compiling usbd_cdc.c...
|
||||
compiling u8x8_display.c...
|
||||
compiling usbd_ioreq.c...
|
||||
compiling usbd_core.c...
|
||||
compiling u8x8_gpio.c...
|
||||
compiling u8x8_fonts.c...
|
||||
compiling u8x8_input_value.c...
|
||||
compiling u8x8_message.c...
|
||||
compiling u8x8_setup.c...
|
||||
compiling u8x8_string.c...
|
||||
compiling u8x8_selection_list.c...
|
||||
compiling u8x8_u8toa.c...
|
||||
compiling u8x8_u16toa.c...
|
||||
compiling rf433.c...
|
||||
..\Driver_RF433\Src\rf433.c(208): warning: #188-D: enumerated type mixed with another type
|
||||
ret = rf433_set_config(&rf433_current_config);
|
||||
..\Driver_RF433\Src\rf433.c(212): warning: #188-D: enumerated type mixed with another type
|
||||
return ret;
|
||||
..\Driver_RF433\Src\rf433.c(98): warning: #177-D: function "rf433_send_request_command" was declared but never referenced
|
||||
static void rf433_send_request_command(rf433_request_cmd_t cmd)
|
||||
..\Driver_RF433\Src\rf433.c(131): warning: #177-D: function "rf433_response_command_check" was declared but never referenced
|
||||
static bool rf433_response_command_check(rf433_request_cmd_t cmd, uint8_t *buffer, uint8_t length)
|
||||
..\Driver_RF433\Src\rf433.c: 4 warnings, 0 errors
|
||||
compiling rf433_hal.c...
|
||||
compiling dispDirver.c...
|
||||
compiling application.c...
|
||||
compiling menu.c...
|
||||
linking...
|
||||
Program Size: Code=26904 RO-data=408 RW-data=428 ZI-data=8372
|
||||
FromELF: creating hex file...
|
||||
"project\project.axf" - 0 Error(s), 5 Warning(s).
|
||||
|
||||
<h2>Software Packages used:</h2>
|
||||
|
||||
Package Vendor: ARM
|
||||
https://www.keil.com/pack/ARM.CMSIS.6.2.0.pack
|
||||
ARM::CMSIS@6.2.0
|
||||
CMSIS (Common Microcontroller Software Interface Standard)
|
||||
* Component: CORE Version: 6.1.1
|
||||
|
||||
Package Vendor: Keil
|
||||
https://www.keil.com/pack/Keil.STM32F1xx_DFP.2.4.1.pack
|
||||
Keil::STM32F1xx_DFP@2.4.1
|
||||
STMicroelectronics STM32F1 Series Device Support, Drivers and Examples
|
||||
|
||||
<h2>Collection of Component include folders:</h2>
|
||||
./RTE/_project
|
||||
C:/Users/xtell/AppData/Local/Arm/Packs/ARM/CMSIS/6.2.0/CMSIS/Core/Include
|
||||
C:/Users/xtell/AppData/Local/Arm/Packs/Keil/STM32F1xx_DFP/2.4.1/Device/Include
|
||||
|
||||
<h2>Collection of Component Files used:</h2>
|
||||
|
||||
* Component: ARM::CMSIS:CORE@6.1.1
|
||||
Include file: CMSIS/Core/Include/tz_context.h
|
||||
Build Time Elapsed: 00:00:34
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user