This commit is contained in:
YunHorn Technology 2022-09-29 08:00:22 +08:00
parent 3a7a994300
commit d61bb649bd
10 changed files with 152 additions and 105 deletions

View File

@ -277,8 +277,8 @@
/* 2KB = 2048 = 0x800 End @ of user Flash area */ /* 2KB = 2048 = 0x800 End @ of user Flash area */
#define USE_STM32WLE5 1U //#define USE_STM32WLE5 1U
//#define USE_STM32WL55 1U #define USE_STM32WL55 1U

View File

@ -682,8 +682,8 @@ static void SendTxData(void)
//AppData.Buffer[i++] = (uint8_t)(0xFF & m7_data.battery_Pct); //15 //AppData.Buffer[i++] = (uint8_t)(0xFF & m7_data.battery_Pct); //15
AppData.Buffer[i++] = (uint8_t)(99*batteryLevel/254); //15 /* 99% (very low) to 254 (fully charged) */ AppData.Buffer[i++] = (uint8_t)(99*batteryLevel/254); //15 /* 99% (very low) to 254 (fully charged) */
APP_LOG(TS_OFF, VLEVEL_L, "###### Duration:%02d seconds | FREQ_X:%d Hz | FREQ_Y:%d Hz | FREQ_Z:%d Hz |\r\n###### | RMS_X:%d | RMS_Y:%d | RMS_Z:%d | BATTERY_B:%02d%% |\r\n", APP_LOG(TS_OFF, VLEVEL_L, "###### LoRa_User_Port:%03d | Duration:%02d seconds | FREQ_X:%d Hz | FREQ_Y:%d Hz | FREQ_Z:%d Hz |\r\n###### | RMS_X:%d | RMS_Y:%d | RMS_Z:%d | BATTERY_B:%02d%% |\r\n",
AppData.Buffer[2], AppData.Port, AppData.Buffer[2],
(AppData.Buffer[3]*255+AppData.Buffer[4]), (AppData.Buffer[5]*255+AppData.Buffer[6]), (AppData.Buffer[7]*255+AppData.Buffer[8]), (AppData.Buffer[9]*255+AppData.Buffer[10]), (AppData.Buffer[3]*255+AppData.Buffer[4]), (AppData.Buffer[5]*255+AppData.Buffer[6]), (AppData.Buffer[7]*255+AppData.Buffer[8]), (AppData.Buffer[9]*255+AppData.Buffer[10]),
(AppData.Buffer[11]*255+AppData.Buffer[12]),(AppData.Buffer[13]*255+AppData.Buffer[14]),AppData.Buffer[15]); (AppData.Buffer[11]*255+AppData.Buffer[12]),(AppData.Buffer[13]*255+AppData.Buffer[14]),AppData.Buffer[15]);
} }

View File

