reset activity threshold to 6, inactivity duration 2s

This commit is contained in:
YunHorn Technology 2022-09-23 13:45:28 +08:00
parent 7c9566cfbc
commit 506e2ebaa4
10 changed files with 180 additions and 92 deletions

View File

@ -237,7 +237,7 @@ void ADXL345_Init_Motion_Detection(void)
val=0xFF; //ACT AND IN-ACT ALL SET
ADXL345_SetRegisterValue(ADXL345_REG_ACT_INACT_CTL, val);
val=10; //THRESHOLD FOR ACTIVITY 62.5mg/LSB
val=6; //THRESHOLD FOR ACTIVITY 62.5mg/LSB
ADXL345_SetRegisterValue(ADXL345_REG_THRESH_ACT, val);
//val=~(0x10); //INT map for activity (*** STEP 1 )
@ -249,7 +249,7 @@ void ADXL345_Init_Motion_Detection(void)
ADXL345_SetRegisterValue(ADXL345_REG_THRESH_INACT, val);
// TIME_INACT ****** must be less than THRESH_INACT
val=0x03; //duration for 3 seconds
val=0x02; //duration for 3 seconds
ADXL345_SetRegisterValue(ADXL345_REG_TIME_INACT, val);
// INT ENABLE (*** STEP 2 )

View File

@ -563,9 +563,9 @@ static void OnRxData(LmHandlerAppData_t *appData, LmHandlerRxParams_t *params)
{ //TLV = type, length, variables YUNHORN_TODO_LIST
// uint8_t tlv_buf[128]="";
// if (appData->BufferSize < 128) {
// memcpy(tlv_buf, appData->Buffer,appData->BufferSize);
// USER_APP_DOWNLINK_CTRL_DATA_Parse(tlv_buf);
// USER_APP_DOWNLINK_CTRL_DATA_Process(tlv_cmd);
// memcpy(tlv_buf, appData->Buffer+1,appData->BufferSize);
// USER_APP_AUTO_RESPONDER_Parse(tlv_buf);
// USER_APP_AUTO_RESPONDER_Process(tlv_cmd);
// }
}
break;
@ -594,10 +594,14 @@ enum {
};
void USER_APP_DOWNLINK_CTRL_DATA_Parse(char *tlv_buf) //YUNHORN_TODO_LIST
void USER_APP_AUTO_RESPONDER_Parse(char *tlv_buf) //YUNHORN_TODO_LIST
{
// if ((tlv_buf[0] & STS_SENSOR_CTRL_CMD_POWER_ON_OFF) == 1) {
//
/*
if (tlv_buf[1]
*/
//
// }
//
@ -605,7 +609,7 @@ void USER_APP_DOWNLINK_CTRL_DATA_Parse(char *tlv_buf) //YUNHORN_TODO_LIST
}
void USER_APP_DOWNLINK_CTRL_DATA_Process(char *tlv_buf) //YUNHORN_TODO_LIST
void USER_APP_AUTO_RESPONDER_Process(char *tlv_buf) //YUNHORN_TODO_LIST
{
}

View File

