sysconfig clock after wake up

This commit is contained in:
YunHorn Technology 2022-09-20 18:50:02 +08:00
parent 16ca323616
commit 33df952a44
10 changed files with 209 additions and 80 deletions

View File

@ -126,6 +126,7 @@ void PWR_ExitStopMode(void)
MX_I2C1_Init(); MX_I2C1_Init();
MX_I2C2_Init(); MX_I2C2_Init();
MX_TIM2_Init(); MX_TIM2_Init();
HAL_I2C_Init(&SSD1306_I2C_HANDLE); HAL_I2C_Init(&SSD1306_I2C_HANDLE);
HAL_I2C_Init(&MOTION_SENSOR_I2C_HANDLE); HAL_I2C_Init(&MOTION_SENSOR_I2C_HANDLE);
HAL_TIM_Base_Start_IT(&MOTION_SENSOR_TIM_HANDLE); HAL_TIM_Base_Start_IT(&MOTION_SENSOR_TIM_HANDLE);

View File

@ -229,7 +229,13 @@ void STS_MOTION_SENSOR_WakeUp_Process(void)
if (event_status.WakeUpStatus != 0U) if (event_status.WakeUpStatus != 0U)
{ {
STS_MOTION_SENSOR_After_Wake_Up(); // for 1st wakeup value STS_MOTION_SENSOR_After_Wake_Up(); // for 1st wakeup value
HAL_Init();
SystemClock_Config();
MX_GPIO_Init();
MX_I2C1_Init();
MX_I2C2_Init();
MX_TIM2_Init();
SystemApp_Init();
STS_MOTION_SENSOR_Init_Send_Data(); STS_MOTION_SENSOR_Init_Send_Data();
for (uint8_t ccc=0; ccc < 3; ccc++) { for (uint8_t ccc=0; ccc < 3; ccc++) {

View File

@ -17,7 +17,7 @@ Library Manager: ArmAr.exe V6.15
Hex Converter: FromElf.exe V6.15 Hex Converter: FromElf.exe V6.15
CPU DLL: SARMCM3.DLL V5.33.0.0 CPU DLL: SARMCM3.DLL V5.33.0.0
Dialog DLL: DCM.DLL V1.17.3.0 Dialog DLL: DCM.DLL V1.17.3.0
Target DLL: UL2CM3.DLL V1.163.9.0 Target DLL: STLink\ST-LINKIII-KEIL_SWO.dll V3.0.8.0
Dialog DLL: TCM.DLL V1.48.0.0 Dialog DLL: TCM.DLL V1.48.0.0
<h2>Project:</h2> <h2>Project:</h2>
@ -28,42 +28,42 @@ Project File Date: 09/20/2022
*** Using Compiler 'V6.15', folder: 'D:\Keil_v5\ARM\ARMCLANG\Bin' *** Using Compiler 'V6.15', folder: 'D:\Keil_v5\ARM\ARMCLANG\Bin'
Rebuild target 'STS_MM_WLE5' Rebuild target 'STS_MM_WLE5'
assembling startup_stm32wl55xx_cm4.s... assembling startup_stm32wl55xx_cm4.s...
compiling main.c...
compiling dma.c... compiling dma.c...
compiling gpio.c...
compiling subghz.c...
compiling rtc.c...
compiling sys_debug.c...
compiling adc.c...
compiling sys_app.c...
compiling timer_if.c...
compiling stm32wlxx_it.c...
compiling usart_if.c...
compiling usart.c...
compiling sys_sensors.c... compiling sys_sensors.c...
compiling adc_if.c... compiling main.c...
compiling rtc.c...
compiling adc.c...
compiling stm32wlxx_it.c...
compiling subghz.c...
compiling sys_debug.c...
compiling usart.c...
compiling gpio.c...
compiling stm32_lpm_if.c... compiling stm32_lpm_if.c...
compiling adc_if.c...
compiling usart_if.c...
compiling stm32wlxx_hal_msp.c... compiling stm32wlxx_hal_msp.c...
compiling timer_if.c...
compiling sys_app.c...
compiling ssd1306_fonts.c... compiling ssd1306_fonts.c...
compiling app_lorawan.c... compiling app_lorawan.c...
compiling flash_if.c... compiling flash_if.c...
compiling CayenneLpp.c... compiling CayenneLpp.c...
compiling ssd1306.c...
compiling lora_info.c... compiling lora_info.c...
compiling ssd1306_tests.c... compiling ssd1306_tests.c...
compiling radio_board_if.c... compiling radio_board_if.c...
compiling ssd1306.c...
compiling stm32wlxx_ll_adc.c... compiling stm32wlxx_ll_adc.c...
compiling stm32wlxx_nucleo.c...
compiling stm32wlxx_nucleo_radio.c... compiling stm32wlxx_nucleo_radio.c...
compiling yunhorn_sts_motion_sensor.c... compiling stm32wlxx_nucleo.c...
compiling stm32wlxx_hal_adc_ex.c...
compiling lora_app.c... compiling lora_app.c...
compiling stm32wlxx_hal_adc_ex.c...
compiling yunhorn_sts_motion_sensor.c...
compiling yunhorn_sts_motion_sensor_adxl345.c... compiling yunhorn_sts_motion_sensor_adxl345.c...
compiling stm32wlxx_hal_flash.c...
compiling stm32wlxx_hal_adc.c... compiling stm32wlxx_hal_adc.c...
compiling stm32wlxx_hal_flash.c...
compiling stm32wlxx_hal_rcc_ex.c... compiling stm32wlxx_hal_rcc_ex.c...
compiling stm32wlxx_hal_rcc.c...
compiling stm32wlxx_hal_gpio.c... compiling stm32wlxx_hal_gpio.c...
compiling stm32wlxx_hal_rcc.c...
compiling stm32wlxx_hal_dma_ex.c... compiling stm32wlxx_hal_dma_ex.c...
compiling stm32wlxx_hal_flash_ex.c... compiling stm32wlxx_hal_flash_ex.c...
compiling stm32wlxx_hal_pwr.c... compiling stm32wlxx_hal_pwr.c...
@ -76,20 +76,20 @@ compiling stm32wlxx_hal_subghz.c...
compiling stm32wlxx_hal_rtc.c... compiling stm32wlxx_hal_rtc.c...
compiling stm32wlxx_hal_rtc_ex.c... compiling stm32wlxx_hal_rtc_ex.c...
compiling cmac.c... compiling cmac.c...
compiling system_stm32wlxx.c...
compiling stm32wlxx_hal_i2c_ex.c... compiling stm32wlxx_hal_i2c_ex.c...
compiling stm32wlxx_hal_uart_ex.c... compiling stm32wlxx_hal_uart_ex.c...
compiling system_stm32wlxx.c...
compiling lorawan_aes.c... compiling lorawan_aes.c...
compiling Region.c... compiling Region.c...
compiling stm32wlxx_hal_tim_ex.c...
compiling soft-se.c... compiling soft-se.c...
compiling RegionBaseUS.c... compiling stm32wlxx_hal_tim_ex.c...
compiling RegionAU915.c... compiling RegionAU915.c...
compiling RegionBaseUS.c...
compiling LmhpCompliance.c... compiling LmhpCompliance.c...
compiling RegionCN470.c... compiling RegionCN470.c...
compiling RegionAS923.c... compiling RegionAS923.c...
compiling RegionCN470A20.c...
compiling RegionCN470A26.c... compiling RegionCN470A26.c...
compiling RegionCN470A20.c...
compiling RegionCN470B20.c... compiling RegionCN470B20.c...
compiling RegionCN470B26.c... compiling RegionCN470B26.c...
compiling stm32wlxx_hal_uart.c... compiling stm32wlxx_hal_uart.c...
@ -98,36 +98,36 @@ compiling RegionEU433.c...
compiling RegionEU868.c... compiling RegionEU868.c...
compiling stm32wlxx_hal_tim.c... compiling stm32wlxx_hal_tim.c...
compiling RegionIN865.c... compiling RegionIN865.c...
compiling stm32wlxx_hal_i2c.c...
compiling RegionKR920.c... compiling RegionKR920.c...
compiling stm32wlxx_hal_i2c.c...
compiling RegionCommon.c... compiling RegionCommon.c...
compiling RegionRU864.c... compiling RegionRU864.c...
compiling RegionUS915.c... compiling RegionUS915.c...
compiling LoRaMacAdr.c... compiling LoRaMacAdr.c...
compiling LoRaMacClassB.c... compiling LoRaMacClassB.c...
compiling LoRaMacConfirmQueue.c...
compiling LoRaMacCommands.c... compiling LoRaMacCommands.c...
compiling LoRaMacParser.c... compiling LoRaMacParser.c...
compiling LoRaMacConfirmQueue.c...
compiling LoRaMacSerializer.c... compiling LoRaMacSerializer.c...
compiling LoRaMacCrypto.c... compiling LoRaMacCrypto.c...
compiling NvmDataMgmt.c... compiling NvmDataMgmt.c...
compiling utilities.c... compiling utilities.c...
compiling stm32_mem.c... compiling stm32_mem.c...
compiling stm32_systime.c...
compiling stm32_adv_trace.c... compiling stm32_adv_trace.c...
compiling stm32_systime.c...
compiling radio_fw.c... compiling radio_fw.c...
compiling stm32_tiny_sscanf.c...
compiling LmHandler.c... compiling LmHandler.c...
compiling stm32_tiny_sscanf.c...
compiling stm32_tiny_vsnprintf.c... compiling stm32_tiny_vsnprintf.c...
compiling stm32_seq.c... compiling stm32_seq.c...
compiling stm32_timer.c...
compiling stm32_lpm.c... compiling stm32_lpm.c...
compiling stm32_timer.c...
compiling radio_driver.c... compiling radio_driver.c...
compiling BayesFunctions.c...
compiling LoRaMac.c... compiling LoRaMac.c...
compiling BayesFunctions.c...
compiling radio.c... compiling radio.c...
compiling ControllerFunctions.c...
compiling ComplexMathFunctions.c... compiling ComplexMathFunctions.c...
compiling ControllerFunctions.c...
compiling BasicMathFunctions.c... compiling BasicMathFunctions.c...
compiling FastMathFunctions.c... compiling FastMathFunctions.c...
compiling DistanceFunctions.c... compiling DistanceFunctions.c...
@ -139,7 +139,7 @@ compiling CommonTables.c...
compiling TransformFunctions.c... compiling TransformFunctions.c...
compiling FilteringFunctions.c... compiling FilteringFunctions.c...
linking... linking...
Program Size: Code=72124 RO-data=124272 RW-data=292 ZI-data=60740 Program Size: Code=72152 RO-data=124272 RW-data=292 ZI-data=60740
FromELF: creating hex file... FromELF: creating hex file...
"LoRaWAN_End_Node\STS_M7_919_R1.axf" - 0 Error(s), 0 Warning(s). "LoRaWAN_End_Node\STS_M7_919_R1.axf" - 0 Error(s), 0 Warning(s).
@ -183,7 +183,7 @@ Package Vendor: Keil
Source file: CMSIS\DSP\Source\FastMathFunctions\FastMathFunctions.c Source file: CMSIS\DSP\Source\FastMathFunctions\FastMathFunctions.c
Source file: CMSIS\DSP\Source\MatrixFunctions\MatrixFunctions.c Source file: CMSIS\DSP\Source\MatrixFunctions\MatrixFunctions.c
Source file: CMSIS\DSP\Source\TransformFunctions\TransformFunctions.c Source file: CMSIS\DSP\Source\TransformFunctions\TransformFunctions.c
Build Time Elapsed: 00:00:06 Build Time Elapsed: 00:00:07
</pre> </pre>
</body> </body>
</html> </html>

View File

@ -3,7 +3,7 @@
<title>Static Call Graph - [LoRaWAN_End_Node\STS_M7_919_R1.axf]</title></head> <title>Static Call Graph - [LoRaWAN_End_Node\STS_M7_919_R1.axf]</title></head>
<body><HR> <body><HR>
<H1>Static Call Graph for image LoRaWAN_End_Node\STS_M7_919_R1.axf</H1><HR> <H1>Static Call Graph for image LoRaWAN_End_Node\STS_M7_919_R1.axf</H1><HR>
<BR><P>#&#060CALLGRAPH&#062# ARM Linker, 6150002: Last Updated: Tue Sep 20 16:19:18 2022 <BR><P>#&#060CALLGRAPH&#062# ARM Linker, 6150002: Last Updated: Tue Sep 20 17:52:02 2022
<BR><P> <BR><P>
<H3>Maximum Stack Usage = 1000 bytes + Unknown(Cycles, Untraceable Function Pointers)</H3><H3> <H3>Maximum Stack Usage = 1000 bytes + Unknown(Cycles, Untraceable Function Pointers)</H3><H3>
Call chain for Maximum Stack Depth:</H3> Call chain for Maximum Stack Depth:</H3>
@ -1617,6 +1617,7 @@ Global Symbols
</UL> </UL>
<BR>[Called By]<UL><LI><a href="#[48]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;main <BR>[Called By]<UL><LI><a href="#[48]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;main
<LI><a href="#[78]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;STS_MOTION_SENSOR_Function_Test_Process <LI><a href="#[78]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;STS_MOTION_SENSOR_Function_Test_Process
<LI><a href="#[77]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;STS_MOTION_SENSOR_WakeUp_Process
</UL> </UL>
<P><STRONG><a name="[19d]"></a>HAL_InitTick</STRONG> (Thumb, 4 bytes, Stack size 0 bytes, sys_app.o(.text.HAL_InitTick)) <P><STRONG><a name="[19d]"></a>HAL_InitTick</STRONG> (Thumb, 4 bytes, Stack size 0 bytes, sys_app.o(.text.HAL_InitTick))
@ -3205,6 +3206,7 @@ Global Symbols
</UL> </UL>
<BR>[Called By]<UL><LI><a href="#[48]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;main <BR>[Called By]<UL><LI><a href="#[48]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;main
<LI><a href="#[78]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;STS_MOTION_SENSOR_Function_Test_Process <LI><a href="#[78]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;STS_MOTION_SENSOR_Function_Test_Process
<LI><a href="#[77]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;STS_MOTION_SENSOR_WakeUp_Process
</UL> </UL>
<P><STRONG><a name="[2cd]"></a>MX_I2C1_Init</STRONG> (Thumb, 72 bytes, Stack size 8 bytes, main.o(.text.MX_I2C1_Init)) <P><STRONG><a name="[2cd]"></a>MX_I2C1_Init</STRONG> (Thumb, 72 bytes, Stack size 8 bytes, main.o(.text.MX_I2C1_Init))
@ -3219,6 +3221,7 @@ Global Symbols
<BR>[Called By]<UL><LI><a href="#[48]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;main <BR>[Called By]<UL><LI><a href="#[48]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;main
<LI><a href="#[78]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;STS_MOTION_SENSOR_Function_Test_Process <LI><a href="#[78]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;STS_MOTION_SENSOR_Function_Test_Process
<LI><a href="#[b8]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;PWR_ExitStopMode <LI><a href="#[b8]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;PWR_ExitStopMode
<LI><a href="#[77]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;STS_MOTION_SENSOR_WakeUp_Process
</UL> </UL>
<P><STRONG><a name="[2ce]"></a>MX_I2C2_Init</STRONG> (Thumb, 80 bytes, Stack size 16 bytes, main.o(.text.MX_I2C2_Init)) <P><STRONG><a name="[2ce]"></a>MX_I2C2_Init</STRONG> (Thumb, 80 bytes, Stack size 16 bytes, main.o(.text.MX_I2C2_Init))
@ -3232,6 +3235,7 @@ Global Symbols
<BR>[Called By]<UL><LI><a href="#[48]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;main <BR>[Called By]<UL><LI><a href="#[48]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;main
<LI><a href="#[78]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;STS_MOTION_SENSOR_Function_Test_Process <LI><a href="#[78]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;STS_MOTION_SENSOR_Function_Test_Process
<LI><a href="#[b8]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;PWR_ExitStopMode <LI><a href="#[b8]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;PWR_ExitStopMode
<LI><a href="#[77]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;STS_MOTION_SENSOR_WakeUp_Process
</UL> </UL>
<P><STRONG><a name="[2cf]"></a>MX_LoRaWAN_Init</STRONG> (Thumb, 14 bytes, Stack size 8 bytes, app_lorawan.o(.text.MX_LoRaWAN_Init)) <P><STRONG><a name="[2cf]"></a>MX_LoRaWAN_Init</STRONG> (Thumb, 14 bytes, Stack size 8 bytes, app_lorawan.o(.text.MX_LoRaWAN_Init))
@ -3283,6 +3287,7 @@ Global Symbols
<BR>[Called By]<UL><LI><a href="#[48]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;main <BR>[Called By]<UL><LI><a href="#[48]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;main
<LI><a href="#[78]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;STS_MOTION_SENSOR_Function_Test_Process <LI><a href="#[78]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;STS_MOTION_SENSOR_Function_Test_Process
<LI><a href="#[b8]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;PWR_ExitStopMode <LI><a href="#[b8]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;PWR_ExitStopMode
<LI><a href="#[77]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;STS_MOTION_SENSOR_WakeUp_Process
</UL> </UL>
<P><STRONG><a name="[2d7]"></a>MX_USART2_UART_Init</STRONG> (Thumb, 104 bytes, Stack size 8 bytes, usart.o(.text.MX_USART2_UART_Init)) <P><STRONG><a name="[2d7]"></a>MX_USART2_UART_Init</STRONG> (Thumb, 104 bytes, Stack size 8 bytes, usart.o(.text.MX_USART2_UART_Init))
@ -4067,10 +4072,17 @@ Global Symbols
<BR><BR>[Called By]<UL><LI><a href="#[73]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SendTxData <BR><BR>[Called By]<UL><LI><a href="#[73]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SendTxData
</UL> </UL>
<P><STRONG><a name="[77]"></a>STS_MOTION_SENSOR_WakeUp_Process</STRONG> (Thumb, 100 bytes, Stack size 24 bytes, yunhorn_sts_motion_sensor.o(.text.STS_MOTION_SENSOR_WakeUp_Process)) <P><STRONG><a name="[77]"></a>STS_MOTION_SENSOR_WakeUp_Process</STRONG> (Thumb, 128 bytes, Stack size 24 bytes, yunhorn_sts_motion_sensor.o(.text.STS_MOTION_SENSOR_WakeUp_Process))
<BR><BR>[Stack]<UL><LI>Max Depth = 660<LI>Call Chain = STS_MOTION_SENSOR_WakeUp_Process &rArr; STS_MOTION_SENSOR_GetValue &rArr; Process_FFT_and_Amplitude &rArr; Do_FFT &rArr; arm_rfft_fast_f32 &rArr; arm_cfft_f32 &rArr; arm_cfft_radix8by2_f32 &rArr; arm_radix8_butterfly_f32 &rArr; __aeabi_fadd &rArr; _float_epilogue <BR><BR>[Stack]<UL><LI>Max Depth = 660<LI>Call Chain = STS_MOTION_SENSOR_WakeUp_Process &rArr; STS_MOTION_SENSOR_GetValue &rArr; Process_FFT_and_Amplitude &rArr; Do_FFT &rArr; arm_rfft_fast_f32 &rArr; arm_cfft_f32 &rArr; arm_cfft_radix8by2_f32 &rArr; arm_radix8_butterfly_f32 &rArr; __aeabi_fadd &rArr; _float_epilogue
</UL> </UL>
<BR>[Calls]<UL><LI><a href="#[3b4]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;STS_MOTION_SENSOR_Prepare_Send_Data <BR>[Calls]<UL><LI><a href="#[3ac]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SystemClock_Config
<LI><a href="#[2d5]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MX_TIM2_Init
<LI><a href="#[2ce]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MX_I2C2_Init
<LI><a href="#[2cd]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MX_I2C1_Init
<LI><a href="#[2cc]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MX_GPIO_Init
<LI><a href="#[19a]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_Init
<LI><a href="#[2d0]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SystemApp_Init
<LI><a href="#[3b4]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;STS_MOTION_SENSOR_Prepare_Send_Data
<LI><a href="#[3ae]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;STS_MOTION_SENSOR_Init_Send_Data <LI><a href="#[3ae]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;STS_MOTION_SENSOR_Init_Send_Data
<LI><a href="#[3b2]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;STS_MOTION_SENSOR_Get_Event_Status <LI><a href="#[3b2]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;STS_MOTION_SENSOR_Get_Event_Status
<LI><a href="#[3b0]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;STS_MOTION_SENSOR_GetValue <LI><a href="#[3b0]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;STS_MOTION_SENSOR_GetValue
@ -4802,6 +4814,7 @@ Global Symbols
</UL> </UL>
<BR>[Called By]<UL><LI><a href="#[78]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;STS_MOTION_SENSOR_Function_Test_Process <BR>[Called By]<UL><LI><a href="#[78]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;STS_MOTION_SENSOR_Function_Test_Process
<LI><a href="#[2cf]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MX_LoRaWAN_Init <LI><a href="#[2cf]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;MX_LoRaWAN_Init
<LI><a href="#[77]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;STS_MOTION_SENSOR_WakeUp_Process
</UL> </UL>
<P><STRONG><a name="[3ac]"></a>SystemClock_Config</STRONG> (Thumb, 128 bytes, Stack size 120 bytes, main.o(.text.SystemClock_Config)) <P><STRONG><a name="[3ac]"></a>SystemClock_Config</STRONG> (Thumb, 128 bytes, Stack size 120 bytes, main.o(.text.SystemClock_Config))
@ -4815,6 +4828,7 @@ Global Symbols
</UL> </UL>
<BR>[Called By]<UL><LI><a href="#[48]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;main <BR>[Called By]<UL><LI><a href="#[48]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;main
<LI><a href="#[78]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;STS_MOTION_SENSOR_Function_Test_Process <LI><a href="#[78]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;STS_MOTION_SENSOR_Function_Test_Process
<LI><a href="#[77]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;STS_MOTION_SENSOR_WakeUp_Process
</UL> </UL>
<P><STRONG><a name="[49]"></a>SystemInit</STRONG> (Thumb, 2 bytes, Stack size 0 bytes, system_stm32wlxx.o(.text.SystemInit)) <P><STRONG><a name="[49]"></a>SystemInit</STRONG> (Thumb, 2 bytes, Stack size 0 bytes, system_stm32wlxx.o(.text.SystemInit))

View File

@ -240,7 +240,7 @@ I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_spi.h)(
I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_spi_ex.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_spi_ex.h)(0x61FB7C7C)
I (..\Core\Inc\ssd1306_fonts.h)(0x6210A022) I (..\Core\Inc\ssd1306_fonts.h)(0x6210A022)
I (..\Core\Inc\ssd1306_tests.h)(0x6236A58E) I (..\Core\Inc\ssd1306_tests.h)(0x6236A58E)
F (../Core/Src/stm32_lpm_if.c)(0x63240DFF)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -Oz -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Core/Inc -I ../LoRaWAN/App -I ../LoRaWAN/Target -I ../../../../../STM32WL/Drivers/STM32WLxx_HAL_Driver/Inc -I ../../../../../STM32WL/Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I ../../../../../STM32WL/Utilities/trace/adv_trace -I ../../../../../STM32WL/Utilities/misc -I ../../../../../STM32WL/Utilities/sequencer -I ../../../../../STM32WL/Utilities/timer -I ../../../../../STM32WL/Utilities/lpm/tiny_lpm -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I ../../../../../STM32WL/Middlewares/Third_Party/SubGHz_Phy -I ../../../../../STM32WL/Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I ../../../../../STM32WL/Drivers/CMSIS/Device/ST/STM32WLxx/Include -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Crypto -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Mac/Region -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Mac -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/LmHandler -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Utilities -I ../../../../../STM32WL/Drivers/CMSIS/Include -I ../../../../../STM32WL/Drivers/BSP/STM32WLxx_Nucleo -fshort-enums -I./RTE/_STS_MM_WLE5 -ID:/Users/lenovo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/Core/Include -ID:/Users/lenovo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/DSP/Include -ID:/Users/lenovo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/DSP/PrivateInclude -ID:/Users/lenovo/AppData/Local/Arm/Packs/Keil/STM32WLxx_DFP/1.1.0/Drivers/CMSIS/Device/ST/STM32WLxx/Include -D__UVISION_VERSION="533" -D_RTE_ -DCORE_CM4 -DSTM32WL55xx -D_RTE_ -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WL55xx -o lorawan_end_node/stm32_lpm_if.o -MD) F (../Core/Src/stm32_lpm_if.c)(0x63297A36)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -Oz -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Core/Inc -I ../LoRaWAN/App -I ../LoRaWAN/Target -I ../../../../../STM32WL/Drivers/STM32WLxx_HAL_Driver/Inc -I ../../../../../STM32WL/Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I ../../../../../STM32WL/Utilities/trace/adv_trace -I ../../../../../STM32WL/Utilities/misc -I ../../../../../STM32WL/Utilities/sequencer -I ../../../../../STM32WL/Utilities/timer -I ../../../../../STM32WL/Utilities/lpm/tiny_lpm -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I ../../../../../STM32WL/Middlewares/Third_Party/SubGHz_Phy -I ../../../../../STM32WL/Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I ../../../../../STM32WL/Drivers/CMSIS/Device/ST/STM32WLxx/Include -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Crypto -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Mac/Region -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Mac -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/LmHandler -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Utilities -I ../../../../../STM32WL/Drivers/CMSIS/Include -I ../../../../../STM32WL/Drivers/BSP/STM32WLxx_Nucleo -fshort-enums -I./RTE/_STS_MM_WLE5 -ID:/Users/lenovo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/Core/Include -ID:/Users/lenovo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/DSP/Include -ID:/Users/lenovo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/DSP/PrivateInclude -ID:/Users/lenovo/AppData/Local/Arm/Packs/Keil/STM32WLxx_DFP/1.1.0/Drivers/CMSIS/Device/ST/STM32WLxx/Include -D__UVISION_VERSION="533" -D_RTE_ -DCORE_CM4 -DSTM32WL55xx -D_RTE_ -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WL55xx -o lorawan_end_node/stm32_lpm_if.o -MD)
I (..\Core\Inc\platform.h)(0x62D74E96) I (..\Core\Inc\platform.h)(0x62D74E96)
I (D:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5F36D0AC) I (D:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5F36D0AC)
I (..\..\..\..\..\STM32WL\Drivers\CMSIS\Device\ST\STM32WLxx\Include\stm32wlxx.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Drivers\CMSIS\Device\ST\STM32WLxx\Include\stm32wlxx.h)(0x61FB7C7C)
@ -384,7 +384,7 @@ I (..\..\..\..\..\STM32WL\Drivers\BSP\STM32WLxx_Nucleo\stm32wlxx_nucleo_errno.h)
I (..\Core\Inc\stm32wlxx_nucleo_conf.h)(0x62D74E96) I (..\Core\Inc\stm32wlxx_nucleo_conf.h)(0x62D74E96)
I (..\..\..\..\..\STM32WL\Drivers\BSP\STM32WLxx_Nucleo\stm32wlxx_nucleo.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Drivers\BSP\STM32WLxx_Nucleo\stm32wlxx_nucleo.h)(0x61FB7C7C)
I (..\Core\Inc\sys_app.h)(0x62D74E96) I (..\Core\Inc\sys_app.h)(0x62D74E96)
I (..\Core\Inc\sys_conf.h)(0x6322FD96) I (..\Core\Inc\sys_conf.h)(0x63298D37)
I (..\..\..\..\..\STM32WL\Utilities\trace\adv_trace\stm32_adv_trace.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Utilities\trace\adv_trace\stm32_adv_trace.h)(0x61FB7C7C)
I (..\Core\Inc\utilities_conf.h)(0x62D74E96) I (..\Core\Inc\utilities_conf.h)(0x62D74E96)
I (..\..\..\..\..\STM32WL\Utilities\misc\stm32_mem.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Utilities\misc\stm32_mem.h)(0x61FB7C7C)
@ -468,7 +468,7 @@ I (..\..\..\..\..\STM32WL\Drivers\BSP\STM32WLxx_Nucleo\stm32wlxx_nucleo_errno.h)
I (..\Core\Inc\stm32wlxx_nucleo_conf.h)(0x62D74E96) I (..\Core\Inc\stm32wlxx_nucleo_conf.h)(0x62D74E96)
I (..\..\..\..\..\STM32WL\Drivers\BSP\STM32WLxx_Nucleo\stm32wlxx_nucleo.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Drivers\BSP\STM32WLxx_Nucleo\stm32wlxx_nucleo.h)(0x61FB7C7C)
I (..\Core\Inc\sys_debug.h)(0x62D74E96) I (..\Core\Inc\sys_debug.h)(0x62D74E96)
I (..\Core\Inc\sys_conf.h)(0x6322FD96) I (..\Core\Inc\sys_conf.h)(0x63298D37)
F (../Core/Src/sys_sensors.c)(0x630EE642)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -Oz -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Core/Inc -I ../LoRaWAN/App -I ../LoRaWAN/Target -I ../../../../../STM32WL/Drivers/STM32WLxx_HAL_Driver/Inc -I ../../../../../STM32WL/Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I ../../../../../STM32WL/Utilities/trace/adv_trace -I ../../../../../STM32WL/Utilities/misc -I ../../../../../STM32WL/Utilities/sequencer -I ../../../../../STM32WL/Utilities/timer -I ../../../../../STM32WL/Utilities/lpm/tiny_lpm -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I ../../../../../STM32WL/Middlewares/Third_Party/SubGHz_Phy -I ../../../../../STM32WL/Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I ../../../../../STM32WL/Drivers/CMSIS/Device/ST/STM32WLxx/Include -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Crypto -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Mac/Region -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Mac -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/LmHandler -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Utilities -I ../../../../../STM32WL/Drivers/CMSIS/Include -I ../../../../../STM32WL/Drivers/BSP/STM32WLxx_Nucleo -fshort-enums -I./RTE/_STS_MM_WLE5 -ID:/Users/lenovo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/Core/Include -ID:/Users/lenovo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/DSP/Include -ID:/Users/lenovo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/DSP/PrivateInclude -ID:/Users/lenovo/AppData/Local/Arm/Packs/Keil/STM32WLxx_DFP/1.1.0/Drivers/CMSIS/Device/ST/STM32WLxx/Include -D__UVISION_VERSION="533" -D_RTE_ -DCORE_CM4 -DSTM32WL55xx -D_RTE_ -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WL55xx -o lorawan_end_node/sys_sensors.o -MD) F (../Core/Src/sys_sensors.c)(0x630EE642)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -Oz -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Core/Inc -I ../LoRaWAN/App -I ../LoRaWAN/Target -I ../../../../../STM32WL/Drivers/STM32WLxx_HAL_Driver/Inc -I ../../../../../STM32WL/Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I ../../../../../STM32WL/Utilities/trace/adv_trace -I ../../../../../STM32WL/Utilities/misc -I ../../../../../STM32WL/Utilities/sequencer -I ../../../../../STM32WL/Utilities/timer -I ../../../../../STM32WL/Utilities/lpm/tiny_lpm -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I ../../../../../STM32WL/Middlewares/Third_Party/SubGHz_Phy -I ../../../../../STM32WL/Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I ../../../../../STM32WL/Drivers/CMSIS/Device/ST/STM32WLxx/Include -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Crypto -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Mac/Region -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Mac -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/LmHandler -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Utilities -I ../../../../../STM32WL/Drivers/CMSIS/Include -I ../../../../../STM32WL/Drivers/BSP/STM32WLxx_Nucleo -fshort-enums -I./RTE/_STS_MM_WLE5 -ID:/Users/lenovo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/Core/Include -ID:/Users/lenovo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/DSP/Include -ID:/Users/lenovo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/DSP/PrivateInclude -ID:/Users/lenovo/AppData/Local/Arm/Packs/Keil/STM32WLxx_DFP/1.1.0/Drivers/CMSIS/Device/ST/STM32WLxx/Include -D__UVISION_VERSION="533" -D_RTE_ -DCORE_CM4 -DSTM32WL55xx -D_RTE_ -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WL55xx -o lorawan_end_node/sys_sensors.o -MD)
I (D:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5F36D0A8) I (D:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5F36D0A8)
I (..\Core\Inc\platform.h)(0x62D74E96) I (..\Core\Inc\platform.h)(0x62D74E96)
@ -534,7 +534,7 @@ I (..\..\..\..\..\STM32WL\Drivers\BSP\STM32WLxx_Nucleo\stm32wlxx_nucleo_radio.h)
I (..\..\..\..\..\STM32WL\Drivers\BSP\STM32WLxx_Nucleo\stm32wlxx_nucleo_errno.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Drivers\BSP\STM32WLxx_Nucleo\stm32wlxx_nucleo_errno.h)(0x61FB7C7C)
I (..\Core\Inc\stm32wlxx_nucleo_conf.h)(0x62D74E96) I (..\Core\Inc\stm32wlxx_nucleo_conf.h)(0x62D74E96)
I (..\..\..\..\..\STM32WL\Drivers\BSP\STM32WLxx_Nucleo\stm32wlxx_nucleo.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Drivers\BSP\STM32WLxx_Nucleo\stm32wlxx_nucleo.h)(0x61FB7C7C)
I (..\Core\Inc\sys_conf.h)(0x6322FD96) I (..\Core\Inc\sys_conf.h)(0x63298D37)
I (..\Core\Inc\sys_sensors.h)(0x630711D2) I (..\Core\Inc\sys_sensors.h)(0x630711D2)
F (../Core/Src/timer_if.c)(0x62D74E96)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -Oz -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Core/Inc -I ../LoRaWAN/App -I ../LoRaWAN/Target -I ../../../../../STM32WL/Drivers/STM32WLxx_HAL_Driver/Inc -I ../../../../../STM32WL/Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I ../../../../../STM32WL/Utilities/trace/adv_trace -I ../../../../../STM32WL/Utilities/misc -I ../../../../../STM32WL/Utilities/sequencer -I ../../../../../STM32WL/Utilities/timer -I ../../../../../STM32WL/Utilities/lpm/tiny_lpm -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I ../../../../../STM32WL/Middlewares/Third_Party/SubGHz_Phy -I ../../../../../STM32WL/Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I ../../../../../STM32WL/Drivers/CMSIS/Device/ST/STM32WLxx/Include -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Crypto -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Mac/Region -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Mac -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/LmHandler -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Utilities -I ../../../../../STM32WL/Drivers/CMSIS/Include -I ../../../../../STM32WL/Drivers/BSP/STM32WLxx_Nucleo -fshort-enums -I./RTE/_STS_MM_WLE5 -ID:/Users/lenovo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/Core/Include -ID:/Users/lenovo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/DSP/Include -ID:/Users/lenovo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/DSP/PrivateInclude -ID:/Users/lenovo/AppData/Local/Arm/Packs/Keil/STM32WLxx_DFP/1.1.0/Drivers/CMSIS/Device/ST/STM32WLxx/Include -D__UVISION_VERSION="533" -D_RTE_ -DCORE_CM4 -DSTM32WL55xx -D_RTE_ -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WL55xx -o lorawan_end_node/timer_if.o -MD) F (../Core/Src/timer_if.c)(0x62D74E96)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -Oz -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Core/Inc -I ../LoRaWAN/App -I ../LoRaWAN/Target -I ../../../../../STM32WL/Drivers/STM32WLxx_HAL_Driver/Inc -I ../../../../../STM32WL/Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I ../../../../../STM32WL/Utilities/trace/adv_trace -I ../../../../../STM32WL/Utilities/misc -I ../../../../../STM32WL/Utilities/sequencer -I ../../../../../STM32WL/Utilities/timer -I ../../../../../STM32WL/Utilities/lpm/tiny_lpm -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I ../../../../../STM32WL/Middlewares/Third_Party/SubGHz_Phy -I ../../../../../STM32WL/Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I ../../../../../STM32WL/Drivers/CMSIS/Device/ST/STM32WLxx/Include -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Crypto -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Mac/Region -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Mac -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/LmHandler -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Utilities -I ../../../../../STM32WL/Drivers/CMSIS/Include -I ../../../../../STM32WL/Drivers/BSP/STM32WLxx_Nucleo -fshort-enums -I./RTE/_STS_MM_WLE5 -ID:/Users/lenovo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/Core/Include -ID:/Users/lenovo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/DSP/Include -ID:/Users/lenovo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/DSP/PrivateInclude -ID:/Users/lenovo/AppData/Local/Arm/Packs/Keil/STM32WLxx_DFP/1.1.0/Drivers/CMSIS/Device/ST/STM32WLxx/Include -D__UVISION_VERSION="533" -D_RTE_ -DCORE_CM4 -DSTM32WL55xx -D_RTE_ -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WL55xx -o lorawan_end_node/timer_if.o -MD)
I (D:\Keil_v5\ARM\ARMCLANG\include\math.h)(0x5F36D0A0) I (D:\Keil_v5\ARM\ARMCLANG\include\math.h)(0x5F36D0A0)
@ -677,7 +677,7 @@ I (..\..\..\..\..\STM32WL\Drivers\BSP\STM32WLxx_Nucleo\stm32wlxx_nucleo_errno.h)
I (..\Core\Inc\stm32wlxx_nucleo_conf.h)(0x62D74E96) I (..\Core\Inc\stm32wlxx_nucleo_conf.h)(0x62D74E96)
I (..\..\..\..\..\STM32WL\Drivers\BSP\STM32WLxx_Nucleo\stm32wlxx_nucleo.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Drivers\BSP\STM32WLxx_Nucleo\stm32wlxx_nucleo.h)(0x61FB7C7C)
I (..\Core\Inc\sys_app.h)(0x62D74E96) I (..\Core\Inc\sys_app.h)(0x62D74E96)
I (..\Core\Inc\sys_conf.h)(0x6322FD96) I (..\Core\Inc\sys_conf.h)(0x63298D37)
I (..\..\..\..\..\STM32WL\Utilities\trace\adv_trace\stm32_adv_trace.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Utilities\trace\adv_trace\stm32_adv_trace.h)(0x61FB7C7C)
I (..\Core\Inc\utilities_conf.h)(0x62D74E96) I (..\Core\Inc\utilities_conf.h)(0x62D74E96)
I (..\..\..\..\..\STM32WL\Utilities\misc\stm32_mem.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Utilities\misc\stm32_mem.h)(0x61FB7C7C)
@ -1177,7 +1177,7 @@ I (D:\Keil_v5\ARM\ARMCLANG\include\math.h)(0x5F36D0A0)
I (D:\Keil_v5\ARM\ARMCLANG\include\stdlib.h)(0x5F36D0AE) I (D:\Keil_v5\ARM\ARMCLANG\include\stdlib.h)(0x5F36D0AE)
I (D:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5F36D0A4) I (D:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5F36D0A4)
I (..\Core\Inc\sys_app.h)(0x62D74E96) I (..\Core\Inc\sys_app.h)(0x62D74E96)
I (..\Core\Inc\sys_conf.h)(0x6322FD96) I (..\Core\Inc\sys_conf.h)(0x63298D37)
I (..\..\..\..\..\STM32WL\Utilities\trace\adv_trace\stm32_adv_trace.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Utilities\trace\adv_trace\stm32_adv_trace.h)(0x61FB7C7C)
I (..\Core\Inc\utilities_conf.h)(0x62D74E96) I (..\Core\Inc\utilities_conf.h)(0x62D74E96)
I (..\..\..\..\..\STM32WL\Utilities\misc\stm32_mem.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Utilities\misc\stm32_mem.h)(0x61FB7C7C)
@ -1246,7 +1246,7 @@ I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_spi_ex.
I (..\Core\Inc\ssd1306_fonts.h)(0x6210A022) I (..\Core\Inc\ssd1306_fonts.h)(0x6210A022)
I (..\Core\Inc\ssd1306_tests.h)(0x6236A58E) I (..\Core\Inc\ssd1306_tests.h)(0x6236A58E)
I (..\Core\Inc\sys_app.h)(0x62D74E96) I (..\Core\Inc\sys_app.h)(0x62D74E96)
I (..\Core\Inc\sys_conf.h)(0x6322FD96) I (..\Core\Inc\sys_conf.h)(0x63298D37)
I (..\..\..\..\..\STM32WL\Utilities\trace\adv_trace\stm32_adv_trace.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Utilities\trace\adv_trace\stm32_adv_trace.h)(0x61FB7C7C)
I (..\Core\Inc\utilities_conf.h)(0x62D74E96) I (..\Core\Inc\utilities_conf.h)(0x62D74E96)
I (..\..\..\..\..\STM32WL\Utilities\misc\stm32_mem.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Utilities\misc\stm32_mem.h)(0x61FB7C7C)
@ -1324,7 +1324,7 @@ I (..\LoRaWAN\App\app_lorawan.h)(0x62D74E96)
I (..\LoRaWAN\App\lora_app.h)(0x63280228) I (..\LoRaWAN\App\lora_app.h)(0x63280228)
I (..\Core\Inc\sys_app.h)(0x62D74E96) I (..\Core\Inc\sys_app.h)(0x62D74E96)
I (D:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5F36D0A8) I (D:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5F36D0A8)
I (..\Core\Inc\sys_conf.h)(0x6322FD96) I (..\Core\Inc\sys_conf.h)(0x63298D37)
I (..\..\..\..\..\STM32WL\Utilities\trace\adv_trace\stm32_adv_trace.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Utilities\trace\adv_trace\stm32_adv_trace.h)(0x61FB7C7C)
I (..\Core\Inc\utilities_conf.h)(0x62D74E96) I (..\Core\Inc\utilities_conf.h)(0x62D74E96)
I (..\..\..\..\..\STM32WL\Drivers\CMSIS\Include\cmsis_compiler.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Drivers\CMSIS\Include\cmsis_compiler.h)(0x61FB7C7C)
@ -1416,7 +1416,7 @@ I (..\..\..\..\..\STM32WL\Drivers\BSP\STM32WLxx_Nucleo\stm32wlxx_nucleo_errno.h)
I (..\Core\Inc\stm32wlxx_nucleo_conf.h)(0x62D74E96) I (..\Core\Inc\stm32wlxx_nucleo_conf.h)(0x62D74E96)
I (..\..\..\..\..\STM32WL\Drivers\BSP\STM32WLxx_Nucleo\stm32wlxx_nucleo.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Drivers\BSP\STM32WLxx_Nucleo\stm32wlxx_nucleo.h)(0x61FB7C7C)
I (..\Core\Inc\sys_app.h)(0x62D74E96) I (..\Core\Inc\sys_app.h)(0x62D74E96)
I (..\Core\Inc\sys_conf.h)(0x6322FD96) I (..\Core\Inc\sys_conf.h)(0x63298D37)
I (..\..\..\..\..\STM32WL\Utilities\trace\adv_trace\stm32_adv_trace.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Utilities\trace\adv_trace\stm32_adv_trace.h)(0x61FB7C7C)
I (..\Core\Inc\utilities_conf.h)(0x62D74E96) I (..\Core\Inc\utilities_conf.h)(0x62D74E96)
I (..\..\..\..\..\STM32WL\Utilities\misc\stm32_mem.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Utilities\misc\stm32_mem.h)(0x61FB7C7C)
@ -1485,9 +1485,9 @@ I (..\..\..\..\..\STM32WL\Middlewares\Third_Party\LoRaWAN\Mac\secure-element-nvm
I (..\..\..\..\..\STM32WL\Middlewares\Third_Party\LoRaWAN\Mac\LoRaMacClassBNvm.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Middlewares\Third_Party\LoRaWAN\Mac\LoRaMacClassBNvm.h)(0x61FB7C7C)
I (..\LoRaWAN\App\lora_info.h)(0x62D74E96) I (..\LoRaWAN\App\lora_info.h)(0x62D74E96)
I (..\Core\Inc\sys_app.h)(0x62D74E96) I (..\Core\Inc\sys_app.h)(0x62D74E96)
I (..\Core\Inc\sys_conf.h)(0x6322FD96) I (..\Core\Inc\sys_conf.h)(0x63298D37)
I (..\..\..\..\..\STM32WL\Utilities\trace\adv_trace\stm32_adv_trace.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Utilities\trace\adv_trace\stm32_adv_trace.h)(0x61FB7C7C)
F (..\Core\Src\yunhorn_sts_motion_sensor.c)(0x6328186C)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -Oz -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Core/Inc -I ../LoRaWAN/App -I ../LoRaWAN/Target -I ../../../../../STM32WL/Drivers/STM32WLxx_HAL_Driver/Inc -I ../../../../../STM32WL/Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I ../../../../../STM32WL/Utilities/trace/adv_trace -I ../../../../../STM32WL/Utilities/misc -I ../../../../../STM32WL/Utilities/sequencer -I ../../../../../STM32WL/Utilities/timer -I ../../../../../STM32WL/Utilities/lpm/tiny_lpm -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I ../../../../../STM32WL/Middlewares/Third_Party/SubGHz_Phy -I ../../../../../STM32WL/Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I ../../../../../STM32WL/Drivers/CMSIS/Device/ST/STM32WLxx/Include -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Crypto -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Mac/Region -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Mac -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/LmHandler -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Utilities -I ../../../../../STM32WL/Drivers/CMSIS/Include -I ../../../../../STM32WL/Drivers/BSP/STM32WLxx_Nucleo -fshort-enums -I./RTE/_STS_MM_WLE5 -ID:/Users/lenovo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/Core/Include -ID:/Users/lenovo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/DSP/Include -ID:/Users/lenovo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/DSP/PrivateInclude -ID:/Users/lenovo/AppData/Local/Arm/Packs/Keil/STM32WLxx_DFP/1.1.0/Drivers/CMSIS/Device/ST/STM32WLxx/Include -D__UVISION_VERSION="533" -D_RTE_ -DCORE_CM4 -DSTM32WL55xx -D_RTE_ -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WL55xx -o lorawan_end_node/yunhorn_sts_motion_sensor.o -MD) F (..\Core\Src\yunhorn_sts_motion_sensor.c)(0x632985DC)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -Oz -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Core/Inc -I ../LoRaWAN/App -I ../LoRaWAN/Target -I ../../../../../STM32WL/Drivers/STM32WLxx_HAL_Driver/Inc -I ../../../../../STM32WL/Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I ../../../../../STM32WL/Utilities/trace/adv_trace -I ../../../../../STM32WL/Utilities/misc -I ../../../../../STM32WL/Utilities/sequencer -I ../../../../../STM32WL/Utilities/timer -I ../../../../../STM32WL/Utilities/lpm/tiny_lpm -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I ../../../../../STM32WL/Middlewares/Third_Party/SubGHz_Phy -I ../../../../../STM32WL/Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I ../../../../../STM32WL/Drivers/CMSIS/Device/ST/STM32WLxx/Include -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Crypto -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Mac/Region -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Mac -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/LmHandler -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Utilities -I ../../../../../STM32WL/Drivers/CMSIS/Include -I ../../../../../STM32WL/Drivers/BSP/STM32WLxx_Nucleo -fshort-enums -I./RTE/_STS_MM_WLE5 -ID:/Users/lenovo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/Core/Include -ID:/Users/lenovo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/DSP/Include -ID:/Users/lenovo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/DSP/PrivateInclude -ID:/Users/lenovo/AppData/Local/Arm/Packs/Keil/STM32WLxx_DFP/1.1.0/Drivers/CMSIS/Device/ST/STM32WLxx/Include -D__UVISION_VERSION="533" -D_RTE_ -DCORE_CM4 -DSTM32WL55xx -D_RTE_ -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WL55xx -o lorawan_end_node/yunhorn_sts_motion_sensor.o -MD)
I (D:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5F36D0A8) I (D:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5F36D0A8)
I (..\Core\Inc\platform.h)(0x62D74E96) I (..\Core\Inc\platform.h)(0x62D74E96)
I (D:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5F36D0AC) I (D:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5F36D0AC)
@ -1552,7 +1552,7 @@ I (..\..\..\..\..\STM32WL\Drivers\BSP\STM32WLxx_Nucleo\stm32wlxx_nucleo_radio.h)
I (..\..\..\..\..\STM32WL\Drivers\BSP\STM32WLxx_Nucleo\stm32wlxx_nucleo_errno.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Drivers\BSP\STM32WLxx_Nucleo\stm32wlxx_nucleo_errno.h)(0x61FB7C7C)
I (..\Core\Inc\stm32wlxx_nucleo_conf.h)(0x62D74E96) I (..\Core\Inc\stm32wlxx_nucleo_conf.h)(0x62D74E96)
I (..\..\..\..\..\STM32WL\Drivers\BSP\STM32WLxx_Nucleo\stm32wlxx_nucleo.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Drivers\BSP\STM32WLxx_Nucleo\stm32wlxx_nucleo.h)(0x61FB7C7C)
I (..\Core\Inc\sys_conf.h)(0x6322FD96) I (..\Core\Inc\sys_conf.h)(0x63298D37)
I (..\Core\Inc\sys_app.h)(0x62D74E96) I (..\Core\Inc\sys_app.h)(0x62D74E96)
I (..\..\..\..\..\STM32WL\Utilities\trace\adv_trace\stm32_adv_trace.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Utilities\trace\adv_trace\stm32_adv_trace.h)(0x61FB7C7C)
I (..\Core\Inc\utilities_conf.h)(0x62D74E96) I (..\Core\Inc\utilities_conf.h)(0x62D74E96)
@ -1623,7 +1623,7 @@ I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_uart.h)
I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_uart_ex.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_uart_ex.h)(0x61FB7C7C)
I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_ll_system.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_ll_system.h)(0x61FB7C7C)
I (..\Core\Inc\sys_app.h)(0x62D74E96) I (..\Core\Inc\sys_app.h)(0x62D74E96)
I (..\Core\Inc\sys_conf.h)(0x6322FD96) I (..\Core\Inc\sys_conf.h)(0x63298D37)
I (..\..\..\..\..\STM32WL\Utilities\trace\adv_trace\stm32_adv_trace.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Utilities\trace\adv_trace\stm32_adv_trace.h)(0x61FB7C7C)
I (..\Core\Inc\utilities_conf.h)(0x62D74E96) I (..\Core\Inc\utilities_conf.h)(0x62D74E96)
I (..\..\..\..\..\STM32WL\Utilities\misc\stm32_mem.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Utilities\misc\stm32_mem.h)(0x61FB7C7C)
@ -4102,7 +4102,7 @@ I (..\LoRaWAN\Target\mw_log_conf.h)(0x62D74E96)
I (..\..\..\..\..\STM32WL\Utilities\trace\adv_trace\stm32_adv_trace.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Utilities\trace\adv_trace\stm32_adv_trace.h)(0x61FB7C7C)
I (..\LoRaWAN\Target\radio_board_if.h)(0x62D74E96) I (..\LoRaWAN\Target\radio_board_if.h)(0x62D74E96)
I (..\Core\Inc\sys_debug.h)(0x62D74E96) I (..\Core\Inc\sys_debug.h)(0x62D74E96)
I (..\Core\Inc\sys_conf.h)(0x6322FD96) I (..\Core\Inc\sys_conf.h)(0x63298D37)
I (..\..\..\..\..\STM32WL\Middlewares\Third_Party\SubGHz_Phy\stm32_radio_driver\radio_driver.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Middlewares\Third_Party\SubGHz_Phy\stm32_radio_driver\radio_driver.h)(0x61FB7C7C)
F (../../../../../STM32WL/Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver/radio_fw.c)(0x61FB7C7C)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -Oz -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Core/Inc -I ../LoRaWAN/App -I ../LoRaWAN/Target -I ../../../../../STM32WL/Drivers/STM32WLxx_HAL_Driver/Inc -I ../../../../../STM32WL/Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I ../../../../../STM32WL/Utilities/trace/adv_trace -I ../../../../../STM32WL/Utilities/misc -I ../../../../../STM32WL/Utilities/sequencer -I ../../../../../STM32WL/Utilities/timer -I ../../../../../STM32WL/Utilities/lpm/tiny_lpm -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I ../../../../../STM32WL/Middlewares/Third_Party/SubGHz_Phy -I ../../../../../STM32WL/Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I ../../../../../STM32WL/Drivers/CMSIS/Device/ST/STM32WLxx/Include -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Crypto -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Mac/Region -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Mac -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/LmHandler -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Utilities -I ../../../../../STM32WL/Drivers/CMSIS/Include -I ../../../../../STM32WL/Drivers/BSP/STM32WLxx_Nucleo -fshort-enums -I./RTE/_STS_MM_WLE5 -ID:/Users/lenovo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/Core/Include -ID:/Users/lenovo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/DSP/Include -ID:/Users/lenovo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/DSP/PrivateInclude -ID:/Users/lenovo/AppData/Local/Arm/Packs/Keil/STM32WLxx_DFP/1.1.0/Drivers/CMSIS/Device/ST/STM32WLxx/Include -D__UVISION_VERSION="533" -D_RTE_ -DCORE_CM4 -DSTM32WL55xx -D_RTE_ -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WL55xx -o lorawan_end_node/radio_fw.o -MD) F (../../../../../STM32WL/Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver/radio_fw.c)(0x61FB7C7C)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -Oz -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Core/Inc -I ../LoRaWAN/App -I ../LoRaWAN/Target -I ../../../../../STM32WL/Drivers/STM32WLxx_HAL_Driver/Inc -I ../../../../../STM32WL/Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I ../../../../../STM32WL/Utilities/trace/adv_trace -I ../../../../../STM32WL/Utilities/misc -I ../../../../../STM32WL/Utilities/sequencer -I ../../../../../STM32WL/Utilities/timer -I ../../../../../STM32WL/Utilities/lpm/tiny_lpm -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I ../../../../../STM32WL/Middlewares/Third_Party/SubGHz_Phy -I ../../../../../STM32WL/Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I ../../../../../STM32WL/Drivers/CMSIS/Device/ST/STM32WLxx/Include -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Crypto -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Mac/Region -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Mac -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/LmHandler -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Utilities -I ../../../../../STM32WL/Drivers/CMSIS/Include -I ../../../../../STM32WL/Drivers/BSP/STM32WLxx_Nucleo -fshort-enums -I./RTE/_STS_MM_WLE5 -ID:/Users/lenovo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/Core/Include -ID:/Users/lenovo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/DSP/Include -ID:/Users/lenovo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/DSP/PrivateInclude -ID:/Users/lenovo/AppData/Local/Arm/Packs/Keil/STM32WLxx_DFP/1.1.0/Drivers/CMSIS/Device/ST/STM32WLxx/Include -D__UVISION_VERSION="533" -D_RTE_ -DCORE_CM4 -DSTM32WL55xx -D_RTE_ -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WL55xx -o lorawan_end_node/radio_fw.o -MD)
I (D:\Keil_v5\ARM\ARMCLANG\include\math.h)(0x5F36D0A0) I (D:\Keil_v5\ARM\ARMCLANG\include\math.h)(0x5F36D0A0)
@ -4188,7 +4188,7 @@ I (..\LoRaWAN\Target\mw_log_conf.h)(0x62D74E96)
I (..\..\..\..\..\STM32WL\Utilities\trace\adv_trace\stm32_adv_trace.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Utilities\trace\adv_trace\stm32_adv_trace.h)(0x61FB7C7C)
I (..\LoRaWAN\Target\radio_board_if.h)(0x62D74E96) I (..\LoRaWAN\Target\radio_board_if.h)(0x62D74E96)
I (..\Core\Inc\sys_debug.h)(0x62D74E96) I (..\Core\Inc\sys_debug.h)(0x62D74E96)
I (..\Core\Inc\sys_conf.h)(0x6322FD96) I (..\Core\Inc\sys_conf.h)(0x63298D37)
F (../../../../../STM32WL/Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver/radio.c)(0x61FB7C7C)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -Oz -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Core/Inc -I ../LoRaWAN/App -I ../LoRaWAN/Target -I ../../../../../STM32WL/Drivers/STM32WLxx_HAL_Driver/Inc -I ../../../../../STM32WL/Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I ../../../../../STM32WL/Utilities/trace/adv_trace -I ../../../../../STM32WL/Utilities/misc -I ../../../../../STM32WL/Utilities/sequencer -I ../../../../../STM32WL/Utilities/timer -I ../../../../../STM32WL/Utilities/lpm/tiny_lpm -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I ../../../../../STM32WL/Middlewares/Third_Party/SubGHz_Phy -I ../../../../../STM32WL/Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I ../../../../../STM32WL/Drivers/CMSIS/Device/ST/STM32WLxx/Include -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Crypto -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Mac/Region -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Mac -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/LmHandler -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Utilities -I ../../../../../STM32WL/Drivers/CMSIS/Include -I ../../../../../STM32WL/Drivers/BSP/STM32WLxx_Nucleo -fshort-enums -I./RTE/_STS_MM_WLE5 -ID:/Users/lenovo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/Core/Include -ID:/Users/lenovo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/DSP/Include -ID:/Users/lenovo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/DSP/PrivateInclude -ID:/Users/lenovo/AppData/Local/Arm/Packs/Keil/STM32WLxx_DFP/1.1.0/Drivers/CMSIS/Device/ST/STM32WLxx/Include -D__UVISION_VERSION="533" -D_RTE_ -DCORE_CM4 -DSTM32WL55xx -D_RTE_ -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WL55xx -o lorawan_end_node/radio.o -MD) F (../../../../../STM32WL/Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver/radio.c)(0x61FB7C7C)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -Oz -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Core/Inc -I ../LoRaWAN/App -I ../LoRaWAN/Target -I ../../../../../STM32WL/Drivers/STM32WLxx_HAL_Driver/Inc -I ../../../../../STM32WL/Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I ../../../../../STM32WL/Utilities/trace/adv_trace -I ../../../../../STM32WL/Utilities/misc -I ../../../../../STM32WL/Utilities/sequencer -I ../../../../../STM32WL/Utilities/timer -I ../../../../../STM32WL/Utilities/lpm/tiny_lpm -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I ../../../../../STM32WL/Middlewares/Third_Party/SubGHz_Phy -I ../../../../../STM32WL/Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I ../../../../../STM32WL/Drivers/CMSIS/Device/ST/STM32WLxx/Include -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Crypto -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Mac/Region -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Mac -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/LmHandler -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Utilities -I ../../../../../STM32WL/Drivers/CMSIS/Include -I ../../../../../STM32WL/Drivers/BSP/STM32WLxx_Nucleo -fshort-enums -I./RTE/_STS_MM_WLE5 -ID:/Users/lenovo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/Core/Include -ID:/Users/lenovo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/DSP/Include -ID:/Users/lenovo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/DSP/PrivateInclude -ID:/Users/lenovo/AppData/Local/Arm/Packs/Keil/STM32WLxx_DFP/1.1.0/Drivers/CMSIS/Device/ST/STM32WLxx/Include -D__UVISION_VERSION="533" -D_RTE_ -DCORE_CM4 -DSTM32WL55xx -D_RTE_ -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WL55xx -o lorawan_end_node/radio.o -MD)
I (D:\Keil_v5\ARM\ARMCLANG\include\math.h)(0x5F36D0A0) I (D:\Keil_v5\ARM\ARMCLANG\include\math.h)(0x5F36D0A0)
I (..\LoRaWAN\Target\timer.h)(0x62D74E96) I (..\LoRaWAN\Target\timer.h)(0x62D74E96)
@ -4273,7 +4273,7 @@ I (..\LoRaWAN\Target\mw_log_conf.h)(0x62D74E96)
I (..\..\..\..\..\STM32WL\Utilities\trace\adv_trace\stm32_adv_trace.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Utilities\trace\adv_trace\stm32_adv_trace.h)(0x61FB7C7C)
I (..\LoRaWAN\Target\radio_board_if.h)(0x62D74E96) I (..\LoRaWAN\Target\radio_board_if.h)(0x62D74E96)
I (..\Core\Inc\sys_debug.h)(0x62D74E96) I (..\Core\Inc\sys_debug.h)(0x62D74E96)
I (..\Core\Inc\sys_conf.h)(0x6322FD96) I (..\Core\Inc\sys_conf.h)(0x63298D37)
F (../../../../../STM32WL/Utilities/trace/adv_trace/stm32_adv_trace.c)(0x61FB7C7C)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -Oz -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Core/Inc -I ../LoRaWAN/App -I ../LoRaWAN/Target -I ../../../../../STM32WL/Drivers/STM32WLxx_HAL_Driver/Inc -I ../../../../../STM32WL/Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I ../../../../../STM32WL/Utilities/trace/adv_trace -I ../../../../../STM32WL/Utilities/misc -I ../../../../../STM32WL/Utilities/sequencer -I ../../../../../STM32WL/Utilities/timer -I ../../../../../STM32WL/Utilities/lpm/tiny_lpm -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I ../../../../../STM32WL/Middlewares/Third_Party/SubGHz_Phy -I ../../../../../STM32WL/Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I ../../../../../STM32WL/Drivers/CMSIS/Device/ST/STM32WLxx/Include -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Crypto -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Mac/Region -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Mac -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/LmHandler -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Utilities -I ../../../../../STM32WL/Drivers/CMSIS/Include -I ../../../../../STM32WL/Drivers/BSP/STM32WLxx_Nucleo -fshort-enums -I./RTE/_STS_MM_WLE5 -ID:/Users/lenovo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/Core/Include -ID:/Users/lenovo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/DSP/Include -ID:/Users/lenovo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/DSP/PrivateInclude -ID:/Users/lenovo/AppData/Local/Arm/Packs/Keil/STM32WLxx_DFP/1.1.0/Drivers/CMSIS/Device/ST/STM32WLxx/Include -D__UVISION_VERSION="533" -D_RTE_ -DCORE_CM4 -DSTM32WL55xx -D_RTE_ -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WL55xx -o lorawan_end_node/stm32_adv_trace.o -MD) F (../../../../../STM32WL/Utilities/trace/adv_trace/stm32_adv_trace.c)(0x61FB7C7C)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=none -mfloat-abi=soft -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -Oz -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -I ../Core/Inc -I ../LoRaWAN/App -I ../LoRaWAN/Target -I ../../../../../STM32WL/Drivers/STM32WLxx_HAL_Driver/Inc -I ../../../../../STM32WL/Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I ../../../../../STM32WL/Utilities/trace/adv_trace -I ../../../../../STM32WL/Utilities/misc -I ../../../../../STM32WL/Utilities/sequencer -I ../../../../../STM32WL/Utilities/timer -I ../../../../../STM32WL/Utilities/lpm/tiny_lpm -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I ../../../../../STM32WL/Middlewares/Third_Party/SubGHz_Phy -I ../../../../../STM32WL/Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I ../../../../../STM32WL/Drivers/CMSIS/Device/ST/STM32WLxx/Include -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Crypto -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Mac/Region -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Mac -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/LmHandler -I ../../../../../STM32WL/Middlewares/Third_Party/LoRaWAN/Utilities -I ../../../../../STM32WL/Drivers/CMSIS/Include -I ../../../../../STM32WL/Drivers/BSP/STM32WLxx_Nucleo -fshort-enums -I./RTE/_STS_MM_WLE5 -ID:/Users/lenovo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/Core/Include -ID:/Users/lenovo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/DSP/Include -ID:/Users/lenovo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/DSP/PrivateInclude -ID:/Users/lenovo/AppData/Local/Arm/Packs/Keil/STM32WLxx_DFP/1.1.0/Drivers/CMSIS/Device/ST/STM32WLxx/Include -D__UVISION_VERSION="533" -D_RTE_ -DCORE_CM4 -DSTM32WL55xx -D_RTE_ -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WL55xx -o lorawan_end_node/stm32_adv_trace.o -MD)
I (..\..\..\..\..\STM32WL\Utilities\trace\adv_trace\stm32_adv_trace.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Utilities\trace\adv_trace\stm32_adv_trace.h)(0x61FB7C7C)
I (D:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5F36D0A8) I (D:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5F36D0A8)

