From 39499467e80152cc7e4a2de4f6628b158ccd98fd Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期一, 04 三月 2024 15:52:58 +0800 Subject: [PATCH] V1.6,修复uwb会被lptime打断进行lora发送的bug,会造成uwb不接收,读不到id等问题。 --- MDK-ARM/L051/L051_L051.dep | 136 ++++++++++++++++++++++++++++++++------------ 1 files changed, 98 insertions(+), 38 deletions(-) diff --git a/MDK-ARM/L051/L051_L051.dep b/MDK-ARM/L051/L051_L051.dep index ee032d0..e16abc0 100644 --- a/MDK-ARM/L051/L051_L051.dep +++ b/MDK-ARM/L051/L051_L051.dep @@ -42,14 +42,68 @@ I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_uart_ex.h)(0x65B705AF) I (../Src/OnChipDevices/Usart.h)(0x6553380D) I (../Src/application/serial_at_cmd_app.h)(0x6475A95E) -I (../Src/ExternalDevices/led.h)(0x65AE40EF) +I (../Src/ExternalDevices/led.h)(0x65E520A5) I (../Src/application/dw_app.h)(0x6503FE82) I (C:\Keil_v5\ARM\ARMCC\include\string.h)(0x5E53505C) I (../Src/OnChipDevices/ADC.h)(0x6475A95E) I (../Src/algorithm/TrackingDiff.h)(0x6475A95E) I (../Src/application/global_param.h)(0x65D5629D) I (C:\Keil_v5\ARM\ARMCC\include\stdlib.h)(0x5E53505C) -F (..\Src\decadriver\deca_device.c)(0x64FE7C8C)(--c99 -c --cpu Cortex-M0+ -D__MICROLIB -g -O3 --apcs=interwork --split_sections -I ../Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32L0xx/Include -I ../Drivers/CMSIS/Include -I ../Drivers/ExternlDrivers -I ../Src/decadriver -I ../Src/ExternalDevices -I ../Src/OnChipDevices -I ../Src/algorithm -I ../Src/application -I ../Src/radio -I.\RTE\_L051 -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\Core\Include -IC:\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\2.2.0\Drivers\CMSIS\Device\ST\STM32L0xx\Include -D__UVISION_VERSION="530" -D_RTE_ -DSTM32L051xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32L051xx -o l051\deca_device.o --omf_browse l051\deca_device.crf --depend l051\deca_device.d) +F (..\Src\ExternalDevices\dps310.c)(0x65E520A5)(--c99 -c --cpu Cortex-M0+ -D__MICROLIB -g -O3 --apcs=interwork --split_sections -I ../Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32L0xx/Include -I ../Drivers/CMSIS/Include -I ../Drivers/ExternlDrivers -I ../Src/decadriver -I ../Src/ExternalDevices -I ../Src/OnChipDevices -I ../Src/algorithm -I ../Src/application -I ../Src/radio -I.\RTE\_L051 -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\Core\Include -IC:\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\2.2.0\Drivers\CMSIS\Device\ST\STM32L0xx\Include -D__UVISION_VERSION="530" -D_RTE_ -DSTM32L051xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32L051xx -o l051\dps310.o --omf_browse l051\dps310.crf --depend l051\dps310.d) +I (..\Src\ExternalDevices\dps310.h)(0x65E520A5) +I (C:\Keil_v5\ARM\ARMCC\include\stdbool.h)(0x5E53505C) +F (..\Src\ExternalDevices\dps368_test.c)(0x65E520A5)(--c99 -c --cpu Cortex-M0+ -D__MICROLIB -g -O3 --apcs=interwork --split_sections -I ../Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32L0xx/Include -I ../Drivers/CMSIS/Include -I ../Drivers/ExternlDrivers -I ../Src/decadriver -I ../Src/ExternalDevices -I ../Src/OnChipDevices -I ../Src/algorithm -I ../Src/application -I ../Src/radio -I.\RTE\_L051 -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\Core\Include -IC:\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\2.2.0\Drivers\CMSIS\Device\ST\STM32L0xx\Include -D__UVISION_VERSION="530" -D_RTE_ -DSTM32L051xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32L051xx -o l051\dps368_test.o --omf_browse l051\dps368_test.crf --depend l051\dps368_test.d) +I (C:\Keil_v5\ARM\ARMCC\include\stdio.h)(0x5E53505C) +I (C:\Keil_v5\ARM\ARMCC\include\stdlib.h)(0x5E53505C) +I (..\Src\ExternalDevices\dps310.h)(0x65E520A5) +I (C:\Keil_v5\ARM\ARMCC\include\stdbool.h)(0x5E53505C) +I (../Inc/main.h)(0x65B705B5) +I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal.h)(0x65B705AC) +I (../Inc/stm32l0xx_hal_conf.h)(0x65B705B5) +I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_rcc.h)(0x65B705AE) +I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_def.h)(0x65B705AD) +I (../Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l0xx.h)(0x65B705A8) +I (../Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l051xx.h)(0x65B705A7) +I (../Drivers/CMSIS/Include/core_cm0plus.h)(0x65B705AB) +I (C:\Keil_v5\ARM\ARMCC\include\stdint.h)(0x5E53505C) +I (../Drivers/CMSIS/Include/core_cmInstr.h)(0x63B38171) +I (../Drivers/CMSIS/Include/cmsis_armcc.h)(0x65B705AB) +I (../Drivers/CMSIS/Include/core_cmFunc.h)(0x63B38171) +I (../Drivers/CMSIS/Device/ST/STM32L0xx/Include/system_stm32l0xx.h)(0x65B705A8) +I (../Drivers/STM32L0xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h)(0x65B705AC) +I (C:\Keil_v5\ARM\ARMCC\include\stddef.h)(0x5E53505C) +I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_rcc_ex.h)(0x65B705AF) +I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_gpio.h)(0x65B705AE) +I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_gpio_ex.h)(0x65B705AE) +I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_dma.h)(0x65B705AD) +I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_cortex.h)(0x65B705AD) +I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_adc.h)(0x65B705AD) +I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_adc_ex.h)(0x65B705AD) +I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_flash.h)(0x65B705AD) +I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_flash_ex.h)(0x65B705AE) +I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_flash_ramfunc.h)(0x65B705AE) +I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_i2c.h)(0x65B705AE) +I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_i2c_ex.h)(0x65B705AE) +I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_iwdg.h)(0x65B705AE) +I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_lptim.h)(0x65B705AE) +I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_pwr.h)(0x65B705AE) +I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_pwr_ex.h)(0x65B705AE) +I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_spi.h)(0x65B705AF) +I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_tim.h)(0x65B705AF) +I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_tim_ex.h)(0x65B705AF) +I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_uart.h)(0x65B705AF) +I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_uart_ex.h)(0x65B705AF) +I (../Src/OnChipDevices/Usart.h)(0x6553380D) +I (../Src/application/serial_at_cmd_app.h)(0x6475A95E) +I (../Src/ExternalDevices/led.h)(0x65E520A5) +I (../Src/application/dw_app.h)(0x6503FE82) +I (C:\Keil_v5\ARM\ARMCC\include\string.h)(0x5E53505C) +I (../Src/OnChipDevices/ADC.h)(0x6475A95E) +I (../Src/algorithm/TrackingDiff.h)(0x6475A95E) +I (../Src/application/global_param.h)(0x65D5629D) +I (../Drivers/ExternlDrivers/lis3dh_driver.h)(0x654CA192) +I (C:\Keil_v5\ARM\ARMCC\include\math.h)(0x5E53505A) +F (..\Src\decadriver\deca_device.c)(0x65E568E2)(--c99 -c --cpu Cortex-M0+ -D__MICROLIB -g -O3 --apcs=interwork --split_sections -I ../Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32L0xx/Include -I ../Drivers/CMSIS/Include -I ../Drivers/ExternlDrivers -I ../Src/decadriver -I ../Src/ExternalDevices -I ../Src/OnChipDevices -I ../Src/algorithm -I ../Src/application -I ../Src/radio -I.\RTE\_L051 -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\Core\Include -IC:\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\2.2.0\Drivers\CMSIS\Device\ST\STM32L0xx\Include -D__UVISION_VERSION="530" -D_RTE_ -DSTM32L051xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32L051xx -o l051\deca_device.o --omf_browse l051\deca_device.crf --depend l051\deca_device.d) I (C:\Keil_v5\ARM\ARMCC\include\stddef.h)(0x5E53505C) I (..\Src\decadriver\deca_param_types.h)(0x6475A95E) I (C:\Keil_v5\ARM\ARMCC\include\stdint.h)(0x5E53505C) @@ -92,7 +146,7 @@ I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_uart_ex.h)(0x65B705AF) I (../Src/OnChipDevices/Usart.h)(0x6553380D) I (../Src/application/serial_at_cmd_app.h)(0x6475A95E) -I (../Src/ExternalDevices/led.h)(0x65AE40EF) +I (../Src/ExternalDevices/led.h)(0x65E520A5) I (../Src/application/dw_app.h)(0x6503FE82) I (C:\Keil_v5\ARM\ARMCC\include\string.h)(0x5E53505C) I (../Src/OnChipDevices/ADC.h)(0x6475A95E) @@ -151,14 +205,14 @@ I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_uart_ex.h)(0x65B705AF) I (../Src/OnChipDevices/Usart.h)(0x6553380D) I (../Src/application/serial_at_cmd_app.h)(0x6475A95E) -I (../Src/ExternalDevices/led.h)(0x65AE40EF) +I (../Src/ExternalDevices/led.h)(0x65E520A5) I (../Src/application/dw_app.h)(0x6503FE82) I (C:\Keil_v5\ARM\ARMCC\include\string.h)(0x5E53505C) I (../Src/OnChipDevices/ADC.h)(0x6475A95E) I (../Src/algorithm/TrackingDiff.h)(0x6475A95E) I (../Src/application/global_param.h)(0x65D5629D) I (../Src/decadriver/deca_device_api.h)(0x64B4E204) -F (..\Src\OnChipDevices\Spi.c)(0x6475A988)(--c99 -c --cpu Cortex-M0+ -D__MICROLIB -g -O3 --apcs=interwork --split_sections -I ../Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32L0xx/Include -I ../Drivers/CMSIS/Include -I ../Drivers/ExternlDrivers -I ../Src/decadriver -I ../Src/ExternalDevices -I ../Src/OnChipDevices -I ../Src/algorithm -I ../Src/application -I ../Src/radio -I.\RTE\_L051 -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\Core\Include -IC:\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\2.2.0\Drivers\CMSIS\Device\ST\STM32L0xx\Include -D__UVISION_VERSION="530" -D_RTE_ -DSTM32L051xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32L051xx -o l051\spi.o --omf_browse l051\spi.crf --depend l051\spi.d) +F (..\Src\OnChipDevices\Spi.c)(0x65E57A8D)(--c99 -c --cpu Cortex-M0+ -D__MICROLIB -g -O3 --apcs=interwork --split_sections -I ../Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32L0xx/Include -I ../Drivers/CMSIS/Include -I ../Drivers/ExternlDrivers -I ../Src/decadriver -I ../Src/ExternalDevices -I ../Src/OnChipDevices -I ../Src/algorithm -I ../Src/application -I ../Src/radio -I.\RTE\_L051 -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\Core\Include -IC:\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\2.2.0\Drivers\CMSIS\Device\ST\STM32L0xx\Include -D__UVISION_VERSION="530" -D_RTE_ -DSTM32L051xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32L051xx -o l051\spi.o --omf_browse l051\spi.crf --depend l051\spi.d) I (..\Src\OnChipDevices\Spi.h)(0x6475A95E) I (../Inc/main.h)(0x65B705B5) I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal.h)(0x65B705AC) @@ -198,14 +252,14 @@ I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_uart_ex.h)(0x65B705AF) I (../Src/OnChipDevices/Usart.h)(0x6553380D) I (../Src/application/serial_at_cmd_app.h)(0x6475A95E) -I (../Src/ExternalDevices/led.h)(0x65AE40EF) +I (../Src/ExternalDevices/led.h)(0x65E520A5) I (../Src/application/dw_app.h)(0x6503FE82) I (C:\Keil_v5\ARM\ARMCC\include\string.h)(0x5E53505C) I (../Src/OnChipDevices/ADC.h)(0x6475A95E) I (../Src/algorithm/TrackingDiff.h)(0x6475A95E) I (../Src/application/global_param.h)(0x65D5629D) I (../Src/decadriver/deca_device_api.h)(0x64B4E204) -F (..\Src\OnChipDevices\ADC.c)(0x654CA046)(--c99 -c --cpu Cortex-M0+ -D__MICROLIB -g -O3 --apcs=interwork --split_sections -I ../Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32L0xx/Include -I ../Drivers/CMSIS/Include -I ../Drivers/ExternlDrivers -I ../Src/decadriver -I ../Src/ExternalDevices -I ../Src/OnChipDevices -I ../Src/algorithm -I ../Src/application -I ../Src/radio -I.\RTE\_L051 -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\Core\Include -IC:\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\2.2.0\Drivers\CMSIS\Device\ST\STM32L0xx\Include -D__UVISION_VERSION="530" -D_RTE_ -DSTM32L051xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32L051xx -o l051\adc.o --omf_browse l051\adc.crf --depend l051\adc.d) +F (..\Src\OnChipDevices\ADC.c)(0x65E520A5)(--c99 -c --cpu Cortex-M0+ -D__MICROLIB -g -O3 --apcs=interwork --split_sections -I ../Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32L0xx/Include -I ../Drivers/CMSIS/Include -I ../Drivers/ExternlDrivers -I ../Src/decadriver -I ../Src/ExternalDevices -I ../Src/OnChipDevices -I ../Src/algorithm -I ../Src/application -I ../Src/radio -I.\RTE\_L051 -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\Core\Include -IC:\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\2.2.0\Drivers\CMSIS\Device\ST\STM32L0xx\Include -D__UVISION_VERSION="530" -D_RTE_ -DSTM32L051xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32L051xx -o l051\adc.o --omf_browse l051\adc.crf --depend l051\adc.d) I (..\Src\OnChipDevices\ADC.h)(0x6475A95E) I (../Inc/main.h)(0x65B705B5) I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal.h)(0x65B705AC) @@ -245,13 +299,13 @@ I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_uart_ex.h)(0x65B705AF) I (../Src/OnChipDevices/Usart.h)(0x6553380D) I (../Src/application/serial_at_cmd_app.h)(0x6475A95E) -I (../Src/ExternalDevices/led.h)(0x65AE40EF) +I (../Src/ExternalDevices/led.h)(0x65E520A5) I (../Src/application/dw_app.h)(0x6503FE82) I (C:\Keil_v5\ARM\ARMCC\include\string.h)(0x5E53505C) I (../Src/OnChipDevices/ADC.h)(0x6475A95E) I (../Src/algorithm/TrackingDiff.h)(0x6475A95E) I (../Src/application/global_param.h)(0x65D5629D) -F (..\Src\OnChipDevices\Usart.c)(0x64FE7C8C)(--c99 -c --cpu Cortex-M0+ -D__MICROLIB -g -O3 --apcs=interwork --split_sections -I ../Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32L0xx/Include -I ../Drivers/CMSIS/Include -I ../Drivers/ExternlDrivers -I ../Src/decadriver -I ../Src/ExternalDevices -I ../Src/OnChipDevices -I ../Src/algorithm -I ../Src/application -I ../Src/radio -I.\RTE\_L051 -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\Core\Include -IC:\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\2.2.0\Drivers\CMSIS\Device\ST\STM32L0xx\Include -D__UVISION_VERSION="530" -D_RTE_ -DSTM32L051xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32L051xx -o l051\usart.o --omf_browse l051\usart.crf --depend l051\usart.d) +F (..\Src\OnChipDevices\Usart.c)(0x65E03527)(--c99 -c --cpu Cortex-M0+ -D__MICROLIB -g -O3 --apcs=interwork --split_sections -I ../Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32L0xx/Include -I ../Drivers/CMSIS/Include -I ../Drivers/ExternlDrivers -I ../Src/decadriver -I ../Src/ExternalDevices -I ../Src/OnChipDevices -I ../Src/algorithm -I ../Src/application -I ../Src/radio -I.\RTE\_L051 -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\Core\Include -IC:\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\2.2.0\Drivers\CMSIS\Device\ST\STM32L0xx\Include -D__UVISION_VERSION="530" -D_RTE_ -DSTM32L051xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32L051xx -o l051\usart.o --omf_browse l051\usart.crf --depend l051\usart.d) I (..\Src\OnChipDevices\Usart.h)(0x6553380D) I (../Inc/main.h)(0x65B705B5) I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal.h)(0x65B705AC) @@ -291,7 +345,7 @@ I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_uart_ex.h)(0x65B705AF) I (../Src/OnChipDevices/Usart.h)(0x6553380D) I (../Src/application/serial_at_cmd_app.h)(0x6475A95E) -I (../Src/ExternalDevices/led.h)(0x65AE40EF) +I (../Src/ExternalDevices/led.h)(0x65E520A5) I (../Src/application/dw_app.h)(0x6503FE82) I (C:\Keil_v5\ARM\ARMCC\include\string.h)(0x5E53505C) I (../Src/OnChipDevices/ADC.h)(0x6475A95E) @@ -300,7 +354,7 @@ I (C:\Keil_v5\ARM\ARMCC\include\stdio.h)(0x5E53505C) I (../Src/application/modbus.h)(0x6475A95E) I (..\Src\OnChipDevices\Rcc_Nvic_Systick.h)(0x6475A95E) -F (..\Src\OnChipDevices\Flash.c)(0x64FE7C8C)(--c99 -c --cpu Cortex-M0+ -D__MICROLIB -g -O3 --apcs=interwork --split_sections -I ../Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32L0xx/Include -I ../Drivers/CMSIS/Include -I ../Drivers/ExternlDrivers -I ../Src/decadriver -I ../Src/ExternalDevices -I ../Src/OnChipDevices -I ../Src/algorithm -I ../Src/application -I ../Src/radio -I.\RTE\_L051 -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\Core\Include -IC:\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\2.2.0\Drivers\CMSIS\Device\ST\STM32L0xx\Include -D__UVISION_VERSION="530" -D_RTE_ -DSTM32L051xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32L051xx -o l051\flash.o --omf_browse l051\flash.crf --depend l051\flash.d) +F (..\Src\OnChipDevices\Flash.c)(0x65E03527)(--c99 -c --cpu Cortex-M0+ -D__MICROLIB -g -O3 --apcs=interwork --split_sections -I ../Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32L0xx/Include -I ../Drivers/CMSIS/Include -I ../Drivers/ExternlDrivers -I ../Src/decadriver -I ../Src/ExternalDevices -I ../Src/OnChipDevices -I ../Src/algorithm -I ../Src/application -I ../Src/radio -I.\RTE\_L051 -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\Core\Include -IC:\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\2.2.0\Drivers\CMSIS\Device\ST\STM32L0xx\Include -D__UVISION_VERSION="530" -D_RTE_ -DSTM32L051xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32L051xx -o l051\flash.o --omf_browse l051\flash.crf --depend l051\flash.d) I (..\Src\OnChipDevices\Flash.h)(0x64FE7C8C) I (../Inc/main.h)(0x65B705B5) I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal.h)(0x65B705AC) @@ -340,13 +394,13 @@ I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_uart_ex.h)(0x65B705AF) I (../Src/OnChipDevices/Usart.h)(0x6553380D) I (../Src/application/serial_at_cmd_app.h)(0x6475A95E) -I (../Src/ExternalDevices/led.h)(0x65AE40EF) +I (../Src/ExternalDevices/led.h)(0x65E520A5) I (../Src/application/dw_app.h)(0x6503FE82) I (C:\Keil_v5\ARM\ARMCC\include\string.h)(0x5E53505C) I (../Src/OnChipDevices/ADC.h)(0x6475A95E) I (../Src/algorithm/TrackingDiff.h)(0x6475A95E) I (../Src/application/global_param.h)(0x65D5629D) -F (..\Src\application\global_param.c)(0x65D56EAC)(--c99 -c --cpu Cortex-M0+ -D__MICROLIB -g -O3 --apcs=interwork --split_sections -I ../Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32L0xx/Include -I ../Drivers/CMSIS/Include -I ../Drivers/ExternlDrivers -I ../Src/decadriver -I ../Src/ExternalDevices -I ../Src/OnChipDevices -I ../Src/algorithm -I ../Src/application -I ../Src/radio -I.\RTE\_L051 -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\Core\Include -IC:\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\2.2.0\Drivers\CMSIS\Device\ST\STM32L0xx\Include -D__UVISION_VERSION="530" -D_RTE_ -DSTM32L051xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32L051xx -o l051\global_param.o --omf_browse l051\global_param.crf --depend l051\global_param.d) +F (..\Src\application\global_param.c)(0x65E520A5)(--c99 -c --cpu Cortex-M0+ -D__MICROLIB -g -O3 --apcs=interwork --split_sections -I ../Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32L0xx/Include -I ../Drivers/CMSIS/Include -I ../Drivers/ExternlDrivers -I ../Src/decadriver -I ../Src/ExternalDevices -I ../Src/OnChipDevices -I ../Src/algorithm -I ../Src/application -I ../Src/radio -I.\RTE\_L051 -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\Core\Include -IC:\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\2.2.0\Drivers\CMSIS\Device\ST\STM32L0xx\Include -D__UVISION_VERSION="530" -D_RTE_ -DSTM32L051xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32L051xx -o l051\global_param.o --omf_browse l051\global_param.crf --depend l051\global_param.d) I (..\Src\application\global_param.h)(0x65D5629D) I (../Inc/main.h)(0x65B705B5) I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal.h)(0x65B705AC) @@ -386,14 +440,14 @@ I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_uart_ex.h)(0x65B705AF) I (../Src/OnChipDevices/Usart.h)(0x6553380D) I (../Src/application/serial_at_cmd_app.h)(0x6475A95E) -I (../Src/ExternalDevices/led.h)(0x65AE40EF) +I (../Src/ExternalDevices/led.h)(0x65E520A5) I (../Src/application/dw_app.h)(0x6503FE82) I (C:\Keil_v5\ARM\ARMCC\include\string.h)(0x5E53505C) I (../Src/OnChipDevices/ADC.h)(0x6475A95E) I (../Src/algorithm/TrackingDiff.h)(0x6475A95E) I (../Src/application/global_param.h)(0x65D5629D) I (../Src/OnChipDevices/Flash.h)(0x64FE7C8C) -F (..\Src\application\dw_app.c)(0x65D56991)(--c99 -c --cpu Cortex-M0+ -D__MICROLIB -g -O3 --apcs=interwork --split_sections -I ../Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32L0xx/Include -I ../Drivers/CMSIS/Include -I ../Drivers/ExternlDrivers -I ../Src/decadriver -I ../Src/ExternalDevices -I ../Src/OnChipDevices -I ../Src/algorithm -I ../Src/application -I ../Src/radio -I.\RTE\_L051 -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\Core\Include -IC:\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\2.2.0\Drivers\CMSIS\Device\ST\STM32L0xx\Include -D__UVISION_VERSION="530" -D_RTE_ -DSTM32L051xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32L051xx -o l051\dw_app.o --omf_browse l051\dw_app.crf --depend l051\dw_app.d) +F (..\Src\application\dw_app.c)(0x65E57334)(--c99 -c --cpu Cortex-M0+ -D__MICROLIB -g -O3 --apcs=interwork --split_sections -I ../Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32L0xx/Include -I ../Drivers/CMSIS/Include -I ../Drivers/ExternlDrivers -I ../Src/decadriver -I ../Src/ExternalDevices -I ../Src/OnChipDevices -I ../Src/algorithm -I ../Src/application -I ../Src/radio -I.\RTE\_L051 -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\Core\Include -IC:\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\2.2.0\Drivers\CMSIS\Device\ST\STM32L0xx\Include -D__UVISION_VERSION="530" -D_RTE_ -DSTM32L051xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32L051xx -o l051\dw_app.o --omf_browse l051\dw_app.crf --depend l051\dw_app.d) I (C:\Keil_v5\ARM\ARMCC\include\string.h)(0x5E53505C) I (C:\Keil_v5\ARM\ARMCC\include\math.h)(0x5E53505A) I (..\Src\application\dw_app.h)(0x6503FE82) @@ -435,7 +489,7 @@ I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_uart_ex.h)(0x65B705AF) I (../Src/OnChipDevices/Usart.h)(0x6553380D) I (../Src/application/serial_at_cmd_app.h)(0x6475A95E) -I (../Src/ExternalDevices/led.h)(0x65AE40EF) +I (../Src/ExternalDevices/led.h)(0x65E520A5) I (../Src/application/dw_app.h)(0x6503FE82) I (../Src/application/global_param.h)(0x65D5629D) I (../Src/OnChipDevices/ADC.h)(0x6475A95E) @@ -489,7 +543,7 @@ I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_uart_ex.h)(0x65B705AF) I (../Src/OnChipDevices/Usart.h)(0x6553380D) I (../Src/application/serial_at_cmd_app.h)(0x6475A95E) -I (../Src/ExternalDevices/led.h)(0x65AE40EF) +I (../Src/ExternalDevices/led.h)(0x65E520A5) I (../Src/application/dw_app.h)(0x6503FE82) I (C:\Keil_v5\ARM\ARMCC\include\string.h)(0x5E53505C) I (../Src/OnChipDevices/ADC.h)(0x6475A95E) @@ -536,14 +590,14 @@ I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_uart_ex.h)(0x65B705AF) I (../Src/OnChipDevices/Usart.h)(0x6553380D) I (../Src/application/serial_at_cmd_app.h)(0x6475A95E) -I (../Src/ExternalDevices/led.h)(0x65AE40EF) +I (../Src/ExternalDevices/led.h)(0x65E520A5) I (../Src/application/dw_app.h)(0x6503FE82) I (C:\Keil_v5\ARM\ARMCC\include\string.h)(0x5E53505C) I (../Src/OnChipDevices/ADC.h)(0x6475A95E) I (../Src/algorithm/TrackingDiff.h)(0x6475A95E) I (../Src/application/global_param.h)(0x65D5629D) -F (..\Src\application\dw_mbx_tag.c)(0x65D5A273)(--c99 -c --cpu Cortex-M0+ -D__MICROLIB -g -O3 --apcs=interwork --split_sections -I ../Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32L0xx/Include -I ../Drivers/CMSIS/Include -I ../Drivers/ExternlDrivers -I ../Src/decadriver -I ../Src/ExternalDevices -I ../Src/OnChipDevices -I ../Src/algorithm -I ../Src/application -I ../Src/radio -I.\RTE\_L051 -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\Core\Include -IC:\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\2.2.0\Drivers\CMSIS\Device\ST\STM32L0xx\Include -D__UVISION_VERSION="530" -D_RTE_ -DSTM32L051xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32L051xx -o l051\dw_mbx_tag.o --omf_browse l051\dw_mbx_tag.crf --depend l051\dw_mbx_tag.d) -I (..\Src\application\dw_mbx_tag.h)(0x65D556AE) +F (..\Src\application\dw_mbx_tag.c)(0x65E56082)(--c99 -c --cpu Cortex-M0+ -D__MICROLIB -g -O3 --apcs=interwork --split_sections -I ../Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32L0xx/Include -I ../Drivers/CMSIS/Include -I ../Drivers/ExternlDrivers -I ../Src/decadriver -I ../Src/ExternalDevices -I ../Src/OnChipDevices -I ../Src/algorithm -I ../Src/application -I ../Src/radio -I.\RTE\_L051 -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\Core\Include -IC:\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\2.2.0\Drivers\CMSIS\Device\ST\STM32L0xx\Include -D__UVISION_VERSION="530" -D_RTE_ -DSTM32L051xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32L051xx -o l051\dw_mbx_tag.o --omf_browse l051\dw_mbx_tag.crf --depend l051\dw_mbx_tag.d) +I (..\Src\application\dw_mbx_tag.h)(0x65E520A5) I (..\Src\application\dw_app.h)(0x6503FE82) I (C:\Keil_v5\ARM\ARMCC\include\string.h)(0x5E53505C) I (../Inc/main.h)(0x65B705B5) @@ -584,7 +638,7 @@ I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_uart_ex.h)(0x65B705AF) I (../Src/OnChipDevices/Usart.h)(0x6553380D) I (../Src/application/serial_at_cmd_app.h)(0x6475A95E) -I (../Src/ExternalDevices/led.h)(0x65AE40EF) +I (../Src/ExternalDevices/led.h)(0x65E520A5) I (../Src/application/dw_app.h)(0x6503FE82) I (../Src/application/global_param.h)(0x65D5629D) I (../Src/OnChipDevices/ADC.h)(0x6475A95E) @@ -593,10 +647,11 @@ I (../Src/decadriver/deca_regs.h)(0x64B4E204) I (../Src/ExternalDevices/dw_driver.h)(0x65533FCF) I (../Src/OnChipDevices/Spi.h)(0x6475A95E) -I (../Src/radio/lora.h)(0x65D56EE4) +I (../Src/radio/lora.h)(0x65E520A5) I (C:\Keil_v5\ARM\ARMCC\include\stdbool.h)(0x5E53505C) I (../Src/radio/radio.h)(0x604C860C) -F (../Src/main.c)(0x65D5A255)(--c99 -c --cpu Cortex-M0+ -D__MICROLIB -g -O3 --apcs=interwork --split_sections -I ../Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32L0xx/Include -I ../Drivers/CMSIS/Include -I ../Drivers/ExternlDrivers -I ../Src/decadriver -I ../Src/ExternalDevices -I ../Src/OnChipDevices -I ../Src/algorithm -I ../Src/application -I ../Src/radio -I.\RTE\_L051 -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\Core\Include -IC:\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\2.2.0\Drivers\CMSIS\Device\ST\STM32L0xx\Include -D__UVISION_VERSION="530" -D_RTE_ -DSTM32L051xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32L051xx -o l051\main.o --omf_browse l051\main.crf --depend l051\main.d) +I (../Drivers/ExternlDrivers/dps310.h)(0x65E520A5) +F (../Src/main.c)(0x65E57D8D)(--c99 -c --cpu Cortex-M0+ -D__MICROLIB -g -O3 --apcs=interwork --split_sections -I ../Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32L0xx/Include -I ../Drivers/CMSIS/Include -I ../Drivers/ExternlDrivers -I ../Src/decadriver -I ../Src/ExternalDevices -I ../Src/OnChipDevices -I ../Src/algorithm -I ../Src/application -I ../Src/radio -I.\RTE\_L051 -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\Core\Include -IC:\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\2.2.0\Drivers\CMSIS\Device\ST\STM32L0xx\Include -D__UVISION_VERSION="530" -D_RTE_ -DSTM32L051xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32L051xx -o l051\main.o --omf_browse l051\main.crf --depend l051\main.d) I (../Inc/main.h)(0x65B705B5) I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal.h)(0x65B705AC) I (../Inc/stm32l0xx_hal_conf.h)(0x65B705B5) @@ -635,7 +690,7 @@ I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_uart_ex.h)(0x65B705AF) I (../Src/OnChipDevices/Usart.h)(0x6553380D) I (../Src/application/serial_at_cmd_app.h)(0x6475A95E) -I (../Src/ExternalDevices/led.h)(0x65AE40EF) +I (../Src/ExternalDevices/led.h)(0x65E520A5) I (../Src/application/dw_app.h)(0x6503FE82) I (C:\Keil_v5\ARM\ARMCC\include\string.h)(0x5E53505C) I (../Src/OnChipDevices/ADC.h)(0x6475A95E) @@ -655,8 +710,12 @@ I (../Src/radio/crc.h)(0x5C92FCC6) I (C:\Keil_v5\ARM\ARMCC\include\stdio.h)(0x5E53505C) I (C:\Keil_v5\ARM\ARMCC\include\stdlib.h)(0x5E53505C) -I (../Src/radio/Lora.h)(0x65D56EE4) -F (../Src/stm32l0xx_it.c)(0x65B705B6)(--c99 -c --cpu Cortex-M0+ -D__MICROLIB -g -O3 --apcs=interwork --split_sections -I ../Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32L0xx/Include -I ../Drivers/CMSIS/Include -I ../Drivers/ExternlDrivers -I ../Src/decadriver -I ../Src/ExternalDevices -I ../Src/OnChipDevices -I ../Src/algorithm -I ../Src/application -I ../Src/radio -I.\RTE\_L051 -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\Core\Include -IC:\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\2.2.0\Drivers\CMSIS\Device\ST\STM32L0xx\Include -D__UVISION_VERSION="530" -D_RTE_ -DSTM32L051xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32L051xx -o l051\stm32l0xx_it.o --omf_browse l051\stm32l0xx_it.crf --depend l051\stm32l0xx_it.d) +I (../Src/radio/Lora.h)(0x65E520A5) +I (../Drivers/ExternlDrivers/dps310.h)(0x65E520A5) +I (../Src/application/dw_mbx_tag.h)(0x65E520A5) +I (../Src/decadriver/deca_regs.h)(0x64B4E204) +I (../Src/OnChipDevices/Spi.h)(0x6475A95E) +F (../Src/stm32l0xx_it.c)(0x65E03527)(--c99 -c --cpu Cortex-M0+ -D__MICROLIB -g -O3 --apcs=interwork --split_sections -I ../Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32L0xx/Include -I ../Drivers/CMSIS/Include -I ../Drivers/ExternlDrivers -I ../Src/decadriver -I ../Src/ExternalDevices -I ../Src/OnChipDevices -I ../Src/algorithm -I ../Src/application -I ../Src/radio -I.\RTE\_L051 -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\Core\Include -IC:\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\2.2.0\Drivers\CMSIS\Device\ST\STM32L0xx\Include -D__UVISION_VERSION="530" -D_RTE_ -DSTM32L051xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32L051xx -o l051\stm32l0xx_it.o --omf_browse l051\stm32l0xx_it.crf --depend l051\stm32l0xx_it.d) I (../Inc/main.h)(0x65B705B5) I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal.h)(0x65B705AC) I (../Inc/stm32l0xx_hal_conf.h)(0x65B705B5) @@ -695,14 +754,14 @@ I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_uart_ex.h)(0x65B705AF) I (../Src/OnChipDevices/Usart.h)(0x6553380D) I (../Src/application/serial_at_cmd_app.h)(0x6475A95E) -I (../Src/ExternalDevices/led.h)(0x65AE40EF) +I (../Src/ExternalDevices/led.h)(0x65E520A5) I (../Src/application/dw_app.h)(0x6503FE82) I (C:\Keil_v5\ARM\ARMCC\include\string.h)(0x5E53505C) I (../Src/OnChipDevices/ADC.h)(0x6475A95E) I (../Src/algorithm/TrackingDiff.h)(0x6475A95E) I (../Src/application/global_param.h)(0x65D5629D) I (../Inc/stm32l0xx_it.h)(0x65B705B5) -F (../Src/stm32l0xx_hal_msp.c)(0x65B705B6)(--c99 -c --cpu Cortex-M0+ -D__MICROLIB -g -O3 --apcs=interwork --split_sections -I ../Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32L0xx/Include -I ../Drivers/CMSIS/Include -I ../Drivers/ExternlDrivers -I ../Src/decadriver -I ../Src/ExternalDevices -I ../Src/OnChipDevices -I ../Src/algorithm -I ../Src/application -I ../Src/radio -I.\RTE\_L051 -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\Core\Include -IC:\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\2.2.0\Drivers\CMSIS\Device\ST\STM32L0xx\Include -D__UVISION_VERSION="530" -D_RTE_ -DSTM32L051xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32L051xx -o l051\stm32l0xx_hal_msp.o --omf_browse l051\stm32l0xx_hal_msp.crf --depend l051\stm32l0xx_hal_msp.d) +F (../Src/stm32l0xx_hal_msp.c)(0x65E03527)(--c99 -c --cpu Cortex-M0+ -D__MICROLIB -g -O3 --apcs=interwork --split_sections -I ../Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32L0xx/Include -I ../Drivers/CMSIS/Include -I ../Drivers/ExternlDrivers -I ../Src/decadriver -I ../Src/ExternalDevices -I ../Src/OnChipDevices -I ../Src/algorithm -I ../Src/application -I ../Src/radio -I.\RTE\_L051 -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\Core\Include -IC:\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\2.2.0\Drivers\CMSIS\Device\ST\STM32L0xx\Include -D__UVISION_VERSION="530" -D_RTE_ -DSTM32L051xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32L051xx -o l051\stm32l0xx_hal_msp.o --omf_browse l051\stm32l0xx_hal_msp.crf --depend l051\stm32l0xx_hal_msp.d) I (../Inc/main.h)(0x65B705B5) I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal.h)(0x65B705AC) I (../Inc/stm32l0xx_hal_conf.h)(0x65B705B5) @@ -741,13 +800,13 @@ I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_uart_ex.h)(0x65B705AF) I (../Src/OnChipDevices/Usart.h)(0x6553380D) I (../Src/application/serial_at_cmd_app.h)(0x6475A95E) -I (../Src/ExternalDevices/led.h)(0x65AE40EF) +I (../Src/ExternalDevices/led.h)(0x65E520A5) I (../Src/application/dw_app.h)(0x6503FE82) I (C:\Keil_v5\ARM\ARMCC\include\string.h)(0x5E53505C) I (../Src/OnChipDevices/ADC.h)(0x6475A95E) I (../Src/algorithm/TrackingDiff.h)(0x6475A95E) I (../Src/application/global_param.h)(0x65D5629D) -F (../Src/system_stm32l0xx.c)(0x6475A95E)(--c99 -c --cpu Cortex-M0+ -D__MICROLIB -g -O3 --apcs=interwork --split_sections -I ../Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32L0xx/Include -I ../Drivers/CMSIS/Include -I ../Drivers/ExternlDrivers -I ../Src/decadriver -I ../Src/ExternalDevices -I ../Src/OnChipDevices -I ../Src/algorithm -I ../Src/application -I ../Src/radio -I.\RTE\_L051 -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\Core\Include -IC:\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\2.2.0\Drivers\CMSIS\Device\ST\STM32L0xx\Include -D__UVISION_VERSION="530" -D_RTE_ -DSTM32L051xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32L051xx -o l051\system_stm32l0xx.o --omf_browse l051\system_stm32l0xx.crf --depend l051\system_stm32l0xx.d) +F (../Src/system_stm32l0xx.c)(0x65E03527)(--c99 -c --cpu Cortex-M0+ -D__MICROLIB -g -O3 --apcs=interwork --split_sections -I ../Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32L0xx/Include -I ../Drivers/CMSIS/Include -I ../Drivers/ExternlDrivers -I ../Src/decadriver -I ../Src/ExternalDevices -I ../Src/OnChipDevices -I ../Src/algorithm -I ../Src/application -I ../Src/radio -I.\RTE\_L051 -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\Core\Include -IC:\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\2.2.0\Drivers\CMSIS\Device\ST\STM32L0xx\Include -D__UVISION_VERSION="530" -D_RTE_ -DSTM32L051xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32L051xx -o l051\system_stm32l0xx.o --omf_browse l051\system_stm32l0xx.crf --depend l051\system_stm32l0xx.d) I (../Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l0xx.h)(0x65B705A8) I (../Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l051xx.h)(0x65B705A7) I (../Drivers/CMSIS/Include/core_cm0plus.h)(0x65B705AB) @@ -786,7 +845,7 @@ F (..\Src\radio\crc.c)(0x5A5D736A)(--c99 -c --cpu Cortex-M0+ -D__MICROLIB -g -O3 --apcs=interwork --split_sections -I ../Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32L0xx/Include -I ../Drivers/CMSIS/Include -I ../Drivers/ExternlDrivers -I ../Src/decadriver -I ../Src/ExternalDevices -I ../Src/OnChipDevices -I ../Src/algorithm -I ../Src/application -I ../Src/radio -I.\RTE\_L051 -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\Core\Include -IC:\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\2.2.0\Drivers\CMSIS\Device\ST\STM32L0xx\Include -D__UVISION_VERSION="530" -D_RTE_ -DSTM32L051xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32L051xx -o l051\crc_1.o --omf_browse l051\crc_1.crf --depend l051\crc_1.d) I (..\Src\radio\crc.h)(0x5C92FCC6) I (C:\Keil_v5\ARM\ARMCC\include\stdint.h)(0x5E53505C) -F (..\Src\radio\delay.c)(0x64F18F3A)(--c99 -c --cpu Cortex-M0+ -D__MICROLIB -g -O3 --apcs=interwork --split_sections -I ../Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32L0xx/Include -I ../Drivers/CMSIS/Include -I ../Drivers/ExternlDrivers -I ../Src/decadriver -I ../Src/ExternalDevices -I ../Src/OnChipDevices -I ../Src/algorithm -I ../Src/application -I ../Src/radio -I.\RTE\_L051 -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\Core\Include -IC:\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\2.2.0\Drivers\CMSIS\Device\ST\STM32L0xx\Include -D__UVISION_VERSION="530" -D_RTE_ -DSTM32L051xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32L051xx -o l051\delay.o --omf_browse l051\delay.crf --depend l051\delay.d) +F (..\Src\radio\delay.c)(0x65E520A5)(--c99 -c --cpu Cortex-M0+ -D__MICROLIB -g -O3 --apcs=interwork --split_sections -I ../Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32L0xx/Include -I ../Drivers/CMSIS/Include -I ../Drivers/ExternlDrivers -I ../Src/decadriver -I ../Src/ExternalDevices -I ../Src/OnChipDevices -I ../Src/algorithm -I ../Src/application -I ../Src/radio -I.\RTE\_L051 -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\Core\Include -IC:\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\2.2.0\Drivers\CMSIS\Device\ST\STM32L0xx\Include -D__UVISION_VERSION="530" -D_RTE_ -DSTM32L051xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32L051xx -o l051\delay.o --omf_browse l051\delay.crf --depend l051\delay.d) I (..\Src\radio\delay.h)(0x64F14193) I (C:\Keil_v5\ARM\ARMCC\include\stdint.h)(0x5E53505C) I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal.h)(0x65B705AC) @@ -862,7 +921,7 @@ I (../Inc/main.h)(0x65B705B5) I (../Src/OnChipDevices/Usart.h)(0x6553380D) I (../Src/application/serial_at_cmd_app.h)(0x6475A95E) -I (../Src/ExternalDevices/led.h)(0x65AE40EF) +I (../Src/ExternalDevices/led.h)(0x65E520A5) I (../Src/application/dw_app.h)(0x6503FE82) I (C:\Keil_v5\ARM\ARMCC\include\string.h)(0x5E53505C) I (../Src/OnChipDevices/ADC.h)(0x6475A95E) @@ -882,7 +941,7 @@ I (C:\Keil_v5\ARM\ARMCC\include\stdbool.h)(0x5E53505C) I (..\Src\radio\sx126x-board.h)(0x64F18E2B) I (..\Src\radio\delay.h)(0x64F14193) -F (..\Src\radio\sx126x-board.c)(0x65AE40EF)(--c99 -c --cpu Cortex-M0+ -D__MICROLIB -g -O3 --apcs=interwork --split_sections -I ../Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32L0xx/Include -I ../Drivers/CMSIS/Include -I ../Drivers/ExternlDrivers -I ../Src/decadriver -I ../Src/ExternalDevices -I ../Src/OnChipDevices -I ../Src/algorithm -I ../Src/application -I ../Src/radio -I.\RTE\_L051 -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\Core\Include -IC:\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\2.2.0\Drivers\CMSIS\Device\ST\STM32L0xx\Include -D__UVISION_VERSION="530" -D_RTE_ -DSTM32L051xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32L051xx -o l051\sx126x-board.o --omf_browse l051\sx126x-board.crf --depend l051\sx126x-board.d) +F (..\Src\radio\sx126x-board.c)(0x65E576FF)(--c99 -c --cpu Cortex-M0+ -D__MICROLIB -g -O3 --apcs=interwork --split_sections -I ../Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32L0xx/Include -I ../Drivers/CMSIS/Include -I ../Drivers/ExternlDrivers -I ../Src/decadriver -I ../Src/ExternalDevices -I ../Src/OnChipDevices -I ../Src/algorithm -I ../Src/application -I ../Src/radio -I.\RTE\_L051 -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\Core\Include -IC:\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\2.2.0\Drivers\CMSIS\Device\ST\STM32L0xx\Include -D__UVISION_VERSION="530" -D_RTE_ -DSTM32L051xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32L051xx -o l051\sx126x-board.o --omf_browse l051\sx126x-board.crf --depend l051\sx126x-board.d) I (..\Src\radio\delay.h)(0x64F14193) I (C:\Keil_v5\ARM\ARMCC\include\stdint.h)(0x5E53505C) I (..\Src\radio\radio.h)(0x604C860C) @@ -926,13 +985,14 @@ I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_uart_ex.h)(0x65B705AF) I (../Src/OnChipDevices/Usart.h)(0x6553380D) I (../Src/application/serial_at_cmd_app.h)(0x6475A95E) -I (../Src/ExternalDevices/led.h)(0x65AE40EF) +I (../Src/ExternalDevices/led.h)(0x65E520A5) I (../Src/application/dw_app.h)(0x6503FE82) I (C:\Keil_v5\ARM\ARMCC\include\string.h)(0x5E53505C) I (../Src/OnChipDevices/ADC.h)(0x6475A95E) I (../Src/algorithm/TrackingDiff.h)(0x6475A95E) I (../Src/application/global_param.h)(0x65D5629D) -F (..\Src\radio\Lora.c)(0x65D56C13)(--c99 -c --cpu Cortex-M0+ -D__MICROLIB -g -O3 --apcs=interwork --split_sections -I ../Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32L0xx/Include -I ../Drivers/CMSIS/Include -I ../Drivers/ExternlDrivers -I ../Src/decadriver -I ../Src/ExternalDevices -I ../Src/OnChipDevices -I ../Src/algorithm -I ../Src/application -I ../Src/radio -I.\RTE\_L051 -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\Core\Include -IC:\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\2.2.0\Drivers\CMSIS\Device\ST\STM32L0xx\Include -D__UVISION_VERSION="530" -D_RTE_ -DSTM32L051xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32L051xx -o l051\lora.o --omf_browse l051\lora.crf --depend l051\lora.d) +I (../Src/OnChipDevices/Spi.h)(0x6475A95E) +F (..\Src\radio\Lora.c)(0x65E520A5)(--c99 -c --cpu Cortex-M0+ -D__MICROLIB -g -O3 --apcs=interwork --split_sections -I ../Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc -I ../Drivers/STM32L0xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32L0xx/Include -I ../Drivers/CMSIS/Include -I ../Drivers/ExternlDrivers -I ../Src/decadriver -I ../Src/ExternalDevices -I ../Src/OnChipDevices -I ../Src/algorithm -I ../Src/application -I ../Src/radio -I.\RTE\_L051 -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\Core\Include -IC:\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\2.2.0\Drivers\CMSIS\Device\ST\STM32L0xx\Include -D__UVISION_VERSION="530" -D_RTE_ -DSTM32L051xx -D_RTE_ -DUSE_HAL_DRIVER -DSTM32L051xx -o l051\lora.o --omf_browse l051\lora.crf --depend l051\lora.d) I (C:\Keil_v5\ARM\ARMCC\include\math.h)(0x5E53505A) I (C:\Keil_v5\ARM\ARMCC\include\string.h)(0x5E53505C) I (..\Src\radio\sx126x.h)(0x5BBF0270) @@ -940,7 +1000,7 @@ I (C:\Keil_v5\ARM\ARMCC\include\stdbool.h)(0x5E53505C) I (..\Src\radio\sx126x-board.h)(0x64F18E2B) I (..\Src\radio\delay.h)(0x64F14193) -I (..\Src\radio\Lora.h)(0x65D56EE4) +I (..\Src\radio\Lora.h)(0x65E520A5) I (..\Src\radio\user.h)(0x64F19DA7) I (../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal.h)(0x65B705AC) I (../Inc/stm32l0xx_hal_conf.h)(0x65B705B5) @@ -982,13 +1042,13 @@ I (../Inc/main.h)(0x65B705B5) I (../Src/OnChipDevices/Usart.h)(0x6553380D) I (../Src/application/serial_at_cmd_app.h)(0x6475A95E) -I (../Src/ExternalDevices/led.h)(0x65AE40EF) +I (../Src/ExternalDevices/led.h)(0x65E520A5) I (../Src/application/dw_app.h)(0x6503FE82) I (../Src/OnChipDevices/ADC.h)(0x6475A95E) I (../Src/algorithm/TrackingDiff.h)(0x6475A95E) I (../Src/application/global_param.h)(0x65D5629D) I (C:\Keil_v5\ARM\ARMCC\include\stdlib.h)(0x5E53505C) -I (../Src/application/dw_mbx_tag.h)(0x65D556AE) +I (../Src/application/dw_mbx_tag.h)(0x65E520A5) I (../Src/decadriver/deca_device_api.h)(0x64B4E204) I (../Src/decadriver/deca_regs.h)(0x64B4E204) I (../Src/ExternalDevices/dw_driver.h)(0x65533FCF) -- Gitblit v1.9.3