@ -28,106 +28,106 @@ Project File Date: 09/20/2022
*** Using Compiler 'V6.15', folder: 'D:\Keil_v5\ARM\ARMCLANG\Bin'
Rebuild target 'STS_MM_WLE5'
assembling startup_stm32wl55xx_cm4.s...
compiling dma.c...
compiling sys_sensors.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 adc_if.c...
compiling usart_if.c...
compiling stm32wlxx_hal_msp.c...
compiling timer_if.c...
compiling subghz.c...
compiling adc.c...
compiling dma.c...
compiling sys_app.c...
compiling timer_if.c...
compiling usart_if.c...
compiling sys_debug.c...
compiling main.c...
compiling usart.c...
compiling rtc.c...
compiling sys_sensors.c...
compiling adc_if.c...
compiling stm32wlxx_it.c...
compiling stm32wlxx_hal_msp.c...
compiling stm32_lpm_if.c...
compiling ssd1306_fonts.c...
compiling app_lorawan.c...
compiling flash_if.c...
compiling app_lorawan.c...
compiling ssd1306.c...
compiling CayenneLpp.c...
compiling lora_info.c...
compiling ssd1306_tests.c...
compiling radio_board_if.c...
compiling ssd1306.c...
compiling stm32wlxx_ll_adc.c...
compiling ssd1306_tests.c...
compiling stm32wlxx_nucleo_radio.c...
compiling stm32wlxx_nucleo.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 stm32wlxx_hal_adc.c...
compiling stm32wlxx_hal_flash.c...
compiling stm32wlxx_hal_rcc_ex.c...
compiling stm32wlxx_hal_gpio.c...
compiling stm32wlxx_hal_rcc.c...
compiling stm32wlxx_hal_dma_ex.c...
compiling stm32wlxx_hal_adc.c...
compiling stm32wlxx_hal_flash_ex.c...
compiling stm32wlxx_hal_pwr.c...
compiling stm32wlxx_hal_rcc_ex.c...
compiling stm32wlxx_hal_dma.c...
compiling stm32wlxx_hal_cortex.c...
compiling stm32wlxx_hal_rcc.c...
compiling stm32wlxx_hal_pwr_ex.c...
compiling stm32wlxx_hal_cortex.c...
compiling stm32wlxx_hal.c...
compiling stm32wlxx_hal_exti.c...
compiling stm32wlxx_hal_subghz.c...
compiling stm32wlxx_hal_rtc.c...
compiling stm32wlxx_hal_rtc_ex.c...
compiling cmac.c...
compiling system_stm32wlxx.c...
compiling stm32wlxx_hal_i2c_ex.c...
compiling stm32wlxx_hal_uart_ex.c...
compiling system_stm32wlxx.c...
compiling lorawan_aes.c...
compiling Region.c...
compiling stm32wlxx_hal_uart_ex.c...
compiling soft-se.c...
compiling stm32wlxx_hal_tim_ex.c...
compiling LmhpCompliance.c...
compiling RegionAS923.c...
compiling RegionAU915.c...
compiling RegionBaseUS.c...
compiling LmhpCompliance.c...
compiling RegionCN470.c...
compiling RegionAS923.c...
compiling RegionCN470A26.c...
compiling RegionCN470A20.c...
compiling RegionCN470.c...
compiling RegionCN470B20.c...
compiling RegionCN470A26.c...
compiling RegionCN470B26.c...
compiling stm32wlxx_hal_uart.c...
compiling RegionCN779.c...
compiling RegionEU433.c...
compiling stm32wlxx_hal_uart.c...
compiling RegionEU868.c...
compiling stm32wlxx_hal_tim.c...
compiling RegionIN865.c...
compiling RegionKR920.c...
compiling stm32wlxx_hal_i2c.c...
compiling RegionCommon.c...
compiling RegionKR920.c...
compiling RegionIN865.c...
compiling RegionRU864.c...
compiling RegionUS915.c...
compiling stm32wlxx_hal_tim.c...
compiling LoRaMacAdr.c...
compiling stm32wlxx_hal_i2c.c...
compiling LoRaMacClassB.c...
compiling LoRaMacConfirmQueue.c...
compiling LoRaMacCommands.c...
compiling LoRaMacConfirmQueue.c...
compiling LoRaMacParser.c...
compiling LoRaMacSerializer.c...
compiling LoRaMacCrypto.c...
compiling NvmDataMgmt.c...
compiling utilities.c...
compiling stm32_mem.c...
compiling stm32_adv_trace.c...
compiling stm32_systime.c...
compiling radio_fw.c...
compiling stm32_adv_trace.c...
compiling LmHandler.c...
compiling radio_fw.c...
compiling stm32_tiny_sscanf.c...
compiling stm32_tiny_vsnprintf.c...
compiling stm32_seq.c...
compiling stm32_lpm.c...
compiling stm32_seq.c...
compiling stm32_timer.c...
compiling radio_driver.c...
compiling LoRaMac.c...
compiling BayesFunctions.c...
compiling radio_driver.c...
compiling radio.c...
compiling ComplexMathFunctions.c...
compiling LoRaMac.c...
compiling ControllerFunctions.c...
compiling ComplexMathFunctions.c...
compiling BasicMathFunctions.c...
compiling FastMathFunctions.c...
compiling DistanceFunctions.c...
@ -169,20 +169,20 @@ Package Vendor: Keil
* Component: ARM::CMSIS:CORE:5.4.0
* Component: ARM::CMSIS:DSP:Source:1.8.0
Source file: CMSIS\DSP\Source\DistanceFunctions\DistanceFunctions.c
Source file: CMSIS\DSP\Source\BasicMathFunctions\BasicMathFunctions.c
Source file: CMSIS\DSP\Source\BayesFunctions\BayesFunctions.c
Source file: CMSIS\DSP\Source\CommonTables\CommonTables.c
Source file: CMSIS\DSP\Source\ComplexMathFunctions\ComplexMathFunctions.c
Include file: CMSIS\DSP\Include\arm_math.h
Source file: CMSIS\DSP\Source\ControllerFunctions\ControllerFunctions.c
Source file: CMSIS\DSP\Source\TransformFunctions\TransformFunctions.c
Source file: CMSIS\DSP\Source\DistanceFunctions\DistanceFunctions.c
Source file: CMSIS\DSP\Source\BayesFunctions\BayesFunctions.c
Include file: CMSIS\DSP\Include\arm_math.h
Source file: CMSIS\DSP\Source\SVMFunctions\SVMFunctions.c
Source file: CMSIS\DSP\Source\SupportFunctions\SupportFunctions.c
Source file: CMSIS\DSP\Source\FilteringFunctions\FilteringFunctions.c
Source file: CMSIS\DSP\Source\StatisticsFunctions\StatisticsFunctions.c
Source file: CMSIS\DSP\Source\FastMathFunctions\FastMathFunctions.c
Source file: CMSIS\DSP\Source\SupportFunctions\SupportFunctions.c
Source file: CMSIS\DSP\Source\CommonTables\CommonTables.c
Source file: CMSIS\DSP\Source\ComplexMathFunctions\ComplexMathFunctions.c
Source file: CMSIS\DSP\Source\MatrixFunctions\MatrixFunctions.c
Source file: CMSIS\DSP\Source\TransformFunctions\TransformFunctions.c
Source file: CMSIS\DSP\Source\BasicMathFunctions\BasicMathFunctions.c
Build Time Elapsed: 00:00:07
</pre>
</body>