File diff suppressed because one or more lines are too long

View File

@ -28,7 +28,7 @@
<TargetOption> <TargetOption>
<CLKADS>12000000</CLKADS> <CLKADS>12000000</CLKADS>
<OPTTT> <OPTTT>
<gFlags>0</gFlags> <gFlags>1</gFlags>
<BeepAtEnd>1</BeepAtEnd> <BeepAtEnd>1</BeepAtEnd>
<RunSim>0</RunSim> <RunSim>0</RunSim>
<RunTarget>1</RunTarget> <RunTarget>1</RunTarget>
@ -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,16 +114,70 @@
<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>-U003300315553500A20393256 -O206 -SF4000 -C0 -A0 -I2 -HNlocalhost -HP7184 -P1 -N00("ARM CoreSight SW-DP") -D00(6BA02477) -L00(0) -TO131090 -TC10000000 -TT10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO15 -FD20000000 -FC1000 -FN1 -FF0STM32WLxx_CM4.FLM -FS08000000 -FL040000 -FP0($$Device:STM32WL55JCIx$CMSIS\Flash\STM32WLxx_CM4.FLM)</Name>
</SetRegEntry>
<SetRegEntry> <SetRegEntry>
<Number>0</Number> <Number>0</Number>
<Key>UL2CM3</Key> <Key>UL2CM3</Key>
<Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0STM32WLxx_CM4 -FS08000000 -FL040000 -FP0($$Device:STM32WL55JCIx$CMSIS\Flash\STM32WLxx_CM4.FLM))</Name> <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0STM32WLxx_CM4 -FS08000000 -FL040000 -FP0($$Device:STM32WL55JCIx$CMSIS\Flash\STM32WLxx_CM4.FLM))</Name>
</SetRegEntry> </SetRegEntry>
</TargetDriverDllRegistry> </TargetDriverDllRegistry>
<Breakpoint/> <Breakpoint>
<Bp>
<Number>0</Number>
<Type>0</Type>
<LineNumber>238</LineNumber>
<EnabledFlag>1</EnabledFlag>
<Address>0</Address>
<ByteObject>0</ByteObject>
<HtxType>0</HtxType>
<ManyObjects>0</ManyObjects>
<SizeOfObject>0</SizeOfObject>
<BreakByAccess>0</BreakByAccess>
<BreakIfRCount>0</BreakIfRCount>
<Filename>..\Core\Src\yunhorn_sts_motion_sensor.c</Filename>
<ExecCommand></ExecCommand>
<Expression></Expression>
</Bp>
<Bp>
<Number>1</Number>
<Type>0</Type>
<LineNumber>232</LineNumber>
<EnabledFlag>1</EnabledFlag>
<Address>0</Address>
<ByteObject>0</ByteObject>
<HtxType>0</HtxType>
<ManyObjects>0</ManyObjects>
<SizeOfObject>0</SizeOfObject>
<BreakByAccess>0</BreakByAccess>
<BreakIfRCount>0</BreakIfRCount>
<Filename>..\Core\Src\yunhorn_sts_motion_sensor.c</Filename>
<ExecCommand></ExecCommand>
<Expression></Expression>
</Bp>
<Bp>
<Number>2</Number>
<Type>0</Type>
<LineNumber>84</LineNumber>
<EnabledFlag>1</EnabledFlag>
<Address>0</Address>
<ByteObject>0</ByteObject>
<HtxType>0</HtxType>
<ManyObjects>0</ManyObjects>
<SizeOfObject>0</SizeOfObject>
<BreakByAccess>0</BreakByAccess>
<BreakIfRCount>0</BreakIfRCount>
<Filename>..\Core\Inc\sys_conf.h</Filename>
<ExecCommand></ExecCommand>
<Expression></Expression>
</Bp>
</Breakpoint>
<Tracepoint> <Tracepoint>
<THDelay>0</THDelay> <THDelay>0</THDelay>
</Tracepoint> </Tracepoint>
@ -191,7 +245,7 @@
<Group> <Group>
<GroupName>Application/User/Core</GroupName> <GroupName>Application/User/Core</GroupName>
<tvExp>0</tvExp> <tvExp>1</tvExp>
<tvExpOptDlg>0</tvExpOptDlg> <tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel> <cbSel>0</cbSel>
<RteFlg>0</RteFlg> <RteFlg>0</RteFlg>
@ -1343,7 +1397,7 @@
<Group> <Group>
<GroupName>Utilities</GroupName> <GroupName>Utilities</GroupName>
<tvExp>0</tvExp> <tvExp>1</tvExp>
<tvExpOptDlg>0</tvExpOptDlg> <tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel> <cbSel>0</cbSel>
<RteFlg>0</RteFlg> <RteFlg>0</RteFlg>