revised charge time to 1.5s before read gpio input pin
This commit is contained in:
parent
7498a0cfe2
commit
d20c049524
|
@ -104,17 +104,17 @@ int main(void)
|
||||||
while(1)
|
while(1)
|
||||||
{
|
{
|
||||||
HAL_GPIO_WritePin(SOAP_SWITCH_GPIO_Port, SOAP_SWITCH_Pin, GPIO_PIN_SET);
|
HAL_GPIO_WritePin(SOAP_SWITCH_GPIO_Port, SOAP_SWITCH_Pin, GPIO_PIN_SET);
|
||||||
HAL_Delay(15000);
|
HAL_Delay(1500);
|
||||||
uint8_t soapData = SOAP_DATA;
|
uint8_t soapData = SOAP_DATA;
|
||||||
uint8_t read2nd = 0;
|
uint8_t read2nd = 0;
|
||||||
APP_LOG(TS_OFF, VLEVEL_L, "\r\n Soap State = %d \r\n", soapData);
|
APP_LOG(TS_OFF, VLEVEL_L, "\r\n Soap State = %d \r\n", soapData);
|
||||||
|
|
||||||
HAL_GPIO_WritePin(SOAP_SWITCH_GPIO_Port, SOAP_SWITCH_Pin, GPIO_PIN_RESET);
|
HAL_GPIO_WritePin(SOAP_SWITCH_GPIO_Port, SOAP_SWITCH_Pin, GPIO_PIN_RESET);
|
||||||
HAL_Delay(1000);
|
|
||||||
read2nd = HAL_GPIO_ReadPin(SOAP_STATUS_GPIO_Port,SOAP_STATUS_Pin);
|
read2nd = HAL_GPIO_ReadPin(SOAP_STATUS_GPIO_Port,SOAP_STATUS_Pin);
|
||||||
|
|
||||||
APP_LOG(TS_OFF, VLEVEL_L, "\r\n 2nd read = %d \r\n", read2nd);
|
APP_LOG(TS_OFF, VLEVEL_L, "\r\n 2nd read = %d \r\n", read2nd);
|
||||||
|
|
||||||
HAL_Delay(15000);
|
HAL_Delay(5000);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,221 +0,0 @@
|
||||||
<html>
|
|
||||||
<body>
|
|
||||||
<pre>
|
|
||||||
<h1>µVision Build Log</h1>
|
|
||||||
<h2>Tool Versions:</h2>
|
|
||||||
IDE-Version: ¦ÌVision V5.33.0.0
|
|
||||||
Copyright (C) 2020 ARM Ltd and ARM Germany GmbH. All rights reserved.
|
|
||||||
License Information: dp lenovo, yunhorn, LIC=NQQMA-19ZCY-KP3ZY-IMEF3-G09Q9-GVNGQ
|
|
||||||
|
|
||||||
Tool Versions:
|
|
||||||
Toolchain: MDK-ARM Plus Version: 5.33.0.0
|
|
||||||
Toolchain Path: D:\Keil_v5\ARM\ARMCLANG\Bin
|
|
||||||
C Compiler: ArmClang.exe V6.15
|
|
||||||
Assembler: Armasm.exe V6.15
|
|
||||||
Linker/Locator: ArmLink.exe V6.15
|
|
||||||
Library Manager: ArmAr.exe V6.15
|
|
||||||
Hex Converter: FromElf.exe V6.15
|
|
||||||
CPU DLL: SARMCM3.DLL V5.33.0.0
|
|
||||||
Dialog DLL: DCM.DLL V1.17.3.0
|
|
||||||
Target DLL: STLink\ST-LINKIII-KEIL_SWO.dll V3.0.8.0
|
|
||||||
Dialog DLL: TCM.DLL V1.48.0.0
|
|
||||||
|
|
||||||
<h2>Project:</h2>
|
|
||||||
D:\ONEDRIVE\STM32WL\Projects\NUCLEO-WL55JC\Applications\LoRaWAN\STS_MM_M7_2023_02_23P\MDK-ARM\STS_MM_M7.uvprojx
|
|
||||||
Project File Date: 02/23/2023
|
|
||||||
|
|
||||||
<h2>Output:</h2>
|
|
||||||
*** Using Compiler 'V6.15', folder: 'D:\Keil_v5\ARM\ARMCLANG\Bin'
|
|
||||||
Rebuild target 'STS_MM_WLE5'
|
|
||||||
assembling startup_stm32wle5xx.s...
|
|
||||||
compiling adc.c...
|
|
||||||
compiling gpio.c...
|
|
||||||
compiling dma.c...
|
|
||||||
compiling main.c...
|
|
||||||
compiling sys_debug.c...
|
|
||||||
compiling sys_sensors.c...
|
|
||||||
compiling subghz.c...
|
|
||||||
compiling usart_if.c...
|
|
||||||
compiling stm32wlxx_it.c...
|
|
||||||
compiling adc_if.c...
|
|
||||||
compiling rtc.c...
|
|
||||||
compiling usart.c...
|
|
||||||
compiling stm32wlxx_hal_msp.c...
|
|
||||||
compiling sys_app.c...
|
|
||||||
compiling stm32_lpm_if.c...
|
|
||||||
compiling timer_if.c...
|
|
||||||
compiling app_lorawan.c...
|
|
||||||
compiling flash_if.c...
|
|
||||||
compiling CayenneLpp.c...
|
|
||||||
compiling radio_board_if.c...
|
|
||||||
compiling lora_info.c...
|
|
||||||
compiling stm32wlxx_ll_adc.c...
|
|
||||||
compiling stm32wlxx_nucleo.c...
|
|
||||||
compiling stm32wlxx_nucleo_radio.c...
|
|
||||||
compiling stm32wlxx_hal_adc_ex.c...
|
|
||||||
compiling yunhorn_sts_motion_sensor.c...
|
|
||||||
compiling lora_app.c...
|
|
||||||
compiling yunhorn_sts_motion_sensor_adxl345.c...
|
|
||||||
compiling stm32wlxx_hal_flash.c...
|
|
||||||
compiling stm32wlxx_hal_adc.c...
|
|
||||||
compiling stm32wlxx_hal_rcc_ex.c...
|
|
||||||
compiling stm32wlxx_hal_rcc.c...
|
|
||||||
compiling stm32wlxx_hal_flash_ex.c...
|
|
||||||
compiling stm32wlxx_hal_gpio.c...
|
|
||||||
compiling stm32wlxx_hal_dma_ex.c...
|
|
||||||
compiling stm32wlxx_hal_pwr.c...
|
|
||||||
compiling stm32wlxx_hal_dma.c...
|
|
||||||
compiling stm32wlxx_hal_pwr_ex.c...
|
|
||||||
compiling stm32wlxx_hal_cortex.c...
|
|
||||||
compiling stm32wlxx_hal_exti.c...
|
|
||||||
compiling stm32wlxx_hal.c...
|
|
||||||
compiling stm32wlxx_hal_rtc.c...
|
|
||||||
compiling stm32wlxx_hal_subghz.c...
|
|
||||||
compiling stm32wlxx_hal_rtc_ex.c...
|
|
||||||
compiling cmac.c...
|
|
||||||
compiling stm32wlxx_hal_i2c_ex.c...
|
|
||||||
compiling stm32wlxx_hal_uart_ex.c...
|
|
||||||
compiling system_stm32wlxx.c...
|
|
||||||
compiling lorawan_aes.c...
|
|
||||||
compiling Region.c...
|
|
||||||
compiling soft-se.c...
|
|
||||||
compiling stm32wlxx_hal_tim_ex.c...
|
|
||||||
compiling LmhpCompliance.c...
|
|
||||||
compiling RegionAS923.c...
|
|
||||||
compiling RegionBaseUS.c...
|
|
||||||
compiling RegionAU915.c...
|
|
||||||
compiling RegionCN470.c...
|
|
||||||
compiling RegionCN470A20.c...
|
|
||||||
compiling stm32wlxx_hal_uart.c...
|
|
||||||
compiling RegionCN470A26.c...
|
|
||||||
compiling RegionCN470B20.c...
|
|
||||||
compiling RegionCN470B26.c...
|
|
||||||
compiling RegionCN779.c...
|
|
||||||
compiling stm32wlxx_hal_tim.c...
|
|
||||||
compiling RegionEU433.c...
|
|
||||||
compiling stm32wlxx_hal_i2c.c...
|
|
||||||
compiling RegionEU868.c...
|
|
||||||
compiling RegionCommon.c...
|
|
||||||
compiling RegionIN865.c...
|
|
||||||
compiling RegionKR920.c...
|
|
||||||
compiling RegionRU864.c...
|
|
||||||
compiling RegionUS915.c...
|
|
||||||
compiling LoRaMacAdr.c...
|
|
||||||
compiling LoRaMacClassB.c...
|
|
||||||
compiling LoRaMacCommands.c...
|
|
||||||
compiling LoRaMacParser.c...
|
|
||||||
compiling LoRaMacConfirmQueue.c...
|
|
||||||
compiling LoRaMacSerializer.c...
|
|
||||||
compiling LoRaMacCrypto.c...
|
|
||||||
compiling NvmDataMgmt.c...
|
|
||||||
compiling utilities.c...
|
|
||||||
compiling stm32_mem.c...
|
|
||||||
compiling stm32_systime.c...
|
|
||||||
compiling stm32_adv_trace.c...
|
|
||||||
compiling radio_fw.c...
|
|
||||||
compiling LmHandler.c...
|
|
||||||
compiling stm32_tiny_sscanf.c...
|
|
||||||
compiling stm32_tiny_vsnprintf.c...
|
|
||||||
compiling stm32_seq.c...
|
|
||||||
compiling stm32_lpm.c...
|
|
||||||
compiling LoRaMac.c...
|
|
||||||
compiling radio_driver.c...
|
|
||||||
compiling stm32_timer.c...
|
|
||||||
compiling BayesFunctions.c...
|
|
||||||
compiling BasicMathFunctionsF16.c...
|
|
||||||
compiling BayesFunctionsF16.c...
|
|
||||||
compiling radio.c...
|
|
||||||
compiling BasicMathFunctions.c...
|
|
||||||
compiling ComplexMathFunctionsF16.c...
|
|
||||||
compiling ControllerFunctions.c...
|
|
||||||
compiling ComplexMathFunctions.c...
|
|
||||||
compiling CommonTablesF16.c...
|
|
||||||
compiling DistanceFunctionsF16.c...
|
|
||||||
compiling DistanceFunctions.c...
|
|
||||||
compiling FastMathFunctionsF16.c...
|
|
||||||
compiling InterpolationFunctionsF16.c...
|
|
||||||
compiling FilteringFunctionsF16.c...
|
|
||||||
compiling InterpolationFunctions.c...
|
|
||||||
compiling FastMathFunctions.c...
|
|
||||||
compiling SVMFunctions.c...
|
|
||||||
compiling QuaternionMathFunctions.c...
|
|
||||||
compiling MatrixFunctionsF16.c...
|
|
||||||
compiling SVMFunctionsF16.c...
|
|
||||||
compiling SupportFunctionsF16.c...
|
|
||||||
compiling StatisticsFunctionsF16.c...
|
|
||||||
compiling SupportFunctions.c...
|
|
||||||
compiling StatisticsFunctions.c...
|
|
||||||
compiling MatrixFunctions.c...
|
|
||||||
compiling CommonTables.c...
|
|
||||||
compiling TransformFunctionsF16.c...
|
|
||||||
compiling TransformFunctions.c...
|
|
||||||
compiling FilteringFunctions.c...
|
|
||||||
linking...
|
|
||||||
Program Size: Code=75350 RO-data=122942 RW-data=332 ZI-data=53468
|
|
||||||
FromELF: creating hex file...
|
|
||||||
"LoRaWAN_End_Node\STS_M7_2023_02_23P.axf" - 0 Error(s), 0 Warning(s).
|
|
||||||
|
|
||||||
<h2>Software Packages used:</h2>
|
|
||||||
|
|
||||||
Package Vendor: ARM
|
|
||||||
http://www.keil.com/pack/ARM.CMSIS.5.9.0.pack
|
|
||||||
ARM.CMSIS.5.9.0
|
|
||||||
CMSIS (Common Microcontroller Software Interface Standard)
|
|
||||||
* Component: CORE Version: 5.6.0
|
|
||||||
* Component: DSP Variant: Source Version: 1.10.0
|
|
||||||
|
|
||||||
Package Vendor: Keil
|
|
||||||
http://www.keil.com/pack/Keil.STM32WLxx_DFP.1.1.0.pack
|
|
||||||
Keil.STM32WLxx_DFP.1.1.0
|
|
||||||
STMicroelectronics STM32WL Series Device Support
|
|
||||||
|
|
||||||
<h2>Collection of Component include folders:</h2>
|
|
||||||
.\RTE\_STS_MM_WLE5
|
|
||||||
D:\Users\lenovo\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
|
|
||||||
D:\Users\lenovo\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\DSP\Include
|
|
||||||
D:\Users\lenovo\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\DSP\PrivateInclude
|
|
||||||
D:\Users\lenovo\AppData\Local\Arm\Packs\Keil\STM32WLxx_DFP\1.1.0\Drivers\CMSIS\Device\ST\STM32WLxx\Include
|
|
||||||
|
|
||||||
<h2>Collection of Component Files used:</h2>
|
|
||||||
|
|
||||||
* Component: ARM::CMSIS:CORE:5.6.0
|
|
||||||
|
|
||||||
* Component: ARM::CMSIS:DSP:Source:1.10.0
|
|
||||||
Source file: CMSIS\DSP\Source\BayesFunctions\BayesFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\DistanceFunctions\DistanceFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\MatrixFunctions\MatrixFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\FastMathFunctions\FastMathFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\StatisticsFunctions\StatisticsFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\SVMFunctions\SVMFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\SupportFunctions\SupportFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\InterpolationFunctions\InterpolationFunctionsF16.c
|
|
||||||
Include file: CMSIS\DSP\Include\arm_common_tables.h
|
|
||||||
Include file: CMSIS\DSP\Include\arm_const_structs.h
|
|
||||||
Include file: CMSIS\DSP\Include\arm_const_structs_f16.h
|
|
||||||
Source file: CMSIS\DSP\Source\BasicMathFunctions\BasicMathFunctions.c
|
|
||||||
Include file: CMSIS\DSP\Include\arm_common_tables_f16.h
|
|
||||||
Include file: CMSIS\DSP\Include\arm_math_f16.h
|
|
||||||
Source file: CMSIS\DSP\Source\QuaternionMathFunctions\QuaternionMathFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\BayesFunctions\BayesFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\CommonTables\CommonTables.c
|
|
||||||
Include file: CMSIS\DSP\Include\arm_math.h
|
|
||||||
Source file: CMSIS\DSP\Source\ComplexMathFunctions\ComplexMathFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\DistanceFunctions\DistanceFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\StatisticsFunctions\StatisticsFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\TransformFunctions\TransformFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\ControllerFunctions\ControllerFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\InterpolationFunctions\InterpolationFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\CommonTables\CommonTablesF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\FilteringFunctions\FilteringFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\TransformFunctions\TransformFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\ComplexMathFunctions\ComplexMathFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\FastMathFunctions\FastMathFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\FilteringFunctions\FilteringFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\MatrixFunctions\MatrixFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\SupportFunctions\SupportFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\SVMFunctions\SVMFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\BasicMathFunctions\BasicMathFunctionsF16.c
|
|
||||||
Build Time Elapsed: 00:00:07
|
|
||||||
</pre>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Binary file not shown.
|
@ -1,221 +0,0 @@
|
||||||
<html>
|
|
||||||
<body>
|
|
||||||
<pre>
|
|
||||||
<h1>µVision Build Log</h1>
|
|
||||||
<h2>Tool Versions:</h2>
|
|
||||||
IDE-Version: ¦ÌVision V5.33.0.0
|
|
||||||
Copyright (C) 2020 ARM Ltd and ARM Germany GmbH. All rights reserved.
|
|
||||||
License Information: dp lenovo, yunhorn, LIC=NQQMA-19ZCY-KP3ZY-IMEF3-G09Q9-GVNGQ
|
|
||||||
|
|
||||||
Tool Versions:
|
|
||||||
Toolchain: MDK-ARM Plus Version: 5.33.0.0
|
|
||||||
Toolchain Path: D:\Keil_v5\ARM\ARMCLANG\Bin
|
|
||||||
C Compiler: ArmClang.exe V6.15
|
|
||||||
Assembler: Armasm.exe V6.15
|
|
||||||
Linker/Locator: ArmLink.exe V6.15
|
|
||||||
Library Manager: ArmAr.exe V6.15
|
|
||||||
Hex Converter: FromElf.exe V6.15
|
|
||||||
CPU DLL: SARMCM3.DLL V5.33.0.0
|
|
||||||
Dialog DLL: DCM.DLL V1.17.3.0
|
|
||||||
Target DLL: STLink\ST-LINKIII-KEIL_SWO.dll V3.0.8.0
|
|
||||||
Dialog DLL: TCM.DLL V1.48.0.0
|
|
||||||
|
|
||||||
<h2>Project:</h2>
|
|
||||||
D:\ONEDRIVE\STM32WL\Projects\NUCLEO-WL55JC\Applications\LoRaWAN\STS_MM_M7\MDK-ARM\STS_MM_M7.uvprojx
|
|
||||||
Project File Date: 06/05/2023
|
|
||||||
|
|
||||||
<h2>Output:</h2>
|
|
||||||
*** Using Compiler 'V6.15', folder: 'D:\Keil_v5\ARM\ARMCLANG\Bin'
|
|
||||||
Rebuild target 'STS_MM_WLE5'
|
|
||||||
assembling startup_stm32wle5xx.s...
|
|
||||||
compiling adc.c...
|
|
||||||
compiling main.c...
|
|
||||||
compiling sys_debug.c...
|
|
||||||
compiling rtc.c...
|
|
||||||
compiling sys_sensors.c...
|
|
||||||
compiling dma.c...
|
|
||||||
compiling usart.c...
|
|
||||||
compiling gpio.c...
|
|
||||||
compiling subghz.c...
|
|
||||||
compiling stm32_lpm_if.c...
|
|
||||||
compiling stm32wlxx_it.c...
|
|
||||||
compiling stm32wlxx_hal_msp.c...
|
|
||||||
compiling timer_if.c...
|
|
||||||
compiling usart_if.c...
|
|
||||||
compiling adc_if.c...
|
|
||||||
compiling sys_app.c...
|
|
||||||
compiling app_lorawan.c...
|
|
||||||
compiling radio_board_if.c...
|
|
||||||
compiling flash_if.c...
|
|
||||||
compiling lora_info.c...
|
|
||||||
compiling CayenneLpp.c...
|
|
||||||
compiling stm32wlxx_ll_adc.c...
|
|
||||||
compiling stm32wlxx_nucleo_radio.c...
|
|
||||||
compiling stm32wlxx_nucleo.c...
|
|
||||||
compiling stm32wlxx_hal_adc_ex.c...
|
|
||||||
compiling yunhorn_sts_motion_sensor.c...
|
|
||||||
compiling lora_app.c...
|
|
||||||
compiling stm32wlxx_hal_flash.c...
|
|
||||||
compiling stm32wlxx_hal_gpio.c...
|
|
||||||
compiling yunhorn_sts_motion_sensor_adxl345.c...
|
|
||||||
compiling stm32wlxx_hal_flash_ex.c...
|
|
||||||
compiling stm32wlxx_hal_dma_ex.c...
|
|
||||||
compiling stm32wlxx_hal_pwr.c...
|
|
||||||
compiling stm32wlxx_hal_rcc_ex.c...
|
|
||||||
compiling stm32wlxx_hal_adc.c...
|
|
||||||
compiling stm32wlxx_hal_dma.c...
|
|
||||||
compiling stm32wlxx_hal_rcc.c...
|
|
||||||
compiling stm32wlxx_hal_pwr_ex.c...
|
|
||||||
compiling stm32wlxx_hal_cortex.c...
|
|
||||||
compiling stm32wlxx_hal.c...
|
|
||||||
compiling stm32wlxx_hal_exti.c...
|
|
||||||
compiling cmac.c...
|
|
||||||
compiling stm32wlxx_hal_rtc.c...
|
|
||||||
compiling stm32wlxx_hal_subghz.c...
|
|
||||||
compiling lorawan_aes.c...
|
|
||||||
compiling system_stm32wlxx.c...
|
|
||||||
compiling stm32wlxx_hal_i2c_ex.c...
|
|
||||||
compiling stm32wlxx_hal_rtc_ex.c...
|
|
||||||
compiling stm32wlxx_hal_uart_ex.c...
|
|
||||||
compiling soft-se.c...
|
|
||||||
compiling Region.c...
|
|
||||||
compiling LmhpCompliance.c...
|
|
||||||
compiling RegionAS923.c...
|
|
||||||
compiling RegionBaseUS.c...
|
|
||||||
compiling RegionAU915.c...
|
|
||||||
compiling stm32wlxx_hal_tim_ex.c...
|
|
||||||
compiling RegionCN470.c...
|
|
||||||
compiling RegionCN470A20.c...
|
|
||||||
compiling RegionCN470B26.c...
|
|
||||||
compiling RegionCN470A26.c...
|
|
||||||
compiling RegionCN470B20.c...
|
|
||||||
compiling RegionCN779.c...
|
|
||||||
compiling RegionEU433.c...
|
|
||||||
compiling RegionEU868.c...
|
|
||||||
compiling stm32wlxx_hal_uart.c...
|
|
||||||
compiling RegionIN865.c...
|
|
||||||
compiling RegionKR920.c...
|
|
||||||
compiling RegionCommon.c...
|
|
||||||
compiling RegionRU864.c...
|
|
||||||
compiling RegionUS915.c...
|
|
||||||
compiling LoRaMacAdr.c...
|
|
||||||
compiling stm32wlxx_hal_i2c.c...
|
|
||||||
compiling LoRaMacClassB.c...
|
|
||||||
compiling LoRaMacParser.c...
|
|
||||||
compiling stm32wlxx_hal_tim.c...
|
|
||||||
compiling LoRaMacCommands.c...
|
|
||||||
compiling LoRaMacSerializer.c...
|
|
||||||
compiling LoRaMacConfirmQueue.c...
|
|
||||||
compiling NvmDataMgmt.c...
|
|
||||||
compiling LoRaMacCrypto.c...
|
|
||||||
compiling utilities.c...
|
|
||||||
compiling stm32_mem.c...
|
|
||||||
compiling stm32_adv_trace.c...
|
|
||||||
compiling stm32_systime.c...
|
|
||||||
compiling stm32_tiny_sscanf.c...
|
|
||||||
compiling radio_fw.c...
|
|
||||||
compiling stm32_tiny_vsnprintf.c...
|
|
||||||
compiling stm32_lpm.c...
|
|
||||||
compiling stm32_seq.c...
|
|
||||||
compiling LmHandler.c...
|
|
||||||
compiling stm32_timer.c...
|
|
||||||
compiling BayesFunctions.c...
|
|
||||||
compiling BasicMathFunctionsF16.c...
|
|
||||||
compiling BayesFunctionsF16.c...
|
|
||||||
compiling radio_driver.c...
|
|
||||||
compiling radio.c...
|
|
||||||
compiling ComplexMathFunctionsF16.c...
|
|
||||||
compiling ControllerFunctions.c...
|
|
||||||
compiling LoRaMac.c...
|
|
||||||
compiling BasicMathFunctions.c...
|
|
||||||
compiling ComplexMathFunctions.c...
|
|
||||||
compiling DistanceFunctionsF16.c...
|
|
||||||
compiling InterpolationFunctionsF16.c...
|
|
||||||
compiling FastMathFunctionsF16.c...
|
|
||||||
compiling CommonTablesF16.c...
|
|
||||||
compiling DistanceFunctions.c...
|
|
||||||
compiling FilteringFunctionsF16.c...
|
|
||||||
compiling InterpolationFunctions.c...
|
|
||||||
compiling FastMathFunctions.c...
|
|
||||||
compiling SVMFunctions.c...
|
|
||||||
compiling SVMFunctionsF16.c...
|
|
||||||
compiling QuaternionMathFunctions.c...
|
|
||||||
compiling SupportFunctionsF16.c...
|
|
||||||
compiling MatrixFunctionsF16.c...
|
|
||||||
compiling StatisticsFunctionsF16.c...
|
|
||||||
compiling SupportFunctions.c...
|
|
||||||
compiling StatisticsFunctions.c...
|
|
||||||
compiling TransformFunctionsF16.c...
|
|
||||||
compiling MatrixFunctions.c...
|
|
||||||
compiling CommonTables.c...
|
|
||||||
compiling TransformFunctions.c...
|
|
||||||
compiling FilteringFunctions.c...
|
|
||||||
linking...
|
|
||||||
Program Size: Code=75302 RO-data=122942 RW-data=332 ZI-data=53468
|
|
||||||
FromELF: creating hex file...
|
|
||||||
"LoRaWAN_End_Node\STS_M7_2023_06_05.axf" - 0 Error(s), 0 Warning(s).
|
|
||||||
|
|
||||||
<h2>Software Packages used:</h2>
|
|
||||||
|
|
||||||
Package Vendor: ARM
|
|
||||||
http://www.keil.com/pack/ARM.CMSIS.5.9.0.pack
|
|
||||||
ARM.CMSIS.5.9.0
|
|
||||||
CMSIS (Common Microcontroller Software Interface Standard)
|
|
||||||
* Component: CORE Version: 5.6.0
|
|
||||||
* Component: DSP Variant: Source Version: 1.10.0
|
|
||||||
|
|
||||||
Package Vendor: Keil
|
|
||||||
http://www.keil.com/pack/Keil.STM32WLxx_DFP.1.1.0.pack
|
|
||||||
Keil.STM32WLxx_DFP.1.1.0
|
|
||||||
STMicroelectronics STM32WL Series Device Support
|
|
||||||
|
|
||||||
<h2>Collection of Component include folders:</h2>
|
|
||||||
.\RTE\_STS_MM_WLE5
|
|
||||||
D:\Users\lenovo\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
|
|
||||||
D:\Users\lenovo\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\DSP\Include
|
|
||||||
D:\Users\lenovo\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\DSP\PrivateInclude
|
|
||||||
D:\Users\lenovo\AppData\Local\Arm\Packs\Keil\STM32WLxx_DFP\1.1.0\Drivers\CMSIS\Device\ST\STM32WLxx\Include
|
|
||||||
|
|
||||||
<h2>Collection of Component Files used:</h2>
|
|
||||||
|
|
||||||
* Component: ARM::CMSIS:CORE:5.6.0
|
|
||||||
|
|
||||||
* Component: ARM::CMSIS:DSP:Source:1.10.0
|
|
||||||
Include file: CMSIS\DSP\Include\arm_math_f16.h
|
|
||||||
Include file: CMSIS\DSP\Include\arm_const_structs.h
|
|
||||||
Source file: CMSIS\DSP\Source\BasicMathFunctions\BasicMathFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\BayesFunctions\BayesFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\CommonTables\CommonTables.c
|
|
||||||
Source file: CMSIS\DSP\Source\ComplexMathFunctions\ComplexMathFunctions.c
|
|
||||||
Include file: CMSIS\DSP\Include\arm_common_tables_f16.h
|
|
||||||
Source file: CMSIS\DSP\Source\QuaternionMathFunctions\QuaternionMathFunctions.c
|
|
||||||
Include file: CMSIS\DSP\Include\arm_common_tables.h
|
|
||||||
Include file: CMSIS\DSP\Include\arm_math.h
|
|
||||||
Include file: CMSIS\DSP\Include\arm_const_structs_f16.h
|
|
||||||
Source file: CMSIS\DSP\Source\DistanceFunctions\DistanceFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\FastMathFunctions\FastMathFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\SVMFunctions\SVMFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\FastMathFunctions\FastMathFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\CommonTables\CommonTablesF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\TransformFunctions\TransformFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\InterpolationFunctions\InterpolationFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\SupportFunctions\SupportFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\BasicMathFunctions\BasicMathFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\InterpolationFunctions\InterpolationFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\StatisticsFunctions\StatisticsFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\ControllerFunctions\ControllerFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\TransformFunctions\TransformFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\DistanceFunctions\DistanceFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\MatrixFunctions\MatrixFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\ComplexMathFunctions\ComplexMathFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\MatrixFunctions\MatrixFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\StatisticsFunctions\StatisticsFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\FilteringFunctions\FilteringFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\BayesFunctions\BayesFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\FilteringFunctions\FilteringFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\SVMFunctions\SVMFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\SupportFunctions\SupportFunctionsF16.c
|
|
||||||
Build Time Elapsed: 00:00:07
|
|
||||||
</pre>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,128 +0,0 @@
|
||||||
--cpu=Cortex-M4 --fpu=SoftVFP
|
|
||||||
"lorawan_end_node\startup_stm32wle5xx.o"
|
|
||||||
"lorawan_end_node\main.o"
|
|
||||||
"lorawan_end_node\adc.o"
|
|
||||||
"lorawan_end_node\dma.o"
|
|
||||||
"lorawan_end_node\gpio.o"
|
|
||||||
"lorawan_end_node\stm32_lpm_if.o"
|
|
||||||
"lorawan_end_node\sys_app.o"
|
|
||||||
"lorawan_end_node\sys_debug.o"
|
|
||||||
"lorawan_end_node\sys_sensors.o"
|
|
||||||
"lorawan_end_node\timer_if.o"
|
|
||||||
"lorawan_end_node\adc_if.o"
|
|
||||||
"lorawan_end_node\usart_if.o"
|
|
||||||
"lorawan_end_node\rtc.o"
|
|
||||||
"lorawan_end_node\subghz.o"
|
|
||||||
"lorawan_end_node\usart.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_it.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_msp.o"
|
|
||||||
"lorawan_end_node\flash_if.o"
|
|
||||||
"lorawan_end_node\radio_board_if.o"
|
|
||||||
"lorawan_end_node\app_lorawan.o"
|
|
||||||
"lorawan_end_node\cayennelpp.o"
|
|
||||||
"lorawan_end_node\lora_app.o"
|
|
||||||
"lorawan_end_node\lora_info.o"
|
|
||||||
"lorawan_end_node\yunhorn_sts_motion_sensor.o"
|
|
||||||
"lorawan_end_node\yunhorn_sts_motion_sensor_adxl345.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_nucleo.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_nucleo_radio.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_adc.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_adc_ex.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_ll_adc.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_rcc.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_rcc_ex.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_flash.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_flash_ex.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_gpio.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_dma.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_dma_ex.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_pwr.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_pwr_ex.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_cortex.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_exti.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_rtc.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_rtc_ex.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_subghz.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_tim.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_tim_ex.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_uart.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_uart_ex.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_i2c.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_i2c_ex.o"
|
|
||||||
"lorawan_end_node\system_stm32wlxx.o"
|
|
||||||
"lorawan_end_node\lmhpcompliance.o"
|
|
||||||
"lorawan_end_node\cmac.o"
|
|
||||||
"lorawan_end_node\lorawan_aes.o"
|
|
||||||
"lorawan_end_node\soft-se.o"
|
|
||||||
"lorawan_end_node\region.o"
|
|
||||||
"lorawan_end_node\regionas923.o"
|
|
||||||
"lorawan_end_node\regionau915.o"
|
|
||||||
"lorawan_end_node\regionbaseus.o"
|
|
||||||
"lorawan_end_node\regioncn470.o"
|
|
||||||
"lorawan_end_node\regioncn470a20.o"
|
|
||||||
"lorawan_end_node\regioncn470a26.o"
|
|
||||||
"lorawan_end_node\regioncn470b20.o"
|
|
||||||
"lorawan_end_node\regioncn470b26.o"
|
|
||||||
"lorawan_end_node\regioncn779.o"
|
|
||||||
"lorawan_end_node\regioncommon.o"
|
|
||||||
"lorawan_end_node\regioneu433.o"
|
|
||||||
"lorawan_end_node\regioneu868.o"
|
|
||||||
"lorawan_end_node\regionin865.o"
|
|
||||||
"lorawan_end_node\regionkr920.o"
|
|
||||||
"lorawan_end_node\regionru864.o"
|
|
||||||
"lorawan_end_node\regionus915.o"
|
|
||||||
"lorawan_end_node\loramac.o"
|
|
||||||
"lorawan_end_node\loramacadr.o"
|
|
||||||
"lorawan_end_node\loramacclassb.o"
|
|
||||||
"lorawan_end_node\loramaccommands.o"
|
|
||||||
"lorawan_end_node\loramacconfirmqueue.o"
|
|
||||||
"lorawan_end_node\loramaccrypto.o"
|
|
||||||
"lorawan_end_node\loramacparser.o"
|
|
||||||
"lorawan_end_node\loramacserializer.o"
|
|
||||||
"lorawan_end_node\lmhandler.o"
|
|
||||||
"lorawan_end_node\nvmdatamgmt.o"
|
|
||||||
"lorawan_end_node\utilities.o"
|
|
||||||
"lorawan_end_node\radio_driver.o"
|
|
||||||
"lorawan_end_node\radio_fw.o"
|
|
||||||
"lorawan_end_node\radio.o"
|
|
||||||
"lorawan_end_node\stm32_adv_trace.o"
|
|
||||||
"lorawan_end_node\stm32_mem.o"
|
|
||||||
"lorawan_end_node\stm32_systime.o"
|
|
||||||
"lorawan_end_node\stm32_tiny_sscanf.o"
|
|
||||||
"lorawan_end_node\stm32_tiny_vsnprintf.o"
|
|
||||||
"lorawan_end_node\stm32_seq.o"
|
|
||||||
"lorawan_end_node\stm32_timer.o"
|
|
||||||
"lorawan_end_node\stm32_lpm.o"
|
|
||||||
"lorawan_end_node\basicmathfunctions.o"
|
|
||||||
"lorawan_end_node\basicmathfunctionsf16.o"
|
|
||||||
"lorawan_end_node\bayesfunctions.o"
|
|
||||||
"lorawan_end_node\bayesfunctionsf16.o"
|
|
||||||
"lorawan_end_node\commontables.o"
|
|
||||||
"lorawan_end_node\commontablesf16.o"
|
|
||||||
"lorawan_end_node\complexmathfunctions.o"
|
|
||||||
"lorawan_end_node\complexmathfunctionsf16.o"
|
|
||||||
"lorawan_end_node\controllerfunctions.o"
|
|
||||||
"lorawan_end_node\distancefunctions.o"
|
|
||||||
"lorawan_end_node\distancefunctionsf16.o"
|
|
||||||
"lorawan_end_node\fastmathfunctions.o"
|
|
||||||
"lorawan_end_node\fastmathfunctionsf16.o"
|
|
||||||
"lorawan_end_node\filteringfunctions.o"
|
|
||||||
"lorawan_end_node\filteringfunctionsf16.o"
|
|
||||||
"lorawan_end_node\interpolationfunctions.o"
|
|
||||||
"lorawan_end_node\interpolationfunctionsf16.o"
|
|
||||||
"lorawan_end_node\matrixfunctions.o"
|
|
||||||
"lorawan_end_node\matrixfunctionsf16.o"
|
|
||||||
"lorawan_end_node\quaternionmathfunctions.o"
|
|
||||||
"lorawan_end_node\svmfunctions.o"
|
|
||||||
"lorawan_end_node\svmfunctionsf16.o"
|
|
||||||
"lorawan_end_node\statisticsfunctions.o"
|
|
||||||
"lorawan_end_node\statisticsfunctionsf16.o"
|
|
||||||
"lorawan_end_node\supportfunctions.o"
|
|
||||||
"lorawan_end_node\supportfunctionsf16.o"
|
|
||||||
"lorawan_end_node\transformfunctions.o"
|
|
||||||
"lorawan_end_node\transformfunctionsf16.o"
|
|
||||||
--strict --scatter ".\stm32wle5xx_flash.sct"
|
|
||||||
--summary_stderr --info summarysizes --map --load_addr_map_info --xref --callgraph --symbols
|
|
||||||
--info sizes --info totals --info unused --info veneers
|
|
||||||
--list "STS_M7_2023_06_05.map" -o LoRaWAN_End_Node\STS_M7_2023_06_05.axf
|
|
Binary file not shown.
|
@ -1,222 +0,0 @@
|
||||||
<html>
|
|
||||||
<body>
|
|
||||||
<pre>
|
|
||||||
<h1>µVision Build Log</h1>
|
|
||||||
<h2>Tool Versions:</h2>
|
|
||||||
IDE-Version: ¦ÌVision V5.33.0.0
|
|
||||||
Copyright (C) 2020 ARM Ltd and ARM Germany GmbH. All rights reserved.
|
|
||||||
License Information: dp lenovo, yunhorn, LIC=NQQMA-19ZCY-KP3ZY-IMEF3-G09Q9-GVNGQ
|
|
||||||
|
|
||||||
Tool Versions:
|
|
||||||
Toolchain: MDK-ARM Plus Version: 5.33.0.0
|
|
||||||
Toolchain Path: D:\Keil_v5\ARM\ARMCLANG\Bin
|
|
||||||
C Compiler: ArmClang.exe V6.15
|
|
||||||
Assembler: Armasm.exe V6.15
|
|
||||||
Linker/Locator: ArmLink.exe V6.15
|
|
||||||
Library Manager: ArmAr.exe V6.15
|
|
||||||
Hex Converter: FromElf.exe V6.15
|
|
||||||
CPU DLL: SARMCM3.DLL V5.33.0.0
|
|
||||||
Dialog DLL: DCM.DLL V1.17.3.0
|
|
||||||
Target DLL: STLink\ST-LINKIII-KEIL_SWO.dll V3.0.8.0
|
|
||||||
Dialog DLL: TCM.DLL V1.48.0.0
|
|
||||||
|
|
||||||
<h2>Project:</h2>
|
|
||||||
D:\ONEDRIVE\STM32WLV13\Projects\NUCLEO-WL55JC\Applications\LoRaWAN\STS_MM_M7\MDK-ARM\STS_MM_M7.uvprojx
|
|
||||||
Project File Date: 06/21/2023
|
|
||||||
|
|
||||||
<h2>Output:</h2>
|
|
||||||
*** Using Compiler 'V6.15', folder: 'D:\Keil_v5\ARM\ARMCLANG\Bin'
|
|
||||||
Rebuild target 'STS_MM_WLE5'
|
|
||||||
assembling startup_stm32wle5xx.s...
|
|
||||||
compiling subghz.c...
|
|
||||||
compiling sys_sensors.c...
|
|
||||||
compiling sys_debug.c...
|
|
||||||
compiling usart.c...
|
|
||||||
compiling usart_if.c...
|
|
||||||
compiling stm32wlxx_it.c...
|
|
||||||
compiling gpio.c...
|
|
||||||
compiling dma.c...
|
|
||||||
compiling adc.c...
|
|
||||||
compiling rtc.c...
|
|
||||||
compiling stm32wlxx_hal_msp.c...
|
|
||||||
compiling adc_if.c...
|
|
||||||
compiling main.c...
|
|
||||||
compiling stm32_lpm_if.c...
|
|
||||||
compiling sys_app.c...
|
|
||||||
compiling timer_if.c...
|
|
||||||
compiling app_lorawan.c...
|
|
||||||
compiling lora_info.c...
|
|
||||||
compiling CayenneLpp.c...
|
|
||||||
compiling stm32wlxx_ll_adc.c...
|
|
||||||
compiling radio_board_if.c...
|
|
||||||
compiling flash_if.c...
|
|
||||||
compiling stm32wlxx_nucleo.c...
|
|
||||||
compiling stm32wlxx_nucleo_radio.c...
|
|
||||||
compiling stm32wlxx_hal_adc_ex.c...
|
|
||||||
compiling yunhorn_sts_motion_sensor.c...
|
|
||||||
compiling stm32wlxx_hal_flash.c...
|
|
||||||
compiling yunhorn_sts_motion_sensor_adxl345.c...
|
|
||||||
compiling lora_app.c...
|
|
||||||
compiling stm32wlxx_hal_flash_ex.c...
|
|
||||||
compiling stm32wlxx_hal_rcc_ex.c...
|
|
||||||
compiling stm32wlxx_hal_rcc.c...
|
|
||||||
compiling stm32wlxx_hal_gpio.c...
|
|
||||||
compiling stm32wlxx_hal_adc.c...
|
|
||||||
compiling stm32wlxx_hal_dma_ex.c...
|
|
||||||
compiling stm32wlxx_hal_pwr.c...
|
|
||||||
compiling stm32wlxx_hal_dma.c...
|
|
||||||
compiling stm32wlxx_hal_pwr_ex.c...
|
|
||||||
compiling stm32wlxx_hal_cortex.c...
|
|
||||||
compiling stm32wlxx_hal.c...
|
|
||||||
compiling stm32wlxx_hal_exti.c...
|
|
||||||
compiling stm32wlxx_hal_rtc.c...
|
|
||||||
compiling cmac.c...
|
|
||||||
compiling stm32wlxx_hal_subghz.c...
|
|
||||||
compiling stm32wlxx_hal_i2c_ex.c...
|
|
||||||
compiling system_stm32wlxx.c...
|
|
||||||
compiling stm32wlxx_hal_uart_ex.c...
|
|
||||||
compiling lorawan_aes.c...
|
|
||||||
compiling stm32wlxx_hal_rtc_ex.c...
|
|
||||||
compiling Region.c...
|
|
||||||
compiling soft-se.c...
|
|
||||||
compiling LmhpCompliance.c...
|
|
||||||
compiling RegionAS923.c...
|
|
||||||
compiling stm32wlxx_hal_tim_ex.c...
|
|
||||||
compiling RegionAU915.c...
|
|
||||||
compiling RegionBaseUS.c...
|
|
||||||
compiling RegionCN470.c...
|
|
||||||
compiling RegionCN470A20.c...
|
|
||||||
compiling RegionCN470A26.c...
|
|
||||||
compiling RegionCN470B20.c...
|
|
||||||
compiling RegionCN470B26.c...
|
|
||||||
compiling RegionCN779.c...
|
|
||||||
compiling RegionEU433.c...
|
|
||||||
compiling stm32wlxx_hal_uart.c...
|
|
||||||
compiling RegionEU868.c...
|
|
||||||
compiling RegionIN865.c...
|
|
||||||
compiling RegionKR920.c...
|
|
||||||
compiling RegionRU864.c...
|
|
||||||
compiling RegionCommon.c...
|
|
||||||
compiling RegionUS915.c...
|
|
||||||
compiling LoRaMacAdr.c...
|
|
||||||
compiling stm32wlxx_hal_tim.c...
|
|
||||||
compiling stm32wlxx_hal_i2c.c...
|
|
||||||
compiling LoRaMacConfirmQueue.c...
|
|
||||||
compiling LoRaMacClassB.c...
|
|
||||||
compiling LoRaMacCommands.c...
|
|
||||||
compiling LoRaMacParser.c...
|
|
||||||
compiling LoRaMacSerializer.c...
|
|
||||||
compiling NvmDataMgmt.c...
|
|
||||||
compiling utilities.c...
|
|
||||||
compiling LoRaMacCrypto.c...
|
|
||||||
compiling stm32_mem.c...
|
|
||||||
compiling stm32_systime.c...
|
|
||||||
compiling stm32_tiny_sscanf.c...
|
|
||||||
compiling stm32_adv_trace.c...
|
|
||||||
compiling LmhpPackagesRegistration.c...
|
|
||||||
compiling stm32_tiny_vsnprintf.c...
|
|
||||||
compiling radio_fw.c...
|
|
||||||
compiling stm32_lpm.c...
|
|
||||||
compiling LmHandler.c...
|
|
||||||
compiling stm32_seq.c...
|
|
||||||
compiling stm32_timer.c...
|
|
||||||
compiling BasicMathFunctionsF16.c...
|
|
||||||
compiling BayesFunctions.c...
|
|
||||||
compiling radio_driver.c...
|
|
||||||
compiling BayesFunctionsF16.c...
|
|
||||||
compiling radio.c...
|
|
||||||
compiling ComplexMathFunctionsF16.c...
|
|
||||||
compiling LoRaMac.c...
|
|
||||||
compiling BasicMathFunctions.c...
|
|
||||||
compiling ControllerFunctions.c...
|
|
||||||
compiling ComplexMathFunctions.c...
|
|
||||||
compiling DistanceFunctionsF16.c...
|
|
||||||
compiling FastMathFunctionsF16.c...
|
|
||||||
compiling InterpolationFunctionsF16.c...
|
|
||||||
compiling CommonTablesF16.c...
|
|
||||||
compiling DistanceFunctions.c...
|
|
||||||
compiling InterpolationFunctions.c...
|
|
||||||
compiling FilteringFunctionsF16.c...
|
|
||||||
compiling FastMathFunctions.c...
|
|
||||||
compiling QuaternionMathFunctions.c...
|
|
||||||
compiling SVMFunctions.c...
|
|
||||||
compiling SVMFunctionsF16.c...
|
|
||||||
compiling MatrixFunctionsF16.c...
|
|
||||||
compiling SupportFunctionsF16.c...
|
|
||||||
compiling StatisticsFunctionsF16.c...
|
|
||||||
compiling SupportFunctions.c...
|
|
||||||
compiling StatisticsFunctions.c...
|
|
||||||
compiling TransformFunctionsF16.c...
|
|
||||||
compiling MatrixFunctions.c...
|
|
||||||
compiling CommonTables.c...
|
|
||||||
compiling TransformFunctions.c...
|
|
||||||
compiling FilteringFunctions.c...
|
|
||||||
linking...
|
|
||||||
Program Size: Code=75662 RO-data=123210 RW-data=312 ZI-data=53648
|
|
||||||
FromELF: creating hex file...
|
|
||||||
"LoRaWAN_End_Node\STS_M7_2023_06_20.axf" - 0 Error(s), 0 Warning(s).
|
|
||||||
|
|
||||||
<h2>Software Packages used:</h2>
|
|
||||||
|
|
||||||
Package Vendor: ARM
|
|
||||||
http://www.keil.com/pack/ARM.CMSIS.5.9.0.pack
|
|
||||||
ARM.CMSIS.5.9.0
|
|
||||||
CMSIS (Common Microcontroller Software Interface Standard)
|
|
||||||
* Component: CORE Version: 5.6.0
|
|
||||||
* Component: DSP Variant: Source Version: 1.10.0
|
|
||||||
|
|
||||||
Package Vendor: Keil
|
|
||||||
http://www.keil.com/pack/Keil.STM32WLxx_DFP.1.1.0.pack
|
|
||||||
Keil.STM32WLxx_DFP.1.1.0
|
|
||||||
STMicroelectronics STM32WL Series Device Support
|
|
||||||
|
|
||||||
<h2>Collection of Component include folders:</h2>
|
|
||||||
.\RTE\_STS_MM_WLE5
|
|
||||||
D:\Users\lenovo\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
|
|
||||||
D:\Users\lenovo\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\DSP\Include
|
|
||||||
D:\Users\lenovo\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\DSP\PrivateInclude
|
|
||||||
D:\Users\lenovo\AppData\Local\Arm\Packs\Keil\STM32WLxx_DFP\1.1.0\Drivers\CMSIS\Device\ST\STM32WLxx\Include
|
|
||||||
|
|
||||||
<h2>Collection of Component Files used:</h2>
|
|
||||||
|
|
||||||
* Component: ARM::CMSIS:CORE:5.6.0
|
|
||||||
|
|
||||||
* Component: ARM::CMSIS:DSP:Source:1.10.0
|
|
||||||
Source file: CMSIS\DSP\Source\BayesFunctions\BayesFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\SupportFunctions\SupportFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\DistanceFunctions\DistanceFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\SVMFunctions\SVMFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\FastMathFunctions\FastMathFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\CommonTables\CommonTables.c
|
|
||||||
Include file: CMSIS\DSP\Include\arm_common_tables_f16.h
|
|
||||||
Source file: CMSIS\DSP\Source\BasicMathFunctions\BasicMathFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\ComplexMathFunctions\ComplexMathFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\BayesFunctions\BayesFunctions.c
|
|
||||||
Include file: CMSIS\DSP\Include\arm_math_f16.h
|
|
||||||
Include file: CMSIS\DSP\Include\arm_common_tables.h
|
|
||||||
Include file: CMSIS\DSP\Include\arm_math.h
|
|
||||||
Include file: CMSIS\DSP\Include\arm_const_structs_f16.h
|
|
||||||
Source file: CMSIS\DSP\Source\ControllerFunctions\ControllerFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\DistanceFunctions\DistanceFunctions.c
|
|
||||||
Include file: CMSIS\DSP\Include\arm_const_structs.h
|
|
||||||
Source file: CMSIS\DSP\Source\QuaternionMathFunctions\QuaternionMathFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\CommonTables\CommonTablesF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\BasicMathFunctions\BasicMathFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\FilteringFunctions\FilteringFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\MatrixFunctions\MatrixFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\SupportFunctions\SupportFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\FilteringFunctions\FilteringFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\MatrixFunctions\MatrixFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\InterpolationFunctions\InterpolationFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\StatisticsFunctions\StatisticsFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\SVMFunctions\SVMFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\InterpolationFunctions\InterpolationFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\TransformFunctions\TransformFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\StatisticsFunctions\StatisticsFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\TransformFunctions\TransformFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\FastMathFunctions\FastMathFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\ComplexMathFunctions\ComplexMathFunctionsF16.c
|
|
||||||
Build Time Elapsed: 00:00:07
|
|
||||||
</pre>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,129 +0,0 @@
|
||||||
--cpu=Cortex-M4 --fpu=SoftVFP
|
|
||||||
"lorawan_end_node\startup_stm32wle5xx.o"
|
|
||||||
"lorawan_end_node\main.o"
|
|
||||||
"lorawan_end_node\adc.o"
|
|
||||||
"lorawan_end_node\dma.o"
|
|
||||||
"lorawan_end_node\gpio.o"
|
|
||||||
"lorawan_end_node\stm32_lpm_if.o"
|
|
||||||
"lorawan_end_node\sys_app.o"
|
|
||||||
"lorawan_end_node\sys_debug.o"
|
|
||||||
"lorawan_end_node\sys_sensors.o"
|
|
||||||
"lorawan_end_node\timer_if.o"
|
|
||||||
"lorawan_end_node\adc_if.o"
|
|
||||||
"lorawan_end_node\usart_if.o"
|
|
||||||
"lorawan_end_node\rtc.o"
|
|
||||||
"lorawan_end_node\subghz.o"
|
|
||||||
"lorawan_end_node\usart.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_it.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_msp.o"
|
|
||||||
"lorawan_end_node\flash_if.o"
|
|
||||||
"lorawan_end_node\radio_board_if.o"
|
|
||||||
"lorawan_end_node\app_lorawan.o"
|
|
||||||
"lorawan_end_node\cayennelpp.o"
|
|
||||||
"lorawan_end_node\lora_app.o"
|
|
||||||
"lorawan_end_node\lora_info.o"
|
|
||||||
"lorawan_end_node\yunhorn_sts_motion_sensor.o"
|
|
||||||
"lorawan_end_node\yunhorn_sts_motion_sensor_adxl345.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_nucleo.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_nucleo_radio.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_adc.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_adc_ex.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_ll_adc.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_rcc.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_rcc_ex.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_flash.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_flash_ex.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_gpio.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_dma.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_dma_ex.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_pwr.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_pwr_ex.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_cortex.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_exti.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_rtc.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_rtc_ex.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_subghz.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_tim.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_tim_ex.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_uart.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_uart_ex.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_i2c.o"
|
|
||||||
"lorawan_end_node\stm32wlxx_hal_i2c_ex.o"
|
|
||||||
"lorawan_end_node\system_stm32wlxx.o"
|
|
||||||
"lorawan_end_node\lmhpcompliance.o"
|
|
||||||
"lorawan_end_node\cmac.o"
|
|
||||||
"lorawan_end_node\lorawan_aes.o"
|
|
||||||
"lorawan_end_node\soft-se.o"
|
|
||||||
"lorawan_end_node\region.o"
|
|
||||||
"lorawan_end_node\regionas923.o"
|
|
||||||
"lorawan_end_node\regionau915.o"
|
|
||||||
"lorawan_end_node\regionbaseus.o"
|
|
||||||
"lorawan_end_node\regioncn470.o"
|
|
||||||
"lorawan_end_node\regioncn470a20.o"
|
|
||||||
"lorawan_end_node\regioncn470a26.o"
|
|
||||||
"lorawan_end_node\regioncn470b20.o"
|
|
||||||
"lorawan_end_node\regioncn470b26.o"
|
|
||||||
"lorawan_end_node\regioncn779.o"
|
|
||||||
"lorawan_end_node\regioncommon.o"
|
|
||||||
"lorawan_end_node\regioneu433.o"
|
|
||||||
"lorawan_end_node\regioneu868.o"
|
|
||||||
"lorawan_end_node\regionin865.o"
|
|
||||||
"lorawan_end_node\regionkr920.o"
|
|
||||||
"lorawan_end_node\regionru864.o"
|
|
||||||
"lorawan_end_node\regionus915.o"
|
|
||||||
"lorawan_end_node\loramac.o"
|
|
||||||
"lorawan_end_node\loramacadr.o"
|
|
||||||
"lorawan_end_node\loramacclassb.o"
|
|
||||||
"lorawan_end_node\loramaccommands.o"
|
|
||||||
"lorawan_end_node\loramacconfirmqueue.o"
|
|
||||||
"lorawan_end_node\loramaccrypto.o"
|
|
||||||
"lorawan_end_node\loramacparser.o"
|
|
||||||
"lorawan_end_node\loramacserializer.o"
|
|
||||||
"lorawan_end_node\lmhandler.o"
|
|
||||||
"lorawan_end_node\nvmdatamgmt.o"
|
|
||||||
"lorawan_end_node\utilities.o"
|
|
||||||
"lorawan_end_node\lmhppackagesregistration.o"
|
|
||||||
"lorawan_end_node\radio_driver.o"
|
|
||||||
"lorawan_end_node\radio_fw.o"
|
|
||||||
"lorawan_end_node\radio.o"
|
|
||||||
"lorawan_end_node\stm32_adv_trace.o"
|
|
||||||
"lorawan_end_node\stm32_mem.o"
|
|
||||||
"lorawan_end_node\stm32_systime.o"
|
|
||||||
"lorawan_end_node\stm32_tiny_sscanf.o"
|
|
||||||
"lorawan_end_node\stm32_tiny_vsnprintf.o"
|
|
||||||
"lorawan_end_node\stm32_seq.o"
|
|
||||||
"lorawan_end_node\stm32_timer.o"
|
|
||||||
"lorawan_end_node\stm32_lpm.o"
|
|
||||||
"lorawan_end_node\basicmathfunctions.o"
|
|
||||||
"lorawan_end_node\basicmathfunctionsf16.o"
|
|
||||||
"lorawan_end_node\bayesfunctions.o"
|
|
||||||
"lorawan_end_node\bayesfunctionsf16.o"
|
|
||||||
"lorawan_end_node\commontables.o"
|
|
||||||
"lorawan_end_node\commontablesf16.o"
|
|
||||||
"lorawan_end_node\complexmathfunctions.o"
|
|
||||||
"lorawan_end_node\complexmathfunctionsf16.o"
|
|
||||||
"lorawan_end_node\controllerfunctions.o"
|
|
||||||
"lorawan_end_node\distancefunctions.o"
|
|
||||||
"lorawan_end_node\distancefunctionsf16.o"
|
|
||||||
"lorawan_end_node\fastmathfunctions.o"
|
|
||||||
"lorawan_end_node\fastmathfunctionsf16.o"
|
|
||||||
"lorawan_end_node\filteringfunctions.o"
|
|
||||||
"lorawan_end_node\filteringfunctionsf16.o"
|
|
||||||
"lorawan_end_node\interpolationfunctions.o"
|
|
||||||
"lorawan_end_node\interpolationfunctionsf16.o"
|
|
||||||
"lorawan_end_node\matrixfunctions.o"
|
|
||||||
"lorawan_end_node\matrixfunctionsf16.o"
|
|
||||||
"lorawan_end_node\quaternionmathfunctions.o"
|
|
||||||
"lorawan_end_node\svmfunctions.o"
|
|
||||||
"lorawan_end_node\svmfunctionsf16.o"
|
|
||||||
"lorawan_end_node\statisticsfunctions.o"
|
|
||||||
"lorawan_end_node\statisticsfunctionsf16.o"
|
|
||||||
"lorawan_end_node\supportfunctions.o"
|
|
||||||
"lorawan_end_node\supportfunctionsf16.o"
|
|
||||||
"lorawan_end_node\transformfunctions.o"
|
|
||||||
"lorawan_end_node\transformfunctionsf16.o"
|
|
||||||
--strict --scatter ".\stm32wle5xx_flash.sct"
|
|
||||||
--summary_stderr --info summarysizes --map --load_addr_map_info --xref --callgraph --symbols
|
|
||||||
--info sizes --info totals --info unused --info veneers
|
|
||||||
--list "STS_M7_2023_06_20.map" -o LoRaWAN_End_Node\STS_M7_2023_06_20.axf
|
|
|
@ -1,221 +0,0 @@
|
||||||
<html>
|
|
||||||
<body>
|
|
||||||
<pre>
|
|
||||||
<h1>µVision Build Log</h1>
|
|
||||||
<h2>Tool Versions:</h2>
|
|
||||||
IDE-Version: ¦ÌVision V5.33.0.0
|
|
||||||
Copyright (C) 2020 ARM Ltd and ARM Germany GmbH. All rights reserved.
|
|
||||||
License Information: dp lenovo, yunhorn, LIC=NQQMA-19ZCY-KP3ZY-IMEF3-G09Q9-GVNGQ
|
|
||||||
|
|
||||||
Tool Versions:
|
|
||||||
Toolchain: MDK-ARM Plus Version: 5.33.0.0
|
|
||||||
Toolchain Path: D:\Keil_v5\ARM\ARMCLANG\Bin
|
|
||||||
C Compiler: ArmClang.exe V6.15
|
|
||||||
Assembler: Armasm.exe V6.15
|
|
||||||
Linker/Locator: ArmLink.exe V6.15
|
|
||||||
Library Manager: ArmAr.exe V6.15
|
|
||||||
Hex Converter: FromElf.exe V6.15
|
|
||||||
CPU DLL: SARMCM3.DLL V5.33.0.0
|
|
||||||
Dialog DLL: DCM.DLL V1.17.3.0
|
|
||||||
Target DLL: STLink\ST-LINKIII-KEIL_SWO.dll V3.0.8.0
|
|
||||||
Dialog DLL: TCM.DLL V1.48.0.0
|
|
||||||
|
|
||||||
<h2>Project:</h2>
|
|
||||||
D:\ONEDRIVE\STM32WL\Projects\NUCLEO-WL55JC\Applications\LoRaWAN\STS_MM_M7_20230202P\MDK-ARM\STS_MM_M7.uvprojx
|
|
||||||
Project File Date: 02/02/2023
|
|
||||||
|
|
||||||
<h2>Output:</h2>
|
|
||||||
*** Using Compiler 'V6.15', folder: 'D:\Keil_v5\ARM\ARMCLANG\Bin'
|
|
||||||
Rebuild target 'STS_MM_WLE5'
|
|
||||||
assembling startup_stm32wle5xx.s...
|
|
||||||
compiling main.c...
|
|
||||||
compiling adc.c...
|
|
||||||
compiling dma.c...
|
|
||||||
compiling sys_debug.c...
|
|
||||||
compiling sys_sensors.c...
|
|
||||||
compiling gpio.c...
|
|
||||||
compiling rtc.c...
|
|
||||||
compiling usart.c...
|
|
||||||
compiling stm32_lpm_if.c...
|
|
||||||
compiling subghz.c...
|
|
||||||
compiling usart_if.c...
|
|
||||||
compiling adc_if.c...
|
|
||||||
compiling stm32wlxx_hal_msp.c...
|
|
||||||
compiling timer_if.c...
|
|
||||||
compiling stm32wlxx_it.c...
|
|
||||||
compiling sys_app.c...
|
|
||||||
compiling app_lorawan.c...
|
|
||||||
compiling CayenneLpp.c...
|
|
||||||
compiling radio_board_if.c...
|
|
||||||
compiling flash_if.c...
|
|
||||||
compiling lora_info.c...
|
|
||||||
compiling stm32wlxx_ll_adc.c...
|
|
||||||
compiling stm32wlxx_nucleo.c...
|
|
||||||
compiling stm32wlxx_nucleo_radio.c...
|
|
||||||
compiling yunhorn_sts_motion_sensor.c...
|
|
||||||
compiling stm32wlxx_hal_adc_ex.c...
|
|
||||||
compiling lora_app.c...
|
|
||||||
compiling yunhorn_sts_motion_sensor_adxl345.c...
|
|
||||||
compiling stm32wlxx_hal_flash.c...
|
|
||||||
compiling stm32wlxx_hal_adc.c...
|
|
||||||
compiling stm32wlxx_hal_flash_ex.c...
|
|
||||||
compiling stm32wlxx_hal_rcc_ex.c...
|
|
||||||
compiling stm32wlxx_hal_rcc.c...
|
|
||||||
compiling stm32wlxx_hal_gpio.c...
|
|
||||||
compiling stm32wlxx_hal_dma_ex.c...
|
|
||||||
compiling stm32wlxx_hal_pwr.c...
|
|
||||||
compiling stm32wlxx_hal_dma.c...
|
|
||||||
compiling stm32wlxx_hal_pwr_ex.c...
|
|
||||||
compiling stm32wlxx_hal_cortex.c...
|
|
||||||
compiling stm32wlxx_hal.c...
|
|
||||||
compiling stm32wlxx_hal_exti.c...
|
|
||||||
compiling stm32wlxx_hal_rtc.c...
|
|
||||||
compiling stm32wlxx_hal_subghz.c...
|
|
||||||
compiling stm32wlxx_hal_rtc_ex.c...
|
|
||||||
compiling cmac.c...
|
|
||||||
compiling stm32wlxx_hal_uart_ex.c...
|
|
||||||
compiling stm32wlxx_hal_i2c_ex.c...
|
|
||||||
compiling system_stm32wlxx.c...
|
|
||||||
compiling lorawan_aes.c...
|
|
||||||
compiling stm32wlxx_hal_tim_ex.c...
|
|
||||||
compiling Region.c...
|
|
||||||
compiling soft-se.c...
|
|
||||||
compiling RegionBaseUS.c...
|
|
||||||
compiling RegionAU915.c...
|
|
||||||
compiling LmhpCompliance.c...
|
|
||||||
compiling RegionAS923.c...
|
|
||||||
compiling RegionCN470.c...
|
|
||||||
compiling stm32wlxx_hal_uart.c...
|
|
||||||
compiling RegionCN470A20.c...
|
|
||||||
compiling RegionCN470A26.c...
|
|
||||||
compiling RegionCN470B26.c...
|
|
||||||
compiling RegionCN470B20.c...
|
|
||||||
compiling RegionCN779.c...
|
|
||||||
compiling stm32wlxx_hal_i2c.c...
|
|
||||||
compiling stm32wlxx_hal_tim.c...
|
|
||||||
compiling RegionEU433.c...
|
|
||||||
compiling RegionEU868.c...
|
|
||||||
compiling RegionCommon.c...
|
|
||||||
compiling RegionIN865.c...
|
|
||||||
compiling RegionKR920.c...
|
|
||||||
compiling RegionRU864.c...
|
|
||||||
compiling RegionUS915.c...
|
|
||||||
compiling LoRaMacAdr.c...
|
|
||||||
compiling LoRaMacClassB.c...
|
|
||||||
compiling LoRaMacConfirmQueue.c...
|
|
||||||
compiling LoRaMacParser.c...
|
|
||||||
compiling LoRaMacCommands.c...
|
|
||||||
compiling LoRaMacSerializer.c...
|
|
||||||
compiling LoRaMacCrypto.c...
|
|
||||||
compiling NvmDataMgmt.c...
|
|
||||||
compiling utilities.c...
|
|
||||||
compiling stm32_mem.c...
|
|
||||||
compiling stm32_systime.c...
|
|
||||||
compiling LmHandler.c...
|
|
||||||
compiling stm32_adv_trace.c...
|
|
||||||
compiling stm32_tiny_sscanf.c...
|
|
||||||
compiling radio_fw.c...
|
|
||||||
compiling stm32_tiny_vsnprintf.c...
|
|
||||||
compiling stm32_seq.c...
|
|
||||||
compiling stm32_lpm.c...
|
|
||||||
compiling LoRaMac.c...
|
|
||||||
compiling stm32_timer.c...
|
|
||||||
compiling radio_driver.c...
|
|
||||||
compiling BayesFunctions.c...
|
|
||||||
compiling BasicMathFunctionsF16.c...
|
|
||||||
compiling BayesFunctionsF16.c...
|
|
||||||
compiling radio.c...
|
|
||||||
compiling BasicMathFunctions.c...
|
|
||||||
compiling ComplexMathFunctionsF16.c...
|
|
||||||
compiling ComplexMathFunctions.c...
|
|
||||||
compiling ControllerFunctions.c...
|
|
||||||
compiling DistanceFunctionsF16.c...
|
|
||||||
compiling CommonTablesF16.c...
|
|
||||||
compiling DistanceFunctions.c...
|
|
||||||
compiling FastMathFunctionsF16.c...
|
|
||||||
compiling InterpolationFunctionsF16.c...
|
|
||||||
compiling FilteringFunctionsF16.c...
|
|
||||||
compiling InterpolationFunctions.c...
|
|
||||||
compiling FastMathFunctions.c...
|
|
||||||
compiling QuaternionMathFunctions.c...
|
|
||||||
compiling SVMFunctions.c...
|
|
||||||
compiling MatrixFunctionsF16.c...
|
|
||||||
compiling SVMFunctionsF16.c...
|
|
||||||
compiling StatisticsFunctionsF16.c...
|
|
||||||
compiling SupportFunctionsF16.c...
|
|
||||||
compiling SupportFunctions.c...
|
|
||||||
compiling StatisticsFunctions.c...
|
|
||||||
compiling MatrixFunctions.c...
|
|
||||||
compiling TransformFunctionsF16.c...
|
|
||||||
compiling CommonTables.c...
|
|
||||||
compiling TransformFunctions.c...
|
|
||||||
compiling FilteringFunctions.c...
|
|
||||||
linking...
|
|
||||||
Program Size: Code=75342 RO-data=122942 RW-data=332 ZI-data=53468
|
|
||||||
FromELF: creating hex file...
|
|
||||||
"LoRaWAN_End_Node\STS_M7_230202P.axf" - 0 Error(s), 0 Warning(s).
|
|
||||||
|
|
||||||
<h2>Software Packages used:</h2>
|
|
||||||
|
|
||||||
Package Vendor: ARM
|
|
||||||
http://www.keil.com/pack/ARM.CMSIS.5.9.0.pack
|
|
||||||
ARM.CMSIS.5.9.0
|
|
||||||
CMSIS (Common Microcontroller Software Interface Standard)
|
|
||||||
* Component: CORE Version: 5.6.0
|
|
||||||
* Component: DSP Variant: Source Version: 1.10.0
|
|
||||||
|
|
||||||
Package Vendor: Keil
|
|
||||||
http://www.keil.com/pack/Keil.STM32WLxx_DFP.1.1.0.pack
|
|
||||||
Keil.STM32WLxx_DFP.1.1.0
|
|
||||||
STMicroelectronics STM32WL Series Device Support
|
|
||||||
|
|
||||||
<h2>Collection of Component include folders:</h2>
|
|
||||||
.\RTE\_STS_MM_WLE5
|
|
||||||
D:\Users\lenovo\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
|
|
||||||
D:\Users\lenovo\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\DSP\Include
|
|
||||||
D:\Users\lenovo\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\DSP\PrivateInclude
|
|
||||||
D:\Users\lenovo\AppData\Local\Arm\Packs\Keil\STM32WLxx_DFP\1.1.0\Drivers\CMSIS\Device\ST\STM32WLxx\Include
|
|
||||||
|
|
||||||
<h2>Collection of Component Files used:</h2>
|
|
||||||
|
|
||||||
* Component: ARM::CMSIS:CORE:5.6.0
|
|
||||||
|
|
||||||
* Component: ARM::CMSIS:DSP:Source:1.10.0
|
|
||||||
Source file: CMSIS\DSP\Source\DistanceFunctions\DistanceFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\QuaternionMathFunctions\QuaternionMathFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\BayesFunctions\BayesFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\ComplexMathFunctions\ComplexMathFunctions.c
|
|
||||||
Include file: CMSIS\DSP\Include\arm_const_structs_f16.h
|
|
||||||
Include file: CMSIS\DSP\Include\arm_math_f16.h
|
|
||||||
Include file: CMSIS\DSP\Include\arm_const_structs.h
|
|
||||||
Source file: CMSIS\DSP\Source\BasicMathFunctions\BasicMathFunctions.c
|
|
||||||
Include file: CMSIS\DSP\Include\arm_math.h
|
|
||||||
Source file: CMSIS\DSP\Source\ControllerFunctions\ControllerFunctions.c
|
|
||||||
Include file: CMSIS\DSP\Include\arm_common_tables.h
|
|
||||||
Include file: CMSIS\DSP\Include\arm_common_tables_f16.h
|
|
||||||
Source file: CMSIS\DSP\Source\CommonTables\CommonTables.c
|
|
||||||
Source file: CMSIS\DSP\Source\FilteringFunctions\FilteringFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\TransformFunctions\TransformFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\InterpolationFunctions\InterpolationFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\FilteringFunctions\FilteringFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\FastMathFunctions\FastMathFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\FastMathFunctions\FastMathFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\BayesFunctions\BayesFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\StatisticsFunctions\StatisticsFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\DistanceFunctions\DistanceFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\CommonTables\CommonTablesF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\SVMFunctions\SVMFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\SupportFunctions\SupportFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\BasicMathFunctions\BasicMathFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\TransformFunctions\TransformFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\ComplexMathFunctions\ComplexMathFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\MatrixFunctions\MatrixFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\InterpolationFunctions\InterpolationFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\SVMFunctions\SVMFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\MatrixFunctions\MatrixFunctions.c
|
|
||||||
Source file: CMSIS\DSP\Source\StatisticsFunctions\StatisticsFunctionsF16.c
|
|
||||||
Source file: CMSIS\DSP\Source\SupportFunctions\SupportFunctions.c
|
|
||||||
Build Time Elapsed: 00:00:07
|
|
||||||
</pre>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -77,7 +77,7 @@
|
||||||
<tvExpOptDlg>0</tvExpOptDlg>
|
<tvExpOptDlg>0</tvExpOptDlg>
|
||||||
<IsCurrentTarget>1</IsCurrentTarget>
|
<IsCurrentTarget>1</IsCurrentTarget>
|
||||||
</OPTFL>
|
</OPTFL>
|
||||||
<CpuCode>0</CpuCode>
|
<CpuCode>18</CpuCode>
|
||||||
<DebugOpt>
|
<DebugOpt>
|
||||||
<uSim>0</uSim>
|
<uSim>0</uSim>
|
||||||
<uTrg>1</uTrg>
|
<uTrg>1</uTrg>
|
||||||
|
@ -103,7 +103,7 @@
|
||||||
<bEvRecOn>1</bEvRecOn>
|
<bEvRecOn>1</bEvRecOn>
|
||||||
<bSchkAxf>0</bSchkAxf>
|
<bSchkAxf>0</bSchkAxf>
|
||||||
<bTchkAxf>0</bTchkAxf>
|
<bTchkAxf>0</bTchkAxf>
|
||||||
<nTsel>0</nTsel>
|
<nTsel>6</nTsel>
|
||||||
<sDll></sDll>
|
<sDll></sDll>
|
||||||
<sDllPa></sDllPa>
|
<sDllPa></sDllPa>
|
||||||
<sDlgDll></sDlgDll>
|
<sDlgDll></sDlgDll>
|
||||||
|
@ -114,9 +114,14 @@
|
||||||
<tDlgDll></tDlgDll>
|
<tDlgDll></tDlgDll>
|
||||||
<tDlgPa></tDlgPa>
|
<tDlgPa></tDlgPa>
|
||||||
<tIfile></tIfile>
|
<tIfile></tIfile>
|
||||||
<pMon>BIN\UL2CM3.DLL</pMon>
|
<pMon>STLink\ST-LINKIII-KEIL_SWO.dll</pMon>
|
||||||
</DebugOpt>
|
</DebugOpt>
|
||||||
<TargetDriverDllRegistry>
|
<TargetDriverDllRegistry>
|
||||||
|
<SetRegEntry>
|
||||||
|
<Number>0</Number>
|
||||||
|
<Key>ST-LINKIII-KEIL_SWO</Key>
|
||||||
|
<Name>-U48FF76067567515339490381 -O206 -SF4000 -C0 -A0 -I2 -HNlocalhost -HP7184 -P1 -TO131090 -TC10000000 -TT10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN1 -FF0STM32WLxx_CM4.FLM -FS08000000 -FL040000 -FP0($$Device:STM32WLE5CCUx$CMSIS\Flash\STM32WLxx_CM4.FLM)</Name>
|
||||||
|
</SetRegEntry>
|
||||||
<SetRegEntry>
|
<SetRegEntry>
|
||||||
<Number>0</Number>
|
<Number>0</Number>
|
||||||
<Key>UL2CM3</Key>
|
<Key>UL2CM3</Key>
|
||||||
|
|
Loading…
Reference in New Issue