@ -28,22 +28,22 @@ Project File Date: 09/26/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 sys_debug.c...
compiling dma.c... compiling dma.c...
compiling stm32_lpm_if.c...
compiling adc.c... compiling adc.c...
compiling sys_sensors.c...
compiling adc_if.c...
compiling rtc.c...
compiling gpio.c... compiling gpio.c...
compiling main.c...
compiling sys_sensors.c...
compiling usart.c... compiling usart.c...
compiling subghz.c... compiling stm32_lpm_if.c...
compiling sys_app.c...
compiling stm32wlxx_it.c... compiling stm32wlxx_it.c...
compiling subghz.c...
compiling rtc.c...
compiling sys_debug.c...
compiling adc_if.c...
compiling usart_if.c... compiling usart_if.c...
compiling timer_if.c... compiling sys_app.c...
compiling stm32wlxx_hal_msp.c... compiling stm32wlxx_hal_msp.c...
compiling timer_if.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...
@ -53,32 +53,32 @@ compiling radio_board_if.c...
compiling ssd1306.c... compiling ssd1306.c...
compiling ssd1306_tests.c... compiling ssd1306_tests.c...
compiling stm32wlxx_ll_adc.c... compiling stm32wlxx_ll_adc.c...
compiling stm32wlxx_nucleo_radio.c...
compiling stm32wlxx_nucleo.c... compiling stm32wlxx_nucleo.c...
compiling stm32wlxx_nucleo_radio.c...
compiling lora_app.c... compiling lora_app.c...
compiling stm32wlxx_hal_adc_ex.c... compiling stm32wlxx_hal_adc_ex.c...
compiling yunhorn_sts_motion_sensor.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_ex.c... compiling stm32wlxx_hal_flash.c...
compiling stm32wlxx_hal_rcc_ex.c...
compiling stm32wlxx_hal_dma_ex.c...
compiling stm32wlxx_hal_rcc.c...
compiling stm32wlxx_hal_gpio.c... compiling stm32wlxx_hal_gpio.c...
compiling stm32wlxx_hal_dma_ex.c...
compiling stm32wlxx_hal_flash_ex.c...
compiling stm32wlxx_hal_rcc.c...
compiling stm32wlxx_hal_rcc_ex.c...
compiling stm32wlxx_hal_pwr.c... compiling stm32wlxx_hal_pwr.c...
compiling stm32wlxx_hal_dma.c... compiling stm32wlxx_hal_dma.c...
compiling stm32wlxx_hal_cortex.c...
compiling stm32wlxx_hal_pwr_ex.c... compiling stm32wlxx_hal_pwr_ex.c...
compiling stm32wlxx_hal_exti.c... compiling stm32wlxx_hal_cortex.c...
compiling stm32wlxx_hal.c... compiling stm32wlxx_hal.c...
compiling stm32wlxx_hal_rtc.c... compiling stm32wlxx_hal_exti.c...
compiling stm32wlxx_hal_subghz.c... compiling stm32wlxx_hal_subghz.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_uart_ex.c... compiling stm32wlxx_hal_uart_ex.c...
compiling stm32wlxx_hal_i2c_ex.c... compiling stm32wlxx_hal_i2c_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 stm32wlxx_hal_tim_ex.c...
@ -89,25 +89,25 @@ compiling RegionCN470.c...
compiling LmhpCompliance.c... compiling LmhpCompliance.c...
compiling RegionAS923.c... compiling RegionAS923.c...
compiling RegionCN470A20.c... compiling RegionCN470A20.c...
compiling RegionCN470A26.c...
compiling RegionCN470B20.c...
compiling RegionCN470B26.c... compiling RegionCN470B26.c...
compiling RegionCN470B20.c...
compiling RegionCN470A26.c...
compiling stm32wlxx_hal_uart.c... compiling stm32wlxx_hal_uart.c...
compiling RegionCN779.c... compiling RegionCN779.c...
compiling RegionEU433.c... compiling RegionEU433.c...
compiling stm32wlxx_hal_tim.c... compiling stm32wlxx_hal_tim.c...
compiling RegionEU868.c... compiling RegionEU868.c...
compiling RegionIN865.c...
compiling RegionKR920.c...
compiling RegionCommon.c... compiling RegionCommon.c...
compiling stm32wlxx_hal_i2c.c... compiling stm32wlxx_hal_i2c.c...
compiling RegionIN865.c...
compiling RegionKR920.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 LoRaMacParser.c... compiling LoRaMacParser.c...
compiling LoRaMacCommands.c...
compiling LoRaMacConfirmQueue.c...
compiling LoRaMacSerializer.c... compiling LoRaMacSerializer.c...
compiling LoRaMacCrypto.c... compiling LoRaMacCrypto.c...
compiling NvmDataMgmt.c... compiling NvmDataMgmt.c...
@ -115,23 +115,23 @@ compiling utilities.c...
compiling stm32_mem.c... compiling stm32_mem.c...
compiling stm32_systime.c... compiling stm32_systime.c...
compiling stm32_adv_trace.c... compiling stm32_adv_trace.c...
compiling LmHandler.c...
compiling stm32_tiny_sscanf.c...
compiling radio_fw.c... compiling radio_fw.c...
compiling stm32_tiny_sscanf.c...
compiling LmHandler.c...
compiling stm32_tiny_vsnprintf.c... compiling stm32_tiny_vsnprintf.c...
compiling stm32_seq.c...
compiling stm32_timer.c...
compiling stm32_lpm.c... compiling stm32_lpm.c...
compiling BayesFunctions.c... compiling stm32_seq.c...
compiling radio_driver.c... compiling radio_driver.c...
compiling LoRaMac.c... compiling stm32_timer.c...
compiling radio.c... compiling radio.c...
compiling BayesFunctions.c...
compiling LoRaMac.c...
compiling ControllerFunctions.c... compiling ControllerFunctions.c...
compiling ComplexMathFunctions.c... compiling ComplexMathFunctions.c...
compiling BasicMathFunctions.c... compiling BasicMathFunctions.c...
compiling DistanceFunctions.c...
compiling FastMathFunctions.c... compiling FastMathFunctions.c...
compiling SVMFunctions.c... compiling SVMFunctions.c...
compiling DistanceFunctions.c...
compiling StatisticsFunctions.c... compiling StatisticsFunctions.c...
compiling SupportFunctions.c... compiling SupportFunctions.c...
compiling MatrixFunctions.c... compiling MatrixFunctions.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=72152 RO-data=124276 RW-data=292 ZI-data=60740 Program Size: Code=72152 RO-data=124296 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).
@ -169,21 +169,21 @@ Package Vendor: Keil
* Component: ARM::CMSIS:CORE:5.4.0 * Component: ARM::CMSIS:CORE:5.4.0
* Component: ARM::CMSIS:DSP:Source:1.8.0 * Component: ARM::CMSIS:DSP:Source:1.8.0
Source file: CMSIS\DSP\Source\CommonTables\CommonTables.c Source file: CMSIS\DSP\Source\BayesFunctions\BayesFunctions.c
Include file: CMSIS\DSP\Include\arm_math.h Include file: CMSIS\DSP\Include\arm_math.h
Source file: CMSIS\DSP\Source\SupportFunctions\SupportFunctions.c
Source file: CMSIS\DSP\Source\BasicMathFunctions\BasicMathFunctions.c Source file: CMSIS\DSP\Source\BasicMathFunctions\BasicMathFunctions.c
Source file: CMSIS\DSP\Source\FastMathFunctions\FastMathFunctions.c
Source file: CMSIS\DSP\Source\ComplexMathFunctions\ComplexMathFunctions.c Source file: CMSIS\DSP\Source\ComplexMathFunctions\ComplexMathFunctions.c
Source file: CMSIS\DSP\Source\StatisticsFunctions\StatisticsFunctions.c
Source file: CMSIS\DSP\Source\SVMFunctions\SVMFunctions.c
Source file: CMSIS\DSP\Source\TransformFunctions\TransformFunctions.c
Source file: CMSIS\DSP\Source\ControllerFunctions\ControllerFunctions.c Source file: CMSIS\DSP\Source\ControllerFunctions\ControllerFunctions.c
Source file: CMSIS\DSP\Source\DistanceFunctions\DistanceFunctions.c Source file: CMSIS\DSP\Source\DistanceFunctions\DistanceFunctions.c
Source file: CMSIS\DSP\Source\FilteringFunctions\FilteringFunctions.c Source file: CMSIS\DSP\Source\CommonTables\CommonTables.c
Source file: CMSIS\DSP\Source\SupportFunctions\SupportFunctions.c
Source file: CMSIS\DSP\Source\MatrixFunctions\MatrixFunctions.c Source file: CMSIS\DSP\Source\MatrixFunctions\MatrixFunctions.c
Source file: CMSIS\DSP\Source\BayesFunctions\BayesFunctions.c Source file: CMSIS\DSP\Source\StatisticsFunctions\StatisticsFunctions.c
Build Time Elapsed: 00:00:07 Source file: CMSIS\DSP\Source\FastMathFunctions\FastMathFunctions.c
Source file: CMSIS\DSP\Source\FilteringFunctions\FilteringFunctions.c
Source file: CMSIS\DSP\Source\SVMFunctions\SVMFunctions.c
Source file: CMSIS\DSP\Source\TransformFunctions\TransformFunctions.c
Build Time Elapsed: 00:00:06
</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: Mon Sep 26 17:11:44 2022 <BR><P>#&#060CALLGRAPH&#062# ARM Linker, 6150002: Last Updated: Tue Sep 27 11:40:32 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>
@ -1363,7 +1363,7 @@ Global Symbols
<BR>[Called By]<UL><LI><a href="#[22b]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_UART_MspDeInit <BR>[Called By]<UL><LI><a href="#[22b]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_UART_MspDeInit
</UL> </UL>
<P><STRONG><a name="[170]"></a>HAL_GPIO_EXTI_Callback</STRONG> (Thumb, 176 bytes, Stack size 8 bytes, lora_app.o(.text.HAL_GPIO_EXTI_Callback)) <P><STRONG><a name="[170]"></a>HAL_GPIO_EXTI_Callback</STRONG> (Thumb, 184 bytes, Stack size 8 bytes, lora_app.o(.text.HAL_GPIO_EXTI_Callback))
<BR><BR>[Stack]<UL><LI>Max Depth = 176<LI>Call Chain = HAL_GPIO_EXTI_Callback &rArr; UTIL_ADV_TRACE_COND_FSend &rArr; tiny_vsnprintf_like <BR><BR>[Stack]<UL><LI>Max Depth = 176<LI>Call Chain = HAL_GPIO_EXTI_Callback &rArr; UTIL_ADV_TRACE_COND_FSend &rArr; tiny_vsnprintf_like
</UL> </UL>
<BR>[Calls]<UL><LI><a href="#[91]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_Delay <BR>[Calls]<UL><LI><a href="#[91]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_Delay
@ -1591,7 +1591,7 @@ Global Symbols
<LI><a href="#[4b]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;ADXL345_SetRegisterValue <LI><a href="#[4b]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;ADXL345_SetRegisterValue
</UL> </UL>
<P><STRONG><a name="[17a]"></a>HAL_I2C_MspInit</STRONG> (Thumb, 208 bytes, Stack size 96 bytes, stm32wlxx_hal_msp.o(.text.HAL_I2C_MspInit)) <P><STRONG><a name="[17a]"></a>HAL_I2C_MspInit</STRONG> (Thumb, 204 bytes, Stack size 96 bytes, stm32wlxx_hal_msp.o(.text.HAL_I2C_MspInit))
<BR><BR>[Stack]<UL><LI>Max Depth = 136<LI>Call Chain = HAL_I2C_MspInit &rArr; HAL_GPIO_Init <BR><BR>[Stack]<UL><LI>Max Depth = 136<LI>Call Chain = HAL_I2C_MspInit &rArr; HAL_GPIO_Init
</UL> </UL>
<BR>[Calls]<UL><LI><a href="#[4c]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_GPIO_Init <BR>[Calls]<UL><LI><a href="#[4c]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_GPIO_Init
@ -3198,7 +3198,7 @@ Global Symbols
<BR>[Called By]<UL><LI><a href="#[ca]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;vcom_Init <BR>[Called By]<UL><LI><a href="#[ca]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;vcom_Init
</UL> </UL>
<P><STRONG><a name="[2cc]"></a>MX_GPIO_Init</STRONG> (Thumb, 196 bytes, Stack size 48 bytes, gpio.o(.text.MX_GPIO_Init)) <P><STRONG><a name="[2cc]"></a>MX_GPIO_Init</STRONG> (Thumb, 212 bytes, Stack size 48 bytes, gpio.o(.text.MX_GPIO_Init))
<BR><BR>[Stack]<UL><LI>Max Depth = 48<LI>Call Chain = MX_GPIO_Init <BR><BR>[Stack]<UL><LI>Max Depth = 48<LI>Call Chain = MX_GPIO_Init
</UL> </UL>
<BR>[Calls]<UL><LI><a href="#[4d]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_GPIO_WritePin <BR>[Calls]<UL><LI><a href="#[4d]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_GPIO_WritePin
@ -5930,6 +5930,7 @@ Local Symbols
</UL> </UL>
<BR>[Called By]<UL><LI><a href="#[170]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_GPIO_EXTI_Callback <BR>[Called By]<UL><LI><a href="#[170]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;HAL_GPIO_EXTI_Callback
<LI><a href="#[74]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;StopJoin <LI><a href="#[74]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;StopJoin
<LI><a href="#[72]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;SendTxData
<LI><a href="#[d7]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;OnTxData <LI><a href="#[d7]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;OnTxData
<LI><a href="#[d8]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;OnRxData <LI><a href="#[d8]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;OnRxData
<LI><a href="#[d6]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;OnJoinRequest <LI><a href="#[d6]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;OnJoinRequest
@ -6094,8 +6095,8 @@ Local Symbols
</UL> </UL>
<BR>[Address Reference Count : 1]<UL><LI> lora_app.o(.text.LoRaWAN_Init) <BR>[Address Reference Count : 1]<UL><LI> lora_app.o(.text.LoRaWAN_Init)
</UL> </UL>
<P><STRONG><a name="[72]"></a>SendTxData</STRONG> (Thumb, 492 bytes, Stack size 96 bytes, lora_app.o(.text.SendTxData)) <P><STRONG><a name="[72]"></a>SendTxData</STRONG> (Thumb, 472 bytes, Stack size 104 bytes, lora_app.o(.text.SendTxData))
<BR><BR>[Stack]<UL><LI>Max Depth = 888<LI>Call Chain = SendTxData &rArr; LmHandlerSend &rArr; LmHandlerJoin &rArr; LoRaMacMlmeRequest &rArr; ScheduleTx &rArr; LoRaMacCryptoSecureMessage &rArr; SecureElementComputeAesCmac &rArr; ComputeCmac &rArr; AES_CMAC_Final &rArr; lorawan_aes_encrypt &rArr; xor_block <BR><BR>[Stack]<UL><LI>Max Depth = 896<LI>Call Chain = SendTxData &rArr; LmHandlerSend &rArr; LmHandlerJoin &rArr; LoRaMacMlmeRequest &rArr; ScheduleTx &rArr; LoRaMacCryptoSecureMessage &rArr; SecureElementComputeAesCmac &rArr; ComputeCmac &rArr; AES_CMAC_Final &rArr; lorawan_aes_encrypt &rArr; xor_block
</UL> </UL>
<BR>[Calls]<UL><LI><a href="#[ce]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;GetBatteryLevel <BR>[Calls]<UL><LI><a href="#[ce]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;GetBatteryLevel
<LI><a href="#[6b]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;UTIL_ADV_TRACE_COND_FSend <LI><a href="#[6b]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;UTIL_ADV_TRACE_COND_FSend
@ -6107,6 +6108,7 @@ Local Symbols
<LI><a href="#[25e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LmHandlerJoinStatus <LI><a href="#[25e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LmHandlerJoinStatus
<LI><a href="#[26f]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LmHandlerGetDutyCycleWaitTime <LI><a href="#[26f]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;LmHandlerGetDutyCycleWaitTime
<LI><a href="#[302]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;OUTLINED_FUNCTION_3 <LI><a href="#[302]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;OUTLINED_FUNCTION_3
<LI><a href="#[173]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;OUTLINED_FUNCTION_0
</UL> </UL>
<BR>[Address Reference Count : 1]<UL><LI> lora_app.o(.text.LoRaWAN_Init) <BR>[Address Reference Count : 1]<UL><LI> lora_app.o(.text.LoRaWAN_Init)
</UL> </UL>