View File

@ -3,7 +3,7 @@
<title>Static Call Graph - [LoRaWAN_End_Node\STS_M7_919_R1.axf]</title></head>
<body><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 17:52:02 2022
<BR><P>#&#060CALLGRAPH&#062# ARM Linker, 6150002: Last Updated: Fri Sep 23 13:42:26 2022
<BR><P>
<H3>Maximum Stack Usage = 1000 bytes + Unknown(Cycles, Untraceable Function Pointers)</H3><H3>
Call chain for Maximum Stack Depth:</H3>

View File

@ -181,7 +181,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 (..\Core\Inc\ssd1306_fonts.h)(0x6210A022)
I (..\Core\Inc\ssd1306_tests.h)(0x6236A58E)
F (..\Core\Src\gpio.c)(0x63203D92)(-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/gpio.o -MD)
F (..\Core\Src\gpio.c)(0x632C1E86)(-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/gpio.o -MD)
I (..\Core\Inc\gpio.h)(0x62D74E96)
I (..\Core\Inc\main.h)(0x6324350C)
I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal.h)(0x61FB7C7C)
@ -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 (..\Core\Inc\utilities_def.h)(0x632130F6)
I (..\LoRaWAN\App\CayenneLpp.h)(0x62D74E96)
F (../LoRaWAN/App/lora_app.c)(0x6329777E)(-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/lora_app.o -MD)
F (../LoRaWAN/App/lora_app.c)(0x632D111F)(-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/lora_app.o -MD)
I (..\Core\Inc\platform.h)(0x62D74E96)
I (D:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5F36D0AC)
I (..\..\..\..\..\STM32WL\Drivers\CMSIS\Device\ST\STM32WLxx\Include\stm32wlxx.h)(0x61FB7C7C)
@ -1572,7 +1572,7 @@ I (..\Core\Inc\adc_if.h)(0x62D74E96)
I (..\Core\Inc\adc.h)(0x62D74E96)
I (..\Core\Inc\gpio.h)(0x62D74E96)
I (..\Core\Inc\yunhorn_sts_motion_adxl345.h)(0x631AFC2C)
F (..\Core\Src\yunhorn_sts_motion_sensor_adxl345.c)(0x6326C16E)(-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_adxl345.o -MD)
F (..\Core\Src\yunhorn_sts_motion_sensor_adxl345.c)(0x632D4727)(-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_adxl345.o -MD)
I (..\Core\Inc\yunhorn_sts_motion_adxl345.h)(0x631AFC2C)
I (..\..\..\..\..\STM32WL\Drivers\STM32WLxx_HAL_Driver\Inc\stm32wlxx_hal.h)(0x61FB7C7C)
I (..\Core\Inc\stm32wlxx_hal_conf.h)(0x630849E8)
@ -1646,7 +1646,7 @@ I (D:\Keil_v5\ARM\ARMCLANG\include\math.h)(0x5F36D0A0)
I (D:\Users\lenovo\AppData\Local\Arm\Packs\ARM\CMSIS\5.7.0\CMSIS\DSP\Include\arm_math.h)(0x5E8ED122)
I (D:\Keil_v5\ARM\ARMCLANG\include\float.h)(0x5F36D0A4)
I (D:\Keil_v5\ARM\ARMCLANG\include\limits.h)(0x5F36D0A8)
F (../readme.txt)(0x63272665)()
F (../readme.txt)(0x632C28A3)()
F (../../../../../STM32WL/Drivers/BSP/STM32WLxx_Nucleo/stm32wlxx_nucleo.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/stm32wlxx_nucleo.o -MD)
I (..\..\..\..\..\STM32WL\Drivers\BSP\STM32WLxx_Nucleo\stm32wlxx_nucleo.h)(0x61FB7C7C)
I (..\..\..\..\..\STM32WL\Drivers\BSP\STM32WLxx_Nucleo\stm32wlxx_nucleo_errno.h)(0x61FB7C7C)

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@ -132,6 +132,54 @@
<Bp>
<Number>0</Number>
<Type>0</Type>
<LineNumber>252</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_adxl345.c</Filename>
<ExecCommand></ExecCommand>
<Expression></Expression>
</Bp>
<Bp>
<Number>1</Number>
<Type>0</Type>
<LineNumber>248</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_adxl345.c</Filename>
<ExecCommand></ExecCommand>
<Expression></Expression>
</Bp>
<Bp>
<Number>2</Number>
<Type>0</Type>
<LineNumber>240</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_adxl345.c</Filename>
<ExecCommand></ExecCommand>
<Expression></Expression>
</Bp>
<Bp>
<Number>3</Number>
<Type>0</Type>
<LineNumber>238</LineNumber>
<EnabledFlag>1</EnabledFlag>
<Address>0</Address>
@ -146,7 +194,7 @@
<Expression></Expression>
</Bp>
<Bp>
<Number>1</Number>
<Number>4</Number>
<Type>0</Type>
<LineNumber>232</LineNumber>
<EnabledFlag>1</EnabledFlag>
@ -162,7 +210,7 @@
<Expression></Expression>
</Bp>
<Bp>
<Number>2</Number>
<Number>5</Number>
<Type>0</Type>
<LineNumber>84</LineNumber>
<EnabledFlag>1</EnabledFlag>
@ -593,7 +641,7 @@
<Group>
<GroupName>Doc</GroupName>
<tvExp>0</tvExp>
<tvExp>1</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>0</RteFlg>
@ -1397,7 +1445,7 @@
<Group>
<GroupName>Utilities</GroupName>
<tvExp>1</tvExp>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>0</RteFlg>