View File

@ -51,7 +51,7 @@ I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_tim_ex.
I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_uart.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_uart.h)(0x61FB7C7C)
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\yunhorn_sts_prd_conf.h)(0x63312D77) I (..\Core\Inc\yunhorn_sts_prd_conf.h)(0x6332705E)
I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147) I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147)
I (..\Core\Inc\ssd1306.h)(0x62DCDEB6) I (..\Core\Inc\ssd1306.h)(0x62DCDEB6)
I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14) I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14)
@ -114,7 +114,7 @@ I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_tim_ex.
I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_uart.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_uart.h)(0x61FB7C7C)
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\yunhorn_sts_prd_conf.h)(0x63312D77) I (..\Core\Inc\yunhorn_sts_prd_conf.h)(0x6332705E)
I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147) I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147)
I (..\Core\Inc\ssd1306.h)(0x62DCDEB6) I (..\Core\Inc\ssd1306.h)(0x62DCDEB6)
I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14) I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14)
@ -173,7 +173,7 @@ I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_tim_ex.
I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_uart.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_uart.h)(0x61FB7C7C)
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\yunhorn_sts_prd_conf.h)(0x63312D77) I (..\Core\Inc\yunhorn_sts_prd_conf.h)(0x6332705E)
I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147) I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147)
I (..\Core\Inc\ssd1306.h)(0x62DCDEB6) I (..\Core\Inc\ssd1306.h)(0x62DCDEB6)
I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14) I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14)
@ -232,7 +232,7 @@ I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_tim_ex.
I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_uart.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_uart.h)(0x61FB7C7C)
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\yunhorn_sts_prd_conf.h)(0x63312D77) I (..\Core\Inc\yunhorn_sts_prd_conf.h)(0x6332705E)
I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147) I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147)
I (..\Core\Inc\ssd1306.h)(0x62DCDEB6) I (..\Core\Inc\ssd1306.h)(0x62DCDEB6)
I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14) I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14)
@ -292,7 +292,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\main.h)(0x63313F54) I (..\Core\Inc\main.h)(0x63313F54)
I (..\Core\Inc\yunhorn_sts_prd_conf.h)(0x63312D77) I (..\Core\Inc\yunhorn_sts_prd_conf.h)(0x6332705E)
I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147) I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147)
I (..\Core\Inc\ssd1306.h)(0x62DCDEB6) I (..\Core\Inc\ssd1306.h)(0x62DCDEB6)
I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14) I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14)
@ -370,7 +370,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\main.h)(0x63313F54) I (..\Core\Inc\main.h)(0x63313F54)
I (..\Core\Inc\yunhorn_sts_prd_conf.h)(0x63312D77) I (..\Core\Inc\yunhorn_sts_prd_conf.h)(0x6332705E)
I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147) I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147)
I (..\Core\Inc\ssd1306.h)(0x62DCDEB6) I (..\Core\Inc\ssd1306.h)(0x62DCDEB6)
I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14) I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14)
@ -454,7 +454,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\main.h)(0x63313F54) I (..\Core\Inc\main.h)(0x63313F54)
I (..\Core\Inc\yunhorn_sts_prd_conf.h)(0x63312D77) I (..\Core\Inc\yunhorn_sts_prd_conf.h)(0x6332705E)
I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147) I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147)
I (..\Core\Inc\ssd1306.h)(0x62DCDEB6) I (..\Core\Inc\ssd1306.h)(0x62DCDEB6)
I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14) I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14)
@ -521,7 +521,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\main.h)(0x63313F54) I (..\Core\Inc\main.h)(0x63313F54)
I (..\Core\Inc\yunhorn_sts_prd_conf.h)(0x63312D77) I (..\Core\Inc\yunhorn_sts_prd_conf.h)(0x6332705E)
I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147) I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147)
I (..\Core\Inc\ssd1306.h)(0x62DCDEB6) I (..\Core\Inc\ssd1306.h)(0x62DCDEB6)
I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14) I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14)
@ -598,7 +598,7 @@ I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_tim_ex.
I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_uart.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_uart.h)(0x61FB7C7C)
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\yunhorn_sts_prd_conf.h)(0x63312D77) I (..\Core\Inc\yunhorn_sts_prd_conf.h)(0x6332705E)
I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147) I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147)
I (..\Core\Inc\ssd1306.h)(0x62DCDEB6) I (..\Core\Inc\ssd1306.h)(0x62DCDEB6)
I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14) I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14)
@ -661,7 +661,7 @@ I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_tim_ex.
I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_uart.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_uart.h)(0x61FB7C7C)
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\yunhorn_sts_prd_conf.h)(0x63312D77) I (..\Core\Inc\yunhorn_sts_prd_conf.h)(0x6332705E)
I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147) I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147)
I (..\Core\Inc\ssd1306.h)(0x62DCDEB6) I (..\Core\Inc\ssd1306.h)(0x62DCDEB6)
I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14) I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14)
@ -744,7 +744,7 @@ I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_tim_ex.
I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_uart.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_uart.h)(0x61FB7C7C)
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\yunhorn_sts_prd_conf.h)(0x63312D77) I (..\Core\Inc\yunhorn_sts_prd_conf.h)(0x6332705E)
I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147) I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147)
I (..\Core\Inc\ssd1306.h)(0x62DCDEB6) I (..\Core\Inc\ssd1306.h)(0x62DCDEB6)
I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14) I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14)
@ -804,7 +804,7 @@ I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_tim_ex.
I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_uart.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_uart.h)(0x61FB7C7C)
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\yunhorn_sts_prd_conf.h)(0x63312D77) I (..\Core\Inc\yunhorn_sts_prd_conf.h)(0x6332705E)
I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147) I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147)
I (..\Core\Inc\ssd1306.h)(0x62DCDEB6) I (..\Core\Inc\ssd1306.h)(0x62DCDEB6)
I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14) I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14)
@ -863,7 +863,7 @@ I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_tim_ex.
I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_uart.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_uart.h)(0x61FB7C7C)
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\yunhorn_sts_prd_conf.h)(0x63312D77) I (..\Core\Inc\yunhorn_sts_prd_conf.h)(0x6332705E)
I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147) I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147)
I (..\Core\Inc\ssd1306.h)(0x62DCDEB6) I (..\Core\Inc\ssd1306.h)(0x62DCDEB6)
I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14) I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14)
@ -922,7 +922,7 @@ I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_tim_ex.
I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_uart.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_uart.h)(0x61FB7C7C)
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\yunhorn_sts_prd_conf.h)(0x63312D77) I (..\Core\Inc\yunhorn_sts_prd_conf.h)(0x6332705E)
I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147) I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147)
I (..\Core\Inc\ssd1306.h)(0x62DCDEB6) I (..\Core\Inc\ssd1306.h)(0x62DCDEB6)
I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14) I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14)
@ -980,7 +980,7 @@ I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_tim_ex.
I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_uart.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_uart.h)(0x61FB7C7C)
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\yunhorn_sts_prd_conf.h)(0x63312D77) I (..\Core\Inc\yunhorn_sts_prd_conf.h)(0x6332705E)
I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147) I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147)
I (..\Core\Inc\ssd1306.h)(0x62DCDEB6) I (..\Core\Inc\ssd1306.h)(0x62DCDEB6)
I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14) I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14)
@ -1039,7 +1039,7 @@ I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_tim_ex.
I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_uart.h)(0x61FB7C7C) I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal_uart.h)(0x61FB7C7C)
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\yunhorn_sts_prd_conf.h)(0x63312D77) I (..\Core\Inc\yunhorn_sts_prd_conf.h)(0x6332705E)
I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147) I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147)
I (..\Core\Inc\ssd1306.h)(0x62DCDEB6) I (..\Core\Inc\ssd1306.h)(0x62DCDEB6)
I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14) I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14)
@ -1100,7 +1100,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\main.h)(0x63313F54) I (..\Core\Inc\main.h)(0x63313F54)
I (..\Core\Inc\yunhorn_sts_prd_conf.h)(0x63312D77) I (..\Core\Inc\yunhorn_sts_prd_conf.h)(0x6332705E)
I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147) I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147)
I (..\Core\Inc\ssd1306.h)(0x62DCDEB6) I (..\Core\Inc\ssd1306.h)(0x62DCDEB6)
I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14) I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14)
@ -1306,7 +1306,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\main.h)(0x63313F54) I (..\Core\Inc\main.h)(0x63313F54)
I (..\Core\Inc\yunhorn_sts_prd_conf.h)(0x63312D77) I (..\Core\Inc\yunhorn_sts_prd_conf.h)(0x6332705E)
I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147) I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147)
I (..\Core\Inc\ssd1306.h)(0x62DCDEB6) I (..\Core\Inc\ssd1306.h)(0x62DCDEB6)
I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14) I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14)
@ -1350,7 +1350,7 @@ I (D:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5F36D092)
I (D:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5F36D0A4) I (D:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5F36D0A4)
I (..\Core\Inc\utilities_def.h)(0x632130F6) I (..\Core\Inc\utilities_def.h)(0x632130F6)
I (..\LoRaWAN\App\CayenneLpp.h)(0x62D74E96) I (..\LoRaWAN\App\CayenneLpp.h)(0x62D74E96)
F (../LoRaWAN/App/lora_app.c)(0x632D6F92)(-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_ -DSTM32WLE5xx -D_RTE_ -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WL55xx -o lorawan_end_node/lora_app.o -MD) F (../LoRaWAN/App/lora_app.c)(0x633267CF)(-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_ -DSTM32WLE5xx -D_RTE_ -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WL55xx -o lorawan_end_node/lora_app.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)
@ -1402,7 +1402,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\main.h)(0x63313F54) I (..\Core\Inc\main.h)(0x63313F54)
I (..\Core\Inc\yunhorn_sts_prd_conf.h)(0x63312D77) I (..\Core\Inc\yunhorn_sts_prd_conf.h)(0x6332705E)
I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147) I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147)
I (..\Core\Inc\ssd1306.h)(0x62DCDEB6) I (..\Core\Inc\ssd1306.h)(0x62DCDEB6)
I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14) I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14)
@ -1539,7 +1539,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\main.h)(0x63313F54) I (..\Core\Inc\main.h)(0x63313F54)
I (..\Core\Inc\yunhorn_sts_prd_conf.h)(0x63312D77) I (..\Core\Inc\yunhorn_sts_prd_conf.h)(0x6332705E)
I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147) I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147)
I (..\Core\Inc\ssd1306.h)(0x62DCDEB6) I (..\Core\Inc\ssd1306.h)(0x62DCDEB6)
I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14) I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14)
@ -1632,7 +1632,7 @@ I (D:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5F36D092)
I (D:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5F36D0A4) I (D:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5F36D0A4)
I (..\Core\Inc\utilities_def.h)(0x632130F6) I (..\Core\Inc\utilities_def.h)(0x632130F6)
I (..\Core\Inc\main.h)(0x63313F54) I (..\Core\Inc\main.h)(0x63313F54)
I (..\Core\Inc\yunhorn_sts_prd_conf.h)(0x63312D77) I (..\Core\Inc\yunhorn_sts_prd_conf.h)(0x6332705E)
I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147) I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147)
I (..\Core\Inc\ssd1306.h)(0x62DCDEB6) I (..\Core\Inc\ssd1306.h)(0x62DCDEB6)
I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14) I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14)
@ -2980,7 +2980,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\main.h)(0x63313F54) I (..\Core\Inc\main.h)(0x63313F54)
I (..\Core\Inc\yunhorn_sts_prd_conf.h)(0x63312D77) I (..\Core\Inc\yunhorn_sts_prd_conf.h)(0x6332705E)
I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147) I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147)
I (..\Core\Inc\ssd1306.h)(0x62DCDEB6) I (..\Core\Inc\ssd1306.h)(0x62DCDEB6)
I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14) I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14)
@ -4078,7 +4078,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\main.h)(0x63313F54) I (..\Core\Inc\main.h)(0x63313F54)
I (..\Core\Inc\yunhorn_sts_prd_conf.h)(0x63312D77) I (..\Core\Inc\yunhorn_sts_prd_conf.h)(0x6332705E)
I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147) I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147)
I (..\Core\Inc\ssd1306.h)(0x62DCDEB6) I (..\Core\Inc\ssd1306.h)(0x62DCDEB6)
I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14) I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14)
@ -4170,7 +4170,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\main.h)(0x63313F54) I (..\Core\Inc\main.h)(0x63313F54)
I (..\Core\Inc\yunhorn_sts_prd_conf.h)(0x63312D77) I (..\Core\Inc\yunhorn_sts_prd_conf.h)(0x6332705E)
I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147) I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147)
I (..\Core\Inc\ssd1306.h)(0x62DCDEB6) I (..\Core\Inc\ssd1306.h)(0x62DCDEB6)
I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14) I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14)
@ -4255,7 +4255,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\main.h)(0x63313F54) I (..\Core\Inc\main.h)(0x63313F54)
I (..\Core\Inc\yunhorn_sts_prd_conf.h)(0x63312D77) I (..\Core\Inc\yunhorn_sts_prd_conf.h)(0x6332705E)
I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147) I (..\Core\Inc\yunhorn_sts_motion_sensor.h)(0x6323F147)
I (..\Core\Inc\ssd1306.h)(0x62DCDEB6) I (..\Core\Inc\ssd1306.h)(0x62DCDEB6)
I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14) I (..\Core\Inc\ssd1306_conf.h)(0x62D0CA14)

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long