From cbb571f124571a2815c900a36c1231710109205a Mon Sep 17 00:00:00 2001 From: Andrey Kruchinkin Date: Thu, 28 May 2026 03:20:13 +0300 Subject: [PATCH] =?UTF-8?q?=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D0=B0=D0=B5?= =?UTF-8?q?=D1=82=20=D1=81=D0=BB=D0=B5=D0=B9=D0=B2=20=D0=B8=20=D0=BC=D0=B0?= =?UTF-8?q?=D1=81=D1=82=D0=B5=D1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .mxproject | 55 + App/app_config.h | 50 + App/app_globals.c | 150 + App/app_types.h | 123 + App/hardware.c | 100 + App/hardware.h | 15 + App/slave_inputs.c | 84 + App/slave_inputs.h | 9 + App/zigbee_app.c | 89 + App/zigbee_app.h | 7 + App/zigbee_port.c | 34 + App/zigbee_port.h | 19 + Core/Inc/app_common.h | 113 + Core/Inc/app_conf.h | 385 + Core/Inc/app_entry.h | 71 + Core/Inc/hw_conf.h | 264 + Core/Inc/hw_if.h | 247 + Core/Inc/main.h | 74 + Core/Inc/stm32_lpm_if.h | 80 + Core/Inc/stm32wbxx_hal_conf.h | 352 + Core/Inc/stm32wbxx_it.h | 83 + Core/Inc/stm32wbxx_nucleo_conf.h | 79 + Core/Inc/stm_logging.h | 60 + Core/Inc/utilities_conf.h | 66 + Core/Src/app_entry.c | 751 ++ Core/Src/hw_timerserver.c | 888 ++ Core/Src/hw_uart.c | 317 + Core/Src/main.c | 465 + Core/Src/stm32_lpm_if.c | 353 + Core/Src/stm32wbxx_hal_msp.c | 427 + Core/Src/stm32wbxx_it.c | 431 + Core/Src/stm_logging.c | 203 + Core/Src/system_stm32wbxx.c | 366 + EWARM/Project.eww | 7 + EWARM/Zigbee_OnOff_Server_Coord.ewd | 1534 +++ EWARM/Zigbee_OnOff_Server_Coord.ewp | 1291 +++ EWARM/startup_stm32wb55xx_cm4.s | 515 + EWARM/stm32wb55xx_flash_cm4.icf | 47 + MDK-ARM/EventRecorderStub.scvd | 9 + .../RTE_Components.h | 14 + ...Zigbee_OnOff_Server_Coord.bak.uvguix.frima | 3689 +++++++ MDK-ARM/Zigbee_OnOff_Server_Coord.bak.uvoptx | 966 ++ MDK-ARM/Zigbee_OnOff_Server_Coord.bak.uvprojx | 745 ++ .../Zigbee_OnOff_Server_Coord.uvguix.frima | 3758 +++++++ MDK-ARM/Zigbee_OnOff_Server_Coord.uvoptx | 1020 ++ MDK-ARM/Zigbee_OnOff_Server_Coord.uvprojx | 745 ++ .../Zigbee_OnOff_Server_Coord/Exe/ExtDll.iex | 2 + .../Exe/Zigbee_OnOff_Server_Coord.axf | Bin 0 -> 817520 bytes ...er_Coord.bak_Zigbee_OnOff_Server_Coord.dep | 2065 ++++ .../Exe/Zigbee_OnOff_Server_Coord.bin | Bin 0 -> 80272 bytes .../Zigbee_OnOff_Server_Coord.build_log.htm | 64 + .../Exe/Zigbee_OnOff_Server_Coord.hex | 5021 +++++++++ .../Exe/Zigbee_OnOff_Server_Coord.htm | 5869 ++++++++++ .../Exe/Zigbee_OnOff_Server_Coord.lnp | 59 + .../Exe/Zigbee_OnOff_Server_Coord.map | 9720 +++++++++++++++++ ...Server_Coord_Zigbee_OnOff_Server_Coord.dep | 2066 ++++ .../Zigbee_OnOff_Server_Coord/Exe/app_entry.d | 66 + .../Zigbee_OnOff_Server_Coord/Exe/app_entry.o | Bin 0 -> 38928 bytes .../Exe/app_globals.d | 2 + .../Exe/app_globals.o | Bin 0 -> 14480 bytes .../Exe/app_zigbee.d | 80 + .../Exe/app_zigbee.o | Bin 0 -> 74396 bytes .../Zigbee_OnOff_Server_Coord/Exe/dbg_trace.d | 51 + .../Zigbee_OnOff_Server_Coord/Exe/dbg_trace.o | Bin 0 -> 10900 bytes MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/ee.d | 52 + MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/ee.o | Bin 0 -> 14604 bytes .../Zigbee_OnOff_Server_Coord/Exe/hardware.d | 50 + .../Zigbee_OnOff_Server_Coord/Exe/hardware.o | Bin 0 -> 9084 bytes .../Zigbee_OnOff_Server_Coord/Exe/hw_flash.d | 37 + .../Zigbee_OnOff_Server_Coord/Exe/hw_flash.o | Bin 0 -> 5676 bytes .../Zigbee_OnOff_Server_Coord/Exe/hw_ipcc.d | 51 + .../Zigbee_OnOff_Server_Coord/Exe/hw_ipcc.o | Bin 0 -> 34136 bytes .../Exe/hw_timerserver.d | 48 + .../Exe/hw_timerserver.o | Bin 0 -> 28196 bytes .../Zigbee_OnOff_Server_Coord/Exe/hw_uart.d | 47 + .../Zigbee_OnOff_Server_Coord/Exe/hw_uart.o | Bin 0 -> 14012 bytes MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/main.d | 49 + MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/main.o | Bin 0 -> 25084 bytes MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/otp.d | 50 + MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/otp.o | Bin 0 -> 2276 bytes MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/shci.d | 43 + MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/shci.o | Bin 0 -> 34568 bytes .../Zigbee_OnOff_Server_Coord/Exe/shci_tl.d | 8 + .../Zigbee_OnOff_Server_Coord/Exe/shci_tl.o | Bin 0 -> 12180 bytes .../Exe/shci_tl_if.d | 7 + .../Exe/shci_tl_if.o | Bin 0 -> 2828 bytes .../Exe/slave_inputs.d | 3 + .../Exe/slave_inputs.o | Bin 0 -> 6136 bytes .../Exe/startup_stm32wb55xx_cm4.o | Bin 0 -> 6920 bytes .../Zigbee_OnOff_Server_Coord/Exe/stm32_lpm.d | 52 + .../Zigbee_OnOff_Server_Coord/Exe/stm32_lpm.o | Bin 0 -> 6956 bytes .../Exe/stm32_lpm_if.d | 49 + .../Exe/stm32_lpm_if.o | Bin 0 -> 18532 bytes .../Zigbee_OnOff_Server_Coord/Exe/stm32_seq.d | 52 + .../Zigbee_OnOff_Server_Coord/Exe/stm32_seq.o | Bin 0 -> 20532 bytes .../Exe/stm32wbxx_hal.d | 36 + .../Exe/stm32wbxx_hal.o | Bin 0 -> 45196 bytes .../Exe/stm32wbxx_hal_cortex.d | 36 + .../Exe/stm32wbxx_hal_cortex.o | Bin 0 -> 23704 bytes .../Exe/stm32wbxx_hal_dma.d | 36 + .../Exe/stm32wbxx_hal_dma.o | Bin 0 -> 17740 bytes .../Exe/stm32wbxx_hal_dma_ex.d | 36 + .../Exe/stm32wbxx_hal_dma_ex.o | Bin 0 -> 7980 bytes .../Exe/stm32wbxx_hal_exti.d | 36 + .../Exe/stm32wbxx_hal_exti.o | Bin 0 -> 11512 bytes .../Exe/stm32wbxx_hal_flash.d | 36 + .../Exe/stm32wbxx_hal_flash.o | Bin 0 -> 13804 bytes .../Exe/stm32wbxx_hal_flash_ex.d | 36 + .../Exe/stm32wbxx_hal_flash_ex.o | Bin 0 -> 20704 bytes .../Exe/stm32wbxx_hal_gpio.d | 36 + .../Exe/stm32wbxx_hal_gpio.o | Bin 0 -> 11392 bytes .../Exe/stm32wbxx_hal_hsem.d | 36 + .../Exe/stm32wbxx_hal_hsem.o | Bin 0 -> 8248 bytes .../Exe/stm32wbxx_hal_ipcc.d | 36 + .../Exe/stm32wbxx_hal_ipcc.o | Bin 0 -> 14740 bytes .../Exe/stm32wbxx_hal_msp.d | 49 + .../Exe/stm32wbxx_hal_msp.o | Bin 0 -> 25744 bytes .../Exe/stm32wbxx_hal_pwr.d | 36 + .../Exe/stm32wbxx_hal_pwr.o | Bin 0 -> 15892 bytes .../Exe/stm32wbxx_hal_pwr_ex.d | 36 + .../Exe/stm32wbxx_hal_pwr_ex.o | Bin 0 -> 43400 bytes .../Exe/stm32wbxx_hal_rcc.d | 36 + .../Exe/stm32wbxx_hal_rcc.o | Bin 0 -> 51096 bytes .../Exe/stm32wbxx_hal_rcc_ex.d | 36 + .../Exe/stm32wbxx_hal_rcc_ex.o | Bin 0 -> 72492 bytes .../Exe/stm32wbxx_hal_rtc.d | 36 + .../Exe/stm32wbxx_hal_rtc.o | Bin 0 -> 26816 bytes .../Exe/stm32wbxx_hal_rtc_ex.d | 36 + .../Exe/stm32wbxx_hal_rtc_ex.o | Bin 0 -> 35128 bytes .../Exe/stm32wbxx_hal_tim.d | 36 + .../Exe/stm32wbxx_hal_tim.o | Bin 0 -> 604 bytes .../Exe/stm32wbxx_hal_tim_ex.d | 36 + .../Exe/stm32wbxx_hal_tim_ex.o | Bin 0 -> 608 bytes .../Exe/stm32wbxx_hal_uart.d | 36 + .../Exe/stm32wbxx_hal_uart.o | Bin 0 -> 75308 bytes .../Exe/stm32wbxx_hal_uart_ex.d | 36 + .../Exe/stm32wbxx_hal_uart_ex.o | Bin 0 -> 21096 bytes .../Exe/stm32wbxx_it.d | 49 + .../Exe/stm32wbxx_it.o | Bin 0 -> 13216 bytes .../Exe/stm32wbxx_ll_rcc.d | 2 + .../Exe/stm32wbxx_ll_rcc.o | Bin 0 -> 604 bytes .../Exe/stm32wbxx_nucleo.d | 39 + .../Exe/stm32wbxx_nucleo.o | Bin 0 -> 14684 bytes .../Zigbee_OnOff_Server_Coord/Exe/stm_list.d | 52 + .../Zigbee_OnOff_Server_Coord/Exe/stm_list.o | Bin 0 -> 10064 bytes .../Exe/stm_logging.d | 47 + .../Exe/stm_logging.o | Bin 0 -> 6104 bytes .../Zigbee_OnOff_Server_Coord/Exe/stm_queue.d | 50 + .../Zigbee_OnOff_Server_Coord/Exe/stm_queue.o | Bin 0 -> 10860 bytes .../Exe/system_stm32wbxx.d | 36 + .../Exe/system_stm32wbxx.o | Bin 0 -> 7484 bytes .../Zigbee_OnOff_Server_Coord/Exe/tl_mbox.d | 55 + .../Zigbee_OnOff_Server_Coord/Exe/tl_mbox.o | Bin 0 -> 26732 bytes .../Exe/tl_zigbee_hci.d | 46 + .../Exe/tl_zigbee_hci.o | Bin 0 -> 4984 bytes .../Exe/zigbee_app.d | 3 + .../Exe/zigbee_app.o | Bin 0 -> 5704 bytes .../Exe/zigbee_core_wb.d | 64 + .../Exe/zigbee_core_wb.o | Bin 0 -> 219776 bytes .../Exe/zigbee_port.d | 44 + .../Exe/zigbee_port.o | Bin 0 -> 5260 bytes MDK-ARM/codex_build.log | 13 + MDK-ARM/codex_obj/app_entry.o | Bin 0 -> 20340 bytes MDK-ARM/codex_obj/app_globals.o | Bin 0 -> 6024 bytes MDK-ARM/codex_obj/app_zigbee.o | Bin 0 -> 24028 bytes MDK-ARM/codex_obj/hardware.o | Bin 0 -> 3644 bytes MDK-ARM/codex_obj/slave_inputs.o | Bin 0 -> 3272 bytes MDK-ARM/codex_obj/stm32wbxx_nucleo.o | Bin 0 -> 5772 bytes MDK-ARM/codex_obj/zigbee_app.o | Bin 0 -> 2692 bytes MDK-ARM/codex_obj/zigbee_port.o | Bin 0 -> 2248 bytes MDK-ARM/startup_stm32wb55xx_cm4.s | 367 + MDK-ARM/stm32wb55_zigbee.uvguix.frima | 1860 ++++ MDK-ARM/stm32wb55_zigbee.uvoptx | 304 + MDK-ARM/stm32wb55_zigbee.uvprojx | 454 + MDK-ARM/stm32wb55xx_flash_cm4.sct | 21 + README.md | 33 + STM32CubeIDE/.cproject | 239 + STM32CubeIDE/.project | 281 + STM32CubeIDE/Application/User/Core/syscalls.c | 176 + STM32CubeIDE/Application/User/Core/sysmem.c | 79 + .../User/Startup/startup_stm32wb55rgvx.s | 444 + STM32CubeIDE/STM32WB55RGVX_FLASH.ld | 175 + STM32_WPAN/App/app_zigbee.c | 1033 ++ STM32_WPAN/App/app_zigbee.h | 93 + STM32_WPAN/App/tl_dbg_conf.h | 133 + STM32_WPAN/Target/hw_ipcc.c | 747 ++ Zigbee_OnOff_Server_Coord.ioc | 284 + docs/ARCHITECTURE.md | 58 + docs/KEIL_SETUP.md | 29 + docs/PROJECT_NOTES.md | 300 + readme.txt | 124 + 191 files changed, 55316 insertions(+) create mode 100644 .mxproject create mode 100644 App/app_config.h create mode 100644 App/app_globals.c create mode 100644 App/app_types.h create mode 100644 App/hardware.c create mode 100644 App/hardware.h create mode 100644 App/slave_inputs.c create mode 100644 App/slave_inputs.h create mode 100644 App/zigbee_app.c create mode 100644 App/zigbee_app.h create mode 100644 App/zigbee_port.c create mode 100644 App/zigbee_port.h create mode 100644 Core/Inc/app_common.h create mode 100644 Core/Inc/app_conf.h create mode 100644 Core/Inc/app_entry.h create mode 100644 Core/Inc/hw_conf.h create mode 100644 Core/Inc/hw_if.h create mode 100644 Core/Inc/main.h create mode 100644 Core/Inc/stm32_lpm_if.h create mode 100644 Core/Inc/stm32wbxx_hal_conf.h create mode 100644 Core/Inc/stm32wbxx_it.h create mode 100644 Core/Inc/stm32wbxx_nucleo_conf.h create mode 100644 Core/Inc/stm_logging.h create mode 100644 Core/Inc/utilities_conf.h create mode 100644 Core/Src/app_entry.c create mode 100644 Core/Src/hw_timerserver.c create mode 100644 Core/Src/hw_uart.c create mode 100644 Core/Src/main.c create mode 100644 Core/Src/stm32_lpm_if.c create mode 100644 Core/Src/stm32wbxx_hal_msp.c create mode 100644 Core/Src/stm32wbxx_it.c create mode 100644 Core/Src/stm_logging.c create mode 100644 Core/Src/system_stm32wbxx.c create mode 100644 EWARM/Project.eww create mode 100644 EWARM/Zigbee_OnOff_Server_Coord.ewd create mode 100644 EWARM/Zigbee_OnOff_Server_Coord.ewp create mode 100644 EWARM/startup_stm32wb55xx_cm4.s create mode 100644 EWARM/stm32wb55xx_flash_cm4.icf create mode 100644 MDK-ARM/EventRecorderStub.scvd create mode 100644 MDK-ARM/RTE/_Zigbee_OnOff_Server_Coord/RTE_Components.h create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord.bak.uvguix.frima create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord.bak.uvoptx create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord.bak.uvprojx create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord.uvguix.frima create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord.uvoptx create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord.uvprojx create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/ExtDll.iex create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/Zigbee_OnOff_Server_Coord.axf create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/Zigbee_OnOff_Server_Coord.bak_Zigbee_OnOff_Server_Coord.dep create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/Zigbee_OnOff_Server_Coord.bin create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/Zigbee_OnOff_Server_Coord.build_log.htm create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/Zigbee_OnOff_Server_Coord.hex create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/Zigbee_OnOff_Server_Coord.htm create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/Zigbee_OnOff_Server_Coord.lnp create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/Zigbee_OnOff_Server_Coord.map create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/Zigbee_OnOff_Server_Coord_Zigbee_OnOff_Server_Coord.dep create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/app_entry.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/app_entry.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/app_globals.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/app_globals.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/app_zigbee.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/app_zigbee.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/dbg_trace.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/dbg_trace.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/ee.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/ee.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/hardware.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/hardware.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/hw_flash.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/hw_flash.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/hw_ipcc.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/hw_ipcc.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/hw_timerserver.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/hw_timerserver.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/hw_uart.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/hw_uart.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/main.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/main.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/otp.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/otp.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/shci.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/shci.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/shci_tl.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/shci_tl.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/shci_tl_if.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/shci_tl_if.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/slave_inputs.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/slave_inputs.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/startup_stm32wb55xx_cm4.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32_lpm.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32_lpm.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32_lpm_if.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32_lpm_if.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32_seq.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32_seq.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_cortex.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_cortex.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_dma.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_dma.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_dma_ex.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_dma_ex.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_exti.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_exti.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_flash.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_flash.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_flash_ex.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_flash_ex.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_gpio.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_gpio.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_hsem.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_hsem.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_ipcc.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_ipcc.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_msp.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_msp.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_pwr.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_pwr.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_pwr_ex.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_pwr_ex.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_rcc.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_rcc.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_rcc_ex.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_rcc_ex.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_rtc.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_rtc.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_rtc_ex.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_rtc_ex.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_tim.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_tim.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_tim_ex.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_tim_ex.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_uart.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_uart.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_uart_ex.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_uart_ex.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_it.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_it.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_ll_rcc.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_ll_rcc.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_nucleo.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_nucleo.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm_list.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm_list.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm_logging.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm_logging.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm_queue.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm_queue.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/system_stm32wbxx.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/system_stm32wbxx.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/tl_mbox.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/tl_mbox.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/tl_zigbee_hci.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/tl_zigbee_hci.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/zigbee_app.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/zigbee_app.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/zigbee_core_wb.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/zigbee_core_wb.o create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/zigbee_port.d create mode 100644 MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/zigbee_port.o create mode 100644 MDK-ARM/codex_build.log create mode 100644 MDK-ARM/codex_obj/app_entry.o create mode 100644 MDK-ARM/codex_obj/app_globals.o create mode 100644 MDK-ARM/codex_obj/app_zigbee.o create mode 100644 MDK-ARM/codex_obj/hardware.o create mode 100644 MDK-ARM/codex_obj/slave_inputs.o create mode 100644 MDK-ARM/codex_obj/stm32wbxx_nucleo.o create mode 100644 MDK-ARM/codex_obj/zigbee_app.o create mode 100644 MDK-ARM/codex_obj/zigbee_port.o create mode 100644 MDK-ARM/startup_stm32wb55xx_cm4.s create mode 100644 MDK-ARM/stm32wb55_zigbee.uvguix.frima create mode 100644 MDK-ARM/stm32wb55_zigbee.uvoptx create mode 100644 MDK-ARM/stm32wb55_zigbee.uvprojx create mode 100644 MDK-ARM/stm32wb55xx_flash_cm4.sct create mode 100644 README.md create mode 100644 STM32CubeIDE/.cproject create mode 100644 STM32CubeIDE/.project create mode 100644 STM32CubeIDE/Application/User/Core/syscalls.c create mode 100644 STM32CubeIDE/Application/User/Core/sysmem.c create mode 100644 STM32CubeIDE/Application/User/Startup/startup_stm32wb55rgvx.s create mode 100644 STM32CubeIDE/STM32WB55RGVX_FLASH.ld create mode 100644 STM32_WPAN/App/app_zigbee.c create mode 100644 STM32_WPAN/App/app_zigbee.h create mode 100644 STM32_WPAN/App/tl_dbg_conf.h create mode 100644 STM32_WPAN/Target/hw_ipcc.c create mode 100644 Zigbee_OnOff_Server_Coord.ioc create mode 100644 docs/ARCHITECTURE.md create mode 100644 docs/KEIL_SETUP.md create mode 100644 docs/PROJECT_NOTES.md create mode 100644 readme.txt diff --git a/.mxproject b/.mxproject new file mode 100644 index 0000000..c131299 --- /dev/null +++ b/.mxproject @@ -0,0 +1,55 @@ +[PreviousLibFiles] +LibFiles=Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h;Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_usart.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_lpuart.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_tim.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_tim_ex.h;Utilities\lpm\tiny_lpm\stm32_lpm.h;Middlewares\ST\STM32_WPAN\stm32_wpan_common.h;Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h;Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\hci_tl.h;Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\shci_tl.h;Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\mbox_def.h;Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\shci\shci.h;Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl.h;Middlewares\ST\STM32_WPAN\utilities\dbg_trace.h;Middlewares\ST\STM32_WPAN\utilities\otp.h;Middlewares\ST\STM32_WPAN\utilities\stm_list.h;Middlewares\ST\STM32_WPAN\utilities\stm_queue.h;Middlewares\ST\STM32_WPAN\utilities\utilities_common.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\extras\zigbee.extras.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zgp\zgp.proxybasic.h;Middlewares\ST\STM32_WPAN\zigbee\lib\stm32wb_zigbee_wb_lib_keil.lib;Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl_zigbee_hci.h;Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_hsem.c;Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_rcc.c;Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_ll_rcc.c;Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_rcc_ex.c;Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_flash.c;Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_flash_ex.c;Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_gpio.c;Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_dma.c;Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_dma_ex.c;Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_pwr.c;Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_pwr_ex.c;Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_cortex.c;Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal.c;Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_exti.c;Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_ipcc.c;Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_uart.c;Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_uart_ex.c;Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_rtc.c;Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_rtc_ex.c;Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_tim.c;Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_tim_ex.c;Utilities\lpm\tiny_lpm\stm32_lpm.c;Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl_mbox.c;Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\shci\shci.c;Middlewares\ST\STM32_WPAN\utilities\dbg_trace.c;Middlewares\ST\STM32_WPAN\utilities\otp.c;Middlewares\ST\STM32_WPAN\utilities\stm_list.c;Middlewares\ST\STM32_WPAN\utilities\stm_queue.c;Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl_zigbee_hci.c;Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\shci_tl.c;Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\shci_tl_if.c;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h;Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_usart.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_lpuart.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_tim.h;Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_tim_ex.h;Utilities\lpm\tiny_lpm\stm32_lpm.h;Middlewares\ST\STM32_WPAN\stm32_wpan_common.h;Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h;Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\hci_tl.h;Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\shci_tl.h;Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\mbox_def.h;Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\shci\shci.h;Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl.h;Middlewares\ST\STM32_WPAN\utilities\dbg_trace.h;Middlewares\ST\STM32_WPAN\utilities\otp.h;Middlewares\ST\STM32_WPAN\utilities\stm_list.h;Middlewares\ST\STM32_WPAN\utilities\stm_queue.h;Middlewares\ST\STM32_WPAN\utilities\utilities_common.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\extras\zigbee.extras.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zgp\zgp.proxybasic.h;Middlewares\ST\STM32_WPAN\zigbee\lib\stm32wb_zigbee_wb_lib_keil.lib;Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl_zigbee_hci.h;Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h;Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h;Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h;Drivers\CMSIS\Device\ST\STM32WBxx\Source\Templates\system_stm32wbxx.c;Utilities\sequencer\stm32_seq.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.aps.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.bdb.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.hash.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.nwk.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.security.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.startup.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.zdo.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.zgp.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\mac\endian.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\mac\ieee802154_crc.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\mac\ieee802154_enums.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\mac\llist.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\mac\mcp_enums.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\mac\pletoh.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\zcl.enum.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\zcl.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\zcl.payload.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\zcl.touchlink.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\key\zcl.cbke.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\key\zcl.key.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\se\zcl.drlc.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\se\zcl.keepalive.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\se\zcl.message.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\se\zcl.meter.attr.gbcs.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\se\zcl.meter.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\se\zcl.price.attr.gbcs.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\se\zcl.price.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\se\zcl.tunnel.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\security\zcl.ias_ace.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\security\zcl.ias_wd.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\security\zcl.ias_zone.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.alarm.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.ballast.config.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.basic.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.color.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.commission.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.dehum.ctrl.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.device.temp.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.diagnostics.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.doorlock.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.elec.meas.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.fan.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.groups.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.identify.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.illum.level.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.illum.meas.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.level.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.meter.id.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.nearest.gw.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.occupancy.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.onoff.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.onoff.swconfig.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.ota.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.poll.control.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.power.config.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.power.profile.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.press.meas.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.pump.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.rssi.loc.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.scenes.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.temp.meas.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.therm.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.therm.ui.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.time.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.voice.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.wcm.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.window.h;Middlewares\ST\STM32_WPAN\zigbee\platform\ee.h;Middlewares\ST\STM32_WPAN\zigbee\platform\ee_cfg.h;Middlewares\ST\STM32_WPAN\zigbee\platform\hw_flash.h;Middlewares\ST\STM32_WPAN\zigbee\core\inc\stm32wbxx_core_interface_def.h;Middlewares\ST\STM32_WPAN\zigbee\core\inc\zigbee_core.h;Middlewares\ST\STM32_WPAN\zigbee\core\inc\zigbee_interface.h;Middlewares\ST\STM32_WPAN\zigbee\core\inc\zigbee_types.h;Utilities\sequencer\stm32_seq.c;Middlewares\ST\STM32_WPAN\zigbee\platform\ee.c;Middlewares\ST\STM32_WPAN\zigbee\platform\hw_flash.c;Middlewares\ST\STM32_WPAN\zigbee\core\src\zigbee_core_wb.c;Utilities\sequencer\stm32_seq.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.aps.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.bdb.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.hash.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.nwk.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.security.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.startup.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.zdo.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.zgp.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\mac\endian.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\mac\ieee802154_crc.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\mac\ieee802154_enums.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\mac\llist.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\mac\mcp_enums.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\mac\pletoh.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\zcl.enum.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\zcl.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\zcl.payload.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\zcl.touchlink.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\key\zcl.cbke.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\key\zcl.key.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\se\zcl.drlc.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\se\zcl.keepalive.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\se\zcl.message.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\se\zcl.meter.attr.gbcs.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\se\zcl.meter.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\se\zcl.price.attr.gbcs.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\se\zcl.price.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\se\zcl.tunnel.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\security\zcl.ias_ace.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\security\zcl.ias_wd.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\security\zcl.ias_zone.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.alarm.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.ballast.config.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.basic.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.color.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.commission.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.dehum.ctrl.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.device.temp.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.diagnostics.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.doorlock.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.elec.meas.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.fan.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.groups.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.identify.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.illum.level.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.illum.meas.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.level.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.meter.id.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.nearest.gw.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.occupancy.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.onoff.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.onoff.swconfig.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.ota.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.poll.control.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.power.config.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.power.profile.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.press.meas.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.pump.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.rssi.loc.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.scenes.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.temp.meas.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.therm.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.therm.ui.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.time.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.voice.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.wcm.h;Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.window.h;Middlewares\ST\STM32_WPAN\zigbee\platform\ee.h;Middlewares\ST\STM32_WPAN\zigbee\platform\ee_cfg.h;Middlewares\ST\STM32_WPAN\zigbee\platform\hw_flash.h;Middlewares\ST\STM32_WPAN\zigbee\core\inc\stm32wbxx_core_interface_def.h;Middlewares\ST\STM32_WPAN\zigbee\core\inc\zigbee_core.h;Middlewares\ST\STM32_WPAN\zigbee\core\inc\zigbee_interface.h;Middlewares\ST\STM32_WPAN\zigbee\core\inc\zigbee_types.h;Drivers\CMSIS\Include\cmsis_armcc.h;Drivers\CMSIS\Include\cmsis_armclang.h;Drivers\CMSIS\Include\cmsis_armclang_ltm.h;Drivers\CMSIS\Include\cmsis_compiler.h;Drivers\CMSIS\Include\cmsis_gcc.h;Drivers\CMSIS\Include\cmsis_iccarm.h;Drivers\CMSIS\Include\cmsis_version.h;Drivers\CMSIS\Include\core_armv81mml.h;Drivers\CMSIS\Include\core_armv8mbl.h;Drivers\CMSIS\Include\core_armv8mml.h;Drivers\CMSIS\Include\core_cm0.h;Drivers\CMSIS\Include\core_cm0plus.h;Drivers\CMSIS\Include\core_cm1.h;Drivers\CMSIS\Include\core_cm23.h;Drivers\CMSIS\Include\core_cm3.h;Drivers\CMSIS\Include\core_cm33.h;Drivers\CMSIS\Include\core_cm35p.h;Drivers\CMSIS\Include\core_cm4.h;Drivers\CMSIS\Include\core_cm7.h;Drivers\CMSIS\Include\core_sc000.h;Drivers\CMSIS\Include\core_sc300.h;Drivers\CMSIS\Include\mpu_armv7.h;Drivers\CMSIS\Include\mpu_armv8.h;Drivers\CMSIS\Include\tz_context.h; + +[PreviousUsedIarFiles] +SourceFiles=..\Core\Src\main.c;..\Core\Src\app_entry.c;..\Core\Src\hw_timerserver.c;..\Core\Src\hw_uart.c;..\Core\Src\stm32_lpm_if.c;..\Core\Src\stm_logging.c;..\STM32_WPAN\App\app_zigbee.c;..\STM32_WPAN\Target\hw_ipcc.c;..\Core\Src\stm32wbxx_it.c;..\Core\Src\stm32wbxx_hal_msp.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\lib\stm32wb_zigbee_wb_lib.a;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_hsem.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_rcc.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_ll_rcc.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_rcc_ex.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_flash.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_flash_ex.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_gpio.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_dma.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_dma_ex.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_pwr.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_pwr_ex.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_cortex.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_exti.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_ipcc.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_uart.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_uart_ex.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_rtc.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_rtc_ex.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_tim.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_tim_ex.c;..\..\..\..\..\..\Utilities\lpm\tiny_lpm\stm32_lpm.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl_mbox.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\shci\shci.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\utilities\dbg_trace.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\utilities\otp.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\utilities\stm_list.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\utilities\stm_queue.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl_zigbee_hci.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\shci_tl.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\shci_tl_if.c;..\..\..\..\..\..\Drivers\CMSIS\Device\ST\STM32WBxx\Source\Templates\system_stm32wbxx.c;..\..\..\..\..\..\Utilities\sequencer\stm32_seq.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\platform\ee.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\platform\hw_flash.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\core\src\zigbee_core_wb.c;..\Core\Src\system_stm32wbxx.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\lib\stm32wb_zigbee_wb_lib.a;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_hsem.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_rcc.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_ll_rcc.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_rcc_ex.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_flash.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_flash_ex.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_gpio.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_dma.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_dma_ex.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_pwr.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_pwr_ex.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_cortex.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_exti.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_ipcc.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_uart.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_uart_ex.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_rtc.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_rtc_ex.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_tim.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_tim_ex.c;..\..\..\..\..\..\Utilities\lpm\tiny_lpm\stm32_lpm.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl_mbox.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\shci\shci.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\utilities\dbg_trace.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\utilities\otp.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\utilities\stm_list.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\utilities\stm_queue.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl_zigbee_hci.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\shci_tl.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\shci_tl_if.c;..\..\..\..\..\..\Drivers\CMSIS\Device\ST\STM32WBxx\Source\Templates\system_stm32wbxx.c;..\..\..\..\..\..\Utilities\sequencer\stm32_seq.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\platform\ee.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\platform\hw_flash.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\core\src\zigbee_core_wb.c;..\Core\Src\system_stm32wbxx.c;;;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\lib\stm32wb_zigbee_wb_lib.a;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl_mbox.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\shci\shci.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\utilities\dbg_trace.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\utilities\otp.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\utilities\stm_list.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\utilities\stm_queue.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl_zigbee_hci.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\shci_tl.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\shci_tl_if.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\platform\ee.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\platform\hw_flash.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\core\src\zigbee_core_wb.c; +HeaderPath=..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Inc;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy;..\..\..\..\..\..\Utilities\lpm\tiny_lpm;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\shci;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\utilities;..\Middlewares\ST\STM32_WPAN\zigbee\stack\include\extras;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zgp;..\..\..\..\..\..\Drivers\CMSIS\Device\ST\STM32WBxx\Include;..\..\..\..\..\..\Utilities\sequencer;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\stack\include;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\stack\include\mac;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\key;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\se;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\security;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\platform;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\core\inc;..\..\..\..\..\..\Drivers\CMSIS\Include;..\Core\Inc;..\STM32_WPAN\App; +CDefines=ZIGBEE_WB;USE_HAL_DRIVER;STM32WB55xx;USE_HAL_DRIVER;USE_HAL_DRIVER; + +[PreviousUsedKeilFiles] +SourceFiles=..\Core\Src\main.c;..\Core\Src\app_entry.c;..\Core\Src\hw_timerserver.c;..\Core\Src\hw_uart.c;..\Core\Src\stm32_lpm_if.c;..\Core\Src\stm_logging.c;..\STM32_WPAN\App\app_zigbee.c;..\STM32_WPAN\Target\hw_ipcc.c;..\Core\Src\stm32wbxx_it.c;..\Core\Src\stm32wbxx_hal_msp.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\lib\stm32wb_zigbee_wb_lib_keil.lib;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_hsem.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_rcc.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_ll_rcc.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_rcc_ex.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_flash.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_flash_ex.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_gpio.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_dma.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_dma_ex.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_pwr.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_pwr_ex.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_cortex.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_exti.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_ipcc.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_uart.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_uart_ex.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_rtc.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_rtc_ex.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_tim.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_tim_ex.c;..\..\..\..\..\..\Utilities\lpm\tiny_lpm\stm32_lpm.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl_mbox.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\shci\shci.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\utilities\dbg_trace.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\utilities\otp.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\utilities\stm_list.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\utilities\stm_queue.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl_zigbee_hci.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\shci_tl.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\shci_tl_if.c;..\..\..\..\..\..\Drivers\CMSIS\Device\ST\STM32WBxx\Source\Templates\system_stm32wbxx.c;..\..\..\..\..\..\Utilities\sequencer\stm32_seq.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\platform\ee.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\platform\hw_flash.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\core\src\zigbee_core_wb.c;..\Core\Src\system_stm32wbxx.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\lib\stm32wb_zigbee_wb_lib_keil.lib;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_hsem.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_rcc.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_ll_rcc.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_rcc_ex.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_flash.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_flash_ex.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_gpio.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_dma.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_dma_ex.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_pwr.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_pwr_ex.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_cortex.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_exti.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_ipcc.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_uart.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_uart_ex.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_rtc.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_rtc_ex.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_tim.c;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_tim_ex.c;..\..\..\..\..\..\Utilities\lpm\tiny_lpm\stm32_lpm.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl_mbox.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\shci\shci.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\utilities\dbg_trace.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\utilities\otp.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\utilities\stm_list.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\utilities\stm_queue.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl_zigbee_hci.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\shci_tl.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\shci_tl_if.c;..\..\..\..\..\..\Drivers\CMSIS\Device\ST\STM32WBxx\Source\Templates\system_stm32wbxx.c;..\..\..\..\..\..\Utilities\sequencer\stm32_seq.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\platform\ee.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\platform\hw_flash.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\core\src\zigbee_core_wb.c;..\Core\Src\system_stm32wbxx.c;;;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\lib\stm32wb_zigbee_wb_lib_keil.lib;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl_mbox.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\shci\shci.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\utilities\dbg_trace.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\utilities\otp.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\utilities\stm_list.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\utilities\stm_queue.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl_zigbee_hci.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\shci_tl.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\shci_tl_if.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\platform\ee.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\platform\hw_flash.c;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\core\src\zigbee_core_wb.c; +HeaderPath=..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Inc;..\..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy;..\..\..\..\..\..\Utilities\lpm\tiny_lpm;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\shci;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\utilities;..\Middlewares\ST\STM32_WPAN\zigbee\stack\include\extras;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zgp;..\..\..\..\..\..\Drivers\CMSIS\Device\ST\STM32WBxx\Include;..\..\..\..\..\..\Utilities\sequencer;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\stack\include;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\stack\include\mac;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\key;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\se;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\security;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\platform;..\..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\core\inc;..\..\..\..\..\..\Drivers\CMSIS\Include;..\Core\Inc;..\STM32_WPAN\App; +CDefines=ZIGBEE_WB;USE_HAL_DRIVER;STM32WB55xx;USE_HAL_DRIVER;USE_HAL_DRIVER; + +[PreviousGenFiles] +AdvancedFolderStructure=true +HeaderFileListSize=13 +HeaderFiles#0=..\Core\Inc\app_common.h +HeaderFiles#1=..\Core\Inc\stm_logging.h +HeaderFiles#2=..\Core\Inc\app_conf.h +HeaderFiles#3=..\Core\Inc\app_entry.h +HeaderFiles#4=..\Core\Inc\hw_conf.h +HeaderFiles#5=..\Core\Inc\hw_if.h +HeaderFiles#6=..\Core\Inc\utilities_conf.h +HeaderFiles#7=..\Core\Inc\stm32_lpm_if.h +HeaderFiles#8=..\STM32_WPAN\App\tl_dbg_conf.h +HeaderFiles#9=..\STM32_WPAN\App\app_zigbee.h +HeaderFiles#10=..\Core\Inc\stm32wbxx_it.h +HeaderFiles#11=..\Core\Inc\stm32wbxx_hal_conf.h +HeaderFiles#12=..\Core\Inc\main.h +HeaderFolderListSize=2 +HeaderPath#0=..\Core\Inc +HeaderPath#1=..\STM32_WPAN\App +HeaderFiles=; +SourceFileListSize=10 +SourceFiles#0=..\Core\Src\app_entry.c +SourceFiles#1=..\Core\Src\hw_timerserver.c +SourceFiles#2=..\Core\Src\hw_uart.c +SourceFiles#3=..\Core\Src\stm32_lpm_if.c +SourceFiles#4=..\Core\Src\stm_logging.c +SourceFiles#5=..\STM32_WPAN\App\app_zigbee.c +SourceFiles#6=..\STM32_WPAN\Target\hw_ipcc.c +SourceFiles#7=..\Core\Src\stm32wbxx_it.c +SourceFiles#8=..\Core\Src\stm32wbxx_hal_msp.c +SourceFiles#9=..\Core\Src\main.c +SourceFolderListSize=3 +SourcePath#0=..\Core\Src +SourcePath#1=..\STM32_WPAN\App +SourcePath#2=..\STM32_WPAN\Target +SourceFiles=; + +[PreviousUsedCubeIDEFiles] +SourceFiles=Core\Src\main.c;Core\Src\app_entry.c;Core\Src\hw_timerserver.c;Core\Src\hw_uart.c;Core\Src\stm32_lpm_if.c;Core\Src\stm_logging.c;STM32_WPAN\App\app_zigbee.c;STM32_WPAN\Target\hw_ipcc.c;Core\Src\stm32wbxx_it.c;Core\Src\stm32wbxx_hal_msp.c;..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\lib\stm32wb_zigbee_wb_lib_keil.lib;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_hsem.c;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_rcc.c;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_ll_rcc.c;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_rcc_ex.c;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_flash.c;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_flash_ex.c;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_gpio.c;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_dma.c;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_dma_ex.c;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_pwr.c;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_pwr_ex.c;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_cortex.c;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal.c;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_exti.c;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_ipcc.c;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_uart.c;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_uart_ex.c;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_rtc.c;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_rtc_ex.c;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_tim.c;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_tim_ex.c;..\..\..\..\..\Utilities\lpm\tiny_lpm\stm32_lpm.c;..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl_mbox.c;..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\shci\shci.c;..\..\..\..\..\Middlewares\ST\STM32_WPAN\utilities\dbg_trace.c;..\..\..\..\..\Middlewares\ST\STM32_WPAN\utilities\otp.c;..\..\..\..\..\Middlewares\ST\STM32_WPAN\utilities\stm_list.c;..\..\..\..\..\Middlewares\ST\STM32_WPAN\utilities\stm_queue.c;..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl_zigbee_hci.c;..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\shci_tl.c;..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\shci_tl_if.c;..\..\..\..\..\Drivers\CMSIS\Device\ST\STM32WBxx\Source\Templates\system_stm32wbxx.c;..\..\..\..\..\Utilities\sequencer\stm32_seq.c;..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\platform\ee.c;..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\platform\hw_flash.c;..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\core\src\zigbee_core_wb.c;Core\Src\system_stm32wbxx.c;..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\lib\stm32wb_zigbee_wb_lib_keil.lib;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_hsem.c;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_rcc.c;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_ll_rcc.c;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_rcc_ex.c;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_flash.c;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_flash_ex.c;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_gpio.c;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_dma.c;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_dma_ex.c;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_pwr.c;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_pwr_ex.c;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_cortex.c;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal.c;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_exti.c;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_ipcc.c;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_uart.c;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_uart_ex.c;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_rtc.c;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_rtc_ex.c;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_tim.c;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_tim_ex.c;..\..\..\..\..\Utilities\lpm\tiny_lpm\stm32_lpm.c;..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl_mbox.c;..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\shci\shci.c;..\..\..\..\..\Middlewares\ST\STM32_WPAN\utilities\dbg_trace.c;..\..\..\..\..\Middlewares\ST\STM32_WPAN\utilities\otp.c;..\..\..\..\..\Middlewares\ST\STM32_WPAN\utilities\stm_list.c;..\..\..\..\..\Middlewares\ST\STM32_WPAN\utilities\stm_queue.c;..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl_zigbee_hci.c;..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\shci_tl.c;..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\shci_tl_if.c;..\..\..\..\..\Drivers\CMSIS\Device\ST\STM32WBxx\Source\Templates\system_stm32wbxx.c;..\..\..\..\..\Utilities\sequencer\stm32_seq.c;..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\platform\ee.c;..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\platform\hw_flash.c;..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\core\src\zigbee_core_wb.c;Core\Src\system_stm32wbxx.c;;;..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\lib\stm32wb_zigbee_wb_lib_keil.lib;..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl_mbox.c;..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\shci\shci.c;..\..\..\..\..\Middlewares\ST\STM32_WPAN\utilities\dbg_trace.c;..\..\..\..\..\Middlewares\ST\STM32_WPAN\utilities\otp.c;..\..\..\..\..\Middlewares\ST\STM32_WPAN\utilities\stm_list.c;..\..\..\..\..\Middlewares\ST\STM32_WPAN\utilities\stm_queue.c;..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl_zigbee_hci.c;..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\shci_tl.c;..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\shci_tl_if.c;..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\platform\ee.c;..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\platform\hw_flash.c;..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\core\src\zigbee_core_wb.c; +HeaderPath=..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Inc;..\..\..\..\..\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy;..\..\..\..\..\Utilities\lpm\tiny_lpm;..\..\..\..\..\Middlewares\ST\STM32_WPAN;..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread;..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl;..\..\..\..\..\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\shci;..\..\..\..\..\Middlewares\ST\STM32_WPAN\utilities;..\Middlewares\ST\STM32_WPAN\zigbee\stack\include\extras;..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zgp;..\..\..\..\..\Drivers\CMSIS\Device\ST\STM32WBxx\Include;..\..\..\..\..\Utilities\sequencer;..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\stack\include;..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\stack\include\mac;..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl;..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\key;..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\se;..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\security;..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general;..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\platform;..\..\..\..\..\Middlewares\ST\STM32_WPAN\zigbee\core\inc;..\..\..\..\..\Drivers\CMSIS\Include;Core\Inc;STM32_WPAN\App; +CDefines=ZIGBEE_WB;USE_HAL_DRIVER;STM32WB55xx;USE_HAL_DRIVER;USE_HAL_DRIVER; + diff --git a/App/app_config.h b/App/app_config.h new file mode 100644 index 0000000..cde95b7 --- /dev/null +++ b/App/app_config.h @@ -0,0 +1,50 @@ +#ifndef APP_CONFIG_H +#define APP_CONFIG_H + +#include "app_types.h" + +/* + * Markdown note: + * - APP_ROLE_DEFAULT chooses firmware behavior at reset. + * - Role can be changed at runtime by App_SetRole(). + * - Replace pin/channel values after CubeMX pinout is fixed. + */ + +#define APP_ROLE_DEFAULT APP_ROLE_MASTER // APP_ROLE_MASTER //APP_ROLE_SLAVE + +#define APP_ZIGBEE_ENDPOINT 10U +#define APP_ZIGBEE_CLUSTER_INPUTS 0xFC10U +#define APP_ZIGBEE_REPORT_PERIOD_MS 100U +#define APP_ZIGBEE_CHANNEL 20U +#define APP_ZIGBEE_PAN_ID 0x1234U +#define APP_ZIGBEE_EXTENDED_PAN_ID 0x1122334455667788ULL +#define APP_ZIGBEE_PERMIT_JOIN_SEC 0xFFU +#define APP_ZIGBEE_PERMIT_REFRESH_MS 5000U +#define APP_ZIGBEE_REJOIN_FAIL_COUNT 3U +#define APP_ZIGBEE_REJOIN_RETRY_MS 15000U +#define APP_ZIGBEE_JOIN_WATCHDOG_MS 20000U + +#define APP_BUTTON_COUNT 3U +#define APP_ADC_CHANNEL_COUNT 1U + +#define APP_BUTTON_ACTIVE_LEVEL 0U +#define APP_BUTTON_DEBOUNCE_MS 20U +#define APP_BUTTON_GPIO_PORT GPIOB +#define APP_BUTTON1_GPIO_PIN GPIO_PIN_0 +#define APP_BUTTON2_GPIO_PIN GPIO_PIN_1 +#define APP_BUTTON3_GPIO_PIN GPIO_PIN_2 + +#define APP_ROLE_DETECT_ENABLED 0U +#define APP_ROLE_DETECT_GPIO_PORT GPIOA +#define APP_ROLE_DETECT_GPIO_PIN GPIO_PIN_9 +#define APP_ROLE_DETECT_PULL GPIO_PULLDOWN +#define APP_ROLE_DETECT_MASTER_LEVEL GPIO_PIN_RESET + +#define APP_ROLE_LED_GPIO_PORT GPIOE +#define APP_ROLE_LED_GPIO_PIN GPIO_PIN_4 +#define APP_ROLE_LED_ACTIVE_LEVEL GPIO_PIN_SET + +#define APP_ANALOG_MIN_RAW 0U +#define APP_ANALOG_MAX_RAW 4095U + +#endif diff --git a/App/app_globals.c b/App/app_globals.c new file mode 100644 index 0000000..2c2eb88 --- /dev/null +++ b/App/app_globals.c @@ -0,0 +1,150 @@ +#include "app_config.h" +#include "app_types.h" + +AppContext_t g_app = +{ + .role = APP_ROLE_DEFAULT, + .zigbee_state = APP_ZB_DISCONNECTED, + .slave_inputs = + { + .buttons = + { + { .pressed = false, .changed = false, .last_change_ms = 0U }, + { .pressed = false, .changed = false, .last_change_ms = 0U }, + { .pressed = false, .changed = false, .last_change_ms = 0U } + }, + .analog = { .raw = 0U, .filtered = 0U, .percent = 0U }, + .sequence = 0U + }, + .master_node = + { + .online = false, + .last_report = { .sequence = 0U, .button_mask = 0U, .analog_raw = 0U, .analog_percent = 0U }, + .last_seen_ms = 0U + }, + .zigbee = + { + .pan_id = APP_ZIGBEE_PAN_ID, + .channel = APP_ZIGBEE_CHANNEL, + .endpoint = APP_ZIGBEE_ENDPOINT, + .cluster_id = APP_ZIGBEE_CLUSTER_INPUTS + }, + .uptime_ms = 0U, + .last_report_ms = 0U +}; + +volatile uint32_t watch_role = APP_ROLE_DEFAULT; +volatile uint32_t watch_is_master = 0U; +volatile uint32_t watch_is_slave = 1U; +volatile uint32_t watch_role_pin_is_master = 0U; +volatile uint32_t watch_zigbee_state = APP_ZB_DISCONNECTED; +volatile uint32_t watch_master_online = 0U; +volatile uint32_t watch_master_last_seen_ms = 0U; +volatile uint32_t watch_master_last_sequence = 0U; +volatile uint32_t watch_master_button_mask = 0U; +volatile uint32_t watch_master_analog_raw = 0U; +volatile uint32_t watch_master_analog_percent = 0U; +volatile uint32_t watch_slave_sequence = 0U; +volatile uint32_t watch_slave_button_mask = 0U; +volatile uint32_t watch_slave_analog_raw = 0U; +volatile uint32_t watch_slave_analog_percent = 0U; +volatile uint32_t watch_report_tx_count = 0U; +volatile uint32_t watch_report_rx_count = 0U; +volatile uint32_t watch_report_tx_attempt_count = 0U; +volatile uint32_t watch_report_tx_ok_count = 0U; +volatile uint32_t watch_report_tx_busy_count = 0U; +volatile uint32_t watch_report_tx_confirm_count = 0U; +volatile uint32_t watch_report_tx_confirm_status = 0U; +volatile uint32_t watch_report_rx_ind_count = 0U; +volatile uint32_t watch_report_rx_decode_fail_count = 0U; +volatile uint32_t watch_report_rx_last_cluster = 0U; +volatile uint32_t watch_report_rx_last_length = 0U; +volatile uint32_t watch_zigbee_ready = 0U; +volatile uint32_t watch_rejoin_request_count = 0U; +volatile uint32_t watch_rejoin_success_count = 0U; +volatile uint32_t watch_rejoin_fail_count = 0U; +volatile uint32_t watch_rejoin_active = 0U; +volatile uint32_t watch_rejoin_last_status = 0U; +volatile uint32_t watch_report_tx_fail_streak = 0U; +volatile uint32_t watch_permit_join_count = 0U; +volatile uint32_t watch_permit_join_status = 0U; +volatile uint32_t watch_permit_join_duration = 0U; +volatile uint32_t watch_join_watchdog_count = 0U; + +static void App_DebugCopyReportToMasterWatch(const AppSlaveReport_t *report) +{ + watch_master_last_sequence = report->sequence; + watch_master_button_mask = report->button_mask; + watch_master_analog_raw = report->analog_raw; + watch_master_analog_percent = report->analog_percent; +} + +static void App_DebugCopyReportToSlaveWatch(const AppSlaveReport_t *report) +{ + watch_slave_sequence = report->sequence; + watch_slave_button_mask = report->button_mask; + watch_slave_analog_raw = report->analog_raw; + watch_slave_analog_percent = report->analog_percent; +} + +const char *App_RoleName(AppRole_t role) +{ + return (role == APP_ROLE_MASTER) ? "master" : "slave"; +} + +void App_SetRole(AppRole_t role) +{ + g_app.role = role; + g_app.zigbee_state = APP_ZB_DISCONNECTED; + g_app.last_report_ms = 0U; +} + +AppSlaveReport_t App_MakeSlaveReport(const AppSlaveInputs_t *inputs) +{ + AppSlaveReport_t report; + uint8_t mask = 0U; + + for (uint8_t i = 0U; i < APP_BUTTON_COUNT; i++) + { + if (inputs->buttons[i].pressed) + { + mask |= (uint8_t)(1U << i); + } + } + + report.sequence = inputs->sequence; + report.button_mask = mask; + report.analog_raw = inputs->analog.raw; + report.analog_percent = inputs->analog.percent; + + return report; +} + +void App_MasterAcceptReport(const AppSlaveReport_t *report, uint32_t now_ms) +{ + g_app.master_node.online = true; + g_app.master_node.last_report = *report; + g_app.master_node.last_seen_ms = now_ms; + + watch_report_rx_count++; + App_DebugCopyReportToMasterWatch(report); + App_DebugRefresh(watch_role_pin_is_master); +} + +void App_DebugRefresh(uint32_t role_pin_is_master) +{ + watch_role = (uint32_t)g_app.role; + watch_is_master = (g_app.role == APP_ROLE_MASTER) ? 1U : 0U; + watch_is_slave = (g_app.role == APP_ROLE_SLAVE) ? 1U : 0U; + watch_role_pin_is_master = role_pin_is_master; + watch_zigbee_state = (uint32_t)g_app.zigbee_state; + watch_master_online = g_app.master_node.online ? 1U : 0U; + watch_master_last_seen_ms = g_app.master_node.last_seen_ms; + App_DebugCopyReportToMasterWatch(&g_app.master_node.last_report); +} + +void App_DebugOnSlaveReportTx(const AppSlaveReport_t *report) +{ + watch_report_tx_count++; + App_DebugCopyReportToSlaveWatch(report); +} diff --git a/App/app_types.h b/App/app_types.h new file mode 100644 index 0000000..c7fac0b --- /dev/null +++ b/App/app_types.h @@ -0,0 +1,123 @@ +#ifndef APP_TYPES_H +#define APP_TYPES_H + +#include +#include + +typedef enum +{ + APP_ROLE_MASTER = 1, + APP_ROLE_SLAVE = 0 +} AppRole_t; + +typedef enum +{ + APP_ZB_DISCONNECTED = 0, + APP_ZB_JOINING, + APP_ZB_CONNECTED, + APP_ZB_ERROR +} AppZigbeeState_t; + +typedef struct +{ + bool pressed; + bool changed; + uint32_t last_change_ms; +} AppButton_t; + +typedef struct +{ + uint16_t raw; + uint16_t filtered; + uint8_t percent; +} AppAnalogChannel_t; + +typedef struct +{ + AppButton_t buttons[3]; + AppAnalogChannel_t analog; + uint32_t sequence; +} AppSlaveInputs_t; + +typedef struct +{ + uint32_t sequence; + uint8_t button_mask; + uint16_t analog_raw; + uint8_t analog_percent; +} AppSlaveReport_t; + +typedef struct +{ + bool online; + AppSlaveReport_t last_report; + uint32_t last_seen_ms; +} AppMasterNode_t; + +typedef struct +{ + uint16_t pan_id; + uint8_t channel; + uint8_t endpoint; + uint16_t cluster_id; +} AppZigbeeConfig_t; + +typedef struct +{ + AppRole_t role; + AppZigbeeState_t zigbee_state; + AppSlaveInputs_t slave_inputs; + AppMasterNode_t master_node; + AppZigbeeConfig_t zigbee; + uint32_t uptime_ms; + uint32_t last_report_ms; +} AppContext_t; + +extern AppContext_t g_app; + +extern volatile uint32_t watch_role; +extern volatile uint32_t watch_is_master; +extern volatile uint32_t watch_is_slave; +extern volatile uint32_t watch_role_pin_is_master; +extern volatile uint32_t watch_zigbee_state; +extern volatile uint32_t watch_master_online; +extern volatile uint32_t watch_master_last_seen_ms; +extern volatile uint32_t watch_master_last_sequence; +extern volatile uint32_t watch_master_button_mask; +extern volatile uint32_t watch_master_analog_raw; +extern volatile uint32_t watch_master_analog_percent; +extern volatile uint32_t watch_slave_sequence; +extern volatile uint32_t watch_slave_button_mask; +extern volatile uint32_t watch_slave_analog_raw; +extern volatile uint32_t watch_slave_analog_percent; +extern volatile uint32_t watch_report_tx_count; +extern volatile uint32_t watch_report_rx_count; +extern volatile uint32_t watch_report_tx_attempt_count; +extern volatile uint32_t watch_report_tx_ok_count; +extern volatile uint32_t watch_report_tx_busy_count; +extern volatile uint32_t watch_report_tx_confirm_count; +extern volatile uint32_t watch_report_tx_confirm_status; +extern volatile uint32_t watch_report_rx_ind_count; +extern volatile uint32_t watch_report_rx_decode_fail_count; +extern volatile uint32_t watch_report_rx_last_cluster; +extern volatile uint32_t watch_report_rx_last_length; +extern volatile uint32_t watch_zigbee_ready; +extern volatile uint32_t watch_rejoin_request_count; +extern volatile uint32_t watch_rejoin_success_count; +extern volatile uint32_t watch_rejoin_fail_count; +extern volatile uint32_t watch_rejoin_active; +extern volatile uint32_t watch_rejoin_last_status; +extern volatile uint32_t watch_report_tx_fail_streak; +extern volatile uint32_t watch_permit_join_count; +extern volatile uint32_t watch_permit_join_status; +extern volatile uint32_t watch_permit_join_duration; +extern volatile uint32_t watch_join_watchdog_count; + +const char *App_RoleName(AppRole_t role); +void App_SetRole(AppRole_t role); +AppSlaveReport_t App_MakeSlaveReport(const AppSlaveInputs_t *inputs); +void App_MasterAcceptReport(const AppSlaveReport_t *report, uint32_t now_ms); +void App_DebugRefresh(uint32_t role_pin_is_master); +void App_DebugOnSlaveReportTx(const AppSlaveReport_t *report); + +#endif diff --git a/App/hardware.c b/App/hardware.c new file mode 100644 index 0000000..9f9fa4b --- /dev/null +++ b/App/hardware.c @@ -0,0 +1,100 @@ +#include "hardware.h" +#include "app_config.h" +#include "main.h" +#include "stm32wbxx_nucleo.h" + +/* + * Markdown note: + * - This file is the only place that should know real GPIO/ADC pins. + * - Replace the weak placeholder code with HAL_GPIO_ReadPin() and HAL_ADC calls + * after STM32CubeWB/CubeMX generates the board initialization. + */ + +void Hardware_Init(void) +{ + GPIO_InitTypeDef gpio = {0}; + + __HAL_RCC_GPIOB_CLK_ENABLE(); + __HAL_RCC_GPIOE_CLK_ENABLE(); + +#if (APP_ROLE_DETECT_ENABLED != 0U) + gpio.Pin = APP_ROLE_DETECT_GPIO_PIN; + gpio.Mode = GPIO_MODE_INPUT; + gpio.Pull = APP_ROLE_DETECT_PULL; + gpio.Speed = GPIO_SPEED_FREQ_LOW; + HAL_GPIO_Init(APP_ROLE_DETECT_GPIO_PORT, &gpio); +#endif + + gpio.Pin = APP_BUTTON1_GPIO_PIN | APP_BUTTON2_GPIO_PIN | APP_BUTTON3_GPIO_PIN; + gpio.Mode = GPIO_MODE_INPUT; + gpio.Pull = (APP_BUTTON_ACTIVE_LEVEL == 0U) ? GPIO_PULLUP : GPIO_PULLDOWN; + gpio.Speed = GPIO_SPEED_FREQ_LOW; + HAL_GPIO_Init(APP_BUTTON_GPIO_PORT, &gpio); + + gpio.Pin = APP_ROLE_LED_GPIO_PIN; + gpio.Mode = GPIO_MODE_OUTPUT_PP; + gpio.Pull = GPIO_NOPULL; + gpio.Speed = GPIO_SPEED_FREQ_LOW; + HAL_GPIO_Init(APP_ROLE_LED_GPIO_PORT, &gpio); + Hardware_SetRoleLed(false); +} + +void Hardware_Process(void) +{ +} + +uint32_t Hardware_GetTickMs(void) +{ + return HAL_GetTick(); +} + + +bool Hardware_ReadRoleSwitchIsMaster(void) +{ +#if (APP_ROLE_DETECT_ENABLED != 0U) + return (HAL_GPIO_ReadPin(APP_ROLE_DETECT_GPIO_PORT, APP_ROLE_DETECT_GPIO_PIN) == + APP_ROLE_DETECT_MASTER_LEVEL); +#else + return (APP_ROLE_DEFAULT == APP_ROLE_MASTER); +#endif +} + +void Hardware_SetRoleLed(bool on) +{ + const GPIO_PinState active = APP_ROLE_LED_ACTIVE_LEVEL; + const GPIO_PinState inactive = (active == GPIO_PIN_SET) ? GPIO_PIN_RESET : GPIO_PIN_SET; + + HAL_GPIO_WritePin(APP_ROLE_LED_GPIO_PORT, + APP_ROLE_LED_GPIO_PIN, + on ? active : inactive); +} + +bool Hardware_ReadButton(uint8_t index) +{ + uint16_t pin; + + switch (index) + { + case 0U: + pin = APP_BUTTON1_GPIO_PIN; + break; + + case 1U: + pin = APP_BUTTON2_GPIO_PIN; + break; + + case 2U: + pin = APP_BUTTON3_GPIO_PIN; + break; + + default: + return false; + } + + return (HAL_GPIO_ReadPin(APP_BUTTON_GPIO_PORT, pin) == APP_BUTTON_ACTIVE_LEVEL); +} + +uint16_t Hardware_ReadAnalogRaw(void) +{ + return 0U; +} diff --git a/App/hardware.h b/App/hardware.h new file mode 100644 index 0000000..10b1abd --- /dev/null +++ b/App/hardware.h @@ -0,0 +1,15 @@ +#ifndef HARDWARE_H +#define HARDWARE_H + +#include +#include + +void Hardware_Init(void); +void Hardware_Process(void); +uint32_t Hardware_GetTickMs(void); +bool Hardware_ReadRoleSwitchIsMaster(void); +void Hardware_SetRoleLed(bool on); +bool Hardware_ReadButton(uint8_t index); +uint16_t Hardware_ReadAnalogRaw(void); + +#endif diff --git a/App/slave_inputs.c b/App/slave_inputs.c new file mode 100644 index 0000000..aae5976 --- /dev/null +++ b/App/slave_inputs.c @@ -0,0 +1,84 @@ +#include "app_config.h" +#include "app_types.h" +#include "hardware.h" +#include "slave_inputs.h" + +static uint8_t Analog_ToPercent(uint16_t raw) +{ + uint32_t clamped = raw; + + if (clamped > APP_ANALOG_MAX_RAW) + { + clamped = APP_ANALOG_MAX_RAW; + } + + return (uint8_t)((clamped * 100U) / APP_ANALOG_MAX_RAW); +} + +void SlaveInputs_Init(void) +{ + for (uint8_t i = 0U; i < APP_BUTTON_COUNT; i++) + { + g_app.slave_inputs.buttons[i].pressed = Hardware_ReadButton(i); + g_app.slave_inputs.buttons[i].changed = false; + g_app.slave_inputs.buttons[i].last_change_ms = Hardware_GetTickMs(); + } + + g_app.slave_inputs.analog.raw = Hardware_ReadAnalogRaw(); + g_app.slave_inputs.analog.filtered = g_app.slave_inputs.analog.raw; + g_app.slave_inputs.analog.percent = Analog_ToPercent(g_app.slave_inputs.analog.filtered); +} + +void SlaveInputs_Process(void) +{ + const uint32_t now = Hardware_GetTickMs(); + + for (uint8_t i = 0U; i < APP_BUTTON_COUNT; i++) + { + const bool pressed = Hardware_ReadButton(i); + AppButton_t *button = &g_app.slave_inputs.buttons[i]; + + if ((pressed != button->pressed) && + ((now - button->last_change_ms) >= APP_BUTTON_DEBOUNCE_MS)) + { + button->pressed = pressed; + button->changed = true; + button->last_change_ms = now; + g_app.slave_inputs.sequence++; + } + } + + const uint16_t raw = Hardware_ReadAnalogRaw(); + AppAnalogChannel_t *analog = &g_app.slave_inputs.analog; + const uint16_t old_percent = analog->percent; + + analog->raw = raw; + analog->filtered = (uint16_t)(((uint32_t)analog->filtered * 7U + raw) / 8U); + analog->percent = Analog_ToPercent(analog->filtered); + + if (analog->percent != old_percent) + { + g_app.slave_inputs.sequence++; + } +} + +int SlaveInputs_HasChanges(void) +{ + for (uint8_t i = 0U; i < APP_BUTTON_COUNT; i++) + { + if (g_app.slave_inputs.buttons[i].changed) + { + return 1; + } + } + + return 0; +} + +void SlaveInputs_ClearChanges(void) +{ + for (uint8_t i = 0U; i < APP_BUTTON_COUNT; i++) + { + g_app.slave_inputs.buttons[i].changed = false; + } +} diff --git a/App/slave_inputs.h b/App/slave_inputs.h new file mode 100644 index 0000000..e797bfd --- /dev/null +++ b/App/slave_inputs.h @@ -0,0 +1,9 @@ +#ifndef SLAVE_INPUTS_H +#define SLAVE_INPUTS_H + +void SlaveInputs_Init(void); +void SlaveInputs_Process(void); +int SlaveInputs_HasChanges(void); +void SlaveInputs_ClearChanges(void); + +#endif diff --git a/App/zigbee_app.c b/App/zigbee_app.c new file mode 100644 index 0000000..d034423 --- /dev/null +++ b/App/zigbee_app.c @@ -0,0 +1,89 @@ +#include "app_config.h" +#include "app_types.h" +#include "hardware.h" +#include "slave_inputs.h" +#include "zigbee_app.h" +#include "zigbee_port.h" + +static void ZigbeeApp_UpdateStatusLed(void) +{ + const uint32_t phase = g_app.uptime_ms % 1000U; + bool on = false; + + switch (g_app.zigbee_state) + { + case APP_ZB_CONNECTED: + if (g_app.role == APP_ROLE_MASTER) + { + on = (phase < 80U); + } + else + { + on = (phase < 80U) || ((phase >= 160U) && (phase < 240U)); + } + break; + + case APP_ZB_JOINING: + on = ((phase % 160U) < 80U); + break; + + case APP_ZB_ERROR: + on = ((phase % 100U) < 50U); + break; + + case APP_ZB_DISCONNECTED: + default: + on = ((phase % 400U) < 80U); + break; + } + + Hardware_SetRoleLed(on); +} + +static void ZigbeeApp_UpdateRoleFromSwitch(void) +{ + const bool role_pin_is_master = Hardware_ReadRoleSwitchIsMaster(); + const AppRole_t requested_role = role_pin_is_master; + // role_pin_is_master ? APP_ROLE_MASTER : APP_ROLE_SLAVE; + + if (requested_role != g_app.role) + { + App_SetRole(requested_role); + ZigbeePort_Init(&g_app.zigbee, g_app.role); + } + + App_DebugRefresh(role_pin_is_master ? 1U : 0U); +} + +void ZigbeeApp_Init(void) +{ + ZigbeePort_Init(&g_app.zigbee, g_app.role); + SlaveInputs_Init(); + + const bool role_pin_is_master = Hardware_ReadRoleSwitchIsMaster(); + App_DebugRefresh(role_pin_is_master ? 1U : 0U); + ZigbeeApp_UpdateStatusLed(); +} + +void ZigbeeApp_Process(void) +{ + g_app.uptime_ms = Hardware_GetTickMs(); + + ZigbeeApp_UpdateRoleFromSwitch(); + ZigbeePort_Process(); + ZigbeeApp_UpdateStatusLed(); + + if (g_app.role == APP_ROLE_SLAVE) + { + SlaveInputs_Process(); + + if ((g_app.uptime_ms - g_app.last_report_ms) >= APP_ZIGBEE_REPORT_PERIOD_MS) + { + if (ZigbeePort_SendSlaveInputs(&g_app.slave_inputs) == ZIGBEE_PORT_OK) + { + g_app.last_report_ms = g_app.uptime_ms; + SlaveInputs_ClearChanges(); + } + } + } +} diff --git a/App/zigbee_app.h b/App/zigbee_app.h new file mode 100644 index 0000000..371f376 --- /dev/null +++ b/App/zigbee_app.h @@ -0,0 +1,7 @@ +#ifndef ZIGBEE_APP_H +#define ZIGBEE_APP_H + +void ZigbeeApp_Init(void); +void ZigbeeApp_Process(void); + +#endif diff --git a/App/zigbee_port.c b/App/zigbee_port.c new file mode 100644 index 0000000..de66ae0 --- /dev/null +++ b/App/zigbee_port.c @@ -0,0 +1,34 @@ +#include "zigbee_port.h" +#include "app_zigbee.h" + +/* + * Markdown note: + * - Keep STM32_WPAN / Zigbee Cluster Library calls in this adapter. + * - Master should create/open the network and receive reports. + * - Slave should join the network and send AppSlaveInputs_t payload. + */ + +void ZigbeePort_Init(const AppZigbeeConfig_t *config, AppRole_t role) +{ + (void)config; + (void)role; +} + +void ZigbeePort_Process(void) +{ + APP_ZIGBEE_Process(); +} + +ZigbeePortStatus_t ZigbeePort_SendSlaveInputs(const AppSlaveInputs_t *inputs) +{ + const AppSlaveReport_t report = App_MakeSlaveReport(inputs); + + App_DebugOnSlaveReportTx(&report); + + return APP_ZIGBEE_SendSlaveReport(&report) ? ZIGBEE_PORT_OK : ZIGBEE_PORT_BUSY; +} + +void ZigbeePort_OnSlaveReportReceived(const AppSlaveReport_t *report, uint32_t now_ms) +{ + App_MasterAcceptReport(report, now_ms); +} diff --git a/App/zigbee_port.h b/App/zigbee_port.h new file mode 100644 index 0000000..968f0ad --- /dev/null +++ b/App/zigbee_port.h @@ -0,0 +1,19 @@ +#ifndef ZIGBEE_PORT_H +#define ZIGBEE_PORT_H + +#include +#include "app_types.h" + +typedef enum +{ + ZIGBEE_PORT_OK = 0, + ZIGBEE_PORT_BUSY, + ZIGBEE_PORT_ERROR +} ZigbeePortStatus_t; + +void ZigbeePort_Init(const AppZigbeeConfig_t *config, AppRole_t role); +void ZigbeePort_Process(void); +ZigbeePortStatus_t ZigbeePort_SendSlaveInputs(const AppSlaveInputs_t *inputs); +void ZigbeePort_OnSlaveReportReceived(const AppSlaveReport_t *report, uint32_t now_ms); + +#endif diff --git a/Core/Inc/app_common.h b/Core/Inc/app_common.h new file mode 100644 index 0000000..0c387a4 --- /dev/null +++ b/Core/Inc/app_common.h @@ -0,0 +1,113 @@ +/* USER CODE BEGIN Header */ +/** + ****************************************************************************** + * @file app_common.h + * @author MCD Application Team + * @brief App Common application configuration file for STM32WPAN Middleware. + ****************************************************************************** + * @attention + * + * Copyright (c) 2019-2023 STMicroelectronics. + * All rights reserved. + * + * This software is licensed under terms that can be found in the LICENSE file + * in the root directory of this software component. + * If no LICENSE file comes with this software, it is provided AS-IS. + * + ****************************************************************************** + */ +/* USER CODE END Header */ +/* Define to prevent recursive inclusion -------------------------------------*/ +#ifndef APP_COMMON_H +#define APP_COMMON_H + +#ifdef __cplusplus +extern "C"{ +#endif + +#include +#include +#include +#include +#include + +#include "app_conf.h" + +/* -------------------------------- * + * Basic definitions * + * -------------------------------- */ +#undef NULL +#define NULL 0 + +#undef FALSE +#define FALSE 0 + +#undef TRUE +#define TRUE (!0) + +/* -------------------------------- * + * Critical Section definition * + * -------------------------------- */ +#define BACKUP_PRIMASK() uint32_t primask_bit= __get_PRIMASK() +#define DISABLE_IRQ() __disable_irq() +#define RESTORE_PRIMASK() __set_PRIMASK(primask_bit) + +/* -------------------------------- * + * Macro delimiters * + * -------------------------------- */ +#define M_BEGIN do { + +#define M_END } while(0) + +/* -------------------------------- * + * Some useful macro definitions * + * -------------------------------- */ +#ifndef MAX +#define MAX( x, y ) (((x)>(y))?(x):(y)) +#endif + +#ifndef MIN +#define MIN( x, y ) (((x)<(y))?(x):(y)) +#endif + +#define MODINC( a, m ) M_BEGIN (a)++; if ((a)>=(m)) (a)=0; M_END + +#define MODDEC( a, m ) M_BEGIN if ((a)==0) (a)=(m); (a)--; M_END + +#define MODADD( a, b, m ) M_BEGIN (a)+=(b); if ((a)>=(m)) (a)-=(m); M_END + +#define MODSUB( a, b, m ) MODADD( a, (m)-(b), m ) + +#define PAUSE( t ) M_BEGIN \ + __IO int _i; \ + for ( _i = t; _i > 0; _i -- ); \ + M_END + +#define DIVF( x, y ) ((x)/(y)) + +#define DIVC( x, y ) (((x)+(y)-1)/(y)) + +#define DIVR( x, y ) (((x)+((y)/2))/(y)) + +#define SHRR( x, n ) ((((x)>>((n)-1))+1)>>1) + +#define BITN( w, n ) (((w)[(n)/32] >> ((n)%32)) & 1) + +#define BITNSET( w, n, b ) M_BEGIN (w)[(n)/32] |= ((U32)(b))<<((n)%32); M_END + +/* -------------------------------- * + * Compiler * + * -------------------------------- */ +#define PLACE_IN_SECTION( __x__ ) __attribute__((section (__x__))) + +#ifdef WIN32 +#define ALIGN(n) +#else +#define ALIGN(n) __attribute__((aligned(n))) +#endif + +#ifdef __cplusplus +} /* extern "C" */ +#endif + +#endif /*APP_COMMON_H */ diff --git a/Core/Inc/app_conf.h b/Core/Inc/app_conf.h new file mode 100644 index 0000000..eb19112 --- /dev/null +++ b/Core/Inc/app_conf.h @@ -0,0 +1,385 @@ +/* USER CODE BEGIN Header */ +/** + ****************************************************************************** + * @file app_conf.h + * @author MCD Application Team + * @brief Application configuration file for STM32WPAN Middleware. + ****************************************************************************** + * @attention + * + * Copyright (c) 2019-2023 STMicroelectronics. + * All rights reserved. + * + * This software is licensed under terms that can be found in the LICENSE file + * in the root directory of this software component. + * If no LICENSE file comes with this software, it is provided AS-IS. + * + ****************************************************************************** + */ +/* USER CODE END Header */ + +/* Define to prevent recursive inclusion -------------------------------------*/ +#ifndef APP_CONF_H +#define APP_CONF_H + +#include "hw.h" +#include "hw_conf.h" +#include "hw_if.h" + +/****************************************************************************** + * Application Config + ******************************************************************************/ +/****************************************************************************** + * Transport Layer + ******************************************************************************/ +/** + * Queue length of BLE Event + * This parameter defines the number of asynchronous events that can be stored in the HCI layer before + * being reported to the application. When a command is sent to the BLE core coprocessor, the HCI layer + * is waiting for the event with the Num_HCI_Command_Packets set to 1. The receive queue shall be large + * enough to store all asynchronous events received in between. + * When CFG_TLBLE_MOST_EVENT_PAYLOAD_SIZE is set to 27, this allow to store three 255 bytes long asynchronous events + * between the HCI command and its event. + * This parameter depends on the value given to CFG_TLBLE_MOST_EVENT_PAYLOAD_SIZE. When the queue size is to small, + * the system may hang if the queue is full with asynchronous events and the HCI layer is still waiting + * for a CC/CS event, In that case, the notification TL_BLE_HCI_ToNot() is called to indicate + * to the application a HCI command did not receive its command event within 30s (Default HCI Timeout). + */ +#define CFG_TL_EVT_QUEUE_LENGTH 5 +/** + * This parameter should be set to fit most events received by the HCI layer. It defines the buffer size of each element + * allocated in the queue of received events and can be used to optimize the amount of RAM allocated by the Memory Manager. + * It should not exceed 255 which is the maximum HCI packet payload size (a greater value is a lost of memory as it will + * never be used) + * It shall be at least 4 to receive the command status event in one frame. + * The default value is set to 27 to allow receiving an event of MTU size in a single buffer. This value maybe reduced + * further depending on the application. + */ +#define CFG_TL_MOST_EVENT_PAYLOAD_SIZE 255 /**< Set to 255 with the memory manager and the mailbox */ + +#define TL_EVENT_FRAME_SIZE ( TL_EVT_HDR_SIZE + CFG_TL_MOST_EVENT_PAYLOAD_SIZE ) +/****************************************************************************** + * UART interfaces + ******************************************************************************/ + +/** + * Select UART interfaces + */ +#define CFG_DEBUG_TRACE_UART hw_uart1 +#define CFG_CONSOLE_MENU +#define CFG_CLI_UART hw_lpuart1 +/****************************************************************************** + * USB interface + ******************************************************************************/ + +/** + * Enable/Disable USB interface + */ +#define CFG_USB_INTERFACE_ENABLE 0 + +/****************************************************************************** + * IPCC interface + ******************************************************************************/ + +/** + * The IPCC is dedicated to the communication between the CPU2 and the CPU1 + * and shall not be modified by the application + * The two following definitions shall not be modified + */ +#define HAL_IPCC_TX_IRQHandler(...) HW_IPCC_Tx_Handler( ) +#define HAL_IPCC_RX_IRQHandler(...) HW_IPCC_Rx_Handler( ) + +/****************************************************************************** + * Low Power + * + * When CFG_FULL_LOW_POWER is set to 1, the system is configured in full + * low power mode. It means that all what can have an impact on the consumptions + * are powered down.(For instance LED, Access to Debugger, Etc.) + * + * When CFG_FULL_LOW_POWER is set to 0, the low power mode is not activated + * + ******************************************************************************/ + +#define CFG_FULL_LOW_POWER 0 + +#if (CFG_FULL_LOW_POWER == 1) +#undef CFG_LPM_SUPPORTED +#define CFG_LPM_SUPPORTED 1 +#endif /* CFG_FULL_LOW_POWER */ +/****************************************************************************** + * RTC interface + ******************************************************************************/ +#define HAL_RTCEx_WakeUpTimerIRQHandler(...) HW_TS_RTC_Wakeup_Handler( ) + +/****************************************************************************** + * Timer Server + ******************************************************************************/ +/** + * CFG_RTC_WUCKSEL_DIVIDER: This sets the RTCCLK divider to the wakeup timer. + * The lower is the value, the better is the power consumption and the accuracy of the timerserver + * The higher is the value, the finest is the granularity + * + * CFG_RTC_ASYNCH_PRESCALER: This sets the asynchronous prescaler of the RTC. It should as high as possible ( to output + * clock as low as possible) but the output clock should be equal or higher frequency compare to the clock feeding + * the wakeup timer. A lower clock speed would impact the accuracy of the timer server. + * + * CFG_RTC_SYNCH_PRESCALER: This sets the synchronous prescaler of the RTC. + * When the 1Hz calendar clock is required, it shall be sets according to other settings + * When the 1Hz calendar clock is not needed, CFG_RTC_SYNCH_PRESCALER should be set to 0x7FFF (MAX VALUE) + * + * CFG_RTCCLK_DIVIDER_CONF: + * Shall be set to either 0,2,4,8,16 + * When set to either 2,4,8,16, the 1Hhz calendar is supported + * When set to 0, the user sets its own configuration + * + * The following settings are computed with LSI as input to the RTC + */ + +#define CFG_RTCCLK_DIVIDER_CONF 0 + +#if (CFG_RTCCLK_DIVIDER_CONF == 0) +/** + * Custom configuration + * It does not support 1Hz calendar + * It divides the RTC CLK by 16 + */ + +#define CFG_RTCCLK_DIV (16) +#define CFG_RTC_WUCKSEL_DIVIDER (0) +#define CFG_RTC_ASYNCH_PRESCALER (0x0F) +#define CFG_RTC_SYNCH_PRESCALER (0x7FFF) + +#else + +#if (CFG_RTCCLK_DIVIDER_CONF == 2) +/** + * It divides the RTC CLK by 2 + */ +#define CFG_RTC_WUCKSEL_DIVIDER (3) +#endif + +#if (CFG_RTCCLK_DIVIDER_CONF == 4) +/** + * It divides the RTC CLK by 4 + */ +#define CFG_RTC_WUCKSEL_DIVIDER (2) +#endif + +#if (CFG_RTCCLK_DIVIDER_CONF == 8) +/** + * It divides the RTC CLK by 8 + */ +#define CFG_RTC_WUCKSEL_DIVIDER (1) +#endif + +#if (CFG_RTCCLK_DIVIDER_CONF == 16) +/** + * It divides the RTC CLK by 16 + */ +#define CFG_RTC_WUCKSEL_DIVIDER (0) +#endif + +#define CFG_RTCCLK_DIV CFG_RTCCLK_DIVIDER_CONF +#define CFG_RTC_ASYNCH_PRESCALER (CFG_RTCCLK_DIV - 1) +#define CFG_RTC_SYNCH_PRESCALER (DIVR( LSE_VALUE, (CFG_RTC_ASYNCH_PRESCALER+1) ) - 1 ) + +#endif + +/** tick timer values */ +#define CFG_TS_TICK_VAL DIVR( (CFG_RTCCLK_DIV * 1000000), LSE_VALUE ) +#define CFG_TS_TICK_VAL_PS DIVR( ((uint64_t)CFG_RTCCLK_DIV * 1e12), (uint64_t)LSE_VALUE ) + +typedef enum +{ + CFG_TIM_PROC_ID_ISR, + /* USER CODE BEGIN CFG_TimProcID_t */ + + /* USER CODE END CFG_TimProcID_t */ +} CFG_TimProcID_t; + +/****************************************************************************** + * Debug + ******************************************************************************/ +/** + * When set, this resets some hw resources to put the device in the same state as at power up. + * It resets only register that may prevent the FW to run properly. + * + * This shall be set to 0 in a final product + * + */ +#define CFG_HW_RESET_BY_FW 0 + +/** + * keep debugger enabled while in any low power mode when set to 1 + * should be set to 0 in production + */ +#define CFG_DEBUGGER_SUPPORTED 1 + +#if (CFG_FULL_LOW_POWER == 1) +#undef CFG_DEBUGGER_SUPPORTED +#define CFG_DEBUGGER_SUPPORTED 0 +#endif /* CFG_FULL_LOW_POWER */ + +/***************************************************************************** + * Traces + * Enable or Disable traces in application + * When CFG_DEBUG_TRACE is set, traces are activated + * + * Note : Refer to utilities_conf.h file in order to details + * the level of traces : CFG_DEBUG_TRACE_FULL or CFG_DEBUG_TRACE_LIGHT + *****************************************************************************/ +#define CFG_DEBUG_TRACE 1 + +#if (CFG_FULL_LOW_POWER == 1) +#undef CFG_DEBUG_TRACE +#define CFG_DEBUG_TRACE 0 +#endif /* CFG_FULL_LOW_POWER */ + +/** + * When CFG_DEBUG_TRACE_FULL is set to 1, the trace are output with the API name, the file name and the line number + * When CFG_DEBUG_TRACE_LIGHT is set to 1, only the debug message is output + * + * When both are set to 0, no trace are output + * When both are set to 1, CFG_DEBUG_TRACE_FULL is selected + */ +#define CFG_DEBUG_TRACE_LIGHT 1 +#define CFG_DEBUG_TRACE_FULL 0 + +#if (( CFG_DEBUG_TRACE != 0 ) && ( CFG_DEBUG_TRACE_LIGHT == 0 ) && (CFG_DEBUG_TRACE_FULL == 0)) +#undef CFG_DEBUG_TRACE_FULL +#undef CFG_DEBUG_TRACE_LIGHT +#define CFG_DEBUG_TRACE_FULL 0 +#define CFG_DEBUG_TRACE_LIGHT 1 +#endif + +#if ( CFG_DEBUG_TRACE == 0 ) +#undef CFG_DEBUG_TRACE_FULL +#undef CFG_DEBUG_TRACE_LIGHT +#define CFG_DEBUG_TRACE_FULL 0 +#define CFG_DEBUG_TRACE_LIGHT 0 +#endif + +/** + * When not set, the traces is looping on sending the trace over UART + */ +#define DBG_TRACE_USE_CIRCULAR_QUEUE 1 + +/** + * max buffer Size to queue data traces and max data trace allowed. + * Only Used if DBG_TRACE_USE_CIRCULAR_QUEUE is defined + */ +#define DBG_TRACE_MSG_QUEUE_SIZE 4096 +#define MAX_DBG_TRACE_MSG_SIZE 1024 + +/****************************************************************************** + * Configure Log level for Application + ******************************************************************************/ +#define APPLI_CONFIG_LOG_LEVEL LOG_LEVEL_INFO +#define APPLI_PRINT_FILE_FUNC_LINE 0 + +/* USER CODE BEGIN Defines */ +/****************************************************************************** + * User interaction + * When CFG_LED_SUPPORTED is set, LEDS are activated if requested + * When CFG_BUTTON_SUPPORTED is set, the push button are activated if requested + ******************************************************************************/ +#if (CFG_FULL_LOW_POWER == 1) +#define CFG_LED_SUPPORTED 0 +#define CFG_BUTTON_SUPPORTED 0 +#else +#define CFG_LED_SUPPORTED 1 +#define CFG_BUTTON_SUPPORTED 1 +#endif /* CFG_FULL_LOW_POWER */ + +/* USER CODE END Defines */ + +/****************************************************************************** + * Scheduler + ******************************************************************************/ +/** + * This is the list of task id required by the application + * Each Id shall be in the range 0..31 + */ + +typedef enum +{ + CFG_TASK_NOTIFY_FROM_M0_TO_M4, + CFG_TASK_REQUEST_FROM_M0_TO_M4, + CFG_TASK_ZIGBEE_NETWORK_FORM, + CFG_TASK_SYSTEM_HCI_ASYNCH_EVT, +#if (CFG_USB_INTERFACE_ENABLE != 0) + CFG_TASK_VCP_SEND_DATA, +#endif /* (CFG_USB_INTERFACE_ENABLE != 0) */ + /* USER CODE BEGIN CFG_IdleTask_Id_t */ + + /* USER CODE END CFG_IdleTask_Id_t */ + CFG_TASK_NBR /**< Shall be last in the list */ +} CFG_IdleTask_Id_t; + +/* Scheduler types and defines */ +/*------------------------------------*/ +#define EVENT_ACK_FROM_M0_EVT (1U << CFG_EVT_ACK_FROM_M0_EVT) +#define EVENT_SYNCHRO_BYPASS_IDLE (1U << CFG_EVT_SYNCHRO_BYPASS_IDLE) +/* USER CODE BEGIN DEFINE_TASK */ + +/* USER CODE END DEFINE_TASK */ + +/** + * This is the list of priority required by the application + * Each Id shall be in the range 0..31 + */ +typedef enum +{ + CFG_SCH_PRIO_0, + CFG_SCH_PRIO_1, + /* USER CODE BEGIN CFG_SCH_Prio_Id_t */ + + /* USER CODE END CFG_SCH_Prio_Id_t */ + CFG_SCH_PRIO_NBR /**< Shall be last in the list */ +} CFG_SCH_Prio_Id_t; + +/** + * This is a bit mapping over 32bits listing all events id supported in the application + */ +typedef enum +{ + CFG_EVT_SYSTEM_HCI_CMD_EVT_RESP, + CFG_EVT_ACK_FROM_M0_EVT, + CFG_EVT_SYNCHRO_BYPASS_IDLE, + CFG_EVT_ZIGBEE_STARTUP_ENDED, + /* USER CODE BEGIN CFG_IdleEvt_Id_t */ + + /* USER CODE END CFG_IdleEvt_Id_t */ +} CFG_IdleEvt_Id_t; + +#define EVENT_ACK_FROM_M0_EVT (1U << CFG_EVT_ACK_FROM_M0_EVT) +#define EVENT_SYNCHRO_BYPASS_IDLE (1U << CFG_EVT_SYNCHRO_BYPASS_IDLE) +#define EVENT_ZIGBEE_STARTUP_ENDED (1U << CFG_EVT_ZIGBEE_STARTUP_ENDED) +/* USER CODE BEGIN DEFINE_EVENT */ + +/* USER CODE END DEFINE_EVENT */ + +/****************************************************************************** + * LOW POWER + ******************************************************************************/ +/** + * Supported requester to the MCU Low Power Manager - can be increased up to 32 + * It list a bit mapping of all user of the Low Power Manager + */ +typedef enum +{ + CFG_LPM_APP, + /* USER CODE BEGIN CFG_LPM_Id_t */ + + /* USER CODE END CFG_LPM_Id_t */ +} CFG_LPM_Id_t; + +/****************************************************************************** + * OTP manager + ******************************************************************************/ +#define CFG_OTP_BASE_ADDRESS OTP_AREA_BASE + +#define CFG_OTP_END_ADRESS OTP_AREA_END_ADDR + +#endif /*APP_CONF_H */ + diff --git a/Core/Inc/app_entry.h b/Core/Inc/app_entry.h new file mode 100644 index 0000000..32a4da0 --- /dev/null +++ b/Core/Inc/app_entry.h @@ -0,0 +1,71 @@ +/* USER CODE BEGIN Header */ +/** + ****************************************************************************** + * @file app_entry.h + * @author MCD Application Team + * @brief Interface to the application + ****************************************************************************** + * @attention + * + * Copyright (c) 2019-2023 STMicroelectronics. + * All rights reserved. + * + * This software is licensed under terms that can be found in the LICENSE file + * in the root directory of this software component. + * If no LICENSE file comes with this software, it is provided AS-IS. + * + ****************************************************************************** + */ +/* USER CODE END Header */ + +/* Define to prevent recursive inclusion -------------------------------------*/ +#ifndef APP_ENTRY_H +#define APP_ENTRY_H + +#ifdef __cplusplus +extern "C" { +#endif + +/* Includes ------------------------------------------------------------------*/ + +/* Private includes ----------------------------------------------------------*/ +/* USER CODE BEGIN Includes */ + +/* USER CODE END Includes */ + +/* Exported types ------------------------------------------------------------*/ +/* USER CODE BEGIN ET */ + +/* USER CODE END ET */ + +/* Exported constants --------------------------------------------------------*/ +/* USER CODE BEGIN EC */ + +/* USER CODE END EC */ + +/* Exported variables --------------------------------------------------------*/ +/* USER CODE BEGIN EV */ + +/* USER CODE END EV */ + +/* Exported macros ------------------------------------------------------------*/ +/* USER CODE BEGIN EM */ + +/* USER CODE END EM */ + +/* Exported functions ---------------------------------------------*/ +void MX_APPE_Config(void); +void MX_APPE_Init(void); +void MX_APPE_Process(void); +void Init_Exti(void); +void Init_Smps(void); + +/* USER CODE BEGIN EF */ + +/* USER CODE END EF */ + +#ifdef __cplusplus +} /* extern "C" */ +#endif + +#endif /*APP_ENTRY_H */ diff --git a/Core/Inc/hw_conf.h b/Core/Inc/hw_conf.h new file mode 100644 index 0000000..0e50856 --- /dev/null +++ b/Core/Inc/hw_conf.h @@ -0,0 +1,264 @@ +/* USER CODE BEGIN Header */ +/** + ****************************************************************************** + * @file hw_conf.h + * @author MCD Application Team + * @brief Configuration of hardware interface + ****************************************************************************** + * @attention + * + * Copyright (c) 2019-2023 STMicroelectronics. + * All rights reserved. + * + * This software is licensed under terms that can be found in the LICENSE file + * in the root directory of this software component. + * If no LICENSE file comes with this software, it is provided AS-IS. + * + ****************************************************************************** + */ +/* USER CODE END Header */ + +/* Define to prevent recursive inclusion -------------------------------------*/ +#ifndef HW_CONF_H +#define HW_CONF_H + +/****************************************************************************** + * Semaphores + * THIS SHALL NO BE CHANGED AS THESE SEMAPHORES ARE USED AS WELL ON THE CM0+ + *****************************************************************************/ +/** +* The CPU2 may be configured to store the Thread persistent data either in internal NVM storage on CPU2 or in +* SRAM2 buffer provided by the user application. This can be configured with the system command SHCI_C2_Config() +* When the CPU2 is requested to store persistent data in SRAM2, it can write data in this buffer at any time when needed. +* In order to read consistent data with the CPU1 from the SRAM2 buffer, the flow should be: +* + CPU1 takes CFG_HW_THREAD_NVM_SRAM_SEMID semaphore +* + CPU1 reads all persistent data from SRAM2 (most of the time, the goal is to write these data into an NVM managed by CPU1) +* + CPU1 releases CFG_HW_THREAD_NVM_SRAM_SEMID semaphore +* CFG_HW_THREAD_NVM_SRAM_SEMID semaphore makes sure CPU2 does not update the persistent data in SRAM2 at the same time CPU1 is reading them. +* There is no timing constraint on how long this semaphore can be kept. +*/ +#define CFG_HW_THREAD_NVM_SRAM_SEMID 9 + +/** +* The CPU2 may be configured to store the BLE persistent data either in internal NVM storage on CPU2 or in +* SRAM2 buffer provided by the user application. This can be configured with the system command SHCI_C2_Config() +* When the CPU2 is requested to store persistent data in SRAM2, it can write data in this buffer at any time when needed. +* In order to read consistent data with the CPU1 from the SRAM2 buffer, the flow should be: +* + CPU1 takes CFG_HW_BLE_NVM_SRAM_SEMID semaphore +* + CPU1 reads all persistent data from SRAM2 (most of the time, the goal is to write these data into an NVM managed by CPU1) +* + CPU1 releases CFG_HW_BLE_NVM_SRAM_SEMID semaphore +* CFG_HW_BLE_NVM_SRAM_SEMID semaphore makes sure CPU2 does not update the persistent data in SRAM2 at the same time CPU1 is reading them. +* There is no timing constraint on how long this semaphore can be kept. +*/ +#define CFG_HW_BLE_NVM_SRAM_SEMID 8 + +/** +* Index of the semaphore used by CPU2 to prevent the CPU1 to either write or erase data in flash +* The CPU1 shall not either write or erase in flash when this semaphore is taken by the CPU2 +* When the CPU1 needs to either write or erase in flash, it shall first get the semaphore and release it just +* after writing a raw (64bits data) or erasing one sector. +* Once the Semaphore has been released, there shall be at least 1us before it can be taken again. This is required +* to give the opportunity to CPU2 to take it. +* On v1.4.0 and older CPU2 wireless firmware, this semaphore is unused and CPU2 is using PES bit. +* By default, CPU2 is using the PES bit to protect its timing. The CPU1 may request the CPU2 to use the semaphore +* instead of the PES bit by sending the system command SHCI_C2_SetFlashActivityControl() +*/ +#define CFG_HW_BLOCK_FLASH_REQ_BY_CPU2_SEMID 7 + +/** +* Index of the semaphore used by CPU1 to prevent the CPU2 to either write or erase data in flash +* In order to protect its timing, the CPU1 may get this semaphore to prevent the CPU2 to either +* write or erase in flash (as this will stall both CPUs) +* The PES bit shall not be used as this may stall the CPU2 in some cases. +*/ +#define CFG_HW_BLOCK_FLASH_REQ_BY_CPU1_SEMID 6 + +/** +* Index of the semaphore used to manage the CLK48 clock configuration +* When the USB is required, this semaphore shall be taken before configuring te CLK48 for USB +* and should be released after the application switch OFF the clock when the USB is not used anymore +* When using the RNG, it is good enough to use CFG_HW_RNG_SEMID to control CLK48. +* More details in AN5289 +*/ +#define CFG_HW_CLK48_CONFIG_SEMID 5 + +/* Index of the semaphore used to manage the entry Stop Mode procedure */ +#define CFG_HW_ENTRY_STOP_MODE_SEMID 4 + +/* Index of the semaphore used to access the RCC */ +#define CFG_HW_RCC_SEMID 3 + +/* Index of the semaphore used to access the FLASH */ +#define CFG_HW_FLASH_SEMID 2 + +/* Index of the semaphore used to access the PKA */ +#define CFG_HW_PKA_SEMID 1 + +/* Index of the semaphore used to access the RNG */ +#define CFG_HW_RNG_SEMID 0 + +/****************************************************************************** + * HW TIMER SERVER + *****************************************************************************/ +/** + * The user may define the maximum number of virtual timers supported. + * It shall not exceed 255 + */ +#define CFG_HW_TS_MAX_NBR_CONCURRENT_TIMER 6 + +/** + * The user may define the priority in the NVIC of the RTC_WKUP interrupt handler that is used to manage the + * wakeup timer. + * This setting is the preemptpriority part of the NVIC. + */ +#define CFG_HW_TS_NVIC_RTC_WAKEUP_IT_PREEMPTPRIO 3 + +/** + * The user may define the priority in the NVIC of the RTC_WKUP interrupt handler that is used to manage the + * wakeup timer. + * This setting is the subpriority part of the NVIC. It does not exist on all processors. When it is not supported + * on the CPU, the setting is ignored + */ +#define CFG_HW_TS_NVIC_RTC_WAKEUP_IT_SUBPRIO 0 + +/** + * Define a critical section in the Timer server + * The Timer server does not support the API to be nested + * The Application shall either: + * a) Ensure this will never happen + * b) Define the critical section + * The default implementations is masking all interrupts using the PRIMASK bit + * The TimerServer driver uses critical sections to avoid context corruption. This is achieved with the macro + * TIMER_ENTER_CRITICAL_SECTION and TIMER_EXIT_CRITICAL_SECTION. When CFG_HW_TS_USE_PRIMASK_AS_CRITICAL_SECTION is set + * to 1, all STM32 interrupts are masked with the PRIMASK bit of the CortexM CPU. It is possible to use the BASEPRI + * register of the CortexM CPU to keep allowed some interrupts with high priority. In that case, the user shall + * re-implement TIMER_ENTER_CRITICAL_SECTION and TIMER_EXIT_CRITICAL_SECTION and shall make sure that no TimerServer + * API are called when the TIMER critical section is entered + */ +#define CFG_HW_TS_USE_PRIMASK_AS_CRITICAL_SECTION 1 + +/** + * This value shall reflect the maximum delay there could be in the application between the time the RTC interrupt + * is generated by the Hardware and the time when the RTC interrupt handler is called. This time is measured in + * number of RTCCLK ticks. + * A relaxed timing would be 10ms + * When the value is too short, the timerserver will not be able to count properly and all timeout may be random. + * When the value is too long, the device may wake up more often than the most optimal configuration. However, the + * impact on power consumption would be marginal (unless the value selected is extremely too long). It is strongly + * recommended to select a value large enough to make sure it is not too short to ensure reliability of the system + * as this will have marginal impact on low power mode + */ +#define CFG_HW_TS_RTC_HANDLER_MAX_DELAY ( 10 * (LSI_VALUE/1000) ) + + /** + * Interrupt ID in the NVIC of the RTC Wakeup interrupt handler + * It shall be type of IRQn_Type + */ +#define CFG_HW_TS_RTC_WAKEUP_HANDLER_ID RTC_WKUP_IRQn + +/****************************************************************************** + * HW UART + *****************************************************************************/ +#define CFG_HW_LPUART1_ENABLED 1 +#define CFG_HW_LPUART1_DMA_TX_SUPPORTED 1 + +#define CFG_HW_USART1_ENABLED 1 +#define CFG_HW_USART1_DMA_TX_SUPPORTED 1 + +/** + * LPUART1 + */ +#define CFG_HW_LPUART1_PREEMPTPRIORITY 0x0F +#define CFG_HW_LPUART1_SUBPRIORITY 0 + +/** < The application shall check the selected source clock is enable */ +#define CFG_HW_LPUART1_SOURCE_CLOCK RCC_LPUART1CLKSOURCE_SYSCLK + +#define CFG_HW_LPUART1_BAUDRATE 115200 +#define CFG_HW_LPUART1_WORDLENGTH UART_WORDLENGTH_8B +#define CFG_HW_LPUART1_STOPBITS UART_STOPBITS_1 +#define CFG_HW_LPUART1_PARITY UART_PARITY_NONE +#define CFG_HW_LPUART1_HWFLOWCTL UART_HWCONTROL_NONE +#define CFG_HW_LPUART1_MODE UART_MODE_TX_RX +#define CFG_HW_LPUART1_ADVFEATUREINIT UART_ADVFEATURE_NO_INIT +#define CFG_HW_LPUART1_OVERSAMPLING UART_OVERSAMPLING_8 + +#define CFG_HW_LPUART1_TX_PORT_CLK_ENABLE __HAL_RCC_GPIOA_CLK_ENABLE +#define CFG_HW_LPUART1_TX_PORT GPIOA +#define CFG_HW_LPUART1_TX_PIN GPIO_PIN_2 +#define CFG_HW_LPUART1_TX_MODE GPIO_MODE_AF_PP +#define CFG_HW_LPUART1_TX_PULL GPIO_NOPULL +#define CFG_HW_LPUART1_TX_SPEED GPIO_SPEED_FREQ_VERY_HIGH +#define CFG_HW_LPUART1_TX_ALTERNATE GPIO_AF8_LPUART1 + +#define CFG_HW_LPUART1_RX_PORT_CLK_ENABLE __HAL_RCC_GPIOA_CLK_ENABLE +#define CFG_HW_LPUART1_RX_PORT GPIOA +#define CFG_HW_LPUART1_RX_PIN GPIO_PIN_3 +#define CFG_HW_LPUART1_RX_MODE GPIO_MODE_AF_PP +#define CFG_HW_LPUART1_RX_PULL GPIO_NOPULL +#define CFG_HW_LPUART1_RX_SPEED GPIO_SPEED_FREQ_VERY_HIGH +#define CFG_HW_LPUART1_RX_ALTERNATE GPIO_AF8_LPUART1 + +#define CFG_HW_LPUART1_DMA_TX_PREEMPTPRIORITY 0x0F +#define CFG_HW_LPUART1_DMA_TX_SUBPRIORITY 0 + +#define CFG_HW_LPUART1_DMAMUX_CLK_ENABLE __HAL_RCC_DMAMUX1_CLK_ENABLE +#define CFG_HW_LPUART1_DMA_CLK_ENABLE __HAL_RCC_DMA1_CLK_ENABLE +#define CFG_HW_LPUART1_TX_DMA_REQ DMA_REQUEST_LPUART1_TX +#define CFG_HW_LPUART1_TX_DMA_CHANNEL DMA1_Channel1 +#define CFG_HW_LPUART1_TX_DMA_IRQn DMA1_Channel1_IRQn +#define CFG_HW_LPUART1_DMA_TX_IRQHandler DMA1_Channel1_IRQHandler + +/** + * UART1 + */ +#define CFG_HW_USART1_PREEMPTPRIORITY 0x0F +#define CFG_HW_USART1_SUBPRIORITY 0 + +/** < The application shall check the selected source clock is enable */ +#define CFG_HW_USART1_SOURCE_CLOCK RCC_USART1CLKSOURCE_SYSCLK + +#define CFG_HW_USART1_BAUDRATE 115200 +#define CFG_HW_USART1_WORDLENGTH UART_WORDLENGTH_8B +#define CFG_HW_USART1_STOPBITS UART_STOPBITS_1 +#define CFG_HW_USART1_PARITY UART_PARITY_NONE +#define CFG_HW_USART1_HWFLOWCTL UART_HWCONTROL_NONE +#define CFG_HW_USART1_MODE UART_MODE_TX_RX +#define CFG_HW_USART1_ADVFEATUREINIT UART_ADVFEATURE_NO_INIT +#define CFG_HW_USART1_OVERSAMPLING UART_OVERSAMPLING_8 + +#define CFG_HW_USART1_TX_PORT_CLK_ENABLE __HAL_RCC_GPIOB_CLK_ENABLE +#define CFG_HW_USART1_TX_PORT GPIOB +#define CFG_HW_USART1_TX_PIN GPIO_PIN_6 +#define CFG_HW_USART1_TX_MODE GPIO_MODE_AF_PP +#define CFG_HW_USART1_TX_PULL GPIO_NOPULL +#define CFG_HW_USART1_TX_SPEED GPIO_SPEED_FREQ_VERY_HIGH +#define CFG_HW_USART1_TX_ALTERNATE GPIO_AF7_USART1 + +#define CFG_HW_USART1_RX_PORT_CLK_ENABLE __HAL_RCC_GPIOB_CLK_ENABLE +#define CFG_HW_USART1_RX_PORT GPIOB +#define CFG_HW_USART1_RX_PIN GPIO_PIN_7 +#define CFG_HW_USART1_RX_MODE GPIO_MODE_AF_PP +#define CFG_HW_USART1_RX_PULL GPIO_NOPULL +#define CFG_HW_USART1_RX_SPEED GPIO_SPEED_FREQ_VERY_HIGH +#define CFG_HW_USART1_RX_ALTERNATE GPIO_AF7_USART1 + +#define CFG_HW_USART1_CTS_PORT_CLK_ENABLE __HAL_RCC_GPIOA_CLK_ENABLE +#define CFG_HW_USART1_CTS_PORT GPIOA +#define CFG_HW_USART1_CTS_PIN GPIO_PIN_11 +#define CFG_HW_USART1_CTS_MODE GPIO_MODE_AF_PP +#define CFG_HW_USART1_CTS_PULL GPIO_PULLDOWN +#define CFG_HW_USART1_CTS_SPEED GPIO_SPEED_FREQ_VERY_HIGH +#define CFG_HW_USART1_CTS_ALTERNATE GPIO_AF7_USART1 + +#define CFG_HW_USART1_DMA_TX_PREEMPTPRIORITY 0x0F +#define CFG_HW_USART1_DMA_TX_SUBPRIORITY 0 + +#define CFG_HW_USART1_DMAMUX_CLK_ENABLE __HAL_RCC_DMAMUX1_CLK_ENABLE +#define CFG_HW_USART1_DMA_CLK_ENABLE __HAL_RCC_DMA1_CLK_ENABLE +#define CFG_HW_USART1_TX_DMA_REQ DMA_REQUEST_USART1_TX +#define CFG_HW_USART1_TX_DMA_CHANNEL DMA1_Channel2 +#define CFG_HW_USART1_TX_DMA_IRQn DMA1_Channel2_IRQn +#define CFG_HW_USART1_DMA_TX_IRQHandler DMA1_Channel2_IRQHandler + +#endif /*HW_CONF_H */ diff --git a/Core/Inc/hw_if.h b/Core/Inc/hw_if.h new file mode 100644 index 0000000..69fb63a --- /dev/null +++ b/Core/Inc/hw_if.h @@ -0,0 +1,247 @@ +/* USER CODE BEGIN Header */ +/** + ****************************************************************************** + * @file hw_if.h + * @author MCD Application Team + * @brief Hardware Interface + ****************************************************************************** + * @attention + * + * Copyright (c) 2020-2023 STMicroelectronics. + * All rights reserved. + * + * This software is licensed under terms that can be found in the LICENSE file + * in the root directory of this software component. + * If no LICENSE file comes with this software, it is provided AS-IS. + * + ****************************************************************************** + */ +/* USER CODE END Header */ + +/* Define to prevent recursive inclusion -------------------------------------*/ +#ifndef HW_IF_H +#define HW_IF_H + +#ifdef __cplusplus +extern "C" { +#endif + + /* Includes ------------------------------------------------------------------*/ +#include "stm32wbxx.h" +#include "stm32wbxx_ll_exti.h" +#include "stm32wbxx_ll_system.h" +#include "stm32wbxx_ll_rcc.h" +#include "stm32wbxx_ll_ipcc.h" +#include "stm32wbxx_ll_bus.h" +#include "stm32wbxx_ll_pwr.h" +#include "stm32wbxx_ll_cortex.h" +#include "stm32wbxx_ll_utils.h" +#include "stm32wbxx_ll_hsem.h" +#include "stm32wbxx_ll_gpio.h" +#include "stm32wbxx_ll_rtc.h" + +#ifdef USE_STM32WBXX_USB_DONGLE +#include "stm32wbxx_usb_dongle.h" +#endif +#ifdef USE_STM32WBXX_NUCLEO +#include "stm32wbxx_nucleo.h" +#endif +#ifdef USE_X_NUCLEO_EPD +#include "x_nucleo_epd.h" +#endif + +/* Private includes ----------------------------------------------------------*/ +/* USER CODE BEGIN Includes */ + +/* USER CODE END Includes */ + + /****************************************************************************** + * HW UART + ******************************************************************************/ + typedef enum + { + hw_uart1, + hw_uart2, + hw_lpuart1, + } hw_uart_id_t; + + typedef enum + { + hw_uart_ok, + hw_uart_error, + hw_uart_busy, + hw_uart_to, + } hw_status_t; + + void HW_UART_Init(hw_uart_id_t hw_uart_id); + void HW_UART_Receive_IT(hw_uart_id_t hw_uart_id, uint8_t *pData, uint16_t Size, void (*Callback)(void)); + void HW_UART_Transmit_IT(hw_uart_id_t hw_uart_id, uint8_t *pData, uint16_t Size, void (*Callback)(void)); + hw_status_t HW_UART_Transmit(hw_uart_id_t hw_uart_id, uint8_t *p_data, uint16_t size, uint32_t timeout); + hw_status_t HW_UART_Transmit_DMA(hw_uart_id_t hw_uart_id, uint8_t *p_data, uint16_t size, void (*Callback)(void)); + void HW_UART_Interrupt_Handler(hw_uart_id_t hw_uart_id); + void HW_UART_DMA_Interrupt_Handler(hw_uart_id_t hw_uart_id); + + /****************************************************************************** + * HW TimerServer + ******************************************************************************/ + /* Exported types ------------------------------------------------------------*/ + /** + * This setting is used when standby mode is supported. + * hw_ts_InitMode_Limited should be used when the device restarts from Standby Mode. In that case, the Timer Server does + * not re-initialized its context. Only the Hardware register which content has been lost is reconfigured + * Otherwise, hw_ts_InitMode_Full should be requested (Start from Power ON) and everything is re-initialized. + */ + typedef enum + { + hw_ts_InitMode_Full, + hw_ts_InitMode_Limited, + } HW_TS_InitMode_t; + + /** + * When a Timer is created as a SingleShot timer, it is not automatically restarted when the timeout occurs. However, + * the timer is kept reserved in the list and could be restarted at anytime with HW_TS_Start() + * + * When a Timer is created as a Repeated timer, it is automatically restarted when the timeout occurs. + */ + typedef enum + { + hw_ts_SingleShot, + hw_ts_Repeated + } HW_TS_Mode_t; + + /** + * hw_ts_Successful is returned when a Timer has been successfully created with HW_TS_Create(). Otherwise, hw_ts_Failed + * is returned. When hw_ts_Failed is returned, that means there are not enough free slots in the list to create a + * Timer. In that case, CFG_HW_TS_MAX_NBR_CONCURRENT_TIMER should be increased + */ + typedef enum + { + hw_ts_Successful, + hw_ts_Failed, + }HW_TS_ReturnStatus_t; + + typedef void (*HW_TS_pTimerCb_t)(void); + + /** + * @brief Initialize the timer server + * This API shall be called by the application before any timer is requested to the timer server. It + * configures the RTC module to be connected to the LSI input clock. + * + * @param TimerInitMode: When the device restarts from Standby, it should request hw_ts_InitMode_Limited so that the + * Timer context is not re-initialized. Otherwise, hw_ts_InitMode_Full should be requested + * @param hrtc: RTC Handle + * @retval None + */ + void HW_TS_Init(HW_TS_InitMode_t TimerInitMode, RTC_HandleTypeDef *hrtc); + + /** + * @brief Interface to create a virtual timer + * The user shall call this API to create a timer. Once created, the timer is reserved to the module until it + * has been deleted. When creating a timer, the user shall specify the mode (single shot or repeated), the + * callback to be notified when the timer expires and a module ID to identify in the timer interrupt handler + * which module is concerned. In return, the user gets a timer ID to handle it. + * + * @param TimerProcessID: This is an identifier provided by the user and returned in the callback to allow + * identification of the requester + * @param pTimerId: Timer Id returned to the user to request operation (start, stop, delete) + * @param TimerMode: Mode of the virtual timer (Single shot or repeated) + * @param pTimerCallBack: Callback when the virtual timer expires + * @retval HW_TS_ReturnStatus_t: Return whether the creation is successful or not + */ + HW_TS_ReturnStatus_t HW_TS_Create(uint32_t TimerProcessID, uint8_t *pTimerId, HW_TS_Mode_t TimerMode, HW_TS_pTimerCb_t pTimerCallBack); + + /** + * @brief Stop a virtual timer + * This API may be used to stop a running timer. A timer which is stopped is move to the pending state. + * A pending timer may be restarted at any time with a different timeout value but the mode cannot be changed. + * Nothing is done when it is called to stop a timer which has been already stopped + * + * @param TimerID: Id of the timer to stop + * @retval None + */ + void HW_TS_Stop(uint8_t TimerID); + + /** + * @brief Start a virtual timer + * This API shall be used to start a timer. The timeout value is specified and may be different each time. + * When the timer is in the single shot mode, it will move to the pending state when it expires. The user may + * restart it at any time with a different timeout value. When the timer is in the repeated mode, it always + * stay in the running state. When the timer expires, it will be restarted with the same timeout value. + * This API shall not be called on a running timer. + * + * @param TimerID: The ID Id of the timer to start + * @param timeout_ticks: Number of ticks of the virtual timer (Maximum value is (0xFFFFFFFF-0xFFFF = 0xFFFF0000) + * @retval None + */ + void HW_TS_Start(uint8_t TimerID, uint32_t timeout_ticks); + + /** + * @brief Delete a virtual timer from the list + * This API should be used when a timer is not needed anymore by the user. A deleted timer is removed from + * the timer list managed by the timer server. It cannot be restarted again. The user has to go with the + * creation of a new timer if required and may get a different timer id + * + * @param TimerID: The ID of the timer to remove from the list + * @retval None + */ + void HW_TS_Delete(uint8_t TimerID); + + /** + * @brief Schedule the timer list on the timer interrupt handler + * This interrupt handler shall be called by the application in the RTC interrupt handler. This handler takes + * care of clearing all status flag required in the RTC and EXTI peripherals + * + * @param None + * @retval None + */ + void HW_TS_RTC_Wakeup_Handler(void); + + /** + * @brief Return the number of ticks to count before the interrupt + * This API returns the number of ticks left to be counted before an interrupt is generated by the + * Timer Server. This API may be used by the application for power management optimization. When the system + * enters low power mode, the mode selection is a tradeoff between the wakeup time where the CPU is running + * and the time while the CPU will be kept in low power mode before next wakeup. The deeper is the + * low power mode used, the longer is the wakeup time. The low power mode management considering wakeup time + * versus time in low power mode is implementation specific + * When the timer is disabled (No timer in the list), it returns 0xFFFF + * + * @param None + * @retval The number of ticks left to count + */ + uint16_t HW_TS_RTC_ReadLeftTicksToCount(void); + + /** + * @brief Notify the application that a registered timer has expired + * This API shall be implemented by the user application. + * This API notifies the application that a timer expires. This API is running in the RTC Wakeup interrupt + * context. The application may implement an Operating System to change the context priority where the timer + * callback may be handled. This API provides the module ID to identify which module is concerned and to allow + * sending the information to the correct task + * + * @param TimerProcessID: The TimerProcessId associated with the timer when it has been created + * @param TimerID: The TimerID of the expired timer + * @param pTimerCallBack: The Callback associated with the timer when it has been created + * @retval None + */ + void HW_TS_RTC_Int_AppNot(uint32_t TimerProcessID, uint8_t TimerID, HW_TS_pTimerCb_t pTimerCallBack); + + /** + * @brief Notify the application that the wakeupcounter has been updated + * This API should be implemented by the user application + * This API notifies the application that the counter has been updated. This is expected to be used along + * with the HW_TS_RTC_ReadLeftTicksToCount () API. It could be that the counter has been updated since the + * last call of HW_TS_RTC_ReadLeftTicksToCount () and before entering low power mode. This notification + * provides a way to the application to solve that race condition to reevaluate the counter value before + * entering low power mode + * + * @param None + * @retval None + */ + void HW_TS_RTC_CountUpdated_AppNot(void); + +#ifdef __cplusplus +} +#endif + +#endif /*HW_IF_H */ diff --git a/Core/Inc/main.h b/Core/Inc/main.h new file mode 100644 index 0000000..b9a0e4a --- /dev/null +++ b/Core/Inc/main.h @@ -0,0 +1,74 @@ +/* USER CODE BEGIN Header */ +/** + ****************************************************************************** + * @file : main.h + * @brief : Header for main.c file. + * This file contains the common defines of the application. + ****************************************************************************** + * @attention + * + * Copyright (c) 2020-2023 STMicroelectronics. + * All rights reserved. + * + * This software is licensed under terms that can be found in the LICENSE file + * in the root directory of this software component. + * If no LICENSE file comes with this software, it is provided AS-IS. + * + ****************************************************************************** + */ +/* USER CODE END Header */ + +/* Define to prevent recursive inclusion -------------------------------------*/ +#ifndef __MAIN_H +#define __MAIN_H + +#ifdef __cplusplus +extern "C" { +#endif + +/* Includes ------------------------------------------------------------------*/ +#include "stm32wbxx_hal.h" +#include "app_conf.h" +#include "app_entry.h" +#include "app_common.h" + +/* Private includes ----------------------------------------------------------*/ +/* USER CODE BEGIN Includes */ + +/* USER CODE END Includes */ + +/* Exported types ------------------------------------------------------------*/ +/* USER CODE BEGIN ET */ + +/* USER CODE END ET */ + +/* Exported constants --------------------------------------------------------*/ +/* USER CODE BEGIN EC */ + +/* USER CODE END EC */ + +/* Exported macro ------------------------------------------------------------*/ +/* USER CODE BEGIN EM */ + +/* USER CODE END EM */ + +/* Exported functions prototypes ---------------------------------------------*/ +void Error_Handler(void); +void MX_LPUART1_UART_Init(void); +void MX_USART1_UART_Init(void); + +/* USER CODE BEGIN EFP */ + +/* USER CODE END EFP */ + +/* Private defines -----------------------------------------------------------*/ + +/* USER CODE BEGIN Private defines */ + +/* USER CODE END Private defines */ + +#ifdef __cplusplus +} +#endif + +#endif /* __MAIN_H */ diff --git a/Core/Inc/stm32_lpm_if.h b/Core/Inc/stm32_lpm_if.h new file mode 100644 index 0000000..aa8c827 --- /dev/null +++ b/Core/Inc/stm32_lpm_if.h @@ -0,0 +1,80 @@ +/* USER CODE BEGIN Header */ +/** + ****************************************************************************** + * @file stm32_lpm_if.h + * @author MCD Application Team + * @brief Header for stm32_lpm_if.c module (device specific LP management) + ****************************************************************************** + * @attention + * + * Copyright (c) 2019-2023 STMicroelectronics. + * All rights reserved. + * + * This software is licensed under terms that can be found in the LICENSE file + * in the root directory of this software component. + * If no LICENSE file comes with this software, it is provided AS-IS. + * + ****************************************************************************** + */ +/* USER CODE END Header */ + +/* Define to prevent recursive inclusion -------------------------------------*/ +#ifndef STM32_LPM_IF_H +#define STM32_LPM_IF_H + +#ifdef __cplusplus +extern "C" { +#endif + +/* Includes ------------------------------------------------------------------*/ + +/** + * @brief Enters Low Power Off Mode + * @param none + * @retval none + */ +void PWR_EnterOffMode( void ); +/** + * @brief Exits Low Power Off Mode + * @param none + * @retval none + */ +void PWR_ExitOffMode( void ); + +/** + * @brief Enters Low Power Stop Mode + * @note ARM exists the function when waking up + * @param none + * @retval none + */ +void PWR_EnterStopMode( void ); +/** + * @brief Exits Low Power Stop Mode + * @note Enable the pll at 32MHz + * @param none + * @retval none + */ +void PWR_ExitStopMode( void ); + +/** + * @brief Enters Low Power Sleep Mode + * @note ARM exits the function when waking up + * @param none + * @retval none + */ +void PWR_EnterSleepMode( void ); + +/** + * @brief Exits Low Power Sleep Mode + * @note ARM exits the function when waking up + * @param none + * @retval none + */ +void PWR_ExitSleepMode( void ); + +#ifdef __cplusplus +} +#endif + +#endif /*STM32_LPM_IF_H */ + diff --git a/Core/Inc/stm32wbxx_hal_conf.h b/Core/Inc/stm32wbxx_hal_conf.h new file mode 100644 index 0000000..c20a8f5 --- /dev/null +++ b/Core/Inc/stm32wbxx_hal_conf.h @@ -0,0 +1,352 @@ +/* USER CODE BEGIN Header */ +/** + ****************************************************************************** + * @file stm32wbxx_hal_conf.h + * @author MCD Application Team + * @brief HAL configuration file. + ****************************************************************************** + * @attention + * + * Copyright (c) 2019 STMicroelectronics. + * All rights reserved. + * + * This software is licensed under terms that can be found in the LICENSE file + * in the root directory of this software component. + * If no LICENSE file comes with this software, it is provided AS-IS. + * + ****************************************************************************** + */ +/* USER CODE END Header */ + +/* Define to prevent recursive inclusion -------------------------------------*/ +#ifndef __STM32WBxx_HAL_CONF_H +#define __STM32WBxx_HAL_CONF_H + +#ifdef __cplusplus + extern "C" { +#endif + +/* Exported types ------------------------------------------------------------*/ +/* Exported constants --------------------------------------------------------*/ + +/* ########################## Module Selection ############################## */ +/** + * @brief This is the list of modules to be used in the HAL driver + */ +#define HAL_MODULE_ENABLED +/*#define HAL_ADC_MODULE_ENABLED */ +/*#define HAL_CRYP_MODULE_ENABLED */ +/*#define HAL_COMP_MODULE_ENABLED */ +/*#define HAL_CRC_MODULE_ENABLED */ +#define HAL_HSEM_MODULE_ENABLED +/*#define HAL_I2C_MODULE_ENABLED */ +#define HAL_IPCC_MODULE_ENABLED +/*#define HAL_IRDA_MODULE_ENABLED */ +/*#define HAL_IWDG_MODULE_ENABLED */ +/*#define HAL_LCD_MODULE_ENABLED */ +/*#define HAL_LPTIM_MODULE_ENABLED */ +/*#define HAL_PCD_MODULE_ENABLED */ +/*#define HAL_PKA_MODULE_ENABLED */ +/*#define HAL_QSPI_MODULE_ENABLED */ +/*#define HAL_RNG_MODULE_ENABLED */ +#define HAL_RTC_MODULE_ENABLED +/*#define HAL_SAI_MODULE_ENABLED */ +/*#define HAL_SMBUS_MODULE_ENABLED */ +/*#define HAL_SMARTCARD_MODULE_ENABLED */ +/*#define HAL_SPI_MODULE_ENABLED */ +/*#define HAL_TIM_MODULE_ENABLED */ +/*#define HAL_TSC_MODULE_ENABLED */ +#define HAL_UART_MODULE_ENABLED +/*#define HAL_USART_MODULE_ENABLED */ +/*#define HAL_WWDG_MODULE_ENABLED */ +#define HAL_EXTI_MODULE_ENABLED +#define HAL_CORTEX_MODULE_ENABLED +#define HAL_DMA_MODULE_ENABLED +#define HAL_FLASH_MODULE_ENABLED +#define HAL_GPIO_MODULE_ENABLED +#define HAL_PWR_MODULE_ENABLED +#define HAL_RCC_MODULE_ENABLED + +#define USE_HAL_ADC_REGISTER_CALLBACKS 0u +#define USE_HAL_COMP_REGISTER_CALLBACKS 0u +#define USE_HAL_CRYP_REGISTER_CALLBACKS 0u +#define USE_HAL_I2C_REGISTER_CALLBACKS 0u +#define USE_HAL_IRDA_REGISTER_CALLBACKS 0u +#define USE_HAL_LPTIM_REGISTER_CALLBACKS 0u +#define USE_HAL_PCD_REGISTER_CALLBACKS 0u +#define USE_HAL_PKA_REGISTER_CALLBACKS 0u +#define USE_HAL_QSPI_REGISTER_CALLBACKS 0u +#define USE_HAL_RNG_REGISTER_CALLBACKS 0u +#define USE_HAL_RTC_REGISTER_CALLBACKS 0u +#define USE_HAL_SAI_REGISTER_CALLBACKS 0u +#define USE_HAL_SMARTCARD_REGISTER_CALLBACKS 0u +#define USE_HAL_SMBUS_REGISTER_CALLBACKS 0u +#define USE_HAL_SPI_REGISTER_CALLBACKS 0u +#define USE_HAL_TIM_REGISTER_CALLBACKS 0u +#define USE_HAL_TSC_REGISTER_CALLBACKS 0u +#define USE_HAL_UART_REGISTER_CALLBACKS 0u +#define USE_HAL_USART_REGISTER_CALLBACKS 0u +#define USE_HAL_WWDG_REGISTER_CALLBACKS 0u + +/* ########################## Oscillator Values adaptation ####################*/ +/** + * @brief Adjust the value of External High Speed oscillator (HSE) used in your application. + * This value is used by the RCC HAL module to compute the system frequency + * (when HSE is used as system clock source, directly or through the PLL). + */ +#if !defined (HSE_VALUE) +#define HSE_VALUE 32000000U /*!< Value of the External oscillator in Hz */ +#endif /* HSE_VALUE */ + +#if !defined (HSE_STARTUP_TIMEOUT) + #define HSE_STARTUP_TIMEOUT ((uint32_t)100) /*!< Time out for HSE start up, in ms */ +#endif /* HSE_STARTUP_TIMEOUT */ + +/** + * @brief Internal Multiple Speed oscillator (MSI) default value. + * This value is the default MSI range value after Reset. + */ +#if !defined (MSI_VALUE) + #define MSI_VALUE ((uint32_t)4000000) /*!< Value of the Internal oscillator in Hz*/ +#endif /* MSI_VALUE */ + +/** + * @brief Internal High Speed oscillator (HSI) value. + * This value is used by the RCC HAL module to compute the system frequency + * (when HSI is used as system clock source, directly or through the PLL). + */ +#if !defined (HSI_VALUE) +#define HSI_VALUE 16000000U /*!< Value of the Internal oscillator in Hz*/ +#endif /* HSI_VALUE */ + +/** + * @brief Internal Low Speed oscillator (LSI1) value. + */ +#if !defined (LSI1_VALUE) + #define LSI1_VALUE ((uint32_t)32000) /*!< LSI1 Typical Value in Hz*/ +#endif /* LSI1_VALUE */ /*!< Value of the Internal Low Speed oscillator in Hz + The real value may vary depending on the variations + in voltage and temperature.*/ +/** + * @brief Internal Low Speed oscillator (LSI2) value. + */ +#if !defined (LSI2_VALUE) + #define LSI2_VALUE ((uint32_t)32000) /*!< LSI2 Typical Value in Hz*/ +#endif /* LSI2_VALUE */ /*!< Value of the Internal Low Speed oscillator in Hz + The real value may vary depending on the variations + in voltage and temperature.*/ + +/** + * @brief External Low Speed oscillator (LSE) value. + * This value is used by the UART, RTC HAL module to compute the system frequency + */ +#if !defined (LSE_VALUE) +#define LSE_VALUE 32768U /*!< Value of the External oscillator in Hz*/ +#endif /* LSE_VALUE */ + +/** + * @brief Internal Multiple Speed oscillator (HSI48) default value. + * This value is the default HSI48 range value after Reset. + */ +#if !defined (HSI48_VALUE) + #define HSI48_VALUE ((uint32_t)48000000) /*!< Value of the Internal oscillator in Hz*/ +#endif /* HSI48_VALUE */ + +#if !defined (LSE_STARTUP_TIMEOUT) +#define LSE_STARTUP_TIMEOUT 5000U /*!< Time out for LSE start up, in ms */ +#endif /* LSE_STARTUP_TIMEOUT */ + +/** + * @brief External clock source for SAI1 peripheral + * This value is used by the RCC HAL module to compute the SAI1 & SAI2 clock source + * frequency. + */ +#if !defined (EXTERNAL_SAI1_CLOCK_VALUE) + #define EXTERNAL_SAI1_CLOCK_VALUE ((uint32_t)2097000) /*!< Value of the SAI1 External clock source in Hz*/ +#endif /* EXTERNAL_SAI1_CLOCK_VALUE */ + +/* Tip: To avoid modifying this file each time you need to use different HSE, + === you can define the HSE value in your toolchain compiler preprocessor. */ + +/* ########################### System Configuration ######################### */ +/** + * @brief This is the HAL system configuration section + */ + +#define VDD_VALUE 3300U /*!< Value of VDD in mv */ +#define TICK_INT_PRIORITY 0U /*!< tick interrupt priority */ +#define USE_RTOS 0U +#define PREFETCH_ENABLE 1U +#define INSTRUCTION_CACHE_ENABLE 1U +#define DATA_CACHE_ENABLE 1U + +/* ########################## Assert Selection ############################## */ +/** + * @brief Uncomment the line below to expanse the "assert_param" macro in the + * HAL drivers code + */ +/* #define USE_FULL_ASSERT 1U */ + +/* ################## SPI peripheral configuration ########################## */ + +/* CRC FEATURE: Use to activate CRC feature inside HAL SPI Driver + * Activated: CRC code is present inside driver + * Deactivated: CRC code cleaned from driver + */ + +#define USE_SPI_CRC 0U + +/* Includes ------------------------------------------------------------------*/ +/** + * @brief Include module's header file + */ +#ifdef HAL_DMA_MODULE_ENABLED + #include "stm32wbxx_hal_dma.h" +#endif /* HAL_DMA_MODULE_ENABLED */ + +#ifdef HAL_ADC_MODULE_ENABLED + #include "stm32wbxx_hal_adc.h" +#endif /* HAL_ADC_MODULE_ENABLED */ + +#ifdef HAL_COMP_MODULE_ENABLED + #include "stm32wbxx_hal_comp.h" +#endif /* HAL_COMP_MODULE_ENABLED */ + +#ifdef HAL_CORTEX_MODULE_ENABLED + #include "stm32wbxx_hal_cortex.h" +#endif /* HAL_CORTEX_MODULE_ENABLED */ + +#ifdef HAL_CRC_MODULE_ENABLED + #include "stm32wbxx_hal_crc.h" +#endif /* HAL_CRC_MODULE_ENABLED */ + +#ifdef HAL_CRYP_MODULE_ENABLED + #include "stm32wbxx_hal_cryp.h" +#endif /* HAL_CRYP_MODULE_ENABLED */ + +#ifdef HAL_EXTI_MODULE_ENABLED + #include "stm32wbxx_hal_exti.h" +#endif /* HAL_EXTI_MODULE_ENABLED */ + +#ifdef HAL_FLASH_MODULE_ENABLED + #include "stm32wbxx_hal_flash.h" +#endif /* HAL_FLASH_MODULE_ENABLED */ + +#ifdef HAL_GPIO_MODULE_ENABLED + #include "stm32wbxx_hal_gpio.h" +#endif /* HAL_GPIO_MODULE_ENABLED */ + +#ifdef HAL_HSEM_MODULE_ENABLED + #include "stm32wbxx_hal_hsem.h" +#endif /* HAL_HSEM_MODULE_ENABLED */ + +#ifdef HAL_I2C_MODULE_ENABLED + #include "stm32wbxx_hal_i2c.h" +#endif /* HAL_I2C_MODULE_ENABLED */ + +#ifdef HAL_IPCC_MODULE_ENABLED + #include "stm32wbxx_hal_ipcc.h" +#endif /* HAL_IPCC_MODULE_ENABLED */ + +#ifdef HAL_IRDA_MODULE_ENABLED + #include "stm32wbxx_hal_irda.h" +#endif /* HAL_IRDA_MODULE_ENABLED */ + +#ifdef HAL_IWDG_MODULE_ENABLED + #include "stm32wbxx_hal_iwdg.h" +#endif /* HAL_IWDG_MODULE_ENABLED */ + +#ifdef HAL_LCD_MODULE_ENABLED + #include "stm32wbxx_hal_lcd.h" +#endif /* HAL_LCD_MODULE_ENABLED */ + +#ifdef HAL_LPTIM_MODULE_ENABLED + #include "stm32wbxx_hal_lptim.h" +#endif /* HAL_LPTIM_MODULE_ENABLED */ + +#ifdef HAL_PCD_MODULE_ENABLED + #include "stm32wbxx_hal_pcd.h" +#endif /* HAL_PCD_MODULE_ENABLED */ + +#ifdef HAL_PKA_MODULE_ENABLED + #include "stm32wbxx_hal_pka.h" +#endif /* HAL_PKA_MODULE_ENABLED */ + +#ifdef HAL_PWR_MODULE_ENABLED + #include "stm32wbxx_hal_pwr.h" +#endif /* HAL_PWR_MODULE_ENABLED */ + +#ifdef HAL_QSPI_MODULE_ENABLED + #include "stm32wbxx_hal_qspi.h" +#endif /* HAL_QSPI_MODULE_ENABLED */ + +#ifdef HAL_RCC_MODULE_ENABLED + #include "stm32wbxx_hal_rcc.h" +#endif /* HAL_RCC_MODULE_ENABLED */ + +#ifdef HAL_RNG_MODULE_ENABLED + #include "stm32wbxx_hal_rng.h" +#endif /* HAL_RNG_MODULE_ENABLED */ + +#ifdef HAL_RTC_MODULE_ENABLED + #include "stm32wbxx_hal_rtc.h" +#endif /* HAL_RTC_MODULE_ENABLED */ + +#ifdef HAL_SAI_MODULE_ENABLED + #include "stm32wbxx_hal_sai.h" +#endif /* HAL_SAI_MODULE_ENABLED */ + +#ifdef HAL_SMARTCARD_MODULE_ENABLED + #include "stm32wbxx_hal_smartcard.h" +#endif /* HAL_SMARTCARD_MODULE_ENABLED */ + +#ifdef HAL_SMBUS_MODULE_ENABLED + #include "stm32wbxx_hal_smbus.h" +#endif /* HAL_SMBUS_MODULE_ENABLED */ + +#ifdef HAL_SPI_MODULE_ENABLED + #include "stm32wbxx_hal_spi.h" +#endif /* HAL_SPI_MODULE_ENABLED */ + +#ifdef HAL_TIM_MODULE_ENABLED + #include "stm32wbxx_hal_tim.h" +#endif /* HAL_TIM_MODULE_ENABLED */ + +#ifdef HAL_TSC_MODULE_ENABLED + #include "stm32wbxx_hal_tsc.h" +#endif /* HAL_TSC_MODULE_ENABLED */ + +#ifdef HAL_UART_MODULE_ENABLED + #include "stm32wbxx_hal_uart.h" +#endif /* HAL_UART_MODULE_ENABLED */ + +#ifdef HAL_USART_MODULE_ENABLED + #include "stm32wbxx_hal_usart.h" +#endif /* HAL_USART_MODULE_ENABLED */ + +#ifdef HAL_WWDG_MODULE_ENABLED + #include "stm32wbxx_hal_wwdg.h" +#endif /* HAL_WWDG_MODULE_ENABLED */ + +/* Exported macro ------------------------------------------------------------*/ +#ifdef USE_FULL_ASSERT +/** + * @brief The assert_param macro is used for function's parameters check. + * @param expr If expr is false, it calls assert_failed function + * which reports the name of the source file and the source + * line number of the call that failed. + * If expr is true, it returns no value. + * @retval None + */ + #define assert_param(expr) ((expr) ? (void)0U : assert_failed((uint8_t *)__FILE__, __LINE__)) +/* Exported functions ------------------------------------------------------- */ + void assert_failed(uint8_t* file, uint32_t line); +#else + #define assert_param(expr) ((void)0U) +#endif /* USE_FULL_ASSERT */ + +#ifdef __cplusplus +} +#endif + +#endif /* __STM32WBxx_HAL_CONF_H */ diff --git a/Core/Inc/stm32wbxx_it.h b/Core/Inc/stm32wbxx_it.h new file mode 100644 index 0000000..3f2cd0d --- /dev/null +++ b/Core/Inc/stm32wbxx_it.h @@ -0,0 +1,83 @@ +/* USER CODE BEGIN Header */ +/** + ****************************************************************************** + * @file stm32wbxx_it.h + * @brief This file contains the headers of the interrupt handlers. + ****************************************************************************** + * @attention + * + * Copyright (c) 2020-2023 STMicroelectronics. + * All rights reserved. + * + * This software is licensed under terms that can be found in the LICENSE file + * in the root directory of this software component. + * If no LICENSE file comes with this software, it is provided AS-IS. + * + ****************************************************************************** + */ +/* USER CODE END Header */ + +/* Define to prevent recursive inclusion -------------------------------------*/ +#ifndef __STM32WBxx_IT_H +#define __STM32WBxx_IT_H + +#ifdef __cplusplus + extern "C" { +#endif + +/* Private includes ----------------------------------------------------------*/ +/* USER CODE BEGIN Includes */ + +/* USER CODE END Includes */ + +/* Exported types ------------------------------------------------------------*/ +/* USER CODE BEGIN ET */ + +/* USER CODE END ET */ + +/* Exported constants --------------------------------------------------------*/ +/* USER CODE BEGIN EC */ + +/* USER CODE END EC */ + +/* Exported macro ------------------------------------------------------------*/ +/* USER CODE BEGIN EM */ + +/* USER CODE END EM */ + +/* Exported functions prototypes ---------------------------------------------*/ +void NMI_Handler(void); +void HardFault_Handler(void); +void MemManage_Handler(void); +void BusFault_Handler(void); +void UsageFault_Handler(void); +void SVC_Handler(void); +void DebugMon_Handler(void); +void PendSV_Handler(void); +void SysTick_Handler(void); +void PVD_PVM_IRQHandler(void); +void RTC_WKUP_IRQHandler(void); +void FLASH_IRQHandler(void); +void RCC_IRQHandler(void); +void DMA1_Channel1_IRQHandler(void); +void DMA1_Channel2_IRQHandler(void); +void C2SEV_PWR_C2H_IRQHandler(void); +void USART1_IRQHandler(void); +void LPUART1_IRQHandler(void); +void PWR_SOTF_BLEACT_802ACT_RFPHASE_IRQHandler(void); +void IPCC_C1_RX_IRQHandler(void); +void IPCC_C1_TX_IRQHandler(void); +void HSEM_IRQHandler(void); +void FPU_IRQHandler(void); +/* USER CODE BEGIN EFP */ +void EXTI0_IRQHandler(void); +void EXTI1_IRQHandler(void); +void EXTI4_IRQHandler(void); + +/* USER CODE END EFP */ + +#ifdef __cplusplus +} +#endif + +#endif /* __STM32WBxx_IT_H */ diff --git a/Core/Inc/stm32wbxx_nucleo_conf.h b/Core/Inc/stm32wbxx_nucleo_conf.h new file mode 100644 index 0000000..560e624 --- /dev/null +++ b/Core/Inc/stm32wbxx_nucleo_conf.h @@ -0,0 +1,79 @@ +/** + ****************************************************************************** + * @file stm32wbxx_nucleo_conf.h + * @author MCD Application Team + * @brief Discovery Module configuration file. + ****************************************************************************** + * @attention + * + * Copyright (c) 2019 STMicroelectronics. + * All rights reserved. + * + * This software is licensed under terms that can be found in the LICENSE file + * in the root directory of this software component. + * If no LICENSE file comes with this software, it is provided AS-IS. + * + ****************************************************************************** + */ + + +/* Define to prevent recursive inclusion -------------------------------------*/ +#ifndef __STM32WBXX_NUCLEO_CONF_H +#define __STM32WBXX_NUCLEO_CONF_H + +#ifdef __cplusplus + extern "C" { +#endif + +/* Includes ------------------------------------------------------------------*/ +#include "stm32wbxx_hal.h" + +/** @addtogroup BSP + * @{ + */ + +/** @addtogroup STM32WBXX_NUCLEO + * @{ + */ + +/** @defgroup STM32WBXX_NUCLEO_CONFIG CONFIG + * @{ + */ + +/** @defgroup STM32WBXX_NUCLEO_CONFIG_Exported_Constants Exported Constants + * @{ + */ + +/* Uncomment the following line to enable VCP */ +/* #define USE_VCP_CONNECTION */ + +/* COM port usage */ +#if defined(USE_VCP_CONNECTION) +#define USE_BSP_COM_FEATURE 1U +#define USE_COM_LOG 1U +#else +#define USE_BSP_COM_FEATURE 0U +#define USE_COM_LOG 0U +#endif /* USE_VCP_CONNECTION */ + +/** + * @} + */ + +/** + * @} + */ + +/** + * @} + */ + +/** + * @} + */ + +#ifdef __cplusplus +} +#endif + +#endif /* STM32WBXX_NUCLEO_CONF_H */ diff --git a/Core/Inc/stm_logging.h b/Core/Inc/stm_logging.h new file mode 100644 index 0000000..e0876ef --- /dev/null +++ b/Core/Inc/stm_logging.h @@ -0,0 +1,60 @@ +/* USER CODE BEGIN Header */ +/** + ****************************************************************************** + * @file stm_logging.h + * @author MCD Application Team + * @brief Application header file for logging + ****************************************************************************** + * @attention + * + * Copyright (c) 2019-2023 STMicroelectronics. + * All rights reserved. + * + * This software is licensed under terms that can be found in the LICENSE file + * in the root directory of this software component. + * If no LICENSE file comes with this software, it is provided AS-IS. + * + ****************************************************************************** + */ +/* USER CODE END Header */ + +#ifndef STM_LOGGING_H_ +#define STM_LOGGING_H_ + +#define LOG_LEVEL_NONE 0 /* None */ +#define LOG_LEVEL_CRIT 1U /* Critical */ +#define LOG_LEVEL_WARN 2U /* Warning */ +#define LOG_LEVEL_INFO 3U /* Info */ +#define LOG_LEVEL_DEBG 4U /* Debug */ + +#define APP_DBG_FULL(level, region, ...) \ + { \ + if (APPLI_PRINT_FILE_FUNC_LINE == 1U) \ + { \ + printf("\r\n[%s][%s][%d] ", DbgTraceGetFileName(__FILE__),__FUNCTION__,__LINE__); \ + } \ + logApplication(level, region, __VA_ARGS__); \ + } +#define APP_DBG(...) \ + { \ + if (APPLI_PRINT_FILE_FUNC_LINE == 1U) \ + { \ + printf("\r\n[%s][%s][%d] ", DbgTraceGetFileName(__FILE__),__FUNCTION__,__LINE__); \ + } \ + logApplication(LOG_LEVEL_NONE, APPLI_LOG_REGION_GENERAL, __VA_ARGS__); \ + } +/** + * This enumeration represents log regions. + * + */ +typedef enum +{ + APPLI_LOG_REGION_GENERAL = 1U, /* General */ + APPLI_LOG_REGION_ZIGBEE_API = 2U, /* Zigbee API */ +} appliLogRegion_t; + +typedef uint8_t appliLogLevel_t; + +void logApplication(appliLogLevel_t aLogLevel, appliLogRegion_t aLogRegion, const char *aFormat, ...); + +#endif /* STM_LOGGING_H_ */ diff --git a/Core/Inc/utilities_conf.h b/Core/Inc/utilities_conf.h new file mode 100644 index 0000000..298afc2 --- /dev/null +++ b/Core/Inc/utilities_conf.h @@ -0,0 +1,66 @@ +/* USER CODE BEGIN Header */ +/** + ****************************************************************************** + * @file utilities_conf.h + * @author MCD Application Team + * @brief Configuration file for STM32 Utilities. + ****************************************************************************** + * @attention + * + * Copyright (c) 2019-2023 STMicroelectronics. + * All rights reserved. + * + * This software is licensed under terms that can be found in the LICENSE file + * in the root directory of this software component. + * If no LICENSE file comes with this software, it is provided AS-IS. + * + ***************************************************************************** + */ +/* USER CODE END Header */ + +/* Define to prevent recursive inclusion -------------------------------------*/ +#ifndef UTILITIES_CONF_H +#define UTILITIES_CONF_H + +#ifdef __cplusplus +extern "C" { +#endif + +#include "cmsis_compiler.h" +#include "string.h" +#include "app_conf.h" + +/****************************************************************************** + * common + ******************************************************************************/ +#define UTILS_ENTER_CRITICAL_SECTION( ) uint32_t primask_bit = __get_PRIMASK( );\ + __disable_irq( ) + +#define UTILS_EXIT_CRITICAL_SECTION( ) __set_PRIMASK( primask_bit ) + +#define UTILS_MEMSET8( dest, value, size ) memset( dest, value, size); + +/****************************************************************************** + * tiny low power manager + * (any macro that does not need to be modified can be removed) + ******************************************************************************/ +#define UTIL_LPM_INIT_CRITICAL_SECTION( ) +#define UTIL_LPM_ENTER_CRITICAL_SECTION( ) UTILS_ENTER_CRITICAL_SECTION( ) +#define UTIL_LPM_EXIT_CRITICAL_SECTION( ) UTILS_EXIT_CRITICAL_SECTION( ) + +/****************************************************************************** + * sequencer + * (any macro that does not need to be modified can be removed) + ******************************************************************************/ +#define UTIL_SEQ_INIT_CRITICAL_SECTION( ) +#define UTIL_SEQ_ENTER_CRITICAL_SECTION( ) UTILS_ENTER_CRITICAL_SECTION( ) +#define UTIL_SEQ_EXIT_CRITICAL_SECTION( ) UTILS_EXIT_CRITICAL_SECTION( ) +#define UTIL_SEQ_CONF_TASK_NBR (32) +#define UTIL_SEQ_CONF_PRIO_NBR CFG_SCH_PRIO_NBR +#define UTIL_SEQ_MEMSET8( dest, value, size ) UTILS_MEMSET8( dest, value, size ) + +#ifdef __cplusplus +} +#endif + +#endif /*UTILITIES_CONF_H */ diff --git a/Core/Src/app_entry.c b/Core/Src/app_entry.c new file mode 100644 index 0000000..063da6e --- /dev/null +++ b/Core/Src/app_entry.c @@ -0,0 +1,751 @@ +/* USER CODE BEGIN Header */ +/** + ****************************************************************************** + * @file app_entry.c + * @author MCD Application Team + * @brief Entry point of the application + ****************************************************************************** + * @attention + * + * Copyright (c) 2019-2023 STMicroelectronics. + * All rights reserved. + * + * This software is licensed under terms that can be found in the LICENSE file + * in the root directory of this software component. + * If no LICENSE file comes with this software, it is provided AS-IS. + * + ****************************************************************************** + */ +/* USER CODE END Header */ + +/* Includes ------------------------------------------------------------------*/ +#include "app_common.h" +#include "main.h" +#include "app_entry.h" +#include "app_zigbee.h" +#include "app_conf.h" +#include "hw_conf.h" +#include "stm32_seq.h" +#include "stm_logging.h" +#include "shci_tl.h" +#include "stm32_lpm.h" +#include "dbg_trace.h" +#include "shci.h" +#include "otp.h" + +/* Private includes -----------------------------------------------------------*/ +/* USER CODE BEGIN Includes */ +#include "hardware.h" +#include "zigbee_app.h" + +/* USER CODE END Includes */ + +/* Private typedef -----------------------------------------------------------*/ +extern RTC_HandleTypeDef hrtc; +/* USER CODE BEGIN PTD */ + +/* USER CODE END PTD */ + +/* Private defines -----------------------------------------------------------*/ +/* POOL_SIZE = 2(TL_PacketHeader_t) + 258 (3(TL_EVT_HDR_SIZE) + 255(Payload size)) */ +#define POOL_SIZE (CFG_TL_EVT_QUEUE_LENGTH * 4U * DIVC((sizeof(TL_PacketHeader_t) + TL_EVENT_FRAME_SIZE), 4U)) + +/* USER CODE BEGIN PD */ + +/* USER CODE END PD */ + +/* Private macros ------------------------------------------------------------*/ +/* USER CODE BEGIN PM */ + +/* USER CODE END PM */ + +/* Private variables ---------------------------------------------------------*/ +PLACE_IN_SECTION("MB_MEM2") ALIGN(4) static uint8_t EvtPool[POOL_SIZE]; +PLACE_IN_SECTION("MB_MEM2") ALIGN(4) static TL_CmdPacket_t SystemCmdBuffer; +PLACE_IN_SECTION("MB_MEM2") ALIGN(4) static uint8_t SystemSpareEvtBuffer[sizeof(TL_PacketHeader_t) + TL_EVT_HDR_SIZE + 255U]; +extern uint8_t g_ot_notification_allowed; + +/* USER CODE BEGIN PV */ + +/* USER CODE END PV */ + +/* Global function prototypes -----------------------------------------------*/ +#if (CFG_DEBUG_TRACE != 0) +size_t DbgTraceWrite(int handle, const unsigned char * buf, size_t bufSize); +#endif /* CFG_DEBUG_TRACE != 0 */ + +/* USER CODE BEGIN GFP */ + +/* USER CODE END GFP */ + +/* Private functions prototypes-----------------------------------------------*/ +static void Config_HSE(void); +static void Reset_Device(void); +#if (CFG_HW_RESET_BY_FW == 1) +static void Reset_IPCC(void); +static void Reset_BackupDomain(void); +#endif /* CFG_HW_RESET_BY_FW == 1*/ +static void System_Init(void); +static void SystemPower_Config(void); +static void Init_Debug(void); +static void appe_Tl_Init(void); +static void APPE_SysStatusNot(SHCI_TL_CmdStatus_t status); +static void APPE_SysUserEvtRx(void * pPayload); +static void APPE_SysEvtReadyProcessing(void); +static void APPE_SysEvtError(SCHI_SystemErrCode_t ErrorCode); +#if (CFG_HW_LPUART1_ENABLED == 1) +extern void MX_LPUART1_UART_Init(void); +#endif /* CFG_HW_LPUART1_ENABLED == 1 */ +#if (CFG_HW_USART1_ENABLED == 1) +extern void MX_USART1_UART_Init(void); +#endif /* CFG_HW_USART1_ENABLED == 1 */ +static void Init_Rtc(void); + +/* USER CODE BEGIN PFP */ +static void Led_Init(void); +static void Button_Init(void); + +/* Section specific to button management using UART */ +static void RxUART_Init(void); +static void RxCpltCallback(void); +static void UartCmdExecute(void); + +#define C_SIZE_CMD_STRING 256U +#define RX_BUFFER_SIZE 8U + +static uint8_t aRxBuffer[RX_BUFFER_SIZE]; +static uint8_t CommandString[C_SIZE_CMD_STRING]; +static uint16_t indexReceiveChar = 0; +EXTI_HandleTypeDef exti_handle; + +/* USER CODE END PFP */ + +/* Functions Definition ------------------------------------------------------*/ +void MX_APPE_Config(void) +{ + /** + * The OPTVERR flag is wrongly set at power on + * It shall be cleared before using any HAL_FLASH_xxx() api + */ + __HAL_FLASH_CLEAR_FLAG(FLASH_FLAG_OPTVERR); + + /** + * Reset some configurations so that the system behave in the same way + * when either out of nReset or Power On + */ + Reset_Device(); + + /* Configure HSE Tuning */ + Config_HSE(); + + return; +} + +void MX_APPE_Init(void) +{ + System_Init(); /**< System initialization */ + + SystemPower_Config(); /**< Configure the system Power Mode */ + + HW_TS_Init(hw_ts_InitMode_Full, &hrtc); /**< Initialize the TimerServer */ + +/* USER CODE BEGIN APPE_Init_1 */ + Init_Debug(); + + Led_Init(); + Button_Init(); + RxUART_Init(); + +/* USER CODE END APPE_Init_1 */ + appe_Tl_Init(); /* Initialize all transport layers */ + + /** + * From now, the application is waiting for the ready event (VS_HCI_C2_Ready) + * received on the system channel before starting the Stack + * This system event is received with APPE_SysUserEvtRx() + */ +/* USER CODE BEGIN APPE_Init_2 */ + Hardware_Init(); + ZigbeeApp_Init(); + +/* USER CODE END APPE_Init_2 */ + + return; +} + +void Init_Smps(void) +{ +#if (CFG_USE_SMPS != 0) + /** + * Configure and enable SMPS + * + * The SMPS configuration is not yet supported by CubeMx + * when SMPS output voltage is set to 1.4V, the RF output power is limited to 3.7dBm + * the SMPS output voltage shall be increased for higher RF output power + */ + LL_PWR_SMPS_SetStartupCurrent(LL_PWR_SMPS_STARTUP_CURRENT_80MA); + LL_PWR_SMPS_SetOutputVoltageLevel(LL_PWR_SMPS_OUTPUT_VOLTAGE_1V40); + LL_PWR_SMPS_Enable(); +#endif /* CFG_USE_SMPS != 0 */ + + return; +} + +void Init_Exti(void) +{ + /* Enable IPCC(36), HSEM(38) wakeup interrupts on CPU1 */ + LL_EXTI_EnableIT_32_63(LL_EXTI_LINE_36 | LL_EXTI_LINE_38); + + return; +} + +/* USER CODE BEGIN FD */ + +/* USER CODE END FD */ + +/************************************************************* + * + * LOCAL FUNCTIONS + * + *************************************************************/ +static void Init_Debug(void) +{ +#if (CFG_DEBUGGER_SUPPORTED == 1) + /** + * Keep debugger enabled while in any low power mode + */ + HAL_DBGMCU_EnableDBGSleepMode(); + + /***************** ENABLE DEBUGGER *************************************/ + LL_EXTI_EnableIT_32_63(LL_EXTI_LINE_48); + LL_C2_EXTI_EnableIT_32_63(LL_EXTI_LINE_48); + +#else + + GPIO_InitTypeDef gpio_config = {0}; + + gpio_config.Pull = GPIO_NOPULL; + gpio_config.Mode = GPIO_MODE_ANALOG; + + gpio_config.Pin = GPIO_PIN_15 | GPIO_PIN_14 | GPIO_PIN_13; + __HAL_RCC_GPIOA_CLK_ENABLE(); + HAL_GPIO_Init(GPIOA, &gpio_config); + __HAL_RCC_GPIOA_CLK_DISABLE(); + + gpio_config.Pin = GPIO_PIN_4 | GPIO_PIN_3; + __HAL_RCC_GPIOB_CLK_ENABLE(); + HAL_GPIO_Init(GPIOB, &gpio_config); + __HAL_RCC_GPIOB_CLK_DISABLE(); + + HAL_DBGMCU_DisableDBGSleepMode(); + HAL_DBGMCU_DisableDBGStopMode(); + HAL_DBGMCU_DisableDBGStandbyMode(); + +#endif /* (CFG_DEBUGGER_SUPPORTED == 1) */ + +#if (CFG_DEBUG_TRACE != 0) + DbgTraceInit(); +#endif /* CFG_DEBUG_TRACE != 0 */ + + return; +} +static void Reset_Device(void) +{ +#if (CFG_HW_RESET_BY_FW == 1) + Reset_BackupDomain(); + + Reset_IPCC(); +#endif /* CFG_HW_RESET_BY_FW == 1 */ + + return; +} + +#if (CFG_HW_RESET_BY_FW == 1) +static void Reset_BackupDomain(void) +{ + if ((LL_RCC_IsActiveFlag_PINRST() != FALSE) && (LL_RCC_IsActiveFlag_SFTRST() == FALSE)) + { + HAL_PWR_EnableBkUpAccess(); /**< Enable access to the RTC registers */ + + /** + * Write twice the value to flush the APB-AHB bridge + * This bit shall be written in the register before writing the next one + */ + HAL_PWR_EnableBkUpAccess(); + + __HAL_RCC_BACKUPRESET_FORCE(); + __HAL_RCC_BACKUPRESET_RELEASE(); + } + + return; +} + +static void Reset_IPCC(void) +{ + LL_AHB3_GRP1_EnableClock(LL_AHB3_GRP1_PERIPH_IPCC); + + LL_C1_IPCC_ClearFlag_CHx( + IPCC, + LL_IPCC_CHANNEL_1 | LL_IPCC_CHANNEL_2 | LL_IPCC_CHANNEL_3 | LL_IPCC_CHANNEL_4 + | LL_IPCC_CHANNEL_5 | LL_IPCC_CHANNEL_6); + + LL_C2_IPCC_ClearFlag_CHx( + IPCC, + LL_IPCC_CHANNEL_1 | LL_IPCC_CHANNEL_2 | LL_IPCC_CHANNEL_3 | LL_IPCC_CHANNEL_4 + | LL_IPCC_CHANNEL_5 | LL_IPCC_CHANNEL_6); + + LL_C1_IPCC_DisableTransmitChannel( + IPCC, + LL_IPCC_CHANNEL_1 | LL_IPCC_CHANNEL_2 | LL_IPCC_CHANNEL_3 | LL_IPCC_CHANNEL_4 + | LL_IPCC_CHANNEL_5 | LL_IPCC_CHANNEL_6); + + LL_C2_IPCC_DisableTransmitChannel( + IPCC, + LL_IPCC_CHANNEL_1 | LL_IPCC_CHANNEL_2 | LL_IPCC_CHANNEL_3 | LL_IPCC_CHANNEL_4 + | LL_IPCC_CHANNEL_5 | LL_IPCC_CHANNEL_6); + + LL_C1_IPCC_DisableReceiveChannel( + IPCC, + LL_IPCC_CHANNEL_1 | LL_IPCC_CHANNEL_2 | LL_IPCC_CHANNEL_3 | LL_IPCC_CHANNEL_4 + | LL_IPCC_CHANNEL_5 | LL_IPCC_CHANNEL_6); + + LL_C2_IPCC_DisableReceiveChannel( + IPCC, + LL_IPCC_CHANNEL_1 | LL_IPCC_CHANNEL_2 | LL_IPCC_CHANNEL_3 | LL_IPCC_CHANNEL_4 + | LL_IPCC_CHANNEL_5 | LL_IPCC_CHANNEL_6); + + return; +} +#endif /* CFG_HW_RESET_BY_FW == 1 */ + +static void Config_HSE(void) +{ + OTP_ID0_t * p_otp; + + /** + * Read HSE_Tuning from OTP + */ + p_otp = (OTP_ID0_t *) OTP_Read(0); + if (p_otp) + { + LL_RCC_HSE_SetCapacitorTuning(p_otp->hse_tuning); + } + + return; +} + +static void System_Init(void) +{ + Init_Smps(); + + Init_Exti(); + + Init_Rtc(); + + return; +} + +static void Init_Rtc(void) +{ + /* Disable RTC registers write protection */ + LL_RTC_DisableWriteProtection(RTC); + + LL_RTC_WAKEUP_SetClock(RTC, CFG_RTC_WUCKSEL_DIVIDER); + + /* Enable RTC registers write protection */ + LL_RTC_EnableWriteProtection(RTC); + + return; +} + +/** + * @brief Configure the system for power optimization + * + * @note This API configures the system to be ready for low power mode + * + * @param None + * @retval None + */ +static void SystemPower_Config(void) +{ + /* Before going to stop or standby modes, do the settings so that system clock and IP80215.4 clock start on HSI automatically */ + LL_RCC_HSI_EnableAutoFromStop(); + + /** + * Select HSI as system clock source after Wake Up from Stop mode + */ + LL_RCC_SetClkAfterWakeFromStop(LL_RCC_STOP_WAKEUPCLOCK_HSI); + + /* Initialize low power manager */ + UTIL_LPM_Init(); + /* Initialize the CPU2 reset value before starting CPU2 with C2BOOT */ + LL_C2_PWR_SetPowerMode(LL_PWR_MODE_SHUTDOWN); + + /* Disable Stop & Off Modes until Initialisation is complete */ + UTIL_LPM_SetOffMode(1 << CFG_LPM_APP, UTIL_LPM_DISABLE); + UTIL_LPM_SetStopMode(1 << CFG_LPM_APP, UTIL_LPM_DISABLE); + +#if (CFG_USB_INTERFACE_ENABLE != 0) + /** + * Enable USB power + */ + HAL_PWREx_EnableVddUSB(); +#endif /* CFG_USB_INTERFACE_ENABLE != 0 */ + + return; +} + +static void appe_Tl_Init(void) +{ + TL_MM_Config_t tl_mm_config; + SHCI_TL_HciInitConf_t SHci_Tl_Init_Conf; + + /**< Reference table initialization */ + TL_Init(); + + /**< System channel initialization */ + UTIL_SEQ_RegTask(1<< CFG_TASK_SYSTEM_HCI_ASYNCH_EVT, UTIL_SEQ_RFU, shci_user_evt_proc); + SHci_Tl_Init_Conf.p_cmdbuffer = (uint8_t*)&SystemCmdBuffer; + SHci_Tl_Init_Conf.StatusNotCallBack = APPE_SysStatusNot; + shci_init(APPE_SysUserEvtRx, (void*) &SHci_Tl_Init_Conf); + + /**< Memory Manager channel initialization */ + memset(&tl_mm_config, 0, sizeof(TL_MM_Config_t)); + tl_mm_config.p_BleSpareEvtBuffer = 0; + tl_mm_config.p_SystemSpareEvtBuffer = SystemSpareEvtBuffer; + tl_mm_config.p_AsynchEvtPool = EvtPool; + tl_mm_config.AsynchEvtPoolSize = POOL_SIZE; + TL_MM_Init(&tl_mm_config); + + TL_Enable(); + + return; +} + +static void APPE_SysStatusNot(SHCI_TL_CmdStatus_t status) +{ + UNUSED(status); + return; +} + +/** + * The type of the payload for a system user event is tSHCI_UserEvtRxParam + * When the system event is both : + * - a ready event (subevtcode = SHCI_SUB_EVT_CODE_READY) + * - reported by the FUS (sysevt_ready_rsp == FUS_FW_RUNNING) + * The buffer shall not be released + * (eg ((tSHCI_UserEvtRxParam*)pPayload)->status shall be set to SHCI_TL_UserEventFlow_Disable) + * When the status is not filled, the buffer is released by default + */ +static void APPE_SysUserEvtRx(void * pPayload) +{ + TL_AsynchEvt_t *p_sys_event; + p_sys_event = (TL_AsynchEvt_t*)(((tSHCI_UserEvtRxParam*)pPayload)->pckt->evtserial.evt.payload); + + switch(p_sys_event->subevtcode) + { + case SHCI_SUB_EVT_CODE_READY: + APPE_SysEvtReadyProcessing(); + break; + case SHCI_SUB_EVT_ERROR_NOTIF: + APPE_SysEvtError((SCHI_SystemErrCode_t) (p_sys_event->payload[0])); + break; + default: + break; + } + return; +} + +/** + * @brief Notify a system error coming from the M0 firmware + * @param ErrorCode : errorCode detected by the M0 firmware + * + * @retval None + */ +static void APPE_SysEvtError(SCHI_SystemErrCode_t ErrorCode) +{ + switch(ErrorCode) + { + case ERR_ZIGBEE_UNKNOWN_CMD: + APP_DBG("** ERR_ZIGBEE : UNKNOWN_CMD \n"); + break; + default: + APP_DBG("** ERR_ZIGBEE : ErroCode=%d \n",ErrorCode); + break; + } + return; +} + +static void APPE_SysEvtReadyProcessing(void) +{ + /* Traces channel initialization */ + TL_TRACES_Init(); + + APP_ZIGBEE_Init(); + return; +} + +/* USER CODE BEGIN FD_LOCAL_FUNCTIONS */ +static void Led_Init( void ) +{ +#if (CFG_LED_SUPPORTED == 1U) + /* Leds Initialization */ + BSP_LED_Init(LED_BLUE); + BSP_LED_Init(LED_GREEN); + BSP_LED_Init(LED_RED); +#endif /* (CFG_LED_SUPPORTED == 1U) */ + + return; +} + +static void Button_Init( void ) +{ +#if (CFG_BUTTON_SUPPORTED == 1U) + /* Button Initialization */ + BSP_PB_Init(BUTTON_SW1, BUTTON_MODE_EXTI); + BSP_PB_Init(BUTTON_SW2, BUTTON_MODE_EXTI); + BSP_PB_Init(BUTTON_SW3, BUTTON_MODE_EXTI); +#endif /* (CFG_BUTTON_SUPPORTED == 1U) */ + + return; +} + +/* USER CODE END FD_LOCAL_FUNCTIONS */ + +/************************************************************* + * + * WRAP FUNCTIONS + * + *************************************************************/ +void HAL_Delay(uint32_t Delay) +{ + uint32_t tickstart = HAL_GetTick(); + uint32_t wait = Delay; + + /* Add a freq to guarantee minimum wait */ + if (wait < HAL_MAX_DELAY) + { + wait += HAL_GetTickFreq(); + } + + while ((HAL_GetTick() - tickstart) < wait) + { + /************************************************************************************ + * ENTER SLEEP MODE + ***********************************************************************************/ + LL_LPM_EnableSleep(); /**< Clear SLEEPDEEP bit of Cortex System Control Register */ + + /** + * This option is used to ensure that store operations are completed + */ + #if defined (__CC_ARM) || defined (__ARMCC_VERSION) + __force_stores(); + #endif /*__ARMCC_VERSION */ + + __WFI(); + } +} + +void MX_APPE_Process(void) +{ + /* USER CODE BEGIN MX_APPE_Process_1 */ + + /* USER CODE END MX_APPE_Process_1 */ + UTIL_SEQ_Run(UTIL_SEQ_DEFAULT); + /* USER CODE BEGIN MX_APPE_Process_2 */ + ZigbeeApp_Process(); + + /* USER CODE END MX_APPE_Process_2 */ +} + +void UTIL_SEQ_Idle(void) +{ +#if (CFG_LPM_SUPPORTED == 1) + UTIL_LPM_EnterLowPower(); +#endif /* CFG_LPM_SUPPORTED == 1 */ + return; +} + +/** + * @brief This function is called by the scheduler each time an event + * is pending. + * + * @param evt_waited_bm : Event pending. + * @retval None + */ +void UTIL_SEQ_EvtIdle(UTIL_SEQ_bm_t task_id_bm, UTIL_SEQ_bm_t evt_waited_bm) +{ + /* Check the notification condition */ + if (g_ot_notification_allowed) { + UTIL_SEQ_Run(1U << CFG_TASK_NOTIFY_FROM_M0_TO_M4); + } + switch(evt_waited_bm) + { + case EVENT_ACK_FROM_M0_EVT: + /** + * Run only the task CFG_TASK_REQUEST_FROM_M0_TO_M4 to process + * direct requests from the M0 (e.g. ZbMalloc), but no stack notifications + * until we're done the request to the M0. + */ + UTIL_SEQ_Run((1U << CFG_TASK_REQUEST_FROM_M0_TO_M4)); + break; + case EVENT_SYNCHRO_BYPASS_IDLE: + UTIL_SEQ_SetEvt(EVENT_SYNCHRO_BYPASS_IDLE); + /* Process notifications and requests from the M0 */ + UTIL_SEQ_Run((1U << CFG_TASK_NOTIFY_FROM_M0_TO_M4) | (1U << CFG_TASK_REQUEST_FROM_M0_TO_M4)); + break; + default : + /* default case */ + UTIL_SEQ_Run(UTIL_SEQ_DEFAULT); + break; + } +} + +void shci_notify_asynch_evt(void* pdata) +{ + UNUSED(pdata); + UTIL_SEQ_SetTask(1U << CFG_TASK_SYSTEM_HCI_ASYNCH_EVT, CFG_SCH_PRIO_0); + return; +} + +void shci_cmd_resp_release(uint32_t flag) +{ + UNUSED(flag); + UTIL_SEQ_SetEvt(1U << CFG_EVT_SYSTEM_HCI_CMD_EVT_RESP); + return; +} + +void shci_cmd_resp_wait(uint32_t timeout) +{ + UNUSED(timeout); + UTIL_SEQ_WaitEvt(1U << CFG_EVT_SYSTEM_HCI_CMD_EVT_RESP); + return; +} + +/* Received trace buffer from M0 */ +void TL_TRACES_EvtReceived(TL_EvtPacket_t * hcievt) +{ +#if (CFG_DEBUG_TRACE != 0) + /* Call write/print function using DMA from dbg_trace */ + /* - Cast to TL_AsynchEvt_t* to get "real" payload (without Sub Evt code 2bytes), + - (-2) to size to remove Sub Evt Code */ + DbgTraceWrite(1U, (const unsigned char *) ((TL_AsynchEvt_t *)(hcievt->evtserial.evt.payload))->payload, hcievt->evtserial.evt.plen - 2U); +#endif /* CFG_DEBUG_TRACE != 0 */ + /* Release buffer */ + TL_MM_EvtDone(hcievt); +} +/** + * @brief Initialisation of the trace mechanism + * @param None + * @retval None + */ +#if (CFG_DEBUG_TRACE != 0) +void DbgOutputInit(void) +{ +#ifdef CFG_DEBUG_TRACE_UART + MX_USART1_UART_Init(); + return; +#endif /* CFG_DEBUG_TRACE_UART */ +} + +/** + * @brief Management of the traces + * @param p_data : data + * @param size : size + * @param call-back : + * @retval None + */ +void DbgOutputTraces(uint8_t *p_data, uint16_t size, void (*cb)(void)) +{ + HW_UART_Transmit_DMA(CFG_DEBUG_TRACE_UART, p_data, size, cb); + + return; +} +#endif /* CFG_DEBUG_TRACE != 0 */ + +/* USER CODE BEGIN FD_WRAP_FUNCTIONS */ +/** + * @brief This function manage the Push button action + * @param GPIO_Pin : GPIO pin which has been activated + * @retval None + */ +void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin) +{ + switch (GPIO_Pin) + { + case BUTTON_SW1_PIN: + break; + + case BUTTON_SW2_PIN: + break; + + case BUTTON_SW3_PIN: + break; + + default: + break; + } +} + +static void RxUART_Init(void) +{ + HW_UART_Receive_IT(CFG_DEBUG_TRACE_UART, aRxBuffer, 1U, RxCpltCallback); +} + +static void RxCpltCallback(void) +{ + /* Filling buffer and wait for '\r' char */ + if (indexReceiveChar < C_SIZE_CMD_STRING) + { + if (aRxBuffer[0] == '\r') + { + APP_DBG("received %s", CommandString); + + UartCmdExecute(); + + /* Clear receive buffer and character counter*/ + indexReceiveChar = 0; + memset(CommandString, 0, C_SIZE_CMD_STRING); + } + else + { + CommandString[indexReceiveChar++] = aRxBuffer[0]; + } + } + + /* Once a character has been sent, put back the device in reception mode */ + HW_UART_Receive_IT(CFG_DEBUG_TRACE_UART, aRxBuffer, 1U, RxCpltCallback); +} + +static void UartCmdExecute(void) +{ + /* Parse received CommandString */ + if(strcmp((char const*)CommandString, "SW1") == 0) + { + APP_DBG("SW1 OK"); + exti_handle.Line = EXTI_LINE_4; + HAL_EXTI_GenerateSWI(&exti_handle); + } + else if (strcmp((char const*)CommandString, "SW2") == 0) + { + APP_DBG("SW2 OK"); + exti_handle.Line = EXTI_LINE_0; + HAL_EXTI_GenerateSWI(&exti_handle); + } + else if (strcmp((char const*)CommandString, "SW3") == 0) + { + APP_DBG("SW3 OK"); + exti_handle.Line = EXTI_LINE_1; + HAL_EXTI_GenerateSWI(&exti_handle); + } + else if (strcmp((char const*)CommandString, "RST") == 0) + { + APP_DBG("RESET CMD RECEIVED"); + HAL_NVIC_SystemReset(); + } + else + { + APP_DBG("NOT RECOGNIZED COMMAND : %s", CommandString); + } +} +/* USER CODE END FD_WRAP_FUNCTIONS */ diff --git a/Core/Src/hw_timerserver.c b/Core/Src/hw_timerserver.c new file mode 100644 index 0000000..a895535 --- /dev/null +++ b/Core/Src/hw_timerserver.c @@ -0,0 +1,888 @@ +/* USER CODE BEGIN Header */ +/** + ****************************************************************************** + * @file hw_timerserver.c + * @author MCD Application Team + * @brief Hardware timerserver source file for STM32WPAN Middleware. + ****************************************************************************** + * @attention + * + * Copyright (c) 2021 STMicroelectronics. + * All rights reserved. + * + * This software is licensed under terms that can be found in the LICENSE file + * in the root directory of this software component. + * If no LICENSE file comes with this software, it is provided AS-IS. + * + ****************************************************************************** + */ +/* USER CODE END Header */ + +/* Includes ------------------------------------------------------------------*/ +#include "app_common.h" +#include "hw_conf.h" + +/* Private typedef -----------------------------------------------------------*/ +typedef enum +{ + TimerID_Free, + TimerID_Created, + TimerID_Running +}TimerIDStatus_t; + +typedef enum +{ + SSR_Read_Requested, + SSR_Read_Not_Requested +}RequestReadSSR_t; + +typedef enum +{ + WakeupTimerValue_Overpassed, + WakeupTimerValue_LargeEnough +}WakeupTimerLimitation_Status_t; + +typedef struct +{ + HW_TS_pTimerCb_t pTimerCallBack; + uint32_t CounterInit; + uint32_t CountLeft; + TimerIDStatus_t TimerIDStatus; + HW_TS_Mode_t TimerMode; + uint32_t TimerProcessID; + uint8_t PreviousID; + uint8_t NextID; +}TimerContext_t; + +/* Private defines -----------------------------------------------------------*/ +#define SSR_FORBIDDEN_VALUE 0xFFFFFFFF +#define TIMER_LIST_EMPTY 0xFFFF + +/* Private macros ------------------------------------------------------------*/ +/* Private variables ---------------------------------------------------------*/ + +/** + * START of Section TIMERSERVER_CONTEXT + */ + +static volatile TimerContext_t aTimerContext[CFG_HW_TS_MAX_NBR_CONCURRENT_TIMER]; +static volatile uint8_t CurrentRunningTimerID; +static volatile uint8_t PreviousRunningTimerID; +static volatile uint32_t SSRValueOnLastSetup; +static volatile WakeupTimerLimitation_Status_t WakeupTimerLimitation; + +/** + * END of Section TIMERSERVER_CONTEXT + */ + +static uint8_t WakeupTimerDivider; +static uint8_t AsynchPrescalerUserConfig; +static uint16_t SynchPrescalerUserConfig; +static volatile uint16_t MaxWakeupTimerSetup; + +/* Global variables ----------------------------------------------------------*/ +extern RTC_HandleTypeDef hrtc; + +/* Private function prototypes -----------------------------------------------*/ +static void RestartWakeupCounter(uint16_t Value); +static uint16_t ReturnTimeElapsed(void); +static void RescheduleTimerList(void); +static void UnlinkTimer(uint8_t TimerID, RequestReadSSR_t RequestReadSSR); +static void LinkTimerBefore(uint8_t TimerID, uint8_t RefTimerID); +static void LinkTimerAfter(uint8_t TimerID, uint8_t RefTimerID); +static uint16_t linkTimer(uint8_t TimerID); +static uint32_t ReadRtcSsrValue(void); + +__weak void HW_TS_RTC_CountUpdated_AppNot(void); + +/* Functions Definition ------------------------------------------------------*/ + +/** + * @brief Read the RTC_SSR value + * As described in the reference manual, the RTC_SSR shall be read twice to ensure + * reliability of the value + * @param None + * @retval SSR value read + */ +static uint32_t ReadRtcSsrValue(void) +{ + uint32_t first_read; + uint32_t second_read; + + first_read = (uint32_t)(READ_BIT(RTC->SSR, RTC_SSR_SS)); + + second_read = (uint32_t)(READ_BIT(RTC->SSR, RTC_SSR_SS)); + + while(first_read != second_read) + { + first_read = second_read; + + second_read = (uint32_t)(READ_BIT(RTC->SSR, RTC_SSR_SS)); + } + + return second_read; +} + +/** + * @brief Insert a Timer in the list after the Timer ID specified + * @param TimerID: The ID of the Timer + * @param RefTimerID: The ID of the Timer to be linked after + * @retval None + */ +static void LinkTimerAfter(uint8_t TimerID, uint8_t RefTimerID) +{ + uint8_t next_id; + + next_id = aTimerContext[RefTimerID].NextID; + + if(next_id != CFG_HW_TS_MAX_NBR_CONCURRENT_TIMER) + { + aTimerContext[next_id].PreviousID = TimerID; + } + aTimerContext[TimerID].NextID = next_id; + aTimerContext[TimerID].PreviousID = RefTimerID ; + aTimerContext[RefTimerID].NextID = TimerID; + + return; +} + +/** + * @brief Insert a Timer in the list before the ID specified + * @param TimerID: The ID of the Timer + * @param RefTimerID: The ID of the Timer to be linked before + * @retval None + */ +static void LinkTimerBefore(uint8_t TimerID, uint8_t RefTimerID) +{ + uint8_t previous_id; + + if(RefTimerID != CurrentRunningTimerID) + { + previous_id = aTimerContext[RefTimerID].PreviousID; + + aTimerContext[previous_id].NextID = TimerID; + aTimerContext[TimerID].NextID = RefTimerID; + aTimerContext[TimerID].PreviousID = previous_id ; + aTimerContext[RefTimerID].PreviousID = TimerID; + } + else + { + aTimerContext[TimerID].NextID = RefTimerID; + aTimerContext[RefTimerID].PreviousID = TimerID; + } + + return; +} + +/** + * @brief Insert a Timer in the list + * @param TimerID: The ID of the Timer + * @retval None + */ +static uint16_t linkTimer(uint8_t TimerID) +{ + uint32_t time_left; + uint16_t time_elapsed; + uint8_t timer_id_lookup; + uint8_t next_id; + + if(CurrentRunningTimerID == CFG_HW_TS_MAX_NBR_CONCURRENT_TIMER) + { + /** + * No timer in the list + */ + PreviousRunningTimerID = CurrentRunningTimerID; + CurrentRunningTimerID = TimerID; + aTimerContext[TimerID].NextID = CFG_HW_TS_MAX_NBR_CONCURRENT_TIMER; + + SSRValueOnLastSetup = SSR_FORBIDDEN_VALUE; + time_elapsed = 0; + } + else + { + time_elapsed = ReturnTimeElapsed(); + + /** + * update count of the timer to be linked + */ + aTimerContext[TimerID].CountLeft += time_elapsed; + time_left = aTimerContext[TimerID].CountLeft; + + /** + * Search for index where the new timer shall be linked + */ + if(aTimerContext[CurrentRunningTimerID].CountLeft <= time_left) + { + /** + * Search for the ID after the first one + */ + timer_id_lookup = CurrentRunningTimerID; + next_id = aTimerContext[timer_id_lookup].NextID; + while((next_id != CFG_HW_TS_MAX_NBR_CONCURRENT_TIMER) && (aTimerContext[next_id].CountLeft <= time_left)) + { + timer_id_lookup = aTimerContext[timer_id_lookup].NextID; + next_id = aTimerContext[timer_id_lookup].NextID; + } + + /** + * Link after the ID + */ + LinkTimerAfter(TimerID, timer_id_lookup); + } + else + { + /** + * Link before the first ID + */ + LinkTimerBefore(TimerID, CurrentRunningTimerID); + PreviousRunningTimerID = CurrentRunningTimerID; + CurrentRunningTimerID = TimerID; + } + } + + return time_elapsed; +} + +/** + * @brief Remove a Timer from the list + * @param TimerID: The ID of the Timer + * @param RequestReadSSR: Request to read the SSR register or not + * @retval None + */ +static void UnlinkTimer(uint8_t TimerID, RequestReadSSR_t RequestReadSSR) +{ + uint8_t previous_id; + uint8_t next_id; + + if(TimerID == CurrentRunningTimerID) + { + PreviousRunningTimerID = CurrentRunningTimerID; + CurrentRunningTimerID = aTimerContext[TimerID].NextID; + } + else + { + previous_id = aTimerContext[TimerID].PreviousID; + next_id = aTimerContext[TimerID].NextID; + + aTimerContext[previous_id].NextID = aTimerContext[TimerID].NextID; + if(next_id != CFG_HW_TS_MAX_NBR_CONCURRENT_TIMER) + { + aTimerContext[next_id].PreviousID = aTimerContext[TimerID].PreviousID; + } + } + + /** + * Timer is out of the list + */ + aTimerContext[TimerID].TimerIDStatus = TimerID_Created; + + if((CurrentRunningTimerID == CFG_HW_TS_MAX_NBR_CONCURRENT_TIMER) && (RequestReadSSR == SSR_Read_Requested)) + { + SSRValueOnLastSetup = SSR_FORBIDDEN_VALUE; + } + + return; +} + +/** + * @brief Return the number of ticks counted by the wakeuptimer since it has been started + * @note The API is reading the SSR register to get how many ticks have been counted + * since the time the timer has been started + * @param None + * @retval Time expired in Ticks + */ +static uint16_t ReturnTimeElapsed(void) +{ + uint32_t return_value; + uint32_t wrap_counter; + + if(SSRValueOnLastSetup != SSR_FORBIDDEN_VALUE) + { + return_value = ReadRtcSsrValue(); /**< Read SSR register first */ + + if (SSRValueOnLastSetup >= return_value) + { + return_value = SSRValueOnLastSetup - return_value; + } + else + { + wrap_counter = SynchPrescalerUserConfig - return_value; + return_value = SSRValueOnLastSetup + wrap_counter; + } + + /** + * At this stage, ReturnValue holds the number of ticks counted by SSR + * Need to translate in number of ticks counted by the Wakeuptimer + */ + return_value = return_value*AsynchPrescalerUserConfig; + return_value = return_value >> WakeupTimerDivider; + } + else + { + return_value = 0; + } + + return (uint16_t)return_value; +} + +/** + * @brief Set the wakeup counter + * @note The API is writing the counter value so that the value is decreased by one to cope with the fact + * the interrupt is generated with 1 extra clock cycle (See RefManuel) + * It assumes all condition are met to be allowed to write the wakeup counter + * @param Value: Value to be written in the counter + * @retval None + */ +static void RestartWakeupCounter(uint16_t Value) +{ + /** + * The wakeuptimer has been disabled in the calling function to reduce the time to poll the WUTWF + * FLAG when the new value will have to be written + * __HAL_RTC_WAKEUPTIMER_DISABLE(&hrtc); + */ + + if(Value == 0) + { + SSRValueOnLastSetup = ReadRtcSsrValue(); + + /** + * Simulate that the Timer expired + */ + HAL_NVIC_SetPendingIRQ(CFG_HW_TS_RTC_WAKEUP_HANDLER_ID); + } + else + { + if((Value > 1) ||(WakeupTimerDivider != 1)) + { + Value -= 1; + } + + while(__HAL_RTC_WAKEUPTIMER_GET_FLAG(&hrtc, RTC_FLAG_WUTWF) == RESET); + + /** + * make sure to clear the flags after checking the WUTWF. + * It takes 2 RTCCLK between the time the WUTE bit is disabled and the + * time the timer is disabled. The WUTWF bit somehow guarantee the system is stable + * Otherwise, when the timer is periodic with 1 Tick, it may generate an extra interrupt in between + * due to the autoreload feature + */ + __HAL_RTC_WAKEUPTIMER_CLEAR_FLAG(&hrtc, RTC_FLAG_WUTF); /**< Clear flag in RTC module */ + __HAL_RTC_WAKEUPTIMER_EXTI_CLEAR_FLAG(); /**< Clear flag in EXTI module */ + HAL_NVIC_ClearPendingIRQ(CFG_HW_TS_RTC_WAKEUP_HANDLER_ID); /**< Clear pending bit in NVIC */ + + MODIFY_REG(RTC->WUTR, RTC_WUTR_WUT, Value); + + /** + * Update the value here after the WUTWF polling that may take some time + */ + SSRValueOnLastSetup = ReadRtcSsrValue(); + + __HAL_RTC_WAKEUPTIMER_ENABLE(&hrtc); /**< Enable the Wakeup Timer */ + + HW_TS_RTC_CountUpdated_AppNot(); + } + + return ; +} + +/** + * @brief Reschedule the list of timer + * @note 1) Update the count left for each timer in the list + * 2) Setup the wakeuptimer + * @param None + * @retval None + */ +static void RescheduleTimerList(void) +{ + uint8_t localTimerID; + uint32_t timecountleft; + uint16_t wakeup_timer_value; + uint16_t time_elapsed; + + /** + * The wakeuptimer is disabled now to reduce the time to poll the WUTWF + * FLAG when the new value will have to be written + */ + if((READ_BIT(RTC->CR, RTC_CR_WUTE) == (RTC_CR_WUTE)) == SET) + { + /** + * Wait for the flag to be back to 0 when the wakeup timer is enabled + */ + while(__HAL_RTC_WAKEUPTIMER_GET_FLAG(&hrtc, RTC_FLAG_WUTWF) == SET); + } + __HAL_RTC_WAKEUPTIMER_DISABLE(&hrtc); /**< Disable the Wakeup Timer */ + + localTimerID = CurrentRunningTimerID; + + /** + * Calculate what will be the value to write in the wakeuptimer + */ + timecountleft = aTimerContext[localTimerID].CountLeft; + + /** + * Read how much has been counted + */ + time_elapsed = ReturnTimeElapsed(); + + if(timecountleft < time_elapsed ) + { + /** + * There is no tick left to count + */ + wakeup_timer_value = 0; + WakeupTimerLimitation = WakeupTimerValue_LargeEnough; + } + else + { + if(timecountleft > (time_elapsed + MaxWakeupTimerSetup)) + { + /** + * The number of tick left is greater than the Wakeuptimer maximum value + */ + wakeup_timer_value = MaxWakeupTimerSetup; + + WakeupTimerLimitation = WakeupTimerValue_Overpassed; + } + else + { + wakeup_timer_value = timecountleft - time_elapsed; + WakeupTimerLimitation = WakeupTimerValue_LargeEnough; + } + + } + + /** + * update ticks left to be counted for each timer + */ + while(localTimerID != CFG_HW_TS_MAX_NBR_CONCURRENT_TIMER) + { + if (aTimerContext[localTimerID].CountLeft < time_elapsed) + { + aTimerContext[localTimerID].CountLeft = 0; + } + else + { + aTimerContext[localTimerID].CountLeft -= time_elapsed; + } + localTimerID = aTimerContext[localTimerID].NextID; + } + + /** + * Write next count + */ + RestartWakeupCounter(wakeup_timer_value); + + return ; +} + +/* Public functions ----------------------------------------------------------*/ + +/** + * For all public interface except that may need write access to the RTC, the RTC + * shall be unlock at the beginning and locked at the output + * In order to ease maintainability, the unlock is done at the top and the lock at then end + * in case some new implementation is coming in the future + */ + +void HW_TS_RTC_Wakeup_Handler(void) +{ + HW_TS_pTimerCb_t ptimer_callback; + uint32_t timer_process_id; + uint8_t local_current_running_timer_id; +#if (CFG_HW_TS_USE_PRIMASK_AS_CRITICAL_SECTION == 1) + uint32_t primask_bit; +#endif + +#if (CFG_HW_TS_USE_PRIMASK_AS_CRITICAL_SECTION == 1) + primask_bit = __get_PRIMASK(); /**< backup PRIMASK bit */ + __disable_irq(); /**< Disable all interrupts by setting PRIMASK bit on Cortex*/ +#endif + +/* Disable the write protection for RTC registers */ + __HAL_RTC_WRITEPROTECTION_DISABLE( &hrtc ); + + /** + * Disable the Wakeup Timer + * This may speed up a bit the processing to wait the timer to be disabled + * The timer is still counting 2 RTCCLK + */ + __HAL_RTC_WAKEUPTIMER_DISABLE(&hrtc); + + local_current_running_timer_id = CurrentRunningTimerID; + + if(aTimerContext[local_current_running_timer_id].TimerIDStatus == TimerID_Running) + { + ptimer_callback = aTimerContext[local_current_running_timer_id].pTimerCallBack; + timer_process_id = aTimerContext[local_current_running_timer_id].TimerProcessID; + + /** + * It should be good to check whether the TimeElapsed is greater or not than the tick left to be counted + * However, due to the inaccuracy of the reading of the time elapsed, it may return there is 1 tick + * to be left whereas the count is over + * A more secure implementation has been done with a flag to state whereas the full count has been written + * in the wakeuptimer or not + */ + if(WakeupTimerLimitation != WakeupTimerValue_Overpassed) + { + if(aTimerContext[local_current_running_timer_id].TimerMode == hw_ts_Repeated) + { + UnlinkTimer(local_current_running_timer_id, SSR_Read_Not_Requested); +#if (CFG_HW_TS_USE_PRIMASK_AS_CRITICAL_SECTION == 1) + __set_PRIMASK(primask_bit); /**< Restore PRIMASK bit*/ +#endif + HW_TS_Start(local_current_running_timer_id, aTimerContext[local_current_running_timer_id].CounterInit); + + /* Disable the write protection for RTC registers */ + __HAL_RTC_WRITEPROTECTION_DISABLE( &hrtc ); + } + else + { +#if (CFG_HW_TS_USE_PRIMASK_AS_CRITICAL_SECTION == 1) + __set_PRIMASK(primask_bit); /**< Restore PRIMASK bit*/ +#endif + HW_TS_Stop(local_current_running_timer_id); + + /* Disable the write protection for RTC registers */ + __HAL_RTC_WRITEPROTECTION_DISABLE( &hrtc ); + } + + HW_TS_RTC_Int_AppNot(timer_process_id, local_current_running_timer_id, ptimer_callback); + } + else + { + RescheduleTimerList(); +#if (CFG_HW_TS_USE_PRIMASK_AS_CRITICAL_SECTION == 1) + __set_PRIMASK(primask_bit); /**< Restore PRIMASK bit*/ +#endif + } + } + else + { + /** + * We should never end up in this case + * However, if due to any bug in the timer server this is the case, the mistake may not impact the user. + * We could just clean the interrupt flag and get out from this unexpected interrupt + */ + while(__HAL_RTC_WAKEUPTIMER_GET_FLAG(&hrtc, RTC_FLAG_WUTWF) == RESET); + + /** + * make sure to clear the flags after checking the WUTWF. + * It takes 2 RTCCLK between the time the WUTE bit is disabled and the + * time the timer is disabled. The WUTWF bit somehow guarantee the system is stable + * Otherwise, when the timer is periodic with 1 Tick, it may generate an extra interrupt in between + * due to the autoreload feature + */ + __HAL_RTC_WAKEUPTIMER_CLEAR_FLAG(&hrtc, RTC_FLAG_WUTF); /**< Clear flag in RTC module */ + __HAL_RTC_WAKEUPTIMER_EXTI_CLEAR_FLAG(); /**< Clear flag in EXTI module */ + +#if (CFG_HW_TS_USE_PRIMASK_AS_CRITICAL_SECTION == 1) + __set_PRIMASK(primask_bit); /**< Restore PRIMASK bit*/ +#endif + } + + /* Enable the write protection for RTC registers */ + __HAL_RTC_WRITEPROTECTION_ENABLE( &hrtc ); + + return; +} + +void HW_TS_Init(HW_TS_InitMode_t TimerInitMode, RTC_HandleTypeDef *phrtc) +{ + uint8_t loop; + uint32_t localmaxwakeuptimersetup; + + /* Disable the write protection for RTC registers */ + __HAL_RTC_WRITEPROTECTION_DISABLE( &hrtc ); + + SET_BIT(RTC->CR, RTC_CR_BYPSHAD); + + /** + * Readout the user config + */ + WakeupTimerDivider = (4 - ((uint32_t)(READ_BIT(RTC->CR, RTC_CR_WUCKSEL)))); + + AsynchPrescalerUserConfig = (uint8_t)(READ_BIT(RTC->PRER, RTC_PRER_PREDIV_A) >> (uint32_t)POSITION_VAL(RTC_PRER_PREDIV_A)) + 1; + + SynchPrescalerUserConfig = (uint16_t)(READ_BIT(RTC->PRER, RTC_PRER_PREDIV_S)) + 1; + + /** + * Margin is taken to avoid wrong calculation when the wrap around is there and some + * application interrupts may have delayed the reading + */ + localmaxwakeuptimersetup = ((((SynchPrescalerUserConfig - 1)*AsynchPrescalerUserConfig) - CFG_HW_TS_RTC_HANDLER_MAX_DELAY) >> WakeupTimerDivider); + + if(localmaxwakeuptimersetup >= 0xFFFF) + { + MaxWakeupTimerSetup = 0xFFFF; + } + else + { + MaxWakeupTimerSetup = (uint16_t)localmaxwakeuptimersetup; + } + + /** + * Configure EXTI module + */ + LL_EXTI_EnableRisingTrig_0_31(RTC_EXTI_LINE_WAKEUPTIMER_EVENT); + LL_EXTI_EnableIT_0_31(RTC_EXTI_LINE_WAKEUPTIMER_EVENT); + + if(TimerInitMode == hw_ts_InitMode_Full) + { + WakeupTimerLimitation = WakeupTimerValue_LargeEnough; + SSRValueOnLastSetup = SSR_FORBIDDEN_VALUE; + + /** + * Initialize the timer server + */ + for(loop = 0; loop < CFG_HW_TS_MAX_NBR_CONCURRENT_TIMER; loop++) + { + aTimerContext[loop].TimerIDStatus = TimerID_Free; + } + + CurrentRunningTimerID = CFG_HW_TS_MAX_NBR_CONCURRENT_TIMER; /**< Set ID to non valid value */ + + __HAL_RTC_WAKEUPTIMER_DISABLE(&hrtc); /**< Disable the Wakeup Timer */ + __HAL_RTC_WAKEUPTIMER_CLEAR_FLAG(&hrtc, RTC_FLAG_WUTF); /**< Clear flag in RTC module */ + __HAL_RTC_WAKEUPTIMER_EXTI_CLEAR_FLAG(); /**< Clear flag in EXTI module */ + HAL_NVIC_ClearPendingIRQ(CFG_HW_TS_RTC_WAKEUP_HANDLER_ID); /**< Clear pending bit in NVIC */ + __HAL_RTC_WAKEUPTIMER_ENABLE_IT(&hrtc, RTC_IT_WUT); /**< Enable interrupt in RTC module */ + } + else + { + if(__HAL_RTC_WAKEUPTIMER_GET_FLAG(&hrtc, RTC_FLAG_WUTF) != RESET) + { + /** + * Simulate that the Timer expired + */ + HAL_NVIC_SetPendingIRQ(CFG_HW_TS_RTC_WAKEUP_HANDLER_ID); + } + } + + /* Enable the write protection for RTC registers */ + __HAL_RTC_WRITEPROTECTION_ENABLE( &hrtc ); + + HAL_NVIC_SetPriority(CFG_HW_TS_RTC_WAKEUP_HANDLER_ID, CFG_HW_TS_NVIC_RTC_WAKEUP_IT_PREEMPTPRIO, CFG_HW_TS_NVIC_RTC_WAKEUP_IT_SUBPRIO); /**< Set NVIC priority */ + HAL_NVIC_EnableIRQ(CFG_HW_TS_RTC_WAKEUP_HANDLER_ID); /**< Enable NVIC */ + + return; +} + +HW_TS_ReturnStatus_t HW_TS_Create(uint32_t TimerProcessID, uint8_t *pTimerId, HW_TS_Mode_t TimerMode, HW_TS_pTimerCb_t pftimeout_handler) +{ + HW_TS_ReturnStatus_t localreturnstatus; + uint8_t loop = 0; +#if (CFG_HW_TS_USE_PRIMASK_AS_CRITICAL_SECTION == 1) + uint32_t primask_bit; +#endif + +#if (CFG_HW_TS_USE_PRIMASK_AS_CRITICAL_SECTION == 1) + primask_bit = __get_PRIMASK(); /**< backup PRIMASK bit */ + __disable_irq(); /**< Disable all interrupts by setting PRIMASK bit on Cortex*/ +#endif + + while((loop < CFG_HW_TS_MAX_NBR_CONCURRENT_TIMER) && (aTimerContext[loop].TimerIDStatus != TimerID_Free)) + { + loop++; + } + + if(loop != CFG_HW_TS_MAX_NBR_CONCURRENT_TIMER) + { + aTimerContext[loop].TimerIDStatus = TimerID_Created; + +#if (CFG_HW_TS_USE_PRIMASK_AS_CRITICAL_SECTION == 1) + __set_PRIMASK(primask_bit); /**< Restore PRIMASK bit*/ +#endif + + aTimerContext[loop].TimerProcessID = TimerProcessID; + aTimerContext[loop].TimerMode = TimerMode; + aTimerContext[loop].pTimerCallBack = pftimeout_handler; + *pTimerId = loop; + + localreturnstatus = hw_ts_Successful; + } + else + { +#if (CFG_HW_TS_USE_PRIMASK_AS_CRITICAL_SECTION == 1) + __set_PRIMASK(primask_bit); /**< Restore PRIMASK bit*/ +#endif + + localreturnstatus = hw_ts_Failed; + } + + return(localreturnstatus); +} + +void HW_TS_Delete(uint8_t timer_id) +{ + HW_TS_Stop(timer_id); + + aTimerContext[timer_id].TimerIDStatus = TimerID_Free; /**< release ID */ + + return; +} + +void HW_TS_Stop(uint8_t timer_id) +{ + uint8_t localcurrentrunningtimerid; + +#if (CFG_HW_TS_USE_PRIMASK_AS_CRITICAL_SECTION == 1) + uint32_t primask_bit; +#endif + +#if (CFG_HW_TS_USE_PRIMASK_AS_CRITICAL_SECTION == 1) + primask_bit = __get_PRIMASK(); /**< backup PRIMASK bit */ + __disable_irq(); /**< Disable all interrupts by setting PRIMASK bit on Cortex*/ +#endif + + HAL_NVIC_DisableIRQ(CFG_HW_TS_RTC_WAKEUP_HANDLER_ID); /**< Disable NVIC */ + + /* Disable the write protection for RTC registers */ + __HAL_RTC_WRITEPROTECTION_DISABLE( &hrtc ); + + if(aTimerContext[timer_id].TimerIDStatus == TimerID_Running) + { + UnlinkTimer(timer_id, SSR_Read_Requested); + localcurrentrunningtimerid = CurrentRunningTimerID; + + if(localcurrentrunningtimerid == CFG_HW_TS_MAX_NBR_CONCURRENT_TIMER) + { + /** + * List is empty + */ + + /** + * Disable the timer + */ + if((READ_BIT(RTC->CR, RTC_CR_WUTE) == (RTC_CR_WUTE)) == SET) + { + /** + * Wait for the flag to be back to 0 when the wakeup timer is enabled + */ + while(__HAL_RTC_WAKEUPTIMER_GET_FLAG(&hrtc, RTC_FLAG_WUTWF) == SET); + } + __HAL_RTC_WAKEUPTIMER_DISABLE(&hrtc); /**< Disable the Wakeup Timer */ + + while(__HAL_RTC_WAKEUPTIMER_GET_FLAG(&hrtc, RTC_FLAG_WUTWF) == RESET); + + /** + * make sure to clear the flags after checking the WUTWF. + * It takes 2 RTCCLK between the time the WUTE bit is disabled and the + * time the timer is disabled. The WUTWF bit somehow guarantee the system is stable + * Otherwise, when the timer is periodic with 1 Tick, it may generate an extra interrupt in between + * due to the autoreload feature + */ + __HAL_RTC_WAKEUPTIMER_CLEAR_FLAG(&hrtc, RTC_FLAG_WUTF); /**< Clear flag in RTC module */ + __HAL_RTC_WAKEUPTIMER_EXTI_CLEAR_FLAG(); /**< Clear flag in EXTI module */ + HAL_NVIC_ClearPendingIRQ(CFG_HW_TS_RTC_WAKEUP_HANDLER_ID); /**< Clear pending bit in NVIC */ + } + else if(PreviousRunningTimerID != localcurrentrunningtimerid) + { + RescheduleTimerList(); + } + } + + /* Enable the write protection for RTC registers */ + __HAL_RTC_WRITEPROTECTION_ENABLE( &hrtc ); + + HAL_NVIC_EnableIRQ(CFG_HW_TS_RTC_WAKEUP_HANDLER_ID); /**< Enable NVIC */ + +#if (CFG_HW_TS_USE_PRIMASK_AS_CRITICAL_SECTION == 1) + __set_PRIMASK(primask_bit); /**< Restore PRIMASK bit*/ +#endif + + return; +} + +void HW_TS_Start(uint8_t timer_id, uint32_t timeout_ticks) +{ + uint16_t time_elapsed; + uint8_t localcurrentrunningtimerid; + +#if (CFG_HW_TS_USE_PRIMASK_AS_CRITICAL_SECTION == 1) + uint32_t primask_bit; +#endif + + if(aTimerContext[timer_id].TimerIDStatus == TimerID_Running) + { + HW_TS_Stop( timer_id ); + } + +#if (CFG_HW_TS_USE_PRIMASK_AS_CRITICAL_SECTION == 1) + primask_bit = __get_PRIMASK(); /**< backup PRIMASK bit */ + __disable_irq(); /**< Disable all interrupts by setting PRIMASK bit on Cortex*/ +#endif + + HAL_NVIC_DisableIRQ(CFG_HW_TS_RTC_WAKEUP_HANDLER_ID); /**< Disable NVIC */ + + /* Disable the write protection for RTC registers */ + __HAL_RTC_WRITEPROTECTION_DISABLE( &hrtc ); + + aTimerContext[timer_id].TimerIDStatus = TimerID_Running; + + aTimerContext[timer_id].CountLeft = timeout_ticks; + aTimerContext[timer_id].CounterInit = timeout_ticks; + + time_elapsed = linkTimer(timer_id); + + localcurrentrunningtimerid = CurrentRunningTimerID; + + if(PreviousRunningTimerID != localcurrentrunningtimerid) + { + RescheduleTimerList(); + } + else + { + aTimerContext[timer_id].CountLeft -= time_elapsed; + } + + /* Enable the write protection for RTC registers */ + __HAL_RTC_WRITEPROTECTION_ENABLE( &hrtc ); + + HAL_NVIC_EnableIRQ(CFG_HW_TS_RTC_WAKEUP_HANDLER_ID); /**< Enable NVIC */ + +#if (CFG_HW_TS_USE_PRIMASK_AS_CRITICAL_SECTION == 1) + __set_PRIMASK(primask_bit); /**< Restore PRIMASK bit*/ +#endif + + return; +} + +uint16_t HW_TS_RTC_ReadLeftTicksToCount(void) +{ + uint32_t primask_bit; + uint16_t return_value, auro_reload_value, elapsed_time_value; + + primask_bit = __get_PRIMASK(); /**< backup PRIMASK bit */ + __disable_irq(); /**< Disable all interrupts by setting PRIMASK bit on Cortex*/ + + if((READ_BIT(RTC->CR, RTC_CR_WUTE) == (RTC_CR_WUTE)) == SET) + { + auro_reload_value = (uint32_t)(READ_BIT(RTC->WUTR, RTC_WUTR_WUT)); + + elapsed_time_value = ReturnTimeElapsed(); + + if(auro_reload_value > elapsed_time_value) + { + return_value = auro_reload_value - elapsed_time_value; + } + else + { + return_value = 0; + } + } + else + { + return_value = TIMER_LIST_EMPTY; + } + + __set_PRIMASK(primask_bit); /**< Restore PRIMASK bit*/ + + return (return_value); +} + +__weak void HW_TS_RTC_Int_AppNot(uint32_t TimerProcessID, uint8_t TimerID, HW_TS_pTimerCb_t pTimerCallBack) +{ + pTimerCallBack(); + + return; +} diff --git a/Core/Src/hw_uart.c b/Core/Src/hw_uart.c new file mode 100644 index 0000000..b0de1bd --- /dev/null +++ b/Core/Src/hw_uart.c @@ -0,0 +1,317 @@ +/* USER CODE BEGIN Header */ +/** + ****************************************************************************** + * @file Src/hw_uart.c + * @author MCD Application Team + * @brief HW UART source file for STM32WPAN Middleware. + ****************************************************************************** + * @attention + * + * Copyright (c) 2019-2023 STMicroelectronics. + * All rights reserved. + * + * This software is licensed under terms that can be found in the LICENSE file + * in the root directory of this software component. + * If no LICENSE file comes with this software, it is provided AS-IS. + * + ****************************************************************************** + */ +/* USER CODE END Header */ + +/* Includes ------------------------------------------------------------------*/ +#include "app_common.h" +#include "hw_conf.h" +#if (CFG_HW_LPUART1_ENABLED == 1) +extern UART_HandleTypeDef hlpuart1; +#endif +#if (CFG_HW_USART1_ENABLED == 1) +extern UART_HandleTypeDef huart1; +#endif + +/* Macros --------------------------------------------------------------------*/ +#define HW_UART_RX_IT(__HANDLE__, __USART_BASE__) \ + do{ \ + HW_##__HANDLE__##RxCb = cb; \ + (__HANDLE__).Instance = (__USART_BASE__); \ + HAL_UART_Receive_IT(&(__HANDLE__), p_data, size); \ + } while(0) + +#define HW_UART_TX_IT(__HANDLE__, __USART_BASE__) \ + do{ \ + HW_##__HANDLE__##TxCb = cb; \ + (__HANDLE__).Instance = (__USART_BASE__); \ + HAL_UART_Transmit_IT(&(__HANDLE__), p_data, size); \ + } while(0) + +#define HW_UART_TX(__HANDLE__, __USART_BASE__) \ + do{ \ + (__HANDLE__).Instance = (__USART_BASE__); \ + hal_status = HAL_UART_Transmit(&(__HANDLE__), p_data, size, timeout); \ + } while(0) + +/* Variables -----------------------------------------------------------------*/ +#if (CFG_HW_USART1_ENABLED == 1) +#if (CFG_HW_USART1_DMA_TX_SUPPORTED == 1) + DMA_HandleTypeDef HW_hdma_huart1_tx ={0}; +#endif + void (*HW_huart1RxCb)(void); + void (*HW_huart1TxCb)(void); +#endif + +#if (CFG_HW_LPUART1_ENABLED == 1) +#if (CFG_HW_LPUART1_DMA_TX_SUPPORTED == 1) + DMA_HandleTypeDef HW_hdma_hlpuart1_tx ={0}; +#endif + void (*HW_hlpuart1RxCb)(void); + void (*HW_hlpuart1TxCb)(void); +#endif + +void HW_UART_Receive_IT(hw_uart_id_t hw_uart_id, uint8_t *p_data, uint16_t size, void (*cb)(void)) +{ + switch (hw_uart_id) + { +#if (CFG_HW_USART1_ENABLED == 1) + case hw_uart1: + HW_UART_RX_IT(huart1, USART1); + break; +#endif + +#if (CFG_HW_LPUART1_ENABLED == 1) + case hw_lpuart1: + HW_UART_RX_IT(hlpuart1, LPUART1); + break; +#endif + + default: + break; + } + + return; +} + +void HW_UART_Transmit_IT(hw_uart_id_t hw_uart_id, uint8_t *p_data, uint16_t size, void (*cb)(void)) +{ + switch (hw_uart_id) + { +#if (CFG_HW_USART1_ENABLED == 1) + case hw_uart1: + HW_UART_TX_IT(huart1, USART1); + break; +#endif + +#if (CFG_HW_LPUART1_ENABLED == 1) + case hw_lpuart1: + HW_UART_TX_IT(hlpuart1, LPUART1); + break; +#endif + + default: + break; + } + + return; +} + +hw_status_t HW_UART_Transmit(hw_uart_id_t hw_uart_id, uint8_t *p_data, uint16_t size, uint32_t timeout) +{ + HAL_StatusTypeDef hal_status = HAL_OK; + hw_status_t hw_status = hw_uart_ok; + + switch (hw_uart_id) + { +#if (CFG_HW_USART1_ENABLED == 1) + case hw_uart1: + HW_UART_TX(huart1, USART1); + break; +#endif + +#if (CFG_HW_LPUART1_ENABLED == 1) + case hw_lpuart1: + HW_UART_TX(hlpuart1, LPUART1); + break; +#endif + + default: + break; + } + + switch (hal_status) + { + case HAL_OK: + hw_status = hw_uart_ok; + break; + + case HAL_ERROR: + hw_status = hw_uart_error; + break; + + case HAL_BUSY: + hw_status = hw_uart_busy; + break; + + case HAL_TIMEOUT: + hw_status = hw_uart_to; + break; + + default: + break; + } + + return hw_status; +} + +hw_status_t HW_UART_Transmit_DMA(hw_uart_id_t hw_uart_id, uint8_t *p_data, uint16_t size, void (*cb)(void)) +{ + HAL_StatusTypeDef hal_status = HAL_OK; + hw_status_t hw_status = hw_uart_ok; + + switch (hw_uart_id) + { +#if (CFG_HW_USART1_ENABLED == 1) + case hw_uart1: + HW_huart1TxCb = cb; + huart1.Instance = USART1; + hal_status = HAL_UART_Transmit_DMA(&huart1, p_data, size); + break; +#endif + +#if (CFG_HW_LPUART1_ENABLED == 1) + case hw_lpuart1: + HW_hlpuart1TxCb = cb; + hlpuart1.Instance = LPUART1; + hal_status = HAL_UART_Transmit_DMA(&hlpuart1, p_data, size); + break; +#endif + + default: + break; + } + + switch (hal_status) + { + case HAL_OK: + hw_status = hw_uart_ok; + break; + + case HAL_ERROR: + hw_status = hw_uart_error; + break; + + case HAL_BUSY: + hw_status = hw_uart_busy; + break; + + case HAL_TIMEOUT: + hw_status = hw_uart_to; + break; + + default: + break; + } + + return hw_status; +} + +void HW_UART_Interrupt_Handler(hw_uart_id_t hw_uart_id) +{ + switch (hw_uart_id) + { +#if (CFG_HW_USART1_ENABLED == 1) + case hw_uart1: + HAL_UART_IRQHandler(&huart1); + break; +#endif + +#if (CFG_HW_LPUART1_ENABLED == 1) + case hw_lpuart1: + HAL_UART_IRQHandler(&hlpuart1); + break; +#endif + + default: + break; + } + + return; +} + +void HW_UART_DMA_Interrupt_Handler(hw_uart_id_t hw_uart_id) +{ + switch (hw_uart_id) + { +#if (CFG_HW_USART1_DMA_TX_SUPPORTED == 1) + case hw_uart1: + HAL_DMA_IRQHandler(huart1.hdmatx); + break; +#endif + +#if (CFG_HW_LPUART1_DMA_TX_SUPPORTED == 1) + case hw_lpuart1: + HAL_DMA_IRQHandler(hlpuart1.hdmatx); + break; +#endif + + default: + break; + } + + return; +} + +void HAL_UART_RxCpltCallback(UART_HandleTypeDef *huart) +{ + switch ((uint32_t)huart->Instance) + { +#if (CFG_HW_USART1_ENABLED == 1) + case (uint32_t)USART1: + if(HW_huart1RxCb) + { + HW_huart1RxCb(); + } + break; +#endif + +#if (CFG_HW_LPUART1_ENABLED == 1) + case (uint32_t)LPUART1: + if(HW_hlpuart1RxCb) + { + HW_hlpuart1RxCb(); + } + break; +#endif + + default: + break; + } + + return; +} + +void HAL_UART_TxCpltCallback(UART_HandleTypeDef *huart) +{ + switch ((uint32_t)huart->Instance) + { +#if (CFG_HW_USART1_ENABLED == 1) + case (uint32_t)USART1: + if(HW_huart1TxCb) + { + HW_huart1TxCb(); + } + break; +#endif + +#if (CFG_HW_LPUART1_ENABLED == 1) + case (uint32_t)LPUART1: + if(HW_hlpuart1TxCb) + { + HW_hlpuart1TxCb(); + } + break; +#endif + + default: + break; + } + + return; +} diff --git a/Core/Src/main.c b/Core/Src/main.c new file mode 100644 index 0000000..5f0c9d1 --- /dev/null +++ b/Core/Src/main.c @@ -0,0 +1,465 @@ +/* USER CODE BEGIN Header */ +/** + ****************************************************************************** + * @file : main.c + * @brief : Main program body + ****************************************************************************** + * @attention + * + * Copyright (c) 2020-2023 STMicroelectronics. + * All rights reserved. + * + * This software is licensed under terms that can be found in the LICENSE file + * in the root directory of this software component. + * If no LICENSE file comes with this software, it is provided AS-IS. + * + ****************************************************************************** + */ +/* USER CODE END Header */ +/* Includes ------------------------------------------------------------------*/ +#include "main.h" + +/* Private includes ----------------------------------------------------------*/ +/* USER CODE BEGIN Includes */ + +/* USER CODE END Includes */ + +/* Private typedef -----------------------------------------------------------*/ +/* USER CODE BEGIN PTD */ + +/* USER CODE END PTD */ + +/* Private define ------------------------------------------------------------*/ +/* USER CODE BEGIN PD */ + +/* USER CODE END PD */ + +/* Private macro -------------------------------------------------------------*/ +/* USER CODE BEGIN PM */ + +/* USER CODE END PM */ + +/* Private variables ---------------------------------------------------------*/ +IPCC_HandleTypeDef hipcc; + +UART_HandleTypeDef hlpuart1; +UART_HandleTypeDef huart1; +DMA_HandleTypeDef hdma_lpuart1_tx; +DMA_HandleTypeDef hdma_usart1_tx; + +RTC_HandleTypeDef hrtc; + +/* USER CODE BEGIN PV */ + +/* USER CODE END PV */ + +/* Private function prototypes -----------------------------------------------*/ +void SystemClock_Config(void); +void PeriphCommonClock_Config(void); +static void MX_GPIO_Init(void); +static void MX_DMA_Init(void); +static void MX_RTC_Init(void); +static void MX_IPCC_Init(void); +static void MX_RF_Init(void); +/* USER CODE BEGIN PFP */ + +/* USER CODE END PFP */ + +/* Private user code ---------------------------------------------------------*/ +/* USER CODE BEGIN 0 */ + +/* USER CODE END 0 */ + +/** + * @brief The application entry point. + * @retval int + */ +int main(void) +{ + /* USER CODE BEGIN 1 */ + + /* USER CODE END 1 */ + + /* MCU Configuration--------------------------------------------------------*/ + + /* Reset of all peripherals, Initializes the Flash interface and the Systick. */ + HAL_Init(); + /* Config code for STM32_WPAN (HSE Tuning must be done before system clock configuration) */ + MX_APPE_Config(); + + /* USER CODE BEGIN Init */ + + /* USER CODE END Init */ + + /* Configure the system clock */ + SystemClock_Config(); + +/* Configure the peripherals common clocks */ + PeriphCommonClock_Config(); + + /* IPCC initialisation */ + MX_IPCC_Init(); + + /* USER CODE BEGIN SysInit */ + + /* USER CODE END SysInit */ + + /* Initialize all configured peripherals */ + MX_GPIO_Init(); + MX_DMA_Init(); + MX_RTC_Init(); + MX_RF_Init(); + /* USER CODE BEGIN 2 */ + + /* USER CODE END 2 */ + + /* Init code for STM32_WPAN */ + MX_APPE_Init(); + + /* Infinite loop */ + /* USER CODE BEGIN WHILE */ + while (1) + { + /* USER CODE END WHILE */ + MX_APPE_Process(); + + /* USER CODE BEGIN 3 */ + } + /* USER CODE END 3 */ +} + +/** + * @brief System Clock Configuration + * @retval None + */ +void SystemClock_Config(void) +{ + RCC_OscInitTypeDef RCC_OscInitStruct = {0}; + RCC_ClkInitTypeDef RCC_ClkInitStruct = {0}; + + /** Configure LSE Drive Capability + */ + HAL_PWR_EnableBkUpAccess(); + __HAL_RCC_LSEDRIVE_CONFIG(RCC_LSEDRIVE_LOW); + + /** Configure the main internal regulator output voltage + */ + __HAL_PWR_VOLTAGESCALING_CONFIG(PWR_REGULATOR_VOLTAGE_SCALE1); + + /** Initializes the RCC Oscillators according to the specified parameters + * in the RCC_OscInitTypeDef structure. + */ + RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSI|RCC_OSCILLATORTYPE_HSE + |RCC_OSCILLATORTYPE_LSE; + RCC_OscInitStruct.HSEState = RCC_HSE_ON; + RCC_OscInitStruct.LSEState = RCC_LSE_ON; + RCC_OscInitStruct.HSIState = RCC_HSI_ON; + RCC_OscInitStruct.HSICalibrationValue = RCC_HSICALIBRATION_DEFAULT; + RCC_OscInitStruct.PLL.PLLState = RCC_PLL_NONE; + if (HAL_RCC_OscConfig(&RCC_OscInitStruct) != HAL_OK) + { + Error_Handler(); + } + + /** Configure the SYSCLKSource, HCLK, PCLK1 and PCLK2 clocks dividers + */ + RCC_ClkInitStruct.ClockType = RCC_CLOCKTYPE_HCLK4|RCC_CLOCKTYPE_HCLK2 + |RCC_CLOCKTYPE_HCLK|RCC_CLOCKTYPE_SYSCLK + |RCC_CLOCKTYPE_PCLK1|RCC_CLOCKTYPE_PCLK2; + RCC_ClkInitStruct.SYSCLKSource = RCC_SYSCLKSOURCE_HSE; + RCC_ClkInitStruct.AHBCLKDivider = RCC_SYSCLK_DIV1; + RCC_ClkInitStruct.APB1CLKDivider = RCC_HCLK_DIV1; + RCC_ClkInitStruct.APB2CLKDivider = RCC_HCLK_DIV1; + RCC_ClkInitStruct.AHBCLK2Divider = RCC_SYSCLK_DIV1; + RCC_ClkInitStruct.AHBCLK4Divider = RCC_SYSCLK_DIV1; + + if (HAL_RCC_ClockConfig(&RCC_ClkInitStruct, FLASH_LATENCY_1) != HAL_OK) + { + Error_Handler(); + } +} + +/** + * @brief Peripherals Common Clock Configuration + * @retval None + */ +void PeriphCommonClock_Config(void) +{ + RCC_PeriphCLKInitTypeDef PeriphClkInitStruct = {0}; + + /** Initializes the peripherals clock + */ + PeriphClkInitStruct.PeriphClockSelection = RCC_PERIPHCLK_SMPS|RCC_PERIPHCLK_RFWAKEUP; + PeriphClkInitStruct.RFWakeUpClockSelection = RCC_RFWKPCLKSOURCE_LSE; + PeriphClkInitStruct.SmpsClockSelection = RCC_SMPSCLKSOURCE_HSE; + PeriphClkInitStruct.SmpsDivSelection = RCC_SMPSCLKDIV_RANGE0; + + if (HAL_RCCEx_PeriphCLKConfig(&PeriphClkInitStruct) != HAL_OK) + { + Error_Handler(); + } + /* USER CODE BEGIN Smps */ + + /* USER CODE END Smps */ +} + +/** + * @brief IPCC Initialization Function + * @param None + * @retval None + */ +static void MX_IPCC_Init(void) +{ + + /* USER CODE BEGIN IPCC_Init 0 */ + + /* USER CODE END IPCC_Init 0 */ + + /* USER CODE BEGIN IPCC_Init 1 */ + + /* USER CODE END IPCC_Init 1 */ + hipcc.Instance = IPCC; + if (HAL_IPCC_Init(&hipcc) != HAL_OK) + { + Error_Handler(); + } + /* USER CODE BEGIN IPCC_Init 2 */ + + /* USER CODE END IPCC_Init 2 */ + +} + +/** + * @brief LPUART1 Initialization Function + * @param None + * @retval None + */ +void MX_LPUART1_UART_Init(void) +{ + + /* USER CODE BEGIN LPUART1_Init 0 */ + + /* USER CODE END LPUART1_Init 0 */ + + /* USER CODE BEGIN LPUART1_Init 1 */ + + /* USER CODE END LPUART1_Init 1 */ + hlpuart1.Instance = LPUART1; + hlpuart1.Init.BaudRate = 115200; + hlpuart1.Init.WordLength = UART_WORDLENGTH_8B; + hlpuart1.Init.StopBits = UART_STOPBITS_1; + hlpuart1.Init.Parity = UART_PARITY_NONE; + hlpuart1.Init.Mode = UART_MODE_TX_RX; + hlpuart1.Init.HwFlowCtl = UART_HWCONTROL_NONE; + hlpuart1.Init.OneBitSampling = UART_ONE_BIT_SAMPLE_DISABLE; + hlpuart1.Init.ClockPrescaler = UART_PRESCALER_DIV1; + hlpuart1.AdvancedInit.AdvFeatureInit = UART_ADVFEATURE_NO_INIT; + hlpuart1.FifoMode = UART_FIFOMODE_DISABLE; + if (HAL_UART_Init(&hlpuart1) != HAL_OK) + { + Error_Handler(); + } + if (HAL_UARTEx_SetTxFifoThreshold(&hlpuart1, UART_TXFIFO_THRESHOLD_1_8) != HAL_OK) + { + Error_Handler(); + } + if (HAL_UARTEx_SetRxFifoThreshold(&hlpuart1, UART_RXFIFO_THRESHOLD_1_8) != HAL_OK) + { + Error_Handler(); + } + if (HAL_UARTEx_DisableFifoMode(&hlpuart1) != HAL_OK) + { + Error_Handler(); + } + /* USER CODE BEGIN LPUART1_Init 2 */ + + /* USER CODE END LPUART1_Init 2 */ + +} + +/** + * @brief USART1 Initialization Function + * @param None + * @retval None + */ +void MX_USART1_UART_Init(void) +{ + + /* USER CODE BEGIN USART1_Init 0 */ + + /* USER CODE END USART1_Init 0 */ + + /* USER CODE BEGIN USART1_Init 1 */ + + /* USER CODE END USART1_Init 1 */ + huart1.Instance = USART1; + huart1.Init.BaudRate = 115200; + huart1.Init.WordLength = UART_WORDLENGTH_8B; + huart1.Init.StopBits = UART_STOPBITS_1; + huart1.Init.Parity = UART_PARITY_NONE; + huart1.Init.Mode = UART_MODE_TX_RX; + huart1.Init.HwFlowCtl = UART_HWCONTROL_NONE; + huart1.Init.OverSampling = UART_OVERSAMPLING_8; + huart1.Init.OneBitSampling = UART_ONE_BIT_SAMPLE_DISABLE; + huart1.Init.ClockPrescaler = UART_PRESCALER_DIV1; + huart1.AdvancedInit.AdvFeatureInit = UART_ADVFEATURE_NO_INIT; + if (HAL_UART_Init(&huart1) != HAL_OK) + { + Error_Handler(); + } + if (HAL_UARTEx_SetTxFifoThreshold(&huart1, UART_TXFIFO_THRESHOLD_1_8) != HAL_OK) + { + Error_Handler(); + } + if (HAL_UARTEx_SetRxFifoThreshold(&huart1, UART_RXFIFO_THRESHOLD_1_8) != HAL_OK) + { + Error_Handler(); + } + if (HAL_UARTEx_DisableFifoMode(&huart1) != HAL_OK) + { + Error_Handler(); + } + /* USER CODE BEGIN USART1_Init 2 */ + + /* USER CODE END USART1_Init 2 */ + +} + +/** + * @brief RF Initialization Function + * @param None + * @retval None + */ +static void MX_RF_Init(void) +{ + + /* USER CODE BEGIN RF_Init 0 */ + + /* USER CODE END RF_Init 0 */ + + /* USER CODE BEGIN RF_Init 1 */ + + /* USER CODE END RF_Init 1 */ + /* USER CODE BEGIN RF_Init 2 */ + + /* USER CODE END RF_Init 2 */ + +} + +/** + * @brief RTC Initialization Function + * @param None + * @retval None + */ +static void MX_RTC_Init(void) +{ + + /* USER CODE BEGIN RTC_Init 0 */ + + /* USER CODE END RTC_Init 0 */ + + /* USER CODE BEGIN RTC_Init 1 */ + + /* USER CODE END RTC_Init 1 */ + + /** Initialize RTC Only + */ + hrtc.Instance = RTC; + hrtc.Init.HourFormat = RTC_HOURFORMAT_24; + hrtc.Init.AsynchPrediv = CFG_RTC_ASYNCH_PRESCALER; + hrtc.Init.SynchPrediv = CFG_RTC_SYNCH_PRESCALER; + hrtc.Init.OutPut = RTC_OUTPUT_DISABLE; + hrtc.Init.OutPutPolarity = RTC_OUTPUT_POLARITY_HIGH; + hrtc.Init.OutPutType = RTC_OUTPUT_TYPE_OPENDRAIN; + hrtc.Init.OutPutRemap = RTC_OUTPUT_REMAP_NONE; + if (HAL_RTC_Init(&hrtc) != HAL_OK) + { + Error_Handler(); + } + + /** Enable the WakeUp + */ + if (HAL_RTCEx_SetWakeUpTimer_IT(&hrtc, 0, RTC_WAKEUPCLOCK_RTCCLK_DIV16) != HAL_OK) + { + Error_Handler(); + } + /* USER CODE BEGIN RTC_Init 2 */ + + /* USER CODE END RTC_Init 2 */ + +} + +/** + * Enable DMA controller clock + */ +static void MX_DMA_Init(void) +{ + + /* DMA controller clock enable */ + __HAL_RCC_DMAMUX1_CLK_ENABLE(); + __HAL_RCC_DMA1_CLK_ENABLE(); + + /* DMA interrupt init */ + /* DMA1_Channel1_IRQn interrupt configuration */ + HAL_NVIC_SetPriority(DMA1_Channel1_IRQn, 0, 0); + HAL_NVIC_EnableIRQ(DMA1_Channel1_IRQn); + /* DMA1_Channel2_IRQn interrupt configuration */ + HAL_NVIC_SetPriority(DMA1_Channel2_IRQn, 0, 0); + HAL_NVIC_EnableIRQ(DMA1_Channel2_IRQn); + +} + +/** + * @brief GPIO Initialization Function + * @param None + * @retval None + */ +static void MX_GPIO_Init(void) +{ +/* USER CODE BEGIN MX_GPIO_Init_1 */ +/* USER CODE END MX_GPIO_Init_1 */ + + /* GPIO Ports Clock Enable */ + __HAL_RCC_GPIOC_CLK_ENABLE(); + __HAL_RCC_GPIOA_CLK_ENABLE(); + __HAL_RCC_GPIOB_CLK_ENABLE(); + +/* USER CODE BEGIN MX_GPIO_Init_2 */ +/* USER CODE END MX_GPIO_Init_2 */ +} + +/* USER CODE BEGIN 4 */ + +/* USER CODE END 4 */ + +/** + * @brief This function is executed in case of error occurrence. + * @retval None + */ +void Error_Handler(void) +{ + /* USER CODE BEGIN Error_Handler_Debug */ + /* User can add his own implementation to report the HAL error return state */ + __disable_irq(); + while (1) + { + } + /* USER CODE END Error_Handler_Debug */ +} + +#ifdef USE_FULL_ASSERT +/** + * @brief Reports the name of the source file and the source line number + * where the assert_param error has occurred. + * @param file: pointer to the source file name + * @param line: assert_param error line source number + * @retval None + */ +void assert_failed(uint8_t *file, uint32_t line) +{ + /* USER CODE BEGIN 6 */ + /* User can add his own implementation to report the file name and line number, + ex: printf("Wrong parameters value: file %s on line %d\r\n", file, line) */ + /* USER CODE END 6 */ +} +#endif /* USE_FULL_ASSERT */ diff --git a/Core/Src/stm32_lpm_if.c b/Core/Src/stm32_lpm_if.c new file mode 100644 index 0000000..5edbecd --- /dev/null +++ b/Core/Src/stm32_lpm_if.c @@ -0,0 +1,353 @@ +/* USER CODE BEGIN Header */ +/** + *************************************************************************************** + * @file stm32_lpm_if.c + * @author MCD Application Team + * @brief Low layer function to enter/exit low power modes (stop, sleep). + *************************************************************************************** + * @attention + * + * Copyright (c) 2019-2023 STMicroelectronics. + * All rights reserved. + * + * This software is licensed under terms that can be found in the LICENSE file + * in the root directory of this software component. + * If no LICENSE file comes with this software, it is provided AS-IS. + * + ****************************************************************************** + */ +/* USER CODE END Header */ + +/* Includes ------------------------------------------------------------------*/ +#include "stm32_lpm_if.h" +#include "stm32_lpm.h" +#include "app_conf.h" +/* USER CODE BEGIN include */ + +/* USER CODE END include */ + +/* Exported variables --------------------------------------------------------*/ +const struct UTIL_LPM_Driver_s UTIL_PowerDriver = +{ + PWR_EnterSleepMode, + PWR_ExitSleepMode, + + PWR_EnterStopMode, + PWR_ExitStopMode, + + PWR_EnterOffMode, + PWR_ExitOffMode, +}; + +/* Private function prototypes -----------------------------------------------*/ +static void Switch_On_HSI(void); +static void EnterLowPower(void); +static void ExitLowPower(void); +/* USER CODE BEGIN Private_Function_Prototypes */ + +/* USER CODE END Private_Function_Prototypes */ +/* Private typedef -----------------------------------------------------------*/ +/* USER CODE BEGIN Private_Typedef */ + +/* USER CODE END Private_Typedef */ +/* Private define ------------------------------------------------------------*/ +/* USER CODE BEGIN Private_Define */ + +/* USER CODE END Private_Define */ +/* Private macro -------------------------------------------------------------*/ +/* USER CODE BEGIN Private_Macro */ + +/* USER CODE END Private_Macro */ +/* Private variables ---------------------------------------------------------*/ +/* USER CODE BEGIN Private_Variables */ + +/* USER CODE END Private_Variables */ + +/* Functions Definition ------------------------------------------------------*/ +/** + * @brief Enters Low Power Off Mode + * @param none + * @retval none + */ +void PWR_EnterOffMode(void) +{ +/* USER CODE BEGIN PWR_EnterOffMode_1 */ + +/* USER CODE END PWR_EnterOffMode_1 */ + /** + * The systick should be disabled for the same reason than when the device enters stop mode because + * at this time, the device may enter either OffMode or StopMode. + */ + HAL_SuspendTick(); + + EnterLowPower(); + + /************************************************************************************ + * ENTER OFF MODE + ***********************************************************************************/ + /* + * There is no risk to clear all the WUF here because in the current implementation, this API is called + * in critical section. If an interrupt occurs while in that critical section before that point, + * the flag is set and will be cleared here but the system will not enter Off Mode + * because an interrupt is pending in the NVIC. The ISR will be executed when moving out + * of this critical section + */ + LL_PWR_ClearFlag_WU(); + + LL_PWR_SetPowerMode(LL_PWR_MODE_STANDBY); + + LL_LPM_EnableDeepSleep(); /**< Set SLEEPDEEP bit of Cortex System Control Register */ + + /** + * This option is used to ensure that store operations are completed + */ +#if defined (__CC_ARM) || defined (__ARMCC_VERSION) + __force_stores(); +#endif + + __WFI(); + +/* USER CODE BEGIN PWR_EnterOffMode_2 */ + +/* USER CODE END PWR_EnterOffMode_2 */ + return; +} + +/** + * @brief Exits Low Power Off Mode + * @param none + * @retval none + */ +void PWR_ExitOffMode(void) +{ +/* USER CODE BEGIN PWR_ExitOffMode_1 */ + +/* USER CODE END PWR_ExitOffMode_1 */ + HAL_ResumeTick(); +/* USER CODE BEGIN PWR_ExitOffMode_2 */ + +/* USER CODE END PWR_ExitOffMode_2 */ + return; +} + +/** + * @brief Enters Low Power Stop Mode + * @note ARM exists the function when waking up + * @param none + * @retval none + */ +void PWR_EnterStopMode(void) +{ +/* USER CODE BEGIN PWR_EnterStopMode_1 */ + +/* USER CODE END PWR_EnterStopMode_1 */ + /** + * When HAL_DBGMCU_EnableDBGStopMode() is called to keep the debugger active in Stop Mode, + * the systick shall be disabled otherwise the cpu may crash when moving out from stop mode + * + * When in production, the HAL_DBGMCU_EnableDBGStopMode() is not called so that the device can reach best power consumption + * However, the systick should be disabled anyway to avoid the case when it is about to expire at the same time the device enters + * stop mode (this will abort the Stop Mode entry). + */ + HAL_SuspendTick(); + + /** + * This function is called from CRITICAL SECTION + */ + EnterLowPower(); + + /************************************************************************************ + * ENTER STOP MODE + ***********************************************************************************/ + LL_PWR_SetPowerMode(LL_PWR_MODE_STOP2); + + LL_LPM_EnableDeepSleep(); /**< Set SLEEPDEEP bit of Cortex System Control Register */ + + /** + * This option is used to ensure that store operations are completed + */ +#if defined (__CC_ARM) || defined (__ARMCC_VERSION) + __force_stores(); +#endif + + __WFI(); + +/* USER CODE BEGIN PWR_EnterStopMode_2 */ + +/* USER CODE END PWR_EnterStopMode_2 */ + return; +} + +/** + * @brief Exits Low Power Stop Mode + * @note Enable the pll at 32MHz + * @param none + * @retval none + */ +void PWR_ExitStopMode(void) +{ +/* USER CODE BEGIN PWR_ExitStopMode_1 */ + +/* USER CODE END PWR_ExitStopMode_1 */ + /** + * This function is called from CRITICAL SECTION + */ + ExitLowPower(); + + HAL_ResumeTick(); +/* USER CODE BEGIN PWR_ExitStopMode_2 */ + +/* USER CODE END PWR_ExitStopMode_2 */ + return; +} + +/** + * @brief Enters Low Power Sleep Mode + * @note ARM exits the function when waking up + * @param none + * @retval none + */ +void PWR_EnterSleepMode(void) +{ +/* USER CODE BEGIN PWR_EnterSleepMode_1 */ + +/* USER CODE END PWR_EnterSleepMode_1 */ + + HAL_SuspendTick(); + + /************************************************************************************ + * ENTER SLEEP MODE + ***********************************************************************************/ + LL_LPM_EnableSleep(); /**< Clear SLEEPDEEP bit of Cortex System Control Register */ + + /** + * This option is used to ensure that store operations are completed + */ +#if defined (__CC_ARM) || defined (__ARMCC_VERSION) + __force_stores(); +#endif + + __WFI(); +/* USER CODE BEGIN PWR_EnterSleepMode_2 */ + +/* USER CODE END PWR_EnterSleepMode_2 */ + return; +} + +/** + * @brief Exits Low Power Sleep Mode + * @note ARM exits the function when waking up + * @param none + * @retval none + */ +void PWR_ExitSleepMode(void) +{ +/* USER CODE BEGIN PWR_ExitSleepMode_1 */ + +/* USER CODE END PWR_ExitSleepMode_1 */ + HAL_ResumeTick(); +/* USER CODE BEGIN PWR_ExitSleepMode_2 */ + +/* USER CODE END PWR_ExitSleepMode_2 */ + return; +} + +/************************************************************* + * + * LOCAL FUNCTIONS + * + *************************************************************/ +/** + * @brief Setup the system to enter either stop or off mode + * @param none + * @retval none + */ +static void EnterLowPower(void) +{ + /** + * This function is called from CRITICAL SECTION + */ + + while(LL_HSEM_1StepLock(HSEM, CFG_HW_RCC_SEMID)); + + if (! LL_HSEM_1StepLock(HSEM, CFG_HW_ENTRY_STOP_MODE_SEMID)) + { + if(LL_PWR_IsActiveFlag_C2DS() || LL_PWR_IsActiveFlag_C2SB()) + { + /* Release ENTRY_STOP_MODE semaphore */ + LL_HSEM_ReleaseLock(HSEM, CFG_HW_ENTRY_STOP_MODE_SEMID, 0); + + Switch_On_HSI(); + __HAL_FLASH_SET_LATENCY(FLASH_LATENCY_0); + } + } + else + { + Switch_On_HSI(); + __HAL_FLASH_SET_LATENCY(FLASH_LATENCY_0); + } + + /* Release RCC semaphore */ + LL_HSEM_ReleaseLock(HSEM, CFG_HW_RCC_SEMID, 0); + + return; +} + +/** + * @brief Restore the system to exit stop mode + * @param none + * @retval none + */ +static void ExitLowPower(void) +{ + /* Release ENTRY_STOP_MODE semaphore */ + LL_HSEM_ReleaseLock(HSEM, CFG_HW_ENTRY_STOP_MODE_SEMID, 0); + + while(LL_HSEM_1StepLock(HSEM, CFG_HW_RCC_SEMID)); + + if(LL_RCC_GetSysClkSource() == LL_RCC_SYS_CLKSOURCE_STATUS_HSI) + { +/* Restore the clock configuration of the application in this user section */ +/* USER CODE BEGIN ExitLowPower_1 */ + LL_RCC_HSE_Enable( ); + __HAL_FLASH_SET_LATENCY(FLASH_LATENCY_1); + while(__HAL_FLASH_GET_LATENCY() != FLASH_LATENCY_1); + while(!LL_RCC_HSE_IsReady( )); + LL_RCC_SetSysClkSource(LL_RCC_SYS_CLKSOURCE_HSE); + while (LL_RCC_GetSysClkSource( ) != LL_RCC_SYS_CLKSOURCE_STATUS_HSE); + +/* USER CODE END ExitLowPower_1 */ + } + else + { +/* If the application is not running on HSE restore the clock configuration in this user section */ +/* USER CODE BEGIN ExitLowPower_2 */ + +/* USER CODE END ExitLowPower_2 */ + } + + /* Release RCC semaphore */ + LL_HSEM_ReleaseLock(HSEM, CFG_HW_RCC_SEMID, 0); + + return; +} + +/** + * @brief Switch the system clock on HSI + * @param none + * @retval none + */ +static void Switch_On_HSI(void) +{ + LL_RCC_HSI_Enable(); + while(!LL_RCC_HSI_IsReady()); + LL_RCC_SetSysClkSource(LL_RCC_SYS_CLKSOURCE_HSI); + LL_RCC_SetSMPSClockSource(LL_RCC_SMPS_CLKSOURCE_HSI); + while (LL_RCC_GetSysClkSource() != LL_RCC_SYS_CLKSOURCE_STATUS_HSI); + return; +} + +/* USER CODE BEGIN Private_Functions */ + +/* USER CODE END Private_Functions */ + diff --git a/Core/Src/stm32wbxx_hal_msp.c b/Core/Src/stm32wbxx_hal_msp.c new file mode 100644 index 0000000..ad8560f --- /dev/null +++ b/Core/Src/stm32wbxx_hal_msp.c @@ -0,0 +1,427 @@ +/* USER CODE BEGIN Header */ +/** + ****************************************************************************** + * @file stm32wbxx_hal_msp.c + * @brief This file provides code for the MSP Initialization + * and de-Initialization codes. + ****************************************************************************** + * @attention + * + * Copyright (c) 2019-2023 STMicroelectronics. + * All rights reserved. + * + * This software is licensed under terms that can be found in the LICENSE file + * in the root directory of this software component. + * If no LICENSE file comes with this software, it is provided AS-IS. + * + ****************************************************************************** + */ +/* USER CODE END Header */ + +/* Includes ------------------------------------------------------------------*/ +#include "main.h" + +/* USER CODE BEGIN Includes */ + +/* USER CODE END Includes */ +extern DMA_HandleTypeDef hdma_lpuart1_tx; + +extern DMA_HandleTypeDef hdma_usart1_tx; + +/* Private typedef -----------------------------------------------------------*/ +/* USER CODE BEGIN TD */ + +/* USER CODE END TD */ + +/* Private define ------------------------------------------------------------*/ +/* USER CODE BEGIN Define */ + +/* USER CODE END Define */ + +/* Private macro -------------------------------------------------------------*/ +/* USER CODE BEGIN Macro */ + +/* USER CODE END Macro */ + +/* Private variables ---------------------------------------------------------*/ +/* USER CODE BEGIN PV */ + +/* USER CODE END PV */ + +/* Private function prototypes -----------------------------------------------*/ +/* USER CODE BEGIN PFP */ + +/* USER CODE END PFP */ + +/* External functions --------------------------------------------------------*/ +/* USER CODE BEGIN ExternalFunctions */ + +/* USER CODE END ExternalFunctions */ + +/* USER CODE BEGIN 0 */ + +/* USER CODE END 0 */ +/** + * Initializes the Global MSP. + */ +void HAL_MspInit(void) +{ + /* USER CODE BEGIN MspInit 0 */ + + /* USER CODE END MspInit 0 */ + + __HAL_RCC_HSEM_CLK_ENABLE(); + + /* System interrupt init*/ + + /* Peripheral interrupt init */ + /* PVD_PVM_IRQn interrupt configuration */ + HAL_NVIC_SetPriority(PVD_PVM_IRQn, 0, 0); + HAL_NVIC_EnableIRQ(PVD_PVM_IRQn); + /* FLASH_IRQn interrupt configuration */ + HAL_NVIC_SetPriority(FLASH_IRQn, 0, 0); + HAL_NVIC_EnableIRQ(FLASH_IRQn); + /* RCC_IRQn interrupt configuration */ + HAL_NVIC_SetPriority(RCC_IRQn, 0, 0); + HAL_NVIC_EnableIRQ(RCC_IRQn); + /* C2SEV_PWR_C2H_IRQn interrupt configuration */ + HAL_NVIC_SetPriority(C2SEV_PWR_C2H_IRQn, 0, 0); + HAL_NVIC_EnableIRQ(C2SEV_PWR_C2H_IRQn); + /* PWR_SOTF_BLEACT_802ACT_RFPHASE_IRQn interrupt configuration */ + HAL_NVIC_SetPriority(PWR_SOTF_BLEACT_802ACT_RFPHASE_IRQn, 0, 0); + HAL_NVIC_EnableIRQ(PWR_SOTF_BLEACT_802ACT_RFPHASE_IRQn); + /* HSEM_IRQn interrupt configuration */ + HAL_NVIC_SetPriority(HSEM_IRQn, 0, 0); + HAL_NVIC_EnableIRQ(HSEM_IRQn); + /* FPU_IRQn interrupt configuration */ + HAL_NVIC_SetPriority(FPU_IRQn, 0, 0); + HAL_NVIC_EnableIRQ(FPU_IRQn); + + /* USER CODE BEGIN MspInit 1 */ + + /* USER CODE END MspInit 1 */ +} + +/** +* @brief IPCC MSP Initialization +* This function configures the hardware resources used in this example +* @param hipcc: IPCC handle pointer +* @retval None +*/ +void HAL_IPCC_MspInit(IPCC_HandleTypeDef* hipcc) +{ + if(hipcc->Instance==IPCC) + { + /* USER CODE BEGIN IPCC_MspInit 0 */ + + /* USER CODE END IPCC_MspInit 0 */ + /* Peripheral clock enable */ + __HAL_RCC_IPCC_CLK_ENABLE(); + /* IPCC interrupt Init */ + HAL_NVIC_SetPriority(IPCC_C1_RX_IRQn, 0, 0); + HAL_NVIC_EnableIRQ(IPCC_C1_RX_IRQn); + HAL_NVIC_SetPriority(IPCC_C1_TX_IRQn, 0, 0); + HAL_NVIC_EnableIRQ(IPCC_C1_TX_IRQn); + /* USER CODE BEGIN IPCC_MspInit 1 */ + + /* USER CODE END IPCC_MspInit 1 */ + } + +} + +/** +* @brief IPCC MSP De-Initialization +* This function freeze the hardware resources used in this example +* @param hipcc: IPCC handle pointer +* @retval None +*/ +void HAL_IPCC_MspDeInit(IPCC_HandleTypeDef* hipcc) +{ + if(hipcc->Instance==IPCC) + { + /* USER CODE BEGIN IPCC_MspDeInit 0 */ + + /* USER CODE END IPCC_MspDeInit 0 */ + /* Peripheral clock disable */ + __HAL_RCC_IPCC_CLK_DISABLE(); + + /* IPCC interrupt DeInit */ + HAL_NVIC_DisableIRQ(IPCC_C1_RX_IRQn); + HAL_NVIC_DisableIRQ(IPCC_C1_TX_IRQn); + /* USER CODE BEGIN IPCC_MspDeInit 1 */ + + /* USER CODE END IPCC_MspDeInit 1 */ + } + +} + +/** +* @brief UART MSP Initialization +* This function configures the hardware resources used in this example +* @param huart: UART handle pointer +* @retval None +*/ +void HAL_UART_MspInit(UART_HandleTypeDef* huart) +{ + GPIO_InitTypeDef GPIO_InitStruct = {0}; + RCC_PeriphCLKInitTypeDef PeriphClkInitStruct = {0}; + if(huart->Instance==LPUART1) + { + /* USER CODE BEGIN LPUART1_MspInit 0 */ + + /* USER CODE END LPUART1_MspInit 0 */ + + /** Initializes the peripherals clock + */ + PeriphClkInitStruct.PeriphClockSelection = RCC_PERIPHCLK_LPUART1; + PeriphClkInitStruct.Lpuart1ClockSelection = RCC_LPUART1CLKSOURCE_PCLK1; + if (HAL_RCCEx_PeriphCLKConfig(&PeriphClkInitStruct) != HAL_OK) + { + Error_Handler(); + } + + /* Peripheral clock enable */ + __HAL_RCC_LPUART1_CLK_ENABLE(); + + __HAL_RCC_GPIOA_CLK_ENABLE(); + /**LPUART1 GPIO Configuration + PA2 ------> LPUART1_TX + PA3 ------> LPUART1_RX + */ + GPIO_InitStruct.Pin = GPIO_PIN_2|GPIO_PIN_3; + GPIO_InitStruct.Mode = GPIO_MODE_AF_PP; + GPIO_InitStruct.Pull = GPIO_NOPULL; + GPIO_InitStruct.Speed = GPIO_SPEED_FREQ_LOW; + GPIO_InitStruct.Alternate = GPIO_AF8_LPUART1; + HAL_GPIO_Init(GPIOA, &GPIO_InitStruct); + + /* LPUART1 DMA Init */ + /* LPUART1_TX Init */ + hdma_lpuart1_tx.Instance = DMA1_Channel1; + hdma_lpuart1_tx.Init.Request = DMA_REQUEST_LPUART1_TX; + hdma_lpuart1_tx.Init.Direction = DMA_MEMORY_TO_PERIPH; + hdma_lpuart1_tx.Init.PeriphInc = DMA_PINC_DISABLE; + hdma_lpuart1_tx.Init.MemInc = DMA_MINC_ENABLE; + hdma_lpuart1_tx.Init.PeriphDataAlignment = DMA_PDATAALIGN_BYTE; + hdma_lpuart1_tx.Init.MemDataAlignment = DMA_MDATAALIGN_BYTE; + hdma_lpuart1_tx.Init.Mode = DMA_NORMAL; + hdma_lpuart1_tx.Init.Priority = DMA_PRIORITY_LOW; + if (HAL_DMA_Init(&hdma_lpuart1_tx) != HAL_OK) + { + Error_Handler(); + } + + __HAL_LINKDMA(huart,hdmatx,hdma_lpuart1_tx); + + /* LPUART1 interrupt Init */ + HAL_NVIC_SetPriority(LPUART1_IRQn, 0, 0); + HAL_NVIC_EnableIRQ(LPUART1_IRQn); + /* USER CODE BEGIN LPUART1_MspInit 1 */ + + /* USER CODE END LPUART1_MspInit 1 */ + } + else if(huart->Instance==USART1) + { + /* USER CODE BEGIN USART1_MspInit 0 */ + + /* USER CODE END USART1_MspInit 0 */ + + /** Initializes the peripherals clock + */ + PeriphClkInitStruct.PeriphClockSelection = RCC_PERIPHCLK_USART1; + PeriphClkInitStruct.Usart1ClockSelection = RCC_USART1CLKSOURCE_PCLK2; + if (HAL_RCCEx_PeriphCLKConfig(&PeriphClkInitStruct) != HAL_OK) + { + Error_Handler(); + } + + /* Peripheral clock enable */ + __HAL_RCC_USART1_CLK_ENABLE(); + + __HAL_RCC_GPIOA_CLK_ENABLE(); + __HAL_RCC_GPIOB_CLK_ENABLE(); + /**USART1 GPIO Configuration + PA11 ------> USART1_CTS + PB6 ------> USART1_TX + PB7 ------> USART1_RX + */ + GPIO_InitStruct.Pin = GPIO_PIN_11; + GPIO_InitStruct.Mode = GPIO_MODE_AF_PP; + GPIO_InitStruct.Pull = GPIO_NOPULL; + GPIO_InitStruct.Speed = GPIO_SPEED_FREQ_LOW; + GPIO_InitStruct.Alternate = GPIO_AF7_USART1; + HAL_GPIO_Init(GPIOA, &GPIO_InitStruct); + + GPIO_InitStruct.Pin = GPIO_PIN_6|GPIO_PIN_7; + GPIO_InitStruct.Mode = GPIO_MODE_AF_PP; + GPIO_InitStruct.Pull = GPIO_NOPULL; + GPIO_InitStruct.Speed = GPIO_SPEED_FREQ_LOW; + GPIO_InitStruct.Alternate = GPIO_AF7_USART1; + HAL_GPIO_Init(GPIOB, &GPIO_InitStruct); + + /* USART1 DMA Init */ + /* USART1_TX Init */ + hdma_usart1_tx.Instance = DMA1_Channel2; + hdma_usart1_tx.Init.Request = DMA_REQUEST_USART1_TX; + hdma_usart1_tx.Init.Direction = DMA_MEMORY_TO_PERIPH; + hdma_usart1_tx.Init.PeriphInc = DMA_PINC_DISABLE; + hdma_usart1_tx.Init.MemInc = DMA_MINC_ENABLE; + hdma_usart1_tx.Init.PeriphDataAlignment = DMA_PDATAALIGN_BYTE; + hdma_usart1_tx.Init.MemDataAlignment = DMA_MDATAALIGN_BYTE; + hdma_usart1_tx.Init.Mode = DMA_NORMAL; + hdma_usart1_tx.Init.Priority = DMA_PRIORITY_LOW; + if (HAL_DMA_Init(&hdma_usart1_tx) != HAL_OK) + { + Error_Handler(); + } + + __HAL_LINKDMA(huart,hdmatx,hdma_usart1_tx); + + /* USART1 interrupt Init */ + HAL_NVIC_SetPriority(USART1_IRQn, 0, 0); + HAL_NVIC_EnableIRQ(USART1_IRQn); + /* USER CODE BEGIN USART1_MspInit 1 */ + + /* USER CODE END USART1_MspInit 1 */ + } + +} + +/** +* @brief UART MSP De-Initialization +* This function freeze the hardware resources used in this example +* @param huart: UART handle pointer +* @retval None +*/ +void HAL_UART_MspDeInit(UART_HandleTypeDef* huart) +{ + if(huart->Instance==LPUART1) + { + /* USER CODE BEGIN LPUART1_MspDeInit 0 */ + + /* USER CODE END LPUART1_MspDeInit 0 */ + /* Peripheral clock disable */ + __HAL_RCC_LPUART1_CLK_DISABLE(); + + /**LPUART1 GPIO Configuration + PA2 ------> LPUART1_TX + PA3 ------> LPUART1_RX + */ + HAL_GPIO_DeInit(GPIOA, GPIO_PIN_2|GPIO_PIN_3); + + /* LPUART1 DMA DeInit */ + HAL_DMA_DeInit(huart->hdmatx); + + /* LPUART1 interrupt DeInit */ + HAL_NVIC_DisableIRQ(LPUART1_IRQn); + /* USER CODE BEGIN LPUART1_MspDeInit 1 */ + + /* USER CODE END LPUART1_MspDeInit 1 */ + } + else if(huart->Instance==USART1) + { + /* USER CODE BEGIN USART1_MspDeInit 0 */ + + /* USER CODE END USART1_MspDeInit 0 */ + /* Peripheral clock disable */ + __HAL_RCC_USART1_CLK_DISABLE(); + + /**USART1 GPIO Configuration + PA11 ------> USART1_CTS + PB6 ------> USART1_TX + PB7 ------> USART1_RX + */ + HAL_GPIO_DeInit(GPIOA, GPIO_PIN_11); + + HAL_GPIO_DeInit(GPIOB, GPIO_PIN_6|GPIO_PIN_7); + + /* USART1 DMA DeInit */ + HAL_DMA_DeInit(huart->hdmatx); + + /* USART1 interrupt DeInit */ + HAL_NVIC_DisableIRQ(USART1_IRQn); + /* USER CODE BEGIN USART1_MspDeInit 1 */ + + /* USER CODE END USART1_MspDeInit 1 */ + } + +} + +/** +* @brief RTC MSP Initialization +* This function configures the hardware resources used in this example +* @param hrtc: RTC handle pointer +* @retval None +*/ +void HAL_RTC_MspInit(RTC_HandleTypeDef* hrtc) +{ + RCC_PeriphCLKInitTypeDef PeriphClkInitStruct = {0}; + if(hrtc->Instance==RTC) + { + /* USER CODE BEGIN RTC_MspInit 0 */ + /* Enable access to the RTC registers */ + HAL_PWR_EnableBkUpAccess(); + + /* + * Write twice the value to flush the APB-AHB bridge + * This bit shall be written in the register before writing the next one + */ + HAL_PWR_EnableBkUpAccess(); + + /* Select LSE as RTC Input */ + __HAL_RCC_RTC_CONFIG(RCC_RTCCLKSOURCE_LSE); + + /* USER CODE END RTC_MspInit 0 */ + + /** Initializes the peripherals clock + */ + PeriphClkInitStruct.PeriphClockSelection = RCC_PERIPHCLK_RTC; + PeriphClkInitStruct.RTCClockSelection = RCC_RTCCLKSOURCE_LSE; + if (HAL_RCCEx_PeriphCLKConfig(&PeriphClkInitStruct) != HAL_OK) + { + Error_Handler(); + } + + /* Peripheral clock enable */ + __HAL_RCC_RTC_ENABLE(); + __HAL_RCC_RTCAPB_CLK_ENABLE(); + /* RTC interrupt Init */ + HAL_NVIC_SetPriority(RTC_WKUP_IRQn, 0, 0); + HAL_NVIC_EnableIRQ(RTC_WKUP_IRQn); + /* USER CODE BEGIN RTC_MspInit 1 */ + + MODIFY_REG(RTC->CR, RTC_CR_WUCKSEL, CFG_RTC_WUCKSEL_DIVIDER); + /* USER CODE END RTC_MspInit 1 */ + } + +} + +/** +* @brief RTC MSP De-Initialization +* This function freeze the hardware resources used in this example +* @param hrtc: RTC handle pointer +* @retval None +*/ +void HAL_RTC_MspDeInit(RTC_HandleTypeDef* hrtc) +{ + if(hrtc->Instance==RTC) + { + /* USER CODE BEGIN RTC_MspDeInit 0 */ + + /* USER CODE END RTC_MspDeInit 0 */ + /* Peripheral clock disable */ + __HAL_RCC_RTC_DISABLE(); + __HAL_RCC_RTCAPB_CLK_DISABLE(); + + /* RTC interrupt DeInit */ + HAL_NVIC_DisableIRQ(RTC_WKUP_IRQn); + /* USER CODE BEGIN RTC_MspDeInit 1 */ + + /* USER CODE END RTC_MspDeInit 1 */ + } + +} + +/* USER CODE BEGIN 1 */ + +/* USER CODE END 1 */ diff --git a/Core/Src/stm32wbxx_it.c b/Core/Src/stm32wbxx_it.c new file mode 100644 index 0000000..763c7fc --- /dev/null +++ b/Core/Src/stm32wbxx_it.c @@ -0,0 +1,431 @@ +/* USER CODE BEGIN Header */ +/** + ****************************************************************************** + * @file stm32wbxx_it.c + * @brief Interrupt Service Routines. + ****************************************************************************** + * @attention + * + * Copyright (c) 2020-2023 STMicroelectronics. + * All rights reserved. + * + * This software is licensed under terms that can be found in the LICENSE file + * in the root directory of this software component. + * If no LICENSE file comes with this software, it is provided AS-IS. + * + ****************************************************************************** + */ +/* USER CODE END Header */ + +/* Includes ------------------------------------------------------------------*/ +#include "main.h" +#include "stm32wbxx_it.h" +/* Private includes ----------------------------------------------------------*/ +/* USER CODE BEGIN Includes */ +/* USER CODE END Includes */ + +/* Private typedef -----------------------------------------------------------*/ +/* USER CODE BEGIN TD */ + +/* USER CODE END TD */ + +/* Private define ------------------------------------------------------------*/ +/* USER CODE BEGIN PD */ + +/* USER CODE END PD */ + +/* Private macro -------------------------------------------------------------*/ +/* USER CODE BEGIN PM */ + +/* USER CODE END PM */ + +/* Private variables ---------------------------------------------------------*/ +/* USER CODE BEGIN PV */ + +/* USER CODE END PV */ + +/* Private function prototypes -----------------------------------------------*/ +/* USER CODE BEGIN PFP */ + +/* USER CODE END PFP */ + +/* Private user code ---------------------------------------------------------*/ +/* USER CODE BEGIN 0 */ + +/* USER CODE END 0 */ + +/* External variables --------------------------------------------------------*/ +extern IPCC_HandleTypeDef hipcc; +extern DMA_HandleTypeDef hdma_lpuart1_tx; +extern DMA_HandleTypeDef hdma_usart1_tx; +extern UART_HandleTypeDef hlpuart1; +extern UART_HandleTypeDef huart1; +extern RTC_HandleTypeDef hrtc; +/* USER CODE BEGIN EV */ + +/* USER CODE END EV */ + +/******************************************************************************/ +/* Cortex Processor Interruption and Exception Handlers */ +/******************************************************************************/ +/** + * @brief This function handles Non maskable interrupt. + */ +void NMI_Handler(void) +{ + /* USER CODE BEGIN NonMaskableInt_IRQn 0 */ + + /* USER CODE END NonMaskableInt_IRQn 0 */ + /* USER CODE BEGIN NonMaskableInt_IRQn 1 */ + while (1) + { + } + /* USER CODE END NonMaskableInt_IRQn 1 */ +} + +/** + * @brief This function handles Hard fault interrupt. + */ +void HardFault_Handler(void) +{ + /* USER CODE BEGIN HardFault_IRQn 0 */ + + /* USER CODE END HardFault_IRQn 0 */ + while (1) + { + /* USER CODE BEGIN W1_HardFault_IRQn 0 */ + /* USER CODE END W1_HardFault_IRQn 0 */ + } +} + +/** + * @brief This function handles Memory management fault. + */ +void MemManage_Handler(void) +{ + /* USER CODE BEGIN MemoryManagement_IRQn 0 */ + + /* USER CODE END MemoryManagement_IRQn 0 */ + while (1) + { + /* USER CODE BEGIN W1_MemoryManagement_IRQn 0 */ + /* USER CODE END W1_MemoryManagement_IRQn 0 */ + } +} + +/** + * @brief This function handles Prefetch fault, memory access fault. + */ +void BusFault_Handler(void) +{ + /* USER CODE BEGIN BusFault_IRQn 0 */ + + /* USER CODE END BusFault_IRQn 0 */ + while (1) + { + /* USER CODE BEGIN W1_BusFault_IRQn 0 */ + /* USER CODE END W1_BusFault_IRQn 0 */ + } +} + +/** + * @brief This function handles Undefined instruction or illegal state. + */ +void UsageFault_Handler(void) +{ + /* USER CODE BEGIN UsageFault_IRQn 0 */ + + /* USER CODE END UsageFault_IRQn 0 */ + while (1) + { + /* USER CODE BEGIN W1_UsageFault_IRQn 0 */ + /* USER CODE END W1_UsageFault_IRQn 0 */ + } +} + +/** + * @brief This function handles System service call via SWI instruction. + */ +void SVC_Handler(void) +{ + /* USER CODE BEGIN SVCall_IRQn 0 */ + + /* USER CODE END SVCall_IRQn 0 */ + /* USER CODE BEGIN SVCall_IRQn 1 */ + + /* USER CODE END SVCall_IRQn 1 */ +} + +/** + * @brief This function handles Debug monitor. + */ +void DebugMon_Handler(void) +{ + /* USER CODE BEGIN DebugMonitor_IRQn 0 */ + + /* USER CODE END DebugMonitor_IRQn 0 */ + /* USER CODE BEGIN DebugMonitor_IRQn 1 */ + + /* USER CODE END DebugMonitor_IRQn 1 */ +} + +/** + * @brief This function handles Pendable request for system service. + */ +void PendSV_Handler(void) +{ + /* USER CODE BEGIN PendSV_IRQn 0 */ + + /* USER CODE END PendSV_IRQn 0 */ + /* USER CODE BEGIN PendSV_IRQn 1 */ + + /* USER CODE END PendSV_IRQn 1 */ +} + +/** + * @brief This function handles System tick timer. + */ +void SysTick_Handler(void) +{ + /* USER CODE BEGIN SysTick_IRQn 0 */ + + /* USER CODE END SysTick_IRQn 0 */ + HAL_IncTick(); + /* USER CODE BEGIN SysTick_IRQn 1 */ + + /* USER CODE END SysTick_IRQn 1 */ +} + +/******************************************************************************/ +/* STM32WBxx Peripheral Interrupt Handlers */ +/* Add here the Interrupt Handlers for the used peripherals. */ +/* For the available peripheral interrupt handler names, */ +/* please refer to the startup file (startup_stm32wbxx.s). */ +/******************************************************************************/ + +/** + * @brief This function handles PVD/PVM0/PVM2 interrupts through EXTI lines 16/31/33. + */ +void PVD_PVM_IRQHandler(void) +{ + /* USER CODE BEGIN PVD_PVM_IRQn 0 */ + + /* USER CODE END PVD_PVM_IRQn 0 */ + HAL_PWREx_PVD_PVM_IRQHandler(); + /* USER CODE BEGIN PVD_PVM_IRQn 1 */ + + /* USER CODE END PVD_PVM_IRQn 1 */ +} + +/** + * @brief This function handles RTC wake-up interrupt through EXTI line 19. + */ +void RTC_WKUP_IRQHandler(void) +{ + /* USER CODE BEGIN RTC_WKUP_IRQn 0 */ + + /* USER CODE END RTC_WKUP_IRQn 0 */ + HAL_RTCEx_WakeUpTimerIRQHandler(&hrtc); + /* USER CODE BEGIN RTC_WKUP_IRQn 1 */ + + /* USER CODE END RTC_WKUP_IRQn 1 */ +} + +/** + * @brief This function handles Flash global interrupt. + */ +void FLASH_IRQHandler(void) +{ + /* USER CODE BEGIN FLASH_IRQn 0 */ + + /* USER CODE END FLASH_IRQn 0 */ + HAL_FLASH_IRQHandler(); + /* USER CODE BEGIN FLASH_IRQn 1 */ + + /* USER CODE END FLASH_IRQn 1 */ +} + +/** + * @brief This function handles RCC global interrupt. + */ +void RCC_IRQHandler(void) +{ + /* USER CODE BEGIN RCC_IRQn 0 */ + + /* USER CODE END RCC_IRQn 0 */ + /* USER CODE BEGIN RCC_IRQn 1 */ + + /* USER CODE END RCC_IRQn 1 */ +} + +/** + * @brief This function handles DMA1 channel1 global interrupt. + */ +void DMA1_Channel1_IRQHandler(void) +{ + /* USER CODE BEGIN DMA1_Channel1_IRQn 0 */ + + /* USER CODE END DMA1_Channel1_IRQn 0 */ + HAL_DMA_IRQHandler(&hdma_lpuart1_tx); + /* USER CODE BEGIN DMA1_Channel1_IRQn 1 */ + + /* USER CODE END DMA1_Channel1_IRQn 1 */ +} + +/** + * @brief This function handles DMA1 channel2 global interrupt. + */ +void DMA1_Channel2_IRQHandler(void) +{ + /* USER CODE BEGIN DMA1_Channel2_IRQn 0 */ + + /* USER CODE END DMA1_Channel2_IRQn 0 */ + HAL_DMA_IRQHandler(&hdma_usart1_tx); + /* USER CODE BEGIN DMA1_Channel2_IRQn 1 */ + + /* USER CODE END DMA1_Channel2_IRQn 1 */ +} + +/** + * @brief This function handles CPU2 SEV interrupt through EXTI line 40 and PWR CPU2 HOLD wake-up interrupt. + */ +void C2SEV_PWR_C2H_IRQHandler(void) +{ + /* USER CODE BEGIN C2SEV_PWR_C2H_IRQn 0 */ + + /* USER CODE END C2SEV_PWR_C2H_IRQn 0 */ + /* USER CODE BEGIN C2SEV_PWR_C2H_IRQn 1 */ + + /* USER CODE END C2SEV_PWR_C2H_IRQn 1 */ +} + +/** + * @brief This function handles USART1 global interrupt. + */ +void USART1_IRQHandler(void) +{ + /* USER CODE BEGIN USART1_IRQn 0 */ + + /* USER CODE END USART1_IRQn 0 */ + HAL_UART_IRQHandler(&huart1); + /* USER CODE BEGIN USART1_IRQn 1 */ + + /* USER CODE END USART1_IRQn 1 */ +} + +/** + * @brief This function handles LPUART1 global interrupt. + */ +void LPUART1_IRQHandler(void) +{ + /* USER CODE BEGIN LPUART1_IRQn 0 */ + + /* USER CODE END LPUART1_IRQn 0 */ + HAL_UART_IRQHandler(&hlpuart1); + /* USER CODE BEGIN LPUART1_IRQn 1 */ + + /* USER CODE END LPUART1_IRQn 1 */ +} + +/** + * @brief This function handles PWR switching on the fly, end of BLE activity, end of 802.15.4 activity, end of critical radio phase interrupt. + */ +void PWR_SOTF_BLEACT_802ACT_RFPHASE_IRQHandler(void) +{ + /* USER CODE BEGIN PWR_SOTF_BLEACT_802ACT_RFPHASE_IRQn 0 */ + + /* USER CODE END PWR_SOTF_BLEACT_802ACT_RFPHASE_IRQn 0 */ + /* USER CODE BEGIN PWR_SOTF_BLEACT_802ACT_RFPHASE_IRQn 1 */ + + /* USER CODE END PWR_SOTF_BLEACT_802ACT_RFPHASE_IRQn 1 */ +} + +/** + * @brief This function handles IPCC RX occupied interrupt. + */ +void IPCC_C1_RX_IRQHandler(void) +{ + /* USER CODE BEGIN IPCC_C1_RX_IRQn 0 */ + + /* USER CODE END IPCC_C1_RX_IRQn 0 */ + HAL_IPCC_RX_IRQHandler(&hipcc); + /* USER CODE BEGIN IPCC_C1_RX_IRQn 1 */ + + /* USER CODE END IPCC_C1_RX_IRQn 1 */ +} + +/** + * @brief This function handles IPCC TX free interrupt. + */ +void IPCC_C1_TX_IRQHandler(void) +{ + /* USER CODE BEGIN IPCC_C1_TX_IRQn 0 */ + + /* USER CODE END IPCC_C1_TX_IRQn 0 */ + HAL_IPCC_TX_IRQHandler(&hipcc); + /* USER CODE BEGIN IPCC_C1_TX_IRQn 1 */ + + /* USER CODE END IPCC_C1_TX_IRQn 1 */ +} + +/** + * @brief This function handles HSEM global interrupt. + */ +void HSEM_IRQHandler(void) +{ + /* USER CODE BEGIN HSEM_IRQn 0 */ + + /* USER CODE END HSEM_IRQn 0 */ + HAL_HSEM_IRQHandler(); + /* USER CODE BEGIN HSEM_IRQn 1 */ + + /* USER CODE END HSEM_IRQn 1 */ +} + +/** + * @brief This function handles FPU global interrupt. + */ +void FPU_IRQHandler(void) +{ + /* USER CODE BEGIN FPU_IRQn 0 */ + + /* USER CODE END FPU_IRQn 0 */ + /* USER CODE BEGIN FPU_IRQn 1 */ + + /* USER CODE END FPU_IRQn 1 */ +} + +/* USER CODE BEGIN 1 */ + + +/** + * @brief This function handles External External line 4 interrupt request. + * @param None + * @retval None + */ +void EXTI4_IRQHandler(void) +{ + HAL_GPIO_EXTI_IRQHandler(BUTTON_SW1_PIN); +} + +/** + * @brief This function handles External External line 0 interrupt request. + * @param None + * @retval None + */ +void EXTI0_IRQHandler(void) +{ + HAL_GPIO_EXTI_IRQHandler(BUTTON_SW2_PIN); +} + +/** + * @brief This function handles External External line 1 interrupt request. + * @param None + * @retval None + */ +void EXTI1_IRQHandler(void) +{ + HAL_GPIO_EXTI_IRQHandler(BUTTON_SW3_PIN); +} + +/* USER CODE END 1 */ diff --git a/Core/Src/stm_logging.c b/Core/Src/stm_logging.c new file mode 100644 index 0000000..8a17e31 --- /dev/null +++ b/Core/Src/stm_logging.c @@ -0,0 +1,203 @@ +/* USER CODE BEGIN Header */ +/** + ****************************************************************************** + * @file stm_logging.c + * @author MCD Application Team + * @brief This file contains all the defines and functions used + * for logging on Application examples. + ****************************************************************************** + * @attention + * + * Copyright (c) 2019-2023 STMicroelectronics. + * All rights reserved. + * + * This software is licensed under terms that can be found in the LICENSE file + * in the root directory of this software component. + * If no LICENSE file comes with this software, it is provided AS-IS. + * + ****************************************************************************** + */ +/* USER CODE END Header */ + +/** + * @file + * This file implements logging functions to be used in Application examples. + * + */ + +#include +#include +#include +#include +#include +#include + +#include "app_conf.h" +#include "stm_logging.h" + +#define LOG_PARSE_BUFFER_SIZE 256U + +#define LOG_TIMESTAMP_ENABLE 0 +#define LOG_REGION_ENABLE 1U +#define LOG_RTT_COLOR_ENABLE 1U + +#if (LOG_RTT_COLOR_ENABLE == 1U) +#define RTT_COLOR_CODE_DEFAULT "\x1b[0m" +#define RTT_COLOR_CODE_RED "\x1b[0;91m" +#define RTT_COLOR_CODE_GREEN "\x1b[0;92m" +#define RTT_COLOR_CODE_YELLOW "\x1b[0;93m" +#define RTT_COLOR_CODE_CYAN "\x1b[0;96m" + +#else /* LOG_RTT_COLOR_ENABLE == 1 */ +#define RTT_COLOR_CODE_DEFAULT "" +#define RTT_COLOR_CODE_RED "" +#define RTT_COLOR_CODE_GREEN "" +#define RTT_COLOR_CODE_YELLOW "" +#define RTT_COLOR_CODE_CYAN "" +#endif /* LOG_RTT_COLOR_ENABLE == 1 */ + +#if (CFG_DEBUG_TRACE != 0) +/** + * Function for outputting code region string. + * + * @param[input] aLogString Pointer to log buffer. + * @param[in] aMaxSize Maximum size of log buffer. + * @param[in] otLogRegion The region ID. + * + * @returns String with a log level color value. + */ +static inline uint16_t logRegion(char *aLogString, uint16_t aMaxSize, + appliLogRegion_t aLogRegion) +{ + char logRegionString[30U]; + + switch (aLogRegion) + { + case APPLI_LOG_REGION_GENERAL: + strcpy(logRegionString, "[M4 APPLICATION]"); + break; + case APPLI_LOG_REGION_ZIGBEE_API: + strcpy(logRegionString, "[M4 ZIGBEE API]"); + break; + default: + strcpy(logRegionString, "[M4]"); + break; + } + + return snprintf(aLogString, aMaxSize, "%s ", logRegionString); +} +#endif /* CFG_DEBUG_TRACE */ + +#if (LOG_RTT_COLOR_ENABLE == 1U) +#if (CFG_DEBUG_TRACE != 0) +/** + * Function for getting color of a given level log. + * + * @param[in] aLogLevel The log level. + * + * @returns String with a log level color value. + */ +static inline const char *levelToString(appliLogLevel_t aLogLevel) +{ + switch (aLogLevel) + { + case LOG_LEVEL_CRIT: + return RTT_COLOR_CODE_RED; + + case LOG_LEVEL_WARN: + return RTT_COLOR_CODE_YELLOW; + + case LOG_LEVEL_INFO: + return RTT_COLOR_CODE_GREEN; + + case LOG_LEVEL_DEBG: + default: + return RTT_COLOR_CODE_DEFAULT; + } +} +#endif /* CFG_DEBUG_TRACE */ + +#if (CFG_DEBUG_TRACE != 0) +/** + * Function for printing log level. + * + * @param[input] aLogString Pointer to log buffer. + * @param[in] aMaxSize Maximum size of log buffer. + * @param[in] aLogLevel Log level. + * + * @returns Number of bytes successfully written to the log buffer. + */ +static inline uint16_t logLevel(char *aLogString, uint16_t aMaxSize, + appliLogLevel_t aLogLevel) +{ + return snprintf(aLogString, aMaxSize, "%s", levelToString(aLogLevel)); +} +#endif /* CFG_DEBUG_TRACE */ +#endif /* LOG_RTT_COLOR_ENABLE */ + +#if (LOG_TIMESTAMP_ENABLE == 1U) +/** + * Function for printing actual timestamp. + * + * @param[input] aLogString Pointer to the log buffer. + * @param[in] aMaxSize Maximum size of the log buffer. + * + * @returns Number of bytes successfully written to the log buffer. + */ +static inline uint16_t logTimestamp(char *aLogString, uint16_t aMaxSize) +{ + return snprintf(aLogString, aMaxSize, "%s[%010ld]", RTT_COLOR_CODE_DEFAULT, + HAL_GetTick()); +} +#endif /* LOG_TIMESTAMP_ENABLE */ + +/** + * Function for printing application log + * + * @param[in] aLogLevel Log level. + * @param[in] aLogRegion The region ID. + * @param[in] aFormat User string format. + * + * @returns Number of bytes successfully written to the log buffer. + */ +void logApplication(appliLogLevel_t aLogLevel, appliLogRegion_t aLogRegion, const char *aFormat, ...) +{ +#if (CFG_DEBUG_TRACE != 0) /* Since the traces are disabled, there is nothing to print */ + uint16_t length = 0; + char logString[LOG_PARSE_BUFFER_SIZE + 1U]; + +#if (LOG_TIMESTAMP_ENABLE == 1U) + length += logTimestamp(logString, LOG_PARSE_BUFFER_SIZE); +#endif + +#if (LOG_RTT_COLOR_ENABLE == 1U) + /* Add level information */ + length += logLevel(&logString[length], (LOG_PARSE_BUFFER_SIZE - length), + aLogLevel); +#endif + +#if (LOG_REGION_ENABLE == 1U) + /* Add Region information */ + length += logRegion(&logString[length], (LOG_PARSE_BUFFER_SIZE - length), + aLogRegion); +#endif + + /* Parse user string */ + va_list paramList; + va_start(paramList, aFormat); + length += vsnprintf(&logString[length], (LOG_PARSE_BUFFER_SIZE - length), + aFormat, paramList); + logString[length++] = '\r'; + logString[length++] = '\n'; + logString[length++] = 0; + va_end(paramList); + + if (aLogLevel <= APPLI_CONFIG_LOG_LEVEL) + { + printf("%s", logString); + }else + { + /* Print nothing */ + } +#endif /* CFG_DEBUG_TRACE */ +} diff --git a/Core/Src/system_stm32wbxx.c b/Core/Src/system_stm32wbxx.c new file mode 100644 index 0000000..9ce19e8 --- /dev/null +++ b/Core/Src/system_stm32wbxx.c @@ -0,0 +1,366 @@ +/** + ****************************************************************************** + * @file system_stm32wbxx.c + * @author MCD Application Team + * @brief CMSIS Cortex Device Peripheral Access Layer System Source File + * + * This file provides two functions and one global variable to be called from + * user application: + * - SystemInit(): This function is called at startup just after reset and + * before branch to main program. This call is made inside + * the "startup_stm32wbxx.s" file. + * + * - SystemCoreClock variable: Contains the core clock (HCLK), it can be used + * by the user application to setup the SysTick + * timer or configure other parameters. + * + * - SystemCoreClockUpdate(): Updates the variable SystemCoreClock and must + * be called whenever the core clock is changed + * during program execution. + * + * After each device reset the MSI (4 MHz) is used as system clock source. + * Then SystemInit() function is called, in "startup_stm32wbxx.s" file, to + * configure the system clock before to branch to main program. + * + * This file configures the system clock as follows: + *============================================================================= + *----------------------------------------------------------------------------- + * System Clock source | MSI + *----------------------------------------------------------------------------- + * SYSCLK(Hz) | 4000000 + *----------------------------------------------------------------------------- + * HCLK(Hz) | 4000000 + *----------------------------------------------------------------------------- + * AHB Prescaler | 1 + *----------------------------------------------------------------------------- + * APB1 Prescaler | 1 + *----------------------------------------------------------------------------- + * APB2 Prescaler | 1 + *----------------------------------------------------------------------------- + * PLL_M | 1 + *----------------------------------------------------------------------------- + * PLL_N | 8 + *----------------------------------------------------------------------------- + * PLL_P | 7 + *----------------------------------------------------------------------------- + * PLL_Q | 2 + *----------------------------------------------------------------------------- + * PLL_R | 2 + *----------------------------------------------------------------------------- + * PLLSAI1_P | NA + *----------------------------------------------------------------------------- + * PLLSAI1_Q | NA + *----------------------------------------------------------------------------- + * PLLSAI1_R | NA + *----------------------------------------------------------------------------- + * Require 48MHz for USB OTG FS, | Disabled + * SDIO and RNG clock | + *----------------------------------------------------------------------------- + *============================================================================= + ****************************************************************************** + * @attention + * + * Copyright (c) 2020-2021 STMicroelectronics. + * All rights reserved. + * + * This software is licensed under terms that can be found in the LICENSE file + * in the root directory of this software component. + * If no LICENSE file comes with this software, it is provided AS-IS. + * + ****************************************************************************** + */ + +/** @addtogroup CMSIS + * @{ + */ + +/** @addtogroup stm32WBxx_system + * @{ + */ + +/** @addtogroup stm32WBxx_System_Private_Includes + * @{ + */ + +#include "stm32wbxx.h" + +#if !defined (HSE_VALUE) + #define HSE_VALUE (32000000UL) /*!< Value of the External oscillator in Hz */ +#endif /* HSE_VALUE */ + +#if !defined (MSI_VALUE) + #define MSI_VALUE (4000000UL) /*!< Value of the Internal oscillator in Hz*/ +#endif /* MSI_VALUE */ + +#if !defined (HSI_VALUE) + #define HSI_VALUE (16000000UL) /*!< Value of the Internal oscillator in Hz*/ +#endif /* HSI_VALUE */ + +#if !defined (LSI_VALUE) + #define LSI_VALUE (32000UL) /*!< Value of LSI in Hz*/ +#endif /* LSI_VALUE */ + +#if !defined (LSE_VALUE) + #define LSE_VALUE (32768UL) /*!< Value of LSE in Hz*/ +#endif /* LSE_VALUE */ + +/** + * @} + */ + +/** @addtogroup STM32WBxx_System_Private_TypesDefinitions + * @{ + */ + +/** + * @} + */ + +/** @addtogroup STM32WBxx_System_Private_Defines + * @{ + */ + +/* Note: Following vector table addresses must be defined in line with linker + configuration. */ +/*!< Uncomment the following line if you need to relocate CPU1 CM4 and/or CPU2 + CM0+ vector table anywhere in Sram or Flash. Else vector table will be kept + at address 0x00 which correspond to automatic remap of boot address selected */ +/* #define USER_VECT_TAB_ADDRESS */ +#if defined(USER_VECT_TAB_ADDRESS) + /*!< Uncomment this line for user vector table remap in Sram else user remap + will be done in Flash. */ +/* #define VECT_TAB_SRAM */ +#if defined(VECT_TAB_SRAM) +#define VECT_TAB_BASE_ADDRESS SRAM1_BASE /*!< Vector Table base address field. + This value must be a multiple of 0x200. */ +#define VECT_TAB_OFFSET 0x00000000U /*!< Vector Table base offset field. + This value must be a multiple of 0x200. */ +#else +#define VECT_TAB_BASE_ADDRESS FLASH_BASE /*!< Vector Table base address field. + This value must be a multiple of 0x200. */ +#define VECT_TAB_OFFSET 0x00000000U /*!< Vector Table base offset field. + This value must be a multiple of 0x200. */ +#endif +#endif + +/** + * @} + */ + +/** @addtogroup STM32WBxx_System_Private_Macros + * @{ + */ + +/** + * @} + */ + +/** @addtogroup STM32WBxx_System_Private_Variables + * @{ + */ + /* The SystemCoreClock variable is updated in three ways: + 1) by calling CMSIS function SystemCoreClockUpdate() + 2) by calling HAL API function HAL_RCC_GetHCLKFreq() + 3) each time HAL_RCC_ClockConfig() is called to configure the system clock frequency + Note: If you use this function to configure the system clock; then there + is no need to call the 2 first functions listed above, since SystemCoreClock + variable is updated automatically. + */ + uint32_t SystemCoreClock = 4000000UL ; /*CPU1: M4 on MSI clock after startup (4MHz)*/ + + const uint32_t AHBPrescTable[16UL] = {1UL, 3UL, 5UL, 1UL, 1UL, 6UL, 10UL, 32UL, 2UL, 4UL, 8UL, 16UL, 64UL, 128UL, 256UL, 512UL}; + + const uint32_t APBPrescTable[8UL] = {0UL, 0UL, 0UL, 0UL, 1UL, 2UL, 3UL, 4UL}; + + const uint32_t MSIRangeTable[16UL] = {100000UL, 200000UL, 400000UL, 800000UL, 1000000UL, 2000000UL, \ + 4000000UL, 8000000UL, 16000000UL, 24000000UL, 32000000UL, 48000000UL, 0UL, 0UL, 0UL, 0UL}; /* 0UL values are incorrect cases */ + +#if defined(STM32WB55xx) || defined(STM32WB5Mxx) || defined(STM32WB35xx) || defined (STM32WB15xx) + const uint32_t SmpsPrescalerTable[4UL][6UL]={{1UL,3UL,2UL,2UL,1UL,2UL}, \ + {2UL,6UL,4UL,3UL,2UL,4UL}, \ + {4UL,12UL,8UL,6UL,4UL,8UL}, \ + {4UL,12UL,8UL,6UL,4UL,8UL}}; +#endif + +/** + * @} + */ + +/** @addtogroup STM32WBxx_System_Private_FunctionPrototypes + * @{ + */ + +/** + * @} + */ + +/** @addtogroup STM32WBxx_System_Private_Functions + * @{ + */ + +/** + * @brief Setup the microcontroller system. + * @param None + * @retval None + */ +void SystemInit(void) +{ +#if defined(USER_VECT_TAB_ADDRESS) + /* Configure the Vector Table location add offset address ------------------*/ + SCB->VTOR = VECT_TAB_BASE_ADDRESS | VECT_TAB_OFFSET; +#endif + + /* FPU settings ------------------------------------------------------------*/ + #if (__FPU_PRESENT == 1) && (__FPU_USED == 1) + SCB->CPACR |= ((3UL << (10UL*2UL))|(3UL << (11UL*2UL))); /* set CP10 and CP11 Full Access */ + #endif + + /* Reset the RCC clock configuration to the default reset state ------------*/ + /* Set MSION bit */ + RCC->CR |= RCC_CR_MSION; + + /* Reset CFGR register */ + RCC->CFGR = 0x00070000U; + + /* Reset PLLSAI1ON, PLLON, HSECSSON, HSEON, HSION, and MSIPLLON bits */ + RCC->CR &= (uint32_t)0xFAF6FEFBU; + + /*!< Reset LSI1 and LSI2 bits */ + RCC->CSR &= (uint32_t)0xFFFFFFFAU; + + /*!< Reset HSI48ON bit */ + RCC->CRRCR &= (uint32_t)0xFFFFFFFEU; + + /* Reset PLLCFGR register */ + RCC->PLLCFGR = 0x22041000U; + +#if defined(STM32WB55xx) || defined(STM32WB5Mxx) + /* Reset PLLSAI1CFGR register */ + RCC->PLLSAI1CFGR = 0x22041000U; +#endif + + /* Reset HSEBYP bit */ + RCC->CR &= 0xFFFBFFFFU; + + /* Disable all interrupts */ + RCC->CIER = 0x00000000; +} + +/** + * @brief Update SystemCoreClock variable according to Clock Register Values. + * The SystemCoreClock variable contains the core clock (HCLK), it can + * be used by the user application to setup the SysTick timer or configure + * other parameters. + * + * @note Each time the core clock (HCLK) changes, this function must be called + * to update SystemCoreClock variable value. Otherwise, any configuration + * based on this variable will be incorrect. + * + * @note - The system frequency computed by this function is not the real + * frequency in the chip. It is calculated based on the predefined + * constant and the selected clock source: + * + * - If SYSCLK source is MSI, SystemCoreClock will contain the MSI_VALUE(*) + * + * - If SYSCLK source is HSI, SystemCoreClock will contain the HSI_VALUE(**) + * + * - If SYSCLK source is HSE, SystemCoreClock will contain the HSE_VALUE(***) + * + * - If SYSCLK source is PLL, SystemCoreClock will contain the HSE_VALUE(***) + * or HSI_VALUE(*) or MSI_VALUE(*) multiplied/divided by the PLL factors. + * + * (*) MSI_VALUE is a constant defined in stm32wbxx_hal.h file (default value + * 4 MHz) but the real value may vary depending on the variations + * in voltage and temperature. + * + * (**) HSI_VALUE is a constant defined in stm32wbxx_hal_conf.h file (default value + * 16 MHz) but the real value may vary depending on the variations + * in voltage and temperature. + * + * (***) HSE_VALUE is a constant defined in stm32wbxx_hal_conf.h file (default value + * 32 MHz), user has to ensure that HSE_VALUE is same as the real + * frequency of the crystal used. Otherwise, this function may + * have wrong result. + * + * - The result of this function could be not correct when using fractional + * value for HSE crystal. + * + * @param None + * @retval None + */ +void SystemCoreClockUpdate(void) +{ + uint32_t tmp, msirange, pllvco, pllr, pllsource , pllm; + + /* Get MSI Range frequency--------------------------------------------------*/ + + /*MSI frequency range in Hz*/ + msirange = MSIRangeTable[(RCC->CR & RCC_CR_MSIRANGE) >> RCC_CR_MSIRANGE_Pos]; + + /* Get SYSCLK source -------------------------------------------------------*/ + switch (RCC->CFGR & RCC_CFGR_SWS) + { + case 0x00: /* MSI used as system clock source */ + SystemCoreClock = msirange; + break; + + case 0x04: /* HSI used as system clock source */ + /* HSI used as system clock source */ + SystemCoreClock = HSI_VALUE; + break; + + case 0x08: /* HSE used as system clock source */ + SystemCoreClock = HSE_VALUE; + break; + + case 0x0C: /* PLL used as system clock source */ + /* PLL_VCO = (HSE_VALUE or HSI_VALUE or MSI_VALUE/ PLLM) * PLLN + SYSCLK = PLL_VCO / PLLR + */ + pllsource = (RCC->PLLCFGR & RCC_PLLCFGR_PLLSRC); + pllm = ((RCC->PLLCFGR & RCC_PLLCFGR_PLLM) >> RCC_PLLCFGR_PLLM_Pos) + 1UL ; + + if(pllsource == 0x02UL) /* HSI used as PLL clock source */ + { + pllvco = (HSI_VALUE / pllm); + } + else if(pllsource == 0x03UL) /* HSE used as PLL clock source */ + { + pllvco = (HSE_VALUE / pllm); + } + else /* MSI used as PLL clock source */ + { + pllvco = (msirange / pllm); + } + + pllvco = pllvco * ((RCC->PLLCFGR & RCC_PLLCFGR_PLLN) >> RCC_PLLCFGR_PLLN_Pos); + pllr = (((RCC->PLLCFGR & RCC_PLLCFGR_PLLR) >> RCC_PLLCFGR_PLLR_Pos) + 1UL); + + SystemCoreClock = pllvco/pllr; + break; + + default: + SystemCoreClock = msirange; + break; + } + + /* Compute HCLK clock frequency --------------------------------------------*/ + /* Get HCLK1 prescaler */ + tmp = AHBPrescTable[((RCC->CFGR & RCC_CFGR_HPRE) >> RCC_CFGR_HPRE_Pos)]; + /* HCLK clock frequency */ + SystemCoreClock = SystemCoreClock / tmp; + +} + + +/** + * @} + */ + +/** + * @} + */ + +/** + * @} + */ diff --git a/EWARM/Project.eww b/EWARM/Project.eww new file mode 100644 index 0000000..cf5c06e --- /dev/null +++ b/EWARM/Project.eww @@ -0,0 +1,7 @@ + + + + $WS_DIR$\Zigbee_OnOff_Server_Coord.ewp + + + diff --git a/EWARM/Zigbee_OnOff_Server_Coord.ewd b/EWARM/Zigbee_OnOff_Server_Coord.ewd new file mode 100644 index 0000000..e35cf0f --- /dev/null +++ b/EWARM/Zigbee_OnOff_Server_Coord.ewd @@ -0,0 +1,1534 @@ + + + 3 + + Zigbee_OnOff_Server_Coord + + ARM + + 1 + + C-SPY + 2 + + 32 + 1 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ARMSIM_ID + 2 + + 1 + 1 + 1 + + + + + + + + CADI_ID + 2 + + 0 + 1 + 1 + + + + + + + + + CMSISDAP_ID + 2 + + 4 + 1 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + GDBSERVER_ID + 2 + + 0 + 1 + 1 + + + + + + + + + + + IJET_ID + 2 + + 9 + 1 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + JLINK_ID + 2 + + 16 + 1 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LMIFTDI_ID + 2 + + 3 + 1 + 1 + + + + + + + + + + + + + NULINK_ID + 2 + + 0 + 1 + 1 + + + + + + + PEMICRO_ID + 2 + + 3 + 1 + 1 + + + + + + + + STLINK_ID + 2 + + 7 + 1 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + THIRDPARTY_ID + 2 + + 0 + 1 + 1 + + + + + + + + TIFET_ID + 2 + + 1 + 1 + 1 + + + + + + + + + + + + + + + + + + + XDS100_ID + 2 + + 9 + 1 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $TOOLKIT_DIR$\plugins\rtos\CMX\CmxArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\CMX\CmxTinyArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\embOS\embOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\FreeRtos\FreeRtosArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\Mbed\MbedArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\Mbed\MbedArmPlugin2.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\OpenRTOS\OpenRTOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\SafeRTOS\SafeRTOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\SMX\smxAwareIarArm9.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\SMX\smxAwareIarArm9BE.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\ThreadX\ThreadXArmPlugin.ENU.ewplugin + 0 + + + $EW_DIR$\common\plugins\Orti\Orti.ENU.ewplugin + 0 + + + $EW_DIR$\common\plugins\TargetAccessServer\TargetAccessServer.ENU.ewplugin + 0 + + + $EW_DIR$\common\plugins\uCProbe\uCProbePlugin.ENU.ewplugin + 0 + + + + diff --git a/EWARM/Zigbee_OnOff_Server_Coord.ewp b/EWARM/Zigbee_OnOff_Server_Coord.ewp new file mode 100644 index 0000000..2a4f418 --- /dev/null +++ b/EWARM/Zigbee_OnOff_Server_Coord.ewp @@ -0,0 +1,1291 @@ + + + 3 + + Zigbee_OnOff_Server_Coord + + ARM + + 1 + + General + 3 + + 34 + 1 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ICCARM + 2 + + 37 + 1 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + AARM + 2 + + 11 + 1 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + OBJCOPY + 0 + + 1 + 1 + 1 + + + + + + + + + CUSTOM + 3 + + + + 0 + inputOutputBased + + + + BUILDACTION + 1 + + + + + + + ILINK + 0 + + 26 + 1 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IARCHIVE + 0 + + 0 + 1 + 1 + + + + + + + Coder + 0 + + + + + Application + + EWARM + + $PROJ_DIR$\startup_stm32wb55xx_cm4.s + + + + User + + Core + + $PROJ_DIR$\..\Core\Src\main.c + + + $PROJ_DIR$\..\Core\Src\app_entry.c + + + $PROJ_DIR$\..\Core\Src\hw_timerserver.c + + + $PROJ_DIR$\..\Core\Src\hw_uart.c + + + $PROJ_DIR$\..\Core\Src\stm32_lpm_if.c + + + $PROJ_DIR$\..\Core\Src\stm_logging.c + + + $PROJ_DIR$\..\Core\Src\stm32wbxx_it.c + + + $PROJ_DIR$\..\Core\Src\stm32wbxx_hal_msp.c + + + + STM32_WPAN + + App + + $PROJ_DIR$\..\STM32_WPAN\App\app_zigbee.c + + + + Target + + $PROJ_DIR$\..\STM32_WPAN\Target\hw_ipcc.c + + + + + + + Doc + + $PROJ_DIR$\..\readme.txt + + + + Drivers + + BSP + + STM32WBxx_Nucleo + + $PROJ_DIR$\..\..\..\..\..\..\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.c + + + + + CMSIS + + $PROJ_DIR$\..\Core\Src\system_stm32wbxx.c + + + + STM32WBxx_HAL_Driver + + $PROJ_DIR$/../../../../../../Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_hsem.c + + + $PROJ_DIR$/../../../../../../Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_rcc.c + + + $PROJ_DIR$/../../../../../../Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_ll_rcc.c + + + $PROJ_DIR$/../../../../../../Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_rcc_ex.c + + + $PROJ_DIR$/../../../../../../Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_flash.c + + + $PROJ_DIR$/../../../../../../Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_flash_ex.c + + + $PROJ_DIR$/../../../../../../Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_gpio.c + + + $PROJ_DIR$/../../../../../../Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_dma.c + + + $PROJ_DIR$/../../../../../../Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_dma_ex.c + + + $PROJ_DIR$/../../../../../../Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_pwr.c + + + $PROJ_DIR$/../../../../../../Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_pwr_ex.c + + + $PROJ_DIR$/../../../../../../Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_cortex.c + + + $PROJ_DIR$/../../../../../../Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal.c + + + $PROJ_DIR$/../../../../../../Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_exti.c + + + $PROJ_DIR$/../../../../../../Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_ipcc.c + + + $PROJ_DIR$/../../../../../../Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_uart.c + + + $PROJ_DIR$/../../../../../../Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_uart_ex.c + + + $PROJ_DIR$/../../../../../../Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_rtc.c + + + $PROJ_DIR$/../../../../../../Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_rtc_ex.c + + + $PROJ_DIR$/../../../../../../Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_tim.c + + + $PROJ_DIR$/../../../../../../Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_tim_ex.c + + + + + Middlewares + + STM32_WPAN + + $PROJ_DIR$/../../../../../../Middlewares/ST/STM32_WPAN/zigbee/lib/stm32wb_zigbee_wb_lib.a + + + $PROJ_DIR$/../../../../../../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/tl_mbox.c + + + $PROJ_DIR$/../../../../../../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci/shci.c + + + $PROJ_DIR$/../../../../../../Middlewares/ST/STM32_WPAN/utilities/dbg_trace.c + + + $PROJ_DIR$/../../../../../../Middlewares/ST/STM32_WPAN/utilities/otp.c + + + $PROJ_DIR$/../../../../../../Middlewares/ST/STM32_WPAN/utilities/stm_list.c + + + $PROJ_DIR$/../../../../../../Middlewares/ST/STM32_WPAN/utilities/stm_queue.c + + + $PROJ_DIR$/../../../../../../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/tl_zigbee_hci.c + + + $PROJ_DIR$/../../../../../../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/shci_tl.c + + + $PROJ_DIR$/../../../../../../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/shci_tl_if.c + + + $PROJ_DIR$/../../../../../../Middlewares/ST/STM32_WPAN/zigbee/platform/ee.c + + + $PROJ_DIR$/../../../../../../Middlewares/ST/STM32_WPAN/zigbee/platform/hw_flash.c + + + $PROJ_DIR$/../../../../../../Middlewares/ST/STM32_WPAN/zigbee/core/src/zigbee_core_wb.c + + + + + Utilities + + $PROJ_DIR$/../../../../../../Utilities/lpm/tiny_lpm/stm32_lpm.c + + + $PROJ_DIR$/../../../../../../Utilities/sequencer/stm32_seq.c + + + + diff --git a/EWARM/startup_stm32wb55xx_cm4.s b/EWARM/startup_stm32wb55xx_cm4.s new file mode 100644 index 0000000..9116417 --- /dev/null +++ b/EWARM/startup_stm32wb55xx_cm4.s @@ -0,0 +1,515 @@ +;****************************************************************************** +;* File Name : startup_stm32wb55xx_cm4.s +;* Author : MCD Application Team +;* Description : M4 core vector table of the STM32WB55xx devices for the +;* IAR (EWARM) toolchain. +;* +;* This module performs: +;* - Set the initial SP +;* - Set the initial PC == _iar_program_start, +;* - Set the vector table entries with the exceptions ISR +;* address. +;* - Branches to main in the C library (which eventually +;* calls main()). +;* After Reset the Cortex-M4 processor is in Thread mode, +;* priority is Privileged, and the Stack is set to Main. +;****************************************************************************** +;* @attention +;* +;* Copyright (c) 2019 STMicroelectronics. +;* All rights reserved. +;* +;* This software is licensed under terms that can be found in the LICENSE file +;* in the root directory of this software component. +;* If no LICENSE file comes with this software, it is provided AS-IS. +;* +;****************************************************************************** +; +; +; The modules in this file are included in the libraries, and may be replaced +; by any user-defined modules that define the PUBLIC symbol _program_start or +; a user defined start symbol. +; To override the cstartup defined in the library, simply add your modified +; version to the workbench project. +; +; The vector table is normally located at address 0. +; When debugging in RAM, it can be located in RAM, aligned to at least 2^6. +; The name "__vector_table" has special meaning for C-SPY: +; it is where the SP start value is found, and the NVIC vector +; table register (VTOR) is initialized to this address if != 0. +; +; Cortex-M version +; + + MODULE ?cstartup + + ;; Forward declaration of sections. + SECTION CSTACK:DATA:NOROOT(3) + + SECTION .intvec:CODE:NOROOT(2) + + EXTERN __iar_program_start + EXTERN SystemInit + PUBLIC __vector_table + + DATA +__vector_table + DCD sfe(CSTACK) + DCD Reset_Handler ; Reset Handler + + DCD NMI_Handler ; NMI Handler + DCD HardFault_Handler ; Hard Fault Handler + DCD MemManage_Handler ; MPU Fault Handler + DCD BusFault_Handler ; Bus Fault Handler + DCD UsageFault_Handler ; Usage Fault Handler + DCD 0 ; Reserved + DCD 0 ; Reserved + DCD 0 ; Reserved + DCD 0 ; Reserved + DCD SVC_Handler ; SVCall Handler + DCD DebugMon_Handler ; Debug Monitor Handler + DCD 0 ; Reserved + DCD PendSV_Handler ; PendSV Handler + DCD SysTick_Handler ; SysTick Handler + + ; External Interrupts + DCD WWDG_IRQHandler ; Window WatchDog + DCD PVD_PVM_IRQHandler ; PVD and PVM Interrupt + DCD TAMP_STAMP_LSECSS_IRQHandler ; RTC Tamper, TimeStamp Interrupts and LSECSS Interrupts + DCD RTC_WKUP_IRQHandler ; RTC Wakeup Interrupt + DCD FLASH_IRQHandler ; FLASH global Interrupt + DCD RCC_IRQHandler ; RCC Interrupt + DCD EXTI0_IRQHandler ; EXTI Line 0 Interrupt + DCD EXTI1_IRQHandler ; EXTI Line 1 Interrupt + DCD EXTI2_IRQHandler ; EXTI Line 2 Interrupt + DCD EXTI3_IRQHandler ; EXTI Line 3 Interrupt + DCD EXTI4_IRQHandler ; EXTI Line 4 Interrupt + DCD DMA1_Channel1_IRQHandler ; DMA1 Channel 1 Interrupt + DCD DMA1_Channel2_IRQHandler ; DMA1 Channel 2 Interrupt + DCD DMA1_Channel3_IRQHandler ; DMA1 Channel 3 Interrupt + DCD DMA1_Channel4_IRQHandler ; DMA1 Channel 4 Interrupt + DCD DMA1_Channel5_IRQHandler ; DMA1 Channel 5 Interrupt + DCD DMA1_Channel6_IRQHandler ; DMA1 Channel 6 Interrupt + DCD DMA1_Channel7_IRQHandler ; DMA1 Channel 7 Interrupt + DCD ADC1_IRQHandler ; ADC1 Interrupt + DCD USB_HP_IRQHandler ; USB High Priority Interrupt + DCD USB_LP_IRQHandler ; USB Low Priority Interrupt + DCD C2SEV_PWR_C2H_IRQHandler ; CPU M0+ SEV Interrupt + DCD COMP_IRQHandler ; COMP1 and COMP2 Interrupts + DCD EXTI9_5_IRQHandler ; EXTI Lines [9:5] Interrupt + DCD TIM1_BRK_IRQHandler ; TIM1 Break Interrupt + DCD TIM1_UP_TIM16_IRQHandler ; TIM1 Update and TIM16 global Interrupts + DCD TIM1_TRG_COM_TIM17_IRQHandler ; TIM1 Trigger and Communication and TIM17 global Interrupts + DCD TIM1_CC_IRQHandler ; TIM1 Capture Compare Interrupt + DCD TIM2_IRQHandler ; TIM2 Global Interrupt + DCD PKA_IRQHandler ; PKA Interrupt + DCD I2C1_EV_IRQHandler ; I2C1 Event Interrupt + DCD I2C1_ER_IRQHandler ; I2C1 Error Interrupt + DCD I2C3_EV_IRQHandler ; I2C3 Event Interrupt + DCD I2C3_ER_IRQHandler ; I2C3 Error Interrupt + DCD SPI1_IRQHandler ; SPI1 Interrupt + DCD SPI2_IRQHandler ; SPI2 Interrupt + DCD USART1_IRQHandler ; USART1 Interrupt + DCD LPUART1_IRQHandler ; LPUART1 Interrupt + DCD SAI1_IRQHandler ; SAI Interrupt + DCD TSC_IRQHandler ; TSC Interrupt + DCD EXTI15_10_IRQHandler ; EXTI Lines1[15:10 ]Interrupts + DCD RTC_Alarm_IRQHandler ; RTC Alarms (A and B) Interrupt + DCD CRS_IRQHandler ; CRS interrupt + DCD PWR_SOTF_BLEACT_802ACT_RFPHASE_IRQHandler ; WKUP Interrupt from PWR + DCD IPCC_C1_RX_IRQHandler ; IPCC CPU1 RX occupied interrupt + DCD IPCC_C1_TX_IRQHandler ; IPCC CPU1 RX free interrupt + DCD HSEM_IRQHandler ; HSEM0 Interrupt + DCD LPTIM1_IRQHandler ; LPTIM1 Interrupt + DCD LPTIM2_IRQHandler ; LPTIM2 Interrupt + DCD LCD_IRQHandler ; LCD Interrupt + DCD QUADSPI_IRQHandler ; QUADSPI Interrupt + DCD AES1_IRQHandler ; AES1 Interrupt + DCD AES2_IRQHandler ; AES2 Interrupt + DCD RNG_IRQHandler ; RNG1 Interrupt + DCD FPU_IRQHandler ; FPU Interrupt + DCD DMA2_Channel1_IRQHandler ; DMA2 Channel 1 Interrupt + DCD DMA2_Channel2_IRQHandler ; DMA2 Channel 2 Interrupt + DCD DMA2_Channel3_IRQHandler ; DMA2 Channel 3 Interrupt + DCD DMA2_Channel4_IRQHandler ; DMA2 Channel 4 Interrupt + DCD DMA2_Channel5_IRQHandler ; DMA2 Channel 5 Interrupt + DCD DMA2_Channel6_IRQHandler ; DMA2 Channel 6 Interrupt + DCD DMA2_Channel7_IRQHandler ; DMA2 Channel 7 Interrupt + DCD DMAMUX1_OVR_IRQHandler ; DMAMUX overrun Interrupt + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;; +;; Default interrupt handlers. +;; + THUMB + + PUBWEAK Reset_Handler + SECTION .text:CODE:NOROOT:REORDER(2) +Reset_Handler + LDR R0, =SystemInit + BLX R0 + LDR R0, =__iar_program_start + BX R0 + + PUBWEAK NMI_Handler + SECTION .text:CODE:NOROOT:REORDER(1) +NMI_Handler + B NMI_Handler + + PUBWEAK HardFault_Handler + SECTION .text:CODE:NOROOT:REORDER(1) +HardFault_Handler + B HardFault_Handler + + PUBWEAK MemManage_Handler + SECTION .text:CODE:NOROOT:REORDER(1) +MemManage_Handler + B MemManage_Handler + + PUBWEAK BusFault_Handler + SECTION .text:CODE:NOROOT:REORDER(1) +BusFault_Handler + B BusFault_Handler + + PUBWEAK UsageFault_Handler + SECTION .text:CODE:NOROOT:REORDER(1) +UsageFault_Handler + B UsageFault_Handler + + PUBWEAK SVC_Handler + SECTION .text:CODE:NOROOT:REORDER(1) +SVC_Handler + B SVC_Handler + + PUBWEAK DebugMon_Handler + SECTION .text:CODE:NOROOT:REORDER(1) +DebugMon_Handler + B DebugMon_Handler + + PUBWEAK PendSV_Handler + SECTION .text:CODE:NOROOT:REORDER(1) +PendSV_Handler + B PendSV_Handler + + PUBWEAK SysTick_Handler + SECTION .text:CODE:NOROOT:REORDER(1) +SysTick_Handler + B SysTick_Handler + + PUBWEAK WWDG_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +WWDG_IRQHandler + B WWDG_IRQHandler + + PUBWEAK PVD_PVM_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +PVD_PVM_IRQHandler + B PVD_PVM_IRQHandler + + PUBWEAK TAMP_STAMP_LSECSS_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +TAMP_STAMP_LSECSS_IRQHandler + B TAMP_STAMP_LSECSS_IRQHandler + + PUBWEAK RTC_WKUP_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +RTC_WKUP_IRQHandler + B RTC_WKUP_IRQHandler + + PUBWEAK FLASH_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +FLASH_IRQHandler + B FLASH_IRQHandler + + PUBWEAK RCC_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +RCC_IRQHandler + B RCC_IRQHandler + + PUBWEAK EXTI0_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +EXTI0_IRQHandler + B EXTI0_IRQHandler + + PUBWEAK EXTI1_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +EXTI1_IRQHandler + B EXTI1_IRQHandler + + PUBWEAK EXTI2_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +EXTI2_IRQHandler + B EXTI2_IRQHandler + + PUBWEAK EXTI3_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +EXTI3_IRQHandler + B EXTI3_IRQHandler + + PUBWEAK EXTI4_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +EXTI4_IRQHandler + B EXTI4_IRQHandler + + PUBWEAK DMA1_Channel1_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +DMA1_Channel1_IRQHandler + B DMA1_Channel1_IRQHandler + + PUBWEAK DMA1_Channel2_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +DMA1_Channel2_IRQHandler + B DMA1_Channel2_IRQHandler + + PUBWEAK DMA1_Channel3_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +DMA1_Channel3_IRQHandler + B DMA1_Channel3_IRQHandler + + PUBWEAK DMA1_Channel4_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +DMA1_Channel4_IRQHandler + B DMA1_Channel4_IRQHandler + + PUBWEAK DMA1_Channel5_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +DMA1_Channel5_IRQHandler + B DMA1_Channel5_IRQHandler + + PUBWEAK DMA1_Channel6_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +DMA1_Channel6_IRQHandler + B DMA1_Channel6_IRQHandler + + PUBWEAK DMA1_Channel7_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +DMA1_Channel7_IRQHandler + B DMA1_Channel7_IRQHandler + + PUBWEAK ADC1_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +ADC1_IRQHandler + B ADC1_IRQHandler + + PUBWEAK USB_HP_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +USB_HP_IRQHandler + B USB_HP_IRQHandler + + PUBWEAK USB_LP_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +USB_LP_IRQHandler + B USB_LP_IRQHandler + + PUBWEAK C2SEV_PWR_C2H_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +C2SEV_PWR_C2H_IRQHandler + B C2SEV_PWR_C2H_IRQHandler + + PUBWEAK COMP_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +COMP_IRQHandler + B COMP_IRQHandler + + PUBWEAK EXTI9_5_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +EXTI9_5_IRQHandler + B EXTI9_5_IRQHandler + + PUBWEAK TIM1_BRK_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +TIM1_BRK_IRQHandler + B TIM1_BRK_IRQHandler + + PUBWEAK TIM1_UP_TIM16_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +TIM1_UP_TIM16_IRQHandler + B TIM1_UP_TIM16_IRQHandler + + PUBWEAK TIM1_TRG_COM_TIM17_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +TIM1_TRG_COM_TIM17_IRQHandler + B TIM1_TRG_COM_TIM17_IRQHandler + + PUBWEAK TIM1_CC_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +TIM1_CC_IRQHandler + B TIM1_CC_IRQHandler + + PUBWEAK TIM2_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +TIM2_IRQHandler + B TIM2_IRQHandler + + PUBWEAK PKA_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +PKA_IRQHandler + B PKA_IRQHandler + + PUBWEAK I2C1_EV_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +I2C1_EV_IRQHandler + B I2C1_EV_IRQHandler + + PUBWEAK I2C1_ER_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +I2C1_ER_IRQHandler + B I2C1_ER_IRQHandler + + PUBWEAK I2C3_EV_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +I2C3_EV_IRQHandler + B I2C3_EV_IRQHandler + + PUBWEAK I2C3_ER_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +I2C3_ER_IRQHandler + B I2C3_ER_IRQHandler + + PUBWEAK SPI1_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +SPI1_IRQHandler + B SPI1_IRQHandler + + PUBWEAK SPI2_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +SPI2_IRQHandler + B SPI2_IRQHandler + + PUBWEAK USART1_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +USART1_IRQHandler + B USART1_IRQHandler + + PUBWEAK LPUART1_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +LPUART1_IRQHandler + B LPUART1_IRQHandler + + PUBWEAK SAI1_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +SAI1_IRQHandler + B SAI1_IRQHandler + + PUBWEAK TSC_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +TSC_IRQHandler + B TSC_IRQHandler + + PUBWEAK EXTI15_10_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +EXTI15_10_IRQHandler + B EXTI15_10_IRQHandler + + PUBWEAK RTC_Alarm_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +RTC_Alarm_IRQHandler + B RTC_Alarm_IRQHandler + + PUBWEAK CRS_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +CRS_IRQHandler + B CRS_IRQHandler + + PUBWEAK PWR_SOTF_BLEACT_802ACT_RFPHASE_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +PWR_SOTF_BLEACT_802ACT_RFPHASE_IRQHandler + B PWR_SOTF_BLEACT_802ACT_RFPHASE_IRQHandler + + PUBWEAK IPCC_C1_RX_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +IPCC_C1_RX_IRQHandler + B IPCC_C1_RX_IRQHandler + + PUBWEAK IPCC_C1_TX_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +IPCC_C1_TX_IRQHandler + B IPCC_C1_TX_IRQHandler + + PUBWEAK HSEM_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +HSEM_IRQHandler + B HSEM_IRQHandler + + PUBWEAK LPTIM1_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +LPTIM1_IRQHandler + B LPTIM1_IRQHandler + + PUBWEAK LPTIM2_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +LPTIM2_IRQHandler + B LPTIM2_IRQHandler + + PUBWEAK LCD_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +LCD_IRQHandler + B LCD_IRQHandler + + PUBWEAK QUADSPI_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +QUADSPI_IRQHandler + B QUADSPI_IRQHandler + + PUBWEAK AES1_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +AES1_IRQHandler + B AES1_IRQHandler + + PUBWEAK AES2_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +AES2_IRQHandler + B AES2_IRQHandler + + PUBWEAK RNG_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +RNG_IRQHandler + B RNG_IRQHandler + + PUBWEAK FPU_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +FPU_IRQHandler + B FPU_IRQHandler + + PUBWEAK DMA2_Channel1_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +DMA2_Channel1_IRQHandler + B DMA2_Channel1_IRQHandler + + PUBWEAK DMA2_Channel2_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +DMA2_Channel2_IRQHandler + B DMA2_Channel2_IRQHandler + + PUBWEAK DMA2_Channel3_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +DMA2_Channel3_IRQHandler + B DMA2_Channel3_IRQHandler + + PUBWEAK DMA2_Channel4_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +DMA2_Channel4_IRQHandler + B DMA2_Channel4_IRQHandler + + PUBWEAK DMA2_Channel5_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +DMA2_Channel5_IRQHandler + B DMA2_Channel5_IRQHandler + + PUBWEAK DMA2_Channel6_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +DMA2_Channel6_IRQHandler + B DMA2_Channel6_IRQHandler + + PUBWEAK DMA2_Channel7_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +DMA2_Channel7_IRQHandler + B DMA2_Channel7_IRQHandler + + PUBWEAK DMAMUX1_OVR_IRQHandler + SECTION .text:CODE:NOROOT:REORDER(1) +DMAMUX1_OVR_IRQHandler + B DMAMUX1_OVR_IRQHandler + + END + diff --git a/EWARM/stm32wb55xx_flash_cm4.icf b/EWARM/stm32wb55xx_flash_cm4.icf new file mode 100644 index 0000000..96cbbb7 --- /dev/null +++ b/EWARM/stm32wb55xx_flash_cm4.icf @@ -0,0 +1,47 @@ +/*###ICF### Section handled by ICF editor, don't touch! ****/ +/*-Editor annotation file-*/ +/* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\cortex_v1_0.xml" */ +/*-Specials-*/ +define symbol __ICFEDIT_intvec_start__ = 0x08000000; +/*-Memory Regions-*/ +/***** FLASH Part dedicated to M4 *****/ +define symbol __ICFEDIT_region_ROM_start__ = 0x08000000; +define symbol __ICFEDIT_region_ROM_end__ = 0x0807FFFF; +define symbol __ICFEDIT_region_RAM_start__ = 0x20000008; +define symbol __ICFEDIT_region_RAM_end__ = 0x2002F000; + + /*0x2002FFFF---------------------------------------| + * | Emulation Flash | + * 0x2002F000-------------------------------------- | + * | Region_RAM | + * 0x20000004-------------------------------------- | + +/*-Sizes-*/ +define symbol __ICFEDIT_size_cstack__ = 0x1000; +define symbol __ICFEDIT_size_heap__ = 0x19000; +/**** End of ICF editor section. ###ICF###*/ + +define symbol __ICFEDIT_region_RAM_SHARED_start__ = 0x20030000; +define symbol __ICFEDIT_region_RAM_SHARED_end__ = 0x20031000; + +define memory mem with size = 4G; +define region ROM_region = mem:[from __ICFEDIT_region_ROM_start__ to __ICFEDIT_region_ROM_end__]; +define region RAM_region = mem:[from __ICFEDIT_region_RAM_start__ to __ICFEDIT_region_RAM_end__]; +define region RAM_SHARED_region = mem:[from __ICFEDIT_region_RAM_SHARED_start__ to __ICFEDIT_region_RAM_SHARED_end__]; + +define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; +define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { }; + +/* MB_MEM1 and MB_MEM2 are sections reserved to mailbox communication. It is placed in the shared memory */ +initialize by copy { readwrite }; +do not initialize { section .noinit, + section MAPPING_TABLE, + section MB_MEM1 }; + +place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec }; +place at address mem:__ICFEDIT_region_RAM_SHARED_start__ { section MAPPING_TABLE }; + +place in ROM_region { readonly }; +place in RAM_region { readwrite,block CSTACK, block HEAP }; +place in RAM_SHARED_region { section MB_MEM1}; +place in RAM_SHARED_region { section MB_MEM2}; diff --git a/MDK-ARM/EventRecorderStub.scvd b/MDK-ARM/EventRecorderStub.scvd new file mode 100644 index 0000000..2956b29 --- /dev/null +++ b/MDK-ARM/EventRecorderStub.scvd @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/MDK-ARM/RTE/_Zigbee_OnOff_Server_Coord/RTE_Components.h b/MDK-ARM/RTE/_Zigbee_OnOff_Server_Coord/RTE_Components.h new file mode 100644 index 0000000..d7bca9f --- /dev/null +++ b/MDK-ARM/RTE/_Zigbee_OnOff_Server_Coord/RTE_Components.h @@ -0,0 +1,14 @@ +/* + * UVISION generated file: DO NOT EDIT! + * Generated by: uVision version 5.41.0.0 + * + * Project: 'Zigbee_OnOff_Server_Coord' + * Target: 'Zigbee_OnOff_Server_Coord' + */ + +#ifndef RTE_COMPONENTS_H +#define RTE_COMPONENTS_H + + + +#endif /* RTE_COMPONENTS_H */ diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord.bak.uvguix.frima b/MDK-ARM/Zigbee_OnOff_Server_Coord.bak.uvguix.frima new file mode 100644 index 0000000..9da2ef3 --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord.bak.uvguix.frima @@ -0,0 +1,3689 @@ + + + + -6.1 + +
### uVision Project, (C) Keil Software
+ + + + + + + + System Viewer\GPIOE + 35905 + + 106 + + + + + + 38003 + Registers + 188 122 + + + 346 + Code Coverage + 1410 100 + + + 204 + Performance Analyzer + 472 235 235 444 + + + + + + 35141 + Event Statistics + + 250 50 1274 + + + 1506 + Symbols + + 106 106 106 + + + 1936 + Watch 1 + + 200 133 133 + + + 1937 + Watch 2 + + 200 133 133 + + + 1935 + Call Stack + Locals + + 200 133 133 + + + 2506 + Trace Data + + 75 135 130 95 70 230 200 150 + + + 466 + Source Browser + 500 + 300 + + + + + + + + 0 + 0 + 0 + 50 + 16 + + + + + + + 44 + 2 + 3 + + -1 + -1 + + + -1 + -1 + + + 158 + 247 + 1687 + 911 + + + + 0 + + 1018 + 0100000004000000010000000100000001000000010000000000000002000000000000000100000001000000000000002800000028000000010000000800000006000000010000003F453A5C50524F4A4543545C656D6265646465645C73746D3332776235355C4D444B2D41524D5C737461727475705F73746D33327762353578785F636D342E730000000019737461727475705F73746D33327762353578785F636D342E7300000000C5D4F200FFFFFFFF2D453A5C50524F4A4543545C656D6265646465645C73746D3332776235355C436F72655C5372635C6D61696E2E6300000000066D61696E2E6300000000FFDC7800FFFFFFFF2E453A5C50524F4A4543545C656D6265646465645C73746D3332776235355C4170705C6170705F636F6E6669672E68000000000C6170705F636F6E6669672E6800000000BECEA100FFFFFFFF39453A5C50524F4A4543545C656D6265646465645C73746D3332776235355C53544D33325F5750414E5C4170705C6170705F7A69676265652E63000000000C6170705F7A69676265652E6300000000F0A0A100FFFFFFFF28453A5C50524F4A4543545C656D6265646465645C73746D3332776235355C726561646D652E747874000000000A726561646D652E74787400000000BCA8E100FFFFFFFF6F433A5C55736572735C6672696D615C53544D3332437562655C5265706F7369746F72795C53544D3332437562655F46575F57425F56312E32332E305C447269766572735C4253505C502D4E55434C454F2D574235352E4E75636C656F5C73746D3332776278785F6E75636C656F2E63000000001273746D3332776278785F6E75636C656F2E63000000009CC1B600FFFFFFFF6F433A5C55736572735C6672696D615C53544D3332437562655C5265706F7369746F72795C53544D3332437562655F46575F57425F56312E32332E305C447269766572735C4253505C502D4E55434C454F2D574235352E4E75636C656F5C73746D3332776278785F6E75636C656F2E68000000001273746D3332776278785F6E75636C656F2E6800000000F7B88600FFFFFFFF73433A5C55736572735C6672696D615C53544D3332437562655C5265706F7369746F72795C53544D3332437562655F46575F57425F56312E32332E305C447269766572735C434D5349535C4465766963655C53545C53544D3332574278785C496E636C7564655C73746D33327762353578782E68000000000D73746D33327762353578782E6800000000D9ADC200FFFFFFFF0100000010000000C5D4F200FFDC7800BECEA100F0A0A100BCA8E1009CC1B600F7B88600D9ADC200A5C2D700B3A6BE00EAD6A300F6FA7D00B5E99D005FC3CF00C1838300CACAD5000100000000000000020000004401000066000000000A000095040000 + + + + 0 + Build + + -1 + -1 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 440100004F0000007007000013010000 + + + 16 + 4401000066000000700700002A010000 + + + + 1005 + 1005 + 1 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000660000003D01000065040000 + + + 16 + 0C010000230100004C02000034020000 + + + + 109 + 109 + 1 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000660000003D01000065040000 + + + 16 + 0C010000230100008802000037040000 + + + + 1465 + 1465 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000040300006D070000AC030000 + + + 16 + 0C01000023010000C4040000E7010000 + + + + 1466 + 1466 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000040300006D070000AC030000 + + + 16 + 0C01000023010000C4040000E7010000 + + + + 1467 + 1467 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000040300006D070000AC030000 + + + 16 + 0C01000023010000C4040000E7010000 + + + + 1468 + 1468 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000040300006D070000AC030000 + + + 16 + 0C01000023010000C4040000E7010000 + + + + 1506 + 1506 + 0 + 0 + 0 + 0 + 32767 + 0 + 16384 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 1913 + 1913 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 47010000660000006D070000FA000000 + + + 16 + 0C01000023010000C4040000E7010000 + + + + 1935 + 1935 + 0 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + 03000000040300006D070000AC030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 1936 + 1936 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000040300006D070000AC030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 1937 + 1937 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000040300006D070000AC030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 1939 + 1939 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000040300006D070000AC030000 + + + 16 + 0C01000023010000C4040000E7010000 + + + + 1940 + 1940 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000040300006D070000AC030000 + + + 16 + 0C01000023010000C4040000E7010000 + + + + 1941 + 1941 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000040300006D070000AC030000 + + + 16 + 0C01000023010000C4040000E7010000 + + + + 1942 + 1942 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000040300006D070000AC030000 + + + 16 + 0C01000023010000C4040000E7010000 + + + + 195 + 195 + 1 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000660000003D01000065040000 + + + 16 + 0C010000230100008802000037040000 + + + + 196 + 196 + 1 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000660000003D01000065040000 + + + 16 + 0C010000230100008802000037040000 + + + + 197 + 197 + 1 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + 0300000099040000FD0900002D050000 + + + 16 + 0C01000023010000C4040000E7010000 + + + + 198 + 198 + 0 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + 00000000ED02000070070000C5030000 + + + 16 + 0C01000023010000C4040000E7010000 + + + + 199 + 199 + 1 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 0300000099040000FD0900002D050000 + + + 16 + 0C01000023010000C4040000E7010000 + + + + 203 + 203 + 0 + 0 + 0 + 0 + 32767 + 0 + 8192 + 0 + + 16 + 47010000660000006D070000FA000000 + + + 16 + 0C01000023010000C4040000E7010000 + + + + 204 + 204 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 47010000660000006D070000FA000000 + + + 16 + 0C01000023010000C4040000E7010000 + + + + 221 + 221 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 00000000000000000000000000000000 + + + 16 + 0A0000000A0000006E0000006E000000 + + + + 2506 + 2506 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 2507 + 2507 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000040300006D070000AC030000 + + + 16 + 0C01000023010000C4040000E7010000 + + + + 343 + 343 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 47010000660000006D070000FA000000 + + + 16 + 0C01000023010000C4040000E7010000 + + + + 346 + 346 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 47010000660000006D070000FA000000 + + + 16 + 0C01000023010000C4040000E7010000 + + + + 35141 + 35141 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 47010000660000006D070000FA000000 + + + 16 + 0C010000230100004C02000034020000 + + + + 35824 + 35824 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 47010000660000006D070000FA000000 + + + 16 + 0C01000023010000C4040000E7010000 + + + + 35885 + 35885 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 35886 + 35886 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 35887 + 35887 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 35888 + 35888 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 35889 + 35889 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 35890 + 35890 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 35891 + 35891 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 35892 + 35892 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 35893 + 35893 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 35894 + 35894 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 35895 + 35895 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 35896 + 35896 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 35897 + 35897 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 35898 + 35898 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 35899 + 35899 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 35900 + 35900 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 35901 + 35901 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 35902 + 35902 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 35903 + 35903 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 35904 + 35904 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 35905 + 35905 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 38003 + 38003 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000660000003D01000065040000 + + + 16 + 0C010000230100008802000037040000 + + + + 38007 + 38007 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 0300000099040000FD0900002D050000 + + + 16 + 0C01000023010000C4040000E7010000 + + + + 436 + 436 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 0300000099040000FD0900002D050000 + + + 16 + 0C010000230100008802000037040000 + + + + 437 + 437 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000040300006D070000AC030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 440 + 440 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000040300006D070000AC030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 463 + 463 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 0300000099040000FD0900002D050000 + + + 16 + 0C010000230100008802000037040000 + + + + 466 + 466 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 0300000099040000FD0900002D050000 + + + 16 + 0C010000230100008802000037040000 + + + + 470 + 470 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 47010000660000006D070000FA000000 + + + 16 + 0C01000023010000C4040000E7010000 + + + + 50000 + 50000 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 50001 + 50001 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 50002 + 50002 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 50003 + 50003 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 50004 + 50004 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 50005 + 50005 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 50006 + 50006 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 50007 + 50007 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 50008 + 50008 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 50009 + 50009 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 50010 + 50010 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 50011 + 50011 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 50012 + 50012 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 50013 + 50013 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 50014 + 50014 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 50015 + 50015 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 50016 + 50016 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 50017 + 50017 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 50018 + 50018 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 50019 + 50019 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 0C010000230100004C02000034020000 + + + + 59392 + 59392 + 1 + 0 + 0 + 0 + 966 + 0 + 8192 + 0 + + 16 + 0000000000000000D10300001C000000 + + + 16 + 0A0000000A0000006E0000006E000000 + + + + 59393 + 0 + 1 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 0000000046050000000A000059050000 + + + 16 + 0A0000000A0000006E0000006E000000 + + + + 59399 + 59399 + 1 + 0 + 0 + 0 + 476 + 0 + 8192 + 1 + + 16 + 000000001C000000E701000038000000 + + + 16 + 0A0000000A0000006E0000006E000000 + + + + 59400 + 59400 + 0 + 0 + 0 + 0 + 612 + 0 + 8192 + 2 + + 16 + 00000000380000006F02000054000000 + + + 16 + 0A0000000A0000006E0000006E000000 + + + + 824 + 824 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000040300006D070000AC030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 3312 + 000000000B000000000000000020000000000000FFFFFFFFFFFFFFFF44010000130100007007000017010000000000000100000004000000010000000000000000000000FFFFFFFF08000000CB00000057010000CC000000F08B00005A01000079070000D601000045890000FFFF02000B004354616262656450616E6500200000000000004401000066000000700700002A010000440100004F00000070070000130100000000000040280046080000000B446973617373656D626C7900000000CB00000001000000FFFFFFFFFFFFFFFF14506572666F726D616E636520416E616C797A6572000000005701000001000000FFFFFFFFFFFFFFFF14506572666F726D616E636520416E616C797A657200000000CC00000001000000FFFFFFFFFFFFFFFF0E4C6F67696320416E616C797A657200000000F08B000001000000FFFFFFFFFFFFFFFF0D436F646520436F766572616765000000005A01000001000000FFFFFFFFFFFFFFFF11496E737472756374696F6E205472616365000000007907000001000000FFFFFFFFFFFFFFFF0F53797374656D20416E616C797A657200000000D601000001000000FFFFFFFFFFFFFFFF104576656E742053746174697374696373000000004589000001000000FFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000000000000000000001000000FFFFFFFFCB00000001000000FFFFFFFFCB000000000000000040000000000000FFFFFFFFFFFFFFFF2C0600004F00000030060000FD020000000000000200000004000000010000000000000000000000FFFFFFFF2B000000E2050000CA0900002D8C00002E8C00002F8C0000308C0000318C0000328C0000338C0000348C0000358C0000368C0000378C0000388C0000398C00003A8C00003B8C00003C8C00003D8C00003E8C00003F8C0000408C0000418C000050C3000051C3000052C3000053C3000054C3000055C3000056C3000057C3000058C3000059C300005AC300005BC300005CC300005DC300005EC300005FC3000060C3000061C3000062C3000063C300000180004000000000000030060000660000007007000014030000300600004F00000070070000FD02000000000000404100462B0000000753796D626F6C7300000000E205000001000000FFFFFFFFFFFFFFFF0A5472616365204461746100000000CA09000001000000FFFFFFFFFFFFFFFF00000000002D8C000001000000FFFFFFFFFFFFFFFF00000000002E8C000001000000FFFFFFFFFFFFFFFF00000000002F8C000001000000FFFFFFFFFFFFFFFF0000000000308C000001000000FFFFFFFFFFFFFFFF0000000000318C000001000000FFFFFFFFFFFFFFFF0000000000328C000001000000FFFFFFFFFFFFFFFF0000000000338C000001000000FFFFFFFFFFFFFFFF0000000000348C000001000000FFFFFFFFFFFFFFFF0000000000358C000001000000FFFFFFFFFFFFFFFF0000000000368C000001000000FFFFFFFFFFFFFFFF0000000000378C000001000000FFFFFFFFFFFFFFFF0000000000388C000001000000FFFFFFFFFFFFFFFF0000000000398C000001000000FFFFFFFFFFFFFFFF00000000003A8C000001000000FFFFFFFFFFFFFFFF00000000003B8C000001000000FFFFFFFFFFFFFFFF00000000003C8C000001000000FFFFFFFFFFFFFFFF00000000003D8C000001000000FFFFFFFFFFFFFFFF00000000003E8C000001000000FFFFFFFFFFFFFFFF00000000003F8C000001000000FFFFFFFFFFFFFFFF0000000000408C000001000000FFFFFFFFFFFFFFFF0000000000418C000001000000FFFFFFFFFFFFFFFF000000000050C3000001000000FFFFFFFFFFFFFFFF000000000051C3000001000000FFFFFFFFFFFFFFFF000000000052C3000001000000FFFFFFFFFFFFFFFF000000000053C3000001000000FFFFFFFFFFFFFFFF000000000054C3000001000000FFFFFFFFFFFFFFFF000000000055C3000001000000FFFFFFFFFFFFFFFF000000000056C3000001000000FFFFFFFFFFFFFFFF000000000057C3000001000000FFFFFFFFFFFFFFFF000000000058C3000001000000FFFFFFFFFFFFFFFF000000000059C3000001000000FFFFFFFFFFFFFFFF00000000005AC3000001000000FFFFFFFFFFFFFFFF00000000005BC3000001000000FFFFFFFFFFFFFFFF00000000005CC3000001000000FFFFFFFFFFFFFFFF00000000005DC3000001000000FFFFFFFFFFFFFFFF00000000005EC3000001000000FFFFFFFFFFFFFFFF00000000005FC3000001000000FFFFFFFFFFFFFFFF000000000060C3000001000000FFFFFFFFFFFFFFFF000000000061C3000001000000FFFFFFFFFFFFFFFF000000000062C3000001000000FFFFFFFFFFFFFFFF000000000063C3000001000000FFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000000000000000000001000000FFFFFFFFE205000001000000FFFFFFFFE2050000000000000010000001000000FFFFFFFFFFFFFFFF400100004F000000440100007E040000010000000200001004000000010000000000000000000000FFFFFFFF05000000ED0300006D000000C3000000C4000000739400000180001000000100000000000000660000004001000095040000000000004F000000400100007E0400000000000040410056050000000750726F6A65637401000000ED03000001000000FFFFFFFFFFFFFFFF05426F6F6B73010000006D00000001000000FFFFFFFFFFFFFFFF0946756E6374696F6E7301000000C300000001000000FFFFFFFFFFFFFFFF0954656D706C6174657301000000C400000001000000FFFFFFFFFFFFFFFF09526567697374657273000000007394000001000000FFFFFFFFFFFFFFFF00000000000000000000000000000000000000000000000001000000FFFFFFFFED03000001000000FFFFFFFFED030000000000000080000000000000FFFFFFFFFFFFFFFF00000000E902000070070000ED02000000000000010000000400000001000000000000000000000000000000000000000000000001000000C6000000FFFFFFFF0F0000008F070000930700009407000095070000960700009007000091070000B5010000B801000038030000B9050000BA050000BB050000BC050000CB09000001800080000000000000000000000403000070070000DC03000000000000ED02000070070000C503000000000000404100460F0000001343616C6C20537461636B202B204C6F63616C73000000008F07000001000000FFFFFFFFFFFFFFFF0755415254202331000000009307000001000000FFFFFFFFFFFFFFFF0755415254202332000000009407000001000000FFFFFFFFFFFFFFFF0755415254202333000000009507000001000000FFFFFFFFFFFFFFFF15446562756720287072696E74662920566965776572000000009607000001000000FFFFFFFFFFFFFFFF0757617463682031000000009007000001000000FFFFFFFFFFFFFFFF0757617463682032000000009107000001000000FFFFFFFFFFFFFFFF10547261636520457863657074696F6E7300000000B501000001000000FFFFFFFFFFFFFFFF0E4576656E7420436F756E7465727300000000B801000001000000FFFFFFFFFFFFFFFF09554C494E4B706C7573000000003803000001000000FFFFFFFFFFFFFFFF084D656D6F7279203100000000B905000001000000FFFFFFFFFFFFFFFF084D656D6F7279203200000000BA05000001000000FFFFFFFFFFFFFFFF084D656D6F7279203300000000BB05000001000000FFFFFFFFFFFFFFFF084D656D6F7279203400000000BC05000001000000FFFFFFFFFFFFFFFF105472616365204E617669676174696F6E00000000CB09000001000000FFFFFFFFFFFFFFFFFFFFFFFF0000000001000000000000000000000001000000FFFFFFFFB8030000ED020000BC030000C503000000000000020000000400000000000000000000000000000000000000000000000000000002000000C6000000FFFFFFFF8F07000001000000FFFFFFFF8F07000001000000C6000000000000000080000001000000FFFFFFFFFFFFFFFF000000007E040000000A000082040000010000000100001004000000010000000000000000000000FFFFFFFF06000000C5000000C7000000B4010000D2010000CF01000077940000018000800000010000000000000099040000000A00005D0500000000000082040000000A0000460500000000000040820056060000000C4275696C64204F757470757401000000C500000001000000FFFFFFFFFFFFFFFF0D46696E6420496E2046696C657301000000C700000001000000FFFFFFFFFFFFFFFF0A4572726F72204C69737400000000B401000001000000FFFFFFFFFFFFFFFF0E536F757263652042726F7773657200000000D201000001000000FFFFFFFFFFFFFFFF0E416C6C205265666572656E63657300000000CF01000001000000FFFFFFFFFFFFFFFF0742726F77736572000000007794000001000000FFFFFFFFFFFFFFFF01000000000000000000000000000000000000000000000001000000FFFFFFFFC500000001000000FFFFFFFFC5000000000000000000000000000000 + + + 59392 + File + + 2707 + 00200000010000002800FFFF01001100434D4643546F6F6C426172427574746F6E00E100000000000000000000000000000000000000000000000100000001000000018001E100000000000001000000000000000000000000000000000100000001000000018003E1000000000000020000000000000000000000000000000001000000010000000180CD7F0000000000000300000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018023E100000000040004000000000000000000000000000000000100000001000000018022E100000000040005000000000000000000000000000000000100000001000000018025E10000000000000600000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001802BE10000000000000700000000000000000000000000000000010000000100000001802CE10000000004000800000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001807A8A0000000000000900000000000000000000000000000000010000000100000001807B8A0000000000000A00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180D3B00000000000000B000000000000000000000000000000000100000001000000018015B10000000004000C0000000000000000000000000000000001000000010000000180F4B00000000004000D000000000000000000000000000000000100000001000000018036B10000000004000E00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FF88000000000400460000000000000000000000000000000001000000010000000180FE880000000004004500000000000000000000000000000000010000000100000001800B810000000004001300000000000000000000000000000000010000000100000001800C810000000004001400000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180F0880000020000000F000000000000000000000000000000000100000001000000FFFF0100120043555646696E64436F6D626F427574746F6EE8030000000000000000000000000000000000000000000000010000000100000096000000020020500000000006627574746F6E960000000000000009000A45585449315F4952516E06627574746F6E000F4150505F524F4C455F4D415354455204726F6C650E4150505F524F4C455F534C415645104150505F524F4C455F44454641554C54194150505F524F4C455F4445544543545F4750494F5F504F52541D4150505F524F4C455F4445544543545F4D41535445525F4C4556454C20000000000000000000000000000000000000000000000000000000000000000000000000018024E10000000000001100000000000000000000000000000000010000000100000001800A810000000000001200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6E2280000002000000150000002153746172742F53746F70202644656275672053657373696F6E094374726C2B46350000000000000000000000000100000001000000000000000000000001000000020021802280000000000000150000002153746172742F53746F70202644656275672053657373696F6E094374726C2B4635000000000000000000000000010000000100000000000000000000000100000000002180E0010000000000007500000021456E65726779204D6561737572656D656E742026776974686F75742044656275670000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C488000000000400160000000000000000000000000000000001000000010000000180C988000000000400180000000000000000000000000000000001000000010000000180C788000000000000190000000000000000000000000000000001000000010000002180C8880000000000001700000027264B696C6C20416C6C20427265616B706F696E747320696E2043757272656E7420546172676574000000000000000000000000010000000100000000000000000000000100000003002180C8880000000000001700000027264B696C6C20416C6C20427265616B706F696E747320696E2043757272656E7420546172676574000000000000000000000000010000000100000000000000000000000100000000002180E50100000000000078000000264B696C6C20416C6C20427265616B706F696E747320696E204163746976652050726F6A656374000000000000000000000000010000000100000000000000000000000100000000002180E601000000000000790000002F4B696C6C20416C6C20427265616B706F696E747320696E204D756C74692D50726F6A65637420576F726B73706163650000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000021804C010000020001001A0000000F2650726F6A6563742057696E646F77000000000000000000000000010000000100000000000000000000000100000008002180DD880000000000001A0000000750726F6A656374000000000000000000000000010000000100000000000000000000000100000000002180DC8B0000000000003A00000005426F6F6B73000000000000000000000000010000000100000000000000000000000100000000002180E18B0000000000003B0000000946756E6374696F6E73000000000000000000000000010000000100000000000000000000000100000000002180E28B000000000000400000000954656D706C6174657300000000000000000000000001000000010000000000000000000000010000000000218018890000000000003D0000000E536F757263652042726F777365720000000000000000000000000100000001000000000000000000000001000000000021800000000000000400FFFFFFFF00000000000000000001000000000000000100000000000000000000000100000000002180D988000000000000390000000C4275696C64204F7574707574000000000000000000000000010000000100000000000000000000000100000000002180E38B000000000000410000000B46696E64204F75747075740000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FB7F0000000000001B000000000000000000000000000000000100000001000000000000000446696C65C6030000 + + + 1423 + 2800FFFF01001100434D4643546F6F6C426172427574746F6E00E1000000000000FFFFFFFF000100000000000000010000000000000001000000018001E1000000000000FFFFFFFF000100000000000000010000000000000001000000018003E1000000000000FFFFFFFF0001000000000000000100000000000000010000000180CD7F000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF000000000000000000010000000000000001000000018023E1000000000000FFFFFFFF000100000000000000010000000000000001000000018022E1000000000000FFFFFFFF000100000000000000010000000000000001000000018025E1000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001802BE1000000000000FFFFFFFF00010000000000000001000000000000000100000001802CE1000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001807A8A000000000000FFFFFFFF00010000000000000001000000000000000100000001807B8A000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180D3B0000000000000FFFFFFFF000100000000000000010000000000000001000000018015B1000000000000FFFFFFFF0001000000000000000100000000000000010000000180F4B0000000000000FFFFFFFF000100000000000000010000000000000001000000018036B1000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180FF88000000000000FFFFFFFF0001000000000000000100000000000000010000000180FE88000000000000FFFFFFFF00010000000000000001000000000000000100000001800B81000000000000FFFFFFFF00010000000000000001000000000000000100000001800C81000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180F088000000000000FFFFFFFF0001000000000000000100000000000000010000000180EE7F000000000000FFFFFFFF000100000000000000010000000000000001000000018024E1000000000000FFFFFFFF00010000000000000001000000000000000100000001800A81000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001802280000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180C488000000000000FFFFFFFF0001000000000000000100000000000000010000000180C988000000000000FFFFFFFF0001000000000000000100000000000000010000000180C788000000000000FFFFFFFF0001000000000000000100000000000000010000000180C888000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180DD88000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180FB7F000000000000FFFFFFFF000100000000000000010000000000000001000000 + + + 1423 + 2800FFFF01001100434D4643546F6F6C426172427574746F6E00E100000000000000000000000000000000000000000000000100000001000000018001E100000000000001000000000000000000000000000000000100000001000000018003E1000000000000020000000000000000000000000000000001000000010000000180CD7F0000000000000300000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018023E100000000000004000000000000000000000000000000000100000001000000018022E100000000000005000000000000000000000000000000000100000001000000018025E10000000000000600000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001802BE10000000000000700000000000000000000000000000000010000000100000001802CE10000000000000800000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001807A8A0000000000000900000000000000000000000000000000010000000100000001807B8A0000000000000A00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180D3B00000000000000B000000000000000000000000000000000100000001000000018015B10000000000000C0000000000000000000000000000000001000000010000000180F4B00000000000000D000000000000000000000000000000000100000001000000018036B10000000000000E00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FF880000000000000F0000000000000000000000000000000001000000010000000180FE880000000000001000000000000000000000000000000000010000000100000001800B810000000000001100000000000000000000000000000000010000000100000001800C810000000000001200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180F088000000000000130000000000000000000000000000000001000000010000000180EE7F00000000000014000000000000000000000000000000000100000001000000018024E10000000000001500000000000000000000000000000000010000000100000001800A810000000000001600000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018022800000000000001700000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C488000000000000180000000000000000000000000000000001000000010000000180C988000000000000190000000000000000000000000000000001000000010000000180C7880000000000001A0000000000000000000000000000000001000000010000000180C8880000000000001B00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180DD880000000000001C00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FB7F0000000000001D000000000000000000000000000000000100000001000000 + + + + 59399 + Build + + 1010 + 00200000010000001000FFFF01001100434D4643546F6F6C426172427574746F6ECF7F0000000004001C0000000000000000000000000000000001000000010000000180D07F0000000000001D000000000000000000000000000000000100000001000000018030800000000000001E000000000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6EC7040000000000006A0000000C4261746368204275696C2664000000000000000000000000010000000100000000000000000000000100000004000580C7040000000000006A0000000C4261746368204275696C266400000000000000000000000001000000010000000000000000000000010000000000058046070000000000006B0000000D42617463682052656275696C640000000000000000000000000100000001000000000000000000000001000000000005804707000000000000FFFFFFFF0B426174636820436C65616E0100000000000000010000000000000001000000000000000000000001000000000005809E8A0000000000001F0000000F4261746326682053657475702E2E2E000000000000000000000000010000000100000000000000000000000100000000000180D17F0000000004002000000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001804C8A0000000000002100000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000FFFF01001900434D4643546F6F6C426172436F6D626F426F78427574746F6EBA0000000000000000000000000000000000000000000000000100000001000000960000000300205000000000195A69676265655F4F6E4F66665F5365727665725F436F6F726496000000000000000100195A69676265655F4F6E4F66665F5365727665725F436F6F7264000000000180EB880000000000002200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C07F000000000000230000000000000000000000000000000001000000010000000180B08A000000000400240000000000000000000000000000000001000000010000000180A8010000000000004E00000000000000000000000000000000010000000100000001807202000000000000530000000000000000000000000000000001000000010000000180BE010000000000005000000000000000000000000000000000010000000100000000000000054275696C64DC010000 + + + 583 + 1000FFFF01001100434D4643546F6F6C426172427574746F6ECF7F000000000000FFFFFFFF0001000000000000000100000000000000010000000180D07F000000000000FFFFFFFF00010000000000000001000000000000000100000001803080000000000000FFFFFFFF00010000000000000001000000000000000100000001809E8A000000000000FFFFFFFF0001000000000000000100000000000000010000000180D17F000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001804C8A000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001806680000000000000FFFFFFFF0001000000000000000100000000000000010000000180EB88000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180C07F000000000000FFFFFFFF0001000000000000000100000000000000010000000180B08A000000000000FFFFFFFF0001000000000000000100000000000000010000000180A801000000000000FFFFFFFF00010000000000000001000000000000000100000001807202000000000000FFFFFFFF0001000000000000000100000000000000010000000180BE01000000000000FFFFFFFF000100000000000000010000000000000001000000 + + + 583 + 1000FFFF01001100434D4643546F6F6C426172427574746F6ECF7F000000000000000000000000000000000000000000000001000000010000000180D07F00000000000001000000000000000000000000000000000100000001000000018030800000000000000200000000000000000000000000000000010000000100000001809E8A000000000000030000000000000000000000000000000001000000010000000180D17F0000000000000400000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001804C8A0000000000000500000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001806680000000000000060000000000000000000000000000000001000000010000000180EB880000000000000700000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C07F000000000000080000000000000000000000000000000001000000010000000180B08A000000000000090000000000000000000000000000000001000000010000000180A8010000000000000A000000000000000000000000000000000100000001000000018072020000000000000B0000000000000000000000000000000001000000010000000180BE010000000000000C000000000000000000000000000000000100000001000000 + + + + 59400 + Debug + + 2373 + 00200000000000001900FFFF01001100434D4643546F6F6C426172427574746F6ECC880000000000002500000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018017800000000000002600000000000000000000000000000000010000000100000001801D800000000000002700000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001801A800000000000002800000000000000000000000000000000010000000100000001801B80000000000000290000000000000000000000000000000001000000010000000180E57F0000000000002A00000000000000000000000000000000010000000100000001801C800000000000002B00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018000890000000000002C00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180E48B0000000000002D0000000000000000000000000000000001000000010000000180F07F0000000000002E0000000000000000000000000000000001000000010000000180E8880000000000003700000000000000000000000000000000010000000100000001803B010000000000002F0000000000000000000000000000000001000000010000000180BB8A00000000000030000000000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6E0E01000000000000310000000D57617463682057696E646F7773000000000000000000000000010000000100000000000000000000000100000003001380D88B00000000000031000000085761746368202631000000000000000000000000010000000100000000000000000000000100000000001380D98B00000000000031000000085761746368202632000000000000000000000000010000000100000000000000000000000100000000001380CE01000000000000FFFFFFFF0C576174636820416E63686F720100000000000000010000000000000001000000000000000000000001000000000013800F01000000000000320000000E4D656D6F72792057696E646F7773000000000000000000000000010000000100000000000000000000000100000004001380D28B00000000000032000000094D656D6F7279202631000000000000000000000000010000000100000000000000000000000100000000001380D38B00000000000032000000094D656D6F7279202632000000000000000000000000010000000100000000000000000000000100000000001380D48B00000000000032000000094D656D6F7279202633000000000000000000000000010000000100000000000000000000000100000000001380D58B00000000000032000000094D656D6F72792026340000000000000000000000000100000001000000000000000000000001000000000013801001000000000000330000000E53657269616C2057696E646F77730000000000000000000000000100000001000000000000000000000001000000040013809307000000000000330000000855415254202326310000000000000000000000000100000001000000000000000000000001000000000013809407000000000000330000000855415254202326320000000000000000000000000100000001000000000000000000000001000000000013809507000000000000330000000855415254202326330000000000000000000000000100000001000000000000000000000001000000000013809607000000000000330000001626446562756720287072696E746629205669657765720000000000000000000000000100000001000000000000000000000001000000000013803C010000000000007200000010416E616C797369732057696E646F7773000000000000000000000000010000000100000000000000000000000100000004001380658A000000000000340000000F264C6F67696320416E616C797A6572000000000000000000000000010000000100000000000000000000000100000000001380DC7F0000000000003E0000001526506572666F726D616E636520416E616C797A6572000000000000000000000000010000000100000000000000000000000100000000001380E788000000000000380000000E26436F646520436F766572616765000000000000000000000000010000000100000000000000000000000100000000001380CD01000000000000FFFFFFFF0F416E616C7973697320416E63686F7201000000000000000100000000000000010000000000000000000000010000000000138053010000000000003F0000000D54726163652057696E646F77730000000000000000000000000100000001000000000000000000000001000000010013805401000000000000FFFFFFFF115472616365204D656E7520416E63686F720100000000000000010000000000000001000000000000000000000001000000000013802901000000000000350000001553797374656D205669657765722057696E646F77730000000000000000000000000100000001000000000000000000000001000000010013804B01000000000000FFFFFFFF1453797374656D2056696577657220416E63686F720100000000000000010000000000000001000000000000000000000001000000000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000013800189000000000000360000000F26546F6F6C626F782057696E646F7700000000000000000000000001000000010000000000000000000000010000000300138044C5000000000000FFFFFFFF0E5570646174652057696E646F77730100000000000000010000000000000001000000000000000000000001000000000013800000000000000400FFFFFFFF000000000000000000010000000000000001000000000000000000000001000000000013805B01000000000000FFFFFFFF12546F6F6C626F78204D656E75416E63686F72010000000000000001000000000000000100000000000000000000000100000000000000000005446562756764020000 + + + 898 + 1900FFFF01001100434D4643546F6F6C426172427574746F6ECC88000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001801780000000000000FFFFFFFF00010000000000000001000000000000000100000001801D80000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001801A80000000000000FFFFFFFF00010000000000000001000000000000000100000001801B80000000000000FFFFFFFF0001000000000000000100000000000000010000000180E57F000000000000FFFFFFFF00010000000000000001000000000000000100000001801C80000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001800089000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180E48B000000000000FFFFFFFF0001000000000000000100000000000000010000000180F07F000000000000FFFFFFFF0001000000000000000100000000000000010000000180E888000000000000FFFFFFFF00010000000000000001000000000000000100000001803B01000000000000FFFFFFFF0001000000000000000100000000000000010000000180BB8A000000000000FFFFFFFF0001000000000000000100000000000000010000000180D88B000000000000FFFFFFFF0001000000000000000100000000000000010000000180D28B000000000000FFFFFFFF00010000000000000001000000000000000100000001809307000000000000FFFFFFFF0001000000000000000100000000000000010000000180658A000000000000FFFFFFFF0001000000000000000100000000000000010000000180C18A000000000000FFFFFFFF0001000000000000000100000000000000010000000180EE8B000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001800189000000000000FFFFFFFF000100000000000000010000000000000001000000 + + + 898 + 1900FFFF01001100434D4643546F6F6C426172427574746F6ECC880000000000000000000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018017800000000000000100000000000000000000000000000000010000000100000001801D800000000000000200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001801A800000000000000300000000000000000000000000000000010000000100000001801B80000000000000040000000000000000000000000000000001000000010000000180E57F0000000000000500000000000000000000000000000000010000000100000001801C800000000000000600000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018000890000000000000700000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180E48B000000000000080000000000000000000000000000000001000000010000000180F07F000000000000090000000000000000000000000000000001000000010000000180E8880000000000000A00000000000000000000000000000000010000000100000001803B010000000000000B0000000000000000000000000000000001000000010000000180BB8A0000000000000C0000000000000000000000000000000001000000010000000180D88B0000000000000D0000000000000000000000000000000001000000010000000180D28B0000000000000E000000000000000000000000000000000100000001000000018093070000000000000F0000000000000000000000000000000001000000010000000180658A000000000000100000000000000000000000000000000001000000010000000180C18A000000000000110000000000000000000000000000000001000000010000000180EE8B0000000000001200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180018900000000000013000000000000000000000000000000000100000001000000 + + + + 0 + 2560 + 1440 + + + + 1 + Debug + + -1 + -1 + 1 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 440100004F000000B806000013010000 + + + 16 + 4401000066000000B80600002A010000 + + + + 1005 + 1005 + 1 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000660000003D01000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 109 + 109 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000660000003D01000089030000 + + + 16 + 0C010000230100008802000037040000 + + + + 1465 + 1465 + 1 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + F807000066000000FD0900002D050000 + + + 16 + E1080000CD020000950C0000A5030000 + + + + 1466 + 1466 + 0 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + F807000066000000FD0900002D050000 + + + 16 + E1080000CD020000950C0000A5030000 + + + + 1467 + 1467 + 0 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + F807000066000000FD0900002D050000 + + + 16 + E1080000CD020000950C0000A5030000 + + + + 1468 + 1468 + 0 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + F807000066000000FD0900002D050000 + + + 16 + E1080000CD020000950C0000A5030000 + + + + 1506 + 1506 + 0 + 0 + 0 + 0 + 32767 + 0 + 16384 + 0 + + 16 + BF06000066000000EE07000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 1913 + 1913 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 4701000066000000B5060000FA000000 + + + 16 + 0C01000023010000C4040000E7010000 + + + + 1935 + 1935 + 1 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + F807000066000000FD0900002D050000 + + + 16 + E1080000CD020000950C0000A5030000 + + + + 1936 + 1936 + 1 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + F807000066000000FD0900002D050000 + + + 16 + E1080000CD020000950C0000A5030000 + + + + 1937 + 1937 + 0 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + F807000066000000FD0900002D050000 + + + 16 + E1080000CD020000950C0000A5030000 + + + + 1939 + 1939 + 0 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + F807000066000000FD0900002D050000 + + + 16 + E1080000CD020000950C0000A5030000 + + + + 1940 + 1940 + 0 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + F807000066000000FD0900002D050000 + + + 16 + E1080000CD020000950C0000A5030000 + + + + 1941 + 1941 + 0 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + F807000066000000FD0900002D050000 + + + 16 + E1080000CD020000950C0000A5030000 + + + + 1942 + 1942 + 0 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + F807000066000000FD0900002D050000 + + + 16 + E1080000CD020000950C0000A5030000 + + + + 195 + 195 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000660000003D01000089030000 + + + 16 + 0C010000230100008802000037040000 + + + + 196 + 196 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000660000003D01000089030000 + + + 16 + 0C010000230100008802000037040000 + + + + 197 + 197 + 0 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + 0300000099040000EE0700002D050000 + + + 16 + 0C01000023010000C4040000E7010000 + + + + 198 + 198 + 1 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + 00000000A6030000F10700007E040000 + + + 16 + 0C01000023010000C4040000E7010000 + + + + 199 + 199 + 1 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 0000000096040000F107000046050000 + + + 16 + 0C01000023010000C4040000E7010000 + + + + 203 + 203 + 1 + 0 + 0 + 0 + 32767 + 0 + 8192 + 0 + + 16 + 4401000063000000B806000013010000 + + + 16 + 0C01000023010000C4040000E7010000 + + + + 204 + 204 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 4701000066000000B5060000FA000000 + + + 16 + 0C01000023010000C4040000E7010000 + + + + 221 + 221 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 00000000000000000000000000000000 + + + 16 + 0A0000000A0000006E0000006E000000 + + + + 2506 + 2506 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + BF06000066000000EE07000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 2507 + 2507 + 0 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + F807000066000000FD0900002D050000 + + + 16 + E1080000CD020000950C0000A5030000 + + + + 343 + 343 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 4701000066000000B5060000FA000000 + + + 16 + 0C01000023010000C4040000E7010000 + + + + 346 + 346 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 4701000066000000B5060000FA000000 + + + 16 + 0C01000023010000C4040000E7010000 + + + + 35141 + 35141 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 4701000066000000B5060000FA000000 + + + 16 + 0C010000230100004C02000034020000 + + + + 35824 + 35824 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 4701000066000000B5060000FA000000 + + + 16 + 0C01000023010000C4040000E7010000 + + + + 35885 + 35885 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + BF06000066000000EE07000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 35886 + 35886 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + BF06000066000000EE07000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 35887 + 35887 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + BF06000066000000EE07000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 35888 + 35888 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + BF06000066000000EE07000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 35889 + 35889 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + BF06000066000000EE07000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 35890 + 35890 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + BF06000066000000EE07000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 35891 + 35891 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + BF06000066000000EE07000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 35892 + 35892 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + BF06000066000000EE07000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 35893 + 35893 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + BF06000066000000EE07000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 35894 + 35894 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + BF06000066000000EE07000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 35895 + 35895 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + BF06000066000000EE07000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 35896 + 35896 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + BF06000066000000EE07000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 35897 + 35897 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + BF06000066000000EE07000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 35898 + 35898 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + BF06000066000000EE07000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 35899 + 35899 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + BF06000066000000EE07000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 35900 + 35900 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + BF06000066000000EE07000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 35901 + 35901 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + BF06000066000000EE07000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 35902 + 35902 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + BF06000066000000EE07000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 35903 + 35903 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + BF06000066000000EE07000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 35904 + 35904 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + BF06000066000000EE07000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 35905 + 35905 + 1 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + BC06000063000000F1070000A2030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 38003 + 38003 + 1 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000660000003D01000089030000 + + + 16 + 0C010000230100008802000037040000 + + + + 38007 + 38007 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 0300000099040000EE0700002D050000 + + + 16 + 0C01000023010000C4040000E7010000 + + + + 436 + 436 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 0300000099040000EE0700002D050000 + + + 16 + 0C010000230100008802000037040000 + + + + 437 + 437 + 0 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + F807000066000000FD0900002D050000 + + + 16 + E1080000CD020000950C0000A5030000 + + + + 440 + 440 + 0 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + F807000066000000FD0900002D050000 + + + 16 + E1080000CD020000950C0000A5030000 + + + + 463 + 463 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 0300000099040000EE0700002D050000 + + + 16 + 0C010000230100008802000037040000 + + + + 466 + 466 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 0300000099040000EE0700002D050000 + + + 16 + 0C010000230100008802000037040000 + + + + 470 + 470 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 4701000066000000B5060000FA000000 + + + 16 + 0C01000023010000C4040000E7010000 + + + + 50000 + 50000 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + BF06000066000000EE07000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 50001 + 50001 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + BF06000066000000EE07000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 50002 + 50002 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + BF06000066000000EE07000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 50003 + 50003 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + BF06000066000000EE07000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 50004 + 50004 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + BF06000066000000EE07000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 50005 + 50005 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + BF06000066000000EE07000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 50006 + 50006 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + BF06000066000000EE07000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 50007 + 50007 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + BF06000066000000EE07000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 50008 + 50008 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + BF06000066000000EE07000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 50009 + 50009 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + BF06000066000000EE07000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 50010 + 50010 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + BF06000066000000EE07000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 50011 + 50011 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + BF06000066000000EE07000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 50012 + 50012 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + BF06000066000000EE07000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 50013 + 50013 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + BF06000066000000EE07000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 50014 + 50014 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + BF06000066000000EE07000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 50015 + 50015 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + BF06000066000000EE07000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 50016 + 50016 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + BF06000066000000EE07000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 50017 + 50017 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + BF06000066000000EE07000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 50018 + 50018 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + BF06000066000000EE07000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 50019 + 50019 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + BF06000066000000EE07000089030000 + + + 16 + 0C010000230100004C02000034020000 + + + + 59392 + 59392 + 1 + 0 + 0 + 0 + 966 + 0 + 8192 + 0 + + 16 + 0000000000000000D10300001C000000 + + + 16 + 0A0000000A0000006E0000006E000000 + + + + 59393 + 0 + 1 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 0000000046050000000A000059050000 + + + 16 + 0A0000000A0000006E0000006E000000 + + + + 59399 + 59399 + 0 + 0 + 0 + 0 + 476 + 0 + 8192 + 1 + + 16 + 000000001C000000E701000038000000 + + + 16 + 0A0000000A0000006E0000006E000000 + + + + 59400 + 59400 + 1 + 0 + 0 + 0 + 612 + 0 + 8192 + 2 + + 16 + 000000001C0000006F02000038000000 + + + 16 + 0A0000000A0000006E0000006E000000 + + + + 824 + 824 + 0 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + F807000066000000FD0900002D050000 + + + 16 + E1080000CD020000950C0000A5030000 + + + + 3420 + 000000000C000000000000000020000001000000FFFFFFFFFFFFFFFF4401000013010000B806000017010000010000000100001004000000010000000000000000000000FFFFFFFF08000000CB00000057010000CC000000F08B00005A01000079070000D601000045890000FFFF02000B004354616262656450616E6500200000010000004401000066000000B80600002A010000440100004F000000B8060000130100000000000040280056080000000B446973617373656D626C7901000000CB00000001000000FFFFFFFFFFFFFFFF14506572666F726D616E636520416E616C797A6572000000005701000001000000FFFFFFFFFFFFFFFF14506572666F726D616E636520416E616C797A657200000000CC00000001000000FFFFFFFFFFFFFFFF0E4C6F67696320416E616C797A657200000000F08B000001000000FFFFFFFFFFFFFFFF0D436F646520436F766572616765000000005A01000001000000FFFFFFFFFFFFFFFF11496E737472756374696F6E205472616365000000007907000001000000FFFFFFFFFFFFFFFF0F53797374656D20416E616C797A657200000000D601000001000000FFFFFFFFFFFFFFFF104576656E742053746174697374696373000000004589000001000000FFFFFFFFFFFFFFFF00000000000000000000000000000000000000000000000001000000FFFFFFFFCB00000001000000FFFFFFFFCB000000000000000040000001000000FFFFFFFFFFFFFFFFB80600004F000000BC060000A2030000010000000200001004000000010000003DFDFFFF1F030000FFFFFFFF2B000000E2050000CA0900002D8C00002E8C00002F8C0000308C0000318C0000328C0000338C0000348C0000358C0000368C0000378C0000388C0000398C00003A8C00003B8C00003C8C00003D8C00003E8C00003F8C0000408C0000418C000050C3000051C3000052C3000053C3000054C3000055C3000056C3000057C3000058C3000059C300005AC300005BC300005CC300005DC300005EC300005FC3000060C3000061C3000062C3000063C3000001800040000001000000BC06000066000000F1070000B9030000BC0600004F000000F1070000A203000000000000404100562B0000000753796D626F6C7300000000E205000001000000FFFFFFFFFFFFFFFF0A5472616365204461746100000000CA09000001000000FFFFFFFFFFFFFFFF00000000002D8C000001000000FFFFFFFFFFFFFFFF00000000002E8C000001000000FFFFFFFFFFFFFFFF00000000002F8C000001000000FFFFFFFFFFFFFFFF0000000000308C000001000000FFFFFFFFFFFFFFFF0000000000318C000001000000FFFFFFFFFFFFFFFF0000000000328C000001000000FFFFFFFFFFFFFFFF0000000000338C000001000000FFFFFFFFFFFFFFFF0000000000348C000001000000FFFFFFFFFFFFFFFF0000000000358C000001000000FFFFFFFFFFFFFFFF0000000000368C000001000000FFFFFFFFFFFFFFFF0000000000378C000001000000FFFFFFFFFFFFFFFF0000000000388C000001000000FFFFFFFFFFFFFFFF0000000000398C000001000000FFFFFFFFFFFFFFFF00000000003A8C000001000000FFFFFFFFFFFFFFFF00000000003B8C000001000000FFFFFFFFFFFFFFFF00000000003C8C000001000000FFFFFFFFFFFFFFFF00000000003D8C000001000000FFFFFFFFFFFFFFFF00000000003E8C000001000000FFFFFFFFFFFFFFFF00000000003F8C000001000000FFFFFFFFFFFFFFFF0000000000408C000001000000FFFFFFFFFFFFFFFF054750494F4501000000418C000001000000FFFFFFFFFFFFFFFF000000000050C3000001000000FFFFFFFFFFFFFFFF000000000051C3000001000000FFFFFFFFFFFFFFFF000000000052C3000001000000FFFFFFFFFFFFFFFF000000000053C3000001000000FFFFFFFFFFFFFFFF000000000054C3000001000000FFFFFFFFFFFFFFFF000000000055C3000001000000FFFFFFFFFFFFFFFF000000000056C3000001000000FFFFFFFFFFFFFFFF000000000057C3000001000000FFFFFFFFFFFFFFFF000000000058C3000001000000FFFFFFFFFFFFFFFF000000000059C3000001000000FFFFFFFFFFFFFFFF00000000005AC3000001000000FFFFFFFFFFFFFFFF00000000005BC3000001000000FFFFFFFFFFFFFFFF00000000005CC3000001000000FFFFFFFFFFFFFFFF00000000005DC3000001000000FFFFFFFFFFFFFFFF00000000005EC3000001000000FFFFFFFFFFFFFFFF00000000005FC3000001000000FFFFFFFFFFFFFFFF000000000060C3000001000000FFFFFFFFFFFFFFFF000000000061C3000001000000FFFFFFFFFFFFFFFF000000000062C3000001000000FFFFFFFFFFFFFFFF000000000063C3000001000000FFFFFFFFFFFFFFFF16000000000000000000000000000000000000000000000001000000FFFFFFFFE205000001000000FFFFFFFFE2050000000000000010000001000000FFFFFFFFFFFFFFFF400100004F00000044010000A2030000010000000200001004000000010000000000000000000000FFFFFFFF05000000ED0300006D000000C3000000C40000007394000001800010000001000000000000006600000040010000B9030000000000004F00000040010000A20300000000000040410056050000000750726F6A65637401000000ED03000001000000FFFFFFFFFFFFFFFF05426F6F6B73000000006D00000001000000FFFFFFFFFFFFFFFF0946756E6374696F6E7300000000C300000001000000FFFFFFFFFFFFFFFF0954656D706C6174657300000000C400000001000000FFFFFFFFFFFFFFFF09526567697374657273010000007394000001000000FFFFFFFFFFFFFFFF00000000000000000000000000000000000000000000000001000000FFFFFFFFED03000001000000FFFFFFFFED030000000000000080000001000000FFFFFFFFFFFFFFFF00000000A2030000F1070000A603000001000000010000100400000001000000000000000000000000000000000000000000000001000000C60000000000000001000000000000000000000001000000FFFFFFFF000500006E040000040500004605000000000000020000000400000000000000000000000000000000000000000000000000000001000000C600000001000000C6000000000000000080000001000000FFFFFFFFFFFFFFFF000000007E040000F107000082040000010000000100001004000000010000000000000000000000FFFFFFFF06000000C5000000C7000000B4010000D2010000CF01000077940000018000800000010000000000000099040000F10700005D0500000000000082040000F1070000460500000000000040820056060000000C4275696C64204F757470757400000000C500000001000000FFFFFFFFFFFFFFFF0D46696E6420496E2046696C657301000000C700000001000000FFFFFFFFFFFFFFFF0A4572726F72204C69737400000000B401000001000000FFFFFFFFFFFFFFFF0E536F757263652042726F7773657200000000D201000001000000FFFFFFFFFFFFFFFF0E416C6C205265666572656E63657300000000CF01000001000000FFFFFFFFFFFFFFFF0642726F777365000000007794000001000000FFFFFFFFFFFFFFFF01000000000000000000000000000000000000000000000001000000FFFFFFFFC500000001000000FFFFFFFFC5000000000000000040000001000000FFFFFFFFFFFFFFFFF10700004F000000F5070000460500000100000002000010040000000100000018FAFFFFC902000000000000000000000000000001000000FFFFFFFF0F0000008F070000930700009407000095070000960700009007000091070000B5010000B801000038030000B9050000BA050000BB050000BC050000CB09000001800040000001000000F507000066000000000A00005D050000F50700004F000000000A00004605000000000000404100560F0000001343616C6C20537461636B202B204C6F63616C73010000008F07000001000000FFFFFFFFFFFFFFFF0755415254202331000000009307000001000000FFFFFFFFFFFFFFFF0755415254202332000000009407000001000000FFFFFFFFFFFFFFFF0755415254202333000000009507000001000000FFFFFFFFFFFFFFFF15446562756720287072696E74662920566965776572000000009607000001000000FFFFFFFFFFFFFFFF0757617463682031010000009007000001000000FFFFFFFFFFFFFFFF0757617463682032000000009107000001000000FFFFFFFFFFFFFFFF10547261636520457863657074696F6E7300000000B501000001000000FFFFFFFFFFFFFFFF0E4576656E7420436F756E7465727300000000B801000001000000FFFFFFFFFFFFFFFF09554C494E4B706C7573000000003803000001000000FFFFFFFFFFFFFFFF084D656D6F7279203101000000B905000001000000FFFFFFFFFFFFFFFF084D656D6F7279203200000000BA05000001000000FFFFFFFFFFFFFFFF084D656D6F7279203300000000BB05000001000000FFFFFFFFFFFFFFFF084D656D6F7279203400000000BC05000001000000FFFFFFFFFFFFFFFF105472616365204E617669676174696F6E00000000CB09000001000000FFFFFFFFFFFFFFFF0500000000000000000000000000000000000000000000000000000001000000FFFFFFFF8F07000001000000FFFFFFFF8F070000000000000000000000000000 + + + 59392 + File + + 2701 + 00200000010000002800FFFF01001100434D4643546F6F6C426172427574746F6E00E100000000000000000000000000000000000000000000000100000001000000018001E100000000000001000000000000000000000000000000000100000001000000018003E1000000000000020000000000000000000000000000000001000000010000000180CD7F0000000000000300000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018023E100000000040004000000000000000000000000000000000100000001000000018022E100000000040005000000000000000000000000000000000100000001000000018025E10000000000000600000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001802BE10000000000000700000000000000000000000000000000010000000100000001802CE10000000004000800000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001807A8A0000000000000900000000000000000000000000000000010000000100000001807B8A0000000004000A00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180D3B00000000000000B000000000000000000000000000000000100000001000000018015B10000000004000C0000000000000000000000000000000001000000010000000180F4B00000000004000D000000000000000000000000000000000100000001000000018036B10000000004000E00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FF88000000000400460000000000000000000000000000000001000000010000000180FE880000000004004500000000000000000000000000000000010000000100000001800B810000000004001300000000000000000000000000000000010000000100000001800C810000000004001400000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180F0880000020000000F000000000000000000000000000000000100000001000000FFFF0100120043555646696E64436F6D626F427574746F6EE803000000000000000000000000000000000000000000000001000000010000009600000002002050000000000F4150505F524F4C455F4D41535445529600000000000000080006627574746F6E000F4150505F524F4C455F4D415354455204726F6C650E4150505F524F4C455F534C415645104150505F524F4C455F44454641554C54194150505F524F4C455F4445544543545F4750494F5F504F52541D4150505F524F4C455F4445544543545F4D41535445525F4C4556454C200000000000000000000000000000000000000000000000000000000000000000018024E10000000000001100000000000000000000000000000000010000000100000001800A810000000000001200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6E2280000002000100150000002153746172742F53746F70202644656275672053657373696F6E094374726C2B46350000000000000000000000000100000001000000000000000000000001000000020021802280000000000000150000002153746172742F53746F70202644656275672053657373696F6E094374726C2B4635000000000000000000000000010000000100000000000000000000000100000000002180E0010000000000007500000021456E65726779204D6561737572656D656E742026776974686F75742044656275670000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C488000000000400160000000000000000000000000000000001000000010000000180C988000000000400180000000000000000000000000000000001000000010000000180C788000000000000190000000000000000000000000000000001000000010000002180C8880000000000001700000027264B696C6C20416C6C20427265616B706F696E747320696E2043757272656E7420546172676574000000000000000000000000010000000100000000000000000000000100000003002180C8880000000000001700000027264B696C6C20416C6C20427265616B706F696E747320696E2043757272656E7420546172676574000000000000000000000000010000000100000000000000000000000100000000002180E50100000000000078000000264B696C6C20416C6C20427265616B706F696E747320696E204163746976652050726F6A656374000000000000000000000000010000000100000000000000000000000100000000002180E601000000000000790000002F4B696C6C20416C6C20427265616B706F696E747320696E204D756C74692D50726F6A65637420576F726B73706163650000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000021804C010000020001001A0000000F2650726F6A6563742057696E646F77000000000000000000000000010000000100000000000000000000000100000008002180DD880000000000001A0000000750726F6A656374000000000000000000000000010000000100000000000000000000000100000000002180DC8B0000000000003A00000005426F6F6B73000000000000000000000000010000000100000000000000000000000100000000002180E18B0000000000003B0000000946756E6374696F6E73000000000000000000000000010000000100000000000000000000000100000000002180E28B000000000000400000000954656D706C6174657300000000000000000000000001000000010000000000000000000000010000000000218018890000000000003D0000000E536F757263652042726F777365720000000000000000000000000100000001000000000000000000000001000000000021800000000000000400FFFFFFFF00000000000000000001000000000000000100000000000000000000000100000000002180D988000000000000390000000C4275696C64204F7574707574000000000000000000000000010000000100000000000000000000000100000000002180E38B000000000000410000000B46696E64204F75747075740000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FB7F0000000000001B000000000000000000000000000000000100000001000000000000000446696C65C6030000 + + + 1423 + 2800FFFF01001100434D4643546F6F6C426172427574746F6E00E1000000000000FFFFFFFF000100000000000000010000000000000001000000018001E1000000000000FFFFFFFF000100000000000000010000000000000001000000018003E1000000000000FFFFFFFF0001000000000000000100000000000000010000000180CD7F000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF000000000000000000010000000000000001000000018023E1000000000000FFFFFFFF000100000000000000010000000000000001000000018022E1000000000000FFFFFFFF000100000000000000010000000000000001000000018025E1000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001802BE1000000000000FFFFFFFF00010000000000000001000000000000000100000001802CE1000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001807A8A000000000000FFFFFFFF00010000000000000001000000000000000100000001807B8A000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180D3B0000000000000FFFFFFFF000100000000000000010000000000000001000000018015B1000000000000FFFFFFFF0001000000000000000100000000000000010000000180F4B0000000000000FFFFFFFF000100000000000000010000000000000001000000018036B1000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180FF88000000000000FFFFFFFF0001000000000000000100000000000000010000000180FE88000000000000FFFFFFFF00010000000000000001000000000000000100000001800B81000000000000FFFFFFFF00010000000000000001000000000000000100000001800C81000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180F088000000000000FFFFFFFF0001000000000000000100000000000000010000000180EE7F000000000000FFFFFFFF000100000000000000010000000000000001000000018024E1000000000000FFFFFFFF00010000000000000001000000000000000100000001800A81000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001802280000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180C488000000000000FFFFFFFF0001000000000000000100000000000000010000000180C988000000000000FFFFFFFF0001000000000000000100000000000000010000000180C788000000000000FFFFFFFF0001000000000000000100000000000000010000000180C888000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180DD88000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180FB7F000000000000FFFFFFFF000100000000000000010000000000000001000000 + + + 1423 + 2800FFFF01001100434D4643546F6F6C426172427574746F6E00E100000000000000000000000000000000000000000000000100000001000000018001E100000000000001000000000000000000000000000000000100000001000000018003E1000000000000020000000000000000000000000000000001000000010000000180CD7F0000000000000300000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018023E100000000000004000000000000000000000000000000000100000001000000018022E100000000000005000000000000000000000000000000000100000001000000018025E10000000000000600000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001802BE10000000000000700000000000000000000000000000000010000000100000001802CE10000000000000800000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001807A8A0000000000000900000000000000000000000000000000010000000100000001807B8A0000000000000A00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180D3B00000000000000B000000000000000000000000000000000100000001000000018015B10000000000000C0000000000000000000000000000000001000000010000000180F4B00000000000000D000000000000000000000000000000000100000001000000018036B10000000000000E00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FF880000000000000F0000000000000000000000000000000001000000010000000180FE880000000000001000000000000000000000000000000000010000000100000001800B810000000000001100000000000000000000000000000000010000000100000001800C810000000000001200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180F088000000000000130000000000000000000000000000000001000000010000000180EE7F00000000000014000000000000000000000000000000000100000001000000018024E10000000000001500000000000000000000000000000000010000000100000001800A810000000000001600000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018022800000000000001700000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C488000000000000180000000000000000000000000000000001000000010000000180C988000000000000190000000000000000000000000000000001000000010000000180C7880000000000001A0000000000000000000000000000000001000000010000000180C8880000000000001B00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180DD880000000000001C00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FB7F0000000000001D000000000000000000000000000000000100000001000000 + + + + 59399 + Build + + 955 + 00200000000000001000FFFF01001100434D4643546F6F6C426172427574746F6ECF7F0000000000001C0000000000000000000000000000000001000000010000000180D07F0000000000001D000000000000000000000000000000000100000001000000018030800000000000001E000000000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6EC7040000000000006A0000000C4261746368204275696C2664000000000000000000000000010000000100000000000000000000000100000004000580C7040000000000006A0000000C4261746368204275696C266400000000000000000000000001000000010000000000000000000000010000000000058046070000000000006B0000000D42617463682052656275696C640000000000000000000000000100000001000000000000000000000001000000000005804707000000000000FFFFFFFF0B426174636820436C65616E0000000000000000010000000000000001000000000000000000000001000000000005809E8A0000000000001F0000000F4261746326682053657475702E2E2E000000000000000000000000010000000100000000000000000000000100000000000180D17F0000000000002000000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001804C8A0000000000002100000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000FFFF01001900434D4643546F6F6C426172436F6D626F426F78427574746F6EBA00000000000000000000000000000000000000000000000001000000010000009600000003002050FFFFFFFF00960000000000000000000180EB880000000000002200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C07F000000000000230000000000000000000000000000000001000000010000000180B08A000000000000240000000000000000000000000000000001000000010000000180A8010000000000004E00000000000000000000000000000000010000000100000001807202000000000000530000000000000000000000000000000001000000010000000180BE010000000000005000000000000000000000000000000000010000000100000000000000054275696C64DC010000 + + + 583 + 1000FFFF01001100434D4643546F6F6C426172427574746F6ECF7F000000000000FFFFFFFF0001000000000000000100000000000000010000000180D07F000000000000FFFFFFFF00010000000000000001000000000000000100000001803080000000000000FFFFFFFF00010000000000000001000000000000000100000001809E8A000000000000FFFFFFFF0001000000000000000100000000000000010000000180D17F000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001804C8A000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001806680000000000000FFFFFFFF0001000000000000000100000000000000010000000180EB88000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180C07F000000000000FFFFFFFF0001000000000000000100000000000000010000000180B08A000000000000FFFFFFFF0001000000000000000100000000000000010000000180A801000000000000FFFFFFFF00010000000000000001000000000000000100000001807202000000000000FFFFFFFF0001000000000000000100000000000000010000000180BE01000000000000FFFFFFFF000100000000000000010000000000000001000000 + + + 583 + 1000FFFF01001100434D4643546F6F6C426172427574746F6ECF7F000000000000000000000000000000000000000000000001000000010000000180D07F00000000000001000000000000000000000000000000000100000001000000018030800000000000000200000000000000000000000000000000010000000100000001809E8A000000000000030000000000000000000000000000000001000000010000000180D17F0000000000000400000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001804C8A0000000000000500000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001806680000000000000060000000000000000000000000000000001000000010000000180EB880000000000000700000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C07F000000000000080000000000000000000000000000000001000000010000000180B08A000000000000090000000000000000000000000000000001000000010000000180A8010000000000000A000000000000000000000000000000000100000001000000018072020000000000000B0000000000000000000000000000000001000000010000000180BE010000000000000C000000000000000000000000000000000100000001000000 + + + + 59400 + Debug + + 2362 + 00200000010000001900FFFF01001100434D4643546F6F6C426172427574746F6ECC880000000000002500000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018017800000000000002600000000000000000000000000000000010000000100000001801D800000000004002700000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001801A800000000000002800000000000000000000000000000000010000000100000001801B80000000000000290000000000000000000000000000000001000000010000000180E57F0000000000002A00000000000000000000000000000000010000000100000001801C800000000004002B00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018000890000000000002C00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180E48B0000020001002D0000000000000000000000000000000001000000010000000180F07F0000020001002E0000000000000000000000000000000001000000010000000180E8880000020000003700000000000000000000000000000000010000000100000001803B010000020001002F0000000000000000000000000000000001000000010000000180BB8A00000200010030000000000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6E0E01000002000100310000000D57617463682057696E646F7773000000000000000000000000010000000100000000000000000000000100000003001380D88B00000000000031000000085761746368202631000000000000000000000000010000000100000000000000000000000100000000001380D98B00000000000031000000085761746368202632000000000000000000000000010000000100000000000000000000000100000000001380CE01000000000000FFFFFFFF0C576174636820416E63686F720000000000000000010000000000000001000000000000000000000001000000000013800F0100000200010032000000094D656D6F7279202631000000000000000000000000010000000100000000000000000000000100000004001380D28B00000000000032000000094D656D6F7279202631000000000000000000000000010000000100000000000000000000000100000000001380D38B00000000000032000000094D656D6F7279202632000000000000000000000000010000000100000000000000000000000100000000001380D48B00000000000032000000094D656D6F7279202633000000000000000000000000010000000100000000000000000000000100000000001380D58B00000000000032000000094D656D6F72792026340000000000000000000000000100000001000000000000000000000001000000000013801001000002000000330000000855415254202326310000000000000000000000000100000001000000000000000000000001000000040013809307000000000000330000000855415254202326310000000000000000000000000100000001000000000000000000000001000000000013809407000000000000330000000855415254202326320000000000000000000000000100000001000000000000000000000001000000000013809507000000000000330000000855415254202326330000000000000000000000000100000001000000000000000000000001000000000013809607000000000000330000001626446562756720287072696E746629205669657765720000000000000000000000000100000001000000000000000000000001000000000013803C010000000000007200000010416E616C797369732057696E646F7773000000000000000000000000010000000100000000000000000000000100000004001380658A000000000000340000000F264C6F67696320416E616C797A6572000000000000000000000000010000000100000000000000000000000100000000001380DC7F0000000000003E0000001526506572666F726D616E636520416E616C797A6572000000000000000000000000010000000100000000000000000000000100000000001380E788000000000000380000000E26436F646520436F766572616765000000000000000000000000010000000100000000000000000000000100000000001380CD01000000000000FFFFFFFF0F416E616C7973697320416E63686F7200000000000000000100000000000000010000000000000000000000010000000000138053010000000000003F0000000D54726163652057696E646F77730000000000000000000000000100000001000000000000000000000001000000010013805401000000000000FFFFFFFF115472616365204D656E7520416E63686F720000000000000000010000000000000001000000000000000000000001000000000013802901000000000000350000001553797374656D205669657765722057696E646F77730000000000000000000000000100000001000000000000000000000001000000010013804B01000000000000FFFFFFFF1453797374656D2056696577657220416E63686F720000000000000000010000000000000001000000000000000000000001000000000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000013800189000002000000360000000F26546F6F6C626F782057696E646F7700000000000000000000000001000000010000000000000000000000010000000300138044C5000000000000FFFFFFFF0E5570646174652057696E646F77730000000000000000010000000000000001000000000000000000000001000000000013800000000000000400FFFFFFFF000000000000000000010000000000000001000000000000000000000001000000000013805B01000000000000FFFFFFFF12546F6F6C626F78204D656E75416E63686F72000000000000000001000000000000000100000000000000000000000100000000000000000005446562756764020000 + + + 898 + 1900FFFF01001100434D4643546F6F6C426172427574746F6ECC88000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001801780000000000000FFFFFFFF00010000000000000001000000000000000100000001801D80000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001801A80000000000000FFFFFFFF00010000000000000001000000000000000100000001801B80000000000000FFFFFFFF0001000000000000000100000000000000010000000180E57F000000000000FFFFFFFF00010000000000000001000000000000000100000001801C80000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001800089000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180E48B000000000000FFFFFFFF0001000000000000000100000000000000010000000180F07F000000000000FFFFFFFF0001000000000000000100000000000000010000000180E888000000000000FFFFFFFF00010000000000000001000000000000000100000001803B01000000000000FFFFFFFF0001000000000000000100000000000000010000000180BB8A000000000000FFFFFFFF0001000000000000000100000000000000010000000180D88B000000000000FFFFFFFF0001000000000000000100000000000000010000000180D28B000000000000FFFFFFFF00010000000000000001000000000000000100000001809307000000000000FFFFFFFF0001000000000000000100000000000000010000000180658A000000000000FFFFFFFF0001000000000000000100000000000000010000000180C18A000000000000FFFFFFFF0001000000000000000100000000000000010000000180EE8B000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001800189000000000000FFFFFFFF000100000000000000010000000000000001000000 + + + 898 + 1900FFFF01001100434D4643546F6F6C426172427574746F6ECC880000000000000000000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018017800000000000000100000000000000000000000000000000010000000100000001801D800000000000000200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001801A800000000000000300000000000000000000000000000000010000000100000001801B80000000000000040000000000000000000000000000000001000000010000000180E57F0000000000000500000000000000000000000000000000010000000100000001801C800000000000000600000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018000890000000000000700000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180E48B000000000000080000000000000000000000000000000001000000010000000180F07F000000000000090000000000000000000000000000000001000000010000000180E8880000000000000A00000000000000000000000000000000010000000100000001803B010000000000000B0000000000000000000000000000000001000000010000000180BB8A0000000000000C0000000000000000000000000000000001000000010000000180D88B0000000000000D0000000000000000000000000000000001000000010000000180D28B0000000000000E000000000000000000000000000000000100000001000000018093070000000000000F0000000000000000000000000000000001000000010000000180658A000000000000100000000000000000000000000000000001000000010000000180C18A000000000000110000000000000000000000000000000001000000010000000180EE8B0000000000001200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180018900000000000013000000000000000000000000000000000100000001000000 + + + + 0 + 2560 + 1440 + + + + + + 1 + 0 + + 100 + 6 + + startup_stm32wb55xx_cm4.s + 0 + 134 + 154 + 1 + + 0 + + + ../Core/Src/main.c + 0 + 66 + 78 + 1 + + 0 + + + ..\App\app_config.h + 52 + 1 + 13 + 1 + + 0 + + + ../STM32_WPAN/App/app_zigbee.c + 0 + 140 + 157 + 1 + + 0 + + + ../readme.txt + 31 + 60 + 89 + 1 + + 0 + + + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/BSP/P-NUCLEO-WB55.Nucleo/stm32wbxx_nucleo.c + 58 + 88 + 106 + 1 + + 0 + + + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h + 5 + 172 + 195 + 1 + + 0 + + + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h + 0 + 37 + 1 + 1 + + 0 + + + + +
diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord.bak.uvoptx b/MDK-ARM/Zigbee_OnOff_Server_Coord.bak.uvoptx new file mode 100644 index 0000000..23d8f7c --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord.bak.uvoptx @@ -0,0 +1,966 @@ + + + + 1.0 + +
### uVision Project, (C) Keil Software
+ + + *.c + *.s*; *.src; *.a* + *.obj; *.o + *.lib + *.txt; *.h; *.inc; *.md + *.plm + *.cpp; *.cc; *.cxx + 0 + + + + 0 + 0 + + + + Zigbee_OnOff_Server_Coord + 0x4 + ARM-ADS + + 12000000 + + 1 + 1 + 0 + 1 + 0 + + + 1 + 65535 + 0 + 0 + 0 + + + 79 + 66 + 8 + + + + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + + + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + + + 1 + 0 + 1 + + 18 + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 6 + + + + + + + + + + + STLink\ST-LINKIII-KEIL_SWO.dll + + + + 0 + ARMRTXEVENTFLAGS + -L70 -Z18 -C0 -M0 -T1 + + + 0 + DLGTARM + (1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0) + + + 0 + ARMDBGFLAGS + + + + 0 + DLGUARM + (105=-1,-1,-1,-1,0) + + + 0 + ST-LINKIII-KEIL_SWO + -U0671FF515075485067075739 -O206 -SF4000 -C0 -A0 -I0 -HNlocalhost -HP7184 -P1 -N00("ARM CoreSight SW-DP") -D00(6BA02477) -L00(0) -TO131090 -TC10000000 -TT10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC8000 -FN1 -FF0STM32WB5x_M4_1024.FLM -FS08000000 -FL0100000 -FP0($$Device:STM32WB55CGUx$CMSIS\Flash\STM32WB5x_M4_1024.FLM) -WA0 -WE0 -WVCE4 -WS2710 -WM0 -WP2 -WK0-R0 + + + 0 + UL2CM3 + UL2CM3(-S0 -C0 -P0 ) -FN1 -FC8000 -FD20000000 -FF0STM32WB5x_M4_1024 -FL0100000 -FS08000000 -FP0($$Device:STM32WB55CGUx$CMSIS\Flash\STM32WB5x_M4_1024.FLM) + + + + + + 0 + 1 + g_app + + + + 0 + + + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + 0 + 0 + 0 + + + + + + + + + + + System Viewer\GPIOE + 35905 + + + + + + + Application/MDK-ARM + 0 + 0 + 0 + 0 + + 1 + 1 + 2 + 0 + 0 + 0 + startup_stm32wb55xx_cm4.s + startup_stm32wb55xx_cm4.s + 0 + 0 + + + + + Application/User/Core + 0 + 0 + 0 + 0 + + 2 + 2 + 1 + 0 + 0 + 0 + ../Core/Src/main.c + main.c + 0 + 0 + + + 2 + 3 + 1 + 0 + 0 + 0 + ../Core/Src/app_entry.c + app_entry.c + 0 + 0 + + + 2 + 4 + 1 + 0 + 0 + 0 + ../Core/Src/hw_timerserver.c + hw_timerserver.c + 0 + 0 + + + 2 + 5 + 1 + 0 + 0 + 0 + ../Core/Src/hw_uart.c + hw_uart.c + 0 + 0 + + + 2 + 6 + 1 + 0 + 0 + 0 + ../Core/Src/stm32_lpm_if.c + stm32_lpm_if.c + 0 + 0 + + + 2 + 7 + 1 + 0 + 0 + 0 + ../Core/Src/stm_logging.c + stm_logging.c + 0 + 0 + + + 2 + 8 + 1 + 0 + 0 + 0 + ../Core/Src/stm32wbxx_it.c + stm32wbxx_it.c + 0 + 0 + + + 2 + 9 + 1 + 0 + 0 + 0 + ../Core/Src/stm32wbxx_hal_msp.c + stm32wbxx_hal_msp.c + 0 + 0 + + + + + Application/User/STM32_WPAN/App + 0 + 0 + 0 + 0 + + 3 + 10 + 1 + 0 + 0 + 0 + ../STM32_WPAN/App/app_zigbee.c + app_zigbee.c + 0 + 0 + + + + + Application/User/STM32_WPAN/Target + 0 + 0 + 0 + 0 + + 4 + 11 + 1 + 0 + 0 + 0 + ../STM32_WPAN/Target/hw_ipcc.c + hw_ipcc.c + 0 + 0 + + + + + Application/User/App + 0 + 0 + 0 + 0 + + 5 + 12 + 1 + 0 + 0 + 0 + ../App/app_globals.c + app_globals.c + 0 + 0 + + + 5 + 13 + 1 + 0 + 0 + 0 + ../App/hardware.c + hardware.c + 0 + 0 + + + 5 + 14 + 1 + 0 + 0 + 0 + ../App/slave_inputs.c + slave_inputs.c + 0 + 0 + + + 5 + 15 + 1 + 0 + 0 + 0 + ../App/zigbee_app.c + zigbee_app.c + 0 + 0 + + + 5 + 16 + 1 + 0 + 0 + 0 + ../App/zigbee_port.c + zigbee_port.c + 0 + 0 + + + + + Doc + 0 + 0 + 0 + 0 + + 6 + 17 + 5 + 0 + 0 + 0 + ../readme.txt + readme.txt + 0 + 0 + + + + + Drivers/BSP/P-NUCLEO-WB55.Nucleo + 0 + 0 + 0 + 0 + + 7 + 18 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/BSP/P-NUCLEO-WB55.Nucleo/stm32wbxx_nucleo.c + stm32wbxx_nucleo.c + 0 + 0 + + + + + Drivers/STM32WBxx_HAL_Driver + 0 + 0 + 0 + 0 + + 8 + 19 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_hsem.c + stm32wbxx_hal_hsem.c + 0 + 0 + + + 8 + 20 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_rcc.c + stm32wbxx_hal_rcc.c + 0 + 0 + + + 8 + 21 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_ll_rcc.c + stm32wbxx_ll_rcc.c + 0 + 0 + + + 8 + 22 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_rcc_ex.c + stm32wbxx_hal_rcc_ex.c + 0 + 0 + + + 8 + 23 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_flash.c + stm32wbxx_hal_flash.c + 0 + 0 + + + 8 + 24 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_flash_ex.c + stm32wbxx_hal_flash_ex.c + 0 + 0 + + + 8 + 25 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_gpio.c + stm32wbxx_hal_gpio.c + 0 + 0 + + + 8 + 26 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_dma.c + stm32wbxx_hal_dma.c + 0 + 0 + + + 8 + 27 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_dma_ex.c + stm32wbxx_hal_dma_ex.c + 0 + 0 + + + 8 + 28 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_pwr.c + stm32wbxx_hal_pwr.c + 0 + 0 + + + 8 + 29 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_pwr_ex.c + stm32wbxx_hal_pwr_ex.c + 0 + 0 + + + 8 + 30 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_cortex.c + stm32wbxx_hal_cortex.c + 0 + 0 + + + 8 + 31 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal.c + stm32wbxx_hal.c + 0 + 0 + + + 8 + 32 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_exti.c + stm32wbxx_hal_exti.c + 0 + 0 + + + 8 + 33 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_ipcc.c + stm32wbxx_hal_ipcc.c + 0 + 0 + + + 8 + 34 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_uart.c + stm32wbxx_hal_uart.c + 0 + 0 + + + 8 + 35 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_uart_ex.c + stm32wbxx_hal_uart_ex.c + 0 + 0 + + + 8 + 36 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_rtc.c + stm32wbxx_hal_rtc.c + 0 + 0 + + + 8 + 37 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_rtc_ex.c + stm32wbxx_hal_rtc_ex.c + 0 + 0 + + + 8 + 38 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_tim.c + stm32wbxx_hal_tim.c + 0 + 0 + + + 8 + 39 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_tim_ex.c + stm32wbxx_hal_tim_ex.c + 0 + 0 + + + + + Drivers/CMSIS + 0 + 0 + 0 + 0 + + 9 + 40 + 1 + 0 + 0 + 0 + ../Core/Src/system_stm32wbxx.c + system_stm32wbxx.c + 0 + 0 + + + + + Middlewares/STM32_WPAN + 0 + 0 + 0 + 0 + + 10 + 41 + 4 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/lib/stm32wb_zigbee_wb_lib_keil.lib + stm32wb_zigbee_wb_lib_keil.lib + 0 + 0 + + + 10 + 42 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/tl_mbox.c + tl_mbox.c + 0 + 0 + + + 10 + 43 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci/shci.c + shci.c + 0 + 0 + + + 10 + 44 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/utilities/dbg_trace.c + dbg_trace.c + 0 + 0 + + + 10 + 45 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/utilities/otp.c + otp.c + 0 + 0 + + + 10 + 46 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/utilities/stm_list.c + stm_list.c + 0 + 0 + + + 10 + 47 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/utilities/stm_queue.c + stm_queue.c + 0 + 0 + + + 10 + 48 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/tl_zigbee_hci.c + tl_zigbee_hci.c + 0 + 0 + + + 10 + 49 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/shci_tl.c + shci_tl.c + 0 + 0 + + + 10 + 50 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/shci_tl_if.c + shci_tl_if.c + 0 + 0 + + + 10 + 51 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/platform/ee.c + ee.c + 0 + 0 + + + 10 + 52 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/platform/hw_flash.c + hw_flash.c + 0 + 0 + + + 10 + 53 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/core/src/zigbee_core_wb.c + zigbee_core_wb.c + 0 + 0 + + + + + Utilities + 0 + 0 + 0 + 0 + + 11 + 54 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Utilities/lpm/tiny_lpm/stm32_lpm.c + stm32_lpm.c + 0 + 0 + + + 11 + 55 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Utilities/sequencer/stm32_seq.c + stm32_seq.c + 0 + 0 + + + + + ::CMSIS + 0 + 0 + 0 + 1 + + +
diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord.bak.uvprojx b/MDK-ARM/Zigbee_OnOff_Server_Coord.bak.uvprojx new file mode 100644 index 0000000..472b3a7 --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord.bak.uvprojx @@ -0,0 +1,745 @@ + + + + 2.1 + +
### uVision Project, (C) Keil Software
+ + + + Zigbee_OnOff_Server_Coord + 0x4 + ARM-ADS + 6220000::V6.22::ARMCLANG + 6220000::V6.22::ARMCLANG + 1 + + + STM32WB55CGUx + STMicroelectronics + Keil.STM32WBxx_DFP.2.0.1 + https://www.keil.com/pack/ + IRAM(0x20000000,0x00030000) IROM(0x08000000,0x00100000) CPUTYPE("Cortex-M4") FPU2 DSP CLOCK(12000000) ESEL ELITTLE + + + UL2CM3(-S0 -C0 -P0 -FD20000000 -FC8000 -FN1 -FF0STM32WB5x_M4_1024 -FS08000000 -FL0100000 -FP0($$Device:STM32WB55CGUx$CMSIS\Flash\STM32WB5x_M4_1024.FLM)) + 0 + + + + + + + + + + + $$Device:STM32WB55CGUx$CMSIS\SVD\STM32WB55_CM4.svd + 1 + 0 + + + + + + + 0 + 0 + 0 + 0 + 1 + + .\Zigbee_OnOff_Server_Coord\Exe\ + Zigbee_OnOff_Server_Coord + 1 + 0 + 1 + 1 + 1 + + 1 + 0 + 0 + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 1 + 0 + fromelf #L --bin --output=$L@L.bin + + 0 + 0 + 0 + 0 + + 1 + + + + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 3 + + + 0 + + + SARMCM3.DLL + -REMAP -MPU + DCM.DLL + -pCM4 + SARMCM3.DLL + -MPU + TCM.DLL + -pCM4 + + + + 1 + 0 + 0 + 0 + 16 + + + + + 1 + 0 + 0 + 1 + 1 + 4101 + + 1 + BIN\UL2CM3.DLL + + + + + + 0 + + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + "Cortex-M4" + + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 8 + 1 + 1 + 0 + 0 + 3 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x30000 + + + 1 + 0x8000000 + 0x100000 + + + 0 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x8000000 + 0x100000 + + + 1 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x30000 + + + 0 + 0x0 + 0x0 + + + + + + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 3 + 0 + 0 + 1 + 0 + 0 + 5 + 3 + 1 + 1 + 0 + 0 + 0 + + -Wno-format + USE_STM32WBXX_NUCLEO,ZIGBEE_WB,USE_HAL_DRIVER,STM32WB55xx + + ../Core/Inc;../STM32_WPAN/App;../App;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Inc;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Inc/Legacy;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Utilities/lpm/tiny_lpm;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/utilities;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/CMSIS/Device/ST/STM32WBxx/Include;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Utilities/sequencer;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/stack/include;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/platform;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/core/inc;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/CMSIS/Include;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/BSP/P-NUCLEO-WB55.Nucleo + + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + + + + + + + + + 0 + 0 + 0 + 0 + 1 + 0 + + + + stm32wb55xx_flash_cm4.sct + + + + + + + + + + + Application/MDK-ARM + + + startup_stm32wb55xx_cm4.s + 2 + startup_stm32wb55xx_cm4.s + + + + + Application/User/Core + + + main.c + 1 + ../Core/Src/main.c + + + app_entry.c + 1 + ../Core/Src/app_entry.c + + + hw_timerserver.c + 1 + ../Core/Src/hw_timerserver.c + + + hw_uart.c + 1 + ../Core/Src/hw_uart.c + + + stm32_lpm_if.c + 1 + ../Core/Src/stm32_lpm_if.c + + + stm_logging.c + 1 + ../Core/Src/stm_logging.c + + + stm32wbxx_it.c + 1 + ../Core/Src/stm32wbxx_it.c + + + stm32wbxx_hal_msp.c + 1 + ../Core/Src/stm32wbxx_hal_msp.c + + + + + Application/User/STM32_WPAN/App + + + app_zigbee.c + 1 + ../STM32_WPAN/App/app_zigbee.c + + + + + Application/User/STM32_WPAN/Target + + + hw_ipcc.c + 1 + ../STM32_WPAN/Target/hw_ipcc.c + + + + + Application/User/App + + + app_globals.c + 1 + ../App/app_globals.c + + + hardware.c + 1 + ../App/hardware.c + + + slave_inputs.c + 1 + ../App/slave_inputs.c + + + zigbee_app.c + 1 + ../App/zigbee_app.c + + + zigbee_port.c + 1 + ../App/zigbee_port.c + + + + + Doc + + + readme.txt + 5 + ../readme.txt + + + + + Drivers/BSP/P-NUCLEO-WB55.Nucleo + + + stm32wbxx_nucleo.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/BSP/P-NUCLEO-WB55.Nucleo/stm32wbxx_nucleo.c + + + + + Drivers/STM32WBxx_HAL_Driver + + + stm32wbxx_hal_hsem.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_hsem.c + + + stm32wbxx_hal_rcc.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_rcc.c + + + stm32wbxx_ll_rcc.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_ll_rcc.c + + + stm32wbxx_hal_rcc_ex.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_rcc_ex.c + + + stm32wbxx_hal_flash.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_flash.c + + + stm32wbxx_hal_flash_ex.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_flash_ex.c + + + stm32wbxx_hal_gpio.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_gpio.c + + + stm32wbxx_hal_dma.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_dma.c + + + stm32wbxx_hal_dma_ex.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_dma_ex.c + + + stm32wbxx_hal_pwr.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_pwr.c + + + stm32wbxx_hal_pwr_ex.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_pwr_ex.c + + + stm32wbxx_hal_cortex.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_cortex.c + + + stm32wbxx_hal.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal.c + + + stm32wbxx_hal_exti.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_exti.c + + + stm32wbxx_hal_ipcc.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_ipcc.c + + + stm32wbxx_hal_uart.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_uart.c + + + stm32wbxx_hal_uart_ex.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_uart_ex.c + + + stm32wbxx_hal_rtc.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_rtc.c + + + stm32wbxx_hal_rtc_ex.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_rtc_ex.c + + + stm32wbxx_hal_tim.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_tim.c + + + stm32wbxx_hal_tim_ex.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_tim_ex.c + + + + + Drivers/CMSIS + + + system_stm32wbxx.c + 1 + ../Core/Src/system_stm32wbxx.c + + + + + Middlewares/STM32_WPAN + + + stm32wb_zigbee_wb_lib_keil.lib + 4 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/lib/stm32wb_zigbee_wb_lib_keil.lib + + + tl_mbox.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/tl_mbox.c + + + shci.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci/shci.c + + + dbg_trace.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/utilities/dbg_trace.c + + + otp.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/utilities/otp.c + + + stm_list.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/utilities/stm_list.c + + + stm_queue.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/utilities/stm_queue.c + + + tl_zigbee_hci.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/tl_zigbee_hci.c + + + shci_tl.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/shci_tl.c + + + shci_tl_if.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/shci_tl_if.c + + + ee.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/platform/ee.c + + + hw_flash.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/platform/hw_flash.c + + + zigbee_core_wb.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/core/src/zigbee_core_wb.c + + + + + Utilities + + + stm32_lpm.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Utilities/lpm/tiny_lpm/stm32_lpm.c + + + stm32_seq.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Utilities/sequencer/stm32_seq.c + + + + + ::CMSIS + + + + + + + + + + + + + + + + + + + + + + <Project Info> + 0 + 1 + + + + +
diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord.uvguix.frima b/MDK-ARM/Zigbee_OnOff_Server_Coord.uvguix.frima new file mode 100644 index 0000000..858867d --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord.uvguix.frima @@ -0,0 +1,3758 @@ + + + + -6.1 + +
### uVision Project, (C) Keil Software
+ + + + + + + + System Viewer\GPIOA + 35905 + + 106 + + + System Viewer\GPIOB + 35904 + + 104 + + + + + + 38003 + Registers + 188 122 + + + 346 + Code Coverage + 1410 100 + + + 204 + Performance Analyzer + 1570 235 235 100 + + + + + + 35141 + Event Statistics + + 200 50 700 + + + 1506 + Symbols + + 106 106 106 + + + 1936 + Watch 1 + + 200 206 133 + + + 1937 + Watch 2 + + 200 133 133 + + + 1935 + Call Stack + Locals + + 200 133 133 + + + 2506 + Trace Data + + 75 135 130 95 70 230 200 150 + + + 466 + Source Browser + 500 + 300 + + + + + + + + 0 + 0 + 0 + 50 + 16 + + + + + + + 44 + 2 + 3 + + -1 + -1 + + + -1 + -1 + + + 158 + 247 + 1687 + 911 + + + + 0 + + 1591 + 0100000004000000010000000100000001000000010000000000000002000000000000000100000001000000000000002800000028000000010000000F00000009000000010000003F453A5C50524F4A4543545C656D6265646465645C73746D3332776235355C4D444B2D41524D5C737461727475705F73746D33327762353578785F636D342E730000000019737461727475705F73746D33327762353578785F636D342E7300000000C5D4F200FFFFFFFF2D453A5C50524F4A4543545C656D6265646465645C73746D3332776235355C436F72655C5372635C6D61696E2E6300000000066D61696E2E6300000000FFDC7800FFFFFFFF32453A5C50524F4A4543545C656D6265646465645C73746D3332776235355C436F72655C5372635C6170705F656E7472792E63000000000B6170705F656E7472792E6300000000BECEA100FFFFFFFF5B433A5C55736572735C6672696D615C53544D3332437562655C5265706F7369746F72795C53544D3332437562655F46575F57425F56312E32332E305C5574696C69746965735C73657175656E6365725C73746D33325F7365712E63000000000B73746D33325F7365712E6300000000F0A0A100FFFFFFFF2C453A5C50524F4A4543545C656D6265646465645C73746D3332776235355C4170705C68617264776172652E63000000000A68617264776172652E6300000000BCA8E100FFFFFFFF6F433A5C55736572735C6672696D615C53544D3332437562655C5265706F7369746F72795C53544D3332437562655F46575F57425F56312E32332E305C447269766572735C4253505C502D4E55434C454F2D574235352E4E75636C656F5C73746D3332776278785F6E75636C656F2E63000000001273746D3332776278785F6E75636C656F2E63000000009CC1B600FFFFFFFF71433A5C55736572735C6672696D615C53544D3332437562655C5265706F7369746F72795C53544D3332437562655F46575F57425F56312E32332E305C447269766572735C434D5349535C4465766963655C53545C53544D3332574278785C496E636C7564655C73746D3332776278782E68000000000B73746D3332776278782E6800000000F7B88600FFFFFFFF2C453A5C50524F4A4543545C656D6265646465645C73746D3332776235355C4170705C68617264776172652E68000000000A68617264776172652E6800000000D9ADC200FFFFFFFF6C433A5C55736572735C6672696D615C53544D3332437562655C5265706F7369746F72795C53544D3332437562655F46575F57425F56312E32332E305C447269766572735C53544D3332574278785F48414C5F4472697665725C5372635C73746D3332776278785F68616C2E63000000000F73746D3332776278785F68616C2E6300000000A5C2D700FFFFFFFF2E453A5C50524F4A4543545C656D6265646465645C73746D3332776235355C4170705C6170705F636F6E6669672E68000000000C6170705F636F6E6669672E6800000000B3A6BE00FFFFFFFF2D453A5C50524F4A4543545C656D6265646465645C73746D3332776235355C4170705C6170705F74797065732E68000000000B6170705F74797065732E6800000000EAD6A300FFFFFFFF39453A5C50524F4A4543545C656D6265646465645C73746D3332776235355C53544D33325F5750414E5C4170705C6170705F7A69676265652E63000000000C6170705F7A69676265652E6300000000F6FA7D00FFFFFFFF2F453A5C50524F4A4543545C656D6265646465645C73746D3332776235355C4170705C6170705F676C6F62616C732E63000000000D6170705F676C6F62616C732E6300000000B5E99D00FFFFFFFF2E453A5C50524F4A4543545C656D6265646465645C73746D3332776235355C4170705C7A69676265655F6170702E63000000000C7A69676265655F6170702E63000000005FC3CF00FFFFFFFF30453A5C50524F4A4543545C656D6265646465645C73746D3332776235355C4170705C736C6176655F696E707574732E63000000000E736C6176655F696E707574732E6300000000C1838300FFFFFFFF0100000010000000C5D4F200FFDC7800BECEA100F0A0A100BCA8E1009CC1B600F7B88600D9ADC200A5C2D700B3A6BE00EAD6A300F6FA7D00B5E99D005FC3CF00C1838300CACAD5000100000000000000020000004401000066000000000A0000B1030000 + + + + 0 + Build + + -1 + -1 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 440100004F0000007007000013010000 + + + 16 + 4401000066000000700700002A010000 + + + + 1005 + 1005 + 1 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000660000003D01000081030000 + + + 16 + 260100003D010000660200004E020000 + + + + 109 + 109 + 1 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000660000003D01000081030000 + + + 16 + 260100003D010000A202000051040000 + + + + 1465 + 1465 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000040300006D070000AC030000 + + + 16 + 260100003D010000DE04000001020000 + + + + 1466 + 1466 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000040300006D070000AC030000 + + + 16 + 260100003D010000DE04000001020000 + + + + 1467 + 1467 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000040300006D070000AC030000 + + + 16 + 260100003D010000DE04000001020000 + + + + 1468 + 1468 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000040300006D070000AC030000 + + + 16 + 260100003D010000DE04000001020000 + + + + 1506 + 1506 + 0 + 0 + 0 + 0 + 32767 + 0 + 16384 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 1913 + 1913 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 47010000660000006D070000FA000000 + + + 16 + 260100003D010000DE04000001020000 + + + + 1935 + 1935 + 0 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + 03000000040300006D070000AC030000 + + + 16 + 260100003D010000660200004E020000 + + + + 1936 + 1936 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000040300006D070000AC030000 + + + 16 + 260100003D010000660200004E020000 + + + + 1937 + 1937 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000040300006D070000AC030000 + + + 16 + 260100003D010000660200004E020000 + + + + 1939 + 1939 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000040300006D070000AC030000 + + + 16 + 260100003D010000DE04000001020000 + + + + 1940 + 1940 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000040300006D070000AC030000 + + + 16 + 260100003D010000DE04000001020000 + + + + 1941 + 1941 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000040300006D070000AC030000 + + + 16 + 260100003D010000DE04000001020000 + + + + 1942 + 1942 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000040300006D070000AC030000 + + + 16 + 260100003D010000DE04000001020000 + + + + 195 + 195 + 1 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000660000003D01000081030000 + + + 16 + 260100003D010000A202000051040000 + + + + 196 + 196 + 1 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000660000003D01000081030000 + + + 16 + 260100003D010000A202000051040000 + + + + 197 + 197 + 1 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + 03000000B5030000FD0900002D050000 + + + 16 + 260100003D010000DE04000001020000 + + + + 198 + 198 + 0 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + 00000000ED02000070070000C5030000 + + + 16 + 260100003D010000DE04000001020000 + + + + 199 + 199 + 1 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000B5030000FD0900002D050000 + + + 16 + 260100003D010000DE04000001020000 + + + + 203 + 203 + 0 + 0 + 0 + 0 + 32767 + 0 + 8192 + 0 + + 16 + 47010000660000006D070000FA000000 + + + 16 + 260100003D010000DE04000001020000 + + + + 204 + 204 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 47010000660000006D070000FA000000 + + + 16 + 260100003D010000DE04000001020000 + + + + 221 + 221 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 00000000000000000000000000000000 + + + 16 + 0A0000000A0000006E0000006E000000 + + + + 2506 + 2506 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 2507 + 2507 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000040300006D070000AC030000 + + + 16 + 260100003D010000DE04000001020000 + + + + 343 + 343 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 47010000660000006D070000FA000000 + + + 16 + 260100003D010000DE04000001020000 + + + + 346 + 346 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 47010000660000006D070000FA000000 + + + 16 + 260100003D010000DE04000001020000 + + + + 35141 + 35141 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 47010000660000006D070000FA000000 + + + 16 + 260100003D010000660200004E020000 + + + + 35824 + 35824 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 47010000660000006D070000FA000000 + + + 16 + 260100003D010000DE04000001020000 + + + + 35885 + 35885 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 35886 + 35886 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 35887 + 35887 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 35888 + 35888 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 35889 + 35889 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 35890 + 35890 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 35891 + 35891 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 35892 + 35892 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 35893 + 35893 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 35894 + 35894 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 35895 + 35895 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 35896 + 35896 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 35897 + 35897 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 35898 + 35898 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 35899 + 35899 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 35900 + 35900 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 35901 + 35901 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 35902 + 35902 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 35903 + 35903 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 35904 + 35904 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 35905 + 35905 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 38003 + 38003 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000660000003D01000081030000 + + + 16 + 260100003D010000A202000051040000 + + + + 38007 + 38007 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000B5030000FD0900002D050000 + + + 16 + 260100003D010000DE04000001020000 + + + + 436 + 436 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000B5030000FD0900002D050000 + + + 16 + 260100003D010000A202000051040000 + + + + 437 + 437 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000040300006D070000AC030000 + + + 16 + 260100003D010000660200004E020000 + + + + 440 + 440 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000040300006D070000AC030000 + + + 16 + 260100003D010000660200004E020000 + + + + 463 + 463 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000B5030000FD0900002D050000 + + + 16 + 260100003D010000A202000051040000 + + + + 466 + 466 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000B5030000FD0900002D050000 + + + 16 + 260100003D010000A202000051040000 + + + + 470 + 470 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 47010000660000006D070000FA000000 + + + 16 + 260100003D010000DE04000001020000 + + + + 50000 + 50000 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 50001 + 50001 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 50002 + 50002 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 50003 + 50003 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 50004 + 50004 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 50005 + 50005 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 50006 + 50006 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 50007 + 50007 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 50008 + 50008 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 50009 + 50009 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 50010 + 50010 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 50011 + 50011 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 50012 + 50012 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 50013 + 50013 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 50014 + 50014 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 50015 + 50015 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 50016 + 50016 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 50017 + 50017 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 50018 + 50018 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 50019 + 50019 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D070000E4020000 + + + 16 + 260100003D010000660200004E020000 + + + + 59392 + 59392 + 1 + 0 + 0 + 0 + 966 + 0 + 8192 + 0 + + 16 + 0000000000000000D10300001C000000 + + + 16 + 0A0000000A0000006E0000006E000000 + + + + 59393 + 0 + 1 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 0000000046050000000A000059050000 + + + 16 + 0A0000000A0000006E0000006E000000 + + + + 59399 + 59399 + 1 + 0 + 0 + 0 + 476 + 0 + 8192 + 1 + + 16 + 000000001C000000E701000038000000 + + + 16 + 0A0000000A0000006E0000006E000000 + + + + 59400 + 59400 + 0 + 0 + 0 + 0 + 612 + 0 + 8192 + 2 + + 16 + 00000000380000006F02000054000000 + + + 16 + 0A0000000A0000006E0000006E000000 + + + + 824 + 824 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000040300006D070000AC030000 + + + 16 + 260100003D010000660200004E020000 + + + + 3312 + 000000000B000000000000000020000000000000FFFFFFFFFFFFFFFF44010000130100007007000017010000000000000100000004000000010000000000000000000000FFFFFFFF08000000CB00000057010000CC000000F08B00005A01000079070000D601000045890000FFFF02000B004354616262656450616E6500200000000000004401000066000000700700002A010000440100004F00000070070000130100000000000040280046080000000B446973617373656D626C7900000000CB00000001000000FFFFFFFFFFFFFFFF14506572666F726D616E636520416E616C797A6572000000005701000001000000FFFFFFFFFFFFFFFF14506572666F726D616E636520416E616C797A657200000000CC00000001000000FFFFFFFFFFFFFFFF0E4C6F67696320416E616C797A657200000000F08B000001000000FFFFFFFFFFFFFFFF0D436F646520436F766572616765000000005A01000001000000FFFFFFFFFFFFFFFF11496E737472756374696F6E205472616365000000007907000001000000FFFFFFFFFFFFFFFF0F53797374656D20416E616C797A657200000000D601000001000000FFFFFFFFFFFFFFFF104576656E742053746174697374696373000000004589000001000000FFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000000000000000000001000000FFFFFFFFCB00000001000000FFFFFFFFCB000000000000000040000000000000FFFFFFFFFFFFFFFF2C0600004F00000030060000FD020000000000000200000004000000010000000000000000000000FFFFFFFF2B000000E2050000CA0900002D8C00002E8C00002F8C0000308C0000318C0000328C0000338C0000348C0000358C0000368C0000378C0000388C0000398C00003A8C00003B8C00003C8C00003D8C00003E8C00003F8C0000408C0000418C000050C3000051C3000052C3000053C3000054C3000055C3000056C3000057C3000058C3000059C300005AC300005BC300005CC300005DC300005EC300005FC3000060C3000061C3000062C3000063C300000180004000000000000030060000660000007007000014030000300600004F00000070070000FD02000000000000404100462B0000000753796D626F6C7300000000E205000001000000FFFFFFFFFFFFFFFF0A5472616365204461746100000000CA09000001000000FFFFFFFFFFFFFFFF00000000002D8C000001000000FFFFFFFFFFFFFFFF00000000002E8C000001000000FFFFFFFFFFFFFFFF00000000002F8C000001000000FFFFFFFFFFFFFFFF0000000000308C000001000000FFFFFFFFFFFFFFFF0000000000318C000001000000FFFFFFFFFFFFFFFF0000000000328C000001000000FFFFFFFFFFFFFFFF0000000000338C000001000000FFFFFFFFFFFFFFFF0000000000348C000001000000FFFFFFFFFFFFFFFF0000000000358C000001000000FFFFFFFFFFFFFFFF0000000000368C000001000000FFFFFFFFFFFFFFFF0000000000378C000001000000FFFFFFFFFFFFFFFF0000000000388C000001000000FFFFFFFFFFFFFFFF0000000000398C000001000000FFFFFFFFFFFFFFFF00000000003A8C000001000000FFFFFFFFFFFFFFFF00000000003B8C000001000000FFFFFFFFFFFFFFFF00000000003C8C000001000000FFFFFFFFFFFFFFFF00000000003D8C000001000000FFFFFFFFFFFFFFFF00000000003E8C000001000000FFFFFFFFFFFFFFFF00000000003F8C000001000000FFFFFFFFFFFFFFFF0000000000408C000001000000FFFFFFFFFFFFFFFF0000000000418C000001000000FFFFFFFFFFFFFFFF000000000050C3000001000000FFFFFFFFFFFFFFFF000000000051C3000001000000FFFFFFFFFFFFFFFF000000000052C3000001000000FFFFFFFFFFFFFFFF000000000053C3000001000000FFFFFFFFFFFFFFFF000000000054C3000001000000FFFFFFFFFFFFFFFF000000000055C3000001000000FFFFFFFFFFFFFFFF000000000056C3000001000000FFFFFFFFFFFFFFFF000000000057C3000001000000FFFFFFFFFFFFFFFF000000000058C3000001000000FFFFFFFFFFFFFFFF000000000059C3000001000000FFFFFFFFFFFFFFFF00000000005AC3000001000000FFFFFFFFFFFFFFFF00000000005BC3000001000000FFFFFFFFFFFFFFFF00000000005CC3000001000000FFFFFFFFFFFFFFFF00000000005DC3000001000000FFFFFFFFFFFFFFFF00000000005EC3000001000000FFFFFFFFFFFFFFFF00000000005FC3000001000000FFFFFFFFFFFFFFFF000000000060C3000001000000FFFFFFFFFFFFFFFF000000000061C3000001000000FFFFFFFFFFFFFFFF000000000062C3000001000000FFFFFFFFFFFFFFFF000000000063C3000001000000FFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000000000000000000001000000FFFFFFFFE205000001000000FFFFFFFFE2050000000000000010000001000000FFFFFFFFFFFFFFFF400100004F000000440100009A030000010000000200001004000000010000000000000000000000FFFFFFFF05000000ED0300006D000000C3000000C40000007394000001800010000001000000000000006600000040010000B1030000000000004F000000400100009A0300000000000040410056050000000750726F6A65637401000000ED03000001000000FFFFFFFFFFFFFFFF05426F6F6B73010000006D00000001000000FFFFFFFFFFFFFFFF0946756E6374696F6E7301000000C300000001000000FFFFFFFFFFFFFFFF0954656D706C6174657301000000C400000001000000FFFFFFFFFFFFFFFF09526567697374657273000000007394000001000000FFFFFFFFFFFFFFFF00000000000000000000000000000000000000000000000001000000FFFFFFFFED03000001000000FFFFFFFFED030000000000000080000000000000FFFFFFFFFFFFFFFF00000000E902000070070000ED02000000000000010000000400000001000000000000000000000000000000000000000000000001000000C6000000FFFFFFFF0F0000008F070000930700009407000095070000960700009007000091070000B5010000B801000038030000B9050000BA050000BB050000BC050000CB09000001800080000000000000000000000403000070070000DC03000000000000ED02000070070000C503000000000000404100460F0000001343616C6C20537461636B202B204C6F63616C73000000008F07000001000000FFFFFFFFFFFFFFFF0755415254202331000000009307000001000000FFFFFFFFFFFFFFFF0755415254202332000000009407000001000000FFFFFFFFFFFFFFFF0755415254202333000000009507000001000000FFFFFFFFFFFFFFFF15446562756720287072696E74662920566965776572000000009607000001000000FFFFFFFFFFFFFFFF0757617463682031000000009007000001000000FFFFFFFFFFFFFFFF0757617463682032000000009107000001000000FFFFFFFFFFFFFFFF10547261636520457863657074696F6E7300000000B501000001000000FFFFFFFFFFFFFFFF0E4576656E7420436F756E7465727300000000B801000001000000FFFFFFFFFFFFFFFF09554C494E4B706C7573000000003803000001000000FFFFFFFFFFFFFFFF084D656D6F7279203100000000B905000001000000FFFFFFFFFFFFFFFF084D656D6F7279203200000000BA05000001000000FFFFFFFFFFFFFFFF084D656D6F7279203300000000BB05000001000000FFFFFFFFFFFFFFFF084D656D6F7279203400000000BC05000001000000FFFFFFFFFFFFFFFF105472616365204E617669676174696F6E00000000CB09000001000000FFFFFFFFFFFFFFFFFFFFFFFF0000000001000000000000000000000001000000FFFFFFFFB8030000ED020000BC030000C503000000000000020000000400000000000000000000000000000000000000000000000000000002000000C6000000FFFFFFFF8F07000001000000FFFFFFFF8F07000001000000C6000000000000000080000001000000FFFFFFFFFFFFFFFF000000009A030000000A00009E03000001000000010000100400000001000000D6FBFFFFC2000000FFFFFFFF06000000C5000000C7000000B4010000D2010000CF010000779400000180008000000100000000000000B5030000000A00005D050000000000009E030000000A0000460500000000000040820056060000000C4275696C64204F757470757401000000C500000001000000FFFFFFFFFFFFFFFF0D46696E6420496E2046696C657301000000C700000001000000FFFFFFFFFFFFFFFF0A4572726F72204C69737400000000B401000001000000FFFFFFFFFFFFFFFF0E536F757263652042726F7773657200000000D201000001000000FFFFFFFFFFFFFFFF0E416C6C205265666572656E63657300000000CF01000001000000FFFFFFFFFFFFFFFF0742726F77736572000000007794000001000000FFFFFFFFFFFFFFFF00000000000000000000000000000000000000000000000001000000FFFFFFFFC500000001000000FFFFFFFFC5000000000000000000000000000000 + + + 59392 + File + + 2683 + 00200000010000002800FFFF01001100434D4643546F6F6C426172427574746F6E00E100000000000000000000000000000000000000000000000100000001000000018001E100000000000001000000000000000000000000000000000100000001000000018003E1000000000000020000000000000000000000000000000001000000010000000180CD7F0000000000000300000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018023E100000000040004000000000000000000000000000000000100000001000000018022E100000000040005000000000000000000000000000000000100000001000000018025E10000000000000600000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001802BE10000000000000700000000000000000000000000000000010000000100000001802CE10000000004000800000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001807A8A0000000000000900000000000000000000000000000000010000000100000001807B8A0000000000000A00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180D3B00000000000000B000000000000000000000000000000000100000001000000018015B10000000004000C0000000000000000000000000000000001000000010000000180F4B00000000004000D000000000000000000000000000000000100000001000000018036B10000000004000E00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FF88000000000400460000000000000000000000000000000001000000010000000180FE880000000004004500000000000000000000000000000000010000000100000001800B810000000004001300000000000000000000000000000000010000000100000001800C810000000004001400000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180F0880000020000000F000000000000000000000000000000000100000001000000FFFF0100120043555646696E64436F6D626F427574746F6EE803000000000000000000000000000000000000000000000001000000010000009600000002002050000000000F4150505F524F4C455F4D4153544552960000000000000007000F4150505F524F4C455F4D41535445521C4150505F524F4C455F4445544543545F4D41535445525F4C4556454C0E4750494F5F50494E5F5245534554174150505F524F4C455F4445544543545F454E41424C4544000A45585449315F4952516E06627574746F6E00000000000000000000000000000000000000000000000000000000018024E10000000000001100000000000000000000000000000000010000000100000001800A810000000000001200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6E2280000002000000150000002153746172742F53746F70202644656275672053657373696F6E094374726C2B46350000000000000000000000000100000001000000000000000000000001000000020021802280000000000000150000002153746172742F53746F70202644656275672053657373696F6E094374726C2B4635000000000000000000000000010000000100000000000000000000000100000000002180E0010000000000007500000021456E65726779204D6561737572656D656E742026776974686F75742044656275670000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C488000000000400160000000000000000000000000000000001000000010000000180C988000000000400180000000000000000000000000000000001000000010000000180C788000000000000190000000000000000000000000000000001000000010000002180C8880000000000001700000027264B696C6C20416C6C20427265616B706F696E747320696E2043757272656E7420546172676574000000000000000000000000010000000100000000000000000000000100000003002180C8880000000000001700000027264B696C6C20416C6C20427265616B706F696E747320696E2043757272656E7420546172676574000000000000000000000000010000000100000000000000000000000100000000002180E50100000000000078000000264B696C6C20416C6C20427265616B706F696E747320696E204163746976652050726F6A656374000000000000000000000000010000000100000000000000000000000100000000002180E601000000000000790000002F4B696C6C20416C6C20427265616B706F696E747320696E204D756C74692D50726F6A65637420576F726B73706163650000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000021804C010000020001001A0000000F2650726F6A6563742057696E646F77000000000000000000000000010000000100000000000000000000000100000008002180DD880000000000001A0000000750726F6A656374000000000000000000000000010000000100000000000000000000000100000000002180DC8B0000000000003A00000005426F6F6B73000000000000000000000000010000000100000000000000000000000100000000002180E18B0000000000003B0000000946756E6374696F6E73000000000000000000000000010000000100000000000000000000000100000000002180E28B000000000000400000000954656D706C6174657300000000000000000000000001000000010000000000000000000000010000000000218018890000000000003D0000000E536F757263652042726F777365720000000000000000000000000100000001000000000000000000000001000000000021800000000000000400FFFFFFFF00000000000000000001000000000000000100000000000000000000000100000000002180D988000000000000390000000C4275696C64204F7574707574000000000000000000000000010000000100000000000000000000000100000000002180E38B000000000000410000000B46696E64204F75747075740000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FB7F0000000000001B000000000000000000000000000000000100000001000000000000000446696C65C6030000 + + + 1423 + 2800FFFF01001100434D4643546F6F6C426172427574746F6E00E1000000000000FFFFFFFF000100000000000000010000000000000001000000018001E1000000000000FFFFFFFF000100000000000000010000000000000001000000018003E1000000000000FFFFFFFF0001000000000000000100000000000000010000000180CD7F000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF000000000000000000010000000000000001000000018023E1000000000000FFFFFFFF000100000000000000010000000000000001000000018022E1000000000000FFFFFFFF000100000000000000010000000000000001000000018025E1000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001802BE1000000000000FFFFFFFF00010000000000000001000000000000000100000001802CE1000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001807A8A000000000000FFFFFFFF00010000000000000001000000000000000100000001807B8A000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180D3B0000000000000FFFFFFFF000100000000000000010000000000000001000000018015B1000000000000FFFFFFFF0001000000000000000100000000000000010000000180F4B0000000000000FFFFFFFF000100000000000000010000000000000001000000018036B1000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180FF88000000000000FFFFFFFF0001000000000000000100000000000000010000000180FE88000000000000FFFFFFFF00010000000000000001000000000000000100000001800B81000000000000FFFFFFFF00010000000000000001000000000000000100000001800C81000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180F088000000000000FFFFFFFF0001000000000000000100000000000000010000000180EE7F000000000000FFFFFFFF000100000000000000010000000000000001000000018024E1000000000000FFFFFFFF00010000000000000001000000000000000100000001800A81000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001802280000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180C488000000000000FFFFFFFF0001000000000000000100000000000000010000000180C988000000000000FFFFFFFF0001000000000000000100000000000000010000000180C788000000000000FFFFFFFF0001000000000000000100000000000000010000000180C888000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180DD88000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180FB7F000000000000FFFFFFFF000100000000000000010000000000000001000000 + + + 1423 + 2800FFFF01001100434D4643546F6F6C426172427574746F6E00E100000000000000000000000000000000000000000000000100000001000000018001E100000000000001000000000000000000000000000000000100000001000000018003E1000000000000020000000000000000000000000000000001000000010000000180CD7F0000000000000300000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018023E100000000000004000000000000000000000000000000000100000001000000018022E100000000000005000000000000000000000000000000000100000001000000018025E10000000000000600000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001802BE10000000000000700000000000000000000000000000000010000000100000001802CE10000000000000800000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001807A8A0000000000000900000000000000000000000000000000010000000100000001807B8A0000000000000A00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180D3B00000000000000B000000000000000000000000000000000100000001000000018015B10000000000000C0000000000000000000000000000000001000000010000000180F4B00000000000000D000000000000000000000000000000000100000001000000018036B10000000000000E00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FF880000000000000F0000000000000000000000000000000001000000010000000180FE880000000000001000000000000000000000000000000000010000000100000001800B810000000000001100000000000000000000000000000000010000000100000001800C810000000000001200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180F088000000000000130000000000000000000000000000000001000000010000000180EE7F00000000000014000000000000000000000000000000000100000001000000018024E10000000000001500000000000000000000000000000000010000000100000001800A810000000000001600000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018022800000000000001700000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C488000000000000180000000000000000000000000000000001000000010000000180C988000000000000190000000000000000000000000000000001000000010000000180C7880000000000001A0000000000000000000000000000000001000000010000000180C8880000000000001B00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180DD880000000000001C00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FB7F0000000000001D000000000000000000000000000000000100000001000000 + + + + 59399 + Build + + 1010 + 00200000010000001000FFFF01001100434D4643546F6F6C426172427574746F6ECF7F0000000004001C0000000000000000000000000000000001000000010000000180D07F0000000000001D000000000000000000000000000000000100000001000000018030800000000000001E000000000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6EC7040000000000006A0000000C4261746368204275696C2664000000000000000000000000010000000100000000000000000000000100000004000580C7040000000000006A0000000C4261746368204275696C266400000000000000000000000001000000010000000000000000000000010000000000058046070000000000006B0000000D42617463682052656275696C640000000000000000000000000100000001000000000000000000000001000000000005804707000000000000FFFFFFFF0B426174636820436C65616E0000000000000000010000000000000001000000000000000000000001000000000005809E8A0000000000001F0000000F4261746326682053657475702E2E2E000000000000000000000000010000000100000000000000000000000100000000000180D17F0000000004002000000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001804C8A0000000000002100000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000FFFF01001900434D4643546F6F6C426172436F6D626F426F78427574746F6EBA0000000000000000000000000000000000000000000000000100000001000000960000000300205000000000195A69676265655F4F6E4F66665F5365727665725F436F6F726496000000000000000100195A69676265655F4F6E4F66665F5365727665725F436F6F7264000000000180EB880000000000002200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C07F000000000000230000000000000000000000000000000001000000010000000180B08A000000000400240000000000000000000000000000000001000000010000000180A8010000000000004E00000000000000000000000000000000010000000100000001807202000000000000530000000000000000000000000000000001000000010000000180BE010000000000005000000000000000000000000000000000010000000100000000000000054275696C64DC010000 + + + 583 + 1000FFFF01001100434D4643546F6F6C426172427574746F6ECF7F000000000000FFFFFFFF0001000000000000000100000000000000010000000180D07F000000000000FFFFFFFF00010000000000000001000000000000000100000001803080000000000000FFFFFFFF00010000000000000001000000000000000100000001809E8A000000000000FFFFFFFF0001000000000000000100000000000000010000000180D17F000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001804C8A000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001806680000000000000FFFFFFFF0001000000000000000100000000000000010000000180EB88000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180C07F000000000000FFFFFFFF0001000000000000000100000000000000010000000180B08A000000000000FFFFFFFF0001000000000000000100000000000000010000000180A801000000000000FFFFFFFF00010000000000000001000000000000000100000001807202000000000000FFFFFFFF0001000000000000000100000000000000010000000180BE01000000000000FFFFFFFF000100000000000000010000000000000001000000 + + + 583 + 1000FFFF01001100434D4643546F6F6C426172427574746F6ECF7F000000000000000000000000000000000000000000000001000000010000000180D07F00000000000001000000000000000000000000000000000100000001000000018030800000000000000200000000000000000000000000000000010000000100000001809E8A000000000000030000000000000000000000000000000001000000010000000180D17F0000000000000400000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001804C8A0000000000000500000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001806680000000000000060000000000000000000000000000000001000000010000000180EB880000000000000700000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C07F000000000000080000000000000000000000000000000001000000010000000180B08A000000000000090000000000000000000000000000000001000000010000000180A8010000000000000A000000000000000000000000000000000100000001000000018072020000000000000B0000000000000000000000000000000001000000010000000180BE010000000000000C000000000000000000000000000000000100000001000000 + + + + 59400 + Debug + + 2373 + 00200000000000001900FFFF01001100434D4643546F6F6C426172427574746F6ECC880000000000002500000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018017800000000000002600000000000000000000000000000000010000000100000001801D800000000000002700000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001801A800000000000002800000000000000000000000000000000010000000100000001801B80000000000000290000000000000000000000000000000001000000010000000180E57F0000000000002A00000000000000000000000000000000010000000100000001801C800000000000002B00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018000890000000000002C00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180E48B0000000000002D0000000000000000000000000000000001000000010000000180F07F0000000000002E0000000000000000000000000000000001000000010000000180E8880000000000003700000000000000000000000000000000010000000100000001803B010000000000002F0000000000000000000000000000000001000000010000000180BB8A00000000000030000000000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6E0E01000000000000310000000D57617463682057696E646F7773000000000000000000000000010000000100000000000000000000000100000003001380D88B00000000000031000000085761746368202631000000000000000000000000010000000100000000000000000000000100000000001380D98B00000000000031000000085761746368202632000000000000000000000000010000000100000000000000000000000100000000001380CE01000000000000FFFFFFFF0C576174636820416E63686F720000000000000000010000000000000001000000000000000000000001000000000013800F01000000000000320000000E4D656D6F72792057696E646F7773000000000000000000000000010000000100000000000000000000000100000004001380D28B00000000000032000000094D656D6F7279202631000000000000000000000000010000000100000000000000000000000100000000001380D38B00000000000032000000094D656D6F7279202632000000000000000000000000010000000100000000000000000000000100000000001380D48B00000000000032000000094D656D6F7279202633000000000000000000000000010000000100000000000000000000000100000000001380D58B00000000000032000000094D656D6F72792026340000000000000000000000000100000001000000000000000000000001000000000013801001000000000000330000000E53657269616C2057696E646F77730000000000000000000000000100000001000000000000000000000001000000040013809307000000000000330000000855415254202326310000000000000000000000000100000001000000000000000000000001000000000013809407000000000000330000000855415254202326320000000000000000000000000100000001000000000000000000000001000000000013809507000000000000330000000855415254202326330000000000000000000000000100000001000000000000000000000001000000000013809607000000000000330000001626446562756720287072696E746629205669657765720000000000000000000000000100000001000000000000000000000001000000000013803C010000000000007200000010416E616C797369732057696E646F7773000000000000000000000000010000000100000000000000000000000100000004001380658A000000000000340000000F264C6F67696320416E616C797A6572000000000000000000000000010000000100000000000000000000000100000000001380DC7F0000000000003E0000001526506572666F726D616E636520416E616C797A6572000000000000000000000000010000000100000000000000000000000100000000001380E788000000000000380000000E26436F646520436F766572616765000000000000000000000000010000000100000000000000000000000100000000001380CD01000000000000FFFFFFFF0F416E616C7973697320416E63686F7200000000000000000100000000000000010000000000000000000000010000000000138053010000000000003F0000000D54726163652057696E646F77730000000000000000000000000100000001000000000000000000000001000000010013805401000000000000FFFFFFFF115472616365204D656E7520416E63686F720000000000000000010000000000000001000000000000000000000001000000000013802901000000000000350000001553797374656D205669657765722057696E646F77730000000000000000000000000100000001000000000000000000000001000000010013804B01000000000000FFFFFFFF1453797374656D2056696577657220416E63686F720000000000000000010000000000000001000000000000000000000001000000000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000013800189000000000000360000000F26546F6F6C626F782057696E646F7700000000000000000000000001000000010000000000000000000000010000000300138044C5000000000000FFFFFFFF0E5570646174652057696E646F77730000000000000000010000000000000001000000000000000000000001000000000013800000000000000400FFFFFFFF000000000000000000010000000000000001000000000000000000000001000000000013805B01000000000000FFFFFFFF12546F6F6C626F78204D656E75416E63686F72000000000000000001000000000000000100000000000000000000000100000000000000000005446562756764020000 + + + 898 + 1900FFFF01001100434D4643546F6F6C426172427574746F6ECC88000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001801780000000000000FFFFFFFF00010000000000000001000000000000000100000001801D80000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001801A80000000000000FFFFFFFF00010000000000000001000000000000000100000001801B80000000000000FFFFFFFF0001000000000000000100000000000000010000000180E57F000000000000FFFFFFFF00010000000000000001000000000000000100000001801C80000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001800089000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180E48B000000000000FFFFFFFF0001000000000000000100000000000000010000000180F07F000000000000FFFFFFFF0001000000000000000100000000000000010000000180E888000000000000FFFFFFFF00010000000000000001000000000000000100000001803B01000000000000FFFFFFFF0001000000000000000100000000000000010000000180BB8A000000000000FFFFFFFF0001000000000000000100000000000000010000000180D88B000000000000FFFFFFFF0001000000000000000100000000000000010000000180D28B000000000000FFFFFFFF00010000000000000001000000000000000100000001809307000000000000FFFFFFFF0001000000000000000100000000000000010000000180658A000000000000FFFFFFFF0001000000000000000100000000000000010000000180C18A000000000000FFFFFFFF0001000000000000000100000000000000010000000180EE8B000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001800189000000000000FFFFFFFF000100000000000000010000000000000001000000 + + + 898 + 1900FFFF01001100434D4643546F6F6C426172427574746F6ECC880000000000000000000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018017800000000000000100000000000000000000000000000000010000000100000001801D800000000000000200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001801A800000000000000300000000000000000000000000000000010000000100000001801B80000000000000040000000000000000000000000000000001000000010000000180E57F0000000000000500000000000000000000000000000000010000000100000001801C800000000000000600000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018000890000000000000700000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180E48B000000000000080000000000000000000000000000000001000000010000000180F07F000000000000090000000000000000000000000000000001000000010000000180E8880000000000000A00000000000000000000000000000000010000000100000001803B010000000000000B0000000000000000000000000000000001000000010000000180BB8A0000000000000C0000000000000000000000000000000001000000010000000180D88B0000000000000D0000000000000000000000000000000001000000010000000180D28B0000000000000E000000000000000000000000000000000100000001000000018093070000000000000F0000000000000000000000000000000001000000010000000180658A000000000000100000000000000000000000000000000001000000010000000180C18A000000000000110000000000000000000000000000000001000000010000000180EE8B0000000000001200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180018900000000000013000000000000000000000000000000000100000001000000 + + + + 0 + 2560 + 1440 + + + + 1 + Debug + + -1 + -1 + 1 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 440100004F0000005105000013010000 + + + 16 + 4401000066000000510500002A010000 + + + + 1005 + 1005 + 1 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000660000003D01000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 109 + 109 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000660000003D01000089030000 + + + 16 + 260100003D010000A202000051040000 + + + + 1465 + 1465 + 1 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + 9C06000066000000FD0900002D050000 + + + 16 + 83090000CF0200007F0E0000A7030000 + + + + 1466 + 1466 + 0 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + 9C06000066000000FD0900002D050000 + + + 16 + 83090000CF0200007F0E0000A7030000 + + + + 1467 + 1467 + 0 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + 9C06000066000000FD0900002D050000 + + + 16 + 83090000CF0200007F0E0000A7030000 + + + + 1468 + 1468 + 0 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + 9C06000066000000FD0900002D050000 + + + 16 + 83090000CF0200007F0E0000A7030000 + + + + 1506 + 1506 + 0 + 0 + 0 + 0 + 32767 + 0 + 16384 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 1913 + 1913 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 47010000660000004E050000FA000000 + + + 16 + 260100003D010000DE04000001020000 + + + + 1935 + 1935 + 1 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + 9C06000066000000FD0900002D050000 + + + 16 + 83090000CF0200007F0E0000A7030000 + + + + 1936 + 1936 + 1 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + 9C06000066000000FD0900002D050000 + + + 16 + 83090000CF0200007F0E0000A7030000 + + + + 1937 + 1937 + 0 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + 9C06000066000000FD0900002D050000 + + + 16 + 83090000CF0200007F0E0000A7030000 + + + + 1939 + 1939 + 0 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + 9C06000066000000FD0900002D050000 + + + 16 + 83090000CF0200007F0E0000A7030000 + + + + 1940 + 1940 + 0 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + 9C06000066000000FD0900002D050000 + + + 16 + 83090000CF0200007F0E0000A7030000 + + + + 1941 + 1941 + 0 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + 9C06000066000000FD0900002D050000 + + + 16 + 83090000CF0200007F0E0000A7030000 + + + + 1942 + 1942 + 0 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + 9C06000066000000FD0900002D050000 + + + 16 + 83090000CF0200007F0E0000A7030000 + + + + 195 + 195 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000660000003D01000089030000 + + + 16 + 260100003D010000A202000051040000 + + + + 196 + 196 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000660000003D01000089030000 + + + 16 + 260100003D010000A202000051040000 + + + + 197 + 197 + 0 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + 0300000099040000920600002D050000 + + + 16 + 260100003D010000DE04000001020000 + + + + 198 + 198 + 1 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + 00000000A6030000950600007E040000 + + + 16 + 260100003D010000DE04000001020000 + + + + 199 + 199 + 1 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 00000000960400009506000046050000 + + + 16 + 260100003D010000DE04000001020000 + + + + 203 + 203 + 1 + 0 + 0 + 0 + 32767 + 0 + 8192 + 0 + + 16 + 44010000630000005105000013010000 + + + 16 + 260100003D010000DE04000001020000 + + + + 204 + 204 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 47010000660000004E050000FA000000 + + + 16 + 260100003D010000DE04000001020000 + + + + 221 + 221 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 00000000000000000000000000000000 + + + 16 + 0A0000000A0000006E0000006E000000 + + + + 2506 + 2506 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 2507 + 2507 + 0 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + 9C06000066000000FD0900002D050000 + + + 16 + 83090000CF0200007F0E0000A7030000 + + + + 343 + 343 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 47010000660000004E050000FA000000 + + + 16 + 260100003D010000DE04000001020000 + + + + 346 + 346 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 47010000660000004E050000FA000000 + + + 16 + 260100003D010000DE04000001020000 + + + + 35141 + 35141 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 47010000660000004E050000FA000000 + + + 16 + 260100003D010000660200004E020000 + + + + 35824 + 35824 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 47010000660000004E050000FA000000 + + + 16 + 260100003D010000DE04000001020000 + + + + 35885 + 35885 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 35886 + 35886 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 35887 + 35887 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 35888 + 35888 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 35889 + 35889 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 35890 + 35890 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 35891 + 35891 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 35892 + 35892 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 35893 + 35893 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 35894 + 35894 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 35895 + 35895 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 35896 + 35896 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 35897 + 35897 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 35898 + 35898 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 35899 + 35899 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 35900 + 35900 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 35901 + 35901 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 35902 + 35902 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 35903 + 35903 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 35904 + 35904 + 1 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 35905 + 35905 + 1 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 38003 + 38003 + 1 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000660000003D01000089030000 + + + 16 + 260100003D010000A202000051040000 + + + + 38007 + 38007 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 0300000099040000920600002D050000 + + + 16 + 260100003D010000DE04000001020000 + + + + 436 + 436 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 0300000099040000920600002D050000 + + + 16 + 260100003D010000A202000051040000 + + + + 437 + 437 + 0 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + 9C06000066000000FD0900002D050000 + + + 16 + 83090000CF0200007F0E0000A7030000 + + + + 440 + 440 + 0 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + 9C06000066000000FD0900002D050000 + + + 16 + 83090000CF0200007F0E0000A7030000 + + + + 463 + 463 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 0300000099040000920600002D050000 + + + 16 + 260100003D010000A202000051040000 + + + + 466 + 466 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 0300000099040000920600002D050000 + + + 16 + 260100003D010000A202000051040000 + + + + 470 + 470 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 47010000660000004E050000FA000000 + + + 16 + 260100003D010000DE04000001020000 + + + + 50000 + 50000 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 50001 + 50001 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 50002 + 50002 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 50003 + 50003 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 50004 + 50004 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 50005 + 50005 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 50006 + 50006 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 50007 + 50007 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 50008 + 50008 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 50009 + 50009 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 50010 + 50010 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 50011 + 50011 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 50012 + 50012 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 50013 + 50013 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 50014 + 50014 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 50015 + 50015 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 50016 + 50016 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 50017 + 50017 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 50018 + 50018 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 50019 + 50019 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 58050000660000009206000089030000 + + + 16 + 260100003D010000660200004E020000 + + + + 59392 + 59392 + 1 + 0 + 0 + 0 + 966 + 0 + 8192 + 0 + + 16 + 0000000000000000D10300001C000000 + + + 16 + 0A0000000A0000006E0000006E000000 + + + + 59393 + 0 + 1 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 0000000046050000000A000059050000 + + + 16 + 0A0000000A0000006E0000006E000000 + + + + 59399 + 59399 + 0 + 0 + 0 + 0 + 476 + 0 + 8192 + 1 + + 16 + 000000001C000000E701000038000000 + + + 16 + 0A0000000A0000006E0000006E000000 + + + + 59400 + 59400 + 1 + 0 + 0 + 0 + 612 + 0 + 8192 + 2 + + 16 + 000000001C0000006F02000038000000 + + + 16 + 0A0000000A0000006E0000006E000000 + + + + 824 + 824 + 0 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + 9C06000066000000FD0900002D050000 + + + 16 + 83090000CF0200007F0E0000A7030000 + + + + 3425 + 000000000C000000000000000020000001000000FFFFFFFFFFFFFFFF44010000130100005105000017010000010000000100001004000000010000000000000000000000FFFFFFFF08000000CB00000057010000CC000000F08B00005A01000079070000D601000045890000FFFF02000B004354616262656450616E6500200000010000004401000066000000510500002A010000440100004F00000051050000130100000000000040280056080000000B446973617373656D626C7901000000CB00000001000000FFFFFFFFFFFFFFFF14506572666F726D616E636520416E616C797A6572000000005701000001000000FFFFFFFFFFFFFFFF14506572666F726D616E636520416E616C797A657200000000CC00000001000000FFFFFFFFFFFFFFFF0E4C6F67696320416E616C797A657200000000F08B000001000000FFFFFFFFFFFFFFFF0D436F646520436F766572616765000000005A01000001000000FFFFFFFFFFFFFFFF11496E737472756374696F6E205472616365000000007907000001000000FFFFFFFFFFFFFFFF0F53797374656D20416E616C797A657200000000D601000001000000FFFFFFFFFFFFFFFF104576656E742053746174697374696373000000004589000001000000FFFFFFFFFFFFFFFF00000000000000000000000000000000000000000000000001000000FFFFFFFFCB00000001000000FFFFFFFFCB000000000000000040000001000000FFFFFFFFFFFFFFFF510500004F00000055050000A2030000010000000200001004000000010000000000000000000000FFFFFFFF2B000000E2050000CA0900002D8C00002E8C00002F8C0000308C0000318C0000328C0000338C0000348C0000358C0000368C0000378C0000388C0000398C00003A8C00003B8C00003C8C00003D8C00003E8C00003F8C0000408C0000418C000050C3000051C3000052C3000053C3000054C3000055C3000056C3000057C3000058C3000059C300005AC300005BC300005CC300005DC300005EC300005FC3000060C3000061C3000062C3000063C3000001800040000001000000550500006600000095060000B9030000550500004F00000095060000A203000000000000404100562B0000000753796D626F6C7300000000E205000001000000FFFFFFFFFFFFFFFF0A5472616365204461746100000000CA09000001000000FFFFFFFFFFFFFFFF00000000002D8C000001000000FFFFFFFFFFFFFFFF00000000002E8C000001000000FFFFFFFFFFFFFFFF00000000002F8C000001000000FFFFFFFFFFFFFFFF0000000000308C000001000000FFFFFFFFFFFFFFFF0000000000318C000001000000FFFFFFFFFFFFFFFF0000000000328C000001000000FFFFFFFFFFFFFFFF0000000000338C000001000000FFFFFFFFFFFFFFFF0000000000348C000001000000FFFFFFFFFFFFFFFF0000000000358C000001000000FFFFFFFFFFFFFFFF0000000000368C000001000000FFFFFFFFFFFFFFFF0000000000378C000001000000FFFFFFFFFFFFFFFF0000000000388C000001000000FFFFFFFFFFFFFFFF0000000000398C000001000000FFFFFFFFFFFFFFFF00000000003A8C000001000000FFFFFFFFFFFFFFFF00000000003B8C000001000000FFFFFFFFFFFFFFFF00000000003C8C000001000000FFFFFFFFFFFFFFFF00000000003D8C000001000000FFFFFFFFFFFFFFFF00000000003E8C000001000000FFFFFFFFFFFFFFFF00000000003F8C000001000000FFFFFFFFFFFFFFFF054750494F4201000000408C000001000000FFFFFFFFFFFFFFFF054750494F4101000000418C000001000000FFFFFFFFFFFFFFFF000000000050C3000001000000FFFFFFFFFFFFFFFF000000000051C3000001000000FFFFFFFFFFFFFFFF000000000052C3000001000000FFFFFFFFFFFFFFFF000000000053C3000001000000FFFFFFFFFFFFFFFF000000000054C3000001000000FFFFFFFFFFFFFFFF000000000055C3000001000000FFFFFFFFFFFFFFFF000000000056C3000001000000FFFFFFFFFFFFFFFF000000000057C3000001000000FFFFFFFFFFFFFFFF000000000058C3000001000000FFFFFFFFFFFFFFFF000000000059C3000001000000FFFFFFFFFFFFFFFF00000000005AC3000001000000FFFFFFFFFFFFFFFF00000000005BC3000001000000FFFFFFFFFFFFFFFF00000000005CC3000001000000FFFFFFFFFFFFFFFF00000000005DC3000001000000FFFFFFFFFFFFFFFF00000000005EC3000001000000FFFFFFFFFFFFFFFF00000000005FC3000001000000FFFFFFFFFFFFFFFF000000000060C3000001000000FFFFFFFFFFFFFFFF000000000061C3000001000000FFFFFFFFFFFFFFFF000000000062C3000001000000FFFFFFFFFFFFFFFF000000000063C3000001000000FFFFFFFFFFFFFFFF15000000000000000000000000000000000000000000000001000000FFFFFFFFE205000001000000FFFFFFFFE2050000000000000010000001000000FFFFFFFFFFFFFFFF400100004F00000044010000A2030000010000000200001004000000010000000000000000000000FFFFFFFF05000000ED0300006D000000C3000000C40000007394000001800010000001000000000000006600000040010000B9030000000000004F00000040010000A20300000000000040410056050000000750726F6A65637401000000ED03000001000000FFFFFFFFFFFFFFFF05426F6F6B73000000006D00000001000000FFFFFFFFFFFFFFFF0946756E6374696F6E7300000000C300000001000000FFFFFFFFFFFFFFFF0954656D706C6174657300000000C400000001000000FFFFFFFFFFFFFFFF09526567697374657273010000007394000001000000FFFFFFFFFFFFFFFF04000000000000000000000000000000000000000000000001000000FFFFFFFFED03000001000000FFFFFFFFED030000000000000080000001000000FFFFFFFFFFFFFFFF00000000A203000095060000A603000001000000010000100400000001000000000000000000000000000000000000000000000001000000C60000000000000001000000000000000000000001000000FFFFFFFF000500006E040000040500004605000000000000020000000400000000000000000000000000000000000000000000000000000001000000C600000001000000C6000000000000000080000001000000FFFFFFFFFFFFFFFF000000007E0400009506000082040000010000000100001004000000010000000000000000000000FFFFFFFF06000000C5000000C7000000B4010000D2010000CF01000077940000018000800000010000000000000099040000950600005D050000000000008204000095060000460500000000000040820056060000000C4275696C64204F757470757400000000C500000001000000FFFFFFFFFFFFFFFF0D46696E6420496E2046696C657301000000C700000001000000FFFFFFFFFFFFFFFF0A4572726F72204C69737400000000B401000001000000FFFFFFFFFFFFFFFF0E536F757263652042726F7773657200000000D201000001000000FFFFFFFFFFFFFFFF0E416C6C205265666572656E63657300000000CF01000001000000FFFFFFFFFFFFFFFF0642726F777365000000007794000001000000FFFFFFFFFFFFFFFF01000000000000000000000000000000000000000000000001000000FFFFFFFFC500000001000000FFFFFFFFC5000000000000000040000001000000FFFFFFFFFFFFFFFF950600004F000000990600004605000001000000020000100400000001000000ABFBFFFF5C04000000000000000000000000000001000000FFFFFFFF0F0000008F070000930700009407000095070000960700009007000091070000B5010000B801000038030000B9050000BA050000BB050000BC050000CB090000018000400000010000009906000066000000000A00005D050000990600004F000000000A00004605000000000000404100560F0000001343616C6C20537461636B202B204C6F63616C73010000008F07000001000000FFFFFFFFFFFFFFFF0755415254202331000000009307000001000000FFFFFFFFFFFFFFFF0755415254202332000000009407000001000000FFFFFFFFFFFFFFFF0755415254202333000000009507000001000000FFFFFFFFFFFFFFFF15446562756720287072696E74662920566965776572000000009607000001000000FFFFFFFFFFFFFFFF0757617463682031010000009007000001000000FFFFFFFFFFFFFFFF0757617463682032000000009107000001000000FFFFFFFFFFFFFFFF10547261636520457863657074696F6E7300000000B501000001000000FFFFFFFFFFFFFFFF0E4576656E7420436F756E7465727300000000B801000001000000FFFFFFFFFFFFFFFF09554C494E4B706C7573000000003803000001000000FFFFFFFFFFFFFFFF084D656D6F7279203101000000B905000001000000FFFFFFFFFFFFFFFF084D656D6F7279203200000000BA05000001000000FFFFFFFFFFFFFFFF084D656D6F7279203300000000BB05000001000000FFFFFFFFFFFFFFFF084D656D6F7279203400000000BC05000001000000FFFFFFFFFFFFFFFF105472616365204E617669676174696F6E00000000CB09000001000000FFFFFFFFFFFFFFFF0500000000000000000000000000000000000000000000000000000001000000FFFFFFFF8F07000001000000FFFFFFFF8F070000000000000000000000000000 + + + 59392 + File + + 2683 + 00200000010000002800FFFF01001100434D4643546F6F6C426172427574746F6E00E100000000000000000000000000000000000000000000000100000001000000018001E100000000000001000000000000000000000000000000000100000001000000018003E1000000000000020000000000000000000000000000000001000000010000000180CD7F0000000000000300000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018023E100000000040004000000000000000000000000000000000100000001000000018022E100000000040005000000000000000000000000000000000100000001000000018025E10000000000000600000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001802BE10000000004000700000000000000000000000000000000010000000100000001802CE10000000004000800000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001807A8A0000000000000900000000000000000000000000000000010000000100000001807B8A0000000000000A00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180D3B00000000000000B000000000000000000000000000000000100000001000000018015B10000000004000C0000000000000000000000000000000001000000010000000180F4B00000000004000D000000000000000000000000000000000100000001000000018036B10000000004000E00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FF88000000000400460000000000000000000000000000000001000000010000000180FE880000000004004500000000000000000000000000000000010000000100000001800B810000000004001300000000000000000000000000000000010000000100000001800C810000000004001400000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180F0880000020000000F000000000000000000000000000000000100000001000000FFFF0100120043555646696E64436F6D626F427574746F6EE803000000000000000000000000000000000000000000000001000000010000009600000002002050000000000F4150505F524F4C455F4D4153544552960000000000000007000F4150505F524F4C455F4D41535445521C4150505F524F4C455F4445544543545F4D41535445525F4C4556454C0E4750494F5F50494E5F5245534554174150505F524F4C455F4445544543545F454E41424C4544000A45585449315F4952516E06627574746F6E00000000000000000000000000000000000000000000000000000000018024E10000000000001100000000000000000000000000000000010000000100000001800A810000000000001200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6E2280000002000100150000002153746172742F53746F70202644656275672053657373696F6E094374726C2B46350000000000000000000000000100000001000000000000000000000001000000020021802280000000000000150000002153746172742F53746F70202644656275672053657373696F6E094374726C2B4635000000000000000000000000010000000100000000000000000000000100000000002180E0010000000000007500000021456E65726779204D6561737572656D656E742026776974686F75742044656275670000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C488000000000000160000000000000000000000000000000001000000010000000180C988000000000400180000000000000000000000000000000001000000010000000180C788000000000000190000000000000000000000000000000001000000010000002180C8880000000000001700000027264B696C6C20416C6C20427265616B706F696E747320696E2043757272656E7420546172676574000000000000000000000000010000000100000000000000000000000100000003002180C8880000000000001700000027264B696C6C20416C6C20427265616B706F696E747320696E2043757272656E7420546172676574000000000000000000000000010000000100000000000000000000000100000000002180E50100000000000078000000264B696C6C20416C6C20427265616B706F696E747320696E204163746976652050726F6A656374000000000000000000000000010000000100000000000000000000000100000000002180E601000000000000790000002F4B696C6C20416C6C20427265616B706F696E747320696E204D756C74692D50726F6A65637420576F726B73706163650000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000021804C010000020001001A0000000F2650726F6A6563742057696E646F77000000000000000000000000010000000100000000000000000000000100000008002180DD880000000000001A0000000750726F6A656374000000000000000000000000010000000100000000000000000000000100000000002180DC8B0000000000003A00000005426F6F6B73000000000000000000000000010000000100000000000000000000000100000000002180E18B0000000000003B0000000946756E6374696F6E73000000000000000000000000010000000100000000000000000000000100000000002180E28B000000000000400000000954656D706C6174657300000000000000000000000001000000010000000000000000000000010000000000218018890000000000003D0000000E536F757263652042726F777365720000000000000000000000000100000001000000000000000000000001000000000021800000000000000400FFFFFFFF00000000000000000001000000000000000100000000000000000000000100000000002180D988000000000000390000000C4275696C64204F7574707574000000000000000000000000010000000100000000000000000000000100000000002180E38B000000000000410000000B46696E64204F75747075740000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FB7F0000000000001B000000000000000000000000000000000100000001000000000000000446696C65C6030000 + + + 1423 + 2800FFFF01001100434D4643546F6F6C426172427574746F6E00E1000000000000FFFFFFFF000100000000000000010000000000000001000000018001E1000000000000FFFFFFFF000100000000000000010000000000000001000000018003E1000000000000FFFFFFFF0001000000000000000100000000000000010000000180CD7F000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF000000000000000000010000000000000001000000018023E1000000000000FFFFFFFF000100000000000000010000000000000001000000018022E1000000000000FFFFFFFF000100000000000000010000000000000001000000018025E1000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001802BE1000000000000FFFFFFFF00010000000000000001000000000000000100000001802CE1000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001807A8A000000000000FFFFFFFF00010000000000000001000000000000000100000001807B8A000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180D3B0000000000000FFFFFFFF000100000000000000010000000000000001000000018015B1000000000000FFFFFFFF0001000000000000000100000000000000010000000180F4B0000000000000FFFFFFFF000100000000000000010000000000000001000000018036B1000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180FF88000000000000FFFFFFFF0001000000000000000100000000000000010000000180FE88000000000000FFFFFFFF00010000000000000001000000000000000100000001800B81000000000000FFFFFFFF00010000000000000001000000000000000100000001800C81000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180F088000000000000FFFFFFFF0001000000000000000100000000000000010000000180EE7F000000000000FFFFFFFF000100000000000000010000000000000001000000018024E1000000000000FFFFFFFF00010000000000000001000000000000000100000001800A81000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001802280000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180C488000000000000FFFFFFFF0001000000000000000100000000000000010000000180C988000000000000FFFFFFFF0001000000000000000100000000000000010000000180C788000000000000FFFFFFFF0001000000000000000100000000000000010000000180C888000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180DD88000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180FB7F000000000000FFFFFFFF000100000000000000010000000000000001000000 + + + 1423 + 2800FFFF01001100434D4643546F6F6C426172427574746F6E00E100000000000000000000000000000000000000000000000100000001000000018001E100000000000001000000000000000000000000000000000100000001000000018003E1000000000000020000000000000000000000000000000001000000010000000180CD7F0000000000000300000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018023E100000000000004000000000000000000000000000000000100000001000000018022E100000000000005000000000000000000000000000000000100000001000000018025E10000000000000600000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001802BE10000000000000700000000000000000000000000000000010000000100000001802CE10000000000000800000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001807A8A0000000000000900000000000000000000000000000000010000000100000001807B8A0000000000000A00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180D3B00000000000000B000000000000000000000000000000000100000001000000018015B10000000000000C0000000000000000000000000000000001000000010000000180F4B00000000000000D000000000000000000000000000000000100000001000000018036B10000000000000E00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FF880000000000000F0000000000000000000000000000000001000000010000000180FE880000000000001000000000000000000000000000000000010000000100000001800B810000000000001100000000000000000000000000000000010000000100000001800C810000000000001200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180F088000000000000130000000000000000000000000000000001000000010000000180EE7F00000000000014000000000000000000000000000000000100000001000000018024E10000000000001500000000000000000000000000000000010000000100000001800A810000000000001600000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018022800000000000001700000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C488000000000000180000000000000000000000000000000001000000010000000180C988000000000000190000000000000000000000000000000001000000010000000180C7880000000000001A0000000000000000000000000000000001000000010000000180C8880000000000001B00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180DD880000000000001C00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FB7F0000000000001D000000000000000000000000000000000100000001000000 + + + + 59399 + Build + + 955 + 00200000000000001000FFFF01001100434D4643546F6F6C426172427574746F6ECF7F0000000000001C0000000000000000000000000000000001000000010000000180D07F0000000000001D000000000000000000000000000000000100000001000000018030800000000000001E000000000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6EC7040000000000006A0000000C4261746368204275696C2664000000000000000000000000010000000100000000000000000000000100000004000580C7040000000000006A0000000C4261746368204275696C266400000000000000000000000001000000010000000000000000000000010000000000058046070000000000006B0000000D42617463682052656275696C640000000000000000000000000100000001000000000000000000000001000000000005804707000000000000FFFFFFFF0B426174636820436C65616E0000000000000000010000000000000001000000000000000000000001000000000005809E8A0000000000001F0000000F4261746326682053657475702E2E2E000000000000000000000000010000000100000000000000000000000100000000000180D17F0000000000002000000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001804C8A0000000000002100000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000FFFF01001900434D4643546F6F6C426172436F6D626F426F78427574746F6EBA00000000000000000000000000000000000000000000000001000000010000009600000003002050FFFFFFFF00960000000000000000000180EB880000000000002200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C07F000000000000230000000000000000000000000000000001000000010000000180B08A000000000000240000000000000000000000000000000001000000010000000180A8010000000000004E00000000000000000000000000000000010000000100000001807202000000000000530000000000000000000000000000000001000000010000000180BE010000000000005000000000000000000000000000000000010000000100000000000000054275696C64DC010000 + + + 583 + 1000FFFF01001100434D4643546F6F6C426172427574746F6ECF7F000000000000FFFFFFFF0001000000000000000100000000000000010000000180D07F000000000000FFFFFFFF00010000000000000001000000000000000100000001803080000000000000FFFFFFFF00010000000000000001000000000000000100000001809E8A000000000000FFFFFFFF0001000000000000000100000000000000010000000180D17F000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001804C8A000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001806680000000000000FFFFFFFF0001000000000000000100000000000000010000000180EB88000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180C07F000000000000FFFFFFFF0001000000000000000100000000000000010000000180B08A000000000000FFFFFFFF0001000000000000000100000000000000010000000180A801000000000000FFFFFFFF00010000000000000001000000000000000100000001807202000000000000FFFFFFFF0001000000000000000100000000000000010000000180BE01000000000000FFFFFFFF000100000000000000010000000000000001000000 + + + 583 + 1000FFFF01001100434D4643546F6F6C426172427574746F6ECF7F000000000000000000000000000000000000000000000001000000010000000180D07F00000000000001000000000000000000000000000000000100000001000000018030800000000000000200000000000000000000000000000000010000000100000001809E8A000000000000030000000000000000000000000000000001000000010000000180D17F0000000000000400000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001804C8A0000000000000500000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001806680000000000000060000000000000000000000000000000001000000010000000180EB880000000000000700000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C07F000000000000080000000000000000000000000000000001000000010000000180B08A000000000000090000000000000000000000000000000001000000010000000180A8010000000000000A000000000000000000000000000000000100000001000000018072020000000000000B0000000000000000000000000000000001000000010000000180BE010000000000000C000000000000000000000000000000000100000001000000 + + + + 59400 + Debug + + 2362 + 00200000010000001900FFFF01001100434D4643546F6F6C426172427574746F6ECC880000000000002500000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018017800000000000002600000000000000000000000000000000010000000100000001801D800000000004002700000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001801A800000000000002800000000000000000000000000000000010000000100000001801B80000000000000290000000000000000000000000000000001000000010000000180E57F0000000000002A00000000000000000000000000000000010000000100000001801C800000000000002B00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018000890000000000002C00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180E48B0000020001002D0000000000000000000000000000000001000000010000000180F07F0000020001002E0000000000000000000000000000000001000000010000000180E8880000020000003700000000000000000000000000000000010000000100000001803B010000020001002F0000000000000000000000000000000001000000010000000180BB8A00000200010030000000000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6E0E01000002000100310000000D57617463682057696E646F7773000000000000000000000000010000000100000000000000000000000100000003001380D88B00000000000031000000085761746368202631000000000000000000000000010000000100000000000000000000000100000000001380D98B00000000000031000000085761746368202632000000000000000000000000010000000100000000000000000000000100000000001380CE01000000000000FFFFFFFF0C576174636820416E63686F720000000000000000010000000000000001000000000000000000000001000000000013800F0100000200010032000000094D656D6F7279202631000000000000000000000000010000000100000000000000000000000100000004001380D28B00000000000032000000094D656D6F7279202631000000000000000000000000010000000100000000000000000000000100000000001380D38B00000000000032000000094D656D6F7279202632000000000000000000000000010000000100000000000000000000000100000000001380D48B00000000000032000000094D656D6F7279202633000000000000000000000000010000000100000000000000000000000100000000001380D58B00000000000032000000094D656D6F72792026340000000000000000000000000100000001000000000000000000000001000000000013801001000002000000330000000855415254202326310000000000000000000000000100000001000000000000000000000001000000040013809307000000000000330000000855415254202326310000000000000000000000000100000001000000000000000000000001000000000013809407000000000000330000000855415254202326320000000000000000000000000100000001000000000000000000000001000000000013809507000000000000330000000855415254202326330000000000000000000000000100000001000000000000000000000001000000000013809607000000000000330000001626446562756720287072696E746629205669657765720000000000000000000000000100000001000000000000000000000001000000000013803C010000000000007200000010416E616C797369732057696E646F7773000000000000000000000000010000000100000000000000000000000100000004001380658A000000000000340000000F264C6F67696320416E616C797A6572000000000000000000000000010000000100000000000000000000000100000000001380DC7F0000000000003E0000001526506572666F726D616E636520416E616C797A6572000000000000000000000000010000000100000000000000000000000100000000001380E788000000000000380000000E26436F646520436F766572616765000000000000000000000000010000000100000000000000000000000100000000001380CD01000000000000FFFFFFFF0F416E616C7973697320416E63686F7200000000000000000100000000000000010000000000000000000000010000000000138053010000000000003F0000000D54726163652057696E646F77730000000000000000000000000100000001000000000000000000000001000000010013805401000000000000FFFFFFFF115472616365204D656E7520416E63686F720000000000000000010000000000000001000000000000000000000001000000000013802901000000000000350000001553797374656D205669657765722057696E646F77730000000000000000000000000100000001000000000000000000000001000000010013804B01000000000000FFFFFFFF1453797374656D2056696577657220416E63686F720000000000000000010000000000000001000000000000000000000001000000000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000013800189000002000000360000000F26546F6F6C626F782057696E646F7700000000000000000000000001000000010000000000000000000000010000000300138044C5000000000000FFFFFFFF0E5570646174652057696E646F77730000000000000000010000000000000001000000000000000000000001000000000013800000000000000400FFFFFFFF000000000000000000010000000000000001000000000000000000000001000000000013805B01000000000000FFFFFFFF12546F6F6C626F78204D656E75416E63686F72000000000000000001000000000000000100000000000000000000000100000000000000000005446562756764020000 + + + 898 + 1900FFFF01001100434D4643546F6F6C426172427574746F6ECC88000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001801780000000000000FFFFFFFF00010000000000000001000000000000000100000001801D80000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001801A80000000000000FFFFFFFF00010000000000000001000000000000000100000001801B80000000000000FFFFFFFF0001000000000000000100000000000000010000000180E57F000000000000FFFFFFFF00010000000000000001000000000000000100000001801C80000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001800089000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180E48B000000000000FFFFFFFF0001000000000000000100000000000000010000000180F07F000000000000FFFFFFFF0001000000000000000100000000000000010000000180E888000000000000FFFFFFFF00010000000000000001000000000000000100000001803B01000000000000FFFFFFFF0001000000000000000100000000000000010000000180BB8A000000000000FFFFFFFF0001000000000000000100000000000000010000000180D88B000000000000FFFFFFFF0001000000000000000100000000000000010000000180D28B000000000000FFFFFFFF00010000000000000001000000000000000100000001809307000000000000FFFFFFFF0001000000000000000100000000000000010000000180658A000000000000FFFFFFFF0001000000000000000100000000000000010000000180C18A000000000000FFFFFFFF0001000000000000000100000000000000010000000180EE8B000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001800189000000000000FFFFFFFF000100000000000000010000000000000001000000 + + + 898 + 1900FFFF01001100434D4643546F6F6C426172427574746F6ECC880000000000000000000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018017800000000000000100000000000000000000000000000000010000000100000001801D800000000000000200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001801A800000000000000300000000000000000000000000000000010000000100000001801B80000000000000040000000000000000000000000000000001000000010000000180E57F0000000000000500000000000000000000000000000000010000000100000001801C800000000000000600000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018000890000000000000700000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180E48B000000000000080000000000000000000000000000000001000000010000000180F07F000000000000090000000000000000000000000000000001000000010000000180E8880000000000000A00000000000000000000000000000000010000000100000001803B010000000000000B0000000000000000000000000000000001000000010000000180BB8A0000000000000C0000000000000000000000000000000001000000010000000180D88B0000000000000D0000000000000000000000000000000001000000010000000180D28B0000000000000E000000000000000000000000000000000100000001000000018093070000000000000F0000000000000000000000000000000001000000010000000180658A000000000000100000000000000000000000000000000001000000010000000180C18A000000000000110000000000000000000000000000000001000000010000000180EE8B0000000000001200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180018900000000000013000000000000000000000000000000000100000001000000 + + + + 0 + 2560 + 1440 + + + + + + 1 + 0 + + 100 + 9 + + startup_stm32wb55xx_cm4.s + 0 + 138 + 154 + 1 + + 0 + + + ../Core/Src/main.c + 25 + 66 + 79 + 1 + + 0 + + + ../Core/Src/app_entry.c + 0 + 538 + 550 + 1 + + 0 + + + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Utilities/sequencer/stm32_seq.c + 30 + 385 + 395 + 1 + + 0 + + + ../App/hardware.c + 8 + 36 + 62 + 1 + + 0 + + + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/BSP/P-NUCLEO-WB55.Nucleo/stm32wbxx_nucleo.c + 0 + 1004 + 1066 + 1 + + 0 + + + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h + 0 + 45 + 101 + 1 + + 0 + + + ..\App\hardware.h + 0 + 1 + 16 + 1 + + 0 + + + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal.c + 0 + 270 + 332 + 1 + + 0 + + + ..\App\app_config.h + 52 + 1 + 13 + 1 + + 0 + + + ..\App\app_types.h + 0 + 1 + 9 + 1 + + 0 + + + ../STM32_WPAN/App/app_zigbee.c + 0 + 234 + 269 + 1 + + 0 + + + ../App/app_globals.c + 0 + 50 + 72 + 1 + + 0 + + + ../App/zigbee_app.c + 0 + 1 + 14 + 1 + + 0 + + + ../App/slave_inputs.c + 0 + 21 + 38 + 1 + + 0 + + + + +
diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord.uvoptx b/MDK-ARM/Zigbee_OnOff_Server_Coord.uvoptx new file mode 100644 index 0000000..6fed08a --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord.uvoptx @@ -0,0 +1,1020 @@ + + + + 1.0 + +
### uVision Project, (C) Keil Software
+ + + *.c + *.s*; *.src; *.a* + *.obj; *.o + *.lib + *.txt; *.h; *.inc; *.md + *.plm + *.cpp + 0 + + + + 0 + 0 + + + + Zigbee_OnOff_Server_Coord + 0x4 + ARM-ADS + + 12000000 + + 1 + 1 + 0 + 1 + 0 + + + 1 + 65535 + 0 + 0 + 0 + + + 79 + 66 + 8 + + + + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + + + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + + + 1 + 0 + 1 + + 18 + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 6 + + + + + + + + + + + STLink\ST-LINKIII-KEIL_SWO.dll + + + + 0 + UL2CM3 + UL2CM3(-S0 -C0 -P0 ) -FN1 -FC8000 -FD20000000 -FF0STM32WB5x_M4_1024 -FL0100000 -FS08000000 -FP0($$Device:STM32WB55CGUx$CMSIS\Flash\STM32WB5x_M4_1024.FLM) + + + 0 + ST-LINKIII-KEIL_SWO + -U0671FF515075485067075739 -O206 -SF4000 -C0 -A0 -I0 -HNlocalhost -HP7184 -P1 -N00("ARM CoreSight SW-DP") -D00(6BA02477) -L00(0) -TO131090 -TC10000000 -TT10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC8000 -FN1 -FF0STM32WB5x_M4_1024.FLM -FS08000000 -FL0100000 -FP0($$Device:STM32WB55CGUx$CMSIS\Flash\STM32WB5x_M4_1024.FLM) -WA0 -WE0 -WVCE4 -WS2710 -WM0 -WP2 -WK0-R0 + + + 0 + ARMRTXEVENTFLAGS + -L70 -Z18 -C0 -M0 -T1 + + + 0 + DLGTARM + (1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0) + + + 0 + ARMDBGFLAGS + + + + 0 + DLGUARM + (105=-1,-1,-1,-1,0) + + + + + + 0 + 1 + g_app + + + 1 + 1 + watch_is_master + + + 2 + 1 + watch_master_online + + + 3 + 1 + watch_report_rx_count + + + 4 + 1 + watch_master_button_mask + + + 5 + 1 + watch_master_online + + + 6 + 1 + watch_report_rx_count + + + 7 + 1 + watch_zigbee_state + + + 8 + 1 + watch_report_tx_fail_streak + + + 9 + 1 + watch_report_tx_confirm_status + + + 10 + 1 + watch_rejoin_request_count + + + + 0 + + + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + + + + 0 + 0 + 0 + + + + + + + + + + + System Viewer\GPIOA + 35905 + + + System Viewer\GPIOB + 35904 + + + + + + + Application/MDK-ARM + 0 + 0 + 0 + 0 + + 1 + 1 + 2 + 0 + 0 + 0 + startup_stm32wb55xx_cm4.s + startup_stm32wb55xx_cm4.s + 0 + 0 + + + + + Application/User/Core + 0 + 0 + 0 + 0 + + 2 + 2 + 1 + 0 + 0 + 0 + ../Core/Src/main.c + main.c + 0 + 0 + + + 2 + 3 + 1 + 0 + 0 + 0 + ../Core/Src/app_entry.c + app_entry.c + 0 + 0 + + + 2 + 4 + 1 + 0 + 0 + 0 + ../Core/Src/hw_timerserver.c + hw_timerserver.c + 0 + 0 + + + 2 + 5 + 1 + 0 + 0 + 0 + ../Core/Src/hw_uart.c + hw_uart.c + 0 + 0 + + + 2 + 6 + 1 + 0 + 0 + 0 + ../Core/Src/stm32_lpm_if.c + stm32_lpm_if.c + 0 + 0 + + + 2 + 7 + 1 + 0 + 0 + 0 + ../Core/Src/stm_logging.c + stm_logging.c + 0 + 0 + + + 2 + 8 + 1 + 0 + 0 + 0 + ../Core/Src/stm32wbxx_it.c + stm32wbxx_it.c + 0 + 0 + + + 2 + 9 + 1 + 0 + 0 + 0 + ../Core/Src/stm32wbxx_hal_msp.c + stm32wbxx_hal_msp.c + 0 + 0 + + + + + Application/User/STM32_WPAN/App + 0 + 0 + 0 + 0 + + 3 + 10 + 1 + 0 + 0 + 0 + ../STM32_WPAN/App/app_zigbee.c + app_zigbee.c + 0 + 0 + + + + + Application/User/STM32_WPAN/Target + 0 + 0 + 0 + 0 + + 4 + 11 + 1 + 0 + 0 + 0 + ../STM32_WPAN/Target/hw_ipcc.c + hw_ipcc.c + 0 + 0 + + + + + Application/User/App + 0 + 0 + 0 + 0 + + 5 + 12 + 1 + 0 + 0 + 0 + ../App/app_globals.c + app_globals.c + 0 + 0 + + + 5 + 13 + 1 + 0 + 0 + 0 + ../App/hardware.c + hardware.c + 0 + 0 + + + 5 + 14 + 1 + 0 + 0 + 0 + ../App/slave_inputs.c + slave_inputs.c + 0 + 0 + + + 5 + 15 + 1 + 0 + 0 + 0 + ../App/zigbee_app.c + zigbee_app.c + 0 + 0 + + + 5 + 16 + 1 + 0 + 0 + 0 + ../App/zigbee_port.c + zigbee_port.c + 0 + 0 + + + + + Doc + 0 + 0 + 0 + 0 + + 6 + 17 + 5 + 0 + 0 + 0 + ../readme.txt + readme.txt + 0 + 0 + + + + + Drivers/BSP/P-NUCLEO-WB55.Nucleo + 0 + 0 + 0 + 0 + + 7 + 18 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/BSP/P-NUCLEO-WB55.Nucleo/stm32wbxx_nucleo.c + stm32wbxx_nucleo.c + 0 + 0 + + + + + Drivers/STM32WBxx_HAL_Driver + 0 + 0 + 0 + 0 + + 8 + 19 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_hsem.c + stm32wbxx_hal_hsem.c + 0 + 0 + + + 8 + 20 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_rcc.c + stm32wbxx_hal_rcc.c + 0 + 0 + + + 8 + 21 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_ll_rcc.c + stm32wbxx_ll_rcc.c + 0 + 0 + + + 8 + 22 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_rcc_ex.c + stm32wbxx_hal_rcc_ex.c + 0 + 0 + + + 8 + 23 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_flash.c + stm32wbxx_hal_flash.c + 0 + 0 + + + 8 + 24 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_flash_ex.c + stm32wbxx_hal_flash_ex.c + 0 + 0 + + + 8 + 25 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_gpio.c + stm32wbxx_hal_gpio.c + 0 + 0 + + + 8 + 26 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_dma.c + stm32wbxx_hal_dma.c + 0 + 0 + + + 8 + 27 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_dma_ex.c + stm32wbxx_hal_dma_ex.c + 0 + 0 + + + 8 + 28 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_pwr.c + stm32wbxx_hal_pwr.c + 0 + 0 + + + 8 + 29 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_pwr_ex.c + stm32wbxx_hal_pwr_ex.c + 0 + 0 + + + 8 + 30 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_cortex.c + stm32wbxx_hal_cortex.c + 0 + 0 + + + 8 + 31 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal.c + stm32wbxx_hal.c + 0 + 0 + + + 8 + 32 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_exti.c + stm32wbxx_hal_exti.c + 0 + 0 + + + 8 + 33 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_ipcc.c + stm32wbxx_hal_ipcc.c + 0 + 0 + + + 8 + 34 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_uart.c + stm32wbxx_hal_uart.c + 0 + 0 + + + 8 + 35 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_uart_ex.c + stm32wbxx_hal_uart_ex.c + 0 + 0 + + + 8 + 36 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_rtc.c + stm32wbxx_hal_rtc.c + 0 + 0 + + + 8 + 37 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_rtc_ex.c + stm32wbxx_hal_rtc_ex.c + 0 + 0 + + + 8 + 38 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_tim.c + stm32wbxx_hal_tim.c + 0 + 0 + + + 8 + 39 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_tim_ex.c + stm32wbxx_hal_tim_ex.c + 0 + 0 + + + + + Drivers/CMSIS + 0 + 0 + 0 + 0 + + 9 + 40 + 1 + 0 + 0 + 0 + ../Core/Src/system_stm32wbxx.c + system_stm32wbxx.c + 0 + 0 + + + + + Middlewares/STM32_WPAN + 0 + 0 + 0 + 0 + + 10 + 41 + 4 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/lib/stm32wb_zigbee_wb_lib_keil.lib + stm32wb_zigbee_wb_lib_keil.lib + 0 + 0 + + + 10 + 42 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/tl_mbox.c + tl_mbox.c + 0 + 0 + + + 10 + 43 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci/shci.c + shci.c + 0 + 0 + + + 10 + 44 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/utilities/dbg_trace.c + dbg_trace.c + 0 + 0 + + + 10 + 45 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/utilities/otp.c + otp.c + 0 + 0 + + + 10 + 46 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/utilities/stm_list.c + stm_list.c + 0 + 0 + + + 10 + 47 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/utilities/stm_queue.c + stm_queue.c + 0 + 0 + + + 10 + 48 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/tl_zigbee_hci.c + tl_zigbee_hci.c + 0 + 0 + + + 10 + 49 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/shci_tl.c + shci_tl.c + 0 + 0 + + + 10 + 50 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/shci_tl_if.c + shci_tl_if.c + 0 + 0 + + + 10 + 51 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/platform/ee.c + ee.c + 0 + 0 + + + 10 + 52 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/platform/hw_flash.c + hw_flash.c + 0 + 0 + + + 10 + 53 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/core/src/zigbee_core_wb.c + zigbee_core_wb.c + 0 + 0 + + + + + Utilities + 0 + 0 + 0 + 0 + + 11 + 54 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Utilities/lpm/tiny_lpm/stm32_lpm.c + stm32_lpm.c + 0 + 0 + + + 11 + 55 + 1 + 0 + 0 + 0 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Utilities/sequencer/stm32_seq.c + stm32_seq.c + 0 + 0 + + + + + ::CMSIS + 0 + 0 + 0 + 1 + + +
diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord.uvprojx b/MDK-ARM/Zigbee_OnOff_Server_Coord.uvprojx new file mode 100644 index 0000000..c626a9d --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord.uvprojx @@ -0,0 +1,745 @@ + + + + 2.1 + +
### uVision Project, (C) Keil Software
+ + + + Zigbee_OnOff_Server_Coord + 0x4 + ARM-ADS + 6220000::V6.22::ARMCLANG + 6220000::V6.22::ARMCLANG + 1 + + + STM32WB55CGUx + STMicroelectronics + Keil.STM32WBxx_DFP.2.0.1 + https://www.keil.com/pack/ + IRAM(0x20000000,0x00030000) IROM(0x08000000,0x00100000) CPUTYPE("Cortex-M4") FPU2 DSP CLOCK(12000000) ESEL ELITTLE + + + UL2CM3(-S0 -C0 -P0 -FD20000000 -FC8000 -FN1 -FF0STM32WB5x_M4_1024 -FS08000000 -FL0100000 -FP0($$Device:STM32WB55CGUx$CMSIS\Flash\STM32WB5x_M4_1024.FLM)) + 0 + + + + + + + + + + + $$Device:STM32WB55CGUx$CMSIS\SVD\STM32WB55_CM4.svd + 1 + 0 + + + + + + + 0 + 0 + 0 + 0 + 1 + + .\Zigbee_OnOff_Server_Coord\Exe\ + Zigbee_OnOff_Server_Coord + 1 + 0 + 1 + 1 + 1 + + 1 + 0 + 0 + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 1 + 0 + fromelf #L --bin --output=$L@L.bin + + 0 + 0 + 0 + 0 + + 1 + + + + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 3 + + + 0 + + + SARMCM3.DLL + -REMAP -MPU + DCM.DLL + -pCM4 + SARMCM3.DLL + -MPU + TCM.DLL + -pCM4 + + + + 1 + 0 + 0 + 0 + 16 + + + + + 1 + 0 + 0 + 1 + 1 + 4101 + + 1 + BIN\UL2CM3.DLL + + + + + + 0 + + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + "Cortex-M4" + + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 8 + 1 + 1 + 0 + 0 + 3 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x30000 + + + 1 + 0x8000000 + 0x100000 + + + 0 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x8000000 + 0x100000 + + + 1 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x30000 + + + 0 + 0x0 + 0x0 + + + + + + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 3 + 0 + 0 + 1 + 0 + 0 + 5 + 3 + 1 + 1 + 0 + 0 + 0 + + -Wno-format + USE_STM32WBXX_NUCLEO,ZIGBEE_WB,USE_HAL_DRIVER,STM32WB55xx,EXTI6_IRQn=EXTI9_5_IRQn + + ../Core/Inc;../STM32_WPAN/App;../App;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Inc;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Inc/Legacy;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Utilities/lpm/tiny_lpm;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/utilities;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/CMSIS/Device/ST/STM32WBxx/Include;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Utilities/sequencer;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/stack/include;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/platform;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/core/inc;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/CMSIS/Include;C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/BSP/P-NUCLEO-WB55.Nucleo + + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + + + + + + + + + 0 + 0 + 0 + 0 + 1 + 0 + + + + stm32wb55xx_flash_cm4.sct + + + + + + + + + + + Application/MDK-ARM + + + startup_stm32wb55xx_cm4.s + 2 + startup_stm32wb55xx_cm4.s + + + + + Application/User/Core + + + main.c + 1 + ../Core/Src/main.c + + + app_entry.c + 1 + ../Core/Src/app_entry.c + + + hw_timerserver.c + 1 + ../Core/Src/hw_timerserver.c + + + hw_uart.c + 1 + ../Core/Src/hw_uart.c + + + stm32_lpm_if.c + 1 + ../Core/Src/stm32_lpm_if.c + + + stm_logging.c + 1 + ../Core/Src/stm_logging.c + + + stm32wbxx_it.c + 1 + ../Core/Src/stm32wbxx_it.c + + + stm32wbxx_hal_msp.c + 1 + ../Core/Src/stm32wbxx_hal_msp.c + + + + + Application/User/STM32_WPAN/App + + + app_zigbee.c + 1 + ../STM32_WPAN/App/app_zigbee.c + + + + + Application/User/STM32_WPAN/Target + + + hw_ipcc.c + 1 + ../STM32_WPAN/Target/hw_ipcc.c + + + + + Application/User/App + + + app_globals.c + 1 + ../App/app_globals.c + + + hardware.c + 1 + ../App/hardware.c + + + slave_inputs.c + 1 + ../App/slave_inputs.c + + + zigbee_app.c + 1 + ../App/zigbee_app.c + + + zigbee_port.c + 1 + ../App/zigbee_port.c + + + + + Doc + + + readme.txt + 5 + ../readme.txt + + + + + Drivers/BSP/P-NUCLEO-WB55.Nucleo + + + stm32wbxx_nucleo.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/BSP/P-NUCLEO-WB55.Nucleo/stm32wbxx_nucleo.c + + + + + Drivers/STM32WBxx_HAL_Driver + + + stm32wbxx_hal_hsem.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_hsem.c + + + stm32wbxx_hal_rcc.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_rcc.c + + + stm32wbxx_ll_rcc.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_ll_rcc.c + + + stm32wbxx_hal_rcc_ex.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_rcc_ex.c + + + stm32wbxx_hal_flash.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_flash.c + + + stm32wbxx_hal_flash_ex.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_flash_ex.c + + + stm32wbxx_hal_gpio.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_gpio.c + + + stm32wbxx_hal_dma.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_dma.c + + + stm32wbxx_hal_dma_ex.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_dma_ex.c + + + stm32wbxx_hal_pwr.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_pwr.c + + + stm32wbxx_hal_pwr_ex.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_pwr_ex.c + + + stm32wbxx_hal_cortex.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_cortex.c + + + stm32wbxx_hal.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal.c + + + stm32wbxx_hal_exti.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_exti.c + + + stm32wbxx_hal_ipcc.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_ipcc.c + + + stm32wbxx_hal_uart.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_uart.c + + + stm32wbxx_hal_uart_ex.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_uart_ex.c + + + stm32wbxx_hal_rtc.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_rtc.c + + + stm32wbxx_hal_rtc_ex.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_rtc_ex.c + + + stm32wbxx_hal_tim.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_tim.c + + + stm32wbxx_hal_tim_ex.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_tim_ex.c + + + + + Drivers/CMSIS + + + system_stm32wbxx.c + 1 + ../Core/Src/system_stm32wbxx.c + + + + + Middlewares/STM32_WPAN + + + stm32wb_zigbee_wb_lib_keil.lib + 4 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/lib/stm32wb_zigbee_wb_lib_keil.lib + + + tl_mbox.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/tl_mbox.c + + + shci.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci/shci.c + + + dbg_trace.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/utilities/dbg_trace.c + + + otp.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/utilities/otp.c + + + stm_list.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/utilities/stm_list.c + + + stm_queue.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/utilities/stm_queue.c + + + tl_zigbee_hci.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/tl_zigbee_hci.c + + + shci_tl.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/shci_tl.c + + + shci_tl_if.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/shci_tl_if.c + + + ee.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/platform/ee.c + + + hw_flash.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/platform/hw_flash.c + + + zigbee_core_wb.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/core/src/zigbee_core_wb.c + + + + + Utilities + + + stm32_lpm.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Utilities/lpm/tiny_lpm/stm32_lpm.c + + + stm32_seq.c + 1 + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Utilities/sequencer/stm32_seq.c + + + + + ::CMSIS + + + + + + + + + + + + + + + + + + + + + + <Project Info> + 0 + 1 + + + + +
diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/ExtDll.iex b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/ExtDll.iex new file mode 100644 index 0000000..6c0896e --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/ExtDll.iex @@ -0,0 +1,2 @@ +[EXTDLL] +Count=0 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/Zigbee_OnOff_Server_Coord.axf b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/Zigbee_OnOff_Server_Coord.axf new file mode 100644 index 0000000000000000000000000000000000000000..b51bc564175ef5584a1c81f32ceb9bc2e982562d GIT binary patch literal 817520 zcmc${3wRvGl`me^^J z5o`iu^Vl(u?8uO0M&OMhWCNS9E3@ldvUeTET(VJE$l4J0OMvVSn}RYfdBKHUoO9;8_uRY0B2bS}D>Rn8IEF{z48er;I z?qTZnsQVh8>G!FxF!dM6zw|Gd`fdCkz&}c-e~0k=+J^xj|D3e<`uz&pf3Lg`O8?M) zrrx-7;rhP>p0{1c)Lr=Z)@K$jtHze zYGYT6NNdfX+IrnMS9|crHP*(A#{80TR&!BUTmHl`?*7j=ySvtOo!k}aI`p>jO?`~J z9`U)3)MVA4G_6oG?vtlqab+7VelEkmEz74~>EH0mGdzp8Q#LNoA zT_<)GO{1uF1rK!`^Z;gUSChqSn=Sq+^}zm4>&UVLETkN{aoMraP*=yH7oX9W2Q9wh zzE0%``^eN$ruAtSzc8YcM=g++LjNTeNN@yR-vr7Y#4WO zeeAXV@1J;MxG{U9+B0^x_kyv^tpvZKM&m~0bTD?}<}kq)aC?|>(Lb>iZ`T=Hd1PEs zwvA_RVX3yRp0Vr~o*iebcihe28NJJ3k z?kkUMLEh(&fO3}{KJLGC_4+4r$Is#q@6RiEZ|32Ncq8cOicG|td0tu1@~(^S_J6~_ zer(qz8^-SX%oBNEO!?Y_eox+aPtVvxtKIp!OHT4A`+CN_mv0zby!PO@>bYs$SNE3< zdmA>4?OM_~c30DP@(Ta{crCwroVib_kBrrwd1cG`@nxG{@7mloio72kZ+7>L)t(s{ zTXb>HnEMR=Xk^Umdg54}TX~p03X1a{oiT$xZTIn0=;H;8y3j{I`WW6c z=25gGmyB`cLq~pe-2WM+3(#HY8AER`19zN2J^RkMR}C)x_bxRzyY7~84^v)Mk8zb} z_hQVRJ;nmA*Qp(h>w`?|0Y$uBcXu^pmn=nDpXb%4rQ60mE^p+*F& z_b1hQ^-rx8Z%zLX+UnFlrME`-5yFpJY&fXr&I~JqtPP{u=*Ns^#_uiHFgx^#gD)=m z*8p3!N#CqzT6)8;`%p5%9)9^9zOub*CCdE*Ce_7P;KZx<&!odq{ z74fm2E1pTbJk-fCmi>na+EC}?xidRmZ*J*i#x9Fxlltn&u_JnC{~@Xy1cbTug7fNK zV+9W-_28lRZch=sGrz@d3-Z=D+gcqlj?i3ov27Sv*>-iyHiQjjoE3rdNzXE4@v|KV zYr8mB53QZAs>!xZEAQ^>^t|fA@5ZHW{0*%?Vfo|7xN_{xjzikX?l-iLv1#QPN##NP z`D2<(n|2*PF_P5#H^^K-Fj!mv2K*jBLM4 zIc0(eC1&wE&7^j(l5kIOKoCOcjJf&5x@xX!UT{$H?JRQ$zXC$${JX3Uc1-kSx zaQ;{=r}a*aG#_c~x_FGU6OW7tXM zIIDqHG|wI%W$cfgG3ieA zxnyU@p=Aeax>>TOn+^UJ4>@+_XPD(8 z_%K#^z`c9em2{=_SZ#-rR8lO#yZGSnyG=dbBgIjk+L+^QiB8uMU$$uevgpYwsrW$A ze74B4#ZfmP#}DowUiReD`NBYBDt5&AP52D_xYtM{dV3}GuRPw z1GAdcno!M=MzrycC?TovdcGbh?#?n@j^^E2iO~yFM6-AY@>nGIUu*Eoi{{t!G2lEu z{l2`f!<+N~nyleX7Dv6Q)+EzB$rF>Usngqv=6!kI15cw)MBXisa)V9O(|Lw#MJ zjMhdYxh{bNZ*!y9f0cKqJ*i0Un*!5CD+9*8c1o`(70G?s1#DaaDDG+GqAzOPKnD;%F@>c$H1_xS+Y7ThkOU zZk%#zxs!TK&#hAcL1}DbE9;HFw|JL374FshRE!Nl_?8CD8OFkf@KHdxumr)C)cfj; zUt6veYpWgf57rE-gT6uUATZqtOf_H{^tS=iU>U=s`S-@KXX2YX1IDrvd}x%h?Om*G zb2Oa$cyDHs@y4jXt!FaWi570DF@9g*T}oZ>sR^nfMmqO;~kez9c|T21*j` zmNTyLBvI0#2DRmTibig+;@(?h{6+DX7R&HQXawCuFI&qpJ%+yyH8ZHyp~q^B?L`%E z?;chF#~WmOm6Q&uu@ue4Lzb8MLT+#oLu&!H81t9KSXzzZ_cr|Atfaed+jATC2O3L{ z#FbQrQg?Dux;VNIb=*Qu>>lPxHppe|e(~#P>25sf36@UaH!}bTlq2BsR2;wEHzOUt z3H-9#k$mXxs%EZhUDP zcnKIki6uHSh8L+0rXKLjiZ<5n-s?9GSn88X(r=tI!QZo-)U(JMbXRUtPYR^P+>(4u!YhU)VwK}sQ zm-zCJa@St*vK2!5mpy>yc?}%;8YK4jV!w}_^0kv6e%X2=`?9qkFgiLOw9X=pxv62V z9`hUCDOXy-+;k9chX-L+HzF%PvFnAkto;HFF5_-gNoMO zuNc3d!diu1j!4-NWdrNPXh~Y5Mt^zi*gzI};aq=|Bo&K2Nh6)>@1;>;nu?hn7td;p zchLB)z-SK0lqjtacQv7>SZf*NYQXp#i$?!9GhxW4pV&FPt!HBTmVlA66l4Dsdw06u z8L^S5!$E972Np$hvf$*YJIgrows1ci7_P!|K;Zd>_rVSDN}QnIPP5((dq9m*m^vxz zw1OUfp=chSE#tvMwV-fOV@3<`?Vi$eFLBAc#Zi~$O**`##}aMczjd#yF+#=S=pDnu zLYKH38U*H%rX(M<8W>3l`YqR~Kh}U1s~)rRI|U^b&Rx9~u$9IbU(*QM)(6A68)ORJ z0(gs+-#RFNdskyLl6%zV&IaSZi&EFvJ**fxizh4l(MtU=Pb>_h=fn-NA2l((HJnSV zNp$*OrG6I8CyM1<6=Pb4vF?ADDaZygJ`0eXTzxkmV z#`mU+qq2-uRmLinX)vyY1SQ>$B^fB*BC(2+mRHj8az{!%h)jM1dL75ga6uN@pPfVV z;L8>Lab^hS67jI8-Cg2qKG?m}l^Tf>9}s`tKdWGNLn`ld4PjQgfWNC1^|JQ-)N^mj zr~Yv6d-jOa3Kl6q@<2j=8?=z)ymvU545o-?MRWBmt!Jn!X@~K-9Pi=WqZN44>b8Mx z&xUiUiqs(bC1oZbESi5kJ`0jU`>KYj!5n~d(Gu-4aV7p#aW(83A$&w!-wxxAERXR@V&$Cq-!vo zd!Pa*cWRT6Xo-q6(xOk#VugAjoJ-m`xl`=HaPHyKoBjaCA)M$`kAf@G-P>y(+>Slp z{rQEVsabCP26|YmtKN7QI|mO|Xiv%us>wZ0B)7}%p9>Pa!T8av>yZ{%He0)Dj2+P9 zo$(Au^_Yr&lh*m-94+qdoef6gj8jrc7R~-?1rqcpQ>4W)<403iAB^XxxUnA`O*5f9 z3%Yl5<7-H*Tnl)}g}!mDDK6};ewUY81>kd{xC$*y?I&5T8ZEZ`({mxr0vCfOgfcG9 zqx$4}$N(1y-jkc!=xJBfXWVBw{dOglK^L^gzAhCK^~us&)nKfjC9RMdLsM9{`gxKY zC+2~Rv3H86xY3-ao;@I*>+@ryyN97&GSVkWz6`$`zltQ7K3VLSSYO>1j_5fa%;bXX zu{_giTG{w!mO1`o&C!9V9`WE6_6Xzcws7u}(px4G&TT5avD?GB3+*?OVN$M9{TIq* zP(M?8qx%0`dZYT!R@9d|XE^tyOcSd-PZiBqi_ZR-=9VM%`GB7Lo-MWb06z!TienpV z!nyUf)Zzm&MbACyl!EU0k9KZ&Ae?*2eok7UAU8M<=c0DXuIt0O%kAgY9Yu4ez~C;( zZP>veUwn`+UNP&vObN9@LMy3#(CmZO8YX2QycUxc9f-| z;cu6kD75?(yPvdscBi`2C3I3p2X~}8*LGPrA$p`G_PN+2u}^LDZyVXlQi*Nh+}(31 z)>=eQZ7r&3ZnNnpZ3?8vIuO-<1}!adwPR39zKGKtPC&6P$x3RLwu)Eo3 zodkWbK_NX$*?Wf7thx8{cF$h#pf8EMpq^VTRsf#dWVJE(Q^cbr$6Z5IbCb1_t+ARx z>z8Kywyd;ubIqx_$!ce4LF}N{SWQ9J&W(dJ$%PfNo!!rWxKoMYXX54Xs9d^Wng*hP}Q!=volQ zrPH#8TeQrQ`egy^K)CVESq5%Jo0oCp9!MD4n-+2QMf^rK8d{0JROD$DviuhOD$vY! z*gPcdQI8I{CQlrE+S;lud5CF?v8%ldl)IEQB^#3uTIaK;t@BuGitUjrq%QJWQ+i(% zD<7pZXmhP8C04&T9AkY=S2XP99f?jKq*ZH*QgAxdQI~XQQMQksilYsw`gGmUo-5cm z*OZQ0NMnLii=5gNwJzcEkmn8g1l&a0VL(fC))3@$cdVxGkad~XxL$AdCzULN=0J9t zVDb=3@3Srqs_U1eyCcCgtZA>1tT5$c6A(mG<02$ATPL{hLWti5Cy3MI2=t}QG?4p!h+ZTZ^w|!s@%mUPK17mjzZKb>Wl#cFR>Zu-El-66(Y7lK;M4S{@ zLqW@}%!N9xR8z7kCCm7a6i1!slSFxTXN%x921x4q6CY_#qojsYvNcUZ1@nTbrXgxC zxW2oWX^Q}-QSd?&T5YP}3gWOwvrQ=)gH+rZ*2N_XR5q8B=Nx;uKvQW#Qq?L$fYeu;i*R8))#tebmizV{f#4&rJC`Al5x5jt*i zIFM`*`omgQmkgw9_DBt7Bjn@S;M3M=EC3lvJoXlNEC5)vdITURYak~xv8F5hB{>aL?v&^1KXCA@HD>(ik#m>8RDXV%>kL%K5K1>10*G6isS&I2HwGiWe%vr zY(5PVcWtn<1%2p?w*p&GyMy{9Xo-BlbRgG3qRmg&TXB{osEyKqFI$n?HK-LOdSLdf zOMvSeZ0qi6tRbypJnK?HXmuaV1OBAL1>X`}kcm-BnHN->qBRRp)K{V?jd=~uaeOvK zy*5RqWS6`qd0|rpFMRR?d10N+3;XBr!fLTzN=yyn+O$9AkGc151lM{>nBu$y>jiNw zjWC^v&T6AXR}>yxN~Fr!Fg{3VIBv>n@ypIsDS(OX2-_9%QhQbJ*YG40YMa)nqSS z!GX07nR$)e6Uuh=7&FeNT_sA-h|+9)7ehPOP<=f}^%K{?=Vcu;u;UdFMg#;pxg^=j z9&)7)-@tC{j>3|4BaMeEwd=+V-sy?opx?lZWeV4ldUup|8Z|L08IJ|UIVwrsnph%A zlDQ@}5>>PEDG`-9H1p&cNc^DNNEgWtM=d{X`Gb6~3v0e#;Dc~aO5;Fs0_CHXN}?w-Y5aiwIG0b})7c+zA7x zZ6#TMtci2z`v+#A=VPz^_p=`KYe0;T)1C+IHC42?xmXMS4++eO|6LVrQ=4*+pli&q z^3ui;$8*kpCi}(j#PcqJ+0O6NY%Pq^m@s2poPD$8`rIP^Bb?%?v7Skf@^6!cok5)q z>0{3`r9G45N-&~EY1b;-avP(treOC1`vvXQNDue1i$Im6^oFb-_REoN^vkf1 zUd5bJ=b{vksWHuHU@CZT*9~}{i1*X8Oy?qfE{{rXX5ePBb;6!|W4WHg*(^HX`eLhlg;%{T@1IAonOnq^&^I_{NW9d8-X1oGpq*u)(ZqGSbxdfKH z0!!4h=N~U&$;-4!#jht#2Boei=||YQfNj}k1zqO`7E|DtfYZtthhKs#z3~QaEaM}( z4jtpeVmISv^t?jqMkp8evXBp}4CcI`xf?yGlmKoa0RU69j#8rao5Xx~pp&+Bx(%J4 zKT-v~wgS2z&|Rh8mF0{gT0y&|{<>0`?bKgLsqNI?v#MHTb}RcVH>2m3qQ&xfV0KHo zL-vu)XERzI+2%^iv9D}JxBC?q{UQ$y`kyT7(gsTY9S#Qv*k1#SN}1n6mZmh#32W!S zPR{NOu7^DDggozrFQBpmD*+qZ%et>t&@Yn7>eVe-yZjmNUtZ5KUDlu$6v4IBHjOM# zZJ0D}PDC)q=|t=(wB_2qPxk3!b*v>4jNI23jJ$|{HQRZFr&N?8i%(6A&aaE+w`Smt z5`!(WhcrvVizGfyv}1c9@z2NjC^nDcOgxsr2+*%PR3~g|Me{k-58sG=1jZ=%8`H5%gY+TY-+P#&%92N_jQKXkAQBvA+=&W}M zyC&-v+(Obp=6@LZp91D?njjTpV*K7){F%x<+y)Vw=Jie8~YT$-G=Q18IbUb%laHsS@0_^VO59+OR2o^S0QrWKJxvIk|^*oC?2H7cNmb2FPr z)43}KsjmPIP9f8g#%Mgo+cG&gX?Kz|bV^~TlWfH4jI6_MCka5*E2Z?o&JW6xwD<|MNSjS^Z=tJN$=RMrV&mr#` zT3ehn-iI@yUe;GMZ<>K$pWQ3M1G}d=?_@U*<22Z*8;_-cA+_$TtLPclxauC!X*}i= zc*YsG@|gns7YC(=gEcSY5wwfLr(DS@S$Iiish(WR=oCVqtg~r>^N66@S%>m?qI8>< z^j0+g4LDMJdxqh;guOBCPki7mZ+b+hop1uSEAfum4If9Hv=d4n5b30sV$BQ@fA}Cb z=uHWo4mv^?in*bsg_%o8WOphNaVLG)8G6$j8OdljWEFOx*dryPD#@Ir7js|c$g(Q@EofN<)P>rLFVNOVMQtVYX981i8j@R4#x`?xJ=;!@nBil)SfC0U z)(89yAKx;Ix}i+g`|Vu3s)O zam~R*O${GQ_PBsKS+UQ`f_6C;egV1~tfokXeKz@Ll!}ycssd|wi%hL3i?K=ivntMI zuz$h4_rZ#)K8N!(Z~?S0{DmyRU+5P2>q-#?TyrSkO}8OUZ3oUuViQ`m`Ock$J;5IJ z_-z^J9Ue#tN~3WX@)a10S&wr$_ky)ZTbWP;-xxwFIb1hV17$? z+qGy`dLgyF$^PHgV3sjP`!d+8f{;M4>MEFFwC5mQ5mqVKo#>Y&9jsZR{9VJ+_YA9R zAGBoH-*9p@#&|LUzcL+bX|FtUa^RxAMzyIYWbwk9(CdcHRXl;y2x>T|M@eq8SpNn+ zx1WjU0eXHyJ|o?cBc$Vob9I}Q61h zJ_8aIBdik?j#VgWtrKT6SdWZlB!^QjEi1^9imdL zpiZsO4jkVLXj+pjOgJSvTfoWK1qNNl_or5aA8~H7w-G+Ge2P|#F^dnK3O=V4%YvR{ zyoJ_D(;zzYLFgBnr03jshfWI4AN5{ZmDE^py&9GKnBBt+ZPDIkJ#r*<_J%>h6YB)|?Y=F*Pm{Bu>6tQdb5A;mje)EBR?$|I+G`NwP zCi@46H)}ogE}o{98n=OPMos7APl!68rl1^YP76I%?hg{fJrlIsZkd8a1?{|ocH0F0 z7h2vSH>3g4?sI_8j0jRZHZ?a3YJLnUCqTMTnQrnKg%6H*=oDB}Ddl_%dX^DF%4wQM zq?~PGRWMc{6O?lNAmbDAvqK7bqrG=5>K19Oxaszq;KLMrhA@e}AiTkU9*j9;G^~4$5wK84ua1&Z>g4NKM$Oy1fFR9#Z@4RH6&5 z3!o8FuN0{|FzCjNMjEK;g@3+&{qQligS>D`V`7j6LzWpn7T*y>9*vL7c%?|aB>Gb? zD#t;T7CkuwEz(;YaN|8R{_>gi&?-aEay;T_|FV27Mm~PMX2ds%lWpVE);U4VV`t+zohtR-RuP6T$eb9Ncar;Fw%1uU15 zv7(qoMYD5W?Zt2X!KsbD$=Z6KVtl$-G*7W>r|sG+=hZf|PHnwZo4ET3e7fuG+Cz42 z_q^IaFW1Ic%CmSep&Fry_?mhX9LaiL+%pF5_g3&+P(B#n@U@aK14-zAGRl%uNE@Y6%lydiEXE zUVxXd=U$kXJ}Kb87cZSVk0yaE@e(tFmY(ajSMQ>EX1-|tLHIuspG(UKt%Jh(DexKSo`NYleSK)guCk=sCOeW4tiso;NRQ6wG*@9WPx==wd*85Pyig#kdQ{M#S&dRiDv`;(9i)@dEm`P>7TL5tNgmR`Cyu4wlX8W; zM_RHDTwiiIM*Oem!1LjJ$$>|wYjxlP#rSSW;vsXZ)e4;Qk4D z@$>PfMxrUshmDz{^tI>XTW+Q_!jt}2h3!6g@T z;OLcW*|%jm@H5)mt{9t&O<7UX_^h3>0l!r1o!N4&`+f!7&3`YHd9J(@!0o~5a>-j! z@?(IQ>9Y<{FBqiM&!@%*{=lyN zZXpVYIM0|@`&`r}+ERZRR#15gt{90~74$f%=)?JmDo$`z(6An~^MNl&QlO`?G7Xpf z>O71*r9n43--Ud|h|j_bV%!Q}Dw*@7z+s1t)19-jN7o6Qt`UCaB=gs@WB>Js(M9kp z{hVELyYN9Tnp@_Td=n+h*vEnWPMk3g%z_!m5wJ8pr!7ueH`AntAu*k>xRfA+u7 zd#nrO_jNXnK-;h$>GSaRGhvvHrW=8oGP zmAJ!3qcT-kY{WPSUOoU`21Vif@DU_(KTU<1ReyfvzlPNIXWni-P$dMaesl&h&$R1@qsFMD6PJ zaxJ^^t>2F>&KArc+okWB=@+%1Td?#7l$Nb9v7e4i+Uf%Emla*k`-nxBVB7PYZwk5x(Ajl@`b?qXxqp1nvJGxv%3T}wSV>)K`Nx&a? zkY5H)#`lwq66K4sT-pVTn1CTpkq9!aOU-O=Rzk@@TDx(-X?T1v@CNuy)=tp*cr*d) z8qR}a(TQY~-lb>8AJex#9iLAwgbzlI`V4Hav%*=-kbDb95;!Xq9wfc`q-}S_`5B!d z!oF9ss?ocw0SlW>y&+h5M$aT{x={9 zYmoXEz*l?ecXv$1nXRJJo6ERgK%*Y` z*Z^UO5+lNwXyj^o?(EC-DUlIaQbw+(ai=t!9>Tip6TQcBB6{agh@e%Uyv7fvhL%`d0G=Ss4npk!I9Q*8oOFXR%XJ4&H~6LziZezZ@;;zh!V=tMLmoG2}h=V%lXJVK}XVs0647MOF!U&2rFxPxCct^S|lqF3Yc^*;$0 zhdy(E;|Iwz6MmMlOkaceWwCnk8;{i`8*rKx;HqAmtW9OX@%wO&Ks<8-5~#n=`Y7%ck?ukMuUu2N2GU2ZB-1fMhw&@R(vF}}VAD}i8oq6%((a1V zqzBF~?XD=TRFq~YO;#PJr{up=#-Hq2gqd1VTP@W-NBGM$i`r|2FHpUp4d&tmi>7d85%h_L1_1ScLS@2*AP7%X@GdiSrek+c&_X!%4+S~}zAj^bkwzQqB*u$$MEajn zHodI`G}IDzJksQS-TAf>WFZ6NB%#L{d9zbH@nHAlrJFLaG9-_k0U<*k0EY0bxwc#f?HfTR&T8ki z?@-%=Jw*Vzka}GpHH`iZTUTm(TK7CtG`}#r6z7%Yem7(Ms(UMDX+>S^!?91J|1()Z zEq1`VGN`vcjeGM1{Yp@i?2Cu+&O#UAsS4MLBvvrU+j+Q_ODTb#$->P)g{Qr$i}j*{ z7QdJLRYePUs$W;GE$KnpA)D8RLj&LzMC<}kuALE<0S zE@wBQ&P>Dmh$WjkuGb+ZF#m!$g|T#ErRJ6@Xr$PX`d0msu(UT7wr=ynUC3z zXPI9#&z)^R{<)Am!}dehfMmv)47Oq^0!?HHDWSJdBMW!rISLZsP@<2a%R7p)Ub+9_xmND?O2=et9zV zO9_XhF0IurqjQF^A>7G}Q`$$L7+#rVT6?lBsU=q=mnZ$ud#24(iYqZsyCLnR-a~OS z6x=;yS|dsn%yXutj`Jm)PH>!Ga>Nqw!4A7|x=vf3RJ0W+sRCjf?zy)odyJ&M{Ha;< z+5-7aNS|@U{el03qA1bE_ReUqeRuS5G~TZChI@DQ9`5B^XU(H|*~SIpRAwbk+lSZC z>GR?1R;CizGkh4HH&UNUPI;kE-8S`wEMXlH+8T$pcDTgBxSGmrR=6@RtOMrdxA+FkPWWyIt8$$;%B49)+#EkxO^XC*(f=N_h-F9+MyIXWxQ3-Ywou|^Uf$PrLz1X$$= zl-G6AssC?jzO0I>&YMH?MOC@ZTP4jMoiu)M*1WDjV*pR6HpEOQ>bbX>9MAX$O21op z&eQ&b**^VB5_?7u&+*k*X67m`(TIjhtdlcduAkX1VcBAF^XxuworXgw? zTdXYR4$cH~b!{X;)Tq-Iw`pE(i^`t{ES+|0vN*fl;9x?z=U_#WzPL`Rg4C^6jOOR0 zTZ|m`9ud;xU631y@nC%}>y&k)?1l5nk`^z^Zkmpi$_7#P?0ID~SY2h=<iu|BK{T-&D58MPqp*isj-U4K zVaR^TiAnhS#(dzctFgyNL;mFl2(FMk`)iwLKM4QT75F>2-#hHk3;SqrA2U9VQalaL+3niv8dCPs z)6Va^_rf=+SmsNI2P^xcqAw$m0_DC?bRC+X_v9}ZeX-xsm%pYc3&uwazxyL_C%8Yw zp4p+jgS&${(eP)57`0Hzm+(=ikuI7|G|TNd=0@2c&MT|iWtq`oom#;`%y@EMSyqDE zQo(H+;O?DQHjXt_;&6wpr+<(vB>dJ@^pzQHB|dvU*@4ImsCh29E{NZ?h>zvWY5l}=2uE<&->LQYJaY(-e*enC??4Y<{czo zc3s>PP+~8(ZQknGMq&5EjYRl^#=?e%Xgko3VE@Y;bF*+x6*{ik-#Hl+Wso;fU@pYW zxI?G=ah$f_l5=T7N zbu|Osk^S%PN318=X3fBePJV3iR<#Q6GTfLG@(U^bYTS#H2PcJY2V-5-V5c;G0E#o? zuV)dT1A9!`DTH%1q8G6I0Qw~o2K+Oz3lTbt)DJzO<~QXN8`lxZW|6#0I(`_IW%U-B zLvd%8uu)(#(?~0tS3uM^(=#9R$CARXpNy)Iu#Q!qZd*D&`-CHG=2(9(gS@e=<*+={ zZ45awSiwNyc&|7yIGudOsPvy>r$zrerAn6MHa5uG)h>d^QnTjydAdDFJWf8pIC;h0 zP27^*KoTl`P~KxCnmRfUSrZ(X)jZ*(irt&A=%dd;p+OBeR`fY^V(c%J&@G@h?dK}< zHd$+eu0f;*`FNPK@xu(~=eV;{BPl$kWkW=iS;L23I(I7V@(M;u zj_&yLd?PsbI;^7(_SJnl0XtLYj;E*%f8h5jOL_}o>>4VXmlu6mZu|kW%ZK|9LL(eK z3Hq_qiWsxfDGvv}$0$#5#rtytOOeNpgjj~>jIJ}56j!I25e1v8=qe})n$t%m91%o{a;v`NfsHn7jCfxXOy(d9V!kH6(Yk~dKxQAN{?CIB+b&Fql>&3_FF;Cq=$9^

+E~# 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�WuB-NaA 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%0D~&BZwe%FUA+=Q#zY3z9+}4y=TJ}e@ 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

4&p%7Se`co*U0@QG-K{4{j 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⪼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

3wC_Y>TF*2@45i|adDW1VV$v)En7oTLR3ILm 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 literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/Zigbee_OnOff_Server_Coord.bak_Zigbee_OnOff_Server_Coord.dep b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/Zigbee_OnOff_Server_Coord.bak_Zigbee_OnOff_Server_Coord.dep new file mode 100644 index 0000000..8aba971 --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/Zigbee_OnOff_Server_Coord.bak_Zigbee_OnOff_Server_Coord.dep @@ -0,0 +1,2065 @@ +Dependencies for Project 'Zigbee_OnOff_Server_Coord.bak', Target 'Zigbee_OnOff_Server_Coord': (DO NOT MODIFY !) +CompilerVersion: 6220000::V6.22::ARMCLANG +F (startup_stm32wb55xx_cm4.s)(0x6A17523C)(--target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -masm=auto -Wa,armasm,--diag_suppress=A1950W -c -mlittle-endian -gdwarf-4 -Wa,armasm,--pd,"__MICROLIB SETA 1" -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -Wa,armasm,--pd,"__UVISION_VERSION SETA 541" -Wa,armasm,--pd,"STM32WB55xx SETA 1" -Wa,armasm,--pd,"_RTE_ SETA 1" -o ./zigbee_onoff_server_coord/exe/startup_stm32wb55xx_cm4.o) +F (../Core/Src/main.c)(0x6A17627D)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/main.o -MMD) +I (..\Core\Inc\main.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (..\Core\Inc\app_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h)(0x6A175241) +I (..\Core\Inc\hw_conf.h)(0x6A17523C) +I (..\Core\Inc\hw_if.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h)(0x6A1773E1) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_nucleo_conf.h)(0x6A17523C) +I (..\Core\Inc\app_entry.h)(0x6A17523C) +I (..\Core\Inc\app_common.h)(0x6A17523C) +F (../Core/Src/app_entry.c)(0x6A175303)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/app_entry.o -MMD) +I (..\Core\Inc\app_common.h)(0x6A17523C) +I (..\Core\Inc\app_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h)(0x6A175241) +I (..\Core\Inc\hw_conf.h)(0x6A17523C) +I (..\Core\Inc\hw_if.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h)(0x6A1773E1) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_nucleo_conf.h)(0x6A17523C) +I (..\Core\Inc\main.h)(0x6A17523C) +I (..\Core\Inc\app_entry.h)(0x6A17523C) +I (..\STM32_WPAN\App\app_zigbee.h)(0x6A17730C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\stm32_wpan_common.h)(0x6A175242) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl_zigbee_hci.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\zigbee_core.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\stm32wbxx_core_interface_def.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\zigbee_types.h)(0x6A175241) +I (..\App\app_types.h)(0x6A1768A7) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Utilities\sequencer\stm32_seq.h)(0x6A175244) +I (..\Core\Inc\stm_logging.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\shci_tl.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Utilities\lpm\tiny_lpm\stm32_lpm.h)(0x6A175244) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\dbg_trace.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\shci\shci.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\mbox_def.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\otp.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\utilities_common.h)(0x6A175241) +I (..\App\hardware.h)(0x6A176F36) +I (..\App\zigbee_app.h)(0x6A175174) +F (../Core/Src/hw_timerserver.c)(0x6A17523C)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/hw_timerserver.o -MMD) +I (..\Core\Inc\app_common.h)(0x6A17523C) +I (..\Core\Inc\app_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h)(0x6A175241) +I (..\Core\Inc\hw_conf.h)(0x6A17523C) +I (..\Core\Inc\hw_if.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h)(0x6A1773E1) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_nucleo_conf.h)(0x6A17523C) +F (../Core/Src/hw_uart.c)(0x6A17523C)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/hw_uart.o -MMD) +I (..\Core\Inc\app_common.h)(0x6A17523C) +I (..\Core\Inc\app_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h)(0x6A175241) +I (..\Core\Inc\hw_conf.h)(0x6A17523C) +I (..\Core\Inc\hw_if.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h)(0x6A1773E1) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_nucleo_conf.h)(0x6A17523C) +F (../Core/Src/stm32_lpm_if.c)(0x6A17523C)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/stm32_lpm_if.o -MMD) +I (..\Core\Inc\stm32_lpm_if.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Utilities\lpm\tiny_lpm\stm32_lpm.h)(0x6A175244) +I (..\Core\Inc\app_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h)(0x6A175241) +I (..\Core\Inc\hw_conf.h)(0x6A17523C) +I (..\Core\Inc\hw_if.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h)(0x6A1773E1) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_nucleo_conf.h)(0x6A17523C) +F (../Core/Src/stm_logging.c)(0x6A17523C)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/stm_logging.o -MMD) +I (..\Core\Inc\app_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h)(0x6A175241) +I (..\Core\Inc\hw_conf.h)(0x6A17523C) +I (..\Core\Inc\hw_if.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h)(0x6A1773E1) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_nucleo_conf.h)(0x6A17523C) +I (..\Core\Inc\stm_logging.h)(0x6A17523C) +F (../Core/Src/stm32wbxx_it.c)(0x6A17523C)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/stm32wbxx_it.o -MMD) +I (..\Core\Inc\main.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (..\Core\Inc\app_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h)(0x6A175241) +I (..\Core\Inc\hw_conf.h)(0x6A17523C) +I (..\Core\Inc\hw_if.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h)(0x6A1773E1) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_nucleo_conf.h)(0x6A17523C) +I (..\Core\Inc\app_entry.h)(0x6A17523C) +I (..\Core\Inc\app_common.h)(0x6A17523C) +I (..\Core\Inc\stm32wbxx_it.h)(0x6A17523C) +F (../Core/Src/stm32wbxx_hal_msp.c)(0x6A17523C)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/stm32wbxx_hal_msp.o -MMD) +I (..\Core\Inc\main.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (..\Core\Inc\app_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h)(0x6A175241) +I (..\Core\Inc\hw_conf.h)(0x6A17523C) +I (..\Core\Inc\hw_if.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h)(0x6A1773E1) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_nucleo_conf.h)(0x6A17523C) +I (..\Core\Inc\app_entry.h)(0x6A17523C) +I (..\Core\Inc\app_common.h)(0x6A17523C) +F (../STM32_WPAN/App/app_zigbee.c)(0x6A17730C)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/app_zigbee.o -MMD) +I (..\Core\Inc\app_common.h)(0x6A17523C) +I (..\Core\Inc\app_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h)(0x6A175241) +I (..\Core\Inc\hw_conf.h)(0x6A17523C) +I (..\Core\Inc\hw_if.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h)(0x6A1773E1) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_nucleo_conf.h)(0x6A17523C) +I (..\Core\Inc\app_entry.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\dbg_trace.h)(0x6A175241) +I (..\STM32_WPAN\App\app_zigbee.h)(0x6A17730C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\stm32_wpan_common.h)(0x6A175242) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl_zigbee_hci.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\zigbee_core.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\stm32wbxx_core_interface_def.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\zigbee_types.h)(0x6A175241) +I (..\App\app_types.h)(0x6A1768A7) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\zigbee_interface.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\mac\pletoh.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\mac\llist.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\mac\ieee802154_enums.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\mac\mcp_enums.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.security.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.hash.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.bdb.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.aps.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.nwk.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.startup.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\zcl.touchlink.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\zcl.enum.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.zdo.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\shci\shci.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\mbox_def.h)(0x6A175241) +I (..\Core\Inc\stm_logging.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Utilities\sequencer\stm32_seq.h)(0x6A175244) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\zcl.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.onoff.h)(0x6A175241) +I (..\App\zigbee_port.h)(0x6A1751A7) +F (../STM32_WPAN/Target/hw_ipcc.c)(0x6A17523C)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/hw_ipcc.o -MMD) +I (..\Core\Inc\app_common.h)(0x6A17523C) +I (..\Core\Inc\app_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h)(0x6A175241) +I (..\Core\Inc\hw_conf.h)(0x6A17523C) +I (..\Core\Inc\hw_if.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h)(0x6A1773E1) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_nucleo_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\mbox_def.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\stm32_wpan_common.h)(0x6A175242) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6A175233) +I (..\Core\Inc\utilities_conf.h)(0x6A17523C) +F (../App/app_globals.c)(0x6A176299)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/app_globals.o -MMD) +I (..\App\app_config.h)(0x6A176F34) +I (..\App\app_types.h)(0x6A1768A7) +F (../App/hardware.c)(0x6A176F3B)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/hardware.o -MMD) +I (..\App\hardware.h)(0x6A176F36) +I (..\App\app_config.h)(0x6A176F34) +I (..\App\app_types.h)(0x6A1768A7) +I (..\Core\Inc\main.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (..\Core\Inc\app_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h)(0x6A175241) +I (..\Core\Inc\hw_conf.h)(0x6A17523C) +I (..\Core\Inc\hw_if.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h)(0x6A1773E1) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_nucleo_conf.h)(0x6A17523C) +I (..\Core\Inc\app_entry.h)(0x6A17523C) +I (..\Core\Inc\app_common.h)(0x6A17523C) +F (../App/slave_inputs.c)(0x6A175173)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/slave_inputs.o -MMD) +I (..\App\app_config.h)(0x6A176F34) +I (..\App\app_types.h)(0x6A1768A7) +I (..\App\hardware.h)(0x6A176F36) +I (..\App\slave_inputs.h)(0x6A175173) +F (../App/zigbee_app.c)(0x6A176F3E)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/zigbee_app.o -MMD) +I (..\App\app_config.h)(0x6A176F34) +I (..\App\app_types.h)(0x6A1768A7) +I (..\App\hardware.h)(0x6A176F36) +I (..\App\slave_inputs.h)(0x6A175173) +I (..\App\zigbee_app.h)(0x6A175174) +I (..\App\zigbee_port.h)(0x6A1751A7) +F (../App/zigbee_port.c)(0x6A17730C)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/zigbee_port.o -MMD) +I (..\App\zigbee_port.h)(0x6A1751A7) +I (..\App\app_types.h)(0x6A1768A7) +I (..\STM32_WPAN\App\app_zigbee.h)(0x6A17730C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\stm32_wpan_common.h)(0x6A175242) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_armclang.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl_zigbee_hci.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\zigbee_core.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\stm32wbxx_core_interface_def.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\zigbee_types.h)(0x6A175241) +F (../readme.txt)(0x6A17523C)() +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/BSP/P-NUCLEO-WB55.Nucleo/stm32wbxx_nucleo.c)(0x6A175235)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/stm32wbxx_nucleo.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h)(0x6A1773E1) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_nucleo_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_hsem.c)(0x6A175236)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/stm32wbxx_hal_hsem.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_rcc.c)(0x6A175236)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/stm32wbxx_hal_rcc.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_ll_rcc.c)(0x6A175236)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/stm32wbxx_ll_rcc.o -MMD) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_rcc_ex.c)(0x6A175236)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/stm32wbxx_hal_rcc_ex.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_flash.c)(0x6A175236)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/stm32wbxx_hal_flash.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_flash_ex.c)(0x6A175236)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/stm32wbxx_hal_flash_ex.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_gpio.c)(0x6A175236)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/stm32wbxx_hal_gpio.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_dma.c)(0x6A175236)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/stm32wbxx_hal_dma.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_dma_ex.c)(0x6A175236)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/stm32wbxx_hal_dma_ex.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_pwr.c)(0x6A175236)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/stm32wbxx_hal_pwr.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_pwr_ex.c)(0x6A175236)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/stm32wbxx_hal_pwr_ex.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_cortex.c)(0x6A175236)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/stm32wbxx_hal_cortex.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal.c)(0x6A175236)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/stm32wbxx_hal.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_exti.c)(0x6A175236)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/stm32wbxx_hal_exti.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_ipcc.c)(0x6A175236)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/stm32wbxx_hal_ipcc.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_uart.c)(0x6A175236)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/stm32wbxx_hal_uart.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_uart_ex.c)(0x6A175236)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/stm32wbxx_hal_uart_ex.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_rtc.c)(0x6A175236)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/stm32wbxx_hal_rtc.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_rtc_ex.c)(0x6A175236)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/stm32wbxx_hal_rtc_ex.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_tim.c)(0x6A175236)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/stm32wbxx_hal_tim.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_tim_ex.c)(0x6A175236)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/stm32wbxx_hal_tim_ex.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (../Core/Src/system_stm32wbxx.c)(0x6A17523C)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/system_stm32wbxx.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/lib/stm32wb_zigbee_wb_lib_keil.lib)(0x6A175241)() +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/tl_mbox.c)(0x6A175241)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/tl_mbox.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\stm32_wpan_common.h)(0x6A175242) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_armclang.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\stm_list.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\mbox_def.h)(0x6A175241) +I (..\STM32_WPAN\App\tl_dbg_conf.h)(0x6A17523C) +I (..\Core\Inc\app_conf.h)(0x6A17523C) +I (..\Core\Inc\hw_conf.h)(0x6A17523C) +I (..\Core\Inc\hw_if.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h)(0x6A1773E1) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_nucleo_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\dbg_trace.h)(0x6A175241) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci/shci.c)(0x6A175241)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/shci.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\stm32_wpan_common.h)(0x6A175242) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_armclang.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\shci_tl.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\shci\shci.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\mbox_def.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/utilities/dbg_trace.c)(0x6A175241)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/dbg_trace.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\utilities_common.h)(0x6A175241) +I (..\Core\Inc\app_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h)(0x6A175241) +I (..\Core\Inc\hw_conf.h)(0x6A17523C) +I (..\Core\Inc\hw_if.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h)(0x6A1773E1) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_nucleo_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\stm_queue.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\dbg_trace.h)(0x6A175241) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/utilities/otp.c)(0x6A175241)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/otp.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\utilities_common.h)(0x6A175241) +I (..\Core\Inc\app_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h)(0x6A175241) +I (..\Core\Inc\hw_conf.h)(0x6A17523C) +I (..\Core\Inc\hw_if.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h)(0x6A1773E1) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_nucleo_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\otp.h)(0x6A175241) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/utilities/stm_list.c)(0x6A175241)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/stm_list.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\utilities_common.h)(0x6A175241) +I (..\Core\Inc\app_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h)(0x6A175241) +I (..\Core\Inc\hw_conf.h)(0x6A17523C) +I (..\Core\Inc\hw_if.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h)(0x6A1773E1) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_nucleo_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\stm_list.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\stm32_wpan_common.h)(0x6A175242) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6A175233) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/utilities/stm_queue.c)(0x6A175241)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/stm_queue.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\utilities_common.h)(0x6A175241) +I (..\Core\Inc\app_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h)(0x6A175241) +I (..\Core\Inc\hw_conf.h)(0x6A17523C) +I (..\Core\Inc\hw_if.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h)(0x6A1773E1) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_nucleo_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\stm_queue.h)(0x6A175241) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/tl_zigbee_hci.c)(0x6A175241)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/tl_zigbee_hci.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\stm32_wpan_common.h)(0x6A175242) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_armclang.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\stm_list.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl_zigbee_hci.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\zigbee_core.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\stm32wbxx_core_interface_def.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\zigbee_types.h)(0x6A175241) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/shci_tl.c)(0x6A175241)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/shci_tl.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\stm32_wpan_common.h)(0x6A175242) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_armclang.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\stm_list.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\shci_tl.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl.h)(0x6A175241) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/shci_tl_if.c)(0x6A175241)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/shci_tl_if.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\shci_tl.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\stm32_wpan_common.h)(0x6A175242) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_armclang.h)(0x6A175233) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/platform/ee.c)(0x6A175241)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/ee.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\platform\ee_cfg.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\utilities_common.h)(0x6A175241) +I (..\Core\Inc\app_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h)(0x6A175241) +I (..\Core\Inc\hw_conf.h)(0x6A17523C) +I (..\Core\Inc\hw_if.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h)(0x6A1773E1) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_nucleo_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\platform\hw_flash.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\platform\ee.h)(0x6A175241) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/platform/hw_flash.c)(0x6A175241)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/hw_flash.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\platform\hw_flash.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/core/src/zigbee_core_wb.c)(0x6A175241)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/zigbee_core_wb.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\zigbee_types.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\zigbee_interface.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\stm32wbxx_core_interface_def.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\stm32_wpan_common.h)(0x6A175242) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\mac\pletoh.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\mac\llist.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\mac\ieee802154_enums.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\mac\mcp_enums.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.security.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.hash.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.bdb.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.aps.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.nwk.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.startup.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\zcl.touchlink.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\zcl.enum.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.zdo.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\zcl.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\key\zcl.key.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.diagnostics.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\mac\ieee802154_crc.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\zigbee_core.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl_zigbee_hci.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\dbg_trace.h)(0x6A175241) +I (..\Core\Inc\stm_logging.h)(0x6A17523C) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Utilities/lpm/tiny_lpm/stm32_lpm.c)(0x6A175244)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/stm32_lpm.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Utilities\lpm\tiny_lpm\stm32_lpm.h)(0x6A175244) +I (..\Core\Inc\utilities_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_armclang.h)(0x6A175233) +I (..\Core\Inc\app_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h)(0x6A175241) +I (..\Core\Inc\hw_conf.h)(0x6A17523C) +I (..\Core\Inc\hw_if.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h)(0x6A1773E1) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_nucleo_conf.h)(0x6A17523C) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Utilities/sequencer/stm32_seq.c)(0x6A175244)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -o ./zigbee_onoff_server_coord/exe/stm32_seq.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Utilities\sequencer\stm32_seq.h)(0x6A175244) +I (..\Core\Inc\utilities_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_armclang.h)(0x6A175233) +I (..\Core\Inc\app_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h)(0x6A175241) +I (..\Core\Inc\hw_conf.h)(0x6A17523C) +I (..\Core\Inc\hw_if.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h)(0x6A1773E1) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_nucleo_conf.h)(0x6A17523C) diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/Zigbee_OnOff_Server_Coord.bin b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/Zigbee_OnOff_Server_Coord.bin new file mode 100644 index 0000000000000000000000000000000000000000..67223fe6e8655ccbc99533b25c3f2564c4ae494e GIT binary patch literal 80272 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 Bx$*!2 literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/Zigbee_OnOff_Server_Coord.build_log.htm b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/Zigbee_OnOff_Server_Coord.build_log.htm new file mode 100644 index 0000000..bfdf1d4 --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/Zigbee_OnOff_Server_Coord.build_log.htm @@ -0,0 +1,64 @@ + + +

+

Vision Build Log

+

Tool Versions:

+IDE-Version: Vision V5.41.0.0 +Copyright (C) 2024 ARM Ltd and ARM Germany GmbH. All rights reserved. +License Information: 1 frimanservice@gmail.com, 2, LIC=W96CK-Z5JCV-C2CL6-DI5X8-JRC73-PXXMJ + +Tool Versions: +Toolchain: MDK-ARM Professional Version: 5.41.0.0 +Toolchain Path: C:\Keil_v5_41\ARM\ARMCLANG\Bin +C Compiler: ArmClang.exe V6.22 +Assembler: Armasm.exe V6.22 +Linker/Locator: ArmLink.exe V6.22 +Library Manager: ArmAr.exe V6.22 +Hex Converter: FromElf.exe V6.22 +CPU DLL: SARMCM3.DLL V5.41.0.0 +Dialog DLL: DCM.DLL V1.17.5.0 +Target DLL: STLink\ST-LINKIII-KEIL_SWO.dll V3.3.0.0 +Dialog DLL: TCM.DLL V1.56.4.0 + +

Project:

+E:\PROJECT\embedded\stm32wb55\MDK-ARM\Zigbee_OnOff_Server_Coord.uvprojx +Project File Date: 05/28/2026 + +

Output:

+*** Using Compiler 'V6.22', folder: 'C:\Keil_v5_41\ARM\ARMCLANG\Bin' +Build target 'Zigbee_OnOff_Server_Coord' +compiling zigbee_app.c... +compiling slave_inputs.c... +compiling app_globals.c... +compiling hardware.c... +compiling app_zigbee.c... +linking... +Program Size: Code=76960 RO-data=3096 RW-data=3096 ZI-data=112692 +FromELF: creating hex file... +After Build - User command #1: fromelf E:\PROJECT\embedded\stm32wb55\MDK-ARM\Zigbee_OnOff_Server_Coord\Exe\Zigbee_OnOff_Server_Coord.axf --bin --output=E:\PROJECT\embedded\stm32wb55\MDK-ARM\Zigbee_OnOff_Server_Coord\Exe\Zigbee_OnOff_Server_Coord.bin +".\Zigbee_OnOff_Server_Coord\Exe\Zigbee_OnOff_Server_Coord.axf" - 0 Error(s), 0 Warning(s). + +

Software Packages used:

+ +Package Vendor: ARM + https://www.keil.com/pack/ARM.CMSIS.6.1.0.pack + ARM::CMSIS@6.1.0 + CMSIS (Common Microcontroller Software Interface Standard) + * Component: CORE Version: 6.1.0 + +Package Vendor: Keil + https://www.keil.com/pack/Keil.STM32WBxx_DFP.2.0.1.pack + Keil::STM32WBxx_DFP@2.0.1 + STMicroelectronics STM32WB Series Device Support + +

Collection of Component include folders:

+ ./RTE/_Zigbee_OnOff_Server_Coord + C:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include + +

Collection of Component Files used:

+ + * Component: ARM::CMSIS:CORE@6.1.0 +Build Time Elapsed: 00:00:00 +
+ + diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/Zigbee_OnOff_Server_Coord.hex b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/Zigbee_OnOff_Server_Coord.hex new file mode 100644 index 0000000..44bfa5f --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/Zigbee_OnOff_Server_Coord.hex @@ -0,0 +1,5021 @@ +:020000040800F2 +:10000000F8B8012051010008E9760008656600088B +:10001000E5760008551C0008D5A80008000000007F +:100020000000000000000000000000002D83000818 +:10003000A128000800000000E17800087D85000884 +:100040006B010008D57800086B010008A97D000845 +:10005000D9280008557B0008A5280008B128000809 +:100060006B0100086B010008BD280008D5250008B9 +:10007000E52500086B0100086B0100086B01000812 +:100080006B0100086B0100086B0100086B010008A0 +:100090006B0100087D1C00086B0100086B01000863 +:1000A0006B0100086B0100086B0100086B01000880 +:1000B0006B0100086B0100086B0100086B01000870 +:1000C0006B0100086B0100086B0100086B01000860 +:1000D0001DA000086D7200086B0100086B0100088C +:1000E0006B0100086B0100086B010008DD78000857 +:1000F0007967000881670008E15700086B01000874 +:100100006B0100086B0100086B0100086B0100081F +:100110006B0100086B0100080D2900086B01000845 +:100120006B0100086B0100086B0100086B010008FF +:100130006B0100086B0100086B010008DFF80CD0B0 +:1001400000F0F4FB0048004701040108F8B8012062 +:100150000648804706480047FEE7FEE7FEE7FEE761 +:10016000FEE7FEE7FEE7FEE7FEE7FEE7258600087E +:100170003D0100082DE9F05F0546002092469B46B0 +:1001800088460646814640241BE0284641464746AD +:10019000224600F033FB53465A46C01A914110D311 +:1001A00011461846224600F01AFB2D1A67EB01088B +:1001B0004F4622460120002100F011FB17EB0009F9 +:1001C0004E41201EA4F10104DFDC484631462A4698 +:1001D0004346BDE8F09F40EA01039B0703D009E0D6 +:1001E00008C9121F08C0042AFAD203E011F8013B23 +:1001F00000F8013B521EF9D27047D2B201E000F87C +:10020000012B491EFBD270470022F6E710B51346BA +:100210000A4604461946FFF7F0FF204610BD30B5E8 +:1002200005462A460B4612F8010B13F8014B08B19C +:10023000A042F8D01CB1002802D06D1CF1E728467E +:1002400030BDCAB2401E10F8011F8A4202D00029F8 +:10025000F9D10020704710B5002200E0521C835CE9 +:100260008C5CA34201D1002BF8D1D8B2E1B2401A84 +:1002700010BD034611F8012B00F8012B002AF9D11B +:10028000184670472DE9FE4F804681EA0300C00FF3 +:100290000C46009021F0004123F00045B8EB02002D +:1002A000A94105D24046214690461C460B460246CF +:1002B00023F00040104347D0270DC7F30A00C3F3D3 +:1002C0000A510290401A019040286BDAC3F31300E0 +:1002D00040F4801B0098924620B10023D2EB030A21 +:1002E00063EB0B0B01985946C0F14002504600F0F9 +:1002F00076FA06460D4650465946019A00F08EFAA7 +:1003000010EB08006141002487EA115284EAE77388 +:100310001A4340D0009A62B3019A012A4FEA075269 +:1003200015DC001B61EB02014FF0004202EA0752AC +:10033000CDE90042001C41F5801132462B4600F009 +:100340008EFA03B0BDE8F08F40462146F9E7001B66 +:1003500061EB0201001C41F5801300185B4120187D +:10036000A2F5001747EB030140EAD570B6196D41BD +:1003700011E06D084FEA360645EAC0754FEA0752AC +:10038000001B61EB0201001C41F5801149084FEA96 +:1003900030000019514132462B4603B0BDE8F04F02 +:1003A00000F04EBA0098012240000023D0EB020278 +:1003B00063EBE073009821464FEAE074B8EB00006D +:1003C00061EB0401E9E783F000435BE781F0004162 +:1003D00058E72DE9FE4F81EA030404F0004421F0C0 +:1003E000004100944FF0000B23F0004350EA010459 +:1003F0005ED052EA03045BD0C3F30A54C1F30A553A +:100400002C44A4F2F3340194A0FB0254C1F3130171 +:1004100041F48011C3F3130343F4801301FB02443E +:1004200000FB034E840A970A44EA815447EA835743 +:10043000A4FB076802958D0A05FB07854FEA932CFC +:1004400004FB0C542705029D4FEA065847EA16376D +:10045000B5EB08056EEB070C870E920E47EA811785 +:1004600042EA8312A7FB0201B6EB0B0164EB000426 +:100470002B0D43EA0C335E1844EB1C50DA46514610 +:10048000E7FB0201C5F313044FEA0B3343EA1453AD +:100490004FEA0432019C43EA0603A4F10C040294DF +:1004A000009CCDE900B400F0DAF903B0BDE8F08FAC +:1004B00000200146F9E72DE9F04D81EA030404F03C +:1004C000004B21F0004514464FF0000A23F0004194 +:1004D00050EA050220D054EA01021DD0C5F30A57A4 +:1004E0000246C5F31303C1F31300C1F30A5640F4E7 +:1004F000801543F48013A7EB0608101BD64608F2BC +:10050000FD3873EB050002D308F1010801E09218F1 +:100510005B41B8F1000F03DA00200146BDE8F08D21 +:1005200000204FF48011064684460EE0171B73EB43 +:10053000050705D3121B63EB050306434CEA010CC8 +:1005400049084FEA300092185B4150EA0107EDD1AB +:1005500052EA030012D082EA040083EA050108434C +:1005600005D0101BAB4106D20122002306E0002279 +:100570004FF0004302E06FF0010253101AEB060047 +:100580004CEB085110EB0A0041EB0B01BDE8F04DBC +:1005900000F056B930B5041E71F1000404DB4FF0D1 +:1005A0000044404264EB0101141E73F1000405DBBA +:1005B0001C464FF00043524263EB0403101A8B4178 +:1005C00001D2012030BD002030BD30B5041E71F1D4 +:1005D000000404DB4FF00044404264EB0101141EB0 +:1005E00073F1000405DB1C464FF00043524263EBFD +:1005F0000403101A8B4101D3012030BD002030BD0F +:1006000030B5041E71F1000404DB4FF00044404299 +:1006100064EB0101141E73F1000405DB1C464FF06E +:100620000043524263EB0403801A994101D2012036 +:1006300030BD002030BD30B5041E71F1000404DB74 +:100640004FF00044404264EB0101141E73F10004BA +:1006500005DB1C464FF00043524263EB040342406B +:100660004B401A4301D0002030BD012030BD0EB5F3 +:1006700040F2334102910021CDE900110A460B46B8 +:1006800000F0EDF803B000BD3EB5CA17CB0F002453 +:1006900050405140C0186141DA0740F233430094A2 +:1006A000CDE901232246234600F0D9F803B030BD3E +:1006B0000EB540F2334202920022CDE900221346E9 +:1006C00000F0CDF803B000BD70B5C1F30A5201F0DF +:1006D00000450024C1F3130140F2FF3341F48011BF +:1006E0009A4201DA002070BD40F233439A42A2F2EE +:1006F000334203DC524200F081F800E090402C438A +:10070000F1D0404270BDC1F30A5210B5C1F31301DC +:1007100040F2FF3341F480119A4201DA002010BD0B +:1007200040F233439A42A2F2334203DC524200F0D9 +:1007300065F810BD904010BD70B5C1F30A5201F0CC +:1007400000450024C1F3130140F2FF3341F480114E +:100750009A4202DA0020014670BD40F233439A42C9 +:10076000A2F2334203DC524200F048F801E000F00C +:1007700036F82C43F0D00023D0EB030063EB0101EB +:1007800070BDC1F30A52C1F3130140F2FF3341F4CB +:1007900080119A4202DA00200146704740F233434A +:1007A0009A42A2F2334202DC524200F027B800F033 +:1007B00016B830B50B46014600202022012409E07E +:1007C00021FA02F59D4205D303FA02F5491B04FA0A +:1007D00002F52844151EA2F10102F1DC30BD202AE9 +:1007E00004DB203A00FA02F1002070479140C2F188 +:1007F000200320FA03F3194390407047202A04DBBA +:10080000203A21FA02F00021704721FA02F3D04089 +:10081000C2F120029140084319467047202A06DBA6 +:10082000CB17203A41FA02F043EAE07306E041FABE +:1008300002F3D040C2F120029140084319467047AC +:1008400010B5141E73F1000408DA401C41F10001D8 +:1008500092185B411A4301D120F0010010BD2DE92F +:10086000F04D92469B4611B1B1FA81F202E0B0FA26 +:1008700080F220329046FFF7B2FF04460F4640EA6E +:100880000A0041EA0B0153465A46084313D0114669 +:1008900053EA010019D0C8F140025046FFF7AEFFFD +:1008A00005460E46504659464246FFF798FF084314 +:1008B00005D0012004E020463946BDE8F08D002037 +:1008C000054346EAE0762C4337430A986305E40A79 +:1008D000A0EB08000022FD0A44EA47540A3002D582 +:1008E00000200146E9E7010510196941DDE90845E5 +:1008F00000196941BDE8F04DA2E7000030B5041EC3 +:1009000071F1000404DB4FF00044404264EB01014C +:10091000141E73F1000405DB1C464FF000435242E5 +:1009200063EB0403994208BF904230BD1CB50948EF +:100930000090094801900546009C06E0E06840F000 +:10094000010394E8070098471034AC42F6D3FFF750 +:10095000F9FB000088380108B838010830B58C1858 +:1009600010F8012B12F00F0301D110F8013B12090E +:1009700006D110F8012B03E010F8015B01F8015BD0 +:100980005B1EF9D101E001F8013B521EFBD1A142EF +:10099000E6D3002030BD000080B582B08DF807009E +:1009A0009DF80700C82809D1FFE743F2A002C0F66E +:1009B0000102002001210FF05DFC0AE09DF80730E4 +:1009C00043F2BE02C0F60102002001210FF052FCEA +:1009D000FFE702B080BD000080B507F063FF00F0C4 +:1009E0004FFA80BD81B08DF8030001B07047000060 +:1009F00080B584B00390039840680B300290029851 +:100A0000008801460191B0F5124F06D0FFE701982A +:100A100049F20121884203D007E0FFF7DDFF05E03E +:100A200002988078FFF7B8FF00E0FFE704B080BDD0 +:100A300080B5A0B01CA81B901B9807F0E5FB28B15F +:100A4000FFE70121084600F00DFADEE043F22B2219 +:100A5000C0F6010200200790012108910FF00AFC66 +:100A60000798089943F26622C0F601020FF002FCD3 +:100A700007980899DDF86CC09CF800309CF80120BC +:100A80009CF802E0EC46CCF804E0CCF8002043F2FD +:100A9000CC32C0F601020FF0EDFB1B98407A014604 +:100AA0000991302804D0FFE70998312809D011E0D6 +:100AB00043F2E932C0F60102002001210FF0DAFB17 +:100AC0000DE043F20442C0F60102002001210FF0C4 +:100AD000D1FB04E00121084600F0C4F9FFE743F22E +:100AE0008030C0F6010043F2E231C0F60101FFF7A9 +:100AF00096FB68B1FFE743F28030C0F6010043F295 +:100B0000E231C0F60101FFF78AFB0730069005E0ED +:100B100043F28030C0F601000690FFE706981A9075 +:100B20000020059019901A982F21FFF78AFB0146A3 +:100B30000598199119991A9A891A1891189B1A9A55 +:100B400069464A600B6043F24642C0F60102012149 +:100B500004910FF08FFB0499059843F29F32C0F681 +:100B6000010214230FF086FB0499059843F26142B9 +:100B7000C0F6010243F27C03C0F601030FF07AFBDA +:100B800005988DF82F000A90FFE70A980F2816D8CD +:100B9000FFE70A9A02EB42010DF12F00084443F2ED +:100BA0007C01C0F601018A5C43F2A211C0F601018A +:100BB00011F002FCFFE70A9801300A90E5E743F2E2 +:100BC0003342C0F6010200200290012103910DF191 +:100BD0002F030FF04FFB0298039943F27F22C0F6D8 +:100BE00001020FF047FB0298039943F2B032C0F6BE +:100BF000010211230FF03EFB0298039943F22B22CE +:100C0000C0F601020FF036FBFFE720B080BD000008 +:100C100080B58CB000200B900A9009900890079046 +:100C200006904FF48271ADF81A10ADF81C00112037 +:100C30008DF8180041F6D400C2F20000406806A901 +:100C40000DF117020AF022FC9DF8170008B9FFE722 +:100C50000BE043F25F30C0F6010043F28031C0F692 +:100C6000010140F231120FF06DF941F6D400C2F2E9 +:100C700000000490406840F23802C2F200021121E4 +:100C800000230DF0AFF8014604984161406908B1B6 +:100C9000FFE70BE043F2A320C0F6010043F28031EE +:100CA000C0F6010140F235120FF04CF941F6D400C4 +:100CB000C2F20000039040690CF0E4F803980021B0 +:100CC0000B910A9109910891079106914FF4827254 +:100CD000ADF81A20ADF81C100A218DF818104068E4 +:100CE00006A90DF117020AF0D1FB9DF8170008B90B +:100CF000FFE70BE043F25F30C0F6010043F28031C2 +:100D0000C0F601014FF49F720FF01CF941F6D400B8 +:100D1000C2F20000029040686A460021516041F230 +:100D20003D61C0F6000111600A214FF610424FF4F8 +:100D3000827309F0EDFE014602988161806908B175 +:100D4000FFE70BE043F2E520C0F6010043F28031FB +:100D5000C0F601014FF4A3720FF0F4F80CB080BD9F +:100D600080B588B000200090079011208DF81E00FB +:100D700001200190ADF81C0041F6D400C2F2000041 +:100D80000290406807A903910DF11602049209F040 +:100D90007BFFDDF800C0019B02980399049ACDF80F +:100DA0001CC04FF00A0C8DF81EC0ADF81C30406816 +:100DB00009F06AFF08B080BD84B00290ADF806105B +:100DC0000092029840B1FFE7009828B1FFE7BDF814 +:100DD0000600072804D8FFE700208DF80F0016E072 +:100DE00002980068009908600298007900990871DB +:100DF00002994879897940EA01200099C8800298CF +:100E0000C0790099087201208DF80F00FFE79DF866 +:100E10000F0004B07047000082B00190009101986B +:100E200000680099087001980068000A00994870ED +:100E300001984088009988700198C0780099C8701E +:100E4000019800790099087101988079009948719A +:100E50000198C079009988710198007A0099C87149 +:100E600002B0704780B582B00190009143F29310B8 +:100E7000C0F60100002100F0A9FCFFE702B080BD30 +:100E800080B584B043F27142C0F6010200200290A6 +:100E9000012101910FF0EEF9FFF7CAFD40F638008D +:100EA000C2F2030000F08CFA00F078FC019802997D +:100EB00041F27932C0F6000209F066F9029941F276 +:100EC0009D32C0F60002022009F05EF9029940F658 +:100ED0008172C0F60002042009F056F907F084F987 +:100EE0008DF80F0000F0F6FB04B080BD82B041F633 +:100EF000D400C2F2000001780020C9070090A1B11F +:100F0000FFE741F6D400C2F20000417A00200090D1 +:100F100059B9FFE740F25400C2F2000040780238AD +:100F2000B0FA80F040090090FFE7009800F001005F +:100F30008DF807009DF8070000F0010041F2C8613C +:100F4000C2F2000108609DF8070000F0010002B045 +:100F50007047000081B040F21801C2F20001087829 +:100F6000C2070320002A18BF02208DF803000A7868 +:100F70000120904308709DF8030001B07047000005 +:100F8000B0B5FEB041F6D400C2F20000407A0028AD +:100F900000F01181FFE702F077FA41F6D401C2F2C6 +:100FA0000001C9688842C0F00681FFE741F6D4001D +:100FB000C2F20000059040681F21002204920AF04E +:100FC000B1F808A802900AF039F9049840F25401E7 +:100FD000C2F200010A7843F23B31C0F6010143F24C +:100FE0001C33C0F60103012A08BF0B4643F21F421F +:100FF000C0F60102012103910FF03CF90299049A15 +:10100000039B059890F808C08DF88EC041F2342CEF +:10101000ADF822C043F2443CC1F2221CCDF82CC0F2 +:1010200047F2887CC5F2665CCDF828C043F27C05A7 +:10103000C0F60105D5F800C0D5F804E0AC68ED684D +:101040002B952A94CDF8A4E0CDF8A0C08DF83030CF +:101050008DF834204FF480120E9240680AF006F9A1 +:101060000399024604988DF81F209DF81F3043F223 +:101070000622C0F601020FF0FDF805999DF81F0049 +:1010800048729DF81F00002852D1FFE741F6D401B5 +:10109000C2F200010020C8600120087440F254012F +:1010A000C2F2000101910220487002F0EDF9014600 +:1010B000019840F2C802C2F200021160007838B90B +:1010C000FFE740F21801C2F2000101200870FFE7BB +:1010D00040F25400C2F200000078E0B9FFE741F2AC +:1010E0007060C2F200000068A8B1FFE741F27061D1 +:1010F000C2F200010020086041F28061C2F20001EA +:101100000868013008609DF81F0041F27861C2F262 +:1011100000010860FFE743F28312C0F601020020DD +:10112000009001210FF0A6F8009800F0E5FC41E0E6 +:1011300043F2C912C0F60102002001214FF4FA73F4 +:101140000FF098F802F0A0F900F5FA7041F6D4011A +:10115000C2F20001C86040F25400C2F20000007800 +:1011600040B9FFE7FFF7F6FE41F6D401C2F20001F5 +:101170000872FFE740F25400C2F200000121417002 +:101180000078B0B9FFE741F27060C2F20000006879 +:1011900078B1FFE741F27461C2F2000108680130E2 +:1011A00008609DF81F0041F27861C2F200010860FA +:1011B000FFE7FFE7FFE741F6D400C2F20000407A04 +:1011C00028B1FFE70420002109F0FEF927E041F6ED +:1011D000D401C2F2000100200874FFF7C1FD40F203 +:1011E0005400C2F20000007801280BD1FFE7FF2075 +:1011F00000F018F802F048F940F2CC01C2F2000108 +:101200000860FFE70320069041F6D400C2F2000018 +:101210004068882106AA042309F028FFFFE77EB072 +:10122000B0BD000080B584B08DF80F0000200290A2 +:101230008DF80E009DF80F008DF80E0041F6D400D9 +:10124000C2F2000040680DF10E010DF10D0209F02F +:10125000A7FE029841F26462C2F2000211680131F5 +:1012600011609DF80D1041F26C62C2F20002116033 +:101270009DF80F1041F26862C2F2000211609DF801 +:101280000F309DF80D106A46116043F29C42C0F683 +:10129000010201210EF0EEFF04B080BD80B582B0E6 +:1012A00002F0F2F8019040F25400C2F2000000781F +:1012B00001281AD1FFE7FFF719FEB0B1FFE7019847 +:1012C00040F2CC01C2F200010968401A41F28831B3 +:1012D00088420AD3FFE7FF20FFF7A4FF019840F2FE +:1012E000CC01C2F200010860FFE740F25400C2F2F4 +:1012F0000000007838BBFFE741F6D400C2F20000DE +:101300000078C007F8B1FFE740F25400C2F20000D5 +:101310004078022817D0FFE7019840F2C801C2F2D6 +:1013200000010968401A44F6206188420BD3FFE7A8 +:1013300041F24861C2F2000108680130086001987A +:1013400000F048F8FFE740F25400C2F200000078D5 +:1013500080B9FFE7FFF7CAFD60B1FFE740F2E000A8 +:10136000C2F200000068032804D3FFE7019800F0F0 +:1013700031F8FFE702B080BD80B540F2F410C2F250 +:101380000000006848B1FFE740F2F411C2F200012A +:10139000002008600DF0ACFAFFE780BD80B540F298 +:1013A000F810C2F20000006848B1FFE740F2F811FF +:1013B000C2F20001002008600EF05EFCFFE780BD75 +:1013C00081B00090009841F21861C2F200010860FB +:1013D00001B0704780B584B00390039840F2D0010B +:1013E000C2F200010968401A43F69721884201D8E9 +:1013F000FFE745E0039840F2D001C2F20001086027 +:1014000041F27C61C2F2000108680130086041F2DB +:101410007061C2F200010120086040F25401C2F282 +:101420000001487041F6D401C2F2000101914872F6 +:101430000398C860002002900874FFF78BFD0299A2 +:10144000024601980272039A40F2C803C2F20003F6 +:101450001A6040F2E002C2F20002116040F2DC02C7 +:10146000C2F20002117041F2AC62C2F200021160DD +:10147000406809F043FE0299042009F0A5F8FFE74F +:1014800004B080BD80B592B01090109860B1FFE7B5 +:10149000FFF72CFD40B1FFE740F2DC00C2F2000094 +:1014A0000078C00758B1FFE741F29C61C2F2000129 +:1014B00008680130086000208DF847006AE041F2BA +:1014C0009861C2F20001086801300860109840F28B +:1014D000D401C2F200010191FFF79EFC04A8029022 +:1014E0003021FEF791FE0198029902228DF810201A +:1014F0000023ADF816300A22ADF812204FF4827C9A +:10150000ADF820C04FF6104CADF822C0ADF8242045 +:101510000A900820ADF82C000520ADF83400012019 +:101520008DF836008DF8373041F6D400C2F2000055 +:10153000406841F29D52C0F6000209F067FB8DF849 +:101540000F009DF80F0070B9FFE740F2DC01C2F216 +:1015500000010120087041F2B061C2F20001086888 +:10156000013008600EE041F29C61C2F2000108689F +:10157000013008609DF80F0041F2A461C2F2000141 +:101580000860FFE79DF80F00B0FA80F040098DF881 +:101590004700FFE79DF8470012B080BD80B582B0DC +:1015A0000190009140F2DC01C2F2000100200870BD +:1015B00041F2A061C2F200010868013008600198A0 +:1015C00018B3FFE70198007EF8B1FFE740F2E000B2 +:1015D000C2F20000016801310160006841F2AC61B3 +:1015E000C2F2000108600198007E41F2A461C2F2DB +:1015F000000108600198037E43F2BF42C0F6010279 +:10160000002001210EF036FE16E0019898B1FFE7A8 +:1016100040F2E001C2F200010020086041F2AC613A +:10162000C2F2000108600198007E41F2A461C2F29A +:1016300000010860FFE7FFE702B080BD80B586B01B +:101640000490039141F28C61C2F2000108680130FC +:101650000860049850B9FFE741F28861C2F20001C6 +:10166000086801300860002005902FE00498408C45 +:1016700041F29061C2F2000108600498008D41F2CD +:101680009461C2F2000108600498408C4FF610414A +:10169000884208D1FFE70499486A098D6A46FFF736 +:1016A0008BFB50B9FFE741F28861C2F20001086884 +:1016B000013008600020059008E001F0E5FE0146D9 +:1016C00068460DF0F5F800200590FFE7059806B094 +:1016D00080BD000080B584B043F28142C0F60102B3 +:1016E0000020039001210EF0C5FD039B184619460A +:1016F0001A4609F06FFB014641F6D400C2F2000021 +:101700004160406808B1FFE70BE043F2CA20C0F631 +:10171000010043F28031C0F601014FF484720EF0F3 +:1017200011FC41F6D400C2F200000290FFF770FAFB +:10173000022000F0C9F90120019000F0C5F9002055 +:1017400000F0C2F901F0A0FE02990246019840F2B1 +:10175000C803C2F200031A60487201F095FE0299B4 +:10176000C86040F25400C2F200000078012803D1A2 +:10177000FFE70120009003E0FFF7ECFB0090FFE79C +:10178000009841F6D401C2F20001087201200870ED +:101790000420002108F018FF04B080BD80B540F29D +:1017A0002800C2F2030040F63801C2F203010160D2 +:1017B00040F64411C2F20301416040F65021C2F2EA +:1017C0000301816007F08AF880BD000080B584B015 +:1017D00003900291039B02986946086043F2A812A5 +:1017E000C0F60102002001210EF044FDFFE70020B9 +:1017F00000F09AF94FF4FA70019001F019FB012002 +:1018000000F092F9019801F013FB022000F08CF92E +:10181000019801F00DFBEAE782B0ADF80600BDF8D3 +:10182000060000900098B0F5805F04D3FFE740F613 +:10183000FF700090FFE700986421414340F20110DF +:10184000C0F21000A1FB0020091A00EB5100C0F308 +:10185000C72002B07047000081B000900098006877 +:1018600041F25C61C2F2000108600098007941F227 +:101870005461C2F2000108600098C08841F25061D2 +:10188000C2F2000108600098007A41F24C61C2F295 +:101890000001086001B0704781B0009000980068B6 +:1018A00041F2C461C2F2000108600098007941F27F +:1018B000C061C2F2000108600098C08841F2BC61BA +:1018C000C2F2000108600098007A41F2B861C2F2E9 +:1018D0000001086001B0704780B582B0019041F20C +:1018E000A861C2F200010868013008600198FFF7A2 +:1018F000D3FF02B080BD000080B582B0019040F2FD +:101900005400C2F20000017840F2AC02C2F20002C0 +:10191000116001780139B1FA81F1490941F244625B +:10192000C2F2000211600178B1FA81F1490940F276 +:10193000A802C2F200021160019941F2B462C2F23F +:1019400000021160417841F2CC62C2F200021160E3 +:1019500090F8281001F0010141F26062C2F2000229 +:101960001160816B41F25862C2F2000211602C30AA +:10197000FFF772FF02B080BD83B00090029100209B +:101980008DF807008DF80600FFE79DF80600022895 +:101990001AD8FFE702989DF8061010F83100C0072A +:1019A00058B1FFE79DF80610012000FA01F19DF8FB +:1019B000070008438DF80700FFE7FFE79DF80600E2 +:1019C00001308DF80600E0E700990298006A08608F +:1019D0009DF8070008710298008BC8800298007F6C +:1019E000087203B07047000080B582B0019000918A +:1019F00040F25401C2F20001012081F82800019B4D +:101A000018685A689B684B630A63C86200988863C9 +:101A100041F28461C2F20001086801300860019857 +:101A2000FFF71AFF41F2B460C2F200000068FFF74E +:101A300063FF02B080BD000081B08DF803009DF807 +:101A4000030040F25401C2F2000108700020487007 +:101A5000886401B07047000080B58AB08DF8270017 +:101A600000200390089007900690059004900220B3 +:101A7000009004F023FF009803999DF8273043F26B +:101A80000E02C0F60102029232F8132004920122E3 +:101A90000592069107909DF8271040F22C00C2F2A3 +:101AA0000000019050F8210004A901F013FB0198F7 +:101AB0000299039A9DF8273050F8230031F813104B +:101AC00001F0CCFC0AB080BD80B582B08DF8070073 +:101AD0009DF8072040F22C00C2F2000050F82200CE +:101AE00043F20E01C0F6010131F81210002201F09C +:101AF000B5FC02B080BD000080B582B08DF8070053 +:101B00009DF8072040F22C00C2F2000050F822009D +:101B100043F20E01C0F6010131F81210012201F06A +:101B20009DFC02B080BD000080B582B08DF807003A +:101B30009DF8072040F22C00C2F2000050F822006D +:101B400043F20E01C0F6010131F8121001F072FCEF +:101B500002B080BD80B588B08DF81F008DF81E10D2 +:101B6000002006900590049003900290FFE79DF8F6 +:101B70001F0020B9FFE7042004F0A0FE13E09DF849 +:101B80001F00012804D1FFE7082004F097FE09E0B8 +:101B90009DF81F00022804D1FFE7082004F08EFE04 +:101BA000FFE7FFE7FFE7FFE79DF81E00F8B9FFE753 +:101BB0009DF81F1043F20800C0F6010030F8110034 +:101BC00002900020039001200190049002200590D3 +:101BD0009DF81F1040F21C00C2F2000050F82100D6 +:101BE00002A901F077FA019801F022F9FFE79DF8C8 +:101BF0001E0001282CD1FFE79DF81F1043F20800BA +:101C0000C0F6010030F811000290012004904FF45A +:101C1000041003909DF81F1040F21C00C2F2000057 +:101C200050F8210002A901F055FA9DF81F1043F267 +:101C30000400C0F60100009040560F21002201F080 +:101C40009FFD00989DF81F10405601F085FDFFE7AD +:101C500008B080BDFFE7FEE780B582B0002001211B +:101C60000191FFF777FF01990846FFF773FF01998C +:101C70000220FFF76FFF02B080BD00007047000038 +:101C800080B59CB01A901991ADF86220179300208E +:101C90001690ADF856008DF85500129011908DF801 +:101CA0003F00ADF83C001A980089B0FA80F0400976 +:101CB00040008DF855001A98406960B3FFE71A9804 +:101CC000008900BBFFE71A9802680D92416800691D +:101CD000125C0E920130884207D3FFE71A984168E0 +:101CE0000069401A01300C9004E01A980069013034 +:101CF0000C90FFE70E980D990C9A895C00EB01207F +:101D000002300B9003E01A9800890B90FFE70B98C4 +:101D1000ADF85600FFE71A980089012805DBFFE7B8 +:101D20001A980089ADF86200FFE71A98C168006947 +:101D3000884209D3FFE71A9948680969BDF8562017 +:101D40001144401A0A9002E000200A90FFE70A9826 +:101D50001090BDF862009DF855100844179948434B +:101D60001099884203D2FFE7002009900BE0109AF7 +:101D7000BDF862009DF855100144B2FBF1F000FB84 +:101D800011200990FFE709988DF83E009DF83E105C +:101D90009DF8552000209142C8BF01208DF83F00DA +:101DA0009DF83F0048B1FFE71A98007FC00720B1B7 +:101DB000FFE79DF83E00089003E0BDF83C00089066 +:101DC000FFE70898ADF83C009DF83F0050B1FFE7F1 +:101DD0001A98007F8007002804D5FFE79DF855007A +:101DE000079003E0BDF83C000790FFE70798ADF8C7 +:101DF0003C00BDF86200002800F09D81FFE71A98C2 +:101E000041684369BDF862009DF855201044179A57 +:101E100000FB0230BDF83C201044884200F28B8168 +:101E2000FFE700201390FFE713981799884280F08E +:101E30006281FFE71A9841680069BDF85620104496 +:101E4000884209D3FFE71A9841680069BDF8562017 +:101E50001044401A069006E01A980069BDF8561022 +:101E600008440690FFE706981A9908611A980069D5 +:101E700014901A980089B8BBFFE7BDF862001A9960 +:101E80000968149A531C1493885414981A99496831 +:101E9000884206D3FFE714981A994968401A0590BA +:101EA00002E014980590FFE7059814909DF86300F0 +:101EB0001A990968149A531C1493885414981A99FF +:101EC0004968884206D3FFE714981A994968401A6E +:101ED000049002E014980490FFE7049814901A9973 +:101EE000486902304861FFE71A9840681499401A1F +:101EF000BDF86210884206D2FFE71A98406814992C +:101F0000401A039003E0BDF862000390FFE70398D6 +:101F100012901298BDF8621088420AD0FFE712981A +:101F2000BDF86210884227D2FFE71A98007F18BBDD +:101F3000FFE71A98006814990844199B1399BDF893 +:101F4000622001FB0231129AFEF745F9129A1A99A2 +:101F50004869104448610020149012981190BDF80F +:101F600062001299401A1290BDF862009DF8551057 +:101F70000844ADF856009CE01298002800F09880C4 +:101F8000FFE71A98007FC007B0B3FFE71A980089EF +:101F900070B9FFE71A98016814980144FF2001F80E +:101FA000020C1A990A681499114401F8010CFFE710 +:101FB000129A1A9948691044486100201190BDF89E +:101FC0006210129114901A980089A0B9FFE7129834 +:101FD0001A990968149A531C149388541298000A89 +:101FE0001A990968149A531C149388541A994869C9 +:101FF00002304861FFE751E01A98007F800700280F +:102000004BD5FFE71A980089002842D1FFE71298C4 +:102010001A990A681499114401F8020C1298000ADE +:102020001A990A681499114401F8010C1A98006869 +:1020300014990844199B1399BDF8622001FB0231E1 +:10204000129AFEF7C8F8129A1A9948691044486122 +:1020500012981190BDF862001299401A12901A99C4 +:102060008869013088610020149012981A990968D3 +:10207000149A531C149388541298000A1A990968E8 +:10208000149A531C149388541A9948690230486171 +:1020900002E000201B9054E0FFE7FFE712989DF854 +:1020A00055100844ADF856001A9900200861FFE762 +:1020B000FFE71298B0B1FFE71A9800681499084436 +:1020C0001999139ABDF86230DDF844C002FB03C2CF +:1020D0001144129AFEF77FF8129A1A99486910442F +:1020E0004861FFE71A99886901308861FFE7139812 +:1020F0000130139098E61A980168029141680069CE +:102100009DF855201044884209D3FFE71A9841688A +:1021100000699DF855201044401A019006E01A9875 +:1021200000699DF8551008440190FFE70298019955 +:102130000844169002E000201B9002E016981B90C5 +:10214000FFE71B981CB080BD80B585B0844607981A +:10215000CDF80CC002910192ADF802308DF801006B +:1021600002980399086003990020C86003990861E8 +:102170000399486103998861019803994860BDF803 +:102180000200039908819DF80100039908779DF8E2 +:1021900001008007002808D5FFE70398008920B1D7 +:1021A000FFE74FF0FF30049002E000200490FFE7CB +:1021B000049805B080BD000090B00F900E910020F3 +:1021C0008DF837000C900F990989B1FA81F149090E +:1021D00049008DF83710ADF82E000F98406900289F +:1021E00000F0E180FFE70F980089F8B9FFE70F984A +:1021F000026809924168C068125C0A920130884204 +:1022000007D3FFE70F984168C068401A0130089073 +:1022100004E00F98C06801300890FFE70A98099918 +:10222000089A895C00EB0120079003E00F98008971 +:102230000790FFE70798ADF82E000F98007FC007C2 +:10224000002859D0FFE70F98007F8007002853D45B +:10225000FFE7BDF82E004FF6FF71884204D1FFE77B +:102260000F98008990B1FFE70F99C8680969884203 +:1022700041D9FFE70F980089E8B3FFE70F99486855 +:10228000CA68801A0989884235D2FFE70F994B68DE +:10229000CA684869D21A104448610F990020C86082 +:1022A0000F980089F8B9FFE70F9802680592416816 +:1022B000C068125C06920130884207D3FFE70F988E +:1022C0004168C068401A0130049004E00F98C0686B +:1022D00001300490FFE706980599049A895C00EBA9 +:1022E0000120039003E00F9800890390FFE7039813 +:1022F000ADF82E00FFE7FFE70F98016802914168F3 +:10230000C0689DF837201044884209D3FFE70F9832 +:102310004168C0689DF837201044401A019006E0DB +:102320000F98C0689DF8371008440190FFE70298A5 +:10233000019908440C90BDF82E009DF83710421802 +:102340000F994869801A48610F98406930B3FFE7D8 +:102350000F984168C068BDF82E2010449DF83720C2 +:10236000104488420CD3FFE70F984168C068BDF85D +:102370002E2010449DF837201044401A009009E0A8 +:102380000F98C068BDF82E1008449DF83710084417 +:102390000090FFE700980F99C860FFE70F998869E0 +:1023A00001388861FFE70E9828B1FFE7BDF82E00DD +:1023B0000E990880FFE70C9810B0704790B00F900E +:1023C0000E9100208DF837000C900F990989B1FA11 +:1023D00081F1490949008DF83710ADF82E000A90B7 +:1023E0000F984069002800F0A380FFE70F98C068AD +:1023F0000A900F980089F8B9FFE70F9802680892D1 +:102400004168C068125C09920130884207D3FFE737 +:102410000F984168C068401A0130079004E00F9897 +:10242000C06801300790FFE709980899079A895C0E +:1024300000EB0120069003E00F9800890690FFE76B +:102440000698ADF82E000F98007FC007002850D0E6 +:10245000FFE70F98007F800700284AD4FFE7BDF808 +:102460002E004FF6FF71884204D1FFE70F980089D4 +:1024700090B1FFE70F99C8680969884238D9FFE72A +:102480000F980089A0B3FFE70F994868CA68801ABF +:10249000098988422CD2FFE700200A900F98008912 +:1024A000F0B9FFE70F990A980A6804924968125C2C +:1024B00005920130884207D3FFE70A980F994968CF +:1024C000401A0130039003E00A9801300390FFE7BF +:1024D00005980499039A895C00EB0120029003E0BF +:1024E0000F9800890290FFE70298ADF82E00FFE7F1 +:1024F000FFE70F980168019141680A989DF837201D +:102500001044884209D3FFE70A989DF83710084421 +:102510000F994968401A009005E00A989DF8371015 +:1025200008440090FFE70198009908440C90FFE7E9 +:102530000E9828B1FFE7BDF82E000E990880FFE73E +:102540000C9810B07047000080B582B08DF807007D +:102550009DF80700B0B9FFE741F26020C2F2000029 +:10256000006840B1FFE741F26020C2F2000001685C +:1025700000208847FFE740F2C001C2F200010020BE +:10258000087015E040F2C001C2F20001012008709D +:1025900041F26020C2F20000006840B1FFE741F262 +:1025A0006020C2F20000016801208847FFE7FFE7D2 +:1025B00002B080BD80B582B0002005F0CDF801905A +:1025C000019828B1FFE70198807904F077FBFFE7D5 +:1025D00002B080BD80B541F2B030C2F2000000F020 +:1025E0004FFA80BD80B541F21040C2F2000000F009 +:1025F00047FA80BD82B001900198006840F207411F +:10260000C4F2020188420BD8FFE70199486C20F020 +:10261000030040F60002C4F20202104488640AE09B +:102620000199486C20F0030040F61C02C4F202023B +:1026300010448864FFE70198007808384CF6CD41D3 +:10264000CCF6CC41A0FB011000090090019940F6A6 +:102650008000C4F20200C864009800F01F0101204D +:1026600088400199086502B07047000082B001906F +:102670000198406800F03F000090009940F6FC008F +:10268000C4F2020000EB810001994865019940F60F +:102690004010C4F2020088650098013800F0030180 +:1026A000012088400199C86502B0704784B003904A +:1026B0000291019200930398C16C006D48600398E9 +:1026C000406D28B1FFE70398816DC06D4860FFE75A +:1026D0000398016C406C00F01C020120904048609F +:1026E000009803990968486003988068102809D108 +:1026F000FFE70198039909688860029803990968BF +:10270000C86008E0029803990968886001980399F5 +:102710000968C860FFE704B07047000080B504F0A6 +:1027200099FF80BD80B584B00390ADF80A10019286 +:102730000399BDF80A20019B002003F02DFF04B08F +:1027400080BD000080B582B0FFF7E8FF6946022037 +:10275000086040F22C20C2F2000040F24C21C2F28C +:1027600000014FF480520023FFF7EEFC02B080BD61 +:1027700080B58AB005900491039200200290EFF397 +:1027800010800690069800900598013018B9FFE770 +:102790000020029047E00598012808D0FFE705983F +:1027A000022804D0FFE74FF0FF3002903AE0039890 +:1027B000B8B3FFE703980290EFF3108072B607906A +:1027C0000499BDF80C2040F22C20C2F20000012335 +:1027D000FFF756FA01900198E0B1FFE740F22800B8 +:1027E000C2F200000078A8B1FFE740F22801C2F26F +:1027F00000010020087000980990099880F3108863 +:102800000198BDF80C1042F62D02C0F60002FFF749 +:1028100089FF05E000980890089880F31088FFE78A +:10282000FFE7FFE7FFE702980AB080BD80B58AB0F6 +:10283000EFF31080069006980390EFF3108072B6C5 +:10284000079040F22C20C2F2000002900DF112011C +:102850000191FFF7B1FC01990298FFF7AFFD0590D8 +:10286000059878B1FFE703980990099880F31088DC +:102870000598BDF8121042F62D02C0F60002FFF7CF +:1028800051FF0BE040F22801C2F200010120087064 +:1028900003980890089880F31088FFE70AB080BD7D +:1028A0007047000080B5402000F0F8FB80BD0000BC +:1028B00080B5802000F0F2FB80BD000080B50120D3 +:1028C00000F0ECFB80BD000081B0EFF3108072B629 +:1028D0000090FFE7FEE7000080B500F0EBFA80BD56 +:1028E00081B0009044F21401C5F6000108684FF66B +:1028F0000502CFF6FE721040009A40EAC2000222A2 +:10290000C0F201021043086001B070477047000038 +:1029100080B504F0E7F880BD82B00090009820B93F +:10292000FFE701208DF807004EE0009890F82500A1 +:1029300002280DD0FFE700990420C863FFE7009943 +:10294000002081F82400FFE701208DF807003BE01C +:1029500000980168086820F00E0008600098816CFB +:10296000086820F48070086000980168086820F00A +:10297000010008600098016C406C00F01C0201200E +:10298000904048600098C16C006D48600098406DB0 +:1029900058B1FFE70098416D086820F48070086026 +:1029A0000098816DC06D4860FFE70099012081F8B3 +:1029B0002500FFE70099002081F82400FFE7FFE7EA +:1029C00000208DF80700FFE79DF8070002B0704770 +:1029D00080B582B0019000208DF80300019890F836 +:1029E0002500022807D0FFE701990420C8630120D1 +:1029F0008DF803003FE001980168086820F00E00A0 +:102A0000086001980168086820F0010008600198DA +:102A1000816C086820F4807008600198016C406C3B +:102A200000F01C020120904048600198C16C006DCC +:102A300048600198406D58B1FFE70198416D086802 +:102A400020F4807008600198816DC06D4860FFE7D8 +:102A50000199012081F82500FFE70199002081F804 +:102A60002400FFE70198806B20B1FFE70198816B9C +:102A70008847FFE7FFE79DF8030002B080BD000034 +:102A800080B584B003900398006C006802900398AE +:102A900000680068019002980399496C01F01C01DC +:102AA000C8404007002825D5FFE79DF804004007EF +:102AB00000281FD5FFE703980068006880060028FB +:102AC00007D4FFE703980168086820F00400086055 +:102AD000FFE70398016C406C00F01C02042090405A +:102AE00048600398006B20B1FFE70398016B8847AB +:102AF000FFE76EE002980399496C01F01C01C840A1 +:102B0000800700282FD5FFE79DF8040080070028E4 +:102B100029D5FFE7039800680068800600280BD4D9 +:102B2000FFE703980168086820F00A00086003992D +:102B3000012081F82500FFE70398016C406C00F04C +:102B40001C02022090404860FFE70399002081F8B2 +:102B50002400FFE70398C06A20B1FFE70398C16A29 +:102B60008847FFE734E002980399496C01F01C01A3 +:102B7000C8400007002829D5FFE79DF8040000079A +:102B8000002823D5FFE703980168086820F00E00AD +:102B900008600398026C406C00F01C01012000FAF0 +:102BA00001F151600399C863039981F82500FFE79B +:102BB0000399002081F82400FFE70398406B20B1BF +:102BC000FFE70398416B8847FFE700E0FFE7FFE777 +:102BD000FFE704B080BD000080B584B00290029889 +:102BE00020B9FFE701208DF80F009EE002980068F1 +:102BF00040F20741C4F20201884218D8FFE7029967 +:102C000008684FF6F872CBF6FD7210444CF6CD42D0 +:102C1000CCF6CC42A0FB02026FF0030000EA920067 +:102C2000486402990020C4F20200086418E0029986 +:102C300008684FF6F832CBF6FD7210444CF6CD42E0 +:102C4000CCF6CC42A0FB02026FF0030000EA920037 +:102C50004864029940F20040C4F202000864FFE7B1 +:102C60000299022081F8250002980068006801900E +:102C7000019847F6F0718843019002998868D1F86D +:102C80000CC00B694A6940EA0C00184310438A697A +:102C90001043CA691043096A01430198084301902F +:102CA00001980299096808600298FFF7A3FC02984E +:102CB0008068B0F5804F04D1FFE70299002048609A +:102CC000FFE702994868896C00F03F0008600298AD +:102CD000C16C006D48600298406888B1FFE70298B7 +:102CE000406804280CD8FFE70298FFF7BFFC029861 +:102CF000416D002008600298816DC06D486007E05A +:102D0000029900204865029988650299C865FFE725 +:102D100002990020C863029A012182F825100299C5 +:102D200081F824008DF80F00FFE79DF80F0004B034 +:102D300080BD000080B586B004900391029201939B +:102D400000208DF80300FFE7049890F82400012884 +:102D500004D1FFE702208DF8170065E004990120F7 +:102D600081F82400FFE7FFE7049890F82500012888 +:102D70004BD1FFE70499022081F825000499002037 +:102D8000C86304980168086820F00100086004988E +:102D90000399029A019BFFF789FC0498006B38B1F4 +:102DA000FFE704980168086840F00E0008600CE036 +:102DB00004980168086820F004000860049801681D +:102DC000086840F00A000860FFE70498806C00681B +:102DD000C003002807D5FFE70498816C086840F419 +:102DE00080700860FFE70498406D38B1FFE70498F1 +:102DF000416D086840F480700860FFE7049801683E +:102E0000086840F00100086009E0FFE7049900202D +:102E100081F82400FFE702208DF80300FFE79DF80A +:102E200003008DF81700FFE79DF8170006B080BD7E +:102E300080B584B0039000F027FB029003980190C6 +:102E40000198013038B1FFE700F024FB01460198FA +:102E500008440190FFE7FFE700F016FB0299401AD3 +:102E60000199884204D2FFE703F0A2FE30BFF3E7E6 +:102E700004B080BD84B0039003980068C0F30040A4 +:102E800000900398006800F01F0101208840019025 +:102E9000009940F60800C5F6000000EB41100290D2 +:102EA00001980299086004B07047000081B000905A +:102EB00001B0704780B582B04FF0FF30019044F20E +:102EC0001000C5F6000000684CF2FA31084000908E +:102ED00041F2FC50C2F20000836844F21402C5F6CD +:102EE000000211689943116080680121C0F2040159 +:102EF000084207D0FFE741F2FC50C2F20000C06870 +:102F0000019011E041F2FC50C2F20000007A80070B +:102F1000002807D5FFE741F2FC50C2F2000000692B +:102F2000019000E0FFE7FFE7009890B3FFE7009A09 +:102F300041F2FC51C2F20001486810434860FFE7CB +:102F40009DF8030010F0C00F0BD0FFE7009800F0D1 +:102F5000404244F21801C5F60001086810430860B9 +:102F6000FFE70098800048B1FFE7009820F040405C +:102F700044F21001C5F600010860FFE7FFE741F2E7 +:102F8000FC51C2F2000100208860019800F06AF84C +:102F9000FFE7012050B9FFE744F21800C5F6000032 +:102FA000006800F00100012808D03FE044F2100062 +:102FB000C5F600000068C007C0B3FFE7FFE744F2B2 +:102FC0001001C5F6000101200860FFE741F2FC5046 +:102FD000C2F20000806802281DD1FFE741F2FC50D8 +:102FE000C2F20000416901394161406958B1FFE70F +:102FF00041F2FC50C2F20000016901310161006937 +:10300000FFF76EFC06E041F2FC51C2F20001002025 +:103010008860FFE706E041F2FC51C2F200010020A7 +:103020008860FFE70198FFF741FFFFE741F2FC509E +:10303000C2F20000806898B9FFE7FFE744F214018C +:10304000C5F60001086820F040700860FFE7FFE760 +:1030500041F2FC51C2F2000100200870FFE7FFE7D7 +:1030600002B080BD81B0009001B0704782B0ADF871 +:103070000600BDF8060001460091012808D0FFE7D0 +:103080000098402805D0FFE70098802802D002E091 +:1030900002E001E000E0FFE702B0704780B582B0D7 +:1030A000ADF8060040F60C00C5F600000068BDF85B +:1030B000061008420CD0FFE7BDF8060040F60C01F0 +:1030C000C5F600010860BDF80600FFF7CFFFFFE777 +:1030D00002B080BD89B00890079100200690FFE7FC +:1030E000079800680699C840002800F08881FFE72B +:1030F00007980068069A01219140084005900598BC +:10310000002800F07881FFE70798406800F003008E +:10311000012807D0FFE70798406800F00300022865 +:103120002FD1FFE70898806804900698410003209B +:1031300000FA01F10498884304900798C068069942 +:10314000490000FA01F10498084304900498089992 +:1031500088600898406804900699012000FA01F1FF +:1031600004988843049007984068C0F300100699BB +:1031700000FA01F104980843049004980899486003 +:10318000FFE70798406800F00300032818D0FFE726 +:103190000898C068049006984100032000FA01F1E5 +:1031A000049888430490079880680699490000FABB +:1031B00001F104980843049004980899C860FFE757 +:1031C0000798406800F00300022826D1FFE708981E +:1031D00006996FF0030202EA51010844006A049064 +:1031E000069800F0070081000F2000FA01F1049812 +:1031F0008843049007980069069901F00701890047 +:1032000000FA01F104980843049004980899069B79 +:1032100002EA530211440862FFE70898006804902C +:1032200006984100032000FA01F1049888430490B5 +:103230000798406800F003000699490000FA01F180 +:1032400004980843049004980899086007988079C6 +:103250008007002800F0CE80FFE7069820F00300EA +:103260000821C4F2010140580490069800F00300C0 +:1032700081000F2000FA01F1049888430490089817 +:10328000B0F1904F03D1FFE70020039034E008989D +:1032900040F20041C4F60001884203D1FFE701205B +:1032A000029026E0089840F60001C4F6000188422A +:1032B00003D1FFE70220019018E0089840F6004192 +:1032C000C4F60001884203D1FFE7032000900AE022 +:1032D000089941F20002C4F600020720914208BF9B +:1032E00004200090FFE700980190FFE7019802900A +:1032F000FFE702980390FFE70398069901F00301A6 +:10330000890000FA01F10498084304900498069992 +:1033100021F003010822C4F20102885040F60000A7 +:10332000C5F600000068049005990498884304904D +:1033300007988079C006002805D5FFE7059904980D +:1033400008430490FFE7049840F60001C5F6000129 +:10335000086040F60400C5F6000000680490059976 +:10336000049888430490079880798006002805D542 +:10337000FFE70599049808430490FFE7049840F696 +:103380000401C5F60001086040F68000C5F60000A3 +:103390000068049005990498884304900798807900 +:1033A000C00728B1FFE70599049808430490FFE798 +:1033B000049840F68001C5F60001086040F68400DC +:1033C000C5F60000006804900599049888430490AD +:1033D000079880798007002805D5FFE705990498AC +:1033E00008430490FFE7049840F68401C5F6000105 +:1033F0000860FFE7FFE706980130069070E609B025 +:103400007047000082B00190ADF802100198006989 +:10341000BDF80210084204D0FFE701208DF801003A +:1034200003E000208DF80100FFE79DF8010002B0E5 +:103430007047000083B00290ADF806100298406912 +:103440000090009ABDF8060002EA0001904340EAAD +:1034500001400299886103B07047000082B001907A +:10346000ADF802108DF801209DF8010028B1FFE7AA +:10347000BDF802000199886104E0BDF802000199DD +:103480008862FFE702B0704741F24060C2F200007C +:103490000068704740F2A000C2F200000078704758 +:1034A00040F2A400C2F200000068704781B00090B2 +:1034B00001B0704780B582B041F20C50C5F60000F3 +:1034C00000680190019A41F20051C5F600010868B8 +:1034D00090430860019841F20451C5F6000108606C +:1034E0000198FFF7E3FF02B080BD000080B584B013 +:1034F000039000208DF80B00039808B3FFE740F617 +:103500000040C5F600000190039890F8380020B9FB +:10351000FFE7039800F01CF8FFE7019803F034F987 +:103520000199086840F001100860039803F03AF927 +:103530000399002048630399012081F8380003E0D3 +:1035400001208DF80B00FFE79DF80B0004B080BD53 +:1035500080B584B003900398006840F60041C5F63A +:103560000001884218D1FFE74FF4801003F0B6F94C +:103570002C20009000220192114600F001F90098E1 +:1035800000F0EAF8019A2D200290114600F0F8F8B8 +:10359000029800F0E1F8FFE704B080BD83B002902C +:1035A00001918DF8032003B07047000083B00290B2 +:1035B00001918DF8032003B07047000040F2A00095 +:1035C000C2F20000027841F24061C2F200010868D4 +:1035D000104408607047000080B582B00020009061 +:1035E0008DF8070044F20001C5F60001086840F4B8 +:1035F00080700860032000F0DBF8009800F00EF8FF +:1036000020B1FFE701208DF8070002E000F048F844 +:10361000FFE79DF8070002B080BD000080B582B0D2 +:10362000019000208DF8030040F2A000C2F20000DB +:10363000007860B3FFE700F009FC40F2A001C2F29D +:1036400000010A784FF47A71B1FBF2F1B0FBF1F0AE +:1036500001F098FAB0B9FFE701980F280DD8FFE7FD +:1036600001994FF0FF30002200F08AF8019840F2F3 +:10367000A401C2F20001086003E001208DF80300FC +:10368000FFE703E001208DF80300FFE703E00120DE +:103690008DF80300FFE79DF8030002B080BD000035 +:1036A00080B588B04FF4002003F018F90120009095 +:1036B00000220692114600F063F8009800F04CF8E2 +:1036C000069A04200190114600F05AF8019800F083 +:1036D00043F8069A05200290114600F051F802982E +:1036E00000F03AF8069A15200390114600F048F8C9 +:1036F000039800F031F8069A2B200490114600F050 +:103700003FF8049800F028F8069A2E2005901146FC +:1037100000F036F8059800F01FF8069A362007905A +:10372000114600F02DF8079800F016F808B080BD9B +:1037300080B582B08DF807009DF907000CF042FBC0 +:1037400002B080BD80B582B08DF807009DF90700FA +:103750000CF050FB02B080BD80B582B08DF8070040 +:103760009DF907000CF062FB02B080BD80B582B00D +:103770008DF807009DF907000CF078FB02B080BDC2 +:1037800080B586B08DF81700049103920CF066FBAB +:1037900002909DF91700019002980499039A03F092 +:1037A000A5FF014601980CF079FB06B080BD000032 +:1037B00080B582B0019001980CF092FB02B080BD00 +:1037C0000CF0ACFB40F20040C5F60000006800F4CD +:1037D000C060704780B54FF4803003F0D1F938B144 +:1037E000FFE700F02DF84FF4803003F085F9FFE794 +:1037F0004FF0004003F0C4F938B1FFE700F012F8D1 +:103800004FF0004003F078F9FFE7022003F0C4F91D +:1038100030B1FFE700F008F8022003F077F9FFE786 +:1038200080BD0000704700007047000040F200417A +:10383000C5F60001086840F4807008607047000019 +:103840007047000080B588B0079000208DF8170001 +:103850008DF81600079800784006002838D5FFE755 +:103860000798006B0190B8B1FFE70198B0F5800FA1 +:103870000AD0FFE70198B0F5000F15D0FFE70198D7 +:10388000B0F5400F0FD010E00C21C5F6000108681C +:1038900040F4803008600CE00798043004F046F8EB +:1038A0008DF8170005E004E003E001208DF8170013 +:1038B000FFE79DF8170028B9FFE70798006B03F0B2 +:1038C00067FC04E09DF817008DF81600FFE7FFE79E +:1038D000079840780007002850D5FFE703F0B8F9B3 +:1038E000049004980799096C884241D0FFE7FFF7DC +:1038F0009DFF049828B9FFE70798006C03F03AFC95 +:1039000031E09020C5F6000000900068039003F0BD +:103910006BF903F065FB0099039820F44070079A57 +:10392000126C104303900398086003F067FA0128B3 +:1039300018D1FFE7FFF7A8FD0690FFE703F06EFA46 +:1039400001280ED0FFE7FFF79FFD0699401A41F2CC +:103950008931884204D3FFE703208DF8170000E087 +:10396000ECE7FFE7FFE79DF817008DF8160004E08D +:103970009DF817008DF81600FFE7FFE7079800781D +:10398000C00728B1FFE70798806903F039FCFFE71B +:10399000079800788007002805D5FFE70798C069D9 +:1039A00003F0B0FBFFE707980078C006002805D5B4 +:1039B000FFE70798806A03F093FBFFE7079800781A +:1039C0008006002805D5FFE70798C06A03F088FB4A +:1039D000FFE7079800784007002805D5FFE707981C +:1039E000006A03F069FBFFE70798007800070028EA +:1039F00005D5FFE70798406A03F05EFBFFE70798ED +:103A00004078C00748B3FFE70798406B03F006FC17 +:103A10000798406BB0F1006F08D1FFE70C21C5F6A5 +:103A20000001086840F080700860FFE70798406B6D +:103A3000B0F1806F10D1FFE70798043003F0D2FF98 +:103A40008DF817009DF8170028B1FFE79DF81700C3 +:103A50008DF81600FFE7FFE7FFE70798407880073B +:103A6000002832D5FFE7FFE70798806BB0F1804F61 +:103A70000AD0FFE70798806BB0F1004F04D0FFE752 +:103A80000798806B28B9FFE70798806B03F056FB17 +:103A90000BE00798806B20F080500290002003F02C +:103AA0004DFB029803F0ECFAFFE7FFE70798806B05 +:103AB000B0F1C05F08D1FFE70C21C5F6000108682E +:103AC00040F080700860FFE7FFE707984078400704 +:103AD000002829D5FFE70798C06B03F089FA0798FB +:103AE000C06BB0F1005F08D1FFE70C21C5F6000103 +:103AF000086840F480300860FFE70798C06BB0F1B9 +:103B0000805F10D1FFE70798043003F0C7FF8DF8FE +:103B100017009DF8170028B1FFE79DF817008DF8F2 +:103B20001600FFE7FFE7FFE707984078C006002888 +:103B300005D5FFE70798406C03F0F2FAFFE7079816 +:103B400040788006002809D5FFE70798C06C03F08D +:103B50003BFB0798806C03F029FBFFE79DF81600FC +:103B600008B080BD80B584B002900191029820B960 +:103B7000FFE701208DF80F0064E1019844F2000195 +:103B8000C5F60001096801F00701884226D9FFE760 +:103B900044F20001C5F60001086820F00700019A10 +:103BA00010430860FFF770FC0090FFE744F200004C +:103BB000C5F60000006800F00700019988420CD0AB +:103BC000FFE7FFF761FC0099401A032804D3FFE7E1 +:103BD00003208DF80F0035E1E8E7FFE70298007851 +:103BE0008007002819D5FFE70298806803F01EFAC5 +:103BF000FFF74AFC0090FFE703F0C0F860B9FFE769 +:103C0000FFF742FC0099401A032804D3FFE7032082 +:103C10008DF80F0016E1EFE7FFE7029800788006C5 +:103C2000002819D5FFE70298406902F04DFFFFF721 +:103C30002BFC0090FFE703F099F860B9FFE7FFF76E +:103C400023FC0099401A032804D3FFE703208DF8D2 +:103C50000F00F7E0EFE7FFE7029800784006002842 +:103C600019D5FFE70298806903F0D0F9FFF70CFC43 +:103C70000090FFE703F09AF860B9FFE7FFF704FC54 +:103C80000099401A032804D3FFE703208DF80F00A2 +:103C9000D8E0EFE7FFE7029800784007002819D541 +:103CA000FFE70298C06803F0CFF9FFF7EDFB009043 +:103CB000FFE703F06BF860B9FFE7FFF7E5FB00995A +:103CC000401A032804D3FFE703208DF80F00B9E062 +:103CD000EFE7FFE702980078000700281AD5FFE712 +:103CE00002980069C00003F0BDF9FFF7CDFB00901A +:103CF000FFE703F053F860B9FFE7FFF7C5FB009952 +:103D0000401A032804D3FFE703208DF80F0099E041 +:103D1000EFE7FFE702980078C007002853D0FFE7DD +:103D200002984068022809D1FFE702F0C1FF20B9DC +:103D3000FFE701208DF80F0084E025E0029840683D +:103D4000032809D1FFE703F045F920B9FFE7012077 +:103D50008DF80F0076E016E00298406848B9FFE75A +:103D600003F0D2F820B9FFE701208DF80F0069E0D9 +:103D700008E002F0E7FF20B9FFE701208DF80F000F +:103D800060E0FFE7FFE7FFE70298406803F02AFAE8 +:103D9000FFF77AFB0090FFE702F062FF02994968A3 +:103DA000B0EB810F0ED0FFE7FFF76EFB0099401AD2 +:103DB00041F28931884204D3FFE703208DF80F00D8 +:103DC00040E0E9E7FFE7019844F20001C5F6000191 +:103DD000096801F00701884226D2FFE744F200019A +:103DE000C5F60001086820F00700019A104308603A +:103DF000FFF74AFB0090FFE744F20000C5F6000021 +:103E0000006800F00700019988420CD0FFE7FFF737 +:103E10003BFB0099401A032804D3FFE703208DF8E9 +:103E20000F000FE0E8E7FFE700F010F840F248016C +:103E3000C2F200010860FFF733FBFFF7EFFB8DF8DC +:103E40000F00FFE79DF80F0004B080BD80B582B081 +:103E500000F03EF8019002F0D9FE0146019801F011 +:103E6000F0018A0842F6A471C0F601018958B0FB3E +:103E7000F1F002B080BD000080B582B0FFF7E6FF30 +:103E8000019002F0CBFE0146019801F4E0618A093D +:103E900042F6E471C0F60101895801F01F01C840E3 +:103EA00002B080BD80B582B0FFF7D0FF019002F074 +:103EB000BDFE0146019801F460514A0A42F6E471E0 +:103EC000C0F60101895801F01F01C84002B080BD51 +:103ED00080B58AB002F0C4FE0690069860B9FFE78C +:103EE00003F000F800F0F000810843F21400C0F67F +:103EF00001004058089074E00698042806D1FFE7B6 +:103F000042F20040C0F2F400089069E006980828E8 +:103F100012D1FFE702F0C6FE012806D1FFE742F208 +:103F20000040C0F2F400089005E044F60000C0F242 +:103F3000E8100890FFE752E003F034F80990099880 +:103F40000590012820D0FFE70598022804D0FFE75C +:103F50000598032806D018E042F20040C0F2F400B1 +:103F600007901EE002F09EFE012806D1FFE742F214 +:103F70000040C0F2F400079005E044F60000C0F2F3 +:103F8000E8100790FFE70CE0FFE702F0ABFF00F05E +:103F9000F000810843F21400C0F601004058079079 +:103FA000FFE70798019003F005F8014601984843A0 +:103FB000029002F0EFFF024602980121039101EB0B +:103FC0001211B0FBF1F0049002F0FCFF03990246DD +:103FD000049801EB5271B0FBF1F00890FFE7FFE7A6 +:103FE000FFE708980AB080BD10B58EB00C900C9811 +:103FF00020B9FFE701208DF83700D9E30C9800784D +:104000008006002840F19C80FFE702F029FE0A901C +:1040100002F0C8FF09900A9840B1FFE70A980C28FF +:1040200052D1FFE7099801284ED1FFE70C98C069EB +:1040300020B9FFE701208DF83700B9E30C98406AFA +:10404000029002F04FFF01460298884213D9FFE721 +:104050000C98406A03F004FE20B1FFE701208DF8C0 +:104060003700A5E30C98406A02F062FF0C98006AE2 +:1040700002F050FF12E00C98406A02F059FF0C98D1 +:10408000006A02F047FF0C98406A03F0E9FD20B196 +:10409000FFE701208DF837008AE3FFE7FFF7D6FE40 +:1040A00040F24801C2F20001086040F2A400C2F2EE +:1040B00000000068FFF7B2FA20B1FFE701208DF899 +:1040C000370075E3FFE73AE00C98C069F8B1FFE705 +:1040D00002F000FFFFF7D8F90B90FFE702F014FFA2 +:1040E00060B9FFE7FFF7D0F90B99401A032804D312 +:1040F000FFE703208DF837005AE3EFE70C98406A9A +:1041000002F016FF0C98006A02F004FF16E002F0BD +:10411000D9FEFFF7B9F90B90FFE702F0F5FE60B1A9 +:10412000FFE7FFF7B1F90B99401A032804D3FFE723 +:1041300003208DF837003BE3EFE7FFE7FFE7FFE7FA +:104140000C980078C007002859D0FFE702F088FDDE +:10415000089002F027FF07900898082808D0FFE78A +:1041600008980C280DD1FFE70798032809D1FFE72D +:104170000C98406820B9FFE701208DF8370017E35D +:104180003CE0FFE70C984068B0F5803F03D1FFE7C3 +:1041900002F080FD02E002F075FDFFE7FFE70C98FA +:1041A0004068A8B1FFE7FFF76FF90B90FFE702F057 +:1041B0007FFD60B9FFE7FFF767F90B99401A6528A3 +:1041C00004D3FFE703208DF83700F1E2EFE714E0B6 +:1041D000FFF75AF90B90FFE702F06AFD60B1FFE7C5 +:1041E000FFF752F90B99401A652804D3FFE7032023 +:1041F0008DF83700DCE2EFE7FFE7FFE7FFE70C9819 +:1042000000788007002858D5FFE702F029FD0690C6 +:1042100002F0C8FE05900698042808D0FFE706982B +:104220000C2812D1FFE7059802280ED1FFE70C9861 +:10423000C06820B9FFE701208DF83700B8E20C987C +:10424000006902F085FDFFE736E00C98C068D8B140 +:10425000FFE702F067FDFFF717F90B90FFE702F0A9 +:1042600071FD60B9FFE7FFF70FF90B99401A0328BA +:1042700004D3FFE703208DF8370099E2EFE70C98AD +:10428000006902F065FD16E002F044FDFFF7FCF85E +:104290000B90FFE702F056FD60B1FFE7FFF7F4F87F +:1042A0000B99401A032804D3FFE703208DF8370049 +:1042B0007EE2EFE7FFE7FFE7FFE70C98006800F01A +:1042C0000800082807D0FFE70C980078C0060028EF +:1042D00040F1B180FFE70C98406900287DD0FFE7EE +:1042E0000C980078C00600284CD5FFE702F0BCFD12 +:1042F000B8B9FFE702F0B0FDFFF7C6F80B90FFE793 +:1043000002F0B2FD60B9FFE7FFF7BEF80B99401A63 +:10431000032804D3FFE703208DF8370048E2EFE7D6 +:10432000FFE702F0B1FDFFF7AFF80B90FFE702F0F7 +:10433000B3FD60B9FFE7FFF7A7F80B99401A04280F +:1043400004D3FFE703208DF8370031E2EFE70C9844 +:10435000806902F0A9FD02F077FDFFF795F80B9058 +:10436000FFE702F081FD60B1FFE7FFF78DF80B99E1 +:10437000401A032804D3FFE703208DF8370017E223 +:10438000EFE729E002F068FDFFF77EF80B90FFE70A +:1043900002F06AFD60B9FFE7FFF776F80B99401A63 +:1043A000032804D3FFE703208DF8370000E2EFE78E +:1043B00002F062FDFFE702F06FFD60B1FFE7FFF77B +:1043C00063F80B99401A042804D3FFE703208DF803 +:1043D0003700EDE1EFE7FFE72CE002F04DFDFFF7DE +:1043E00053F80B90FFE702F057FD60B1FFE7FFF7CE +:1043F0004BF80B99401A042804D3FFE703208DF8EB +:104400003700D5E1EFE702F01FFDFFF73DF80B9015 +:10441000FFE702F029FD60B1FFE7FFF735F80B99E0 +:10442000401A032804D3FFE703208DF83700BFE1CB +:10443000EFE7FFE7FFE70C9800784007002872D508 +:10444000FFE740F20040C5F600000068C005002804 +:104450001CD4FFE7FFF7EAF9FFF716F80B90FFE728 +:1044600040F20040C5F600000068C00500280CD4EA +:10447000FFE7FFF709F80B99401A032804D3FFE779 +:1044800003208DF8370093E1EAE7FFE7FFE70C9898 +:104490008068012803D1FFE702F0A0FC0FE00C9830 +:1044A0008068052805D1FFE702F0A0FC02F096FC29 +:1044B00004E002F083FC02F089FCFFE7FFE7FFE77E +:1044C0000C988068B8B1FFE7FEF7DEFF0B90FFE7BE +:1044D00002F09CFC70B9FFE7FEF7D6FF0B99401A7B +:1044E00041F28931884204D3FFE703208DF8370079 +:1044F0005EE1EDE716E0FEF7C7FF0B90FFE702F085 +:1045000085FC70B1FFE7FEF7BFFF0B99401A41F23F +:104510008931884204D3FFE703208DF8370047E153 +:10452000EDE7FFE7FFE70C9800784006002833D559 +:10453000FFE70C98806AB8B1FFE702F0DBFBFEF7FB +:10454000A3FF0B90FFE702F0DDFB60B9FFE7FEF78A +:104550009BFF0B99401A032804D3FFE703208DF833 +:10456000370025E1EFE716E002F0BCFBFEF78CFF19 +:104570000B90FFE702F0C6FB60B1FFE7FEF784FF98 +:104580000B99401A032804D3FFE703208DF8370066 +:104590000EE1EFE7FFE7FFE70C98C06A002800F0A4 +:1045A0000381FFE702F05CFB04900C20C5F60000DD +:1045B000006803900C98C06A022840F0C780FFE7AB +:1045C000039800F003000C99096B884229D1FFE79A +:1045D000039800F070000C99496B884221D1FFE7E5 +:1045E000039800F4FE410C98806BB0EB112F18D1AA +:1045F000FFE7039800F478100C99C96B884210D13A +:10460000FFE7039800F060600C99096C884208D1BC +:10461000FFE7039800F060400C99496C88426BD02A +:10462000FFE704980C2862D0FFE74FF0B040006825 +:104630004001002804D5FFE701208DF83700B7E0DE +:1046400002F098FCFEF720FF0B90FFE74FF0B04020 +:104650000068800100280CD5FFE7FEF715FF0B99D5 +:10466000401A032804D3FFE703208DF837009FE0AA +:10467000ECE70C21C5F600010191086848F28C02B4 +:10468000C1F2C11210400C9B1A6B5C6BD3F838E07E +:10469000D3F83CC0224342EA0E2242EA0C02D3F88D +:1046A00040C042EA0C025B6C1A431043086002F0FF +:1046B00069FC0199086840F080500860FEF7E4FE4C +:1046C0000B90FFE74FF0B0400068800100280CD449 +:1046D000FFE7FEF7D9FE0B99401A032804D3FFE742 +:1046E00003208DF8370063E0ECE7FFE703E00120EB +:1046F0008DF837005CE028E04FF0B04000688001A2 +:10470000002821D4FFE702F03DFC0C21C5F6000192 +:10471000086840F080500860FEF7B6FE0B90FFE797 +:104720004FF0B0400068800100280CD4FFE7FEF78E +:10473000ABFE0B99401A032804D3FFE703208DF842 +:10474000370035E0ECE7FFE7FFE72CE004980C28A2 +:1047500024D0FFE702F00EFCFEF796FE0B90FFE779 +:104760004FF0B0400068800100280CD5FFE7FEF74D +:104770008BFE0B99401A032804D3FFE703208DF822 +:10478000370015E0ECE70C21C5F6000108684FF68C +:10479000FC72CEF6FE621040086003E001208DF846 +:1047A000370005E0FFE7FFE700208DF83700FFE75F +:1047B0009DF837000EB010BD85B0039002910192B4 +:1047C00040F24800C2F200000068400949F2753129 +:1047D000C0F21841A0FB011000094FF47A71484360 +:1047E0000090FFE7039890F82000012804D1FFE72C +:1047F00002208DF81300C8E00399012081F8200001 +:10480000FFE7FFE70399022081F82100FFE7039803 +:104810000168CA2048620398016853204862FFE794 +:104820000398006880684005002827D5FFE7FFE768 +:104830000098013800900098A0B9FFE7FFE70398BF +:104840000168FF204862FFE70399032081F82100F7 +:10485000FFE70399002081F82000FFE703208DF88F +:10486000130092E0FFE703980068C06800F00401BD +:104870000020B0EB910FDBD1FFE7FFE70398016861 +:10488000886820F48060886003980068C06860F4DD +:10489000906020F4806003990968C86040F2480085 +:1048A000C2F200000068400949F27531C0F21841B7 +:1048B000A0FB011000094FF47A7148430090FFE714 +:1048C0000098013800900098A0B9FFE7FFE703982F +:1048D0000168FF204862FFE70399032081F8210067 +:1048E000FFE70399002081F82000FFE703208DF8FF +:1048F00013004AE0FFE703980068C06800F0040175 +:104900000020B0EB910FDBD0FFE7039801688868C7 +:1049100020F007008860019A0398016888681043B6 +:104920008860029803990968486140F68001C5F6DD +:104930000001086840F40020086040F60001C5F658 +:104940000001086840F40020086003980168886846 +:1049500040F48040886003980168886840F4806073 +:104960008860FFE703980168FF204862FFE703992A +:10497000012081F82100FFE70399002081F8200041 +:10498000FFE700208DF81300FFE79DF8130005B046 +:104990007047000080B584B00290029820B9FFE70C +:1049A00001208DF80F007DE0029890F8210040B9B9 +:1049B000FFE70299002081F82000029800F076F8C5 +:1049C000FFE70299022081F8210002980068C06880 +:1049D00000F010010020B0EB111F51D1FFE7FFE7FD +:1049E00002980168CA204862029801685320486210 +:1049F000FFE7029803F070F98DF807009DF80700B3 +:104A000020BBFFE70298016888684FF6BF72CFF6B7 +:104A10008F7210408860029A116850681369926919 +:104A20001843024388681043886002980168C06890 +:104A30000861029801688268086940EA02400861DA +:104A4000029803F08BF98DF80700FFE79DF8070047 +:104A500078B9FFE702980168C86C20F00300C864C9 +:104A6000029801684269C0690243C86C1043C86477 +:104A7000FFE7FFE702980168FF204862FFE703E0D5 +:104A800000208DF80700FFE79DF8070028B9FFE731 +:104A90000299012081F82100FFE79DF807008DF8B9 +:104AA0000F00FFE79DF80F0004B080BD80B598B0FF +:104AB000179003A85021FBF7A7FB1798006842F650 +:104AC0000001C4F2000188422ED1FFE7FEF7AEFEDE +:104AD000FEF7ACFE4FF48070029002F03DFB0298AE +:104AE0004FF400610391139003A8FEF7ABFE18B1D9 +:104AF000FFE7FDF7E9FEFFE702F06EF84FF4806094 +:104B000001F00CFF0320019000221146FEF738FE51 +:104B10000198FEF721FE42F60801C4F20001086880 +:104B200020F007000860FFE718B080BD80B584B0B2 +:104B3000029000200190029801684FF65F70C0F269 +:104B40000100C860FEF7A0FC0190FFE70298006832 +:104B5000C068800600280DD4FFE7FEF795FC019998 +:104B6000401AB0F57A7F04D9FFE703208DF80F00D3 +:104B700004E0EBE700208DF80F00FFE79DF80F0041 +:104B800004B080BD80B582B00190019803F0CCFCE8 +:104B900002B080BD83B00190FFE7019890F88400D7 +:104BA000012804D1FFE702208DF80B002CE00199C9 +:104BB000012081F88400FFE7FFE701992420C1F874 +:104BC00088000198006800680090019801680868F2 +:104BD00020F001000860009820F00050009001993A +:104BE0000020486600980199096808600199202012 +:104BF000C1F88800FFE70199002081F88400FFE7F1 +:104C000000208DF80B00FFE79DF80B0003B0704704 +:104C100082B00190ADF8021002B0704781B00090F0 +:104C200001B0704780B584B002900191FFE702980F +:104C300090F88400012804D1FFE702208DF80F00CE +:104C400032E00299012081F88400FFE7FFE7029932 +:104C50002420C1F88800029800680068009002983B +:104C60000168086820F00100086002980068806808 +:104C700020F06060019908430299096888600298F1 +:104C800003F0DCFE00980299096808600299202070 +:104C9000C1F88800FFE70299002081F88400FFE74F +:104CA00000208DF80F00FFE79DF80F0004B080BDD5 +:104CB00080B584B002900191FFE7029890F88400DB +:104CC000012804D1FFE702208DF80F0032E002999D +:104CD000012081F88400FFE7FFE702992420C1F852 +:104CE00088000298006800680090029801680868CF +:104CF00020F00100086002980068806820F06040A1 +:104D000001990843029909688860029803F096FEA9 +:104D1000009802990968086002992020C1F888006B +:104D2000FFE70299002081F88400FFE700208DF85A +:104D30000F00FFE79DF80F0004B080BD81B0009028 +:104D400001B0704781B0009001B0704781B0009011 +:104D500001B0704780B590B00F900F980068C0699F +:104D60000E900F98006800680D900F98006880689A +:104D70000C900E9840F60F0108400B900B98E0B98C +:104D8000FFE79DF838008006002815D5FFE79DF85D +:104D900034008006002806D4FFE79DF83300C006E3 +:104DA000002809D5FFE70F98406F20B1FFE70F9863 +:104DB000416F8847FFE796E2FFE70B98002800F075 +:104DC0000C81FFE70C980121C1F20001084209D1D2 +:104DD000FFE70D9840F22011C0F20041084200F0B8 +:104DE000FC80FFE79DF83800C00788B1FFE79DF819 +:104DF0003500C00760B1FFE70F9801680120086225 +:104E00000F99D1F8900040F00100C1F89000FFE741 +:104E10009DF838008007002811D5FFE79DF8300085 +:104E2000C00760B1FFE70F980168022008620F9980 +:104E3000D1F8900040F00400C1F89000FFE79DF821 +:104E400038004007002811D5FFE79DF83000C00763 +:104E500060B1FFE70F980168042008620F99D1F84C +:104E6000900040F00200C1F89000FFE79DF8380084 +:104E70000007002819D5FFE79DF8340080060028B8 +:104E800007D4FFE70C980121C1F2000108420CD0C1 +:104E9000FFE70F980168082008620F99D1F8900089 +:104EA00040F00800C1F89000FFE79DF839000007C6 +:104EB000002813D5FFE79DF83700400700280DD5DF +:104EC000FFE70F9801684FF4006008620F99D1F86E +:104ED000900040F02000C1F89000FFE70F98D0F854 +:104EE0009000002878D0FFE79DF838008006002861 +:104EF00015D5FFE79DF834008006002806D4FFE7AB +:104F00009DF83300C006002809D5FFE70F98406FD1 +:104F100020B1FFE70F98416F8847FFE7FFE70F9841 +:104F2000D0F890000A900F980068806800F0400068 +:104F3000402806D0FFE79DF8280010F0280F42D047 +:104F4000FFE70F9803F0A0FF0F9800688068400605 +:104F5000002833D5FFE7FFE7FFE70F98006850E828 +:104F6000020F20F040000990FFE709990F980268AE +:104F700042E802100028F0D1FFE7FFE70F98D0F8D1 +:104F80008000B0B1FFE70F98D0F8801048F6555078 +:104F9000C0F6000088630F98D0F88000FDF718FD78 +:104FA00030B1FFE70F98D0F88000816B8847FFE7AA +:104FB00003E00F98FFF7CAFEFFE703E00F98FFF743 +:104FC000C5FEFFE707E00F98FFF7C0FE0F9900202E +:104FD000C1F89000FFE7FFE785E10F98C06E012858 +:104FE00040F02281FFE79DF83800C006002840F11C +:104FF0001B81FFE79DF83400C006002840F11481B2 +:10500000FFE70F980168102008620F980068806819 +:105010004006002840F1A680FFE70F98D0F88000F6 +:1050200000684068ADF82200BDF8220000287CD05E +:10503000FFE7BDF822000F99B1F85C10884274DADE +:10504000FFE7BDF822000F99A1F85E000F98D0F895 +:105050008000006800688006002859D4FFE7FFE759 +:10506000FFE70F98006850E8000F20F48070079069 +:10507000FFE707990F98026842E800100028F0D176 +:10508000FFE7FFE7FFE7FFE70F98006850E8020F30 +:1050900020F001000690FFE706990F98026842E8A9 +:1050A00002100028F0D1FFE7FFE7FFE7FFE70F98C6 +:1050B000006850E8020F20F040000590FFE70599D6 +:1050C0000F98026842E802100028F0D1FFE7FFE7DE +:1050D0000F992020C1F88C000F990020C866FFE7C7 +:1050E000FFE70F98006850E8000F20F010000490D0 +:1050F000FFE704990F98026842E800100028F0D1F9 +:10510000FFE7FFE70F98D0F88000FDF705FCFFE709 +:105110000F99022008670F98B0F85C10B0F85E2075 +:10512000891A89B2FFF774FD1BE0BDF822000F99C0 +:10513000B1F85C10884213D1FFE70F98D0F88000D7 +:10514000006800688006002809D5FFE70F99022053 +:1051500008670F98B0F85C10FFF75AFDFFE7FFE70C +:10516000FFE7C0E00F99B1F85C00B1F85E10401A9B +:10517000ADF80E000F98B0F85E00002853D0FFE79E +:10518000BDF80E0000284ED0FFE7FFE7FFE70F98BD +:10519000006850E8000F20F490700290FFE7029939 +:1051A0000F98026842E800100028F0D1FFE7FFE7FF +:1051B000FFE7FFE70F98006850E8020F4FF6FE7117 +:1051C000CEF6FF7108400190FFE701990F98026841 +:1051D00042E802100028EDD1FFE7FFE70F992020F9 +:1051E000C1F88C000F990020C8660F994867FFE747 +:1051F000FFE70F98006850E8000F20F010000090C3 +:10520000FFE700990F98026842E800100028F0D1EB +:10521000FFE7FFE70F99022008670F98BDF80E100F +:10522000FFF7F6FCFFE75EE09DF83A00C0060028B5 +:105230000FD5FFE79DF832004006002809D5FFE7AB +:105240000F9801684FF4801008620F98FFF77AFDFD +:1052500049E09DF838000006002815D5FFE79DF8C5 +:1052600034000006002806D4FFE79DF8320000064F +:10527000002809D5FFE70F98806F20B1FFE70F984E +:10528000816F8847FFE72EE09DF838004006002830 +:105290000AD5FFE79DF834004006002804D5FFE753 +:1052A0000F9803F041FE1EE09DF83A00000600282A +:1052B0000AD5FFE79DF837004006002804D5FFE730 +:1052C0000F98FFF73BFD0EE09DF83B00C00750B183 +:1052D000FFE79DF837000006002804D5FFE70F9888 +:1052E000FFF79CFCFFE710B080BD000080B582B0E6 +:1052F0000090009820B9FFE701208DF8070046E0F4 +:105300000098806908B1FFE700E0FFE70098D0F857 +:10531000880040B9FFE70099002081F884000098D8 +:1053200000F03AF8FFE700992420C1F888000098BF +:105330000168086820F0010008600098806A20B1C8 +:10534000FFE7009803F0BEFBFFE7009804F0C4FA03 +:10535000012804D1FFE701208DF8070017E000982D +:105360000168486820F490404860009801688868A7 +:1053700020F02A00886000980168086840F0010069 +:105380000860009803F042FC8DF80700FFE79DF8E5 +:10539000070002B080BD000080B5A4B023900020BB +:1053A0002290219020901F901E900AA85021FAF779 +:1053B0002BFF2398006848F20001C4F200018842E4 +:1053C00052D1FFE702200A90002011900AA8FEF7B0 +:1053D00039FA18B1FFE7FDF777FAFFE701200790E8 +:1053E00001F0ACFA079801F049FA0C201E90022057 +:1053F0001F900020089020902190082022904FF0CC +:1054000090401EA9FDF766FE089941F2B030C2F245 +:10541000000009900822C4F20202026011224260D8 +:1054200010228260C1608022026141618161C1619C +:105430000162FDF7D1FB18B1FFE7FDF745FAFFE781 +:10544000FFE7239841F2B031C2F20001C16723980F +:105450008862FFE72520069000221146FEF790F9AA +:105460000698FEF779F974E02398006843F6000186 +:10547000C4F2010188426BD1FFE701200A900020AD +:1054800010900AA8FEF7DEF918B1FFE7FDF71CFA45 +:10549000FFE74FF4804001F061FA012001F0EEF9DE +:1054A0000220019001F0EAF901984FF400611E9189 +:1054B0001F900020049020902190072002902290BD +:1054C0004FF090401EA90391FDF704FE019B029846 +:1054D0000399049A4FF0C00CCDF878C01F93209226 +:1054E0002192229040F20040C4F60000FDF7F2FD48 +:1054F000049941F21040C2F2000005901C22C4F24F +:10550000020202600F22426010228260C16080228B +:10551000026141618161C1610162FDF75DFB18B10A +:10552000FFE7FDF7D1F9FFE7FFE7239841F21041CC +:10553000C2F20001C16723988862FFE7242000902F +:1055400000221146FEF71CF90098FEF705F9FFE767 +:10555000FFE724B080BD000080B586B004900391C1 +:10556000ADF80A200498D0F88C0020283CD1FFE741 +:10557000039820B1FFE7BDF80A0020B9FFE701203A +:105580008DF8170034E004990020C866049800687C +:1055900048F20001C4F2000188421CD0FFE70498E1 +:1055A000006840680002002814D5FFE7FFE7FFE726 +:1055B0000498006850E8000F40F080600190FFE719 +:1055C00001990498026842E800100028F0D1FFE732 +:1055D000FFE7FFE7FFE704980399BDF80A2004F00E +:1055E00085FB8DF8170003E002208DF81700FFE718 +:1055F0009DF8170006B080BD80B582B0019001987B +:105600000068009048F20001C4F20001884217D0FF +:10561000FFE7009843F60001C4F2010188421ED161 +:10562000FFE740F21820C2F20000006838B1FFE73F +:1056300040F21820C2F2000000688047FFE70FE048 +:1056400040F21020C2F20000006838B1FFE740F2DB +:105650001020C2F2000000688047FFE700E0FFE78B +:1056600002B080BD80B586B004900391ADF80A20E9 +:105670000498D0F88800202870D1FFE7039820B163 +:10568000FFE7BDF80A0020B9FFE701208DF81700F9 +:1056900068E0039804990865BDF80A000499A1F828 +:1056A0005400BDF80A000499A1F85600049900209E +:1056B000C1F8900004992120C1F888000498C06FB7 +:1056C00088B3FFE70498C16F48F6F550C0F60000B4 +:1056D000C8620498C16F48F67160C0F600000863A4 +:1056E0000498C16F48F67550C0F6000048630498EE +:1056F000C16F0020886304980268016DC06F283272 +:10570000BDF80A30FDF716FB60B1FFE704991020E1 +:10571000C1F8900004992020C1F8880001208DF87C +:1057200017001FE0FFE70498016840200862FFE7C8 +:10573000FFE70498006850E8020F40F080000190F5 +:10574000FFE701990498026842E802100028F0D1AE +:10575000FFE7FFE700208DF8170003E002208DF837 +:105760001700FFE79DF8170006B080BD80B582B036 +:10577000019001980068009048F20001C4F2000115 +:10578000884217D0FFE7009843F60001C4F20101F8 +:1057900088421ED1FFE740F21C20C2F200000068E0 +:1057A00038B1FFE740F21C20C2F2000000688047D9 +:1057B000FFE70FE040F21420C2F20000006838B1A9 +:1057C000FFE740F21420C2F2000000688047FFE7C4 +:1057D00000E0FFE702B080BD81B0009001B07047EB +:1057E00080B5FDF767FE80BD80B50420002101F083 +:1057F000E5FF40F2E800C2F200000068804780BD8B +:1058000080B584B0EFF31080019001980090EFF321 +:10581000108072B6029040F60040C5F600002021CC +:1058200001F0BEF800980390039880F31088FFF70A +:10583000DBFF04B080BD000080B500F009F840F641 +:105840000040C5F60000012101F098F880BD00007D +:1058500080B582B0FFE740F2C400C2F2030001F05D +:1058600055FD18BBFFE740F2C400C2F2030001A9D6 +:1058700001F06EFD0198407A0F2805D0FFE70198EE +:10588000407A0E2805D1FFE70199022001F096FF2A +:1058900004E00199052001F091FFFFE740F2EC00E0 +:1058A000C2F20000016801988847D4E702B080BDC9 +:1058B00080B582B04FF4801001F0C0F84FF4007052 +:1058C000019001F051F9019801F0CAF840BF20BFE2 +:1058D00001F078F902B080BD80B582B04FF480103D +:1058E00001F00CF840F60040C5F60000019001F010 +:1058F00063F8019801F06AF82C20FDF72DFF2D20A8 +:10590000FDF72AFF02B080BD80B586B0EFF31080AE +:10591000039003980290EFF3108072B6049040F663 +:105920000040C5F6000000900821019101F038F810 +:1059300002980590059880F3108840F20C20C2F27E +:105940000000006880470098019901F06DF806B0EA +:1059500080BD000080B586B0029040F60040C5F6DC +:105960000000082101F052F8E0B1FFE7029840F290 +:105970000C21C2F200010860EFF31080039003983D +:105980000190EFF3108072B6049040F60040C5F627 +:105990000000082101F02EF801980590059880F389 +:1059A000108809E00298804740F60040C5F60000E4 +:1059B000082101F039F8FFE706B080BD80B540F658 +:1059C0000040C5F60000022101F062F868B1FFE76F +:1059D00040F60440C5F600000068C0438007002878 +:1059E00003D5FFE700F092F85AE040F60040C5F614 +:1059F0000000042101F04CF868B1FFE740F60440D4 +:105A0000C5F600000068C0434007002803D5FFE743 +:105A100000F050FA43E040F60040C5F600001021C7 +:105A200001F036F868B1FFE740F60440C5F6000023 +:105A30000068C043C006002803D5FFE700F01EFA47 +:105A40002CE040F60040C5F60000012101F020F8EE +:105A500060B1FFE740F60440C5F600000068C043AF +:105A6000C00718B1FFE7FFF7E7FE16E040F6004079 +:105A7000C5F60000082101F00BF868B1FFE740F619 +:105A80000440C5F600000068C0430007002803D5A5 +:105A9000FFE700F0A1F8FFE7FFE7FFE7FFE7FFE719 +:105AA00080BD000080B584B0EFF3108001900198B4 +:105AB0000090EFF3108072B6029040F60040C5F6F9 +:105AC0000000022100F06CFF00980390039880F31F +:105AD000108800F003F804B080BD000080B582B0EB +:105AE00040F20000C2F203000190C0680168072084 +:105AF00001F064FE019841F25821C2F200010968E8 +:105B0000C0680068884702B080BD000080B500F022 +:105B100009F840F60040C5F60000022100F02EFF13 +:105B200080BD000080B582B0FFE740F2CC00C2F239 +:105B3000030001F0EBFB98B9FFE740F2CC00C2F2A2 +:105B4000030001A901F004FC0199082001F036FED0 +:105B500041F25C20C2F20000016801988847E4E746 +:105B600002B080BD80B584B0EFF310800190019841 +:105B70000090EFF3108072B6029040F60040C5F638 +:105B80000000022100F02CFF00980390039880F39E +:105B9000108804B080BD000080B586B040F600409B +:105BA000C5F6000000900221019100F03DFF009831 +:105BB0000199EFF310820392039A0292EFF310829D +:105BC00072B6049200F016FF02980590059880F3D3 +:105BD000108806B080BD000080B500F009F840F6DE +:105BE0000040C5F60000082100F0C8FE80BD00009E +:105BF00080B582B0FFE740F2DC00C2F2030001F0A2 +:105C000085FB58B9FFE740F2DC00C2F2030001A9AE +:105C100001F09EFB019802F035FEECE702B080BD7A +:105C200080B584B0EFF31080019001980090EFF3FD +:105C3000108072B6029040F60040C5F600000821C0 +:105C400000F0CEFE00980390039880F3108804B013 +:105C500080BD000080B540F60040C5F6000002217E +:105C600000F0D4FE68B9FFE740F60440C5F6000036 +:105C70000068C0438003002803D5FFE7FFF712FF49 +:105C8000FFE740F60040C5F60000042100F0BEFE2C +:105C900068B9FFE740F60440C5F600000068C0435D +:105CA0004003002803D5FFE700F030F82DE040F670 +:105CB0000040C5F60000082100F0A8FE68B9FFE723 +:105CC00040F60440C5F600000068C0430003002809 +:105CD00003D5FFE7FFF718FE16E040F60040C5F6D3 +:105CE0000000202100F092FE68B9FFE740F6044072 +:105CF000C5F600000068C0438002002803D5FFE716 +:105D0000FFF77EFDFFE7FFE7FFE780BD80B584B0CA +:105D1000EFF31080019001980090EFF3108072B6BD +:105D2000029040F60040C5F60000042100F038FE65 +:105D300000980390039880F3108800F021F804B0D5 +:105D400080BD000080B586B0EFF31080039003980B +:105D50000290EFF3108072B6049040F60040C5F652 +:105D600000000190042100F03BFE0198102100F09A +:105D700037FE02980590059880F3108806B080BD24 +:105D800080B540F20000C2F20300C069406802F032 +:105D90009DFD80BD80B540F20000C2F20300C069E5 +:105DA000006802F0CBFD80BD80B540F20000C2F279 +:105DB0000300C069806802F0ABFD80BD80B586B08D +:105DC00040F60040C5F6000000900421019100F06B +:105DD000D5FD00980199EFF310820392039A029285 +:105DE000EFF3108272B6049200F0FAFD029805906B +:105DF000059880F3108806B080BD000080B586B09D +:105E000040F60040C5F6000000901021019100F01E +:105E1000B5FD00980199EFF310820392039A029264 +:105E2000EFF3108272B6049200F0DAFD029805904A +:105E3000059880F3108806B080BD000080B586B05C +:105E400040F60040C5F6000000900421019100F0EA +:105E5000EBFD00980199EFF310820392039A0292EE +:105E6000EFF3108272B6049200F0C4FD0298059020 +:105E7000059880F3108806B080BD000080B584B01E +:105E8000EFF31080019001980090EFF3108072B64C +:105E9000029040F60040C5F60000102100F076FDAB +:105EA00000980390039880F31088FFF77DFF04B0FB +:105EB00080BD000080B584B0EFF3108001900198A0 +:105EC0000090EFF3108072B6029040F60040C5F6E5 +:105ED0000000042100F05AFD00980390039880F31D +:105EE0001088FFF757FF04B080BD000080B58AB06E +:105EF0008DF81F000691FFE741F24050C2F200000A +:105F00000268CA215162016853204862FFE742F6E5 +:105F10000800C4F20000016841F02001016000683F +:105F200000F00700C0F1040041F20831C2F20001A4 +:105F3000087042F61000C4F20000006800F4FE0091 +:105F400003904FF47E400890089820B9FFE7202086 +:105F50008DF8270005E00898B0FA80F08DF827004A +:105F6000FFE703989DF82710C840013040F2E40194 +:105F7000C2F20001087042F61000C4F2000000688E +:105F80006FF3DF30421C41F26820C2F20000028051 +:105F90000088013809784843A0F5A07041F2083123 +:105FA000C2F200010978C840049004984FF6FF71CE +:105FB000884208D3FFE740F22821C2F200014FF6E1 +:105FC000FF70088006E0049840F22821C2F2000128 +:105FD0000880FFE74FF40020029000F0B9FD02981E +:105FE00000F09EFD9DF81F00002852D1FFE741F20E +:105FF0000931C2F200010120087041F25421C2F2BD +:1060000000014FF0FF30086000208DF81700FFE717 +:106010009DF81700052813DCFFE79DF8170000EB3B +:10602000400141F21430C2F2000000EBC101002037 +:106030000873FFE79DF8170001308DF81700E7E7B8 +:1060400040F2FC11C2F200010620087041F24051FA +:10605000C2F2000101910A68906820F480609060AB +:106060000868C06860F4906020F480600968C860C7 +:1060700040F60C01C5F600014FF400200860032033 +:10608000FDF756FB01980168886840F480408860FD +:1060900011E041F24050C2F200000068C06800F414 +:1060A00080610020B0EB912F04D0FFE70320FDF7C3 +:1060B0005DFBFFE7FFE7FFE741F24050C2F200005F +:1060C0000168FF204862FFE7032100910022084693 +:1060D000FDF756FB0098FDF73FFB0AB080BD0000BE +:1060E00080B584B003908DF80B1001920198804721 +:1060F00004B080BD80B58AB0EFF31080049004989E +:106100000090EFF3108072B60590FFE741F2405027 +:10611000C2F200000268CA2151620168532048623D +:10612000FFE741F24050C2F200000168886820F4A5 +:106130008060886040F2FC10C2F2000000788DF8A8 +:1061400007009DF8070000EB400141F21430C2F255 +:10615000000000EBC100007B022873D1FFE79DF82F +:10616000070000EB400141F21430C2F2000050F889 +:10617000311003919DF8071001EB410100EBC100C4 +:106180000069029041F20930C2F200000078002854 +:106190004FD0FFE79DF8070000EB400141F21430BB +:1061A000C2F2000000EBC100407B012824D1FFE7D0 +:1061B0009DF80700012104F007FB00980990099859 +:1061C00080F310889DF8070000EB400241F2143183 +:1061D000C2F2000101EBC201496800F067F8FFE775 +:1061E00041F24050C2F200000268CA2151620168C7 +:1061F00053204862FFE715E000980890089880F364 +:1062000010889DF8070000F0DBF8FFE741F24050EE +:10621000C2F200000268CA2151620168532048623C +:10622000FFE7FFE702989DF80710039AFFF758FF72 +:1062300007E001F0EFFD00980790079880F31088C1 +:10624000FFE727E0FFE741F24050C2F2000000689C +:10625000C06800F004010020B0EB910F01D1FFE70E +:10626000F1E741F24051C2F200010868C06860F4F1 +:10627000906020F480600968C86040F60C01C5F6A3 +:1062800000014FF40020086000980690069880F303 +:106290001088FFE7FFE741F24050C2F200000168BA +:1062A000FF204862FFE70AB080BD000080B588B0DB +:1062B0008DF8130003919DF8130000EB400141F2AB +:1062C0001430C2F2000000EBC100007B022805D1AF +:1062D000FFE79DF8130000F073F8FFE7EFF310807D +:1062E000059005980190EFF3108072B60690032098 +:1062F000FDF728FAFFE741F24050C2F200000268C1 +:10630000CA215162016853204862FFE79DF81300DB +:1063100000EB400041F21431C2F2000101EBC00277 +:106320000220107303989DF8132002EB420201EB48 +:10633000C202906003989DF8132002EB420201EB29 +:10634000C20148609DF8130009F0D0FEADF80A00C4 +:1063500040F2FC10C2F2000000788DF8090041F212 +:106360005020C2F2000000789DF80910884203D046 +:10637000FFE701F04FFD0FE0BDF80A209DF8130084 +:1063800000EB400141F21430C2F2000000EBC10109 +:106390008868801A8860FFE7FFE741F24050C2F248 +:1063A00000000168FF204862FFE70320FDF7D4F9F1 +:1063B00001980790079880F3108808B080BD00000E +:1063C00080B586B08DF80B00EFF310800390039832 +:1063D0000190EFF3108072B604900320FDF7B2F93C +:1063E000FFE741F24050C2F200000268CA21516248 +:1063F000016853204862FFE79DF80B0000EB400165 +:1064000041F21430C2F2000000EBC100007B022810 +:106410006BD1FFE79DF80B00002104F0D5F940F2A5 +:10642000FC10C2F2000000788DF80A009DF80A0006 +:1064300006284BD1FFE742F60800C4F200000068CE +:1064400000F480610120B0EB912F10D1FFE7FFE74E +:1064500041F24050C2F200000068C06800F0040140 +:106460000120B0EB910F01D1FFE7F1E7FFE741F227 +:106470004050C2F200000168886820F480608860A3 +:10648000FFE741F24050C2F200000068C06800F02F +:1064900004010020B0EB910F01D1FFE7F1E741F2D9 +:1064A0004051C2F200010868C06860F4906020F4B6 +:1064B00080600968C86040F60C01C5F600014FF421 +:1064C000002008600320FDF733F90DE041F2502071 +:1064D000C2F2000000789DF80A10884203D0FFE75E +:1064E00001F098FCFFE7FFE7FFE7FFE741F24050CC +:1064F000C2F200000168FF204862FFE70320FDF7B9 +:106500002BF901980590059880F3108806B080BD9E +:1065100080B586B08DF817000491ADF80E20029377 +:106520009DF817000146019120B1FFE7019802286C +:1065300017D02DE0FFE7029840F21821C2F20001C7 +:10654000086041F26450C2F2000043F60001C4F258 +:10655000010101600499BDF80E20FEF7FDFFFFE781 +:1065600017E0FFE7029840F21021C2F20001086034 +:1065700041F2AC40C2F2000048F20001C4F2000156 +:1065800001600499BDF80E20FEF7E6FFFFE700E08A +:10659000FFE706B080BD000080B588B08DF81F0011 +:1065A0000691ADF81620049300208DF80F008DF8A9 +:1065B0000E009DF81F000146029120B1FFE70298EE +:1065C000022817D02DE0049840F21C21C2F20001ED +:1065D000086041F26450C2F2000043F60001C4F2C8 +:1065E000010101600699BDF81620FFF73BF88DF810 +:1065F0000F0017E0049840F21421C2F20001086075 +:1066000041F2AC40C2F2000048F20001C4F20001C5 +:1066100001600699BDF81620FFF724F88DF80F00E9 +:1066200000E0FFE79DF80F0001460191032814D810 +:106630000199DFE801F002060A0E00208DF80E0035 +:106640000CE001208DF80E0008E002208DF80E000D +:1066500004E003208DF80E0000E0FFE79DF80E0037 +:1066600008B080BDFFE7FEE780B5FCF70DFF80BDF9 +:1066700080B58AB000200490099008900790069099 +:106680000590022000F00AF91020019000F006F9B0 +:106690000498072105910690012102910791089025 +:1066A00040F20040C4F6000005A90391FCF712FD7A +:1066B000019B029A0399049805930692079008900B +:1066C00041F20000C4F60000FCF704FD049800F05D +:1066D0003BF80AB080BD00000020704780B582B052 +:1066E0008DF806009DF806000146009140B1FFE7D5 +:1066F0000098012808D0FFE70098022808D00BE096 +:106700000120ADF804000BE00220ADF8040007E022 +:106710000420ADF8040003E000208DF807000DE030 +:10672000BDF8041040F20040C4F60000FCF76AFE19 +:10673000B0FA80F040098DF80700FFE79DF80700E8 +:1067400002B080BD0120704780B582B08DF807008F +:1067500001208DF8060000208DF805009DF8070047 +:1067600000F0010241F20000C4F600001021FCF725 +:1067700075FE02B080BD000080B5FFF71FF980BD37 +:1067800080B5FFF767FA80BD81B0009000990020C6 +:10679000086000994FF03F10486000993F208860E2 +:1067A00001B0704782B0019000200090FFE7009890 +:1067B000052817D8FFE70198009900EB810143F203 +:1067C0009D50C0F6000048600198009900EB8101DF +:1067D00043F2AD50C0F60000C861FFE700980130F9 +:1067E0000090E4E702B0704780B582B0FCF790F803 +:1067F0004FF48030019000F09FF9019800F03CF9CF +:10680000FBF7A0FF02B080BD80B5502000F094F9E6 +:1068100080BD000080B582B042F60000C4F20000E6 +:10682000019000F003FD0198002100F011FD019896 +:1068300000F006FD02B080BD7047000082B00190FC +:10684000019A4820C5F60000016811430160006804 +:10685000019908400090009802B0704782B0019002 +:10686000019A4C20C5F600000168114301600068E0 +:10687000019908400090009802B0704782B00190E2 +:10688000019A4C20C5F600000168114301600068C0 +:10689000019908400090009802B0704782B00190C2 +:1068A000019A4C20C5F600000168114301600068A0 +:1068B000019908400090009802B0704782B00190A2 +:1068C000019A4C20C5F60000016811430160006880 +:1068D000019908400090009802B0704782B0019082 +:1068E000019A5020C5F6000001681143016000685C +:1068F000019908400090009802B0704782B0019062 +:10690000019A5020C5F6000001681143016000683B +:10691000019908400090009802B0704782B0019041 +:10692000019A5820C5F60000016811430160006813 +:10693000019908400090009802B0704782B0019021 +:10694000019A5C20C5F600000168114301600068EF +:10695000019908400090009802B0704782B0019001 +:10696000019A6020C5F600000168114301600068CB +:10697000019908400090009802B0704782B00190E1 +:10698000009100980199886002B0704782B0019030 +:106990000091009A019948681043486002B070471E +:1069A00082B001900091009A0199486840EA024043 +:1069B000486002B07047000081B0009000990868FC +:1069C00040F00100086001B07047000081B0009005 +:1069D0000099086840F48030086001B070470000FA +:1069E00082B001900091009A0199486890434860F4 +:1069F00002B0704782B001900091009A01994868F6 +:106A000020EA0240486002B07047000082B0019066 +:106A100000910198C06800990840401AB0FA80F0CF +:106A2000400902B07047000082B0019000910098C8 +:106A300000040199886002B07047000082B00190A4 +:106A4000019A40F25010C5F6000001681143016040 +:106A50000068019908400090009802B0704700005B +:106A600081B00090009A40F6D401C5F60001086894 +:106A70001043086001B0704781B00090009A40F662 +:106A8000D001C5F6000108681043086001B07047E6 +:106A900082B0019000910198C06900990840401AA5 +:106AA000B0FA80F0400902B07047000081B0009059 +:106AB00040F28041C5F60001086820F00700009A06 +:106AC0001043086001B0704781B0009040F2081197 +:106AD000C5F60001086820F0F000009A1043086035 +:106AE00001B0704742F20401CEF20401086840F0A0 +:106AF000010008607047000081B00090009840F6E7 +:106B00000C01C5F60001086001B0704781B000902B +:106B1000009840F62C01C5F60001086001B07047EE +:106B200081B00090009A40F68001C5F60001086827 +:106B30001043086001B0704781B00090009A40F6A1 +:106B40009001C5F6000108681043086001B0704765 +:106B500081B00090009A40F60001C5F60001086877 +:106B60001043086001B0704781B00090009A40F671 +:106B70002001C5F6000108681043086001B07047A5 +:106B800081B0009040F60C00C5F600000068009946 +:106B9000084001B07047000081B0009040F62C0022 +:106BA000C5F6000000680099084001B07047000079 +:106BB0004EF61051CEF20001086820F00400086083 +:106BC0007047000040F20C41C5F60001086840F42F +:106BD00000400860704700009021C5F60001086879 +:106BE00040F40040086070479021C5F60001086835 +:106BF00040F480300860704740F20810C5F600008D +:106C0000006800F00F000001704700000820C5F682 +:106C10000000006800F0F000704700000820C5F692 +:106C20000000006800F4E060704700000820C5F62E +:106C30000000006800F460507047000081B00090D0 +:106C40008820C5F6000000680099084001B0704730 +:106C50009020C5F60000006800F440707047000006 +:106C60000820C5F60000006800F00C007047000026 +:106C700081B000908820C5F60000006800990840A7 +:106C800001B070474FF0B041086820F480300860D0 +:106C9000704700004FF0B041086840F48030086051 +:106CA000704700004FF0B0400068C0F300507047DC +:106CB0004FF0B0400068C0F34040704781B0009092 +:106CC0009C21C5F600014CF6FE20CCF6FE200860A3 +:106CD000086820F47C50009A40EA0220086001B065 +:106CE000704700009821C5F60001086820F00100F7 +:106CF000086070479821C5F60001086840F001005F +:106D0000086070479820C5F600000068C0F3400096 +:106D1000704700004FF0B041086820F480700860B0 +:106D2000704700004FF0B041086840F48070086080 +:106D3000704700004FF0B041086840F40060086000 +:106D4000704700004FF0B0400068C0F380207047EB +:106D500081B000900421C5F60001086820F0FE40D3 +:106D6000009A40EA0260086001B0704740F20810E3 +:106D7000C5F600000068C0F3404070470820C5F623 +:106D800000000068C0F30040704700000820C5F60E +:106D900000000068C0F34040704700000820C5F6BE +:106DA00000000068C0F380407047000040F2081007 +:106DB000C5F600000068C0F3004070479021C5F69A +:106DC0000001086820F00100086070479021C5F6B6 +:106DD0000001086820F00400086070479021C5F6A3 +:106DE0000001086840F00100086070479021C5F676 +:106DF0000001086840F00400086070479020C5F664 +:106E00000000006800F00100704700009020C5F607 +:106E100000000068C0F34000704700009020C5F6F5 +:106E200000000068C0F340007047000081B000908F +:106E30009021C5F60001086820F01800009A104360 +:106E4000086001B0704700009421C5F60001086891 +:106E500020F00100086070479421C5F60001086821 +:106E600040F00100086070479420C5F600000068FB +:106E7000C0F34000704700009421C5F60001086887 +:106E800020F00400086070479421C5F600010868EE +:106E900040F00400086070479420C5F600000068C8 +:106EA000C0F3C0007047000081B000909421C5F687 +:106EB0000001086820F47060009A40EA022008602F +:106EC00001B070474FF0B041086820F00100086041 +:106ED000704700004FF0B041086840F001000860C2 +:106EE0007047000081B04FF0B040006800F0F00043 +:106EF00000900098B12803D3FFE7B0200090FFE78F +:106F0000009801B0704700004FF0B0400068C0F337 +:106F10004000704781B000900421C5F60001086868 +:106F200020F47F40009A40EA0220086001B07047D8 +:106F300081B000904FF0B041086820F0F000009A56 +:106F40001043086001B070474FF0B041086820F06E +:106F500080600860704700004FF0B041086840F062 +:106F600080600860704700004FF0B0400068C0F3D8 +:106F7000C06070474FF0B041086820F08070086032 +:106F8000704700004FF0B041086840F08070086022 +:106F9000704700000C20C5F60000006800F070008B +:106FA000704700000C20C5F60000006800F00300E8 +:106FB000704700000C20C5F600000068C0F30620F2 +:106FC000704700000C20C5F60000006800F060402B +:106FD000704700004FF0B0400068C0F34060704759 +:106FE0009021C5F60001086820F4803008607047E1 +:106FF00081B000908821C5F60001086820F040505B +:10700000009A1043086001B07047000081B0009002 +:1070100040F20811C5F60001086820F00F00009A40 +:1070200040EA1210086001B07047000081B0009083 +:107030000821C5F60001086820F0F000009A10430E +:10704000086001B07047000081B000900821C5F6CB +:107050000001086820F4E060009A1043086001B065 +:107060007047000081B000900821C5F60001086853 +:1070700020F46050009A1043086001B0704700008F +:1070800081B000908821C5F60001086820F04060BA +:10709000009A1043086001B07047000081B0009072 +:1070A0000821C5F60001086820F40040009A10434A +:1070B000086001B07047000081B000908821C5F6DB +:1070C00000010868009A6FF47F2363EA12131840E6 +:1070D00002F47F4240EA0210086001B070470000ED +:1070E00081B000908821C5F600010868009A4FF62B +:1070F000FF7363EA0203184040EA0240086001B0EF +:107100007047000081B000908821C5F60001086832 +:1071100020F44060009A1043086001B070470000FE +:1071200081B000909421C5F60001086820F4404029 +:10713000009A1043086001B07047000081B00090D1 +:107140008821C5F60001086820F04040009A1043ED +:10715000086001B07047000081B000909021C5F632 +:107160000001086820F44070009A1043086001B0E4 +:107170007047000081B000909021C5F600010868BA +:1071800020F44070009A1043086001B0704700007E +:1071900081B000908821C5F60001086820F4400005 +:1071A000009A1043086001B07047000081B0009061 +:1071B0002421C5F60001086820F00300009A10435E +:1071C000086001B07047000081B000902421C5F62E +:1071D0000001086820F03000009A1043086001B0F8 +:1071E0007047000081B000900821C5F600010868D2 +:1071F00020F00300009A1043086001B070470000BF +:1072000081B000908821C5F60001086820F00300D5 +:10721000009A1043086001B07047000080B582B04A +:1072200001900198FFF72CFF02B080BD81B0009063 +:107230000099CA20486200995320486201B0704703 +:1072400081B000900099FF20486201B070470000B3 +:1072500082B0019000910198806820F007000099A9 +:1072600008430199886002B07047000080B541F280 +:10727000AC40C2F20000FDF76DFD80BD81B0009012 +:10728000009800600098406001B0704786B002909E +:107290000191EFF31080039003980090EFF31080BA +:1072A00072B60490029800680199086002980199EA +:1072B0004860019802990860019801684860009848 +:1072C0000590059880F3108806B0704786B002904C +:1072D0000191EFF31080039003980090EFF310807A +:1072E00072B604900298019908600298406801996A +:1072F00048600198029948600198416808600098C8 +:107300000590059880F3108806B0704786B002900B +:10731000EFF31080039003980190EFF3108072B6A2 +:10732000049002990868884204D1FFE701208DF893 +:10733000030003E000208DF80300FFE701980590AB +:10734000059880F310889DF8030006B07047000090 +:1073500080B586B002900191EFF3108003900398FE +:107360000090EFF3108072B60490029800680199C3 +:1073700008600298006800F007F8009805900598EA +:1073800080F3108806B080BD85B00190EFF31080C7 +:10739000029002980090EFF3108072B6039001996A +:1073A000086849680860019801684068486000986A +:1073B0000490049880F3108805B0704780B50020D1 +:1073C000FAF74AFB0120FAF747FB0220FAF744FBE1 +:1073D00080BD000081B08DF803008DF802109DF88B +:1073E000020000EB400141F21430C2F2000000EB59 +:1073F000C100407D8DF801009DF8010006280ED0E7 +:10740000FFE79DF803009DF8011001EB410241F2F6 +:107410001431C2F2000101EBC2010875FFE79DF8CB +:1074200001009DF8031001EB410241F21431C2F258 +:10743000000101EBC20250759DF802009DF8032087 +:1074400002EB420201EBC20210759DF803009DF8A9 +:10745000022002EB420201EBC201487501B0704705 +:1074600081B08DF803008DF802109DF8020040F203 +:10747000FC11C2F200010978884232D0FFE79DF882 +:10748000020000EB400041F21431C2F2000101EBB6 +:10749000C000007D8DF801009DF803009DF80120DB +:1074A00002EB420201EBC20250759DF802009DF80A +:1074B000032002EB420201EBC20250759DF801006D +:1074C0009DF8032002EB420201EBC20210759DF809 +:1074D00003009DF8022002EB420201EBC201087595 +:1074E00016E09DF802009DF8031001EB410241F205 +:1074F0001431C2F2000101EBC20250759DF8030085 +:107500009DF8022002EB420201EBC2010875FFE781 +:1075100001B0704780B5FFE744F21001C5F60001E5 +:107520004FF400400860FFE700F032FDFBF742F83F +:1075300080BD000080B501F0CDF801F0B3F841F254 +:107540004051C2F200010020FEF7D0FCFFF74CF9D9 +:10755000FFF734FFFAF780FB00F020FE08F050FD43 +:10756000FFF786F807F094F880BD000080B54FF073 +:10757000FF3002F02BFE07F0A5F880BD80B584B087 +:107580000420FFF75BF90120FFF758F90B20019069 +:10759000002202921146FCF7F3F80198FCF7DCF8A0 +:1075A000029A0C2003901146FCF7EAF80398FCF7C6 +:1075B000D3F804B080BD000080B50420FFF74EF979 +:1075C0000120FFF74BF90220FFF748F980BD0000CA +:1075D00080B541F27040C2F2000040F60041C5F6AD +:1075E00000010160FBF782FF18B1FFE7FBF76CF9C0 +:1075F000FFE780BD7047000080B582B041F2405087 +:10760000C2F20000019042F60001C4F200010160E4 +:10761000002141600F22826047F6FF72C260016163 +:107620008161C1614161FDF7B5F918B1FFE7FBF771 +:107630004BF9FFE741F24050C2F200000022114630 +:10764000FDF7BAF818B1FFE7FBF73EF9FFE702B024 +:1076500080BD000080B582B041F26450C2F20000EB +:10766000019043F60001C4F2010101604FF4E131E1 +:10767000416000218160C16001610C224261816131 +:107680004FF40042C261016241628162FDF72EFE49 +:1076900018B1FFE7FBF718F9FFE741F26450C2F2B7 +:1076A00000000021FDF704FB18B1FFE7FBF70CF920 +:1076B000FFE741F26450C2F200000021FDF7B2FA88 +:1076C00018B1FFE7FBF700F9FFE741F26450C2F29F +:1076D0000000FDF75FFA18B1FFE7FBF7F5F8FFE7E9 +:1076E00002B080BDFFE7FEE7FFE7FEE788B0079046 +:1076F00006910592079800F0070004900498C0F1E5 +:107700000700052803D3FFE70420019004E0049854 +:10771000C0F107000190FFE701980390049804303E +:10772000062803D8FFE70020009003E00498033800 +:107730000090FFE70098029006980399012202FA50 +:1077400001F101390840029B984005999A40013A9D +:107750001140084308B0704783B08DF80B0047F222 +:10776000F830C1F6FF700190FFE70198C1799DF8EC +:107770000B200020914200900AD0FFE7019847F2C9 +:107780000001C1F6FF71401A18BF01200090FFE709 +:107790000098C00720B1FFE7019808380190E4E79E +:1077A0000198C0799DF80B10884203D0FFE70020B4 +:1077B0000190FFE7019803B07047000089B08DF891 +:1077C000230007919DF8230001460291082800F24A +:1077D0007E800299DFE801F0051B2723263E535BDC +:1077E0006B00079806900698407A014601910E2892 +:1077F00009D0FFE701980F2804D0FFE70198FF2880 +:1078000002D002E002E001E000E0FFE760E007985C +:1078100005900598C07A08B1FFE7FFE758E00798A0 +:10782000049055E054E0079806900698407A014687 +:1078300000910E2805D0FFE700980F2808D1FFE738 +:1078400007E00698807A042801D0FFE7FFE700E010 +:10785000FFE73DE0079806900698407AFF2806D09B +:10786000FFE70698807A08B1FFE7FFE706E0069891 +:10787000807A022801D0FFE7FFE7FFE728E00798BA +:1078800005900598C07A08B1FFE7FFE720E0079868 +:107890000390039840780E2807D1FFE7039880787B +:1078A000042801D0FFE7FFE700E0FFE710E00798BA +:1078B00006900698407AFF2801D0FFE706E0069878 +:1078C000807A022801D0FFE7FFE7FFE700E0FFE74B +:1078D00009B0704780B5FBF77DFF80BD70470000A1 +:1078E0007047000080B596B002A801905021F8F7CB +:1078F0008BFC01984FF4405102914FF48041139159 +:107900000221149100211591FBF79CFF18B1FFE7AC +:10791000FAF7DAFFFFE716B080BD000070470000FD +:1079200080B5042002F076FE80BD000080B584B0F2 +:10793000039000208DF80700FFF706FBFBF7A4FD7E +:107940000290FFE7FFF710FB60B1FFE7FBF79CFD3C +:107950000299401A032804D3FFE703208DF807009B +:1079600000E0EFE79DF80700B8BBFFE71021C5F680 +:107970000001086820F4FE40039A126840EA0220E1 +:107980000860086820F47810039A52681043086071 +:10799000FFF7E2FAFBF778FD0290FFE7FFF7E4FA62 +:1079A00001280CD0FFE7FBF76FFD0299401A03286E +:1079B00004D3FFE703208DF8070000E0EEE79DF811 +:1079C000070048B9FFE7039802691021C5F60001D6 +:1079D000086810430860FFE7FFE79DF8070004B060 +:1079E00080BD000080B584B0039000208DF80700B2 +:1079F000FFF7AAFAFBF748FD0290FFE7FFF7B4FA9A +:107A000060B1FFE7FBF740FD0299401A032804D359 +:107A1000FFE703208DF8070000E0EFE79DF807007F +:107A2000B8BBFFE71021C5F60001086820F4FE404E +:107A3000039A126840EA02200860086820F060603B +:107A4000039A926810430860FFF786FAFBF71CFD63 +:107A50000290FFE7FFF788FA01280CD0FFE7FBF759 +:107A600013FD0299401A032804D3FFE703208DF881 +:107A7000070000E0EEE79DF8070048B9FFE703982C +:107A800002691021C5F60001086810430860FFE78D +:107A9000FFE79DF8070004B080BD000080B584B00A +:107AA000039000208DF80700FFF74EFAFBF7ECFC7F +:107AB0000290FFE7FFF758FA60B1FFE7FBF7E4FC3D +:107AC0000299401A032804D3FFE703208DF807002A +:107AD00000E0EFE79DF80700B8BBFFE71021C5F60F +:107AE0000001086820F4FE40039A126840EA022070 +:107AF0000860086820F06040039AD268104308606C +:107B0000FFF72AFAFBF7C0FC0290FFE7FFF72CFA19 +:107B100001280CD0FFE7FBF7B7FC0299401A0328B5 +:107B200004D3FFE703208DF8070000E0EEE79DF89F +:107B3000070048B9FFE7039802691021C5F6000164 +:107B4000086810430860FFE7FFE79DF8070004B0EE +:107B500080BD00007047000080B592B010900F917A +:107B600040200E9036200D9024200C9012200B9077 +:107B700010200A900C2009900620089003200790FE +:107B800002200690012005900020049003900F9899 +:107B9000B0F5007F1BD1FFE700200190FFE70198BF +:107BA000032813D8FFE71098019A0BA951F8221067 +:107BB000884206D8FFE7019904A850F821000390F5 +:107BC00004E0FFE7019801300190E8E71AE00020A7 +:107BD0000090FFE70098022813D8FFE71098009A5A +:107BE00008A951F82210884206D8FFE7009904A896 +:107BF00050F82100039004E0FFE700980130009066 +:107C0000E8E7FFE744F20001C5F60001086820F04C +:107C10000700039A10430860FBF736FC0290FFE769 +:107C200044F20000C5F60000006800F00700039968 +:107C300088420CD0FFE7FBF727FC0299401A032883 +:107C400004D3FFE703208DF8470004E0E8E70020B5 +:107C50008DF84700FFE79DF8470012B080BD000097 +:107C600080B586B005900598B12807D3FFE743F2A9 +:107C70001400C0F60100C06A03900AE0059800F005 +:107C8000F000810843F21400C0F601004058039050 +:107C9000FFE703980190FEF7AFFF024601983C21F1 +:107CA00001EA920242F6A471C0F601018958B0FBC4 +:107CB000F1F0049004984DF68361C4F21B31A0FBEF +:107CC0000110800C0290FBF77DFD01460298FFF742 +:107CD00043FF06B080BD000080B584B00390002053 +:107CE00002908DF8070003980068C06840060028DD +:107CF00030D4FFE703980168C86840F08000C8608E +:107D0000FBF7C2FB0290FFE703980068C168002000 +:107D100049060029009007D4FFE79DF807000138C5 +:107D200018BF01200090FFE70098C00788B1FFE767 +:107D3000FBF7AAFB0299401AB0F57A7F08D9FFE752 +:107D40000399042081F8210001208DF80700FFE746 +:107D5000DAE7FFE79DF8070004B080BD80B582B088 +:107D6000019000208DF8030001980168C86820F098 +:107D70008000C860019800688068800600280ED4E2 +:107D8000FFE70198FCF7D2FE40B1FFE7019904201C +:107D900081F8210001208DF80300FFE7FFE79DF83F +:107DA000030002B080BD000080B5FEF7A3F980BDDE +:107DB00082B042F62800C4F20000016889B2019145 +:107DC000006880B20090FFE70198009988420AD0CD +:107DD000FFE70098019042F62800C4F20000006816 +:107DE00080B20090F0E7009802B0704780B50220A2 +:107DF00002F0D0FB80BD000080B540F2F411C2F269 +:107E000000010868013008600120002102F0DCFB5D +:107E100080BD000080B584B042F60800C4F20000C6 +:107E2000006800F480610120B0EB912F10D1FFE7D2 +:107E3000FFE741F24050C2F200000068C06800F065 +:107E400004010120B0EB910F01D1FFE7F1E7FFE75B +:107E500041F24050C2F200000168886820F480605E +:107E6000886040F2FC10C2F2000000788DF80F002C +:107E70009DF80F0000EB400141F21430C2F2000007 +:107E800000EBC1008068029000F0F0F8ADF804004B +:107E90000298BDF8041088420AD2FFE70020ADF82E +:107EA000060041F20931C2F200010120087027E00A +:107EB0000298BDF8041040F22822C2F20002128893 +:107EC000114488420ED9FFE740F22820C2F2000098 +:107ED0000088ADF8060041F20931C2F2000100202D +:107EE00008700CE00298BDF80410401AADF80600C6 +:107EF00041F20931C2F2000101200870FFE7FFE7FB +:107F0000FFE79DF80F0006283BD0FFE79DF80F0024 +:107F100000EB400141F21430C2F2000000EBC1005E +:107F20008068BDF8041088420DD2FFE79DF80F006D +:107F300000EB400141F21430C2F2000000EBC1013D +:107F4000002088600FE0BDF804209DF80F0000EBD2 +:107F5000400141F21430C2F2000000EBC101886818 +:107F6000801A8860FFE79DF80F0000EB400141F2A6 +:107F70001430C2F2000000EBC100407D8DF80F000C +:107F8000BFE7BDF8060000F005F804B080BD0000B2 +:107F90007047000080B582B0ADF80600BDF806005D +:107FA00058B9FFE7FFF704FF41F25421C2F2000184 +:107FB00008600320FBF7DAFB55E0BDF80600012856 +:107FC00008DCFFE741F20830C2F200000078012827 +:107FD00006D0FFE7BDF806000138ADF80600FFE760 +:107FE000FFE741F24050C2F200000068C06800F0B4 +:107FF00004010020B0EB910F01D1FFE7F1E741F25E +:108000004051C2F2000100910868C06860F49060BD +:1080100020F480600968C86040F60C01C5F60001D4 +:108020004FF4002008600320FBF782FB42F61401A6 +:10803000C4F2000108684FF6FF729043BDF80620B5 +:1080400010440860FFF7B4FE0146009841F2542244 +:10805000C2F2000211600168886840F480608860A4 +:10806000AFF30080FFE702B080BD000080B582B0B2 +:1080700041F25420C2F2000000680130B8B3FFE7BB +:10808000FFF796FE019041F25420C2F20000006812 +:108090000199884209D3FFE741F25420C2F200005F +:1080A00000680199401A019010E041F26820C2F284 +:1080B000000000880199401A009041F25420C2F259 +:1080C00000000068009908440190FFE7019840F221 +:1080D000E401C2F20001097848430190019841F29D +:1080E0000831C2F200010978C840019002E0002086 +:1080F0000190FFE7BDF8040002B080BD80B582B0FA +:1081000041F2F850C2F200000088FF2837D8FFE79C +:1081100041F20A30C2F2000000780D281CD1FFE7BE +:1081200043F23012C0F6010240F2F103C2F2000342 +:10813000019300200090012108F09CF802F0BEFAA3 +:108140000099019841F2F852C2F2000211804FF4F6 +:108150008071F8F759F811E041F20A30C2F20000DC +:10816000007841F2F853C2F200031A88511C1980BA +:1081700040F2F101C2F200018854FFE7FFE741F24B +:108180000A31C2F2000148F2FD03C0F600030020EC +:108190000122FEF7BDF902B080BD000080B541F2BA +:1081A0000A31C2F2000148F2FD03C0F600030020CC +:1081B0000122FEF7ADF980BD83B0009000980190D8 +:1081C000019820B9FFE720208DF80B0005E0019809 +:1081D000B0FA80F08DF80B00FFE79DF80B00C0F1BE +:1081E0001F00C0B203B0704780B586B002A80190EE +:1081F000019B4FF670400022114608F0DBFA01980F +:10820000807B06B080BD00008AB0099000200090FD +:1082100008900790069005900490039002900190BA +:1082200044F23C00C5F6000000686FF39F300890F0 +:1082300008990020C2F2030050F82100039003982F +:10824000006845F2B961CAF64611884210D1FFE7CD +:108250000398406906900398806905900398C06967 +:1082600004900398C06802900398006901901BE095 +:1082700008990020C2F2030000EB810007900798E4 +:1082800000680069069007980068406905900798A3 +:108290000068806904900798006840680290079819 +:1082A000006880680190FFE79DF81B00099908703D +:1082B000BDF81A00099948700698000A0999887053 +:1082C0009DF8180000090999C870069800F00F0081 +:1082D000099908719DF8170009994871BDF81600B1 +:1082E000099988710598000A0999C8710598099932 +:1082F00008720498099948729DF80B0009998872D0 +:10830000BDF80A000999C8720298000A0999087311 +:108310009DF8070009994873BDF80600099988730C +:1083200001980999C87300200AB07047704700008F +:1083300080B582B0FFE740F22020C2F20000FEF7D5 +:10834000E5FF88B9FFE740F22020C2F2000001A952 +:10835000FEF7FEFF40F20000C2F203000069006970 +:108360000199FEF7B3FFE6E702B080BD81B00020BF +:108370008DF80300FFE79DF80300022811D8FFE7FE +:108380009DF8031040F25400C2F2000000EBC1015E +:1083900000204871FFE79DF8030001308DF80300CD +:1083A000E9E701B07047000080B584B000208DF887 +:1083B0000F00FFE79DF80F00022824D8FFE79DF883 +:1083C0000F00FEF78BF901469DF80F2040F2540094 +:1083D000C2F200000430029000F832109DF80F1035 +:1083E00000EBC10100204870FEF73EF902999DF8AC +:1083F0000F2001EBC2014860FFE79DF80F0001303C +:108400008DF80F00D6E7FEF767F9014640F25400F9 +:10841000C2F2000001908183818BC183C08BF9F788 +:10842000FBF9019981F8200004B080BD80B586B0C9 +:10843000FEF71AF9059000208DF81300FFE79DF86C +:10844000130002283DD8FFE79DF81300FEF746F918 +:108450008DF812009DF8131040F25400C2F2000093 +:1084600000EBC100043003909DF8120000F0010001 +:108470000399097801F0010188421BD0FFE70598B4 +:1084800003994968401A142814D3FFE79DF8120095 +:10849000039900F0010008700399012048700598C5 +:1084A0000399486040F25401C2F20001486A013069 +:1084B0004862FFE7FFE79DF8130001308DF81300D5 +:1084C000BDE7FEF709F9ADF80A0040F25400C2F228 +:1084D00000001C30019001980079ADF80200BDF851 +:1084E0000A000199088001994888C0EBC000BDF8D6 +:1084F0000A201044C008488001984088F9F78CF998 +:108500000199087101980079BDF80210884208D0DD +:10851000FFE740F25401C2F20001486A01304862AC +:10852000FFE706B080BD000080B582B000900098E3 +:108530000138B0F1807F03D3FFE70120019019E0FB +:10854000009801384EF21401CEF2000108604FF09D +:10855000FF300F2107F0A2FC4EF21801CEF200010D +:10856000002008604EF21002CEF2000207211160D6 +:108570000190FFE7019802B080BD000080B5FBF7D5 +:108580001DF880BD80B59CB00AA84821F7F73CFED5 +:1085900000200190099008900790069005900490A3 +:1085A0000390FBF743F90198FEF740FCFFE740F228 +:1085B0000040C5F600000168012262F34A21016013 +:1085C000006800F4C06002900298FFE707200A905C +:1085D0004FF480300B9001200C904FF480700D9080 +:1085E00040200E90002015900AA8FBF7FDFC18B162 +:1085F000FFE7FAF769F9FFE76F2003900220049084 +:1086000000200590069007900890099003A801218A +:10861000FBF7A8FA18B1FFE7FAF756F9FFE71CB025 +:1086200080BD00004EF68851CEF20001086840F48B +:10863000700008604FF0B041086840F00100086029 +:108640000822C5F600024FF4E020106008684FF6DB +:10865000FB62CFF6F622104008609422C5F60002B5 +:10866000106820F0050010609822C5F6000210681E +:1086700020F0010010600C22C5F6000241F200005B +:10868000C2F2042010601022C5F6000210600868D3 +:1086900020F4802008601821C5F600010020086041 +:1086A0007047000080B582B0FEF744FB4FF40040F5 +:1086B000FEF7F4FC01F0BAFC0420FEF7F7F9012103 +:1086C0000191084601F0BEFC0199084601F0ECFC5E +:1086D00002B080BD80B5FEF7AFF8FEF795F8FEF763 +:1086E00099F880BD80B5FDF7E3F880BD80B540F214 +:1086F0000001C2F2030140F23400C2F2030008603C +:1087000040F25400C2F20300486040F26400C2F23A +:108710000300886040F27400C2F20300086240F275 +:108720007C00C2F20300486240F28400C2F20300FF +:10873000C86040F28C00C2F20300086140F2A80059 +:10874000C2F20300486140F2AC00C2F2030088614B +:1087500040F2B800C2F20300C861FDF7BDF880BD69 +:1087600080B582B00190019940F22020C2F2000051 +:10877000FEF7ACFD01990020FFF720F848F23130F8 +:10878000C0F60000FDF7E6F802B080BD80B582B00B +:10879000019040F2D400C2F203000090FEF76EFD9B +:1087A00040F22020C2F20000FEF768FD009840F27F +:1087B0000001C2F203010A6941F26C21C2F2000118 +:1087C0000A60019A92680B689A60019AD2680B68F5 +:1087D000DA600A681061019800680A681060019800 +:1087E00040680A685060019800690A685061019801 +:1087F00040690968886102B080BD000080B584B01E +:1088000003900398019040F2CC00C2F20300009064 +:10881000FEF734FD009840F20001C2F20301C9687E +:10882000029101998968029A116002994860FDF7E6 +:1088300099F90198006841F25821C2F200010860DC +:108840000198406841F25C21C2F2000108600020FA +:1088500004B080BD80B582B00190ADF8021040F246 +:108860000000C2F20300C1680A6810211172C068DA +:1088700001680620FEF7A2FFFDF78EF9002002B086 +:1088800080BD000080B582B00190019800F10D011B +:10889000807A821E0120F9F76BFF0198FFF760FFD5 +:1088A00002B080BD80B582B040F2DC00C2F20300AD +:1088B0000190FEF7E3FC019840F20001C2F20301CF +:1088C00049690860FDF7ACF902B080BD80B582B09F +:1088D0000190FFF78BFA02B080BD000080B582B036 +:1088E000019040F20000C2F20300C06900900198BC +:1088F00000680099486001984068009908600198F4 +:10890000806800998860FDF71DFA02B080BD000004 +:1089100080B582B00190019841F21C61C2F2000161 +:10892000086040F2F811C2F20001086801300860E6 +:108930000220002101F048FE02B080BD80B582B067 +:108940000190019841F21461C2F200010860FFF742 +:1089500053FA02B080BD000080B540F20000C2F2C0 +:108960000300C06901680D200872FDF727FA80BD79 +:1089700080B540F20000C2F20300C06981680D209A +:108980000872FDF73BFA80BD80B540F20000C2F2EC +:108990000300C069416808200872FDF74FFA80BDE6 +:1089A00080B582B00190002007F0C0FE02B080BD0B +:1089B00080B586B00590059840F2BC01C2F2000176 +:1089C000086040F2B000C2F20000FEF757FC012040 +:1089D0000190F9F7B9FD019840F2B801C2F2000127 +:1089E000087041F22060C2F200000068A0B1FFE709 +:1089F0000598049048F6A110C0F60000029048F6D1 +:108A00001D20C0F60000039041F22060C2F2000079 +:108A1000016802A88847FFE706B080BD80B582B034 +:108A20000190019940F2B000C2F200000090FEF700 +:108A30004DFC009807F0A4FE02B080BD82B001900A +:108A40000198406E40B9FFE701990120A1F86A0042 +:108A50000199A1F8680032E008208DF803008DF834 +:108A60000200019800688068C0F342608DF8010040 +:108A7000019800688068400F8DF800009DF80200A2 +:108A80009DF8002043F25C03C0F60103995C484363 +:108A900043F25401C0F601018A5CB0FBF2F0019A86 +:108AA000A2F86A009DF803009DF801209B5C5843E2 +:108AB000895CB0FBF1F00199A1F86800FFE702B012 +:108AC0007047000081B00090009890F828000007DF +:108AD00000280BD5FFE700980068406820F40040AC +:108AE000009A1168926B10434860FFE7009890F875 +:108AF0002800C00758B1FFE700980068406820F4DC +:108B00000030009A1168D26A10434860FFE700986D +:108B100090F82800800700280BD5FFE70098006830 +:108B2000406820F48030009A1168126B104348604E +:108B3000FFE7009890F82800400700280BD5FFE7D2 +:108B400000980068406820F48020009A1168526BF9 +:108B500010434860FFE7009890F82800C0060028FE +:108B60000BD5FFE700980068806820F48050009AD9 +:108B70001168D26B10438860FFE7009890F82800D6 +:108B8000800600280BD5FFE700980068806820F475 +:108B90000050009A1168126C10438860FFE700983B +:108BA00090F82800400600281CD5FFE700980068D0 +:108BB000406820F48010009A1168526C104348609D +:108BC0000098406CB0F5801F0BD1FFE7009800685B +:108BD000406820F4C000009A1168926C104348600D +:108BE000FFE7FFE7009890F82800000600280BD563 +:108BF000FFE700980068406820F40020009A1168A0 +:108C0000D26C10434860FFE701B0704780B588B070 +:108C1000069006990020C1F89000FAF735FC0590FF +:108C2000069800680068000700282FD5FFE706981F +:108C3000059B6A466FF07E4111604FF400110022DF +:108C400001F066F908B3FFE7FFE7FFE70698006861 +:108C500050E8000F20F080000490FFE70499069888 +:108C6000026842E800100028F0D1FFE7FFE706990C +:108C70002020C1F88800FFE70699002081F88400D1 +:108C8000FFE703208DF81F005FE0FFE7069800680C +:108C900000684007002842D5FFE70698059B6A4612 +:108CA0006FF07E4111604FF48001002201F030F935 +:108CB000A0B3FFE7FFE7FFE70698006850E8000F62 +:108CC00020F490700390FFE703990698026842E849 +:108CD00000100028F0D1FFE7FFE7FFE7FFE7069865 +:108CE000006850E8020F20F001000290FFE70299AF +:108CF0000698026842E802100028F0D1FFE7FFE77B +:108D000006992020C1F88C00FFE70699002081F821 +:108D10008400FFE703208DF81F0016E0FFE70699A7 +:108D20002020C1F888000699C1F88C00069900201F +:108D3000C86606990867FFE70699002081F8840055 +:108D4000FFE700208DF81F00FFE79DF81F0008B027 +:108D500080BD000080B582B001900198806A0090CB +:108D600000990020A1F85E000098FBF7EFFF02B029 +:108D700080BD000080B584B003900398806A0290A3 +:108D80000298D0F8880001900298D0F88C000090EA +:108D9000029800688068000600280CD5FFE701985B +:108DA000212808D1FFE702990020A1F85600029877 +:108DB00000F0DCF8FFE702980068806840060028B1 +:108DC0000CD5FFE70098222808D1FFE70299002080 +:108DD000A1F85E00029800F057F8FFE70299D1F879 +:108DE000900040F01000C1F890000298FBF7AEFF31 +:108DF00004B080BD80B584B003900398806A02906F +:108E0000039800680068800600282BD4FFE70299C9 +:108E10000020A1F85600FFE7FFE70298006850E83D +:108E2000020F20F080000190FFE70199029802688C +:108E300042E802100028F0D1FFE7FFE7FFE7FFE775 +:108E40000298006850E8000F40F040000090FFE7F3 +:108E500000990298026842E800100028F0D1FFE76C +:108E6000FFE703E00298FCF781FCFFE704B080BD58 +:108E700080B582B001900198806A00900098FCF75C +:108E8000ABFC02B080BD000084B00390FFE7FFE7B9 +:108E90000398006850E8000F20F490700290FFE7FC +:108EA00002990398026842E800100028F0D1FFE719 +:108EB000FFE7FFE7FFE70398006850E8020F4FF66F +:108EC000FE71CEF6FF7108400190FFE7019903980B +:108ED000026842E802100028EDD1FFE7FFE703989F +:108EE000C06E012814D1FFE7FFE7FFE70398006891 +:108EF00050E8000F20F010000090FFE70099039861 +:108F0000026842E800100028F0D1FFE7FFE7FFE722 +:108F100003992020C1F88C0003990020C8660399AA +:108F2000486704B07047000080B582B00190FFE749 +:108F3000FFE70198006850E8000F20F04000009023 +:108F4000FFE700990198026842E800100028F0D17C +:108F5000FFE7FFE701992020C1F888000199002070 +:108F600088670198FCF702FC02B080BD83B00290D4 +:108F7000FFE7FFE70298006850E8000F20F0C0000C +:108F80000190FFE701990298026842E8001000286A +:108F9000F0D1FFE7FFE7FFE7FFE70298006850E83E +:108FA000020F20F400000090FFE700990298026889 +:108FB00042E802100028F0D1FFE7FFE702992020E5 +:108FC000C1F8880003B0704780B588B00790079853 +:108FD000B0F86000ADF816000798D0F88C00222891 +:108FE00040F0AB80FFE707980068406AADF81400D6 +:108FF0000798806D0690BDF81400BDF81610084063 +:10900000069908800799886D023088650799B1F83C +:109010005E000138A1F85E000798B0F85E000028F5 +:1090200040F08A80FFE7FFE7FFE70798006850E815 +:10903000000F20F490700490FFE7049907980268ED +:1090400042E800100028F0D1FFE7FFE7FFE7FFE765 +:109050000798006850E8020F20F001000390FFE736 +:1090600003990798026842E802100028F0D1FFE750 +:10907000FFE707992020C1F88C0007990020486776 +:10908000079908670798006848F20001C4F20001D8 +:1090900088421CD0FFE7079800684068000200285B +:1090A00014D5FFE7FFE7FFE70798006850E8000FD7 +:1090B00020F080600290FFE702990798026842E87A +:1090C00000100028F0D1FFE7FFE7FFE7FFE7079870 +:1090D000C06E01282BD1FFE707990020C866FFE783 +:1090E000FFE70798006850E8000F20F0100001909B +:1090F000FFE701990798026842E800100028F0D1C4 +:10910000FFE7FFE707980068C06900F01001012041 +:10911000B0EB111F05D1FFE7079801681020086226 +:10912000FFE70798B0F85C10FBF772FD03E00798C3 +:10913000FCF762FAFFE7FFE706E007980168886935 +:1091400040F008008861FFE708B080BD80B58EB0B0 +:109150000D900D98B0F86000ADF82E000D980068E5 +:10916000C06909900D980068006808900D98006823 +:10917000806807900D98D0F88C00222840F061811B +:10918000FFE70D98B0F86800ADF82A00FFE7BDF8DA +:109190002A100020009031B1FFE79DF82400C0F3B1 +:1091A00040100090FFE70098C007002800F00A81F7 +:1091B000FFE70D980068406AADF82C000D98806DAF +:1091C0000C90BDF82C00BDF82E1008400C990880BA +:1091D0000D99886D023088650D99B1F85E000138EF +:1091E000A1F85E000D980068C06909909DF8240000 +:1091F0004007002852D0FFE79DF82400C00788B13F +:10920000FFE79DF82100C00760B1FFE70D980168F6 +:10921000012008620D99D1F8900040F00100C1F8DA +:109220009000FFE79DF824008007002811D5FFE794 +:109230009DF81C00C00760B1FFE70D98016802208F +:1092400008620D99D1F8900040F00400C1F8900038 +:10925000FFE79DF824004007002811D5FFE79DF89F +:109260001C00C00760B1FFE70D9801680420086288 +:109270000D99D1F8900040F00200C1F89000FFE78E +:109280000D98D0F8900040B1FFE70D98FBF75EFD18 +:109290000D990020C1F89000FFE7FFE70D98B0F8A6 +:1092A0005E00002840F08D80FFE7FFE7FFE70D98A4 +:1092B000006850E8000F20F480700690FFE70699E0 +:1092C0000D98026842E800100028F0D1FFE7FFE7A0 +:1092D000FFE7FFE70D98006850E8020F4FF6FE71B8 +:1092E000CEF6FF7108400590FFE705990D980268DA +:1092F00042E802100028EDD1FFE7FFE70D9920209A +:10930000C1F88C000D99002048670D9908670D98E9 +:10931000006848F20001C4F2000188421CD0FFE757 +:109320000D98006840680002002814D5FFE7FFE7A9 +:10933000FFE70D98006850E8000F20F0806004906F +:10934000FFE704990D98026842E800100028F0D168 +:10935000FFE7FFE7FFE7FFE70D98C06E01282BD17D +:10936000FFE70D990020C866FFE7FFE70D9800684A +:1093700050E8000F20F010000390FFE703990D98CC +:10938000026842E800100028F0D1FFE7FFE70D98DF +:109390000068C06900F010010120B0EB111F05D179 +:1093A000FFE70D98016810200862FFE70D98B0F8FC +:1093B0005C10FBF72DFC03E00D98FCF71DF9FFE7AF +:1093C00000E0E4E60D98B0F85E00ADF82800BDF8C6 +:1093D0002800A8B3FFE7BDF828000D99B1F8681080 +:1093E00088422DDAFFE7FFE7FFE70D98006850E8B5 +:1093F000020F20F080500290FFE702990D9802685A +:1094000042E802100028F0D1FFE7FFE70D9948F687 +:10941000C970C0F600004867FFE7FFE70D980068D5 +:1094200050E8000F40F020000190FFE701990D98EF +:10943000026842E800100028F0D1FFE7FFE7FFE7ED +:1094400006E00D980168886940F008008861FFE730 +:109450000EB080BD80B586B005900598B0F860006C +:10946000ADF812000598D0F88C00222840F0A980B1 +:10947000FFE705980068406AADF81000BDF81000DD +:109480009DF8121008400599896D08700599886D3E +:10949000013088650599B1F85E000138A1F85E00D9 +:1094A0000598B0F85E00002840F08A80FFE7FFE7EB +:1094B000FFE70598006850E8000F20F490700390D3 +:1094C000FFE703990598026842E800100028F0D1F0 +:1094D000FFE7FFE7FFE7FFE70598006850E8020FA6 +:1094E00020F001000290FFE702990598026842E827 +:1094F00002100028F0D1FFE7FFE705992020C1F80E +:109500008C00059900204867059908670598006850 +:1095100048F20001C4F2000188421CD0FFE7059820 +:10952000006840680002002814D5FFE7FFE7FFE766 +:109530000598006850E8000F20F080600190FFE778 +:1095400001990598026842E800100028F0D1FFE771 +:10955000FFE7FFE7FFE70598C06E01282BD1FFE783 +:1095600005990020C866FFE7FFE70598006850E806 +:10957000000F20F010000090FFE7009905980268A6 +:1095800042E800100028F0D1FFE7FFE705980068E7 +:10959000C06900F010010120B0EB111F05D1FFE7F9 +:1095A0000598016810200862FFE70598B0F85C1084 +:1095B000FBF72EFB03E00598FCF71EF8FFE7FFE73B +:1095C00006E005980168886940F008008861FFE7B7 +:1095D00006B080BD80B58EB00D900D98B0F86000DB +:1095E000ADF832000D980068C0690A900D980068C7 +:1095F000006809900D980068806808900D98D0F870 +:109600008C00222840F05F81FFE70D98B0F86800D9 +:10961000ADF82E00FFE7BDF82E100020019031B10B +:10962000FFE79DF82800C0F340100190FFE7019884 +:10963000C007002800F00881FFE70D980068406A25 +:10964000ADF83000BDF830009DF8321008400D999B +:10965000896D08700D99886D013088650D99B1F894 +:109660005E000138A1F85E000D980068C0690A909C +:109670009DF828004007002852D0FFE79DF82800F9 +:10968000C00788B1FFE79DF82500C00760B1FFE77C +:109690000D980168012008620D99D1F8900040F002 +:1096A0000100C1F89000FFE79DF82800800700281E +:1096B00011D5FFE79DF82000C00760B1FFE70D98C6 +:1096C0000168022008620D99D1F8900040F0040072 +:1096D000C1F89000FFE79DF828004007002811D549 +:1096E000FFE79DF82000C00760B1FFE70D98016813 +:1096F000042008620D99D1F8900040F00200C1F8F2 +:109700009000FFE70D98D0F8900040B1FFE70D986A +:10971000FBF71CFB0D990020C1F89000FFE7FFE765 +:109720000D98B0F85E00002840F08D80FFE7FFE75D +:10973000FFE70D98006850E8000F20F48070079054 +:10974000FFE707990D98026842E800100028F0D161 +:10975000FFE7FFE7FFE7FFE70D98006850E8020F1B +:109760004FF6FE71CEF6FF7108400690FFE70699AE +:109770000D98026842E802100028EDD1FFE7FFE7EC +:109780000D992020C1F88C000D99002048670D9993 +:1097900008670D98006848F20001C4F20001884291 +:1097A0001CD0FFE70D98006840680002002814D51F +:1097B000FFE7FFE7FFE70D98006850E8000F20F093 +:1097C00080600590FFE705990D98026842E8001057 +:1097D0000028F0D1FFE7FFE7FFE7FFE70D98C06E35 +:1097E00001282BD1FFE70D990020C866FFE7FFE7AE +:1097F0000D98006850E8000F20F010000490FFE77B +:1098000004990D98026842E800100028F0D1FFE7A3 +:10981000FFE70D980068C06900F010010120B0EB6F +:10982000111F05D1FFE70D98016810200862FFE7BE +:109830000D98B0F85C10FBF7EBF903E00D98FBF71F +:10984000DBFEFFE700E0E6E60D98B0F85E00ADF85D +:109850002C00BDF82C00A8B3FFE7BDF82C000D9933 +:10986000B1F8681088422DDAFFE7FFE7FFE70D98AF +:10987000006850E8020F20F080500390FFE7039942 +:109880000D98026842E802100028F0D1FFE7FFE7D8 +:109890000D9949F25540C0F600004867FFE7FFE721 +:1098A0000D98006850E8000F40F020000290FFE79C +:1098B00002990D98026842E800100028F0D1FFE7F5 +:1098C000FFE7FFE706E00D980168886940F00800AF +:1098D0008861FFE70EB080BD80B58EB00D9000208E +:1098E0008DF827000D98006848F20001C4F20001CD +:1098F000884201D1FFE700E0FFE70D9988680B6916 +:109900004A69C9691843104308430C900D980068D0 +:10991000006846F6F311CCF6FF7108400C99084335 +:109920000D99096808600D980068406820F440505F +:109930000D9A1168D268104348600D9880690C90A8 +:109940000D98006848F20001C4F20001884206D078 +:10995000FFE70D98016A0C9808430C90FFE70D98FB +:10996000006880684FF2FF41C1F2FF1108400C9976 +:1099700008430D99096888600D980068C06A20F056 +:109980000F000D9A1168526A1043C862FFE70D98E4 +:10999000006843F60001C4F20101884221D1FFE7CB +:1099A0000320FDF765F901460691032814D80699AE +:1099B000DFE801F0020A060E01208DF82D000FE00D +:1099C00002208DF82D000BE004208DF82D0007E01B +:1099D00008208DF82D0003E010208DF82D00FFE702 +:1099E00039E00D98006848F20001C4F20001884295 +:1099F0002CD1FFE74FF44060FDF720F901460591B7 +:109A000078B1FFE70598B0F5806F12D0FFE70598B1 +:109A1000B0F5006F09D0FFE70598B0F5406F0CD0A6 +:109A20000FE000208DF82D000FE002208DF82D00B2 +:109A30000BE004208DF82D0007E008208DF82D00A4 +:109A400003E010208DF82D00FFE703E010208DF8D3 +:109A50002D00FFE7FFE7FFE70D98006848F20001DF +:109A6000C4F20001884240F07E80FFE79DF82D009F +:109A700001460491082819D80499DFE801F0051778 +:109A800009170F1717171300FAF7F6F9079013E0E5 +:109A900042F20040C0F2F40007900DE0FAF718FA25 +:109AA000079009E04FF40040079005E00020079080 +:109AB00001208DF82700FFE70798002852D0FFE724 +:109AC00007980D994A6A43F26401C0F6010131F822 +:109AD0001210B0FBF1F0089008980D99496801EB5D +:109AE0004101884207D3FFE708980D994968B0EB18 +:109AF000013F04D9FFE701208DF8270031E00798E6 +:109B00000D994A6802924A6A43F26401C0F6010163 +:109B100031F81220002303931946F6F72BFB029A23 +:109B2000039B090241EA1061000210EB520041F16F +:109B30000001F6F71FFB0A900A98B0F5407F0BD39F +:109B4000FFE70A990020B0EB115F05D1FFE70A9803 +:109B50000D990968C86003E001208DF82700FFE730 +:109B6000FFE7FFE7B1E00D98C069B0F5004F5DD1A8 +:109B7000FFE79DF82D00013801460191072818D80C +:109B80000199DFE801F00408160E16161612FAF70E +:109B900089F9079013E042F20040C0F2F400079008 +:109BA0000DE0FAF795F9079009E04FF400400790AF +:109BB00005E00020079001208DF82700FFE70798B7 +:109BC00098B3FFE707980D9A5168536A43F264020D +:109BD000C0F6010232F81320B0FBF2F0400000EBB7 +:109BE0005100B0FBF1F00A900A98102818D3FFE753 +:109BF000BDF82A00A0B9FFE70A9820F00F00ADF8E1 +:109C00002E000A9800F00E01BDF82E0040EA510027 +:109C1000ADF82E00BDF82E000D990968C86003E06C +:109C200001208DF82700FFE7FFE74DE09DF82D00AC +:109C3000013801460091072818D80099DFE801F0A3 +:109C40000408160E16161612FAF72CF9079013E0F0 +:109C500042F20040C0F2F40007900DE0FAF738F944 +:109C6000079009E04FF40040079005E000200790BE +:109C700001208DF82700FFE7079820B3FFE707983A +:109C80000D9A5168536A43F26402C0F6010232F839 +:109C90001320B0FBF2F000EB5100B0FBF1F00A90A2 +:109CA0000A9810280AD3FFE7BDF82A0030B9FFE769 +:109CB000BDF828000D990968C86003E001208DF8FF +:109CC0002700FFE7FFE7FFE7FFE70D990120A1F875 +:109CD0006A000D99A1F868000D99002048670D9958 +:109CE00088679DF827000EB080BD000088B00790FF +:109CF0000691ADF81620069807998865BDF81600FC +:109D00000799A1F85C00BDF816000799A1F85E005C +:109D1000079900204867FFE707988068B0F5805FE3 +:109D200010D1FFE70798006930B9FFE7079940F2C3 +:109D3000FF10A1F8600004E00799FF20A1F860007F +:109D4000FFE72EE00798806878B9FFE70798006979 +:109D500028B9FFE70799FF20A1F8600004E0079900 +:109D60007F20A1F86000FFE71AE007988068B0F153 +:109D7000805F0FD1FFE70798006928B9FFE70799CF +:109D80007F20A1F8600004E007993F20A1F860005F +:109D9000FFE704E007990020A1F86000FFE7FFE774 +:109DA000FFE7FFE707990020C1F8900007992220FC +:109DB000C1F88C00FFE7FFE70798006850E8020F42 +:109DC00040F001000490FFE704990798026842E818 +:109DD00002100028F0D1FFE7FFE70798406EB0F1CE +:109DE000005F4CD1FFE7BDF816000799B1F8681085 +:109DF000884244DBFFE707988068B0F5805F0BD1AD +:109E0000FFE70798006938B9FFE7079949F24D1055 +:109E1000C0F60000486706E0079949F2D550C0F641 +:109E200000004867FFE707980069A0B1FFE7FFE778 +:109E3000FFE70798006850E8000F40F48070039037 +:109E4000FFE703990798026842E800100028F0D164 +:109E5000FFE7FFE7FFE7FFE7FFE70798006850E845 +:109E6000020F40F080500290FFE7029907980268C5 +:109E700042E802100028F0D1FFE7FFE744E007982E +:109E80008068B0F5805F0BD1FFE70798006938B9AB +:109E9000FFE7079948F6C970C0F60000486706E07A +:109EA000079949F25540C0F600004867FFE7079858 +:109EB0000069A0B1FFE7FFE7FFE70798006850E8F7 +:109EC000000F40F490700190FFE701990798026835 +:109ED00042E800100028F0D1FFE7FFE713E0FFE7BA +:109EE000FFE70798006850E8000F40F0200000905E +:109EF000FFE700990798026842E800100028F0D1B7 +:109F0000FFE7FFE7FFE7FFE7002008B0704700002A +:109F100080B586B0DDF820C0049003918DF80B2049 +:109F20000193FFE704980068C06903990840401A4C +:109F3000B0FA80F040099DF80B10884266D1FFE727 +:109F400008980130002860D0FFE7F9F79DFA0199E1 +:109F5000401A0899884203D8FFE7089820B9FFE71C +:109F600003208DF8170055E004980068006840074A +:109F7000002849D5FFE70398802845D0FFE70398DC +:109F8000402841D0FFE704980068C06900F008014C +:109F90000120B0EBD10F16D1FFE70498016808202B +:109FA000009008620498FEF76FFF00980499C1F8CA +:109FB0009000FFE70499002081F88400FFE701206A +:109FC0008DF8170026E004980068C06900F400616D +:109FD0000120B0EBD12F16D1FFE7049801684FF4B0 +:109FE000006008620498FEF74FFF04992020C1F832 +:109FF0009000FFE70499002081F88400FFE7032028 +:10A000008DF8170006E0FFE7FFE78BE700208DF8EB +:10A010001700FFE79DF8170006B080BD80B541F23C +:10A020006450C2F20000FAF795FE80BD41F264214F +:10A03000C2F200010020086041F24C21C2F200018E +:10A040000860704787B003908DF80B10EFF3108015 +:10A05000049004980190EFF3108072B605909DF87B +:10A060000B000146009168B1FFE70098012812D16A +:10A07000FFE7039A41F24C21C2F200010868104345 +:10A08000086009E0039A41F24C21C2F2000108681D +:10A090009043086000E0FFE701980690069880F37F +:10A0A000108807B07047000087B003908DF80B1040 +:10A0B000EFF31080049004980190EFF3108072B6D3 +:10A0C00005909DF80B000146009168B1FFE70098EC +:10A0D000012812D1FFE7039A41F26421C2F2000184 +:10A0E00008681043086009E0039A41F26421C2F253 +:10A0F000000108689043086000E0FFE701980690BF +:10A10000069880F3108807B07047000081B08DF882 +:10A11000030001B07047000080B584B00390029145 +:10A1200041F2AC30C2F20000007820B1FFE701201C +:10A1300000F04CF8FFE702980190022804D0FFE7F6 +:10A140000198042804D00AE0022000F03FF80BE058 +:10A15000042000F01FFA032000F038F804E04FF06C +:10A16000FF3000F033F8FFE704B080BD7047000017 +:10A170007047000081B0009001B070477047000048 +:10A1800081B0009001B0704780B588B00490039111 +:10A190000292EFF31080059005980190EFF3108084 +:10A1A00072B60690029800900498FEF705F80246F1 +:10A1B000009841F27021C2F2000141F8220001989A +:10A1C0000790079880F3108808B080BD80B598B0DC +:10A1D000119040F24401C2F2000108680E90119AF9 +:10A1E00008681040086041F20430C2F200000068C4 +:10A1F0000D9040F20420C2F2000000680C9040F282 +:10A200004C00C2F2000000680B9040F20820C2F23D +:10A21000000000680A90FFE70D980B99014040F29A +:10A220004400C2F20000026800201142029008D0EF +:10A23000FFE70C980A990840B0FA80F040090290B4 +:10A24000FFE70298C007002800F04E81FFE70020DA +:10A250001090FFE7109941F2F420C2F2000050F88C +:10A2600031000B99084040F24401C2F20001096834 +:10A27000084204D1FFE7109801301090EAE71099E6 +:10A2800041F2F420C2F2000050F831100B9A114054 +:10A2900040F24402C2F20002126811400F9110997C +:10A2A00000EBC10040680F9908420BD1FFE71099FD +:10A2B00041F2F420C2F2000000EBC1014FF0FF3088 +:10A2C0004860FFE741F20430C2F2000000680790E6 +:10A2D000109941F2F420C2F2000000EBC100426884 +:10A2E00041F2F020C2F20000016861EA020101605F +:10A2F000016807988843079007980F99084205D08E +:10A30000FFE707980F9908400F9000E0FFE70798D4 +:10A3100038B9FFE741F2F021C2F2000100200860E5 +:10A32000FFE70F98109A41F2F421C2F2000101EB0D +:10A33000C20149680840FDF73FFF014640F2002096 +:10A34000C2F200000160EFF310811391139906919E +:10A35000EFF3108172B615910168012000FA01F245 +:10A3600041F20431C2F20001086890430860022003 +:10A370001090FFE71098C8B1FFE740F20020C2F24A +:10A3800000000168012000FA01F2109941F2F42066 +:10A39000C2F2000000EBC10151F8080C904341F8F3 +:10A3A000080CFFE7109801381090E3E70698179023 +:10A3B000179880F3108840F20020C2F2000001904C +:10A3C0000068FFF7DDFE019800681F2800F2878013 +:10A3D000FFE740F20020C2F20000016841F2702065 +:10A3E000C2F2000050F82100002878D0FFE70020DA +:10A3F0000590FFE7059801281FD8FFE740F20020ED +:10A40000C2F200000168012000FA01F3059941F24F +:10A41000F420C2F2000000EBC10251689943516080 +:10A42000059900EBC1004068059A08A941F822008F +:10A43000FFE7059801300590DCE740F20020C2F20A +:10A440000000016841F27020C2F2000050F82100C3 +:10A45000804700200490FFE70498012812D8FFE706 +:10A46000049908A850F8212041F2F420C2F200001B +:10A4700000EBC101486810404860FFE704980130D4 +:10A480000490E9E740F20020C2F20000009000686A +:10A49000FFF770FE009841F20431C2F20001096832 +:10A4A0000D9140F20421C2F2000109680C9140F2C2 +:10A4B0004C01C2F2000109680B9140F20821C2F27E +:10A4C000000109680A910168012000FA01F241F2D5 +:10A4D000F021C2F2000108681043086003E0002088 +:10A4E000FFF714FEFFE797E640F20021C2F20001F9 +:10A4F0004FF0FF3008600C9840F20821C2F20001D2 +:10A50000096808423DD1FFE7FFF738FEEFF31080FE +:10A51000129012980390EFF3108072B6149041F2EB +:10A520000430C2F2000000680D9040F20420C2F234 +:10A53000000000680C9040F24C00C2F2000000687D +:10A540000B900D980B99084040F24401C2F20001B3 +:10A55000096808420DD1FFE70C9840F20821C2F2C9 +:10A5600000010968084203D1FFE7FFF7FFFDFFE79D +:10A57000FFE703981690169880F31088FFF7F8FD10 +:10A58000FFE70E9840F24401C2F20001086018B0E3 +:10A5900080BD000085B00190EFF31080029002981A +:10A5A0000090EFF3108072B60390019A40F20421FC +:10A5B000C2F20001086810430860009804900498F3 +:10A5C00080F3108805B0704786B002900191EFF3D8 +:10A5D0001080039003980090EFF3108072B60490FF +:10A5E000029A41F20431C2F2000108681043086087 +:10A5F000029B019A41F2F421C2F2000151F83200AB +:10A60000184341F8320000980590059880F31088AF +:10A6100006B0704780B588B0049040F20020C2F2C6 +:10A620000000016802910068013018B9FFE70020BE +:10A63000019008E040F20020C2F200000168012011 +:10A6400088400190FFE740F20821C2F2000108684B +:10A65000039004980860FFE740F20420C2F2000073 +:10A6600000680499084205D1FFE701980499FFF7B3 +:10A6700053FDF1E7029840F20021C2F200010860A8 +:10A68000EFF31080059005980090EFF3108072B6FC +:10A690000690049A40F20421C2F200010868904337 +:10A6A000086000980790079880F31088039840F29C +:10A6B0000821C2F20001086008B080BD80B540F2F8 +:10A6C000F100C2F2000043F2DC01C0F60101F5F72F +:10A6D000C2FD98B9FFE743F2FB02C0F60102002079 +:10A6E000012105F0C7FD41F2A430C2F200000421AF +:10A6F000C1F200610160F8F7BDFB63E040F2F100D8 +:10A70000C2F2000043F2E001C0F60101F5F7A3FD3B +:10A7100090B9FFE743F20212C0F6010200200121C6 +:10A7200005F0A8FD41F2A430C2F200004FF0B05194 +:10A730000160F8F79FFB44E040F2F100C2F2000034 +:10A7400043F2E401C0F60101F5F785FD98B9FFE792 +:10A7500043F20912C0F601020020012105F08AFD32 +:10A7600041F2A430C2F200000121C1F20061016097 +:10A77000F8F780FB24E040F2F100C2F2000043F25F +:10A780001011C0F60101F5F766FD58B9FFE743F275 +:10A79000E802C0F601020020012105F06BFDF9F787 +:10A7A0000FF80CE043F21412C0F6010240F2F1037C +:10A7B000C2F200030020012105F05CFDFFE7FFE786 +:10A7C000FFE7FFE780BD000081B08DF803008DF842 +:10A7D00002109DF8030040F2FC11C2F2000109785A +:10A7E000884217D1FFE740F2FC11C2F2000108785D +:10A7F00041F25022C2F2000210709DF8030000EBFB +:10A80000400241F21430C2F2000000EBC200407D71 +:10A8100008703CE09DF8030000EB400041F2143169 +:10A82000C2F2000101EBC000007D8DF801009DF82F +:10A83000030000EB400001EBC000407D8DF80000FC +:10A840009DF8030000EB400001EBC000407D9DF847 +:10A85000012002EB420201EBC20148759DF80000A5 +:10A86000062813D0FFE79DF8030000EB400041F2FB +:10A870001431C2F2000101EBC000007D9DF8002000 +:10A8800002EB420201EBC2010875FFE7FFE79DF80A +:10A89000030000EB400141F21430C2F2000000EB73 +:10A8A000C1010120087340F2FC10C2F200000078E0 +:10A8B00006280CD1FFE79DF8020040B9FFE741F2FE +:10A8C0005421C2F200014FF0FF300860FFE701B0F1 +:10A8D00070470000FFE7FEE780B50220FFF79AFE11 +:10A8E00080BD000084B0ADF80E0002910192029884 +:10A8F0000090FFE70198411E019198B1FFE7BDF874 +:10A900000E10C8B2009A531C00931278424043F2D2 +:10A910003860C0F6010030F8120080EA1120ADF86E +:10A920000E00E7E7BDF80E0004B0704780B582B0B6 +:10A9300041F21861C2F2000108680C3001900A6807 +:10A940004FF42070A2F8090001984268082000EB3B +:10A9500082000968C872FEF717F8FFF7BDFF02B062 +:10A9600080BD000041F21C60C2F2000000680B30A4 +:10A970007047000041F21460C2F2000000680B3022 +:10A980007047000041F21860C2F2000000680C300D +:10A990007047000041F21860C2F2000000680B30FE +:10A9A0007047000082B0009000980078012804D120 +:10A9B000FFE701208DF807001AE0009800780228D0 +:10A9C00012D1FFE70098C0884FF6F87188420BDB80 +:10A9D000FFE70098C0884FF6FE71884204D0FFE779 +:10A9E00001208DF8070003E000208DF80700FFE745 +:10A9F0009DF8070002B0704780B586B004900391BF +:10AA000003980078032816D1FFE703988168019125 +:10AA1000C0680290049800F0A5F9024601980B4620 +:10AA2000029959405040084320B9FFE701208DF8B2 +:10AA3000170019E0FFE703980078022810D1FFE71C +:10AA40000398C0880090049800F0A2FB014600988B +:10AA5000884204D1FFE701208DF8170004E0FFE7EA +:10AA600000208DF81700FFE79DF8170006B080BDA5 +:10AA700080B592B010908DF83F10ADF83C20109842 +:10AA800000F070F90391029000200490FFE7109805 +:10AA900004996A461160C12106AA202300F088F8B3 +:10AAA0008DF817009DF8170008B1FFE727E006981A +:10AAB0000799084308B9FFE71DE006980799029A2D +:10AAC000039B59405040084308B1FFE713E09DF84D +:10AAD00020009DF83F10884201D0FFE70BE0BDF851 +:10AAE0002200BDF83C10884201D0FFE703E00120BE +:10AAF0008DF8470007E0049801300490C7E7002074 +:10AB00008DF84700FFE79DF8470012B080BD0000B8 +:10AB100080B586B0DDF824C0DDF820C004908DF843 +:10AB20000F10ADF80C20ADF80A300C2008F020F919 +:10AB30000090009818B9FFE70020059035E00898CC +:10AB400000994860099800998860FCF7E9FEFFF7D2 +:10AB500019FF019001994FF40270086001990420D7 +:10AB600048609DF80F0001998860BDF80C000199BC +:10AB7000C860BDF80A000199086100980199486110 +:10AB8000FFF7D4FE05F0FAFE00990860FCF7C6FE58 +:10AB90000098006830B9FFE7009808F0C1F800207D +:10ABA000059002E000980590FFE7059806B080BD8B +:10ABB00080B58AB0DDF830C00990ADF82210079258 +:10ABC0000693BDF82200ADF804000798029006989D +:10ABD00003900C980490FCF7A3FEFFF7D3FE0590BA +:10ABE00005994FF4047008600599022048600599A2 +:10ABF00001A8886005996846C860FFF797FEFCF7D2 +:10AC00008DFE9DF800000AB080BD000080B588B0C0 +:10AC100006900591049203930498039905F08CFE25 +:10AC20000090009820B9FFE770208DF81F0026E003 +:10AC3000FCF776FEFFF7A6FE029002994FF4017032 +:10AC4000086002990220486005980299886000987F +:10AC50000299C860FFF76AFE05F090FE8DF80700C4 +:10AC6000FCF75CFE9DF8070020B1FFE7009805F0B7 +:10AC70007DFEFFE79DF807008DF81F00FFE79DF8B8 +:10AC80001F0008B080BD000080B584B00390029121 +:10AC90000192FCF745FEFFF775FE0090009940F227 +:10ACA000122008600099022048600298009988608C +:10ACB00001980099C860FFF739FEFCF72FFE04B039 +:10ACC00080BD000080B584B0039002910192FCF732 +:10ACD00027FEFFF757FE0090009940F2152008600C +:10ACE00000990220486002980099886001980099B4 +:10ACF000C860FFF71BFEFCF711FE04B080BD00002A +:10AD000080B58CB0DDF838C00B90ADF82A100992F0 +:10AD10000893BDF82A00ADF80C0009980490089833 +:10AD200005900E980690FCF7FBFDFFF72BFE0790B1 +:10AD300007994FF40070086007990220486007994E +:10AD400003A88860079902A8C860FFF7EFFDFCF729 +:10AD5000E5FD9DF808008DF807009DF807000CB090 +:10AD600080BD000080B586B0059000200190039062 +:10AD70000290FCF7D5FDFFF705FE0146019804910E +:10AD8000049A0E21116004994860FFF7CFFDFFF788 +:10AD900001FE049004984068022801D1FFE70BE00F +:10ADA00043F26950C0F6010043F2BD51C0F6010103 +:10ADB0004FF4E77205F0C6F8049800F1080102A804 +:10ADC000082205F0FDFDFCF7A9FD0298039906B0E5 +:10ADD00080BD000080B588B0059104900392029375 +:10ADE00041F2D060C2F20000006818B1FFE7002015 +:10ADF000079036E0FCF794FDFFF7C4FD0190019940 +:10AE00000A2008600199042048600198083004A9CC +:10AE1000082205F0D5FD039801990861029801996F +:10AE20004861FFF783FD05F0A9FD41F2D061C2F250 +:10AE300000010860FCF772FD029858B1FFE7029824 +:10AE4000406841F2D061C2F2000148600298006897 +:10AE50008860FFE741F2D060C2F20000006807900E +:10AE6000FFE7079808B080BD80B58AB0DDF830C034 +:10AE7000089007918DF81B20059300200190FFE7B3 +:10AE800001981F2814D8FFE7019800EB400141F218 +:10AE9000E460C2F2000000EB8100029002980068BA +:10AEA00008B9FFE704E0FFE7019801300190E7E708 +:10AEB0000198202803D1FFE7002009902BE0FCF740 +:10AEC0002FFDFFF75FFD049004991020086004999E +:10AED000032048600798049988609DF81B00049936 +:10AEE000C860029804990861FFF720FD05F046FD4F +:10AEF0000390FCF713FD039850B1FFE70398029904 +:10AF000008600598029948600C9802998860FFE7EC +:10AF100003980990FFE709980AB080BD80B586B014 +:10AF200005900491049808B9FFE737E000200190EC +:10AF3000FFE701981F2816D8FFE7019800EB4001B2 +:10AF400041F2E460C2F2000000EB8100029002983E +:10AF500000680499884201D1FFE704E0FFE7019807 +:10AF600001300190E5E70198202801D1FFE715E0C5 +:10AF7000FCF7D6FCFFF706FD03900399112008604B +:10AF8000039901204860049803998860FFF7CEFC7C +:10AF9000FCF7C4FC029900200860FFE706B080BD02 +:10AFA00080B584B0039002910192FCF7B9FCFFF7E1 +:10AFB000E9FC0090009940F20930086000990220F5 +:10AFC000486002980099886001980099C860FFF76E +:10AFD000ADFCFCF7A3FC04B080BD000080B586B0DA +:10AFE0000590ADF81210039202930598BDF8121067 +:10AFF000039A029BEE464FF0000CCEF800C000F022 +:10B0000003F806B080BD000080B58CB0DDF838C014 +:10B010000B90ADF82A1009920893BDF82A00ADF8FC +:10B020000C0009980490089805900E980690FCF77B +:10B0300077FCFFF7A7FC079007994FF44070086072 +:10B04000079902204860079903A88860079902A819 +:10B05000C860FFF76BFCFCF761FC9DF808008DF8F9 +:10B0600007009DF807000CB080BD000080B586B0D9 +:10B070000590ADF81210039202930598BDF81210D6 +:10B08000039A029BEE464FF0000CCEF800C000F091 +:10B0900003F806B080BD000080B58CB0DDF838C084 +:10B0A0000B90ADF82A1009920893BDF82A00ADF86C +:10B0B0000C0009980490089805900E980690FCF7EB +:10B0C0002FFCFFF75FFC0790079940F20130086002 +:10B0D000079902204860079903A88860079902A889 +:10B0E000C860FFF723FCFCF719FC9DF808008DF8F9 +:10B0F00007009DF807000CB080BD000080B582B04D +:10B100000190FCF70DFCFFF73DFC0090009930200A +:10B110000860009900204860FFF708FCFCF7FEFB80 +:10B1200002B080BD80B586B0059004910392FCF713 +:10B13000F7FBFFF727FC02900299132008600299A1 +:10B140000220486004980299886041F2D060C2F2FF +:10B150000000017B0120C907019031B9FFE7039886 +:10B16000002818BF01200190FFE7019800F00100BE +:10B170000299C860FFF7DAFBFCF7D0FB039841F2B5 +:10B18000D061C2F2000148600498886006B080BDBA +:10B1900080B582B001900020ADF8020001989621A0 +:10B1A0000DF102020223FFF719FFBDF8020002B001 +:10B1B00080BD000080B588B006900591049203938D +:10B1C0000498039905F0B8FB0190019820B9FFE7B6 +:10B1D00070208DF81F002DE00598D0F8CC0141F6C5 +:10B1E000F001C2F200010860FCF79AFBFFF7CAFB0E +:10B1F000029002991C20086002990220486005987C +:10B200000299886001980299C860FFF78FFB05F0EA +:10B21000B5FB8DF80300FCF781FB9DF8030020B11E +:10B22000FFE7019805F0A2FBFFE79DF803008DF80A +:10B230001F00FFE79DF81F0008B080BD80B582B0F9 +:10B240000190FCF76DFBFFF79DFB009000991B2020 +:10B250000860009901204860019800998860FFF714 +:10B2600065FBFCF75BFB02B080BD000080B586B0DB +:10B2700004900391022007F07BFD0290029820B910 +:10B28000FFE770208DF817002BE00299002008805E +:10B2900002990120087004980399029B4BF2ED2259 +:10B2A000C0F60002FFF786FF8DF807009DF8070043 +:10B2B00040B1FFE7029807F033FD9DF807008DF8D5 +:10B2C00017000EE00820FFF7A5F9029840788DF8E6 +:10B2D0000700029807F024FD9DF807008DF817007D +:10B2E000FFE79DF8170006B080BD000080B584B070 +:10B2F0008DF80F000291029801909DF80F000199BE +:10B3000048700199002008700820FFF743F904B045 +:10B3100080BD000084B00290019102984FF6FE714A +:10B32000CBF6FF7188420CD3FFE70198B0F1804F54 +:10B3300007D8FFE702990198401A009000980390FF +:10B340001EE001984FF6FE71CBF6FF71884208D3DC +:10B35000FFE70298B0F1804F03D8FFE70020039089 +:10B360000EE002980199884203D3FFE70020039082 +:10B3700006E001980299401A009000980390FFE7B8 +:10B38000039804B07047000080B586B00590049122 +:10B39000039243F2DE42C0F601020C21002318465C +:10B3A00005F0B2FA0290029870B3FFE70498029990 +:10B3B0000860039802994860FCF7B2FAFFF7E2FAD6 +:10B3C00001900199142008600199012048600298B9 +:10B3D00001998860FFF7AAFA05F0D0FA029988600F +:10B3E000FCF79CFA0298806868B9FFE7029943F27B +:10B3F000DE42C0F6010200230093184605F090FAE1 +:10B4000000980290FFE7FFE7029806B080BD0000B9 +:10B4100080B582B00190FCF783FAFFF7B3FA009091 +:10B420000099152008600099012048600198806803 +:10B4300000998860FFF77AFAFCF770FA019943F2F5 +:10B44000DE42C0F601020023184605F069FA02B098 +:10B4500080BD000080B584B003900291FCF760FAD3 +:10B46000FFF790FA019001991720086001990220D6 +:10B470004860039880680199886002980199C860C3 +:10B48000FFF754FAFCF74AFA04B080BD80B584B0E7 +:10B49000039002910192FCF743FAFFF773FA0090D0 +:10B4A00000994FF48060086000990220486002987B +:10B4B0000099886001980099C860FFF737FAFCF797 +:10B4C0002DFA04B080BD000080B590F801C00023C3 +:10B4D000BCF1000FE64618BF4FF0010E052A38BF39 +:10B4E0000123032A4FF0FF3225D313EA0E0322D1A2 +:10B4F0000278837802F0030290F803E0BCF1000FB9 +:10B5000018BF0432012B08BF0832BEF1010F08BF7B +:10B5100010320A7042782AB102794A7042798A70F0 +:10B52000032200E00122837901EB020C8B54C079E5 +:10B5300002328CF80100104680BD000080B58646BE +:10B540005EF8243F734518BF002B08D12830C1F89E +:10B5500000E002684A6001604868016080BD8A6856 +:10B56000B2F800C09A681288944507D31A68B2EB03 +:10B570000E0318BF1346002BF4D1E7E70B60181D2C +:10B58000E7E700002DE9F04F87B0824600294FF031 +:10B59000000000F0A2809046002A00F09E80DAF8B9 +:10B5A000080001F122094FF0000B009006E000BFF7 +:10B5B000B8F1010809F1280900F08B8039F81E0C58 +:10B5C00010F0F00F04D059F8160C002800F0888015 +:10B5D000A9F122073988504600F008FC00B306465E +:10B5E0008068818889070AD501885046002205F0C5 +:10B5F00059FCB06801220188504605F053FCD6E999 +:10B60000000143F2DE4241607168C0F60102086049 +:10B61000DAF80800314600233660766005F080F9DC +:10B6200001A939F81E0CCDF818B0CDE904BB019181 +:10B6300002910397810744BF59F8021C069100F05C +:10B64000300159F81A0C302902D10590002715E075 +:10B6500068B119F8201C05904139C9B2032904D8F2 +:10B6600023A252F8211008440590059F06E019F81E +:10B67000200C01F0D7F907460590A8B3009843F2D3 +:10B68000DE4207F11801C0F60102002305F03CF983 +:10B69000D8B101AD06462FCD069C86E82F00746117 +:10B6A0002FB106F118003946F060F4F7ADFD5046B1 +:10B6B0003146FFF743FFF16800293FF479AFB068E6 +:10B6C0003269807800F024F872E7892007B0BDE87D +:10B6D000F08F504606F01AFB002007B0BDE8F08F4F +:10B6E000012007B0BDE8F08F8D2007B0BDE8F08FD6 +:10B6F0000100000001000000020000000200000044 +:10B700008968CB68002B04BF012070471146184799 +:10B7100010B50446FF284FF0FF3000F213814FF0C0 +:10B72000010CDFE814F04C010F010F010F010F01B4 +:10B730000F010F010F0147013F0137012F012701C1 +:10B740001F0117011001F8010F010F010F010F0177 +:10B750000F010F010F01D301CC01C501BE01B701DB +:10B76000B001A901A10147013F0137012F012701C4 +:10B770001F01170110019D0196018F0188018101B0 +:10B780007A0173016C0147013F010F010F010F01A5 +:10B790000F010F010F01D801630159010F010F01C2 +:10B7A0000F010F010F010F01540154014E014E0111 +:10B7B0000F010F010F0100010F010F010F01000127 +:10B7C0000F010F010F01000100010F010F010F0117 +:10B7D0000F010F010F010F010F010F010F010F01E9 +:10B7E0000F010F010F010F010F010F010F010F01D9 +:10B7F0000F010F010F010F010F010F010F010F01C9 +:10B800000F010F010F010F010F010F010F010F01B8 +:10B810000F010F010F010F010F010F010F010F01A8 +:10B820000F010F010F010F010F010F010F010F0198 +:10B830000F010F010F010F010F010F010F010F0188 +:10B840000F010F010F010F010F010F010F010F0178 +:10B850000F010F010F010F010F010F010F010F0168 +:10B860000F010F010F010F010F010F010F010F0158 +:10B870000F010F010F010F010F010F010F010F0148 +:10B880000F010F010F010F010F010F010F010F0138 +:10B890000F010F010F010F010F010F010F010F0128 +:10B8A0000F010F010F010F010F010F010F010F0118 +:10B8B0000F010F010F010F010F010F010F010F0108 +:10B8C0000F010F010F010F010F010F010F010F01F8 +:10B8D0000F010F010F010F010F010F010F010F01E8 +:10B8E0000F010F010F010601060106010F010F01F3 +:10B8F0000F010F010F010001000106010F010F01EF +:10B900000F010F010F01E201EE010F010F010F0105 +:10B910000F010F010F010F010F010F010F010F01A7 +:10B920000F010F014C01022A0CD308464FF6FF719C +:10B93000D7E0042A38BF10BD08464FF0FF3104F0AD +:10B940009FFE042010BD002AFCD0FF2001F8010B4F +:10B950004FF0020C944500F2BB80FF2001F8010B70 +:10B960000CF1010C944500F2B380FF2001F8010BAB +:10B970000CF1010C944500F2AB80FF2001F8010BA3 +:10B980000CF1010C944500F2A380FF2001F8010B9B +:10B990000CF1010C944500F29B80FF2001F8010B93 +:10B9A0000CF1010C944500F29380FF2001F8010B8B +:10B9B0000CF1010C944500F28B80FF20B0E00020D8 +:10B9C00010BD042ABED308464FF6FF71B7E7022A1E +:10B9D000B8D30846FF2184E0082AB3D34FF6FF739B +:10B9E000C0F21F0308466FF0010286E0042AA9D3C3 +:10B9F0004FF6FE72C0F2FF02084611469FE7002A8A +:10BA0000A0D0002001F8010B4FF0020C94455FD844 +:10BA1000002001F8010B0CF1010C944558D80020CE +:10BA200001F8010B0CF1010C944551D8002001F8EC +:10BA3000010B0CF1010C94454AD8002001F8010BD0 +:10BA40000CF1010C944543D8002001F8010B0CF1D6 +:10BA5000010C94453CD8002001F8010B0CF1010CBD +:10BA6000944535D880205BE0002A3FF46BAF00207E +:10BA700001F8010B4FF0020C944529D8002001F881 +:10BA8000010B0CF1010C944522D8002001F8010BA8 +:10BA90000CF1010C94451BD8002001F8010B0CF1AE +:10BAA000010C944514D8002001F8010B0CF1010C95 +:10BAB00094450DD8002001F8010B0CF1010C9445C0 +:10BAC00006D8002001F8010B0CF1010C944526D991 +:10BAD0004FF0FF3010BD022AFFF434AF084647F69E +:10BAE000FF7104F0C5FD022010BD082AFFF42AAF43 +:10BAF00008464FF0FF324FF0FF3304F0EDFD082011 +:10BB000010BD102AFFF41EAF0020C8608860486096 +:10BB10000860102010BD00200870012010BD00201A +:10BB20000870604610BD0000F0B581B0002A00F03A +:10BB3000F880886880780838E92800F231814FF071 +:10BB4000010C0024DFE810F04101EF00FB00EA00E7 +:10BB5000F500FE00F800F20041012C012C012C013F +:10BB60002C012C012C012C014101EF00FB00EA000B +:10BB7000F500FE00F800F2004101EF00FB00EA00D2 +:10BB8000F500FE00F800F2004101EF00FB00EA00C2 +:10BB9000F500FE00F800F2004101EF002C012C013D +:10BBA0002C012C012C012C01EF00EA00F2002C01E9 +:10BBB0002C012C012C012C012C0118011801010170 +:10BBC00001012C012C012C012C012C012C012C0138 +:10BBD0002C012C012C012C012C012C012C012C01FD +:10BBE0002C012C012C012C012C012C012C012C01ED +:10BBF0002C012C012C012C012C012C012C012C01DD +:10BC00002C012C012C012C012C012C012C012C01CC +:10BC10002C012C012C012C012C012C012C012C01BC +:10BC20002C012C012C012C012C012C012C012C01AC +:10BC30002C012C012C012C012C012C012C012C019C +:10BC40002C012C012C012C012C012C012C012C018C +:10BC50002C012C012C012C012C012C012C012C017C +:10BC60002C012C012C012C012C012C012C012C016C +:10BC70002C012C012C012C012C012C012C012C015C +:10BC80002C012C012C012C012C012C012C012C014C +:10BC90002C012C012C012C012C012C012C012C013C +:10BCA0002C012C012C012C012C012C012C012C012C +:10BCB0002C012C012C012C012C012C012C012C011C +:10BCC0002C012C012C012C012C012C012C012C010C +:10BCD0002C012C012C012C012C012C012C012C01FC +:10BCE0002C012C012C012C012C012C012C012C01EC +:10BCF0002C012C012C012C01EA00EA00EA002C01A5 +:10BD00002C012C012C012C01EF00EF00EA002C018A +:10BD10002C012C012C012C01F20029014FF0040C04 +:10BD200053E0012456E04FF0020C4EE04FF0080CB7 +:10BD30004BE04FF0050C48E04FF0070C45E04FF0AA +:10BD4000030C42E04FF0060C3FE00869022820D3C4 +:10BD500010461D460C464FF6FF77164604F080FC51 +:10BD6000B84227D000F1020C206921460024844506 +:10BD700088BF6FF0760426E0086950B11678FF2E70 +:10BD800012D06FF0760406F1010CB04288BF002497 +:10BD90001BE04FF0000C892417E04FF0100C14E06A +:10BDA0004FF0000C862410E0C868FF2606704FF0A4 +:10BDB000000C0AE0E0684FF6FF7104F059FC2146E0 +:10BDC00000244FF0000C32462B46200608BF5FEAE5 +:10BDD000C37002D0E0B201B0F0BDBCF1000FF9D0E9 +:10BDE000C86811466246F4F7F6F9F3E750F8243FC5 +:10BDF0000022834218BF002B02D11046704700BFBB +:10BE00009A6812888A4204BF184670471A68131A43 +:10BE100018BF1346002BF3D10022104670470000D4 +:10BE2000F0B581B0074657F8245FBD4218BF002D1A +:10BE300001D101B0F0BD43F2DE460446C0F6010672 +:10BE400012E000BFD5E90001324641606968002375 +:10BE50000860A06829462D606D6004F061FD656A88 +:10BE6000BD4218BF002DE4D0A86881888907E9D5B4 +:10BE700001882046002205F015F8A86801220188F3 +:10BE8000204605F00FF8DDE72DE9F04FA5B081461B +:10BE9000108D90460C46002702280797069708D871 +:10BEA000484641462246802325B0BDE8F04F02F0C7 +:10BEB000AFBBD8F8240004F0D3FBD8F82410064612 +:10BEC0008878A17804906078A2798DF81900B1FA89 +:10BED00081F040098DF81A000120A1888DF81B001F +:10BEE0000D200DF12705ADF81C108DF81E208DF8E2 +:10BEF0001F0006A8294639228DF81870FFF7E4FACA +:10BF0000B0F1FF3F3BDD29180591CDF8049059F8B9 +:10BF100024AF0027CA4502902F5439D0BAF1000F40 +:10BF20004FF0010B36D00298C0F13900039014E0B5 +:10BF3000059800EB0B05284604F09AFBDAF8080098 +:10BF400001378078A346A870DAF80000B0EB090A40 +:10BF500018BF8246BAF1000F1CD0DAF80800018839 +:10BF6000B142F1D3B0F904000028EDD4049887421F +:10BF700013D203980BF103048442D9D90DE048464B +:10BF800041462246802302F043FB25B0BDE8F08FF6 +:10BF90004FF0010B0598012101701FB94046FEF7D3 +:10BFA00001FD10BB0298019D18AC0BEB0006284662 +:10BFB0002146424600F0EEFFD8E90410D8E90632E7 +:10BFC0001891CDE9190398F82A001B9202F046FB5C +:10BFD000ADF884000DF127001E90A86821460022CC +:10BFE0000023ADF87C60FEF711FE25B0BDE8F08FB0 +:10BFF000B0B5103A212A00F23381DFE812F0A20036 +:10C0000031013101310131013101310131012200B0 +:10C01000300055006100490076003C006B002200B2 +:10C02000300055006100490076003C006B00830041 +:10C03000B000CC000901F4001E01E4009B002200C6 +:10C04000300080F0FF020A4300F028810022D0F186 +:10C05000FF0372EB010380F003811046B0BD4FF681 +:10C06000FF7242400A4300F0198151EA10421CBF9E +:10C070000020B0BDF4E06FF07F424A4062EA000267 +:10C08000002A00F00B810022B2EB116FE5D1E7E04E +:10C0900081F0FF0262EA0002002A00F0FF80FF291F +:10C0A00084BF0020B0BDDBE06FF07F4242400A4316 +:10C0B00000F0F48051EA10621CBF0020B0BDCFE058 +:10C0C00061EA0002002A00F0E98000291CBF00207C +:10C0D000B0BDC5E06FF0FF02FF32424062EA0102EC +:10C0E000002A04BF0120B0BDBAE04FF6FF724A40FB +:10C0F00062EA0002002A00F0D1800022B2EB114F68 +:10C10000ABD1ADE06FF0FF0E0EF18003434063EA68 +:10C110000103002B00F0C280B0F180034FF0FF3C20 +:10C1200061F10002B3EB0E0372EB0C023CBF002086 +:10C13000B0BD95E081F00042024304BF0120B0BDD4 +:10C140008EE080F0FF020A4304BF0120B0BD002250 +:10C15000D0F1010372EB0103FFF67FAF80E0002214 +:10C16000CFF6807202F5FF03434063EA0103002B20 +:10C1700000F09480B0F500444FF0FF3C61F1000EF8 +:10C1800012F5FE024CF10003A21A7EEB03023CBF43 +:10C190000020B0BD64E080F0004282F0FF4262EA1D +:10C1A0000102002A7AD0B0F500024FF0004461F19C +:10C1B000000364F00044B2F17F4273EB04023CBF21 +:10C1C0000020B0BD4CE04FF0004202F1FF434B4075 +:10C1D000034363D0A1F5000302F1FE4293423CBF4A +:10C1E0000020B0BD3CE04FF680734FF00042C7F630 +:10C1F000FF7313434B40034350D0A2F10042A1F11F +:10C200008003A2F5807293423CBF0020B0BD27E0BE +:10C210004FF0004262F000434B4080F00044234363 +:10C220003CD010F100436FF0004461F10003224460 +:10C2300093423CBF0020B0BD12E04FF0004242F0FC +:10C24000FF4343F4FF034B40034327D002F1FE4278 +:10C25000A1F5004302F57F0293423CBF0020B0BD30 +:10C260000DF1100EDDF81CC09EE80C404CEA0305F1 +:10C270004EEA02042C4311D0821A71EB03024FF0F4 +:10C2800000034FF00002A8BF0123BEEB00007CEBCF +:10C290000100A8BF01221A401046B0BD0120B0BD68 +:10C2A000002804BF872070472DE9F04389B01C4661 +:10C2B0001546002708260DF1160206AB8DF81670FC +:10C2C000CDE9067781468846CDE9006700F0FAF9A6 +:10C2D0008DF8170020B1002198B109B0BDE8F083B6 +:10C2E0009DF8166006A90DF11702304601F0C2FE56 +:10C2F00002469DF81700002814BF3946174600284B +:10C30000EBD187EA0500614008434FF00000E4D01C +:10C31000CDE900000290F2B20023284621460393A3 +:10C32000FFF766FE90B106AE30462A46234604F07B +:10C33000D3F9022708254846002142463346CDE975 +:10C34000005700F07BFB09B0BDE8F083872009B0FF +:10C35000BDE8F08300F0F0012039A0F13802B1FA15 +:10C3600081F10023032A4FF00002A0F1E0004FEA20 +:10C37000511138BF0122032838BF012342EA0300CC +:10C3800008437047A0F138010020032938BF01207D +:10C3900070470000A0F10801E82900F2F1800FF2D7 +:10C3A0000C0000EB81020120DFE811F0E900E90058 +:10C3B000E900E900E900E900E900E900E900EA0034 +:10C3C000EA00EA00EA00EA00EA00EA00E900E9001F +:10C3D000E900E900E900E900E900E900E900E90015 +:10C3E000E900E900E900E900E900E900E900E90005 +:10C3F000E900E900E900E900E900E900E900E900F5 +:10C40000EA00EA00EA00EA00EA00EA00EA00EA00DC +:10C41000EA00EA00EA00EA00EA00EA00EA00EA00CC +:10C42000EA00EA00EA00EA00EA00EA00EA00EA00BC +:10C43000EA00EA00EA00EA00EA00EA00EA00EA00AC +:10C44000EA00EA00EA00EA00EA00EA00EA00EA009C +:10C45000EA00EA00EA00EA00EA00EA00EA00EA008C +:10C46000EA00EA00EA00EA00EA00EA00EA00EA007C +:10C47000EA00EA00EA00EA00EA00EA00EA00EA006C +:10C48000EA00EA00EA00EA00EA00EA00EA00EA005C +:10C49000EA00EA00EA00EA00EA00EA00EA00EA004C +:10C4A000EA00EA00EA00EA00EA00EA00EA00EA003C +:10C4B000EA00EA00EA00EA00EA00EA00EA00EA002C +:10C4C000EA00EA00EA00EA00EA00EA00EA00EA001C +:10C4D000EA00EA00EA00EA00EA00EA00EA00EA000C +:10C4E000EA00EA00EA00EA00EA00EA00EA00EA00FC +:10C4F000EA00EA00EA00EA00EA00EA00EA00EA00EC +:10C50000EA00EA00EA00EA00EA00EA00EA00EA00DB +:10C51000EA00EA00EA00EA00EA00EA00EA00EA00CB +:10C52000EA00EA00EA00EA00EA00EA00EA00EA00BB +:10C53000EA00EA00EA00EA00EA00EA00EA00EA00AB +:10C54000EA00EA00EA00EA00EA00EA00EA00EA009B +:10C55000EA00EA00EA00EA00EA00EA00EA00EA008B +:10C56000E900EA00EA00EA00EA00EA00E900E9007E +:10C57000E900EA00EA00EA00EA00EA00E9007047A0 +:10C58000002070470E2B84BF4FF0FF3070472DE91D +:10C59000F04F81B091460D469A46044600F042FAAB +:10C5A00030B1484588BF4FF0FF3001B0BDE8F08F93 +:10C5B000002D36D0A4F1410010284FF0FF344DD8A3 +:10C5C000DFE800F033333C3C4C4C4C094C4C4C49BC +:10C5D0004C4C4C090900B9F1030F3FD3284610F821 +:10C5E000018B4FF6FE7B04F03BF807460AF1010091 +:10C5F00003245FFA80FA00BF013FB9B259452DD23A +:10C600002919A9EB0402064640465346FFF7BAFF34 +:10C6100001463046B1F1FF3FCCBF0C440846EBDC8D +:10C62000C3E7484601B0BDE8F08FB9F1000F15D05F +:10C630002878441CFF2808BF01240FE0B9F1020F3D +:10C640000CD3284604F00CF8841C4FF6FF71884286 +:10C6500008BF022402E0B9F1020F0BD220464C457C +:10C6600088BF4FF0FF30002C48BF4FF0FF3001B0C3 +:10C67000BDE8F08F28464FF6FE7803F0F1FF06463E +:10C680000AF1010002245FFA80FB4FF0060A0DE078 +:10C69000285DE919A9EB07025B46FFF773FF20EA63 +:10C6A000E071CC190AEAE0700028D7D1013EB0B29F +:10C6B0004045D3D2671CB945EAD206200028F5D000 +:10C6C000CCE7000070B588B0054655F8244F8C467D +:10C6D000AC424FF0000118BF002C12D1002900F02D +:10C6E00024810D9E9EB18E68B688B6070FD48C2427 +:10C6F00066E100BF21684C1B18BF0C46002C00F0FF +:10C700001C81A16809886145F4D12146E6E712B190 +:10C710008E68B6781670002B00F009810C9D002DF4 +:10C7200000F005818A689688F60600F10881907805 +:10C730000838E92800F2728101220024DFE810F0B5 +:10C740003A0114013001EA002A0133012D011F01D1 +:10C750003A016E016E016E016E016E016E016E0195 +:10C760003A0114013001EA002A0133012D011F01B1 +:10C770003A0114013001EA002A0133012D011F01A1 +:10C780003A0114013001EA002A0133012D011F0191 +:10C790003A0114016E016E016E016E016E016E01AF +:10C7A0001401EA001F016E016E016E016E016E013F +:10C7B0006E0156015601430143016E016E016E0187 +:10C7C0006E016E016E016E016E016E016E016E01F1 +:10C7D0006E016E016E016E016E016E016E016E01E1 +:10C7E0006E016E016E016E016E016E016E016E01D1 +:10C7F0006E016E016E016E016E016E016E016E01C1 +:10C800006E016E016E016E016E016E016E016E01B0 +:10C810006E016E016E016E016E016E016E016E01A0 +:10C820006E016E016E016E016E016E016E016E0190 +:10C830006E016E016E016E016E016E016E016E0180 +:10C840006E016E016E016E016E016E016E016E0170 +:10C850006E016E016E016E016E016E016E016E0160 +:10C860006E016E016E016E016E016E016E016E0150 +:10C870006E016E016E016E016E016E016E016E0140 +:10C880006E016E016E016E016E016E016E016E0130 +:10C890006E016E016E016E016E016E016E016E0120 +:10C8A0006E016E016E016E016E016E016E016E0110 +:10C8B0006E016E016E016E016E016E016E016E0100 +:10C8C0006E016E016E016E016E016E016E016E01F0 +:10C8D0006E016E016E016E016E016E016E016E01E0 +:10C8E0006E016E016E016E016E016E016E016E01D0 +:10C8F000EA00EA00EA006E016E016E016E016E014F +:10C9000014011401EA006E016E016E016E016E01E8 +:10C910001F016301032D4FF0000088BF0120042D8B +:10C9200038BF6FF07604820044E0862448E000249B +:10C93000002A08BF6FF0760442E00021CEE6002214 +:10C94000CDE90622CDE90422CDE902228E680293C8 +:10C95000CDE900628DF80420426D039507926A4686 +:10C96000FEF7CEFE04462BE0012D4FF0000088BFFD +:10C970000120022D38BF6FF0760442001AE0072D27 +:10C980004FF0000088BF0120082D38BF6FF07604FB +:10C99000C2000FE00522052D07E00722072D04E065 +:10C9A0000322032D01E00622062D38BF6FF0760426 +:10C9B00038BF0022200603D1C9681846F3F70BFCE4 +:10C9C000E0B208B070BDC8681C460E4603F048FED1 +:10C9D0004FF6FF72821A18BF024623460232002425 +:10C9E0003146AA4288BF6FF07604E3E7C8686FF06B +:10C9F00076040078B0F1FF0618BF0646721CB542F7 +:10CA000088BF0024D6E70F2D4FF0000088BF01201B +:10CA1000102D38BF6FF076040201CBE70022862488 +:10CA2000C8E700002030C0B271288FBF002042F656 +:10CA3000DC51C0F6010151F8200070472DE9F04F9C +:10CA400091B01D46034653F8244F4FF000099C4215 +:10CA500018BF002C35D1B9F1000F38D0D9F8082013 +:10CA60001B9E938806F0020703F00103DB1932D006 +:10CA70001A9F824690788B4629463A460023FFF754 +:10CA800081FD00282ED4D9F808008078FFF782FCB9 +:10CA900000284FD0D9F808000DF1430280782946CC +:10CAA00001F0E8FA9DF8432002B310460021002966 +:10CAB00040D111B0BDE8F08F2768FC1A18BF3C4682 +:10CAC0006CB1A7683F889742F6D1A146C3E786209C +:10CAD00011B0BDE8F08F882011B0BDE8F08F4FF0A5 +:10CAE0000009B8E7872011B0BDE8F08FD9F80840F9 +:10CAF0008046A07894ED040B079052EC100B069141 +:10CB00001146F3F719FE94ED060B05900C4651EC17 +:10CB1000100BF3F711FE0B4605990290CDE90014B6 +:10CB2000DDE9061240460393FFF762FA01468720CB +:10CB30000029BED0D9F808008088800624D4494650 +:10CB40002A463346FEF7F0FF8DF84300E8BBD9F8DC +:10CB500008008088400638D50020CDE90E00CDE9D8 +:10CB60000C00CDE90A00D9F8081008AACDE9081090 +:10CB7000DAF8541002208DF824005046CDE90EB1A9 +:10CB80004946FEF7BDFD20E00020CDE90E00CDE9CD +:10CB90000C00CDE90A00D9F80810CDF838B0CDE97D +:10CBA0000A57ADF83060CDE90810D9F80C10DAF862 +:10CBB000542001208DF8240050460D910F9208AAB0 +:10CBC0004946FEF79DFD8DF843009DF8430000287F +:10CBD0007FF46FAFDAF85010504629B108464FF491 +:10CBE0007A71FEF737FC5046D9F808100022098800 +:10CBF00004F06AF8002011B0BDE8F08F2DE9F0478D +:10CC000082B06C296AD3174643F2DE421E46C0F654 +:10CC10000102002380460D464FF0000903F074FE28 +:10CC200000285BD0DDF828A029460446F3F7ECFA8B +:10CC300040F204100121C0F20F00C0F23901C4E932 +:10CC4000050104F12400C4E9090004F1300042F2B6 +:10CC5000C123C4E90C00C0F6010340464FF4004173 +:10CC60008122C4E90044C4F80880A781A673A4F80F +:10CC7000109084F81CA00094FEF7F6F8E06250B320 +:10CC800041F27951C0F6010140462246FEF77CFB95 +:10CC9000A06300B341F25531C0F60101404622467F +:10CCA000FEF772FB2065B0B12046AC2100F0ACF974 +:10CCB00043F63801C0F6010120460122FEF762FC6E +:10CCC00088B143F2DE42C0F601024046214600230D +:10CCD00003F026FE02E0204600F01CF90024204666 +:10CCE00002B0BDE8F08720464FF6FD710122002317 +:10CCF000FFF7D6FAF3E7000010B5817B0446FF2961 +:10CD000007D0A28A237F204600F00EF8002818BF23 +:10CD100010BDA06D08B1002010BD40F64D70C0F6EA +:10CD20000100A065002010BD80B586B005908DF88B +:10CD30001310ADF810208DF80F30FAF7F1FDFDF764 +:10CD400021FE0290029940F20440086002990420FA +:10CD500048600598029988609DF813000299C860A0 +:10CD6000BDF81000029908619DF80F000299486112 +:10CD7000FDF7DCFD03F002FE8DF80700FAF7CEFDAB +:10CD80009DF8070006B080BD837CAB2B0CD0AF2B89 +:10CD90002DD0AC2B2DD191F82A00A0F1AB010020B1 +:10CDA000022938BF0120704791F82A30AB2B1ED0E2 +:10CDB000AC2B1ED170B5838940F20276B3421ED0EF +:10CDC000192B24D1067F012E15D108461446FDF7F4 +:10CDD000E9FD00283ED0217801293BD1A1782046E9 +:10CDE000012937D1C079B0FA80F0400970BD012027 +:10CDF00070470020704740F20276B34207D1037FAC +:10CE00002BB913781BB9D3790BB9937823B30446A4 +:10CE10000020A38940F20276B34232D1237F012B56 +:10CE20002FD113786BBBD379012B2AD19278012AA9 +:10CE300027D10A8D022A38BF70BD496A04460846C8 +:10CE400003F00EFCA0F20631B1FA81F1490944EA7F +:10CE5000010070BD002070BD0446088D0228D7D3A4 +:10CE6000486A15460E4603F0FBFBA0F20633314636 +:10CE7000B3FA83F340F206362A46B0424FEA531023 +:10CE8000C7D170BD80B584B00390FAF749FDFDF7B6 +:10CE900079FD0290029940F2024008600299012057 +:10CEA0004860039802998860FDF740FD03F066FD35 +:10CEB000002818BF01208DF80700FAF72FFD9DF814 +:10CEC000070000F0010004B080BD000080B584B010 +:10CED0000390FAF725FDFDF755FD0290029940F207 +:10CEE0000340086002990120486003980299886015 +:10CEF000FDF71CFD03F042FD002818BF01208DF84E +:10CF00000700FAF70BFD9DF8070000F0010004B0E0 +:10CF100080BD0000B0B58568002D08BFB0BD0446D7 +:10CF2000006D18B1FEF774FA00202065A06B18B1EF +:10CF3000FEF76EFA0020A063E16A21B12846FDF7F2 +:10CF4000EDFF0020E062204601F01AFBA06858B116 +:10CF5000204600F075F8204600F03CF8A07BFF2842 +:10CF600002D02046FFF7B2FF2046FEF759FFA16E20 +:10CF700009B12046884743F2DE42C0F60102284646 +:10CF800021460023BDE8B04003F0CABC8089704749 +:10CF9000807B704770B50C46064608463021154622 +:10CFA000F3F732F9B08AB1892082B07B6182A08226 +:10CFB000D6F81610002D616208BF70BDFF2801D1A0 +:10CFC0006888A082288C4FF6FF71884218BF2082A3 +:10CFD00070BD000080B582B00190FAF7A1FCFDF7AA +:10CFE000D1FC0090009940F20B40086000990120AC +:10CFF0004860019800998860FDF798FCFAF78EFC6C +:10D0000002B080BD41657047AB290BD0AC2905D07B +:10D01000AF290ED1C28A22F0030207E0C28A42F091 +:10D02000030203E0C28A012363F30102C2820122E8 +:10D0300000E00022002A18BF8174104670470000EB +:10D0400080B582B00190FAF76BFCFDF79BFC009075 +:10D05000009940F20640086000990120486001985C +:10D0600000998860FDF762FCFAF758FC02B080BDB9 +:10D0700080B586B0059004910392FAF751FCFDF754 +:10D0800081FC0290029940F21D4008600299022042 +:10D09000486004980299886003980299C860FDF777 +:10D0A00045FC03F06BFC002818BF01208DF8070039 +:10D0B000FAF734FC9DF8070000F0010006B080BDCF +:10D0C00070B52DED028B56EC105B0446B0EE408A35 +:10D0D000284631462A463346F0EE608AF3F7D2F806 +:10D0E0002A463346F3F7A7FA002848D1012C13DB70 +:10D0F000302C2BDB9FED340B56EC105B51EC180BF6 +:10D100002A463346F3F765F941EC180BA4F13000D9 +:10D110005F2C0446F2DC1AE0B4F1FF3F2FDC14F17F +:10D12000300FC4F1000631DC9FED250B55EC104BA0 +:10D1300051EC180B22462B46F3F74BF941EC180B38 +:10D14000A6F130005F2E0646F2DC20E020460123E7 +:10D15000C0F12001B0F1200223FA01F103FA00F03E +:10D1600058BF03FA02F158BF0020F3F7A1FA0246B4 +:10D170000B4651EC180BF3F72CF941EC180BB0EE01 +:10D18000480AF0EE680ABDEC028B70BD3046012300 +:10D19000C0F12001B0F1200223FA01F103FA00F0FE +:10D1A00058BF03FA02F158BF0020F3F781FA024694 +:10D1B0000B4651EC180BF3F77EF9DEE700BF00BF1A +:10D1C000000000000000F03C000000000000F04201 +:10D1D00080B582B0FAF7A4FBFDF7D4FB019001996A +:10D1E00040F211400860019900204860FDF79EFB65 +:10D1F00003F0C4FB8DF80300FAF790FB9DF80300E1 +:10D2000002B080BD000000002DE9F04F81B02DED8F +:10D21000048BB2B0814680688B4605900020CDE932 +:10D2200030008DF8C000487889788DF8C100B1FAD7 +:10D2300081F0400916469BF806208DF8C2000120B7 +:10D24000BBF804108DF8C30007200DF1BB07ADF843 +:10D25000C4108DF8C6208DF8C70030A839460522C5 +:10D26000FEF732F9002800F10982348D0190002C7C +:10D2700000F00B8209F130009FEDC58B009012ADDC +:10D28000002000270490CDE9020000BF2846382185 +:10D29000F2F7BAFF07F1030AA24507D9484631461B +:10D2A0005A46802301F0B4F9012021E1706A384424 +:10D2B00010F8018B03F0D4F9B8F1010FADF8540068 +:10D2C00013D0B8F1000F14D1318D781D884218D9D0 +:10D2D000484631465A46802301F09AF90120002839 +:10D2E00000F00281062814D000E1308D791D8142C2 +:10D2F0000CD9484631465A46802301F089F901206D +:10D30000F4E0381D88421ED9002733E08C208DF8C8 +:10D310008400049C9DF88420A4F1330010F1370FA1 +:10D32000039201D20320E1E00DF1850108190A55AD +:10D33000BDF8541080F80180023003F099F90434EC +:10D3400000200494D2E0726ABC1D12F80A508C428C +:10D350008DF8565002D9002782460BE0104403F0A6 +:10D360007FF9318D07F1080A8A45ADF868001FD9A9 +:10D370000027A246BDF854104846FEF737FDA8B175 +:10D3800005468068B0F90400B0F1FF3F0EDD80B2C1 +:10D39000800725D5BDF86A004FF6FF71411A18BF06 +:10D3A0000121B8F1010F1DD1002422E0862095E073 +:10D3B000706A204403F054F9328D07F1090191425B +:10D3C000ADF86A00A0D8A5F14800092800F2B180A4 +:10D3D000012101FA00F040F21131084200F0A98069 +:10D3E0008C207BE0009B00241A689A4218BF002A18 +:10D3F0001AD1BDF868204FF6FF739A4201EA07017F +:10D4000008BF002840D1E4B1A18CE08C4FF6FF7238 +:10D410009142ADF86C10ADF86E00ADF86810ADF843 +:10D420006A0028D120B326E0BDF8543094899C428C +:10D430007DD01468009AA21A18BF2246002AF5D19E +:10D44000B2E7E98AA88A31B14FF6FF72914202D061 +:10D45000884288BF0020ADF86C00ADF86E10ADF8C2 +:10D460006800ADF86A1031B94FF6FF71884202D1F9 +:10D470004FF474101A909DED1E0B05988DED1C0B4A +:10D4800001F0F6F800211690AA689DF856009278EF +:10D49000904222D1B4B31A9A226299B1BDF86A10AF +:10D4A0004FF6FF722546914207D0BDF8684000292B +:10D4B00072D14FF6FF718C426ED19DED1C0B2C4644 +:10D4C00085ED0A0B059801F0D3F8206102200121B7 +:10D4D000029100287FF406AF06E08D208DF88400CD +:10D4E000062000287FF4FEAE022000BF574612AD92 +:10D4F000002818BF022840F0CD80348DA742FFF4E9 +:10D50000C5AEC9E0BDF86A204FF6FF739A4204D158 +:10D51000022000287FF4E6AEE6E7CDF8509029B36C +:10D5200012A804F019FD002840F091808AE014460A +:10D530005FE7A5F13800C0B202285AD8706AA2EBA2 +:10D540000A0200EB0A0128460023FFF71BF8B0F19E +:10D55000FF3F77DD0746706A21AA00EB0A012846E3 +:10D5600000F08EFC9DF88400002864E0A0F13801F2 +:10D57000C9B2022903D9FEF7EDFE002864D00020CD +:10D58000C3F6F0701D90002060E000BF00BF00BF38 +:10D590000000000000000000A0F13801C9B202291B +:10D5A00004D9FEF7D7FE00283FF487AF4CB99DEDB4 +:10D5B0001C0B53EC182B51EC100BF3F73CF8002824 +:10D5C00040D19DED1C9B53EC182B51EC190BF2F73D +:10D5D000E1FF00283FF471AF8DED069B9DF81F0021 +:10D5E00080F080008DF81F009DED060B8DED1C0B6B +:10D5F00063E72846FEF7AEFE00283FF485AE706A6A +:10D60000328D00EB0A01A2EB0A0228460023FEF746 +:10D61000B9FFB0F1FF3F15DD0746706A21AA00EBA4 +:10D620000A01284600F026FDF3F72EF89DF8842025 +:10D6300041EC100B002A8DED1C0B7FF451AFBA4466 +:10D64000012797E6852049E700201D901C90DDE921 +:10D650001C1012ACCDE91E104846214604F028FDEE +:10D6600000288DF884007FF43BAF4846214604F043 +:10D67000E3FB08B100202AE789202FE7484631461E +:10D680005A46802300F0C4FF7AE000200290002474 +:10D69000012108E0032873D10398049CB0FA80F0BC +:10D6A00041090DF1BB0700291EBF00208DF8850040 +:10D6B000012439B3059D0020CDE90A00CDE90C0015 +:10D6C000CDE90E00CDE910002846FDF74BFBCDE972 +:10D6D0000A01B9F80C10B078ADF83210718A8DF8E3 +:10D6E000300003208DF83800ADF83A10F08AD6E902 +:10D6F0000612ADF83E00CDE910120AA912AA28467A +:10D70000FDF7E0FA12AD484629460022FFF742FC39 +:10D71000D6E90410D6E906321291CDE9130396F842 +:10D720002A00159200F09AFF40F48070ADF86C006A +:10D730000120ADF86E00019829460B900DF185008F +:10D74000CDE90C040AA818900220ADF864000598F1 +:10D75000002200230A97FDF759FA0298C0070FD05C +:10D7600005980DF1270240F20C410123FDF736FC2C +:10D7700000281CBF00208DF827009DF8270028B145 +:10D7800032B0BDEC048B01B0BDE8F08FD9F83800A1 +:10D790000028F5D099F83D100029F1D1012189F830 +:10D7A0003D10C821FDF756FEEAE700002DE9F041E3 +:10D7B000A2B00446006E154600280E464AD000204E +:10D7C000CDE900004FF48070ADF80000B078B17979 +:10D7D000B0FA80F040098DF8020001208DF80300B6 +:10D7E0004FF6FE70ADF80400F020628B0DF13B089F +:10D7F0008DF806108DF8070068464146FDF764FE77 +:10D80000B0F1FF3F2FDD0746236E08EB0001C0F1AA +:10D810004D00C2B22046984750B302AE074420469E +:10D8200031462A46FFF7B6FBEA6905F110030BCB38 +:10D83000059202AA0BC200200B90A068314600227C +:10D840000023CDF82080ADF82470FDF7DFF922B079 +:10D85000BDE8F081204629463246812322B0BDE84A +:10D86000F04100F0D5BE204629463246802303E031 +:10D87000204629463246812300F0CAFE22B0BDE888 +:10D88000F08100002DE9F04F91B08246BAF81A30CD +:10D890001646806843F2DE420D46C0F60102194684 +:10D8A0000023002403F030F8002800F0A88081460F +:10D8B0006878A978CDE90244AA798DF80900B1FA0F +:10D8C00081F04009A9888DF80A0001208DF80E200A +:10D8D000BAF81A208DF80B00ADF80C108DF80F0077 +:10D8E00002A849468DF80840FDF7EEFD002800F13A +:10D8F0008F80074609F1020B03E000BF01200028DA +:10D900004AD1308D0228F9D3706A02F0A9FE716AFB +:10D91000328D02317162911E3185BAF81A1007F109 +:10D9200004088845EAD2054609EB07042046294643 +:10D9300002F09EFEBAF81A00231DC01B041F5046B9 +:10D94000294604AA0025CDE90045FEF7BBFEFC1CD4 +:10D950000BF8070020B189281BD101202746CEE70C +:10D960009DF8100009EB080109F80400BAF81A2024 +:10D970009DF81000A2EB08020023FEF703FEB0F1B1 +:10D98000FF3F03DD00EB08070020B8E787200BF816 +:10D99000070000202746B2E704A950463246FFF7A9 +:10D9A000F9FAD6E90410D6E906320491CDE9050367 +:10D9B00096F82A00079200F051FE9AF81610ADF87A +:10D9C000340009075CBF20F00800ADF83400DAF835 +:10D9D000080004A900220023CDF82890ADF82C708F +:10D9E000FDF714F9DAF8080043F2DE42C0F601024E +:10D9F0004946002302F094FF11B0BDE8F08F504675 +:10DA000031462A46892311B0BDE8F04F00F000BE30 +:10DA1000DAF8080043F2DE42C0F60102494600236C +:10DA200002F07EFF504631462A46802300F0F0FD8A +:10DA300011B0BDE8F08F00002DE9F04F91B0044621 +:10DA4000638B1646806843F2DE428A46C0F60102C6 +:10DA500019460023002502F057FF002800F0F5804A +:10DA600007469AF801009AF80210CDE902558DF8A0 +:10DA70000900B1FA81F040099AF806208DF80A00F1 +:10DA80000120BAF804108DF80B000920ADF80C1035 +:10DA90008DF80E208DF80F0002A8394605228DF86A +:10DAA0000850FDF711FD002800F1D8800546308DA3 +:10DAB0000097002800F09C8004F1300100270191BC +:10DAC00007F10309814507D9204631465246802394 +:10DAD00000F09EFD012083E0706A384410F801BB1D +:10DAE000D846BBF1000F18BF4FF0010802F0B8FD97 +:10DAF000074620463946FEF779F928B180688088C4 +:10DB0000800703D48C2058E0862056E0BBF1000F3C +:10DB100002D0002050B94FE00198016881424FF0D7 +:10DB2000000018BF002937D1002845D0418C4FF69E +:10DB3000FF72914240D00022CDE90A22CDE90822AD +:10DB4000CDE906228389CDE90422ADF8123090F8A0 +:10DB50000EC0038C90ED0A0B00988DF810808DF8A4 +:10DB600014C0ADF81630ADF818108DED080BADF8F7 +:10DB7000282005F1010B425500EB0B01608B1FFAC9 +:10DB80008BF2821A04A802F05FFF00280FD400EB8A +:10DB90000B05022023E000BF8889B84209D008683D +:10DBA0000199411A18BF01460029F5D1B1E70120BA +:10DBB00003E008460028B9D18B20618BEA1C8A4219 +:10DBC00002D903200BE000BF009A5119505581F88B +:10DBD0000180881C394602F04BFD043500204F4679 +:10DBE000DFE800F002300206308D8742FFF468AFB4 +:10DBF00004AF204639463246FFF7CCF9D6E9041087 +:10DC0000D6E906320491CDE9050396F82A00079279 +:10DC100000F024FDADF834000120ADF83600009E80 +:10DC2000A0683946002200230A96ADF82C50FCF774 +:10DC3000EDFFA06843F2DE42C0F601023146002348 +:10DC400002F06EFE11B0BDE8F08F2046314652461C +:10DC5000892311B0BDE8F04F00F0DABC2046314610 +:10DC60005246802300F0D4FC11B0BDE8F08F0000D4 +:10DC70002DE9F04F83B08046C06DB8B3108D934648 +:10DC8000032833D300244FF003090326DBF82400D4 +:10DC9000204402F0E5FCDBF824108246081987785E +:10DCA000BBF82800B5B211FA86F1421B38460023B2 +:10DCB000FEF768FC002819D40446DBF82400BBF802 +:10DCC0002810D8F85CC000EB050E881B85B24046D2 +:10DCD000594652463B46CDE900E5E047A019BBF85E +:10DCE000281019FA80F68E4284B2CFD903B0BDE86D +:10DCF000F08F00002DE9F047A2B0436E14460D46A8 +:10DD00008BB1218D04290AD98246606A02F0AAFCEF +:10DD1000616A238D0A79571D9F420CD250462146D5 +:10DD20002A46802302E021462A46812322B0BDE80C +:10DD3000F04700F06DBCDAF86460053183B25046FC +:10DD4000B04780464FF000094FF48070CDE900994C +:10DD5000ADF80000A878A979B0FA80F040098DF8F4 +:10DD6000020001208DF803004FF6FE70ADF80400AC +:10DD7000F120BAF81A200DF13B078DF806108DF846 +:10DD8000070068463946FDF79FFBB0F1FF3F20DDF5 +:10DD900007F800800DF10808054650464146224626 +:10DDA000FFF7F8F8E26904F110030BCB059202AA21 +:10DDB0000BC2691CDAF80800ADF8241041460022B5 +:10DDC0000023CDF82C900897FCF720FF22B0BDE887 +:10DDD000F087504621462A46802300F019FC22B0E5 +:10DDE000BDE8F08770B582B01D4616460B4600248C +:10DDF000802106220094FEF701FF38B1044600F1AD +:10DE00006C002EB196E80E000EC005E0002434E050 +:10DE10000021C0E90011816020464FF6FD7101220A +:10DE20000023FEF73DFA40F2F14040F22951C0F6DE +:10DE30000100C0F60101C4E9180140F23940C0F602 +:10DE4000010043F66001A065C0F6010120460122F1 +:10DE5000FDF798FB20B12046FFF75CF800240CE0AA +:10DE60002046002100220023FEF71AFA2046294608 +:10DE7000FFF7C8F82046FEF73FFF204602B070BD0E +:10DE8000B0B586B000233A28137024D0392812D0B8 +:10DE9000382839D1084602F0E3FB10F4F84105B206 +:10DEA00046D0B1F5F84F40F0808080050FD152A0E8 +:10DEB000B5F1FF3F22E0084602F0D4FB044610F023 +:10DEC000FF4027D0B0F1FF4F38D1600213D09FED53 +:10DED000480B06B0B0BD084602F0C6FB0022C7F6EC +:10DEE000F0720C4611401BD091423ED121466FF397 +:10DEF0001F510843EBD140A0B4F1FF3FC8BF083029 +:10DF000090ED000B06B0B0BD8D209FED390B107069 +:10DF100006B0B0BD20466FF3DF506FF0940515E0FA +:10DF200021464FF6CE356FF31F51CFF6FF7526E031 +:10DF300028466FF39F206FF017043EE06FF09501C5 +:10DF400001EBD0550121204661F3DF50F2F78FFB42 +:10DF500041EC100B8DED020B9DF80F2082F080023A +:10DF60008DF80F20DDE9023217E04FF6CD32CFF603 +:10DF7000FF7202EB11550122214662F31F51F2F7A5 +:10DF800097FB41EC100B8DED040B9DF8172082F0F0 +:10DF900080028DF81720DDE90432002C44BF1846BA +:10DFA000114641EC100B28461DE06FF0180000EB05 +:10DFB00091240121284661F39F2080B2F2F757FB9C +:10DFC00041EC100B002D8DED000B9DF8072082F029 +:10DFD00080028DF80720DDE9003244BF1846114663 +:10DFE00041EC100B204606B0BDE8B040FFF768B822 +:10DFF000000000000000F87F000000000000F0FFBB +:10E00000000000000000F07F032A3CBF4FF0FF300B +:10E010007047B0B50023436003600B7803F003033F +:10E0200003700B78C3F3800343700D78C5F3C0050C +:10E0300085700D78C5F30015C5700BB901220FE08E +:10E04000052A02D24FF0FF3110E04A1C0446104668 +:10E050000D4602F005FB024629462046A280032217 +:10E060008B5C114483714B78911CC371BDE8B04047 +:10E07000084670472DE9F04F93B015460C4606460A +:10E08000FEF788F9002800F0B081A6F1080E002004 +:10E09000BEF1E80F2870129400F2A7810021CDE9AB +:10E0A0000A11CDE90C11CDE90E11CDE910110026B0 +:10E0B000002700224FF0000C4FF000084FF000093D +:10E0C000CDE90011CDE90211CDE90411CDE9061128 +:10E0D000CDE908114FF0000B00230024DFE81EF00B +:10E0E0006A01510138011E010301F900EF00E90046 +:10E0F0006A0185018501850185018501850185010B +:10E100006A01510138011E010301F900EF00E90025 +:10E110006A01510138011E010301F900EF00E90015 +:10E120000F02F601DC01C101A6019C0192018C01E4 +:10E130006A015101850185018501850185018501FE +:10E14000850185018501850185018501850185019F +:10E15000850185018501850185018501850185018F +:10E16000850185018501850185018501850185017F +:10E17000850185018501850185018501850185016F +:10E18000850185018501850185018501850185015F +:10E19000850185018501850185018501850185014F +:10E1A000850185018501850185018501850185013F +:10E1B000850185018501850185018501850185012F +:10E1C000850185018501850185018501850185011F +:10E1D000850185018501850185018501850185010F +:10E1E00085018501850185018501850185018501FF +:10E1F00085018501850185018501850185018501EF +:10E2000085018501850185018501850185018501DE +:10E2100085018501850185018501850185018501CE +:10E2200085018501850185018501850185018501BE +:10E2300085018501850185018501850185018501AE +:10E24000850185018501850185018501850185019E +:10E25000850185018501850185018501850185018E +:10E26000850185018501850185018501850185017E +:10E27000850185018501850185018501850185016E +:10E28000850185018501850185018501850185015E +:10E29000850185011E0185018501850185018501B5 +:10E2A000510151011E01850185018501850185010D +:10E2B000E900129800780A9000200B900120129932 +:10E2C000C200095C013091400A9A11430D910B99EB +:10E2D0000C911299C200095C013091400D9A1143D2 +:10E2E0000F910C990E9112992027095C6FF01F0372 +:10E2F000A7EBC007C20003EBC00321FA07F7002B0E +:10E3000058BF01FA03F701FA02F158BF00210E9A33 +:10E3100001303A4310920F9A11431191129920271C +:10E32000095C6FF01F03A7EBC007C20003EBC0033B +:10E3300021FA07F7002B58BF01FA03F701FA02F19F +:10E3400058BF0021109A01301743119A41EA020682 +:10E3500012992025095C6FF01F03A5EBC005C200D0 +:10E3600003EBC00321FA05F5002B58BF01FA03F5B2 +:10E3700001FA02F158BF002145EA070C41EA060202 +:10E38000013012992026095C6FF01F07A6EBC0062A +:10E39000C30007EBC00721FA06F6002F58BF01FAA9 +:10E3A00007F601FA03F158BF002146EA0C0941EAD9 +:10E3B0000208013012996FF01F03095C2027C20088 +:10E3C00003EBC003A7EBC00021FA00F0002B58BFFD +:10E3D00001FA03F001FA02F258BF002240EA0901F3 +:10E3E00042EA080013B0BDE8F08F8D2028700020AD +:10E3F000002113B0BDE8F08F129800780090002043 +:10E40000019001201299C200095C01309140009AEC +:10E4100011430391019902911299C200095C0130E4 +:10E420009140039A11430591029904911299202772 +:10E43000095C6FF01F03A7EBC007C20003EBC0032A +:10E4400021FA07F7002B58BF01FA03F701FA02F18E +:10E4500058BF0021049A01303A430692059A1143AD +:10E46000079112992027095C6FF01F03A7EBC007E3 +:10E47000C20003EBC00321FA07F7002B58BF01FAD3 +:10E4800003F701FA02F158BF0021069A01303A431E +:10E490000892079A1143099112992027095CC2003A +:10E4A0006FF01F03A7EBC00703EBC00321FA07F7C8 +:10E4B00001FA02F2002B58BF01FA03F758BF0022FD +:10E4C0000899099B394342EA030B0130129A20262E +:10E4D000125C6FF01F07A6EBC006C30007EBC00776 +:10E4E00022FA06F6002F58BF02FA07F602FA03F2E4 +:10E4F00058BF002246EA010442EA0B030130129998 +:10E5000020250F566FF01F06F9B2A5EBC005C2001B +:10E5100006EBC00621FA05F5002E58BF01FA06F5F4 +:10E5200001FA02F658BF002645EA0401062846EA29 +:10E5300003003FF65EAFB7F1FF3F3FF75AAFC2F1BE +:10E5400038034FF0FF3606FA03F3D2F118075CBF29 +:10E55000BE400023DB43F64302F10805AE4023FA38 +:10E5600007F73743183A58BF03FA02F703FA05F2E0 +:10E5700058BF00223943104313B0BDE8F08F0000AC +:10E580002DE9F04782B0044654F8301FA14218BF6D +:10E59000002902D102B0BDE8F08743F2DE48002531 +:10E5A000C0F601080DF1070A4FF0010905E000BFB0 +:10E5B0002168A14218BF0029ECD091E84500B76856 +:10E5C00042604A6800231060384642468DF8075082 +:10E5D000C1E9001102F0A4F9384640F20C4152465C +:10E5E0000123FCF7FBFC002818BF8DF807509DF8AD +:10E5F00007000028DCD1B06B0028D9D096F83D1078 +:10E600000029D5D1C82186F83D90FCF723FFCFE73C +:10E6100080B586B00590049103928DF80B30F9F720 +:10E620007FF9FCF7AFF90190019940F214400860BE +:10E63000019904204860059801998860049801991F +:10E64000C8600398019908619DF80B000199486121 +:10E65000FCF76CF9F9F762F906B080BD0C21AC2823 +:10E6600008BF0F21AB2808BF0D21084670470000E6 +:10E6700080B584B0039003986A460021116041F28E +:10E680001D1102AA0423FCF73BFB029804B080BDD5 +:10E6900080B582B040F25400C2F2000010F83C1B7A +:10E6A00000F000F9F9F780FEF8F74CF88DF8070054 +:10E6B0009DF8070000F00100F3F71EF900F064F880 +:10E6C00002B080BD80B582B0F7F7CEFF40F25401B2 +:10E6D000C2F200010191486400F02AF800F0F2F85B +:10E6E00000F052F80198007800BBFFE7F9F79EFEB2 +:10E6F00040F25401C2F20001486C896C401A64284F +:10E7000013D3FFE740F25400C2F20000043000F0DF +:10E71000DDF848B9FFE740F25401C2F20001486C4D +:10E720008864F9F723FEFFE7FFE7FFE702B080BD4B +:10E7300080B582B0F8F706F88DF807009DF807005D +:10E7400000F001008DF806009DF8060040F254012B +:10E75000C2F20001097888420DD0FFE79DF806005B +:10E76000F3F76AF940F25400C2F2000010F83C1BC3 +:10E7700000F098F8FFE79DF8070000F00100F3F7BC +:10E78000BBF802B080BD000080B586B040F25400F6 +:10E79000C2F20000436C44F6D351C1F26201A3FB04 +:10E7A000012189094FF47A7201FB12310591002190 +:10E7B0008DF81310407801460391032857D8039928 +:10E7C000DFE801F0542F024240F25400C2F2000090 +:10E7D0000078012808D1FFE705990020502938BFAB +:10E7E00001208DF813001BE00599012050290290AB +:10E7F00010D3FFE705990020A029019007D3FFE778 +:10E8000005990020F02938BF01200190FFE7019809 +:10E810000290FFE7029800F001008DF81300FFE777 +:10E8200038E005984CF6CD41CCF6CC41A0FB012157 +:10E83000C90901EB8101A0EB41110020502938BF2B +:10E8400001208DF8130025E0059A48F21F50C5F20B +:10E85000EB10A2FB00104009642100FB11210020F5 +:10E86000322938BF01208DF8130013E0FFE7059A25 +:10E8700048F21F50C5F2EB10A2FB0010C0094FF484 +:10E88000C87100FB11210020502938BF01208DF8EC +:10E890001300FFE79DF8130000F00100F7F754FFA5 +:10E8A00006B080BD82B001908DF8031002B07047B1 +:10E8B00080B582B00190009101980099F3F794F827 +:10E8C00002B080BD80B5F2F7E9FC80BD80B586B0AE +:10E8D0000590059902A80190F3F74EF80198F2F718 +:10E8E000FBFF0198F2F7CEFD80F0010006B080BD7D +:10E8F00010B5CEB000208DF837014C904A90FCF74F +:10E9000039F84B904B98006801900D2800F03D813C +:10E91000FFE70198122800F06481FFE701981A28A8 +:10E9200000F08881FFE701981D2800F0A481FFE72F +:10E9300001981F2800F0C781FFE70198212800F007 +:10E94000EA81FFE70198232800F00D82FFE7019894 +:10E95000262800F05882FFE70198292800F07B82E2 +:10E96000FFE701982B2800F09E82FFE701982F28EF +:10E9700000F0B382FFE70198332800F0D682FFE76A +:10E980000198392800F0F782FFE701983B2800F052 +:10E990001A83FFE701983D2800F03D83FFE70198C7 +:10E9A0003E2801F02081FFE701984B2800F0038208 +:10E9B000FFE7019840F20111884200F0ED84FFE783 +:10E9C000019840F20311884200F00E85FFE701989C +:10E9D00040F20511884200F02F85FFE7019840F2D0 +:10E9E0000711884200F04F85FFE7019840F20911B6 +:10E9F000884200F06F85FFE7019840F20B118842D2 +:10EA000000F08F85FFE7019840F20D11884200F079 +:10EA1000AF85FFE7019840F20F11884200F0CF85E3 +:10EA2000FFE7019840F21311884200F06084FFE78D +:10EA3000019840F21511884200F0F785FFE7019830 +:10EA400040F21711884200F01786FFE7019840F264 +:10EA50001911884200F03786FFE7019840F21B1138 +:10EA6000884200F05786FFE7019840F21D11884266 +:10EA700000F07786FFE7019840F21F11884200F00E +:10EA80009786FFE7019840F22111884200F0B7868F +:10EA9000FFE7019840F22311884200F0D786FFE794 +:10EAA000019840F22511884200F0F786FFE70198AF +:10EAB00040F20521884200F0D682FFE7019840F23B +:10EAC0000721884200F0F782FFE7019840F2092110 +:10EAD000884200F01A83FFE7019840F2063188422D +:10EAE00000F03D83FFE70198B0F5427F00F0878397 +:10EAF000FFE70198B0F5437F00F0A983FFE7019895 +:10EB000040F20E31884200F0CA83FFE7019840F2DC +:10EB10001D31884200F04B83FFE7019840F2054128 +:10EB2000884200F00E87FFE7019840F20A418842D0 +:10EB300000F02887FFE7019840F20F41884200F07B +:10EB40004287FFE7019840F21341884200F0628754 +:10EB5000FFE7019840F21641884200F09887FFE7EE +:10EB60000198B0F5836F00F0B987FFE7019840F294 +:10EB70001A41884200F0D987FFE7019840F21C4112 +:10EB8000884200F0F98701F062B841F2D061C2F228 +:10EB90000001002008604B984068012801D1FFE780 +:10EBA0000BE043F22150C0F6010043F2BD51C0F624 +:10EBB000010140F62D6201F0C5F94B9880684C9038 +:10EBC0004C9860B1FFE74C98006840B1FFE74C9863 +:10EBD0000068499049994C9840688847FFE701F0E0 +:10EBE0003AB84B984068032801D1FFE70BE043F2A5 +:10EBF0007D50C0F6010043F2BD51C0F6010140F660 +:10EC00003C6201F09FF94B9800694890489B41F2A3 +:10EC1000D060C2F2000000684B9A9168D268D3F8C5 +:10EC200004C09B68E0478DF81F019DF81F014A90C2 +:10EC300001F011B84B984068012801D1FFE70BE0C3 +:10EC400043F22150C0F6010043F2BD51C0F601016C +:10EC500040F6486201F076F94B98806846904698F5 +:10EC6000006830B1FFE7469802684168002090478D +:10EC7000FFE700F0F0BF4B984068022801D1FFE7A2 +:10EC80000BE043F24F50C0F6010043F2BD51C0F615 +:10EC9000010140F6516201F055F94B98C0684C9063 +:10ECA0004C9870B1FFE74C98006850B1FFE74C9862 +:10ECB00000684590459A4B98007A4C99496890476E +:10ECC000FFE700F0C8BF4B984068022801D1FFE77A +:10ECD0000BE043F24F50C0F6010043F2BD51C0F6C5 +:10ECE000010140F65C6201F02DF94B98C0684C9030 +:10ECF0004C9870B1FFE74C98006850B1FFE74C9812 +:10ED000000684490449A4B9880684C9949689047B1 +:10ED1000FFE700F0A0BF4B984068022801D1FFE751 +:10ED20000BE043F24F50C0F6010043F2BD51C0F674 +:10ED3000010140F6676201F005F94B98C0684C90FC +:10ED40004C9870B1FFE74C98006850B1FFE74C98C1 +:10ED500000684390439A4B98007A4C9949689047D1 +:10ED6000FFE700F078BF4B984068022801D1FFE729 +:10ED70000BE043F24F50C0F6010043F2BD51C0F624 +:10ED8000010140F6726201F0DDF84B98C0684C90CA +:10ED90004C9870B1FFE74C98006850B1FFE74C9871 +:10EDA00000684290429A4B98007A4C994968904783 +:10EDB000FFE700F050BF4B984068022801D1FFE701 +:10EDC0000BE043F24F50C0F6010043F2BD51C0F6D4 +:10EDD000010140F67D6201F0B5F84B98C0684C9097 +:10EDE0004C9870B1FFE74C98006850B1FFE74C9821 +:10EDF00000684190419A4B98007A4C994968904735 +:10EE0000FFE700F028BF4B984068022801D1FFE7D8 +:10EE10000BE043F24F50C0F6010043F2BD51C0F683 +:10EE2000010140F6886201F08DF84B98C0684C9063 +:10EE30004C9870B1FFE74C98006850B1FFE74C98D0 +:10EE400000684090409A4B98007A4C9949689047E6 +:10EE5000FFE700F000BF4B984068022801D1FFE7B0 +:10EE60000BE043F24F50C0F6010043F2BD51C0F633 +:10EE7000010140F6936201F065F84B98C0684C9030 +:10EE80004C9870B1FFE74C98006850B1FFE74C9880 +:10EE900000683F903F9A4B98007A4C994968904798 +:10EEA000FFE700F0D8BE41F66800C2F2000000683B +:10EEB00088B1FFE741F66800C2F20000026841F243 +:10EEC000D060C2F20000006841F66401C2F20001A5 +:10EED00009689047FFE700F0BEBE4B9840680228E3 +:10EEE00001D1FFE70BE043F24F50C0F6010043F2BF +:10EEF000BD51C0F6010140F6A46201F023F84B9821 +:10EF0000C0684C904C9870B1FFE74C98006850B1C5 +:10EF1000FFE74C9800683E903E9A4B9880684C9969 +:10EF200049689047FFE700F096BE4B98406801287B +:10EF300001D1FFE70BE043F22150C0F6010043F29C +:10EF4000BD51C0F6010140F6AF6200F0FBFF4B98E7 +:10EF500080684C904C9860B1FFE74C98006840B1D5 +:10EF6000FFE74C9800683D903D994C984068884771 +:10EF7000FFE700F070BE4B984068022801D1FFE720 +:10EF80000BE043F24F50C0F6010043F2BD51C0F612 +:10EF9000010140F6BB6200F0D5FF4B98C0684C9071 +:10EFA0004C9870B1FFE74C98006850B1FFE74C985F +:10EFB00000683C903C9A4B9880684C99496890470F +:10EFC000FFE700F048BE4B984068022801D1FFE7F8 +:10EFD0000BE043F24F50C0F6010043F2BD51C0F6C2 +:10EFE000010140F6C76200F0ADFF4B98C0684C903D +:10EFF0004C9870B1FFE74C98006850B1FFE74C980F +:10F0000000683B903B9A4B9880684C9949689047C0 +:10F01000FFE700F020BE4B984068022801D1FFE7CF +:10F020000BE043F24F50C0F6010043F2BD51C0F671 +:10F03000010140F6D36200F085FF4B98C0684C9008 +:10F040004C9870B1FFE74C98006850B1FFE74C98BE +:10F0500000683A903A9A4B9880684C994968904772 +:10F06000FFE700F0F8BD4B984068022801D1FFE7A8 +:10F070000BE043F24F50C0F6010043F2BD51C0F621 +:10F08000010140F6DE6200F05DFF4B98C0684C90D5 +:10F090004C9870B1FFE74C98006850B1FFE74C986E +:10F0A00000683990399A4B9880684C994968904724 +:10F0B000FFE700F0D0BD002036904B984068022852 +:10F0C00001D1FFE70BE043F24F50C0F6010043F2DD +:10F0D000BD51C0F6010140F6EE6200F033FF4B98DF +:10F0E000806838904B98C06837903798406838B13E +:10F0F000FFE7379938984A68896890473690FFE764 +:10F1000036984B99C86000F0A6BD002033904B980C +:10F110004068022801D1FFE70BE043F24F50C0F6F0 +:10F12000010043F2BD51C0F6010140F6FF6200F05C +:10F1300009FF4B98806835904B98C068349034989C +:10F14000406838B1FFE7349935984A688968904734 +:10F150003390FFE733984B99C86000F07CBD4B9823 +:10F160004068022801D1FFE70BE043F24F50C0F6A0 +:10F17000010043F2BD51C0F6010140F60B7200F0F0 +:10F18000E1FE4B98C0684C904C9870B1FFE74C98EA +:10F19000006850B1FFE74C9800683290329A4B9863 +:10F1A00080684C9949689047FFE700F054BD4B9840 +:10F1B0004068022801D1FFE70BE043F24F50C0F650 +:10F1C000010043F2BD51C0F6010140F6177200F094 +:10F1D000B9FE4B98C0684C904C9870B1FFE74C98C2 +:10F1E000006850B1FFE74C9800683190319A4B9815 +:10F1F00080684C9949689047FFE700F02CBD4B9818 +:10F200004068022801D1FFE70BE043F24F50C0F6FF +:10F21000010043F2BD51C0F6010140F6237200F037 +:10F2200091FE4B98C0684C904C9870B1FFE74C9899 +:10F23000006850B1FFE74C9800683090309A4B98C6 +:10F2400080684C9949689047FFE700F004BD4B98EF +:10F250004068022801D1FFE70BE043F24F50C0F6AF +:10F26000010043F2BD51C0F6010140F62E7200F0DC +:10F2700069FE4B98C0684C904C9870B1FFE74C9871 +:10F28000006850B1FFE74C9800682F902F9A4B9878 +:10F2900080684C9949689047FFE700F0DCBC4B98C8 +:10F2A0004068022801D1FFE70BE043F24F50C0F65F +:10F2B000010043F2BD51C0F6010140F6397200F081 +:10F2C00041FE4B98C0684C904C9870B1FFE74C9849 +:10F2D000006850B1FFE74C9800682E902E9A4B982A +:10F2E00080684C9949689047FFE700F0B4BC4B98A0 +:10F2F0004068032801D1FFE70BE043F27D50C0F6E0 +:10F30000010043F2BD51C0F6010140F6477200F022 +:10F3100019FE4B9800692D902D98D8B3FFE72D98D2 +:10F320004068B8B3FFE700202A90FFE72A98072833 +:10F330002FD8FFE72D982A9901EB410241F66C0185 +:10F34000C2F2000101EB8201884201D0FFE71CE01C +:10F350002D98006808B9FFE71BE04B9880682C9057 +:10F360004B98C0688DF8AF002D9840682990DDF863 +:10F37000A4C041F2D060C2F2000000682C999DF850 +:10F38000AF202D9B9B68E04703E02A9801302A902C +:10F39000CCE7FFE700F05FBC4B984068022801D142 +:10F3A000FFE70BE043F24F50C0F6010043F2BD51BE +:10F3B000C0F6010140F6647200F0C4FD4B98C068CD +:10F3C0004C904C9870B1FFE74C98006850B1FFE743 +:10F3D0004C9800682890289A4B9880684C99496806 +:10F3E0009047FFE700F037BC4B984068022801D1F6 +:10F3F000FFE70BE043F24F50C0F6010043F2BD516E +:10F40000C0F6010140F66F7200F09CFD4B98C06899 +:10F410004C904C9870B1FFE74C98006850B1FFE7F2 +:10F420004C9800682790279A4B9880684C994968B7 +:10F430009047FFE700F00FBC4B984068022801D1CD +:10F44000FFE70BE043F24F50C0F6010043F2BD511D +:10F45000C0F6010140F67A7200F074FD4B98C06866 +:10F460004C904C9870B1FFE74C98006850B1FFE7A2 +:10F470004C9800682690269A4B9880684C99496869 +:10F480009047FFE7E7E34B984068022801D1FFE788 +:10F490000BE043F24F50C0F6010043F2BD51C0F6FD +:10F4A000010140F6857200F04DFD4B98C0684C900C +:10F4B0004C9870B1FFE74C98006850B1FFE74C984A +:10F4C00000682590259A4B9880684C994968904728 +:10F4D000FFE7C0E34B984068022801D1FFE70BE04B +:10F4E00043F24F50C0F6010043F2BD51C0F6010196 +:10F4F0004FF4796200F026FD4B98C0684C904C9810 +:10F5000070B1FFE74C98006850B1FFE74C98006875 +:10F510002490249A4B9880684C9949689047FFE75B +:10F5200099E34B984068022801D1FFE70BE043F2D2 +:10F530004F50C0F6010043F2BD51C0F6010140F644 +:10F540009B7200F0FFFC4B98C0684C904C9870B1D7 +:10F55000FFE74C98006850B1FFE74C980068239093 +:10F56000239A4B9880684C9949689047FFE772E36B +:10F570004B984068022801D1FFE70BE043F24F505F +:10F58000C0F6010043F2BD51C0F6010140F6A6727B +:10F5900000F0D8FC4B98C0684C904C9870B1FFE7D5 +:10F5A0004C98006850B1FFE74C9800682290229A6E +:10F5B0004B9880684C9949689047FFE74BE34B981C +:10F5C0004068012801D1FFE70BE043F22150C0F66B +:10F5D000010043F2BD51C0F6010140F6B37200F0E4 +:10F5E000B1FC41F6D000C2F200000068E0B1FFE7D4 +:10F5F0004B988068219041F6D000C2F2000002686A +:10F60000219841F6CC01C2F2000109689047219887 +:10F610000078852807D1FFE741F6D001C2F200014A +:10F6200000200860FFE7FFE715E34B9840680228D9 +:10F6300001D1FFE70BE043F24F50C0F6010043F267 +:10F64000BD51C0F6010140F6C17200F07BFC4B9841 +:10F65000C0684C904C9870B1FFE74C98006850B16E +:10F66000FFE74C9800682090209A4B9880684C994E +:10F6700049689047FFE7EEE24B984068022801D1C5 +:10F68000FFE70BE043F24F50C0F6010043F2BD51DB +:10F69000C0F6010140F6CC7200F054FC4B98C068F3 +:10F6A0004C904C9870B1FFE74C98006850B1FFE760 +:10F6B0004C9800681F901F9A4B9880684C99496835 +:10F6C0009047FFE7C7E24B984068022801D1FFE767 +:10F6D0000BE043F24F50C0F6010043F2BD51C0F6BB +:10F6E000010140F6D77200F02DFC4B98C0684C9099 +:10F6F0004C9870B1FFE74C98006850B1FFE74C9808 +:10F7000000681E901E9A4B9880684C9949689047F3 +:10F71000FFE7A0E24B984068022801D1FFE70BE029 +:10F7200043F24F50C0F6010043F2BD51C0F6010153 +:10F7300040F6E27200F006FC4B98C0684C904C9882 +:10F7400070B1FFE74C98006850B1FFE74C98006833 +:10F750001D901D9A4B9880684C9949689047FFE727 +:10F7600079E24B984068022801D1FFE70BE043F2B1 +:10F770004F50C0F6010043F2BD51C0F6010140F602 +:10F78000ED7200F0DFFB4B98C0684C904C9870B164 +:10F79000FFE74C98006850B1FFE74C9800681C9058 +:10F7A0001C9A4B9880684C9949689047FFE752E251 +:10F7B0004B984068022801D1FFE70BE043F24F501D +:10F7C000C0F6010043F2BD51C0F6010140F6F872E7 +:10F7D00000F0B8FB4B98C0684C904C9870B1FFE7B4 +:10F7E0004C98006850B1FFE74C9800681B901B9A3A +:10F7F0004B9880684C9949689047FFE72BE24B98FB +:10F800004068022801D1FFE70BE043F24F50C0F6F9 +:10F81000010043F2BD51C0F6010141F2030200F0C4 +:10F8200091FB4B98C0684C904C9870B1FFE74C9896 +:10F83000006850B1FFE74C9800681A901A9A4B98EC +:10F8400080684C9949689047FFE704E24B9840680C +:10F85000022801D1FFE70BE043F24F50C0F6010050 +:10F8600043F2BD51C0F6010141F20E0200F06AFB05 +:10F870004B98C0684C904C9870B1FFE74C9800686A +:10F8800050B1FFE74C9800681990199A4B9880681E +:10F890004C9949689047FFE7DDE14B9840680328A1 +:10F8A00001D1FFE70BE043F27D50C0F6010043F2C7 +:10F8B000BD51C0F6010141F21C0200F043FB4B9820 +:10F8C000006918901898D8B3FFE718984068B8B343 +:10F8D000FFE700201590FFE7159807282FD8FFE7CE +:10F8E0001898159901EB410241F66C01C2F2000132 +:10F8F00001EB8201884201D0FFE71CE01898006804 +:10F9000008B9FFE71BE04B98806817904B98C068D8 +:10F910008DF85B00189840681490DDF850C041F2F3 +:10F92000D060C2F20000006817999DF85B20189B18 +:10F930009B68E04703E0159801301590CCE7FFE79E +:10F9400089E14B984068022801D1FFE70BE043F2C0 +:10F950004F50C0F6010043F2BD51C0F6010141F223 +:10F960003D0200F0EFFA4B98806813904B98C06806 +:10F9700012901398129901F0EBFA119011984B998B +:10F98000C86068E14B984068022801D1FFE70BE0AE +:10F9900043F24F50C0F6010043F2BD51C0F60101E1 +:10F9A00041F24C0200F0CEFA4B98806810904B98D0 +:10F9B000C0680F9010980F9901F0C4F90E900E983E +:10F9C0004B99C86047E14B984068022801D1FFE796 +:10F9D0000BE043F24F50C0F6010043F2BD51C0F6B8 +:10F9E000010141F2560200F0ADFA4B98C0684C900C +:10F9F0004C9870B1FFE74C98006850B1FFE74C9805 +:10FA000000680D900D9A4B9880684C994968904712 +:10FA1000FFE720E100200C904B984068022801D1BC +:10FA2000FFE70BE043F24F50C0F6010043F2BD5137 +:10FA3000C0F6010141F2640200F084FA4B98C068FC +:10FA40004C904C98F8B1FFE74B9880680B904C981D +:10FA5000006850B1FFE74C9800680A900A9A0B982A +:10FA60004C99496890470C90FFE74C98007AC00782 +:10FA700040B1FFE70B984078942803D0FFE70020BF +:10FA80004C90FFE7FFE70C984B99C860E3E04B9878 +:10FA90004068022801D1FFE70BE043F24F50C0F667 +:10FAA000010043F2BD51C0F6010141F27C0200F0B9 +:10FAB00049FA4B98C0684C904C9870B1FFE74C984D +:10FAC000006850B1FFE74C9800680990099A4B987C +:10FAD00080684C9949689047FFE7BCE04B984068C4 +:10FAE000022801D1FFE70BE043F24F50C0F60100BE +:10FAF00043F2BD51C0F6010141F2870200F022FA43 +:10FB00004B98C0684C904C9870B1FFE74C980068D7 +:10FB100050B1FFE74C9800680890089A4B988068AD +:10FB20004C9949689047FFE795E04B984068022858 +:10FB300001D1FFE70BE043F24F50C0F6010043F262 +:10FB4000BD51C0F6010141F2920200F0FBF94B9861 +:10FB5000C0684C904C9870B1FFE74C98006850B169 +:10FB6000FFE74C9800680790079A4B9880684C997B +:10FB700049689047FFE76EE04B984068052801D13F +:10FB8000FFE70BE043F29750C0F6010043F2BD518E +:10FB9000C0F6010141F29D0200F0D4F94B98806952 +:10FBA0004C904C98F0B1FFE74C980068D0B1FFE75B +:10FBB0004B9800F1080104A8082200F001FF4C98BE +:10FBC00000680690DDF818C0049805994B9B1A8AC6 +:10FBD0001B7DDDF830E1DEF804E06C46C4F800E09F +:10FBE000E047FFE737E04B984068032801D1FFE783 +:10FBF0000BE043F27D50C0F6010043F2BD51C0F668 +:10FC0000010141F2AE0200F09DF941F6F000C2F2AE +:10FC10000000006818B9FFE781204A901BE04B986C +:10FC2000806803904B98C068029041F6F000C2F2E1 +:10FC30000000D0F800C041F2D060C2F200000068BD +:10FC40000399029A4B9B1B69E0474A9003E001200D +:10FC50008DF83701FFE74C9820B1FFE74C9800F092 +:10FC600085FEFFE74A984B998860F8F775FE9DF886 +:10FC700037014EB010BD000080B588B000208DF86F +:10FC80001F00FAF76FFE069006980068019007289B +:10FC900008D0FFE70198082834D0FFE70198092829 +:10FCA00059D085E006984068012801D1FFE70BE0B4 +:10FCB00043F20C50C0F6010043F2BD51C0F6010101 +:10FCC00041F2D50200F03EF906988068059041F2B5 +:10FCD000D060C2F20000406898B1FFE741F2D06105 +:10FCE000C2F200010868D1F804C0059B43F23461F8 +:10FCF000C0F6010109686A46116000221146E0471A +:10FD0000FFE759E006984068012801D1FFE70BE0C2 +:10FD100043F20C50C0F6010043F2BD51C0F60101A0 +:10FD200041F2E50200F00EF906988068039003980E +:10FD300004300390039803F01BF80490049830B14A +:10FD4000FFE70498039900F053FE0490FFE704983E +:10FD50000699C86030E006984068012801D1FFE7A5 +:10FD60000BE043F20C50C0F6010043F2BD51C0F667 +:10FD7000010141F2F90200F0E5F80698806802906E +:10FD8000029808B1FFE70BE043F2B150C0F6010062 +:10FD900043F2BD51C0F6010141F2FB0200F0D2F87E +:10FDA000029800F03BFE0290029802F0B9FF03E0D7 +:10FDB00001208DF81F00FFE7F8F7DAFD9DF81F001E +:10FDC00008B080BD81B08DF803009DF903000028C4 +:10FDD0000ED4FFE79DF9031001F01F0201209040AF +:10FDE0004A094EF28021CEF2000141F82200FFE7DD +:10FDF00001B0704781B08DF803009DF90300002821 +:10FE000012D4FFE79DF9031001F01F02012090407A +:10FE10004A094EF28011CEF2000141F82200BFF3F0 +:10FE20004F8FBFF36F8FFFE701B0704781B08DF840 +:10FE300003009DF9030000280ED4FFE79DF903108D +:10FE400001F01F02012090404A094EF20011CEF24B +:10FE5000000141F82200FFE701B070474EF60C5058 +:10FE6000CEF200000068C0F30220704781B08DF828 +:10FE700003009DF9030000280ED4FFE79DF903104D +:10FE800001F01F02012090404A094EF20021CEF2FB +:10FE9000000141F82200FFE701B0704782B08DF801 +:10FEA000070000919DF9070000280AD4FFE7009899 +:10FEB00000019DF907104EF20042CEF20002885474 +:10FEC0000BE0009800019DF8071001F00F014EF6BD +:10FED0001452CEF200028854FFE702B070470000CF +:10FEE00083B00290029800F0070000904EF60C518B +:10FEF000CEF200010868019001984FF6FF02104011 +:10FF000001900198009A40EA02200022C0F2FA52C1 +:10FF1000104301900198086003B07047BFF34F8F02 +:10FF20004EF60C51CEF20001086800F4E0600422A5 +:10FF3000C0F2FA5210430860BFF34F8FFFE700BFD3 +:10FF4000FDE7000088B007900691059243F2DF407C +:10FF5000C0F6010040F20801C2F20001009102F077 +:10FF6000D2FE0099079802F0CEFE009943F2F640C7 +:10FF7000C0F6010002F0C7FE0099069802F0C3FE29 +:10FF8000009943F2FE40C0F6010002F0BCFE02A858 +:10FF90000C3001900199481E0190002001F8010CDD +:10FFA0000199481E01900A2001F8010CFFE705980D +:10FFB00001281CDBFFE7059846F26761C6F266611F +:10FFC00050FB01F39A0802EBD37202EB8202A0EB22 +:10FFD00042003030019A531E019302F8010C05983B +:10FFE00050FB01F1881000EBD1700590DFE701981C +:10FFF00040F20801C2F2000102F085FEAFF300807A +:020000040801F1 +:1000000080B58AB0F8F772FB40F63902C0F60102FB +:10001000082000210191FAF7B7F840F2E400C2F29B +:100020000300029040F6E510C0F60000039040F691 +:10003000F110C0F6000002A900F088FB01980990B9 +:1000400008900790069005900490049040F2F010FC +:10005000C2F20300059040F2FC20C2F203000690B9 +:1000600040F23C50079004A8F8F790FBF8F73AFBF1 +:100070000AB080BD80B584B00390029103988DF8DA +:1000800007000DF1070101221046F2F771FB0398FA +:1000900004B080BD83B08DF807009DF807000138DB +:1000A00001460091032817D80099DFE801F0020803 +:1000B0000E1443F26B10C0F60100029012E043F2FE +:1000C0007B10C0F6010002900CE043F27310C0F602 +:1000D0000100029006E0FFE743F26610C0F601005F +:1000E0000290FFE7029803B07047000080B586B029 +:1000F0008DF8170040F2FC10C2F2000000780628CC +:1001000024D1FFE740F2FC11C2F20001087841F26D +:100110005022C2F2000210709DF8170008709DF87E +:10012000170000EB400141F21430C2F2000000EB76 +:10013000C1010620487541F25421C2F200014FF07E +:10014000FF3008600020ADF80E008EE0F7F78EFF5C +:10015000ADF80E00BDF80E309DF8170000EB400121 +:1001600041F21430C2F2000000EBC1029168194460 +:1001700091609DF8171001EB410100EBC101896806 +:10018000049140F2FC11C2F20001097801EB410137 +:1001900000EBC10080680499884250D8FFE740F224 +:1001A000FC10C2F2000000788DF80D009DF80D00E3 +:1001B00000EB400141F21430C2F2000000EBC1003C +:1001C000407D8DF80C00FFE79DF80C1000200629FB +:1001D000029012D0FFE79DF80C0000EB400141F2C5 +:1001E0001430C2F2000000EBC1008168049A0020C4 +:1001F000914298BF01200290FFE70298C007B8B172 +:10020000FFE79DF80D0000EB400141F21430C2F20F +:10021000000000EBC101497D8DF80D109DF80D1017 +:1002200001EB410100EBC100407D8DF80C00CBE7F4 +:100230009DF817009DF80D10F7F7CCF814E09DF825 +:10024000170040F2FC11C2F2000101910978F7F7A2 +:1002500007F90199087841F25022C2F200021070A9 +:100260009DF817000870FFE7FFE7BDF80E0006B025 +:1002700080BD000081B080B5C7B049938DF81B01E7 +:100280008DF81A11459200200290ADF81201BDF8C8 +:1002900012110DF1110001900844C1F580719DF813 +:1002A0001B2189B200F054F802460198BDF81211E2 +:1002B0001144ADF81211BDF812110844C1F5807156 +:1002C0009DF81A2189B200F05FF802460198BDF846 +:1002D00012111144ADF8121149A90391BDF8121180 +:1002E0000844C1F58071459A039B02F079F80199A1 +:1002F00003460298BDF812211A44ADF81221BDF848 +:1003000012315A1CADF812210D22CA54BDF8123117 +:100310005A1CADF812210A22CA54BDF81221531CEE +:10032000ADF8123188549DF81B01032809D8FFE766 +:1003300043F23910C0F601000DF1110102F012F87C +:1003400000E0FFE747B0BDE8804001B07047000023 +:1003500080B584B00390ADF80A108DF80920039899 +:100360000190BDF80A0000909DF80900FFF792FE89 +:1003700000990346019843F23912C0F6010202F0D7 +:1003800001F880B204B080BD80B58CB00B90ADF8A0 +:100390002A108DF829209DF8290001460191012895 +:1003A00004D0FFE70198022809D011E043F255116B +:1003B000C0F601010DF10B00EFF75BFF11E043F216 +:1003C0004511C0F601010DF10B00EFF752FF08E0F7 +:1003D00043F24011C0F601010DF10B00EFF749FFA8 +:1003E000FFE70B98BDF82A1043F23C12C0F6010259 +:1003F0000DF10B0301F0C6FF80B20CB080BD000010 +:1004000080B582B000200190F3F7E6F8F7F782F8A4 +:10041000F8F7B8F8F7F766FAF7F7DAF8F7F7CCF87D +:10042000F7F7ACF8F7F7E8F8F7F7E4F8F7F782F83A +:10043000FFE7F7F79BF8FCE770B58AB005460020A8 +:1004400002F110040E46CDE908001BCC0DF1100C92 +:100450008CE81B00B17992F82A008DF82010FEF785 +:10046000FDF8F179ADF8220002290ED0012906D05D +:1004700091B9EB6E5BB928460021002226E02B6F74 +:100480002BB928460021012220E06B6F33B16A6D41 +:1004900004A9284698471DE081201BE04FF0000C7E +:1004A00001240DF10F03284600210022CDE9004C64 +:1004B000FCF708F908B186200CE09DF80F00002138 +:1004C000B0FA80F0420928468DF80F200023FBF790 +:1004D000E7FEFF2008B10AB070BDEB6F002BFAD029 +:1004E000AA6FF17904461046984720460AB070BDBD +:1004F000F0B583B00C46002601270DF10B03002157 +:1005000000220546CDE90076FCF7DCF840B99DF8FD +:100510000B00E070A989204600F0AAF80426A77015 +:10052000304603B0F0BD000010B5012A1CBF872083 +:1005300010BD0A7800210023002A18BF01220024E0 +:10054000FBF7AEFE204610BD80B586B00490039147 +:1005500002920498FCF71CFD8DF807009DF8070037 +:10056000112813D1FFE743F29722C0F601020020C1 +:1005700000900121FFF77EFE0220F1F7A5FA009B13 +:10058000049819461A46FBF78BFE03E001208DF80C +:10059000170003E000208DF81700FFE79DF8170013 +:1005A00006B080BD80B588B006900591049206988B +:1005B000FCF7EEFC8DF80F009DF80F00112814D108 +:1005C000FFE743F21132C0F6010200200290012140 +:1005D0000191FFF74FFE0220F1F78EFA019A029B7C +:1005E00006981946FBF75CFE03E001208DF81F001A +:1005F00003E000208DF81F00FFE79DF81F0008B002 +:1006000080BD000080B588B00690059104920698E0 +:100610006B4600225A60012119600DF10F0311464B +:10062000FCF750F820B1FFE701208DF81F0013E020 +:100630009DF80F0040B1FFE706980599049AFFF76F +:1006400083FF8DF81F0007E006980599049AFFF7CD +:10065000A9FF8DF81F00FFE79DF81F0008B080BDBF +:10066000008870470068704702684168104670470C +:100670000180704701700A0A090C4270817070474E +:1006800001607047110A4170110C8170110E0270E7 +:10069000C170037170470000110A4170110C4FEADC +:1006A000132C8170110E0270C170037180F805C0A7 +:1006B0007047000080B5110A4170110C4FEA132CED +:1006C0004FEA134E8170110E0270C170037180F8F1 +:1006D00005C080F806E080BD80B5110A4170110C9C +:1006E00002704FEA132C4FEA134E8170190E120E4E +:1006F000C270037180F805C080F806E0C17180BD4A +:1007000010B50C4651F8080B01F04AFD6068FAF785 +:100710007FFE206843F2DE428068C0F60102214677 +:100720000023BDE8104000F0FBB8000080B582B0A7 +:1007300001900120F9F72EFF02B080BD80B582B094 +:1007400001900120F9F766FF02B080BD80B582B04C +:10075000019000910098406841F26021C2F20001CE +:100760000860019941F22060C2F20000C16100F00E +:1007700011F800980068F8F71BF902B080BD00007E +:1007800080B582B0019008200021F9F71DFF02B06A +:1007900080BD000081B00090009948F2FD70C0F665 +:1007A00000000860009948F65500C0F60000086196 +:1007B00001B0704780B586B0ADF816008DF8151001 +:1007C0000492039300200090F1F7BEFEBDF81610CE +:1007D00040F2BC00C2F2000001900268A2F80910C9 +:1007E0009DF815100268D17200680C3004999DF8CC +:1007F0001520EFF7F0FC009940F2F002C2F200027F +:1008000001200290107041F22060C2F200000269E3 +:100810000846904748F2E800FFF790FF01990398D7 +:10082000083009688A780332EFF7D5FC0298F1F7AF +:100830008BFE06B080BD000080B584B040F2B000F1 +:10084000C2F20000F6F762FD002844D1FFE740F253 +:10085000B800C2F200000078E8B3FFE740F2B00051 +:10086000C2F2000003A9F6F773FD41F22060C2F264 +:100870000000C069A0B1FFE70398029001208DF845 +:10088000040041F22060C2F20000C16901A888475B +:100890009DF8040040F2B801C2F20001087006E0C1 +:1008A00040F2B801C2F2000101200870FFE740F2F7 +:1008B000B800C2F20000007820B1FFE70398F7F714 +:1008C0004FFF07E0039940F2B000C2F20000F6F7D4 +:1008D000DDFCFFE7FFE740F2B000C2F20000F6F7F0 +:1008E00015FD70B9FFE740F2B800C2F200000078D1 +:1008F00038B1FFE740F2B000C2F20000FFF740FF5E +:10090000FFE704B080BD000080B584B00390029181 +:1009100001920093029802F02BFA04B080BD00000F +:1009200080B584B00390029101920093029802F086 +:10093000F7F904B080BD000080B584B00390029147 +:100940000C2002F015FA0190019860B1FFE70199BF +:100950000020886048600860039801990860029848 +:1009600001994860FFE7019804B080BD80B582B06E +:100970000190019802F0D4F902B080BD80B582B038 +:10098000FAF708F8019001984068012801D1FFE7C3 +:100990000BE043F23B50C0F6010043F2BD51C0F6FC +:1009A00001014FF4A972FFF7CDFA019800F1080197 +:1009B0006846042200F004F8009802B080BD0000F0 +:1009C00084B003900291019200200090FFE700980C +:1009D000019988420AD2FFE70298009A805C039945 +:1009E0008854FFE7009801300090F0E704B07047AA +:1009F00083B0029001910198029908600298043036 +:100A00000090019A41F2D061C2F20001D1F80D00CC +:100A10001044C1F80D00009803B0704783B00290F5 +:100A2000029804380090009800680190019A41F201 +:100A3000D061C2F20001D1F80D00801AC1F80D009A +:100A4000009803B070470000F0B581B00378054608 +:100A5000012B0C460BD0002B40F00681287917465D +:100A6000FBF790FC90B10126082F15D318E0082A57 +:100A700012D3601C04F8033B6988FFF7F9FD298B4A +:100A80002046FFF7F5FD052001B0F0BD2879FBF702 +:100A900061FC0646082F03D24FF0FF3001B0F0BDD5 +:100AA000287820706988601CFFF7E2FD2879E070E3 +:100AB000E988201DFFF7DCFD2989A01DFFF7D8FD7F +:100AC0001EB32879FBF7AEFF0138072800F2CC806F +:100AD000DFE800F0048A3A551EA3BD6F95ED040BC4 +:100AE0009FED751B55EC106B53EC112B30462946CE +:100AF000EFF786FD002840F0B78030462946EFF733 +:100B0000E3FD2072092001B0F0BD082001B0F0BD66 +:100B100095ED040B9FED601B55EC106B53EC112B06 +:100B200030462946EFF76CFD002840F09D803046A6 +:100B300029460834EFF725FE024620460B46FFF70C +:100B4000A1FD0D2001B0F0BD95ED040B9FED561BEE +:100B500055EC106B53EC112B30462946EFF750FD46 +:100B6000002840F08180304629460834EFF7CBFD5D +:100B700001462046FFF77EFD0B2001B0F0BD95ED4C +:100B8000040B9FED471B55EC106B53EC112B3046BB +:100B90002946EFF735FD002866D13046294608344E +:100BA000EFF7B1FD01462046FFF76AFD0C2001B0CA +:100BB000F0BD95ED040B9FED421B55EC106B53EC13 +:100BC000112B30462946EFF71BFD00284CD130464B +:100BD00029460834EFF7D5FD024620460B46FFF7BD +:100BE0007BFD102001B0F0BD95ED040B9FED301B97 +:100BF00055EC106B53EC112B30462946EFF700FDF6 +:100C000090BB304629460834EFF75EFD014620468A +:100C1000FFF72EFD0A2001B0F0BD95ED040B9FED0E +:100C20001C1B55EC106B53EC112B30462946EFF78B +:100C3000E7FCC8B9304629460834EFF7A2FD024662 +:100C400020460B46FFF728FD0E2001B0F0BD95EDC4 +:100C5000040B9FED0D1B55EC106B53EC112B304624 +:100C60002946EFF7CDFC10B1012001B0F0BD3046B0 +:100C700029460834EFF785FD024620460B46FFF76C +:100C800019FD0F2001B0F0BD00000000000070430E +:100C9000E0FFFFFFFFFFEF4200E0FFFFFFFF6F42BB +:100CA0000000E0FFFFFFEF41000000E0FFFF6F41A9 +:100CB00000000000E0FFEF400000000000E06F4097 +:100CC000000000000000F043F0B581B004468068E9 +:100CD00016460D4600270DF1030240F20C41012398 +:100CE0008DF80370FAF77AF9002818BF8DF80370B1 +:100CF0009DF8030040B9012E06D0214651F8300F6F +:100D0000884218BF002806D101B0F0BD0268501A11 +:100D100018BF104620B18289AA42F7D118B9F3E76B +:100D200000200028F0D0A06B0028EDD094F83D10F2 +:100D30000029E9D1012184F83D10C821FAF78AFB86 +:100D400001B0F0BD2DE9F04196B0436A028D14AEBA +:100D500005460C4630461946FDF756F900282DD4B5 +:100D6000298D6A8C091A092A298527D101469DF8FF +:100D7000520000284FF0000028D19DF85020012A91 +:100D800024D19DF85700012823D0D8B9686A0844B7 +:100D900010F8018BFFF764FC07462046FCF7F6F8D5 +:100DA00087420FD1D4F84CC0BCF1000F1CD02046B4 +:100DB00041463A462B460096E04713E0002016B025 +:100DC000BDE8F081FF210020FF2911D116B0BDE858 +:100DD000F081E76C47B12046FF214FF6FF722B46AA +:100DE0000096B847014600E081210120FF29EDD09F +:100DF00080469DF857009DF856208DF84900002741 +:100E000040F20110CDE91477CDF852000B200DF11E +:100E10004B068DF84A108DF856208DF8570014A80F +:100E200031460522FAF750FB002836D4CDE90E6092 +:100E30000DF1490005F1100610904DCECDE9067771 +:100E4000CDE90202A08ACDE90877CDE90A77CDE99C +:100E50000C77ADF818000920ADF81A00A07B02212C +:100E6000ADF81C000EA8089095F82A001191049383 +:100E70000596ADF82410FDF7F1FB40F48070ADF855 +:100E80002C00A06802A900220023ADF82E70F9F70B +:100E9000BDFE404616B0BDE8F081892016B0BDE821 +:100EA000F0810000F0B581B0012A02D1002444B9DC +:100EB0002AE050F8302F0024824218BF002A2FD198 +:100EC00014B394E84300B5684160616843F2DE42C0 +:100ED00000270860C0F601022846214600238DF84D +:100EE0000370C4E90044FFF71BFD0DF1030228461F +:100EF00040F20C410123FAF771F8002818BF8DF871 +:100F000003709DF8030090B1002C18BF0124204607 +:100F100001B0F0BD13681A1A18BF1A46002AC5D0CE +:100F200093898B42F6D11446002CCAD1ECE7B06B02 +:100F30000028E9D096F83D100029E5D1012186F876 +:100F40003D10C821FAF786FADEE70000FF2070475F +:100F50002DE9F04FA7B0436A028D04468A460DF191 +:100F60001E001946FDF750F800282BD4616A228D27 +:100F70000144101A2085DAF8080004F110096162B2 +:100F80009DF8256067884946F9F736FD20B9BAF81B +:100F90000C00B0F5805F42D19DF81E00B0B1012871 +:100FA00037D1DAF85830002B50D09DF81F10BAF81E +:100FB0001000002949D0002848D0BDF822108842EE +:100FC0004AD043E0002027B0BDE8F08F102E69D84A +:100FD000DFE816F05A008E01110011008E01110099 +:100FE00053008E014C008E018D008E0161008E0138 +:100FF000680068008E019DF825604FF0000B022EFE +:101000007CD0052E00F02781032E40F0FC800120CB +:1010100075E00DF11E0250462146852366E10DF173 +:101020001E0250462146FBF7AFFE40B1DAF8080039 +:101030000DF11E022146FCF71BF80028ACD10DF182 +:101040001E0250462146012350E128B10DF11E0237 +:1010500050462146812349E10DF11E0150462246AA +:101060009847FF2800F0448103463BE10DF11E0143 +:1010700050462246FCF7E0FC3AE10DF11E015046D5 +:101080002246FCF7C1F833E10DF11E01504622461D +:10109000FCF7F8FB2CE10DF11E0150462246FAF751 +:1010A000F3FE25E19DF81F000028CFD0BDF82200F7 +:1010B0004FF6FE718842C9D1DAF808004946F9F7BF +:1010C0009BFC0028C2D0F22E00F03D81F12E00F0F2 +:1010D0002F81F02EBAD19DF82000002840F0088121 +:1010E0000DF11E0150462246FCF760FB00E10DF1B8 +:1010F0001E0150462246FCF7BBFDF9E0002005909A +:101100009DF81F009DF82010CDE918BB8DF86100F7 +:10111000B1FA81F040099DF824208DF86200012089 +:10112000BDF822108DF863000420ADF864108DF82E +:1011300066208DF8670018A80DF1270139228DF877 +:1011400060B0FAF7C1F9834600285FD41AA9504667 +:101150002246FBF71FFFD9E90010D9E902321A91A4 +:10116000CDE91B0394F82A001D92FDF777FA218D33 +:10117000ADF88C0004294FF00000069049D3CDE96A +:10118000037680250326002711E006985946013092 +:1011900006900DF12700404400F8015BFFF768FA64 +:1011A00008F1030B3744208DFE1C864245D2BBF16B +:1011B000360F4FF0000088BF01202DD8606AD84656 +:1011C0003844FFF74DFA616A8346C819228D80784A +:1011D0003144921B0023FBF7D5F9B0F1FF3F1DDD31 +:1011E0000746606A218D059D8319A1EB060C5046C8 +:1011F00049465A46CDE900C5FBF720FC05460028C4 +:10120000C3D1C346CEE78125002067E080250020BA +:1012100064E08025012014E0892510E006988721EC +:10122000013006900DF12700404400F8011B59469B +:10123000FFF71EFA08F1030B00E080250020DDE92E +:10124000037608B1069849E00698022E4FF0000593 +:1012500044D0002842D1208D042836D30496B846C5 +:10126000CDF818B04FF0030B00250026606A30441B +:10127000FFF7F6F9616A07468819228D807859448C +:10128000A2EB0B020023FBF77DF9002817D40646DA +:10129000606A218D00EB0B03A1EB0B0C5046494615 +:1012A0003A460027CDE900C7FBF7C8FB002818BF66 +:1012B00001355E44208D06F1030B8345D6D3DDF85E +:1012C00018B0049E681C474600E00120032E04D19C +:1012D000002818BF0120054600E0FF25EBB273B1DE +:1012E000FF2B05D00DF11E0250462146FDF790F967 +:1012F000B7F1FF0018BF012027B0BDE8F08F50B94B +:10130000BBF1000F3FF49BAE0DF12700002100F868 +:101310000B100BF1010B0DF127002090DAF80800FB +:101320001AA900220023ADF884B0F9F76FFCDFE7BB +:101330009DF820000028DBD10DF11E015046224609 +:10134000FCF7D8FCD4E7616A228D504600F03AFCE5 +:101350008AE600002DE9F04F8DB08B465BF8240F34 +:101360000E4658454FF0000418BF002837D1A5B2EB +:10137000D5B1B06843F2DE42C0F60102294600232F +:10138000FFF7C2FA002800F0EE80DBF8007082461A +:101390005F454FF0000818BF002F07D00295201FAF +:1013A00000250496039052E04FF0000ABAF1000FB6 +:1013B00012D0B068B189327FB37B1FFA88F7CDE9CC +:1013C00000A700F035FCB06843F2DE42C0F601022F +:1013D00051460023FFF7A4FA0DB0BDE8F08F0121BC +:1013E000CFF6FF7107E000BF0268B2EB0B0018BF39 +:1013F00010460028BBD0826892885207F4D5026953 +:10140000A2F580338B4224BF2244141DECE7B96857 +:101410001FFA88F20988524404461046FFF728F95B +:1014200008F102001AFA80F0A1B2FFF721F908EBE7 +:10143000040000F10408002010B1072840F081806A +:101440003868B0EB0B0718BF0746002F7BD0B86891 +:1014500081884A07F4D5C9062ED48078D7E90312CB +:101460000023FBF78FF801210646A0F58030CFF668 +:10147000FF718842E4D316FA88F00299043088425A +:1014800067D8B8681FFA88F201880AEB0200FFF7F4 +:10149000EFF808F102001AFA80F0B1B2FFF7E8F8AD +:1014A00008F10404F9681AFA84F03246EEF793FE64 +:1014B00004EB0608C4E700BF042010FA88F903987B +:1014C000CDE90B55A0EB0800CDE90955CDE907554D +:1014D000B96884B20498CDE90515416D0AEB090697 +:1014E0000C91394605AA8DF8185007960894FAF71A +:1014F00007F968B9B8683146807822460023FBF7BF +:1015000041F80122A0F58031CFF6FF72914203D25B +:101510000720002891D193E7029A00EB090191423C +:101520007FF675AF049843F2DE4280685146C0F6FC +:1015300001020023FFF7F4F9012000287FF47DAFBA +:101540007EE74FF0000A049EBAF1000F7FF431AF3E +:1015500042E7049E43F2DE42B068C0F60102514603 +:101560000023FFF7DDF94FF0000ABAF1000F7FF416 +:1015700020AF31E7000000002DE9F04F81B02DEDE4 +:10158000068BB6B088460F9058F8300F91F83CA003 +:10159000002240458DF843200D918A8718BF00280E +:1015A00005D14EF6806B0D9CC0F2360BDCE20F9835 +:1015B0004FF6FF77FDF75CF8D8F8005081460446F7 +:1015C00045454FF0000018BF002D24D04FF47A7627 +:1015D00006E000BF2868B0EB080518BF0546CDB18E +:1015E000688CB842F6D0288C38B1296900FB061106 +:1015F0002046F9F78FFE0028ECD1688C0028E9D04E +:10160000296900FB06112046F9F784FE0028E1D184 +:10161000012000E00020002811A84FF0900118BF21 +:1016200009F57A79EEF7F0FDD8F8005000200A901D +:1016300045454FF0010018BF002D09D14EF6806BD3 +:1016400000214FF00009C0F2360B4FF0000A32E2E1 +:101650009FED0D8B4EF6806B0020C0F2360B03948D +:10166000CDF81890CDE90B00CDE904000790CDE945 +:1016700009A000BF688CB84200F08881BAF1000F61 +:1016800006D0CDF838B015E00000000000000000E2 +:10169000288C50B129694FF47A7200FB0211069828 +:1016A000F9F738FE002840F06E81BAF1000FCDF84E +:1016B00038B064D04FF6FF7B4EF68066DDE90C79DA +:1016C000C0F2360699F80E10B9F80C200F98F9F709 +:1016D000CFF9002848D06FB90F9843F2DE424FF49B +:1016E0008071C0F601020023FFF70EF907460028BB +:1016F00000F0D080A989CDF820A048460DF1D6028F +:101700003B463C464FF0000A4FF48077CDE9007A23 +:10171000FAF7D8FF002849D0A86840F20C41806849 +:101720000DF1D70201238DF8D7A0A5F822B0A5F8B6 +:1017300020A0F9F753FC002818BF8DF8D7A09DF81A +:10174000D7000B9FDDF838B0002800F08F80B2463C +:101750000898CDE90B74002818BF002F6BD1DA452B +:1017600038BFD34605E000BFDDF838B05E4538BF6E +:10177000B3460026DDF824A04FF6FF7707E1688C1A +:101780004FF6FF7B002800F0828029694FF47A72BF +:1017900000FB02110698F9F7BDFDDDE90C79002880 +:1017A00000F0D18006464FF0000A8BE79DF8D60086 +:1017B00021464FF480720023FAF7E4FE0746B0F1A9 +:1017C000FF3F71DD002F00F0C480A87BB246A0F17E +:1017D0003801C9B2022900F2E68021460DF1420229 +:1017E000FCF74EFB9DF84200002840F0E980089885 +:1017F000DDF838B0E0B995ED061B51EC100B95ED16 +:101800000AAB53EC112BB0EE409AF0EE609AEEF773 +:10181000DAFD53EC182BDA0F62F3DF7153EC1A2B5D +:10182000EEF7B8FEB0EE490AF0EE690A00288FD153 +:1018300085ED060B29E10A99C8B20C2805D0079856 +:1018400057FA80F00330372846D3049C11AE48463F +:101850003146224600F0ECFBC83430469021049417 +:10186000EEF7D2FC00210020079036E0A968886BD3 +:1018700000283FF46CAF91F83D20002A7FF467AF59 +:10188000012281F83D20C821F9F7E4FD5FE74FF020 +:10189000000A11E70020DDF824A0DDF838B00126A9 +:1018A0000C904FF6FF7772E0A8684FF0000A80684E +:1018B00040F20C410DF1D70201238DF8D7A0A5F815 +:1018C00022B0A5F820A0F9F789FB002818BF8DF8F1 +:1018D000D7A09DF8D70035E711AE05980B9C0130D5 +:1018E0000590C8B2400050FA81F006EB800A0F98CC +:1018F00043F2DE420A91AF8995F80E902146C0F678 +:10190000010200230026FEF7FFFF0028CAF80400AA +:101910003FF430AF0C992246EEF75DFC0AF1090066 +:1019200039468AF80840AAF80070FEF7A1FE8AF846 +:101930000B90288C88B14FF47A71DDF824A04843CD +:101940004FF6FF7717E003984FF0010A0026286151 +:10195000B8E6DDF838B00027F9E6698C4EF680600D +:10196000DDF824A0C0F236004FF6FF7700291CBF37 +:101970004FF47A7048430A99079A01310A910B99FA +:10198000114403310791584538BF83460026002E85 +:1019900040F080802868B0EB080518BF0546002D90 +:1019A0007FF468AE78E0FAF7D5FCB8B3A87B21469F +:1019B0000DF14202FCF75EFB9DF84220002A3ED06A +:1019C000A8684FF0000A806840F20C410DF1D70280 +:1019D00001238DF8D7A0A5F822B0A5F820A0F9F72B +:1019E000FDFA002818BF8DF8D7A09DF8D700DDF8C4 +:1019F00038B00028B2467FF4ABAEA968886B0028E7 +:101A00003FF4A6AE91F83D20002A7FF4A1AE01225A +:101A100081F83D20C821F9F71DFD99E600202146F7 +:101A20003A46F8F75FFF089929B9298B814202D11C +:101A3000DDF838B08CE6DDF838B0288325E00346C1 +:101A40000898DDF838B0F0B9D5E906200E46B3EBBA +:101A5000020C61EB00028CEAE27082EAE271B0EB08 +:101A6000E27061EBE2710B93EEF722FE95ED0A0B4B +:101A700002460B4651EC100BEEF7C2FD0B9B3146B4 +:101A800000287FF465AEC5E906310398286101207E +:101A900008905DE60D9C67E005980799C0B2CAB250 +:101AA0000021B0FA80F0322A88BF0121DDF81090C1 +:101AB000DDF830A040090D9CBAF1000F54D0002889 +:101AC00049D10A9A6FF00B0050FA82F0B0FA80F018 +:101AD000400908430121C0078AF800100DD011AF5A +:101AE000204639464A4600F0A3FA3846902109F1CB +:101AF000C809EEF789FB002100E00A99CDB2680021 +:101B000050FA81F011A901EB800643F2DE420F98F2 +:101B1000C0F6010201210023FEF7F6FE07467060C1 +:101B200078B19AF800003870012030724FF6FF70DB +:101B3000411E318006F1090089B2FEF799FD30207F +:101B4000F072002F18BFFF27BD4204D011A9204614 +:101B50004A4600F06DFA43F2DE420F98C0F60102E9 +:101B600051460023FEF7DCFE236CBBF1C80F98BF83 +:101B70004FF0C80B33B1626C20465946984700209D +:101B8000C4E910000F980DF1430240F20C4101230B +:101B9000F9F724FA00281CBF00208DF843009DF8B7 +:101BA000430048B9D8F80000404518BF002803D0CA +:101BB000A06B5946F9F74EFC36B0BDEC068B01B070 +:101BC000BDE8F08F2DE9F04782B014468946804683 +:101BD00000254FF0060A00BFA8B2A04224D2011D82 +:101BE000A1421DD84844FEF73BFD0746A81C19FA40 +:101BF00080F0FEF735FD0646281D16FA80F5A54251 +:101C00000ED880B209EB0003404600213A46CDE9E8 +:101C1000006AFAF713FF0028DED002B0BDE8F087B3 +:101C2000872002B0BDE8F087002002B0BDE8F08751 +:101C3000FF2B04BF852070472DE9F04F99B0239FFB +:101C40004FF6FA76B74203D9892019B0BDE8F08F74 +:101C5000824640F201104FF6FE790025C0F20010D6 +:101C60000C46164698460B950A90ADF82C90FBF75B +:101C7000AFFA8DF82F500DF123058DF82E000AA82C +:101C800029460522F9F720FC00283AD4CDE9025074 +:101C90000DF10505DDF888B028462146FEF7E8FC81 +:101CA0000CAC8DF807600326204630210495CDE961 +:101CB000056B0797EEF7A8FA50468DF83060F9F7F4 +:101CC00051F8CDE90E01FF20ADF8320009F1010015 +:101CD000ADF8400002A812904FF48670159050465F +:101CE000214600220023ADF84290ADF84480ADF8C3 +:101CF0004C60F8F78BFF002818BF012019B0BDE831 +:101D0000F08F852019B0BDE8F08F00002DE9F04F6D +:101D10008FB0064656F8247F0446B7424FF00000C5 +:101D200018BF002F02D10FB0BDE8F08F04F13005CD +:101D3000E8464FF0000B05E03868871B18BF0746E0 +:101D4000002F75D0D7F80890B9F804008007F3D5B4 +:101D50002868B9F800A0A8424FF0000118BF002879 +:101D60001CD10029E8D140463821EEF74DFA99F808 +:101D70000200ADF80CA0A0F13801C9B2022902940A +:101D80008DF80E0002D9FAF7E5FAA0B10020C3F6EB +:101D9000F0700B90CDF828B012E000BF818951455A +:101DA00007D00168481B18BF08460028F6D100215B +:101DB000D7E70146D5E700204FF0000B0B900A90C3 +:101DC000DDE90A30FA8A0D90A068B98A0C9332B125 +:101DD0004FF6FF739A4202D0914288BF0021ADF8BE +:101DE0002410ADF82620ADF82010ADF8222032B92D +:101DF0004FF6FF72914204BF4FF4741108919DEDAC +:101E00000C0B8DED0A0BFCF733FC04902046414689 +:101E100000F04EF900287FF486AF2046414600F0DE +:101E20000BF800287FF488AF89200FB0BDE8F08F51 +:101E300000200FB0BDE8F08F2DE9F04381B00546DA +:101E400055F8303F002255F8289CAB4218BF002BB4 +:101E50006ED11AB1104601B0BDE8F08343F2DE4204 +:101E60000F468046C0F60102484638210023FEF79F +:101E70004BFD00286BD0D7E900C2D7E90236D7E97D +:101E80000414C0E90236C0E90414C0E900C2D7E96D +:101E900006C2D7E90836D7E90A14C0E90836C0E90E +:101EA0000A14C0E906C2D7E90C210060C0E90C2180 +:101EB000D8F83410828CC0E90051C8F83400416869 +:101EC0004FF6FF730860C18C9A420284418402BFBE +:101ED00000294FF47411016290ED0C0B044680ED63 +:101EE0000A0B4846FCF7C4FB20610DF1030248468B +:101EF00040F20C4101232546F9F770F800281CBF79 +:101F000000208DF803009DF803002A460028A1D187 +:101F10009168886B00289DD091F83D30002B99D1B5 +:101F2000012281F83D20C821F9F794FA2A4691E769 +:101F30008A8900BF9F89974207D01F687B1B18BF03 +:101F40003B46002BF6D1002283E71A4681E70022A8 +:101F500080E7000000000000438C4FF6FF718B42C9 +:101F60001CD0028C002B08BF8A4217D010B52DED73 +:101F7000028B82B0817B0446A1F13803DBB2022BD5 +:101F80000ED892B390ED0A8B9FED270B51EC180BF6 +:101F900053EC102BEEF7FEFAA0B921E001207047B8 +:101FA0000846FAF7D7F9D8B1208C214658B391EDFD +:101FB0000A8B9FED1D0B51EC180B53EC102BEEF719 +:101FC00004FB68B98DED008B9DF8071004F1280023 +:101FD00081F080018DF807109DED000B80ED000B66 +:101FE000012002B0BDEC028B10BD90ED0A0B9FEDFD +:101FF0000E1B51EC100B53EC112BEEF71CFB0146A2 +:10200000204669B9BEE791ED0A0B9FED071B51EC25 +:10201000100B53EC112BEEF70EFB21460028C6D017 +:102020000020DEE700BF00BF00000000000000004D +:102030002DE9F041054652B31446A86843F2DE424A +:102040008846C0F6010298210023FEF75DFC0028B7 +:1020500008BFBDE8F08198210746EEF7D5F8A868DB +:1020600040F20171C0F601013A46F9F78DF9786046 +:1020700090B147F8085B0646384641469022EEF795 +:10208000AAF830462146BDE8F041F9F7E3B9284601 +:10209000BDE8F04100F084B8A86843F2DE42C0F623 +:1020A000010239460023BDE8F041FEF739BC0000CB +:1020B0002DE9F04383B0D0F8088043F2DE420746B2 +:1020C0008946C0F6010240464FF4807100234FF468 +:1020D0008074FEF719FCC8B30546B9F80C10012648 +:1020E0000DF10B0238462B46CDE90046FAF7EAFA25 +:1020F0008DF80A0010B103B0BDE8F08399F80E1016 +:102100009DF80B00814225D129464FF480720023AF +:10211000FAF738FA002819D4074699F80E00FAF7AA +:1021200019F9D8B199F80E00FAF72CF9014699F887 +:102130000E000DF10A0229B32946FBF7A1FE9DF816 +:102140000A0089ED060B0028D5D10EE0892003B0E6 +:10215000BDE8F0838D2003B0BDE8F0830020294660 +:102160003A46F8F7BFFBA9F8180043F2DE42C0F682 +:102170000102404629460023FEF7D2FB002003B0AF +:10218000BDE8F0832946FBF775FF02469DF80A007B +:10219000C9E906210028AED1E7E70000704700003A +:1021A0002DE9F04FC3B00546008A4FF0000A8B4678 +:1021B0008DF804A10028ADF8080118BF0120297F7F +:1021C0008DF80501B1FA81F040098DF80601012072 +:1021D0008DF80701FAF7FCFF8DF80A010A200DF1CE +:1021E00003068DF80B0141A831460522F9F76CF979 +:1021F00001284BDBC0B203900BF1040100200DF16C +:1022000008080322029600BF0B7973B14F1D08EB3B +:10221000C00451F80C6B02301828C4E90272266120 +:102220006361F1D14FF0190901E000F1010934AC0B +:10223000284621460022FAF7ADFE40F25000C2F2D5 +:10224000000000680DF1D00C90E80E00C0688CE82A +:102250000E003790A87C40F20711AB284FF0010028 +:1022600008BF40F20511ADF8F600A868ADF8F4100B +:102270005FFA89F142F29D12ADF8EC10C0F601024E +:1022800021460346CDF8E880F8F7C0FC43F2DE466D +:10229000C0F60106002700BF0BEB0704616859B1C7 +:1022A000A86832460023FEF73BFB0C37902FC4F89A +:1022B00004A084F808A0EFD143B0BDE8F08F00007F +:1022C000B1F5004F0CD12DE9F04F81B01C4654F808 +:1022D000307FA74218BF002F04D101B0BDE8F04FF6 +:1022E0000020704705464FF6FF784FF474190DF142 +:1022F00003064FF0010A4FF0000B05E03868071B9A +:1023000018BF0746002FE8D0B98CF88C41453984B6 +:10231000788404BF0028C7F8209097ED0C0B28465E +:1023200087ED0A0BFCF7A4F93861284640F20C410E +:1023300032460123F8F752FE002818BF8DF803B08B +:102340009DF803000028D9D1B968886B0028D5D042 +:1023500091F83D20002AD1D181F83DA0C821F9F79C +:1023600079F8CBE70FB4054B10B503A9044A0298DE +:1023700000F022F910BC5DF814FB000075000108A4 +:102380000C0000200FB47CB50C0009AD01D0611E1B +:1023900000E00021CDE90001064B6A462946089875 +:1023A00000F00AF9002C02D0009A002111707CBCC8 +:1023B0005DF814FBE72C01080FB4084B10B504A915 +:1023C00002AA039800F0F8F8044602A9002000F0E1 +:1023D00095FC204610BC5DF814FB0000FD2C0108A4 +:1023E0007CB50C001D461646014601D0601E00E07B +:1023F0000020CDE90010064B6A462946304600F021 +:10240000DBF8002C02D0009A002111707CBD000086 +:10241000E72C010802E008C8121F08C1002AFAD1FF +:1024200070477047002001E001C1121F002AFBD154 +:10243000704700002DE9FF5F82B00021DDE9043024 +:10244000020DDDF840B0034318D044F61050A2F25C +:10245000FF3242431514119801281FD0A5EB0B0041 +:10246000401C5FEA000A4FF000064E4FDFF838913B +:10247000B046504615D5CAF1000413E01198012466 +:102480004AA3012801D16FEA0B010298119AC0E911 +:102490000031C0E9024206B0BDE8F09FCBF1000078 +:1024A000DFE704460021404A491842EB0450CDE9D9 +:1024B000001012E0E00707D032463B46404649464E +:1024C000EDF787FF8046894632463B46104619465F +:1024D000EDF77FFF06460F466410002CEAD1DDE9D8 +:1024E0000401DDE90023BAF1000F06DAEDF771FF10 +:1024F00042464B46EDF76DFF05E0EDF7DCFF424647 +:102500004B46EDF7D8FF04460E460022284BEEF767 +:10251000F5F903D84FF0FF30014607E00022254BC4 +:1025200020463146EDF7AEFEEEF72BF9102409E018 +:10253000002C0ADB0A220023EDF71CFE039B30323D +:102540001A55641E50EA0102F2D1641C039AC4F1C8 +:1025500011031444119A012A03D0012208430DD11A +:102560000AE0084304D000204FF0110B119072E7ED +:10257000A3EB0B056D1E0DE05B4504DD4FF0000283 +:1025800005F1010504E003DA4FF00002A5F10105B1 +:10259000002AECD002981199C0E90231C0E9004547 +:1025A00079E70000000014400000F03F3000000018 +:1025B0000000F0430000E03F2DE9FF4F95B09B463F +:1025C0008946064600250FE2252877D100242746B4 +:1025D000F84A0121059400E0044316F8013F203B2E +:1025E00001FA03F01042F7D130782A2811D06FF0A9 +:1025F0002F033078A0F13002092A16D8059A44F04A +:10260000020402EB820203EB42021044761C0590A6 +:10261000EFE759F8042B0592002A03DA504244F4FC +:102620000054059044F00204761C30782E2816D110 +:1026300016F8010F44F004042A280DD06FF02F0281 +:102640003078A0F13003092B09D807EB870302EBA0 +:102650004303C718761CF3E759F8047B761C3078DF +:102660006C280FD006DC4C2817D068280DD06A28BB +:1026700014D104E0742810D07A280FD10DE044F46E +:1026800000140AE044F4801401E044F44014727829 +:10269000824202D104F58014761C761C30786628BC +:1026A0000BD013DC582877D009DC002875D04528DA +:1026B000F6D04628F4D047281AD19DE118E06328C7 +:1026C00035D0642879D0652812D195E1702873D06F +:1026D00008DC6728F1D069286FD06E280DD06F28EC +:1026E00006D1B5E073282CD0752875D0782874D021 +:1026F0005A46179990476D1C75E1C4F302500228A1 +:1027000009D003280DD0D9F8001004280DD00D6091 +:1027100009F1040967E1D9F80010EA17C1E900528C +:10272000F6E7D9F800100D80F2E70D70F0E719F820 +:10273000041B8DF8001000208DF80100EA460120EE +:1027400003E059F804AB4FF0FF3061074FF0000190 +:1027500002D40DE008F101018846B9420FDA804544 +:10276000F8DB1AF808100029F4D108E008F101019B +:1027700088468142FADB1AF808100029F6D105983C +:102780005B46A0EB080721463846179A00F094FAFA +:10279000284400EB080507E04DE029E10DE01AF8B8 +:1027A000010B5A4617999047B8F10108F7D25B46DA +:1027B00021463846179A13E142E00A220092C4F3F8 +:1027C00002524FF0000A022A08D059F804CB032A1B +:1027D0004FEAEC710AD00DE029E02AE009F1070187 +:1027E00021F00702F2E802C1914609E00FFA8CFCE1 +:1027F0004FEAEC71042A03D14FFA8CFC4FEAEC71DA +:10280000002907DA0A460021DCF1000C61EB020125 +:102810002D2202E0220504D52B228DF8042001226E +:1028200003E0E20701D02022F7E7904659E00A21B1 +:1028300002E010220DE010214FF0000A00910BE0A1 +:1028400010224FF0000A44F004040827009203E02D +:1028500008224FF0000A0092C4F30252022A05D067 +:1028600059F804CB0021032A08D009E009F1070137 +:1028700021F00702F2E802C1914605E01FFA8CFC44 +:10288000042A01D10CF0FF0C4FF00008220728D5D4 +:10289000702806D0009B83F0100353EA0A0305D08A +:1028A0000EE040228DF80420012208E05CEA0102DB +:1028B00006D030228DF804208DF8050002229046C3 +:1028C000009B83F0080353EA0A030AD15CEA010281 +:1028D00001D1620705D530228DF804204FF00108A0 +:1028E0007F1E582804D034A003900EA802900DE05B +:1028F00036A0F9E753466046009AEDF73BFC844664 +:102900000398825C0298401E029002705CEA01000B +:10291000F0D1029806A9081A00F1200A600702D532 +:1029200024F4803400E00127574502DDA7EB0A00BC +:1029300000E0002000EB0A01009005984144401A95 +:102940000590E00306D45B462146179A059800F0EF +:10295000B3F90544002706E001A85A46C05D17995F +:1029600090476D1C7F1C4745F6DBE0030CD55B46AA +:102970002146179A059800F09FF9054404E030209D +:102980005A46179990476D1C0099481E00900029DF +:10299000F5DC08E0029802995A460078491C029139 +:1029A000179990476D1CBAF10001AAF1010AF1DCF8 +:1029B00065E1000009280100303132333435363703 +:1029C000383961626364656600000000303132337B +:1029D000343536373839414243444546000000001B +:1029E00000F058F90544761C307800287FF4ECADEF +:1029F00019B02846BDE8F08F620700D4062709F118 +:102A0000070222F0070CFCE80223E14603F000482D +:102A10005FEA080C02D00FF2702C0DE05FEA045C54 +:102A200002D50FF2682C07E05FEAC47C02D00FF2F7 +:102A3000602C01E0AFF2700C4FF0FF3823F0004340 +:102A4000CDF850C065280CD006DC452809D04628B2 +:102A50001DD047283DD13DE0662818D067287ED19B +:102A600038E00021112F01DB112000E0781CCDE9B6 +:102A7000000106A90EA8FFF7DDFCDDE90F010E9AA3 +:102A800003910021009207F1010A04914DE04FF0FB +:102A900000400097CDE9011006A90EA8FFF7CAFC77 +:102AA000DDE90F0203920E9B11990022DDF80CA0C4 +:102AB0000093049211B9791C00EB010AB7EB0A00EC +:102AC00004D4C0F1FF3007F1010A0490AAEB07001B +:102AD000019044E0012F00DA01270021112F01DDD0 +:102AE000112000E03846CDE9000106A90EA8FFF745 +:102AF000A1FCDDE90F010E9A0391002104910092DF +:102B0000BA4621070CD40399514500DA8A46BAF136 +:102B1000010F05DD009AAAF10101515C302908D0AE +:102B2000B84202DA10F1040F06DA0121CDE90110F2 +:102B300015E0AAF10101E9E7002805DC0499014448 +:102B40000491AAEB000102E0411C514500DD8A46D8 +:102B50000499401A401C01904FF000400290200759 +:102B600004D40198504501DBCDF8048000208DF895 +:102B70004F0002980DF14F07B0F1004F25D02B20E8 +:102B80000E9002984FF0020800280CDA40420290A2 +:102B90002D200E9007E00A210298EDF70AFE303151 +:102BA000029007F8011DB8F10001A8F10108F2DC5C +:102BB00002980028EFD1791E0E980870307800F046 +:102BC000200040F0450007F8020D12A8C01B00F1DC +:102BD00007081498007800B1012000EB0A01019861 +:102BE00001EBE07105984144401A401E0590E00356 +:102BF00006D45B462146179A059800F05DF8054417 +:102C00001498007818B15A46179990476D1CE00344 +:102C100024D55B462146179A059800F04DF80544E7 +:102C20001CE00498002807DBDDE90301884203DD8E +:102C30000098405C179901E0179930205A46904758 +:102C4000049805F10105401C04900198401E019074 +:102C500004D12E205A46179990476D1CBAF10001F5 +:102C6000AAF1010ADDDC05E017F8010B5A461799B5 +:102C700090476D1CB8F10001A8F10108F4DC5B4637 +:102C80002146179A0598ABE62D0000002B000000A6 +:102C9000200000002DE9F041044600251E4617469D +:102CA000880404D405E039462020B0476D1C641E1A +:102CB000F9D52846BDE8F0812DE9F041044600250C +:102CC0001E469046C80301D5302700E0202788041F +:102CD00004D505E041463846B0476D1C641EF9D561 +:102CE0002846BDE8F0814A68002A06D00A68531CCD +:102CF0000B6010704868401E486070470A68531C9B +:102D00000B601070704770B50D46044602E029460E +:102D1000FDF7B0F914F8010B0028F8D170BD0000E0 +:102D200010B5002821D0114B0022001F196803E0C4 +:102D3000814203D80A4649680029F9D152B1136883 +:102D4000841A9C4204D1006818441060104602E0C6 +:102D5000506000E0186039B102680B1A934203D149 +:102D60000B681A4402604968416010BD10000020E1 +:102D7000F0B50B30154D20F007010024144A0FE088 +:102D800003688B420BD38B4205D95E1A4318476800 +:102D9000C3E9006700E04368136002C004E0021D5D +:102DA00010680028ECD12046002802D1286808B11C +:102DB0000020F0BD064A07481060074A121A22F0A8 +:102DC0000702C0E9002401202860D7E71400002092 +:102DD00010000020FC180020F8A8012004000000CA +:102DE00004000000040000000000000000000000DB +:102DF00000000000000000000000000002000000D1 +:102E000002000000040000000000000000000000BC +:102E100000000000000000000000000008000000AA +:102E20001000000000000000000000000000000092 +:102E30000000000000000000000000000000000092 +:102E40000000000000000000000000000000000082 +:102E50000000000000000000000000000000000072 +:102E60000000000000000000000000000000000062 +:102E70000000000000000000000000000100000051 +:102E80000200000003000000040000000500000034 +:102E9000060000000700000008000000010000001C +:102EA0000000000000000000000000000000000022 +:102EB0000000000000000000000000000100000011 +:102EC00002000000030000000400000005000000F4 +:102ED00006000000070000000800000001000000DC +:102EE00002000000030000000400000005000000D4 +:102EF00006000000070000000800000001000000BC +:102F000002000000030000000400000005000000B3 +:102F1000060000000700000008000000010000009B +:102F2000020000000000000000000000000000009F +:102F3000000000000000000000000000020000008F +:102F40000400000008000000000000000000000075 +:102F50000000000000000000000000000000000071 +:102F60000000000000000000000000000000000061 +:102F70000000000000000000000000000000000051 +:102F80000000000000000000000000000000000041 +:102F90000000000000000000000000000000000031 +:102FA0000000000001000000030000000500000018 +:102FB0000100000001000000060000000A000000FF +:102FC00020000000020000000400000008000000D3 +:102FD0001000000040000000800000000001000020 +:102FE00000020000000000000000000000000000DF +:102FF00000000000010000000200000003000000CB +:10300000040000000A1707000100400080002000B3 +:1030100001000200A0860100400D0300801A060096 +:1030200000350C0040420F0080841E0000093D0066 +:1030300000127A000024F40000366E010048E80116 +:10304000006CDC0200000000000000000000000036 +:10305000000000000804020408010101010101034D +:1030600007010000010002000400060008000A0039 +:103070000C00100020004000800000015A696742E7 +:103080006565416C6C69616E6365303900000000F4 +:103090000000FF00FFFFFFFF000000000000000035 +:1030A0002A2A204552525F5A4947424545203A2034 +:1030B000554E4B4E4F574E5F434D44200A002A2A2F +:1030C000204552525F5A4947424545203A204572B1 +:1030D000726F436F64653D2564200A0053573100C9 +:1030E0005357320053573300524553455420434DF4 +:1030F0004420524543454956454400535731204FDB +:103100004B00535732204F4B00535733204F4B0047 +:10311000525354004E4F54205245434F474E495A44 +:10312000454420434F4D4D414E44203A20257300E5 +:1031300072656365697665642025730025732000D8 +:103140005B4D345D005B4D34205A49474245452074 +:103150004150495D005B4D34204150504C49434142 +:1031600054494F4E5D001B5B306D001B5B303B399B +:10317000316D001B5B303B39326D001B5B303B39DE +:10318000336D005374617274757020646F6E6520C6 +:10319000210A004552524F5220556E6B6E6F776E6A +:1031A00020002530327820002A2A2A2A20466174FD +:1031B000616C206572726F72203D20257320284556 +:1031C0007272203D202564290053746172747570F9 +:1031D000206661696C65642C20617474656D70741F +:1031E000696E6720616761696E206166746572202F +:1031F000612073686F72742064656C617920282582 +:1032000064206D7329005A62537461727475702062 +:1032100043616C6C6261636B2028737461747573B5 +:10322000203D2030782530327829002A2A2A2A2A7F +:103230002A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2AEE +:103240002A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2ADE +:103250002A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2ACE +:103260002A2A2A2A2A00574952454C4553532043BB +:103270004F50524F434553534F522046573A004305 +:103280006C75737465727320616C6C6F63617465C7 +:1032900064206172653A004C45445F524544204FBA +:1032A0004646007A69676265655F6170705F696E46 +:1032B000666F2E6F6E4F66665F7365727665725FBE +:1032C0003120213D204E554C4C007A69676265657E +:1032D0005F6170705F696E666F2E7A6220213D209B +:1032E0004E554C4C007A69676265655F6170705F2E +:1032F000696E666F2E736C6176655F7265706F7252 +:10330000745F66696C74657220213D204E554C4C8B +:10331000004C45445F524544204F4E004150505FA1 +:10332000535441525455505F43454E5452414C49B9 +:103330005A45445F524F55544552004150505F53D7 +:103340005441525455505F43454E5452414C495A92 +:1033500045445F434F4F5244494E41544F520063DE +:103360006F6E662E737461747573203D3D205A42F2 +:103370005F5354415455535F535543434553530092 +:103380002E2E2F53544D33325F5750414E2F4170E4 +:10339000702F6170705F7A69676265652E630043A4 +:1033A00068616E6E656C20757365643A20256400F3 +:1033B0006F6E4F666620536572766572206F6E2061 +:1033C000456E64706F696E742025640056455253D3 +:1033D000494F4E204944203D2025642E25642E254A +:1033E00064005A69676265650046572054797065C4 +:1033F000203A20464644205A696762656520737406 +:1034000061636B0046572054797065203A2052461C +:1034100044205A696762656520737461636B004E6E +:103420006574776F726B20636F6E666967203A20F0 +:103430002573004C696E6B204B65792076616C7545 +:10344000653A202573004170706C69636174696F1F +:103450006E20666C61736865643A20252A2E2A7393 +:10346000004C696E6B204B65793A20252E313673FE +:10347000004150505F5A49474245455F496E697463 +:10348000004150505F5A49474245455F537461635C +:103490006B4C6179657273496E6974005065726D29 +:1034A0006974206A6F696E202564207365632073D8 +:1034B0007461747573203D20307825303278005364 +:1034C0006C617665207265706F72742074782073F9 +:1034D0007461747573203D20307825303278002A6D +:1034E0002A2A20617373657274696F6E2066616940 +:1034F0006C65643A20002C2066696C6520002C20E5 +:103500006C696E652000202530325800705F6C6F4A +:103510006767696E672D3E53697A65203D3D2031AE +:1035200000705F6E6F74696669636174696F6E2D98 +:103530003E53697A65203D3D203100697063635FC9 +:103540007265712D3E53697A65203D3D20310070D2 +:103550005F6E6F74696669636174696F6E2D3E5347 +:10356000697A65203D3D203200697063635F726552 +:10357000712D3E53697A65203D3D203200705F6EAB +:103580006F74696669636174696F6E2D3E53697A01 +:1035900065203D3D203300705F6E6F74696669631E +:1035A0006174696F6E2D3E53697A65203D3D20350B +:1035B0000070747220213D204E554C4C00433A2F30 +:1035C00055736572732F6672696D612F53544D3355 +:1035D00032437562652F5265706F7369746F7279CB +:1035E0002F53544D3332437562655F46575F5742E0 +:1035F0005F56312E32332E302F4D6964646C6577FF +:10360000617265732F53542F53544D33325F5750AB +:10361000414E2F7A69676265652F636F72652F73FC +:1036200072632F7A69676265655F636F72655F7742 +:10363000622E6300000000000000891112239B32FB +:103640002446AD573665BF74488CC19D5AAFD3BE72 +:103650006CCAE5DB7EE9F7F88110080193331A2282 +:10366000A5562C47B7753E64C99C408DDBBF52AE52 +:10367000EDDA64CBFFF976E802218B301002991362 +:103680002667AF763444BD554AADC3BC588ED19F32 +:103690006EEBE7FA7CC8F5D983310A209112180342 +:1036A000A7772E66B5543C45CBBD42ACD99E508F12 +:1036B000EFFB66EAFDD874C904428D5316619F7012 +:1036C0002004A9153227BB364CCEC5DF5EEDD7FCF2 +:1036D0006888E1997AABF3BA85520C4397711E6002 +:1036E000A1142805B3373A26CDDE44CFDFFD56ECD2 +:1036F000E9986089FBBB72AA06638F7214409D51E2 +:103700002225AB343006B9174EEFC7FE5CCCD5DDB1 +:103710006AA9E3B8788AF19B87730E6295501C41C1 +:10372000A3352A24B1163807CFFF46EEDDDC54CD91 +:10373000EBB962A8F99A708B088481951AA793B6A1 +:103740002CC2A5D33EE1B7F04008C919522BDB3A91 +:10375000644EED5F766DFF7C899400859BB712A661 +:10376000ADD224C3BFF136E0C1184809D33B5A2A71 +:10377000E55E6C4FF77D7E6C0AA583B41886919741 +:103780002EE3A7F23CC0B5D14229CB38500AD91B51 +:10379000666FEF7E744CFD5D8BB502A49996108721 +:1037A000AFF326E2BDD034C1C3394A28D11A580B31 +:1037B000E77F6E6EF55C7C4D0CC685D71EE597F4F1 +:1037C0002880A1913AA3B3B2444ACD5B5669DF7811 +:1037D000600CE91D722FFB3E8DD604C79FF516E4E1 +:1037E000A9902081BBB332A2C55A4C4BD7795E68F1 +:1037F000E11C680DF33F7A2E0EE787F61CC495D5C1 +:103800002AA1A3B03882B193466BCF7A5448DD59D0 +:10381000622DEB3C700EF91F8FF706E69DD414C5A0 +:10382000ABB122A0B9923083C77B4E6AD5585C49B0 +:10383000E33D6A2CF11E780FFDFF2100000000001F +:103840000000000000000000000000000000000078 +:103850000000000000000000000000000000000068 +:103860000000100002000000000000000000000046 +:103870000000000000000000000000000000000048 +:103880000000000000000000B83801080800002017 +:10389000C00000001424010878390108000003204A +:1038A0005C0B00005C09000878390108C8000020A2 +:1038B00030B80100242401080000000000000000CE +:1038C00000000000000000000100000000040048AB +:1038D0000004004800040048010000000004004803 +:1038E000000400480004004849050108A505010836 +:1038F00005060108FFFFFFFF00093D00FFFFFFFF76 +:1039000090300108010000000000000000000000ED +:1039100000000000000000000000000000000000A7 +:103920000000000000000000000000000000000097 +:103930000000000000000000000000000000000087 +:103940003412140A10FC0000000000000000000007 +:103950000100000010000000010000000100000054 +:103960000000000000000000000000000000000057 +:10397000000000000000000001FF01FF01FF01FF47 +:1039800001FF01FF01FF01FF01FF01FF01FF0173C3 +:040000050800013DB1 +:00000001FF diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/Zigbee_OnOff_Server_Coord.htm b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/Zigbee_OnOff_Server_Coord.htm new file mode 100644 index 0000000..7436752 --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/Zigbee_OnOff_Server_Coord.htm @@ -0,0 +1,5869 @@ + + +Static Call Graph - [.\Zigbee_OnOff_Server_Coord\Exe\Zigbee_OnOff_Server_Coord.axf] +
+

Static Call Graph for image .\Zigbee_OnOff_Server_Coord\Exe\Zigbee_OnOff_Server_Coord.axf


+

#<CALLGRAPH># ARM Linker, 6220000: Last Updated: Thu May 28 03:12:18 2026 +

+

Maximum Stack Usage = 1100 bytes + Unknown(Cycles, Untraceable Function Pointers)

+Call chain for Maximum Stack Depth:

+APP_ZIGBEE_ProcessNotifyM0ToM4 ⇒ Zigbee_CallBackProcessing ⇒ zcl_cluster_data_ind ⇒ ZbZclHandleConfigReport ⇒ zcl_reporting_create_new ⇒ ZbNwkGet ⇒ ZbNwkGetIndex ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +

+

+Mutually Recursive functions +

  • ADC1_IRQHandler   ⇒   ADC1_IRQHandler
    +
  • ZbZclAttrParseLength   ⇒   ZbZclAttrParseLength
    + +

    +

    +Function Pointers +

      +
    • ADC1_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • AES1_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • AES2_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • APPE_SysStatusNot from app_entry.o(.text.APPE_SysStatusNot) referenced 2 times from app_entry.o(.text.appe_Tl_Init) +
    • APPE_SysUserEvtRx from app_entry.o(.text.APPE_SysUserEvtRx) referenced 2 times from app_entry.o(.text.appe_Tl_Init) +
    • APP_ZIGBEE_NwkForm from app_zigbee.o(.text.APP_ZIGBEE_NwkForm) referenced 2 times from app_zigbee.o(.text.APP_ZIGBEE_Init) +
    • APP_ZIGBEE_ProcessNotifyM0ToM4 from app_zigbee.o(.text.APP_ZIGBEE_ProcessNotifyM0ToM4) referenced 2 times from app_zigbee.o(.text.APP_ZIGBEE_Init) +
    • APP_ZIGBEE_ProcessRequestM0ToM4 from app_zigbee.o(.text.APP_ZIGBEE_ProcessRequestM0ToM4) referenced 2 times from app_zigbee.o(.text.APP_ZIGBEE_Init) +
    • APP_ZIGBEE_SlaveReportConfCb from app_zigbee.o(.text.APP_ZIGBEE_SlaveReportConfCb) referenced 2 times from app_zigbee.o(.text.APP_ZIGBEE_SendSlaveReport) +
    • APP_ZIGBEE_SlaveReportIndCb from app_zigbee.o(.text.APP_ZIGBEE_SlaveReportIndCb) referenced 2 times from app_zigbee.o(.text.APP_ZIGBEE_ConfigEndpoints) +
    • BusFault_Handler from stm32wbxx_it.o(.text.BusFault_Handler) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • C2SEV_PWR_C2H_IRQHandler from stm32wbxx_it.o(.text.C2SEV_PWR_C2H_IRQHandler) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • COMP_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • CRS_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • DMA1_Channel1_IRQHandler from stm32wbxx_it.o(.text.DMA1_Channel1_IRQHandler) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • DMA1_Channel2_IRQHandler from stm32wbxx_it.o(.text.DMA1_Channel2_IRQHandler) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • DMA1_Channel3_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • DMA1_Channel4_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • DMA1_Channel5_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • DMA1_Channel6_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • DMA1_Channel7_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • DMA2_Channel1_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • DMA2_Channel2_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • DMA2_Channel3_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • DMA2_Channel4_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • DMA2_Channel5_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • DMA2_Channel6_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • DMA2_Channel7_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • DMAMUX1_OVR_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • DbgTrace_TxCpltCallback from dbg_trace.o(.text.DbgTrace_TxCpltCallback) referenced 2 times from dbg_trace.o(.text.DbgTraceWrite) +
    • DbgTrace_TxCpltCallback from dbg_trace.o(.text.DbgTrace_TxCpltCallback) referenced 2 times from dbg_trace.o(.text.DbgTrace_TxCpltCallback) +
    • DebugMon_Handler from stm32wbxx_it.o(.text.DebugMon_Handler) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • EXTI0_IRQHandler from stm32wbxx_it.o(.text.EXTI0_IRQHandler) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • EXTI15_10_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • EXTI1_IRQHandler from stm32wbxx_it.o(.text.EXTI1_IRQHandler) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • EXTI2_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • EXTI3_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • EXTI4_IRQHandler from stm32wbxx_it.o(.text.EXTI4_IRQHandler) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • EXTI9_5_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • FLASH_IRQHandler from stm32wbxx_it.o(.text.FLASH_IRQHandler) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • FPU_IRQHandler from stm32wbxx_it.o(.text.FPU_IRQHandler) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • HAL_IPCC_RxCallback from stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_RxCallback) referenced 2 times from stm32wbxx_hal_ipcc.o(.text.IPCC_SetDefaultCallbacks) +
    • HAL_IPCC_TxCallback from stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_TxCallback) referenced 2 times from stm32wbxx_hal_ipcc.o(.text.IPCC_SetDefaultCallbacks) +
    • HSEM_IRQHandler from stm32wbxx_it.o(.text.HSEM_IRQHandler) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • HardFault_Handler from stm32wbxx_it.o(.text.HardFault_Handler) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • I2C1_ER_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • I2C1_EV_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • I2C3_ER_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • I2C3_EV_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • IPCC_C1_RX_IRQHandler from stm32wbxx_it.o(.text.IPCC_C1_RX_IRQHandler) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • IPCC_C1_TX_IRQHandler from stm32wbxx_it.o(.text.IPCC_C1_TX_IRQHandler) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • LCD_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • LPTIM1_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • LPTIM2_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • LPUART1_IRQHandler from stm32wbxx_it.o(.text.LPUART1_IRQHandler) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • MemManage_Handler from stm32wbxx_it.o(.text.MemManage_Handler) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • NMI_Handler from stm32wbxx_it.o(.text.NMI_Handler) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • PKA_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • PVD_PVM_IRQHandler from stm32wbxx_it.o(.text.PVD_PVM_IRQHandler) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • PWR_SOTF_BLEACT_802ACT_RFPHASE_IRQHandler from stm32wbxx_it.o(.text.PWR_SOTF_BLEACT_802ACT_RFPHASE_IRQHandler) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • PendSV_Handler from stm32wbxx_it.o(.text.PendSV_Handler) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • QUADSPI_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • RCC_IRQHandler from stm32wbxx_it.o(.text.RCC_IRQHandler) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • RNG_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • RTC_Alarm_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • RTC_WKUP_IRQHandler from stm32wbxx_it.o(.text.RTC_WKUP_IRQHandler) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • Reset_Handler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • RxCpltCallback from app_entry.o(.text.RxCpltCallback) referenced 2 times from app_entry.o(.text.RxCpltCallback) +
    • RxCpltCallback from app_entry.o(.text.RxCpltCallback) referenced 2 times from app_entry.o(.text.RxUART_Init) +
    • SAI1_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • SPI1_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • SPI2_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • SVC_Handler from stm32wbxx_it.o(.text.SVC_Handler) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • SendFreeBuf from tl_mbox.o(.text.SendFreeBuf) referenced 2 times from tl_mbox.o(.text.TL_MM_EvtDone) +
    • SysTick_Handler from stm32wbxx_it.o(.text.SysTick_Handler) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • SystemInit from system_stm32wbxx.o(.text.SystemInit) referenced from startup_stm32wb55xx_cm4.o(.text) +
    • TAMP_STAMP_LSECSS_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • TIM1_BRK_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • TIM1_CC_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • TIM1_TRG_COM_TIM17_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • TIM1_UP_TIM16_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • TIM2_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • TL_SYS_Init from tl_mbox.o(.text.TL_SYS_Init) referenced 2 times from shci_tl_if.o(.text.shci_register_io_bus) +
    • TL_SYS_SendCmd from tl_mbox.o(.text.TL_SYS_SendCmd) referenced 2 times from shci_tl_if.o(.text.shci_register_io_bus) +
    • TSC_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • TlCmdEvtReceived from shci_tl.o(.text.TlCmdEvtReceived) referenced 2 times from shci_tl.o(.text.TlInit) +
    • TlUserEvtReceived from shci_tl.o(.text.TlUserEvtReceived) referenced 2 times from shci_tl.o(.text.TlInit) +
    • UART_DMAAbortOnError from stm32wbxx_hal_uart.o(.text.UART_DMAAbortOnError) referenced 2 times from stm32wbxx_hal_uart.o(.text.HAL_UART_IRQHandler) +
    • UART_DMAError from stm32wbxx_hal_uart.o(.text.UART_DMAError) referenced 2 times from stm32wbxx_hal_uart.o(.text.HAL_UART_Transmit_DMA) +
    • UART_DMATransmitCplt from stm32wbxx_hal_uart.o(.text.UART_DMATransmitCplt) referenced 2 times from stm32wbxx_hal_uart.o(.text.HAL_UART_Transmit_DMA) +
    • UART_DMATxHalfCplt from stm32wbxx_hal_uart.o(.text.UART_DMATxHalfCplt) referenced 2 times from stm32wbxx_hal_uart.o(.text.HAL_UART_Transmit_DMA) +
    • UART_RxISR_16BIT from stm32wbxx_hal_uart.o(.text.UART_RxISR_16BIT) referenced 2 times from stm32wbxx_hal_uart.o(.text.UART_RxISR_16BIT_FIFOEN) +
    • UART_RxISR_16BIT from stm32wbxx_hal_uart.o(.text.UART_RxISR_16BIT) referenced 2 times from stm32wbxx_hal_uart.o(.text.UART_Start_Receive_IT) +
    • UART_RxISR_16BIT_FIFOEN from stm32wbxx_hal_uart.o(.text.UART_RxISR_16BIT_FIFOEN) referenced 2 times from stm32wbxx_hal_uart.o(.text.UART_Start_Receive_IT) +
    • UART_RxISR_8BIT from stm32wbxx_hal_uart.o(.text.UART_RxISR_8BIT) referenced 2 times from stm32wbxx_hal_uart.o(.text.UART_RxISR_8BIT_FIFOEN) +
    • UART_RxISR_8BIT from stm32wbxx_hal_uart.o(.text.UART_RxISR_8BIT) referenced 2 times from stm32wbxx_hal_uart.o(.text.UART_Start_Receive_IT) +
    • UART_RxISR_8BIT_FIFOEN from stm32wbxx_hal_uart.o(.text.UART_RxISR_8BIT_FIFOEN) referenced 2 times from stm32wbxx_hal_uart.o(.text.UART_Start_Receive_IT) +
    • USART1_IRQHandler from stm32wbxx_it.o(.text.USART1_IRQHandler) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • USB_HP_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • USB_LP_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • UsageFault_Handler from stm32wbxx_it.o(.text.UsageFault_Handler) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • WWDG_IRQHandler from startup_stm32wb55xx_cm4.o(.text) referenced from startup_stm32wb55xx_cm4.o(RESET) +
    • ZbStartupWaitCb from app_zigbee.o(.text.ZbStartupWaitCb) referenced 2 times from app_zigbee.o(.text.ZbStartupWait) +
    • __main from entry.o(.ARM.Collect$$$$00000000) referenced from startup_stm32wb55xx_cm4.o(.text) +
    • _snputc from printfa.o(i._snputc) referenced from printfa.o(i.__0snprintf) +
    • _snputc from printfa.o(i._snputc) referenced from printfa.o(i.__0vsnprintf) +
    • _sputc from printfa.o(i._sputc) referenced from printfa.o(i.__0sprintf) +
    • fputc from dbg_trace.o(.text.fputc) referenced from printfa.o(i.__0printf) +
    • main from main.o(.text.main) referenced from entry9a.o(.ARM.Collect$$$$0000000B) +
    • onOffServerCommand from zcl_onoff_server.o(.text.onOffServerCommand) referenced 2 times from zcl_onoff_server.o(.text.ZbZclOnOffServerAlloc) +
    • onOffServerGetSceneData from zcl_onoff_server.o(.text.onOffServerGetSceneData) referenced 2 times from zcl_onoff_server.o(.text.ZbZclOnOffServerAlloc) +
    • onOffServerSetSceneData from zcl_onoff_server.o(.text.onOffServerSetSceneData) referenced 2 times from zcl_onoff_server.o(.text.ZbZclOnOffServerAlloc) +
    • onOff_server_1_off from app_zigbee.o(.text.onOff_server_1_off) referenced 2 times from app_zigbee.o(.data.OnOffServerCallbacks_1) +
    • onOff_server_1_on from app_zigbee.o(.text.onOff_server_1_on) referenced 2 times from app_zigbee.o(.data.OnOffServerCallbacks_1) +
    • onOff_server_1_toggle from app_zigbee.o(.text.onOff_server_1_toggle) referenced 2 times from app_zigbee.o(.data.OnOffServerCallbacks_1) +
    • report_command_timer from zcl_attr_report.o(.text.report_command_timer) referenced 2 times from zcl_attr_report.o(.text.zcl_reporting_queue_report) +
    • shci_user_evt_proc from shci_tl.o(.text.shci_user_evt_proc) referenced 2 times from app_entry.o(.text.appe_Tl_Init) +
    • zcl_cluster_command_dummy from zcl_cluster_init.o(.text.zcl_cluster_command_dummy) referenced 2 times from zcl_cluster_init.o(.text.ZbZclClusterAttach) +
    • zcl_cluster_persist_timer from zcl_cluster_init.o(.text.zcl_cluster_persist_timer) referenced 2 times from zcl_cluster_init.o(.text.ZbZclClusterAlloc) +
    • zcl_cluster_reports_timer from zcl_attr_report.o(.text.zcl_cluster_reports_timer) referenced 2 times from zcl_cluster_init.o(.text.ZbZclClusterAlloc) +
    • zcl_reporting_send_conf from zcl_attr_report.o(.text.zcl_reporting_send_conf) referenced 2 times from zcl_attr_report.o(.text.zcl_reporting_send_report) +
    • zcl_reporting_stack_event from zcl_attr_report.o(.text.zcl_reporting_stack_event) referenced 2 times from zcl_cluster_init.o(.text.ZbZclClusterAlloc) +
    +

    +

    +Global Symbols +

    +

    __main (Thumb, 0 bytes, Stack size unknown bytes, entry.o(.ARM.Collect$$$$00000000)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(.text) +
    +

    _main_stk (Thumb, 0 bytes, Stack size unknown bytes, entry2.o(.ARM.Collect$$$$00000001)) + +

    _main_scatterload (Thumb, 0 bytes, Stack size unknown bytes, entry5.o(.ARM.Collect$$$$00000004)) +

    [Calls]

    • >>   __scatterload +
    + +

    __main_after_scatterload (Thumb, 0 bytes, Stack size unknown bytes, entry5.o(.ARM.Collect$$$$00000004)) +

    [Called By]

    • >>   __scatterload +
    + +

    _main_clock (Thumb, 0 bytes, Stack size unknown bytes, entry7b.o(.ARM.Collect$$$$00000008)) + +

    _main_cpp_init (Thumb, 0 bytes, Stack size unknown bytes, entry8b.o(.ARM.Collect$$$$0000000A)) + +

    _main_init (Thumb, 0 bytes, Stack size unknown bytes, entry9a.o(.ARM.Collect$$$$0000000B)) + +

    __rt_final_cpp (Thumb, 0 bytes, Stack size unknown bytes, entry10a.o(.ARM.Collect$$$$0000000D)) + +

    __rt_final_exit (Thumb, 0 bytes, Stack size unknown bytes, entry11a.o(.ARM.Collect$$$$0000000F)) + +

    Reset_Handler (Thumb, 8 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    ADC1_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +

    [Calls]

    • >>   ADC1_IRQHandler +
    +
    [Called By]
    • >>   ADC1_IRQHandler +
    +
    [Address Reference Count : 1]
    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    AES1_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    AES2_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    COMP_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    CRS_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    DMA1_Channel3_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    DMA1_Channel4_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    DMA1_Channel5_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    DMA1_Channel6_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    DMA1_Channel7_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    DMA2_Channel1_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    DMA2_Channel2_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    DMA2_Channel3_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    DMA2_Channel4_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    DMA2_Channel5_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    DMA2_Channel6_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    DMA2_Channel7_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    DMAMUX1_OVR_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    EXTI15_10_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    EXTI2_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    EXTI3_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    EXTI9_5_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    I2C1_ER_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    I2C1_EV_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    I2C3_ER_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    I2C3_EV_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    LCD_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    LPTIM1_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    LPTIM2_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    PKA_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    QUADSPI_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    RNG_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    RTC_Alarm_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    SAI1_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    SPI1_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    SPI2_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    TAMP_STAMP_LSECSS_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    TIM1_BRK_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    TIM1_CC_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    TIM1_TRG_COM_TIM17_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    TIM1_UP_TIM16_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    TIM2_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    TSC_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    USB_HP_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    USB_LP_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    WWDG_IRQHandler (Thumb, 0 bytes, Stack size 0 bytes, startup_stm32wb55xx_cm4.o(.text)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    __aeabi_uldivmod (Thumb, 98 bytes, Stack size 40 bytes, uldiv.o(.text)) +

    [Stack]

    • Max Depth = 40
    • Call Chain = __aeabi_uldivmod +
    +
    [Calls]
    • >>   __aeabi_llsr +
    • >>   __aeabi_llsl +
    +
    [Called By]
    • >>   UART_SetConfig +
    • >>   _printf_core +
    • >>   _fp_digits +
    + +

    __aeabi_memcpy (Thumb, 36 bytes, Stack size 0 bytes, memcpya.o(.text)) +

    [Called By]

    • >>   ZbZclAttrRead +
    • >>   CircularQueue_Add +
    • >>   shci_send +
    • >>   zcl_cluster_persist_timer +
    • >>   zcl_cluster_reports_timer +
    • >>   ZbZclAttrDefaultWrite +
    + +

    __aeabi_memcpy4 (Thumb, 0 bytes, Stack size 0 bytes, memcpya.o(.text)) +

    [Called By]

    • >>   zcl_reporting_queue_report +
    + +

    __aeabi_memcpy8 (Thumb, 0 bytes, Stack size 0 bytes, memcpya.o(.text), UNUSED) + +

    __aeabi_memset (Thumb, 14 bytes, Stack size 0 bytes, memseta.o(.text)) +

    [Called By]

    • >>   _memset$wrapper +
    • >>   __aeabi_memclr +
    + +

    __aeabi_memset4 (Thumb, 0 bytes, Stack size 0 bytes, memseta.o(.text), UNUSED) + +

    __aeabi_memset8 (Thumb, 0 bytes, Stack size 0 bytes, memseta.o(.text), UNUSED) + +

    __aeabi_memclr (Thumb, 4 bytes, Stack size 0 bytes, memseta.o(.text)) +

    [Calls]

    • >>   __aeabi_memset +
    +
    [Called By]
    • >>   RxCpltCallback +
    • >>   ZbZclAttrAppendList +
    + +

    __aeabi_memclr4 (Thumb, 0 bytes, Stack size 0 bytes, memseta.o(.text)) +

    [Called By]

    • >>   HAL_RTC_MspInit +
    • >>   HAL_UART_MspInit +
    • >>   PeriphCommonClock_Config +
    • >>   SystemClock_Config +
    • >>   zcl_cluster_reports_timer +
    • >>   zcl_reporting_queue_report +
    • >>   ZbZclClusterAlloc +
    + +

    __aeabi_memclr8 (Thumb, 0 bytes, Stack size 0 bytes, memseta.o(.text)) +

    [Called By]

    • >>   APP_ZIGBEE_SendSlaveReport +
    • >>   zcl_persist_send_cache +
    • >>   zcl_reporting_create_default_reports +
    • >>   ZbZclHandleConfigReport +
    • >>   ZbZclClusterInitApsdeReq +
    + +

    _memset$wrapper (Thumb, 18 bytes, Stack size 8 bytes, memseta.o(.text), UNUSED) +

    [Calls]

    • >>   __aeabi_memset +
    + +

    strstr (Thumb, 36 bytes, Stack size 12 bytes, strstr.o(.text)) +

    [Stack]

    • Max Depth = 12
    • Call Chain = strstr +
    +
    [Called By]
    • >>   APP_ZIGBEE_CheckWirelessFirmwareInfo +
    + +

    strchr (Thumb, 20 bytes, Stack size 0 bytes, strchr.o(.text)) +

    [Called By]

    • >>   APP_ZIGBEE_CheckWirelessFirmwareInfo +
    + +

    strcmp (Thumb, 28 bytes, Stack size 8 bytes, strcmp.o(.text)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = strcmp +
    +
    [Called By]
    • >>   UartCmdExecute +
    + +

    strcpy (Thumb, 18 bytes, Stack size 0 bytes, strcpy.o(.text)) +

    [Called By]

    • >>   logRegion +
    + +

    __aeabi_dadd (Thumb, 322 bytes, Stack size 48 bytes, dadd.o(.text)) +

    [Stack]

    • Max Depth = 88
    • Call Chain = __aeabi_dadd ⇒ _double_epilogue ⇒ _double_round +
    +
    [Calls]
    • >>   __aeabi_lasr +
    • >>   __aeabi_llsl +
    • >>   _double_round +
    • >>   _double_epilogue +
    +
    [Called By]
    • >>   __aeabi_drsub +
    • >>   _fp_digits +
    • >>   ZbZclFloatLdexp +
    • >>   __aeabi_dsub +
    + +

    __aeabi_dsub (Thumb, 6 bytes, Stack size 0 bytes, dadd.o(.text)) +

    [Stack]

    • Max Depth = 88
    • Call Chain = __aeabi_dsub ⇒ __aeabi_dadd ⇒ _double_epilogue ⇒ _double_round +
    +
    [Calls]
    • >>   __aeabi_dadd +
    +
    [Called By]
    • >>   zcl_cluster_reports_timer +
    + +

    __aeabi_drsub (Thumb, 6 bytes, Stack size 0 bytes, dadd.o(.text), UNUSED) +

    [Calls]

    • >>   __aeabi_dadd +
    + +

    __aeabi_dmul (Thumb, 228 bytes, Stack size 48 bytes, dmul.o(.text)) +

    [Stack]

    • Max Depth = 88
    • Call Chain = __aeabi_dmul ⇒ _double_epilogue ⇒ _double_round +
    +
    [Calls]
    • >>   _double_epilogue +
    +
    [Called By]
    • >>   _fp_digits +
    • >>   ZbZclFloatLdexp +
    + +

    __aeabi_ddiv (Thumb, 222 bytes, Stack size 32 bytes, ddiv.o(.text)) +

    [Stack]

    • Max Depth = 40
    • Call Chain = __aeabi_ddiv ⇒ _double_round +
    +
    [Calls]
    • >>   _double_round +
    +
    [Called By]
    • >>   _fp_digits +
    • >>   ZbZclFloatLdexp +
    + +

    __aeabi_dcmplt (Thumb, 54 bytes, Stack size 12 bytes, dcmplt.o(.text)) +

    [Stack]

    • Max Depth = 12
    • Call Chain = __aeabi_dcmplt +
    +
    [Called By]
    • >>   zcl_cluster_reports_timer +
    • >>   zcl_reporting_epsilon_check +
    • >>   ZbZclHandleConfigReport +
    + +

    __aeabi_dcmpge (Thumb, 54 bytes, Stack size 12 bytes, dcmpge.o(.text)) +

    [Stack]

    • Max Depth = 12
    • Call Chain = __aeabi_dcmpge +
    +
    [Called By]
    • >>   zcl_reporting_epsilon_check +
    + +

    __aeabi_dcmpgt (Thumb, 54 bytes, Stack size 12 bytes, dcmpgt.o(.text)) +

    [Stack]

    • Max Depth = 12
    • Call Chain = __aeabi_dcmpgt +
    +
    [Called By]
    • >>   zcl_cluster_reports_timer +
    • >>   zcl_append_report_config_record +
    + +

    __aeabi_dcmpeq (Thumb, 56 bytes, Stack size 12 bytes, dcmpeq.o(.text)) +

    [Stack]

    • Max Depth = 12
    • Call Chain = __aeabi_dcmpeq +
    +
    [Called By]
    • >>   ZbZclFloatLdexp +
    • >>   zcl_reporting_epsilon_check +
    • >>   ZbZclHandleConfigReport +
    + +

    __aeabi_ui2d (Thumb, 26 bytes, Stack size 16 bytes, dfltui.o(.text)) +

    [Stack]

    • Max Depth = 56
    • Call Chain = __aeabi_ui2d ⇒ _double_epilogue ⇒ _double_round +
    +
    [Calls]
    • >>   _double_epilogue +
    +
    [Called By]
    • >>   ZbZclParseFloat +
    + +

    __aeabi_l2d (Thumb, 40 bytes, Stack size 24 bytes, dfltl.o(.text)) +

    [Stack]

    • Max Depth = 64
    • Call Chain = __aeabi_l2d ⇒ _double_epilogue ⇒ _double_round +
    +
    [Calls]
    • >>   _double_epilogue +
    +
    [Called By]
    • >>   ZbZclHandleConfigReport +
    + +

    __aeabi_ul2d (Thumb, 24 bytes, Stack size 16 bytes, dfltul.o(.text)) +

    [Stack]

    • Max Depth = 56
    • Call Chain = __aeabi_ul2d ⇒ _double_epilogue ⇒ _double_round +
    +
    [Calls]
    • >>   _double_epilogue +
    +
    [Called By]
    • >>   ZbZclFloatLdexp +
    • >>   ZbZclParseFloat +
    • >>   zcl_cluster_reports_timer +
    + +

    __aeabi_d2iz (Thumb, 62 bytes, Stack size 16 bytes, dfixi.o(.text)) +

    [Stack]

    • Max Depth = 16
    • Call Chain = __aeabi_d2iz +
    +
    [Calls]
    • >>   __aeabi_llsr +
    +
    [Called By]
    • >>   zcl_append_report_config_record +
    + +

    __aeabi_d2uiz (Thumb, 50 bytes, Stack size 8 bytes, dfixui.o(.text)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = __aeabi_d2uiz +
    +
    [Calls]
    • >>   __aeabi_llsr +
    +
    [Called By]
    • >>   zcl_append_report_config_record +
    + +

    __aeabi_d2lz (Thumb, 74 bytes, Stack size 16 bytes, dfixl.o(.text)) +

    [Stack]

    • Max Depth = 16
    • Call Chain = __aeabi_d2lz +
    +
    [Calls]
    • >>   __aeabi_llsr +
    • >>   __aeabi_llsl +
    +
    [Called By]
    • >>   ZbZclAttrWrite +
    + +

    __aeabi_d2ulz (Thumb, 48 bytes, Stack size 0 bytes, dfixul.o(.text)) +

    [Calls]

    • >>   __aeabi_llsr +
    • >>   __aeabi_llsl +
    +
    [Called By]
    • >>   _fp_digits +
    • >>   zcl_append_report_config_record +
    + +

    __aeabi_uidiv (Thumb, 0 bytes, Stack size 12 bytes, uidiv.o(.text), UNUSED) + +

    __aeabi_uidivmod (Thumb, 44 bytes, Stack size 12 bytes, uidiv.o(.text), UNUSED) +

    [Called By]

    • >>   _printf_core +
    + +

    __aeabi_llsl (Thumb, 30 bytes, Stack size 0 bytes, llshl.o(.text)) +

    [Called By]

    • >>   _double_epilogue +
    • >>   __aeabi_uldivmod +
    • >>   __aeabi_dadd +
    • >>   __aeabi_d2ulz +
    • >>   __aeabi_d2lz +
    + +

    _ll_shift_l (Thumb, 0 bytes, Stack size 0 bytes, llshl.o(.text), UNUSED) + +

    __aeabi_llsr (Thumb, 32 bytes, Stack size 0 bytes, llushr.o(.text)) +

    [Called By]

    • >>   _double_epilogue +
    • >>   __aeabi_uldivmod +
    • >>   __aeabi_d2uiz +
    • >>   __aeabi_d2ulz +
    • >>   __aeabi_d2iz +
    • >>   __aeabi_d2lz +
    + +

    _ll_ushift_r (Thumb, 0 bytes, Stack size 0 bytes, llushr.o(.text), UNUSED) + +

    __aeabi_lasr (Thumb, 36 bytes, Stack size 0 bytes, llsshr.o(.text)) +

    [Called By]

    • >>   __aeabi_dadd +
    + +

    _ll_sshift_r (Thumb, 0 bytes, Stack size 0 bytes, llsshr.o(.text), UNUSED) + +

    __I$use$fp (Thumb, 0 bytes, Stack size 8 bytes, iusefp.o(.text), UNUSED) + +

    _double_round (Thumb, 30 bytes, Stack size 8 bytes, depilogue.o(.text)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = _double_round +
    +
    [Called By]
    • >>   _double_epilogue +
    • >>   __aeabi_ddiv +
    • >>   __aeabi_dadd +
    + +

    _double_epilogue (Thumb, 156 bytes, Stack size 32 bytes, depilogue.o(.text)) +

    [Stack]

    • Max Depth = 40
    • Call Chain = _double_epilogue ⇒ _double_round +
    +
    [Calls]
    • >>   __aeabi_llsr +
    • >>   __aeabi_llsl +
    • >>   _double_round +
    +
    [Called By]
    • >>   __aeabi_ui2d +
    • >>   __aeabi_dmul +
    • >>   __aeabi_dadd +
    • >>   __aeabi_l2d +
    • >>   __aeabi_ul2d +
    + +

    __aeabi_cdrcmple (Thumb, 48 bytes, Stack size 0 bytes, cdrcmple.o(.text), UNUSED) +

    [Called By]

    • >>   _fp_digits +
    + +

    __scatterload (Thumb, 38 bytes, Stack size 0 bytes, init.o(.text)) +

    [Calls]

    • >>   __main_after_scatterload +
    +
    [Called By]
    • >>   _main_scatterload +
    + +

    __scatterload_rt2 (Thumb, 0 bytes, Stack size 0 bytes, init.o(.text), UNUSED) + +

    __decompress (Thumb, 0 bytes, Stack size unknown bytes, __dczerorl.o(.text), UNUSED) + +

    __decompress0 (Thumb, 58 bytes, Stack size unknown bytes, __dczerorl.o(.text), UNUSED) + +

    APP_ZIGBEE_Error (Thumb, 28 bytes, Stack size 16 bytes, app_zigbee.o(.text.APP_ZIGBEE_Error)) +

    [Stack]

    • Max Depth = 432
    • Call Chain = APP_ZIGBEE_Error ⇒ APP_ZIGBEE_TraceError ⇒ logApplication ⇒ logRegion ⇒ snprintf +
    +
    [Calls]
    • >>   APP_ZIGBEE_TraceError +
    +
    [Called By]
    • >>   APP_ZIGBEE_CheckWirelessFirmwareInfo +
    + +

    APP_ZIGBEE_Init (Thumb, 108 bytes, Stack size 24 bytes, app_zigbee.o(.text.APP_ZIGBEE_Init)) +

    [Stack]

    • Max Depth = 652
    • Call Chain = APP_ZIGBEE_Init ⇒ APP_ZIGBEE_StackLayersInit ⇒ APP_ZIGBEE_ConfigEndpoints ⇒ ZbZclOnOffServerAlloc ⇒ ZbZclClusterAlloc ⇒ ZbZclAttrIntegerWrite ⇒ ZbZclAttrWrite ⇒ zcl_attr_reporting_check ⇒ ZbNwkGet ⇒ ZbNwkGetIndex ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   SHCI_C2_ZIGBEE_Init +
    • >>   APP_ZIGBEE_TL_INIT +
    • >>   APP_ZIGBEE_RegisterCmdBuffer +
    • >>   APP_ZIGBEE_StackLayersInit +
    • >>   APP_ZIGBEE_CheckWirelessFirmwareInfo +
    • >>   logApplication +
    • >>   UTIL_SEQ_RegTask +
    +
    [Called By]
    • >>   APPE_SysEvtReadyProcessing +
    + +

    APP_ZIGBEE_IsReady (Thumb, 102 bytes, Stack size 8 bytes, app_zigbee.o(.text.APP_ZIGBEE_IsReady)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = APP_ZIGBEE_IsReady +
    +
    [Called By]
    • >>   APP_ZIGBEE_SendSlaveReport +
    • >>   APP_ZIGBEE_Process +
    + +

    APP_ZIGBEE_Process (Thumb, 220 bytes, Stack size 16 bytes, app_zigbee.o(.text.APP_ZIGBEE_Process)) +

    [Stack]

    • Max Depth = 432
    • Call Chain = APP_ZIGBEE_Process ⇒ APP_ZIGBEE_OpenPermitJoin ⇒ logApplication ⇒ logRegion ⇒ snprintf +
    +
    [Calls]
    • >>   APP_ZIGBEE_IsReady +
    • >>   APP_ZIGBEE_RequestNetworkRestart +
    • >>   APP_ZIGBEE_OpenPermitJoin +
    • >>   HAL_GetTick +
    +
    [Called By]
    • >>   ZigbeePort_Process +
    + +

    APP_ZIGBEE_RegisterCmdBuffer (Thumb, 20 bytes, Stack size 4 bytes, app_zigbee.o(.text.APP_ZIGBEE_RegisterCmdBuffer)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = APP_ZIGBEE_RegisterCmdBuffer +
    +
    [Called By]
    • >>   APP_ZIGBEE_Init +
    + +

    APP_ZIGBEE_SendSlaveReport (Thumb, 280 bytes, Stack size 80 bytes, app_zigbee.o(.text.APP_ZIGBEE_SendSlaveReport)) +

    [Stack]

    • Max Depth = 400
    • Call Chain = APP_ZIGBEE_SendSlaveReport ⇒ ZbApsdeDataReqCallback ⇒ zb_ipc_m4_get_retval ⇒ __aeabi_assert ⇒ fputs ⇒ fputc ⇒ DbgTraceWrite ⇒ DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   ZbApsdeDataReqCallback +
    • >>   APP_ZIGBEE_IsReady +
    • >>   APP_ZIGBEE_EncodeSlaveReport +
    • >>   __aeabi_memclr8 +
    +
    [Called By]
    • >>   ZigbeePort_SendSlaveInputs +
    + +

    APP_ZIGBEE_TL_INIT (Thumb, 46 bytes, Stack size 8 bytes, app_zigbee.o(.text.APP_ZIGBEE_TL_INIT)) +

    [Stack]

    • Max Depth = 64
    • Call Chain = APP_ZIGBEE_TL_INIT ⇒ TL_ZIGBEE_Init ⇒ HW_IPCC_ZIGBEE_Init ⇒ LL_C1_IPCC_EnableReceiveChannel +
    +
    [Calls]
    • >>   TL_ZIGBEE_Init +
    +
    [Called By]
    • >>   APP_ZIGBEE_Init +
    + +

    App_DebugOnSlaveReportTx (Thumb, 30 bytes, Stack size 16 bytes, app_globals.o(.text.App_DebugOnSlaveReportTx)) +

    [Stack]

    • Max Depth = 20
    • Call Chain = App_DebugOnSlaveReportTx ⇒ App_DebugCopyReportToSlaveWatch +
    +
    [Calls]
    • >>   App_DebugCopyReportToSlaveWatch +
    +
    [Called By]
    • >>   ZigbeePort_SendSlaveInputs +
    + +

    App_DebugRefresh (Thumb, 128 bytes, Stack size 16 bytes, app_globals.o(.text.App_DebugRefresh)) +

    [Stack]

    • Max Depth = 20
    • Call Chain = App_DebugRefresh ⇒ App_DebugCopyReportToMasterWatch +
    +
    [Calls]
    • >>   App_DebugCopyReportToMasterWatch +
    +
    [Called By]
    • >>   ZigbeeApp_UpdateRoleFromSwitch +
    • >>   App_MasterAcceptReport +
    • >>   ZigbeeApp_Init +
    + +

    App_MakeSlaveReport (Thumb, 110 bytes, Stack size 12 bytes, app_globals.o(.text.App_MakeSlaveReport)) +

    [Stack]

    • Max Depth = 12
    • Call Chain = App_MakeSlaveReport +
    +
    [Called By]
    • >>   ZigbeePort_SendSlaveInputs +
    + +

    App_MasterAcceptReport (Thumb, 78 bytes, Stack size 16 bytes, app_globals.o(.text.App_MasterAcceptReport)) +

    [Stack]

    • Max Depth = 36
    • Call Chain = App_MasterAcceptReport ⇒ App_DebugRefresh ⇒ App_DebugCopyReportToMasterWatch +
    +
    [Calls]
    • >>   App_DebugRefresh +
    • >>   App_DebugCopyReportToMasterWatch +
    +
    [Called By]
    • >>   ZigbeePort_OnSlaveReportReceived +
    + +

    App_SetRole (Thumb, 30 bytes, Stack size 4 bytes, app_globals.o(.text.App_SetRole)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = App_SetRole +
    +
    [Called By]
    • >>   ZigbeeApp_UpdateRoleFromSwitch +
    + +

    BSP_LED_Init (Thumb, 112 bytes, Stack size 48 bytes, stm32wbxx_nucleo.o(.text.BSP_LED_Init)) +

    [Stack]

    • Max Depth = 84
    • Call Chain = BSP_LED_Init ⇒ HAL_GPIO_Init +
    +
    [Calls]
    • >>   HAL_GPIO_WritePin +
    • >>   HAL_GPIO_Init +
    • >>   LL_AHB2_GRP1_EnableClock +
    +
    [Called By]
    • >>   Led_Init +
    + +

    BSP_LED_Off (Thumb, 46 bytes, Stack size 16 bytes, stm32wbxx_nucleo.o(.text.BSP_LED_Off)) +

    [Stack]

    • Max Depth = 24
    • Call Chain = BSP_LED_Off ⇒ HAL_GPIO_WritePin +
    +
    [Calls]
    • >>   HAL_GPIO_WritePin +
    +
    [Called By]
    • >>   onOff_server_1_off +
    • >>   APP_ZIGBEE_StackLayersInit +
    + +

    BSP_LED_On (Thumb, 46 bytes, Stack size 16 bytes, stm32wbxx_nucleo.o(.text.BSP_LED_On)) +

    [Stack]

    • Max Depth = 24
    • Call Chain = BSP_LED_On ⇒ HAL_GPIO_WritePin +
    +
    [Calls]
    • >>   HAL_GPIO_WritePin +
    +
    [Called By]
    • >>   onOff_server_1_on +
    • >>   APP_ZIGBEE_NwkForm +
    + +

    BSP_LED_Toggle (Thumb, 44 bytes, Stack size 16 bytes, stm32wbxx_nucleo.o(.text.BSP_LED_Toggle)) +

    [Stack]

    • Max Depth = 28
    • Call Chain = BSP_LED_Toggle ⇒ HAL_GPIO_TogglePin +
    +
    [Calls]
    • >>   HAL_GPIO_TogglePin +
    +
    [Called By]
    • >>   APP_ZIGBEE_TraceError +
    + +

    BSP_PB_Init (Thumb, 256 bytes, Stack size 40 bytes, stm32wbxx_nucleo.o(.text.BSP_PB_Init)) +

    [Stack]

    • Max Depth = 104
    • Call Chain = BSP_PB_Init ⇒ HAL_NVIC_SetPriority ⇒ NVIC_EncodePriority +
    +
    [Calls]
    • >>   HAL_GPIO_Init +
    • >>   HAL_Delay +
    • >>   HAL_NVIC_EnableIRQ +
    • >>   HAL_NVIC_SetPriority +
    • >>   LL_AHB2_GRP1_EnableClock +
    +
    [Called By]
    • >>   Button_Init +
    + +

    BusFault_Handler (Thumb, 4 bytes, Stack size 0 bytes, stm32wbxx_it.o(.text.BusFault_Handler)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    C2SEV_PWR_C2H_IRQHandler (Thumb, 2 bytes, Stack size 0 bytes, stm32wbxx_it.o(.text.C2SEV_PWR_C2H_IRQHandler)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    CircularQueue_Add (Thumb, 1224 bytes, Stack size 120 bytes, stm_queue.o(.text.CircularQueue_Add)) +

    [Stack]

    • Max Depth = 120
    • Call Chain = CircularQueue_Add +
    +
    [Calls]
    • >>   __aeabi_memcpy +
    +
    [Called By]
    • >>   DbgTraceWrite +
    + +

    CircularQueue_Init (Thumb, 110 bytes, Stack size 28 bytes, stm_queue.o(.text.CircularQueue_Init)) +

    [Stack]

    • Max Depth = 28
    • Call Chain = CircularQueue_Init +
    +
    [Called By]
    • >>   DbgTraceInit +
    + +

    CircularQueue_Remove (Thumb, 516 bytes, Stack size 64 bytes, stm_queue.o(.text.CircularQueue_Remove)) +

    [Stack]

    • Max Depth = 64
    • Call Chain = CircularQueue_Remove +
    +
    [Called By]
    • >>   DbgTrace_TxCpltCallback +
    + +

    CircularQueue_Sense (Thumb, 394 bytes, Stack size 64 bytes, stm_queue.o(.text.CircularQueue_Sense)) +

    [Stack]

    • Max Depth = 64
    • Call Chain = CircularQueue_Sense +
    +
    [Called By]
    • >>   DbgTrace_TxCpltCallback +
    + +

    DMA1_Channel1_IRQHandler (Thumb, 16 bytes, Stack size 8 bytes, stm32wbxx_it.o(.text.DMA1_Channel1_IRQHandler)) +

    [Stack]

    • Max Depth = 32
    • Call Chain = DMA1_Channel1_IRQHandler ⇒ HAL_DMA_IRQHandler +
    +
    [Calls]
    • >>   HAL_DMA_IRQHandler +
    +
    [Address Reference Count : 1]
    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    DMA1_Channel2_IRQHandler (Thumb, 16 bytes, Stack size 8 bytes, stm32wbxx_it.o(.text.DMA1_Channel2_IRQHandler)) +

    [Stack]

    • Max Depth = 32
    • Call Chain = DMA1_Channel2_IRQHandler ⇒ HAL_DMA_IRQHandler +
    +
    [Calls]
    • >>   HAL_DMA_IRQHandler +
    +
    [Address Reference Count : 1]
    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    DbgOutputInit (Thumb, 8 bytes, Stack size 8 bytes, app_entry.o(.text.DbgOutputInit)) +

    [Stack]

    • Max Depth = 256
    • Call Chain = DbgOutputInit ⇒ MX_USART1_UART_Init ⇒ HAL_UART_Init ⇒ HAL_UART_MspInit ⇒ HAL_NVIC_SetPriority ⇒ NVIC_EncodePriority +
    +
    [Calls]
    • >>   MX_USART1_UART_Init +
    +
    [Called By]
    • >>   DbgTraceInit +
    + +

    DbgOutputTraces (Thumb, 30 bytes, Stack size 24 bytes, app_entry.o(.text.DbgOutputTraces)) +

    [Stack]

    • Max Depth = 144
    • Call Chain = DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   HW_UART_Transmit_DMA +
    +
    [Called By]
    • >>   DbgTraceWrite +
    • >>   DbgTrace_TxCpltCallback +
    + +

    DbgTraceInit (Thumb, 44 bytes, Stack size 16 bytes, dbg_trace.o(.text.DbgTraceInit)) +

    [Stack]

    • Max Depth = 272
    • Call Chain = DbgTraceInit ⇒ DbgOutputInit ⇒ MX_USART1_UART_Init ⇒ HAL_UART_Init ⇒ HAL_UART_MspInit ⇒ HAL_NVIC_SetPriority ⇒ NVIC_EncodePriority +
    +
    [Calls]
    • >>   DbgOutputInit +
    • >>   CircularQueue_Init +
    +
    [Called By]
    • >>   Init_Debug +
    + +

    DbgTraceWrite (Thumb, 188 bytes, Stack size 48 bytes, dbg_trace.o(.text.DbgTraceWrite)) +

    [Stack]

    • Max Depth = 192
    • Call Chain = DbgTraceWrite ⇒ DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   DbgOutputTraces +
    • >>   CircularQueue_Add +
    +
    [Called By]
    • >>   TL_TRACES_EvtReceived +
    • >>   fputc +
    + +

    DebugMon_Handler (Thumb, 2 bytes, Stack size 0 bytes, stm32wbxx_it.o(.text.DebugMon_Handler)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    EXTI0_IRQHandler (Thumb, 10 bytes, Stack size 8 bytes, stm32wbxx_it.o(.text.EXTI0_IRQHandler)) +

    [Stack]

    • Max Depth = 32
    • Call Chain = EXTI0_IRQHandler ⇒ HAL_GPIO_EXTI_IRQHandler ⇒ HAL_GPIO_EXTI_Callback +
    +
    [Calls]
    • >>   HAL_GPIO_EXTI_IRQHandler +
    +
    [Address Reference Count : 1]
    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    EXTI1_IRQHandler (Thumb, 10 bytes, Stack size 8 bytes, stm32wbxx_it.o(.text.EXTI1_IRQHandler)) +

    [Stack]

    • Max Depth = 32
    • Call Chain = EXTI1_IRQHandler ⇒ HAL_GPIO_EXTI_IRQHandler ⇒ HAL_GPIO_EXTI_Callback +
    +
    [Calls]
    • >>   HAL_GPIO_EXTI_IRQHandler +
    +
    [Address Reference Count : 1]
    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    EXTI4_IRQHandler (Thumb, 10 bytes, Stack size 8 bytes, stm32wbxx_it.o(.text.EXTI4_IRQHandler)) +

    [Stack]

    • Max Depth = 32
    • Call Chain = EXTI4_IRQHandler ⇒ HAL_GPIO_EXTI_IRQHandler ⇒ HAL_GPIO_EXTI_Callback +
    +
    [Calls]
    • >>   HAL_GPIO_EXTI_IRQHandler +
    +
    [Address Reference Count : 1]
    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    Error_Handler (Thumb, 14 bytes, Stack size 4 bytes, main.o(.text.Error_Handler)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = Error_Handler +
    +
    [Called By]
    • >>   HAL_RTC_MspInit +
    • >>   HAL_UART_MspInit +
    • >>   MX_USART1_UART_Init +
    • >>   PeriphCommonClock_Config +
    • >>   SystemClock_Config +
    • >>   MX_RTC_Init +
    • >>   MX_IPCC_Init +
    + +

    FLASH_IRQHandler (Thumb, 8 bytes, Stack size 8 bytes, stm32wbxx_it.o(.text.FLASH_IRQHandler)) +

    [Stack]

    • Max Depth = 28
    • Call Chain = FLASH_IRQHandler ⇒ HAL_FLASH_IRQHandler ⇒ HAL_FLASH_EndOfOperationCallback +
    +
    [Calls]
    • >>   HAL_FLASH_IRQHandler +
    +
    [Address Reference Count : 1]
    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    FLASH_PageErase (Thumb, 44 bytes, Stack size 4 bytes, stm32wbxx_hal_flash_ex.o(.text.FLASH_PageErase)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = FLASH_PageErase +
    +
    [Called By]
    • >>   HAL_FLASH_IRQHandler +
    + +

    FPU_IRQHandler (Thumb, 2 bytes, Stack size 0 bytes, stm32wbxx_it.o(.text.FPU_IRQHandler)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    HAL_DBGMCU_EnableDBGSleepMode (Thumb, 8 bytes, Stack size 8 bytes, stm32wbxx_hal.o(.text.HAL_DBGMCU_EnableDBGSleepMode)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = HAL_DBGMCU_EnableDBGSleepMode +
    +
    [Calls]
    • >>   LL_DBGMCU_EnableDBGSleepMode +
    +
    [Called By]
    • >>   Init_Debug +
    + +

    HAL_DMA_Abort (Thumb, 184 bytes, Stack size 8 bytes, stm32wbxx_hal_dma.o(.text.HAL_DMA_Abort)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = HAL_DMA_Abort +
    +
    [Called By]
    • >>   HAL_UART_IRQHandler +
    + +

    HAL_DMA_Abort_IT (Thumb, 174 bytes, Stack size 16 bytes, stm32wbxx_hal_dma.o(.text.HAL_DMA_Abort_IT)) +

    [Stack]

    • Max Depth = 16
    • Call Chain = HAL_DMA_Abort_IT +
    +
    [Called By]
    • >>   HAL_UART_IRQHandler +
    + +

    HAL_DMA_IRQHandler (Thumb, 342 bytes, Stack size 24 bytes, stm32wbxx_hal_dma.o(.text.HAL_DMA_IRQHandler)) +

    [Stack]

    • Max Depth = 24
    • Call Chain = HAL_DMA_IRQHandler +
    +
    [Called By]
    • >>   DMA1_Channel2_IRQHandler +
    • >>   DMA1_Channel1_IRQHandler +
    + +

    HAL_DMA_Init (Thumb, 346 bytes, Stack size 24 bytes, stm32wbxx_hal_dma.o(.text.HAL_DMA_Init)) +

    [Stack]

    • Max Depth = 32
    • Call Chain = HAL_DMA_Init ⇒ DMA_CalcDMAMUXRequestGenBaseAndMask +
    +
    [Calls]
    • >>   DMA_CalcDMAMUXRequestGenBaseAndMask +
    • >>   DMA_CalcDMAMUXChannelBaseAndMask +
    +
    [Called By]
    • >>   HAL_UART_MspInit +
    + +

    HAL_DMA_Start_IT (Thumb, 252 bytes, Stack size 32 bytes, stm32wbxx_hal_dma.o(.text.HAL_DMA_Start_IT)) +

    [Stack]

    • Max Depth = 48
    • Call Chain = HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   DMA_SetConfig +
    +
    [Called By]
    • >>   HAL_UART_Transmit_DMA +
    + +

    HAL_Delay (Thumb, 68 bytes, Stack size 24 bytes, app_entry.o(.text.HAL_Delay)) +

    [Stack]

    • Max Depth = 24
    • Call Chain = HAL_Delay +
    +
    [Calls]
    • >>   HAL_GetTickFreq +
    • >>   HAL_GetTick +
    • >>   LL_LPM_EnableSleep +
    +
    [Called By]
    • >>   APP_ZIGBEE_TraceError +
    • >>   BSP_PB_Init +
    + +

    HAL_EXTI_GenerateSWI (Thumb, 54 bytes, Stack size 16 bytes, stm32wbxx_hal_exti.o(.text.HAL_EXTI_GenerateSWI)) +

    [Stack]

    • Max Depth = 16
    • Call Chain = HAL_EXTI_GenerateSWI +
    +
    [Called By]
    • >>   UartCmdExecute +
    + +

    HAL_FLASH_EndOfOperationCallback (Thumb, 8 bytes, Stack size 4 bytes, stm32wbxx_hal_flash.o(.text.HAL_FLASH_EndOfOperationCallback)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = HAL_FLASH_EndOfOperationCallback +
    +
    [Called By]
    • >>   HAL_FLASH_IRQHandler +
    + +

    HAL_FLASH_IRQHandler (Thumb, 432 bytes, Stack size 16 bytes, stm32wbxx_hal_flash.o(.text.HAL_FLASH_IRQHandler)) +

    [Stack]

    • Max Depth = 20
    • Call Chain = HAL_FLASH_IRQHandler ⇒ HAL_FLASH_EndOfOperationCallback +
    +
    [Calls]
    • >>   HAL_FLASH_EndOfOperationCallback +
    • >>   FLASH_PageErase +
    • >>   HAL_FLASH_OperationErrorCallback +
    +
    [Called By]
    • >>   FLASH_IRQHandler +
    + +

    HAL_FLASH_OperationErrorCallback (Thumb, 8 bytes, Stack size 4 bytes, stm32wbxx_hal_flash.o(.text.HAL_FLASH_OperationErrorCallback)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = HAL_FLASH_OperationErrorCallback +
    +
    [Called By]
    • >>   HAL_FLASH_IRQHandler +
    + +

    HAL_GPIO_EXTI_Callback (Thumb, 48 bytes, Stack size 8 bytes, app_entry.o(.text.HAL_GPIO_EXTI_Callback)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = HAL_GPIO_EXTI_Callback +
    +
    [Called By]
    • >>   HAL_GPIO_EXTI_IRQHandler +
    + +

    HAL_GPIO_EXTI_IRQHandler (Thumb, 56 bytes, Stack size 16 bytes, stm32wbxx_hal_gpio.o(.text.HAL_GPIO_EXTI_IRQHandler)) +

    [Stack]

    • Max Depth = 24
    • Call Chain = HAL_GPIO_EXTI_IRQHandler ⇒ HAL_GPIO_EXTI_Callback +
    +
    [Calls]
    • >>   HAL_GPIO_EXTI_Callback +
    +
    [Called By]
    • >>   EXTI1_IRQHandler +
    • >>   EXTI0_IRQHandler +
    • >>   EXTI4_IRQHandler +
    + +

    HAL_GPIO_Init (Thumb, 814 bytes, Stack size 36 bytes, stm32wbxx_hal_gpio.o(.text.HAL_GPIO_Init)) +

    [Stack]

    • Max Depth = 36
    • Call Chain = HAL_GPIO_Init +
    +
    [Called By]
    • >>   HAL_UART_MspInit +
    • >>   BSP_PB_Init +
    • >>   BSP_LED_Init +
    • >>   Hardware_Init +
    + +

    HAL_GPIO_ReadPin (Thumb, 46 bytes, Stack size 8 bytes, stm32wbxx_hal_gpio.o(.text.HAL_GPIO_ReadPin)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = HAL_GPIO_ReadPin +
    +
    [Called By]
    • >>   Hardware_ReadButton +
    + +

    HAL_GPIO_TogglePin (Thumb, 38 bytes, Stack size 12 bytes, stm32wbxx_hal_gpio.o(.text.HAL_GPIO_TogglePin)) +

    [Stack]

    • Max Depth = 12
    • Call Chain = HAL_GPIO_TogglePin +
    +
    [Called By]
    • >>   BSP_LED_Toggle +
    + +

    HAL_GPIO_WritePin (Thumb, 44 bytes, Stack size 8 bytes, stm32wbxx_hal_gpio.o(.text.HAL_GPIO_WritePin)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = HAL_GPIO_WritePin +
    +
    [Called By]
    • >>   Hardware_SetRoleLed +
    • >>   BSP_LED_Off +
    • >>   BSP_LED_On +
    • >>   BSP_LED_Init +
    + +

    HAL_GetTick (Thumb, 12 bytes, Stack size 0 bytes, stm32wbxx_hal.o(.text.HAL_GetTick)) +

    [Called By]

    • >>   Hardware_GetTickMs +
    • >>   APP_ZIGBEE_Process +
    • >>   APP_ZIGBEE_SlaveReportIndCb +
    • >>   APP_ZIGBEE_StackLayersInit +
    • >>   APP_ZIGBEE_NwkForm +
    • >>   HAL_Delay +
    • >>   HAL_RCCEx_PeriphCLKConfig +
    • >>   HAL_RCC_ClockConfig +
    • >>   HAL_RCC_OscConfig +
    • >>   RCCEx_PLLSAI1_ConfigNR +
    • >>   RCCEx_PLLSAI1_ConfigNQ +
    • >>   RCCEx_PLLSAI1_ConfigNP +
    • >>   RCC_SetFlashLatency +
    • >>   HAL_RTC_WaitForSynchro +
    • >>   RTC_EnterInitMode +
    • >>   UART_WaitOnFlagUntilTimeout +
    • >>   UART_CheckIdleState +
    + +

    HAL_GetTickFreq (Thumb, 12 bytes, Stack size 0 bytes, stm32wbxx_hal.o(.text.HAL_GetTickFreq)) +

    [Called By]

    • >>   HAL_Delay +
    + +

    HAL_GetTickPrio (Thumb, 12 bytes, Stack size 0 bytes, stm32wbxx_hal.o(.text.HAL_GetTickPrio)) +

    [Called By]

    • >>   HAL_RCC_ClockConfig +
    + +

    HAL_HSEM_FreeCallback (Thumb, 8 bytes, Stack size 4 bytes, stm32wbxx_hal_hsem.o(.text.HAL_HSEM_FreeCallback)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = HAL_HSEM_FreeCallback +
    +
    [Called By]
    • >>   HAL_HSEM_IRQHandler +
    + +

    HAL_HSEM_IRQHandler (Thumb, 54 bytes, Stack size 16 bytes, stm32wbxx_hal_hsem.o(.text.HAL_HSEM_IRQHandler)) +

    [Stack]

    • Max Depth = 20
    • Call Chain = HAL_HSEM_IRQHandler ⇒ HAL_HSEM_FreeCallback +
    +
    [Calls]
    • >>   HAL_HSEM_FreeCallback +
    +
    [Called By]
    • >>   HSEM_IRQHandler +
    + +

    HAL_IPCC_Init (Thumb, 100 bytes, Stack size 24 bytes, stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_Init)) +

    [Stack]

    • Max Depth = 112
    • Call Chain = HAL_IPCC_Init ⇒ HAL_IPCC_MspInit ⇒ HAL_NVIC_SetPriority ⇒ NVIC_EncodePriority +
    +
    [Calls]
    • >>   HAL_IPCC_MspInit +
    • >>   IPCC_SetDefaultCallbacks +
    • >>   IPCC_Reset_Register +
    +
    [Called By]
    • >>   MX_IPCC_Init +
    + +

    HAL_IPCC_MspInit (Thumb, 76 bytes, Stack size 24 bytes, stm32wbxx_hal_msp.o(.text.HAL_IPCC_MspInit)) +

    [Stack]

    • Max Depth = 88
    • Call Chain = HAL_IPCC_MspInit ⇒ HAL_NVIC_SetPriority ⇒ NVIC_EncodePriority +
    +
    [Calls]
    • >>   LL_AHB3_GRP1_EnableClock +
    • >>   HAL_NVIC_EnableIRQ +
    • >>   HAL_NVIC_SetPriority +
    +
    [Called By]
    • >>   HAL_IPCC_Init +
    + +

    HAL_IPCC_RxCallback (Thumb, 14 bytes, Stack size 12 bytes, stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_RxCallback)) +

    [Stack]

    • Max Depth = 12
    • Call Chain = HAL_IPCC_RxCallback +
    +
    [Address Reference Count : 1]
    • stm32wbxx_hal_ipcc.o(.text.IPCC_SetDefaultCallbacks) +
    +

    HAL_IPCC_TxCallback (Thumb, 14 bytes, Stack size 12 bytes, stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_TxCallback)) +

    [Stack]

    • Max Depth = 12
    • Call Chain = HAL_IPCC_TxCallback +
    +
    [Address Reference Count : 1]
    • stm32wbxx_hal_ipcc.o(.text.IPCC_SetDefaultCallbacks) +
    +

    HAL_IncTick (Thumb, 26 bytes, Stack size 0 bytes, stm32wbxx_hal.o(.text.HAL_IncTick)) +

    [Called By]

    • >>   SysTick_Handler +
    + +

    HAL_Init (Thumb, 66 bytes, Stack size 16 bytes, stm32wbxx_hal.o(.text.HAL_Init)) +

    [Stack]

    • Max Depth = 120
    • Call Chain = HAL_Init ⇒ HAL_MspInit ⇒ HAL_NVIC_SetPriority ⇒ NVIC_EncodePriority +
    +
    [Calls]
    • >>   HAL_MspInit +
    • >>   HAL_NVIC_SetPriorityGrouping +
    • >>   HAL_InitTick +
    +
    [Called By]
    • >>   main +
    + +

    HAL_InitTick (Thumb, 130 bytes, Stack size 16 bytes, stm32wbxx_hal.o(.text.HAL_InitTick)) +

    [Stack]

    • Max Depth = 84
    • Call Chain = HAL_InitTick ⇒ HAL_RCC_GetHCLKFreq ⇒ HAL_RCC_GetSysClockFreq ⇒ LL_RCC_MSI_GetRange +
    +
    [Calls]
    • >>   HAL_NVIC_SetPriority +
    • >>   HAL_SYSTICK_Config +
    • >>   HAL_RCC_GetHCLKFreq +
    +
    [Called By]
    • >>   HAL_RCC_ClockConfig +
    • >>   HAL_RCC_OscConfig +
    • >>   HAL_Init +
    + +

    HAL_MspInit (Thumb, 144 bytes, Stack size 40 bytes, stm32wbxx_hal_msp.o(.text.HAL_MspInit)) +

    [Stack]

    • Max Depth = 104
    • Call Chain = HAL_MspInit ⇒ HAL_NVIC_SetPriority ⇒ NVIC_EncodePriority +
    +
    [Calls]
    • >>   LL_AHB3_GRP1_EnableClock +
    • >>   HAL_NVIC_EnableIRQ +
    • >>   HAL_NVIC_SetPriority +
    +
    [Called By]
    • >>   HAL_Init +
    + +

    HAL_NVIC_ClearPendingIRQ (Thumb, 20 bytes, Stack size 16 bytes, stm32wbxx_hal_cortex.o(.text.HAL_NVIC_ClearPendingIRQ)) +

    [Stack]

    • Max Depth = 20
    • Call Chain = HAL_NVIC_ClearPendingIRQ ⇒ __NVIC_ClearPendingIRQ +
    +
    [Calls]
    • >>   __NVIC_ClearPendingIRQ +
    +
    [Called By]
    • >>   HW_TS_Stop +
    • >>   RestartWakeupCounter +
    • >>   HW_TS_Init +
    + +

    HAL_NVIC_DisableIRQ (Thumb, 20 bytes, Stack size 16 bytes, stm32wbxx_hal_cortex.o(.text.HAL_NVIC_DisableIRQ)) +

    [Stack]

    • Max Depth = 20
    • Call Chain = HAL_NVIC_DisableIRQ ⇒ __NVIC_DisableIRQ +
    +
    [Calls]
    • >>   __NVIC_DisableIRQ +
    +
    [Called By]
    • >>   HW_TS_Stop +
    • >>   HW_TS_Start +
    + +

    HAL_NVIC_EnableIRQ (Thumb, 20 bytes, Stack size 16 bytes, stm32wbxx_hal_cortex.o(.text.HAL_NVIC_EnableIRQ)) +

    [Stack]

    • Max Depth = 20
    • Call Chain = HAL_NVIC_EnableIRQ ⇒ __NVIC_EnableIRQ +
    +
    [Calls]
    • >>   __NVIC_EnableIRQ +
    +
    [Called By]
    • >>   HW_IPCC_Init +
    • >>   HAL_RTC_MspInit +
    • >>   HAL_UART_MspInit +
    • >>   HAL_IPCC_MspInit +
    • >>   HAL_MspInit +
    • >>   HW_TS_Stop +
    • >>   HW_TS_Start +
    • >>   BSP_PB_Init +
    • >>   HW_TS_Init +
    • >>   MX_DMA_Init +
    + +

    HAL_NVIC_SetPendingIRQ (Thumb, 20 bytes, Stack size 16 bytes, stm32wbxx_hal_cortex.o(.text.HAL_NVIC_SetPendingIRQ)) +

    [Stack]

    • Max Depth = 20
    • Call Chain = HAL_NVIC_SetPendingIRQ ⇒ __NVIC_SetPendingIRQ +
    +
    [Calls]
    • >>   __NVIC_SetPendingIRQ +
    +
    [Called By]
    • >>   RestartWakeupCounter +
    • >>   HW_TS_Init +
    + +

    HAL_NVIC_SetPriority (Thumb, 46 bytes, Stack size 32 bytes, stm32wbxx_hal_cortex.o(.text.HAL_NVIC_SetPriority)) +

    [Stack]

    • Max Depth = 64
    • Call Chain = HAL_NVIC_SetPriority ⇒ NVIC_EncodePriority +
    +
    [Calls]
    • >>   __NVIC_SetPriority +
    • >>   NVIC_EncodePriority +
    • >>   __NVIC_GetPriorityGrouping +
    +
    [Called By]
    • >>   HAL_RTC_MspInit +
    • >>   HAL_UART_MspInit +
    • >>   HAL_IPCC_MspInit +
    • >>   HAL_MspInit +
    • >>   BSP_PB_Init +
    • >>   HW_TS_Init +
    • >>   MX_DMA_Init +
    • >>   HAL_InitTick +
    + +

    HAL_NVIC_SetPriorityGrouping (Thumb, 16 bytes, Stack size 16 bytes, stm32wbxx_hal_cortex.o(.text.HAL_NVIC_SetPriorityGrouping)) +

    [Stack]

    • Max Depth = 28
    • Call Chain = HAL_NVIC_SetPriorityGrouping ⇒ __NVIC_SetPriorityGrouping +
    +
    [Calls]
    • >>   __NVIC_SetPriorityGrouping +
    +
    [Called By]
    • >>   HAL_Init +
    + +

    HAL_NVIC_SystemReset (Thumb, 4 bytes, Stack size 0 bytes, stm32wbxx_hal_cortex.o(.text.HAL_NVIC_SystemReset)) +

    [Calls]

    • >>   __NVIC_SystemReset +
    +
    [Called By]
    • >>   UartCmdExecute +
    + +

    HAL_PWREx_GetVoltageRange (Thumb, 16 bytes, Stack size 0 bytes, stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_GetVoltageRange)) +

    [Called By]

    • >>   RCC_SetFlashLatencyFromMSIRange +
    + +

    HAL_PWREx_PVD_PVM_IRQHandler (Thumb, 78 bytes, Stack size 8 bytes, stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_PVD_PVM_IRQHandler)) +

    [Stack]

    • Max Depth = 12
    • Call Chain = HAL_PWREx_PVD_PVM_IRQHandler ⇒ LL_EXTI_ClearFlag_32_63 +
    +
    [Calls]
    • >>   HAL_PWREx_PVM3Callback +
    • >>   HAL_PWREx_PVM1Callback +
    • >>   LL_EXTI_ClearFlag_32_63 +
    • >>   LL_EXTI_ReadFlag_32_63 +
    • >>   LL_EXTI_ClearFlag_0_31 +
    • >>   LL_EXTI_ReadFlag_0_31 +
    • >>   HAL_PWR_PVDCallback +
    +
    [Called By]
    • >>   PVD_PVM_IRQHandler +
    + +

    HAL_PWREx_PVM1Callback (Thumb, 2 bytes, Stack size 0 bytes, stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_PVM1Callback)) +

    [Called By]

    • >>   HAL_PWREx_PVD_PVM_IRQHandler +
    + +

    HAL_PWREx_PVM3Callback (Thumb, 2 bytes, Stack size 0 bytes, stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_PVM3Callback)) +

    [Called By]

    • >>   HAL_PWREx_PVD_PVM_IRQHandler +
    + +

    HAL_PWR_EnableBkUpAccess (Thumb, 18 bytes, Stack size 0 bytes, stm32wbxx_hal_pwr.o(.text.HAL_PWR_EnableBkUpAccess)) +

    [Called By]

    • >>   HAL_RTC_MspInit +
    • >>   HAL_RCCEx_PeriphCLKConfig +
    • >>   HAL_RCC_OscConfig +
    • >>   SystemClock_Config +
    + +

    HAL_PWR_PVDCallback (Thumb, 2 bytes, Stack size 0 bytes, stm32wbxx_hal_pwr.o(.text.HAL_PWR_PVDCallback)) +

    [Called By]

    • >>   HAL_PWREx_PVD_PVM_IRQHandler +
    + +

    HAL_RCCEx_PeriphCLKConfig (Thumb, 800 bytes, Stack size 40 bytes, stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_PeriphCLKConfig)) +

    [Stack]

    • Max Depth = 64
    • Call Chain = HAL_RCCEx_PeriphCLKConfig ⇒ RCCEx_PLLSAI1_ConfigNR +
    +
    [Calls]
    • >>   HAL_GetTick +
    • >>   HAL_PWR_EnableBkUpAccess +
    • >>   LL_RCC_SetSMPSClockSource +
    • >>   LL_RCC_SetSMPSPrescaler +
    • >>   LL_RCC_SetRFWKPClockSource +
    • >>   RCCEx_PLLSAI1_ConfigNR +
    • >>   LL_RCC_SetADCClockSource +
    • >>   LL_RCC_SetCLK48ClockSource +
    • >>   LL_RCC_SetRNGClockSource +
    • >>   RCCEx_PLLSAI1_ConfigNQ +
    • >>   LL_RCC_SetUSBClockSource +
    • >>   LL_RCC_SetI2CClockSource +
    • >>   LL_RCC_SetLPTIMClockSource +
    • >>   LL_RCC_SetLPUARTClockSource +
    • >>   LL_RCC_SetUSARTClockSource +
    • >>   LL_RCC_LSE_IsReady +
    • >>   LL_RCC_LSE_IsEnabled +
    • >>   LL_RCC_ReleaseBackupDomainReset +
    • >>   LL_RCC_ForceBackupDomainReset +
    • >>   LL_RCC_SetRTCClockSource +
    • >>   LL_RCC_GetRTCClockSource +
    • >>   LL_RCC_SetSAIClockSource +
    • >>   RCCEx_PLLSAI1_ConfigNP +
    +
    [Called By]
    • >>   HAL_RTC_MspInit +
    • >>   HAL_UART_MspInit +
    • >>   PeriphCommonClock_Config +
    + +

    HAL_RCC_ClockConfig (Thumb, 744 bytes, Stack size 24 bytes, stm32wbxx_hal_rcc.o(.text.HAL_RCC_ClockConfig)) +

    [Stack]

    • Max Depth = 108
    • Call Chain = HAL_RCC_ClockConfig ⇒ HAL_InitTick ⇒ HAL_RCC_GetHCLKFreq ⇒ HAL_RCC_GetSysClockFreq ⇒ LL_RCC_MSI_GetRange +
    +
    [Calls]
    • >>   HAL_GetTick +
    • >>   HAL_GetTickPrio +
    • >>   HAL_RCC_GetHCLKFreq +
    • >>   HAL_InitTick +
    • >>   LL_RCC_SetSysClkSource +
    • >>   LL_RCC_IsActiveFlag_PPRE2 +
    • >>   LL_RCC_SetAPB2Prescaler +
    • >>   LL_RCC_IsActiveFlag_PPRE1 +
    • >>   LL_RCC_SetAPB1Prescaler +
    • >>   LL_RCC_IsActiveFlag_SHDHPRE +
    • >>   LL_RCC_SetAHB4Prescaler +
    • >>   LL_RCC_IsActiveFlag_C2HPRE +
    • >>   LL_C2_RCC_SetAHBPrescaler +
    • >>   LL_RCC_IsActiveFlag_HPRE +
    • >>   LL_RCC_SetAHBPrescaler +
    • >>   LL_RCC_HSI_IsReady +
    • >>   LL_RCC_HSE_IsReady +
    • >>   LL_RCC_GetSysClkSource +
    • >>   LL_RCC_PLL_IsReady +
    • >>   LL_RCC_MSI_IsReady +
    +
    [Called By]
    • >>   SystemClock_Config +
    + +

    HAL_RCC_GetHCLKFreq (Thumb, 42 bytes, Stack size 16 bytes, stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetHCLKFreq)) +

    [Stack]

    • Max Depth = 68
    • Call Chain = HAL_RCC_GetHCLKFreq ⇒ HAL_RCC_GetSysClockFreq ⇒ LL_RCC_MSI_GetRange +
    +
    [Calls]
    • >>   HAL_RCC_GetSysClockFreq +
    • >>   LL_RCC_GetAHBPrescaler +
    +
    [Called By]
    • >>   HAL_RCC_ClockConfig +
    • >>   HAL_RCC_OscConfig +
    • >>   HAL_RCC_GetPCLK2Freq +
    • >>   HAL_RCC_GetPCLK1Freq +
    • >>   HAL_InitTick +
    + +

    HAL_RCC_GetPCLK1Freq (Thumb, 44 bytes, Stack size 16 bytes, stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetPCLK1Freq)) +

    [Stack]

    • Max Depth = 84
    • Call Chain = HAL_RCC_GetPCLK1Freq ⇒ HAL_RCC_GetHCLKFreq ⇒ HAL_RCC_GetSysClockFreq ⇒ LL_RCC_MSI_GetRange +
    +
    [Calls]
    • >>   HAL_RCC_GetHCLKFreq +
    • >>   LL_RCC_GetAPB1Prescaler +
    +
    [Called By]
    • >>   UART_SetConfig +
    + +

    HAL_RCC_GetPCLK2Freq (Thumb, 44 bytes, Stack size 16 bytes, stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetPCLK2Freq)) +

    [Stack]

    • Max Depth = 84
    • Call Chain = HAL_RCC_GetPCLK2Freq ⇒ HAL_RCC_GetHCLKFreq ⇒ HAL_RCC_GetSysClockFreq ⇒ LL_RCC_MSI_GetRange +
    +
    [Calls]
    • >>   HAL_RCC_GetHCLKFreq +
    • >>   LL_RCC_GetAPB2Prescaler +
    +
    [Called By]
    • >>   UART_SetConfig +
    + +

    HAL_RCC_GetSysClockFreq (Thumb, 280 bytes, Stack size 48 bytes, stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetSysClockFreq)) +

    [Stack]

    • Max Depth = 52
    • Call Chain = HAL_RCC_GetSysClockFreq ⇒ LL_RCC_MSI_GetRange +
    +
    [Calls]
    • >>   LL_RCC_PLL_GetR +
    • >>   LL_RCC_PLL_GetDivider +
    • >>   LL_RCC_PLL_GetN +
    • >>   LL_RCC_HSE_IsEnabledDiv2 +
    • >>   LL_RCC_MSI_GetRange +
    • >>   LL_RCC_PLL_GetMainSource +
    • >>   LL_RCC_GetSysClkSource +
    +
    [Called By]
    • >>   HAL_RCC_GetHCLKFreq +
    • >>   UART_SetConfig +
    + +

    HAL_RCC_OscConfig (Thumb, 2000 bytes, Stack size 64 bytes, stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig)) +

    [Stack]

    • Max Depth = 176
    • Call Chain = HAL_RCC_OscConfig ⇒ RCC_SetFlashLatencyFromMSIRange ⇒ RCC_SetFlashLatency +
    +
    [Calls]
    • >>   HAL_GetTick +
    • >>   HAL_PWR_EnableBkUpAccess +
    • >>   HAL_RCC_GetHCLKFreq +
    • >>   HAL_InitTick +
    • >>   LL_RCC_PLL_Enable +
    • >>   LL_RCC_PLL_Disable +
    • >>   LL_RCC_HSI48_Disable +
    • >>   LL_RCC_HSI48_IsReady +
    • >>   LL_RCC_HSI48_Enable +
    • >>   LL_RCC_LSE_IsReady +
    • >>   LL_RCC_LSE_DisableBypass +
    • >>   LL_RCC_LSE_Disable +
    • >>   LL_RCC_LSE_EnableBypass +
    • >>   LL_RCC_LSE_Enable +
    • >>   LL_RCC_LSI2_Disable +
    • >>   LL_RCC_LSI1_Disable +
    • >>   LL_RCC_LSI2_SetTrimming +
    • >>   LL_RCC_LSI2_IsReady +
    • >>   LL_RCC_LSI2_Enable +
    • >>   LL_RCC_LSI1_Enable +
    • >>   LL_RCC_LSI1_IsReady +
    • >>   LL_RCC_HSI_Disable +
    • >>   LL_RCC_HSI_IsReady +
    • >>   LL_RCC_HSI_Enable +
    • >>   LL_RCC_HSE_IsReady +
    • >>   LL_RCC_HSE_Disable +
    • >>   LL_RCC_HSE_Enable +
    • >>   LL_RCC_MSI_Disable +
    • >>   RCC_SetFlashLatencyFromMSIRange +
    • >>   LL_RCC_MSI_GetRange +
    • >>   LL_RCC_PLL_GetMainSource +
    • >>   LL_RCC_GetSysClkSource +
    • >>   LL_RCC_HSI_SetCalibTrimming +
    • >>   LL_RCC_MSI_SetCalibTrimming +
    • >>   LL_RCC_MSI_SetRange +
    • >>   LL_RCC_MSI_IsReady +
    • >>   LL_RCC_MSI_Enable +
    +
    [Called By]
    • >>   SystemClock_Config +
    + +

    HAL_RTCEx_SetWakeUpTimer_IT (Thumb, 474 bytes, Stack size 20 bytes, stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_SetWakeUpTimer_IT)) +

    [Stack]

    • Max Depth = 20
    • Call Chain = HAL_RTCEx_SetWakeUpTimer_IT +
    +
    [Called By]
    • >>   MX_RTC_Init +
    + +

    HAL_RTC_Init (Thumb, 280 bytes, Stack size 24 bytes, stm32wbxx_hal_rtc.o(.text.HAL_RTC_Init)) +

    [Stack]

    • Max Depth = 192
    • Call Chain = HAL_RTC_Init ⇒ HAL_RTC_MspInit ⇒ HAL_NVIC_SetPriority ⇒ NVIC_EncodePriority +
    +
    [Calls]
    • >>   HAL_RTC_MspInit +
    • >>   RTC_ExitInitMode +
    • >>   RTC_EnterInitMode +
    +
    [Called By]
    • >>   MX_RTC_Init +
    + +

    HAL_RTC_MspInit (Thumb, 128 bytes, Stack size 104 bytes, stm32wbxx_hal_msp.o(.text.HAL_RTC_MspInit)) +

    [Stack]

    • Max Depth = 168
    • Call Chain = HAL_RTC_MspInit ⇒ HAL_NVIC_SetPriority ⇒ NVIC_EncodePriority +
    +
    [Calls]
    • >>   LL_APB1_GRP1_EnableClock +
    • >>   LL_RCC_EnableRTC +
    • >>   LL_RCC_SetRTCClockSource +
    • >>   HAL_NVIC_EnableIRQ +
    • >>   HAL_NVIC_SetPriority +
    • >>   HAL_RCCEx_PeriphCLKConfig +
    • >>   Error_Handler +
    • >>   HAL_PWR_EnableBkUpAccess +
    • >>   __aeabi_memclr4 +
    +
    [Called By]
    • >>   HAL_RTC_Init +
    + +

    HAL_RTC_WaitForSynchro (Thumb, 88 bytes, Stack size 24 bytes, stm32wbxx_hal_rtc.o(.text.HAL_RTC_WaitForSynchro)) +

    [Stack]

    • Max Depth = 24
    • Call Chain = HAL_RTC_WaitForSynchro +
    +
    [Calls]
    • >>   HAL_GetTick +
    +
    [Called By]
    • >>   RTC_ExitInitMode +
    + +

    HAL_SYSTICK_Config (Thumb, 16 bytes, Stack size 16 bytes, stm32wbxx_hal_cortex.o(.text.HAL_SYSTICK_Config)) +

    [Stack]

    • Max Depth = 40
    • Call Chain = HAL_SYSTICK_Config ⇒ SysTick_Config ⇒ __NVIC_SetPriority +
    +
    [Calls]
    • >>   SysTick_Config +
    +
    [Called By]
    • >>   HAL_InitTick +
    + +

    HAL_UARTEx_DisableFifoMode (Thumb, 124 bytes, Stack size 12 bytes, stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_DisableFifoMode)) +

    [Stack]

    • Max Depth = 12
    • Call Chain = HAL_UARTEx_DisableFifoMode +
    +
    [Called By]
    • >>   MX_USART1_UART_Init +
    + +

    HAL_UARTEx_RxEventCallback (Thumb, 12 bytes, Stack size 8 bytes, stm32wbxx_hal_uart.o(.text.HAL_UARTEx_RxEventCallback)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = HAL_UARTEx_RxEventCallback +
    +
    [Called By]
    • >>   HAL_UART_IRQHandler +
    • >>   UART_RxISR_8BIT +
    • >>   UART_RxISR_16BIT +
    • >>   UART_RxISR_8BIT_FIFOEN +
    • >>   UART_RxISR_16BIT_FIFOEN +
    + +

    HAL_UARTEx_RxFifoFullCallback (Thumb, 8 bytes, Stack size 4 bytes, stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_RxFifoFullCallback)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = HAL_UARTEx_RxFifoFullCallback +
    +
    [Called By]
    • >>   HAL_UART_IRQHandler +
    + +

    HAL_UARTEx_SetRxFifoThreshold (Thumb, 140 bytes, Stack size 24 bytes, stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_SetRxFifoThreshold)) +

    [Stack]

    • Max Depth = 32
    • Call Chain = HAL_UARTEx_SetRxFifoThreshold ⇒ UARTEx_SetNbDataToProcess +
    +
    [Calls]
    • >>   UARTEx_SetNbDataToProcess +
    +
    [Called By]
    • >>   MX_USART1_UART_Init +
    + +

    HAL_UARTEx_SetTxFifoThreshold (Thumb, 140 bytes, Stack size 24 bytes, stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_SetTxFifoThreshold)) +

    [Stack]

    • Max Depth = 32
    • Call Chain = HAL_UARTEx_SetTxFifoThreshold ⇒ UARTEx_SetNbDataToProcess +
    +
    [Calls]
    • >>   UARTEx_SetNbDataToProcess +
    +
    [Called By]
    • >>   MX_USART1_UART_Init +
    + +

    HAL_UARTEx_TxFifoEmptyCallback (Thumb, 8 bytes, Stack size 4 bytes, stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_TxFifoEmptyCallback)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = HAL_UARTEx_TxFifoEmptyCallback +
    +
    [Called By]
    • >>   HAL_UART_IRQHandler +
    + +

    HAL_UARTEx_WakeupCallback (Thumb, 8 bytes, Stack size 4 bytes, stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_WakeupCallback)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = HAL_UARTEx_WakeupCallback +
    +
    [Called By]
    • >>   HAL_UART_IRQHandler +
    + +

    HAL_UART_ErrorCallback (Thumb, 8 bytes, Stack size 4 bytes, stm32wbxx_hal_uart.o(.text.HAL_UART_ErrorCallback)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = HAL_UART_ErrorCallback +
    +
    [Called By]
    • >>   HAL_UART_IRQHandler +
    • >>   UART_DMAAbortOnError +
    • >>   UART_DMAError +
    • >>   UART_RxISR_8BIT_FIFOEN +
    • >>   UART_RxISR_16BIT_FIFOEN +
    + +

    HAL_UART_IRQHandler (Thumb, 1430 bytes, Stack size 72 bytes, stm32wbxx_hal_uart.o(.text.HAL_UART_IRQHandler)) +

    [Stack]

    • Max Depth = 104
    • Call Chain = HAL_UART_IRQHandler ⇒ UART_EndTransmit_IT ⇒ HAL_UART_TxCpltCallback +
    +
    [Calls]
    • >>   HAL_DMA_Abort_IT +
    • >>   HAL_DMA_Abort +
    • >>   HAL_UARTEx_RxFifoFullCallback +
    • >>   HAL_UARTEx_TxFifoEmptyCallback +
    • >>   HAL_UARTEx_WakeupCallback +
    • >>   HAL_UARTEx_RxEventCallback +
    • >>   HAL_UART_ErrorCallback +
    • >>   UART_EndTransmit_IT +
    • >>   UART_EndRxTransfer +
    +
    [Called By]
    • >>   LPUART1_IRQHandler +
    • >>   USART1_IRQHandler +
    + +

    HAL_UART_Init (Thumb, 170 bytes, Stack size 16 bytes, stm32wbxx_hal_uart.o(.text.HAL_UART_Init)) +

    [Stack]

    • Max Depth = 232
    • Call Chain = HAL_UART_Init ⇒ HAL_UART_MspInit ⇒ HAL_NVIC_SetPriority ⇒ NVIC_EncodePriority +
    +
    [Calls]
    • >>   HAL_UART_MspInit +
    • >>   UART_CheckIdleState +
    • >>   UART_SetConfig +
    • >>   UART_AdvFeatureConfig +
    +
    [Called By]
    • >>   MX_USART1_UART_Init +
    + +

    HAL_UART_MspInit (Thumb, 446 bytes, Stack size 152 bytes, stm32wbxx_hal_msp.o(.text.HAL_UART_MspInit)) +

    [Stack]

    • Max Depth = 216
    • Call Chain = HAL_UART_MspInit ⇒ HAL_NVIC_SetPriority ⇒ NVIC_EncodePriority +
    +
    [Calls]
    • >>   HAL_DMA_Init +
    • >>   HAL_GPIO_Init +
    • >>   LL_APB2_GRP1_EnableClock +
    • >>   LL_AHB2_GRP1_EnableClock +
    • >>   LL_APB1_GRP2_EnableClock +
    • >>   HAL_NVIC_EnableIRQ +
    • >>   HAL_NVIC_SetPriority +
    • >>   HAL_RCCEx_PeriphCLKConfig +
    • >>   Error_Handler +
    • >>   __aeabi_memclr4 +
    +
    [Called By]
    • >>   HAL_UART_Init +
    + +

    HAL_UART_Receive_IT (Thumb, 160 bytes, Stack size 32 bytes, stm32wbxx_hal_uart.o(.text.HAL_UART_Receive_IT)) +

    [Stack]

    • Max Depth = 64
    • Call Chain = HAL_UART_Receive_IT ⇒ UART_Start_Receive_IT +
    +
    [Calls]
    • >>   UART_Start_Receive_IT +
    +
    [Called By]
    • >>   HW_UART_Receive_IT +
    + +

    HAL_UART_RxCpltCallback (Thumb, 108 bytes, Stack size 16 bytes, hw_uart.o(.text.HAL_UART_RxCpltCallback)) +

    [Stack]

    • Max Depth = 16
    • Call Chain = HAL_UART_RxCpltCallback +
    +
    [Called By]
    • >>   UART_RxISR_8BIT +
    • >>   UART_RxISR_16BIT +
    • >>   UART_RxISR_8BIT_FIFOEN +
    • >>   UART_RxISR_16BIT_FIFOEN +
    + +

    HAL_UART_Transmit_DMA (Thumb, 264 bytes, Stack size 32 bytes, stm32wbxx_hal_uart.o(.text.HAL_UART_Transmit_DMA)) +

    [Stack]

    • Max Depth = 80
    • Call Chain = HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   HAL_DMA_Start_IT +
    +
    [Called By]
    • >>   HW_UART_Transmit_DMA +
    + +

    HAL_UART_TxCpltCallback (Thumb, 108 bytes, Stack size 16 bytes, hw_uart.o(.text.HAL_UART_TxCpltCallback)) +

    [Stack]

    • Max Depth = 16
    • Call Chain = HAL_UART_TxCpltCallback +
    +
    [Called By]
    • >>   UART_EndTransmit_IT +
    • >>   UART_DMATransmitCplt +
    + +

    HAL_UART_TxHalfCpltCallback (Thumb, 8 bytes, Stack size 4 bytes, stm32wbxx_hal_uart.o(.text.HAL_UART_TxHalfCpltCallback)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = HAL_UART_TxHalfCpltCallback +
    +
    [Called By]
    • >>   UART_DMATxHalfCplt +
    + +

    HSEM_IRQHandler (Thumb, 8 bytes, Stack size 8 bytes, stm32wbxx_it.o(.text.HSEM_IRQHandler)) +

    [Stack]

    • Max Depth = 28
    • Call Chain = HSEM_IRQHandler ⇒ HAL_HSEM_IRQHandler ⇒ HAL_HSEM_FreeCallback +
    +
    [Calls]
    • >>   HAL_HSEM_IRQHandler +
    +
    [Address Reference Count : 1]
    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    HW_IPCC_BLE_AclDataAckNot (Thumb, 24 bytes, Stack size 8 bytes, tl_mbox.o(.text.HW_IPCC_BLE_AclDataAckNot)) +

    [Stack]

    • Max Depth = 44
    • Call Chain = HW_IPCC_BLE_AclDataAckNot ⇒ OutputDbgTrace +
    +
    [Calls]
    • >>   OutputDbgTrace +
    +
    [Called By]
    • >>   HW_IPCC_BLE_AclDataEvtHandler +
    + +

    HW_IPCC_BLE_RxEvtNot (Thumb, 96 bytes, Stack size 16 bytes, tl_mbox.o(.text.HW_IPCC_BLE_RxEvtNot)) +

    [Stack]

    • Max Depth = 68
    • Call Chain = HW_IPCC_BLE_RxEvtNot ⇒ LST_remove_head ⇒ LST_remove_node +
    +
    [Calls]
    • >>   LST_remove_head +
    • >>   LST_is_empty +
    • >>   OutputDbgTrace +
    +
    [Called By]
    • >>   HW_IPCC_BLE_EvtHandler +
    + +

    HW_IPCC_Enable (Thumb, 40 bytes, Stack size 16 bytes, hw_ipcc.o(.text.HW_IPCC_Enable)) +

    [Stack]

    • Max Depth = 24
    • Call Chain = HW_IPCC_Enable ⇒ LL_C2_AHB3_GRP1_EnableClock +
    +
    [Calls]
    • >>   LL_PWR_EnableBootC2 +
    • >>   LL_C2_EXTI_EnableEvent_32_63 +
    • >>   LL_EXTI_EnableRisingTrig_32_63 +
    • >>   LL_C2_AHB3_GRP1_EnableClock +
    +
    [Called By]
    • >>   TL_Enable +
    + +

    HW_IPCC_Init (Thumb, 48 bytes, Stack size 16 bytes, hw_ipcc.o(.text.HW_IPCC_Init)) +

    [Stack]

    • Max Depth = 36
    • Call Chain = HW_IPCC_Init ⇒ HAL_NVIC_EnableIRQ ⇒ __NVIC_EnableIRQ +
    +
    [Calls]
    • >>   LL_C1_IPCC_EnableIT_TXF +
    • >>   LL_C1_IPCC_EnableIT_RXO +
    • >>   LL_AHB3_GRP1_EnableClock +
    • >>   HAL_NVIC_EnableIRQ +
    +
    [Called By]
    • >>   TL_Init +
    + +

    HW_IPCC_MM_SendFreeBuf (Thumb, 104 bytes, Stack size 32 bytes, hw_ipcc.o(.text.HW_IPCC_MM_SendFreeBuf)) +

    [Stack]

    • Max Depth = 40
    • Call Chain = HW_IPCC_MM_SendFreeBuf ⇒ LL_C1_IPCC_EnableTransmitChannel +
    +
    [Calls]
    • >>   LL_C1_IPCC_EnableTransmitChannel +
    • >>   LL_C1_IPCC_SetFlag_CHx +
    • >>   LL_C1_IPCC_IsActiveFlag_CHx +
    +
    [Called By]
    • >>   TL_MM_EvtDone +
    + +

    HW_IPCC_Rx_Handler (Thumb, 230 bytes, Stack size 8 bytes, hw_ipcc.o(.text.HW_IPCC_Rx_Handler)) +

    [Stack]

    • Max Depth = 240
    • Call Chain = HW_IPCC_Rx_Handler ⇒ HW_IPCC_TRACES_EvtHandler ⇒ HW_IPCC_TRACES_EvtNot ⇒ TL_TRACES_EvtReceived ⇒ DbgTraceWrite ⇒ DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   HW_IPCC_TRACES_EvtHandler +
    • >>   HW_IPCC_BLE_EvtHandler +
    • >>   HW_IPCC_ZIGBEE_StackM0RequestHandler +
    • >>   HW_IPCC_ZIGBEE_StackNotifEvtHandler +
    • >>   HW_IPCC_SYS_EvtHandler +
    • >>   LL_C2_IPCC_IsActiveFlag_CHx +
    +
    [Called By]
    • >>   IPCC_C1_RX_IRQHandler +
    + +

    HW_IPCC_SYS_CmdEvtNot (Thumb, 46 bytes, Stack size 16 bytes, tl_mbox.o(.text.HW_IPCC_SYS_CmdEvtNot)) +

    [Stack]

    • Max Depth = 52
    • Call Chain = HW_IPCC_SYS_CmdEvtNot ⇒ OutputDbgTrace +
    +
    [Calls]
    • >>   OutputDbgTrace +
    +
    [Called By]
    • >>   HW_IPCC_SYS_CmdEvtHandler +
    + +

    HW_IPCC_SYS_EvtNot (Thumb, 64 bytes, Stack size 16 bytes, tl_mbox.o(.text.HW_IPCC_SYS_EvtNot)) +

    [Stack]

    • Max Depth = 68
    • Call Chain = HW_IPCC_SYS_EvtNot ⇒ LST_remove_head ⇒ LST_remove_node +
    +
    [Calls]
    • >>   LST_remove_head +
    • >>   LST_is_empty +
    • >>   OutputDbgTrace +
    +
    [Called By]
    • >>   HW_IPCC_SYS_EvtHandler +
    + +

    HW_IPCC_SYS_Init (Thumb, 50 bytes, Stack size 24 bytes, hw_ipcc.o(.text.HW_IPCC_SYS_Init)) +

    [Stack]

    • Max Depth = 32
    • Call Chain = HW_IPCC_SYS_Init ⇒ LL_C1_IPCC_EnableReceiveChannel +
    +
    [Calls]
    • >>   LL_C1_IPCC_EnableReceiveChannel +
    +
    [Called By]
    • >>   TL_SYS_Init +
    + +

    HW_IPCC_SYS_SendCmd (Thumb, 62 bytes, Stack size 32 bytes, hw_ipcc.o(.text.HW_IPCC_SYS_SendCmd)) +

    [Stack]

    • Max Depth = 40
    • Call Chain = HW_IPCC_SYS_SendCmd ⇒ LL_C1_IPCC_EnableTransmitChannel +
    +
    [Calls]
    • >>   LL_C1_IPCC_EnableTransmitChannel +
    • >>   LL_C1_IPCC_SetFlag_CHx +
    +
    [Called By]
    • >>   TL_SYS_SendCmd +
    + +

    HW_IPCC_TRACES_EvtNot (Thumb, 48 bytes, Stack size 16 bytes, tl_mbox.o(.text.HW_IPCC_TRACES_EvtNot)) +

    [Stack]

    • Max Depth = 224
    • Call Chain = HW_IPCC_TRACES_EvtNot ⇒ TL_TRACES_EvtReceived ⇒ DbgTraceWrite ⇒ DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   TL_TRACES_EvtReceived +
    • >>   LST_remove_head +
    • >>   LST_is_empty +
    +
    [Called By]
    • >>   HW_IPCC_TRACES_EvtHandler +
    + +

    HW_IPCC_TRACES_Init (Thumb, 50 bytes, Stack size 24 bytes, hw_ipcc.o(.text.HW_IPCC_TRACES_Init)) +

    [Stack]

    • Max Depth = 32
    • Call Chain = HW_IPCC_TRACES_Init ⇒ LL_C1_IPCC_EnableReceiveChannel +
    +
    [Calls]
    • >>   LL_C1_IPCC_EnableReceiveChannel +
    +
    [Called By]
    • >>   TL_TRACES_Init +
    + +

    HW_IPCC_Tx_Handler (Thumb, 184 bytes, Stack size 8 bytes, hw_ipcc.o(.text.HW_IPCC_Tx_Handler)) +

    [Stack]

    • Max Depth = 84
    • Call Chain = HW_IPCC_Tx_Handler ⇒ HW_IPCC_ZIGBEE_CmdEvtHandler ⇒ HW_IPCC_ZIGBEE_RecvAppliAckFromM0 ⇒ TL_ZIGBEE_CmdEvtReceived ⇒ Receive_Ack_From_M0 ⇒ UTIL_SEQ_SetEvt +
    +
    [Calls]
    • >>   HW_IPCC_BLE_AclDataEvtHandler +
    • >>   HW_IPCC_MM_FreeBufHandler +
    • >>   HW_IPCC_ZIGBEE_CmdEvtHandler +
    • >>   HW_IPCC_SYS_CmdEvtHandler +
    • >>   LL_C1_IPCC_IsActiveFlag_CHx +
    +
    [Called By]
    • >>   IPCC_C1_TX_IRQHandler +
    + +

    HW_IPCC_ZIGBEE_Init (Thumb, 60 bytes, Stack size 32 bytes, hw_ipcc.o(.text.HW_IPCC_ZIGBEE_Init)) +

    [Stack]

    • Max Depth = 40
    • Call Chain = HW_IPCC_ZIGBEE_Init ⇒ LL_C1_IPCC_EnableReceiveChannel +
    +
    [Calls]
    • >>   LL_C1_IPCC_EnableReceiveChannel +
    +
    [Called By]
    • >>   TL_ZIGBEE_Init +
    + +

    HW_IPCC_ZIGBEE_RecvAppliAckFromM0 (Thumb, 20 bytes, Stack size 8 bytes, tl_mbox.o(.text.HW_IPCC_ZIGBEE_RecvAppliAckFromM0)) +

    [Stack]

    • Max Depth = 52
    • Call Chain = HW_IPCC_ZIGBEE_RecvAppliAckFromM0 ⇒ TL_ZIGBEE_CmdEvtReceived ⇒ Receive_Ack_From_M0 ⇒ UTIL_SEQ_SetEvt +
    +
    [Calls]
    • >>   TL_ZIGBEE_CmdEvtReceived +
    +
    [Called By]
    • >>   HW_IPCC_ZIGBEE_CmdEvtHandler +
    + +

    HW_IPCC_ZIGBEE_RecvM0NotifyToM4 (Thumb, 20 bytes, Stack size 8 bytes, tl_mbox.o(.text.HW_IPCC_ZIGBEE_RecvM0NotifyToM4)) +

    [Stack]

    • Max Depth = 56
    • Call Chain = HW_IPCC_ZIGBEE_RecvM0NotifyToM4 ⇒ TL_ZIGBEE_NotReceived ⇒ Receive_Notification_From_M0 ⇒ UTIL_SEQ_SetTask +
    +
    [Calls]
    • >>   TL_ZIGBEE_NotReceived +
    +
    [Called By]
    • >>   HW_IPCC_ZIGBEE_StackNotifEvtHandler +
    + +

    HW_IPCC_ZIGBEE_RecvM0RequestToM4 (Thumb, 20 bytes, Stack size 8 bytes, tl_mbox.o(.text.HW_IPCC_ZIGBEE_RecvM0RequestToM4)) +

    [Stack]

    • Max Depth = 48
    • Call Chain = HW_IPCC_ZIGBEE_RecvM0RequestToM4 ⇒ TL_ZIGBEE_M0RequestReceived ⇒ UTIL_SEQ_SetTask +
    +
    [Calls]
    • >>   TL_ZIGBEE_M0RequestReceived +
    +
    [Called By]
    • >>   HW_IPCC_ZIGBEE_StackM0RequestHandler +
    + +

    HW_IPCC_ZIGBEE_SendM4AckToM0Notify (Thumb, 62 bytes, Stack size 32 bytes, hw_ipcc.o(.text.HW_IPCC_ZIGBEE_SendM4AckToM0Notify)) +

    [Stack]

    • Max Depth = 40
    • Call Chain = HW_IPCC_ZIGBEE_SendM4AckToM0Notify ⇒ LL_C1_IPCC_EnableReceiveChannel +
    +
    [Calls]
    • >>   LL_C1_IPCC_EnableReceiveChannel +
    • >>   LL_C1_IPCC_ClearFlag_CHx +
    +
    [Called By]
    • >>   TL_ZIGBEE_SendM4AckToM0Notify +
    + +

    HW_IPCC_ZIGBEE_SendM4AckToM0Request (Thumb, 62 bytes, Stack size 32 bytes, hw_ipcc.o(.text.HW_IPCC_ZIGBEE_SendM4AckToM0Request)) +

    [Stack]

    • Max Depth = 40
    • Call Chain = HW_IPCC_ZIGBEE_SendM4AckToM0Request ⇒ LL_C1_IPCC_EnableReceiveChannel +
    +
    [Calls]
    • >>   LL_C1_IPCC_EnableReceiveChannel +
    • >>   LL_C1_IPCC_ClearFlag_CHx +
    +
    [Called By]
    • >>   TL_ZIGBEE_SendM4AckToM0Request +
    + +

    HW_IPCC_ZIGBEE_SendM4RequestToM0 (Thumb, 62 bytes, Stack size 32 bytes, hw_ipcc.o(.text.HW_IPCC_ZIGBEE_SendM4RequestToM0)) +

    [Stack]

    • Max Depth = 40
    • Call Chain = HW_IPCC_ZIGBEE_SendM4RequestToM0 ⇒ LL_C1_IPCC_EnableTransmitChannel +
    +
    [Calls]
    • >>   LL_C1_IPCC_EnableTransmitChannel +
    • >>   LL_C1_IPCC_SetFlag_CHx +
    +
    [Called By]
    • >>   TL_ZIGBEE_SendM4RequestToM0 +
    + +

    HW_TS_Init (Thumb, 498 bytes, Stack size 48 bytes, hw_timerserver.o(.text.HW_TS_Init)) +

    [Stack]

    • Max Depth = 112
    • Call Chain = HW_TS_Init ⇒ HAL_NVIC_SetPriority ⇒ NVIC_EncodePriority +
    +
    [Calls]
    • >>   HAL_NVIC_SetPendingIRQ +
    • >>   HAL_NVIC_ClearPendingIRQ +
    • >>   LL_EXTI_EnableIT_0_31 +
    • >>   LL_EXTI_EnableRisingTrig_0_31 +
    • >>   HAL_NVIC_EnableIRQ +
    • >>   HAL_NVIC_SetPriority +
    +
    [Called By]
    • >>   MX_APPE_Init +
    + +

    HW_TS_RTC_Int_AppNot (Thumb, 20 bytes, Stack size 24 bytes, hw_timerserver.o(.text.HW_TS_RTC_Int_AppNot)) +

    [Stack]

    • Max Depth = 24
    • Call Chain = HW_TS_RTC_Int_AppNot +
    +
    [Called By]
    • >>   HW_TS_RTC_Wakeup_Handler +
    + +

    HW_TS_RTC_Wakeup_Handler (Thumb, 438 bytes, Stack size 48 bytes, hw_timerserver.o(.text.HW_TS_RTC_Wakeup_Handler)) +

    [Stack]

    • Max Depth = 180
    • Call Chain = HW_TS_RTC_Wakeup_Handler ⇒ HW_TS_Start ⇒ HW_TS_Stop ⇒ RescheduleTimerList ⇒ RestartWakeupCounter ⇒ HAL_NVIC_SetPendingIRQ ⇒ __NVIC_SetPendingIRQ +
    +
    [Calls]
    • >>   HW_TS_RTC_Int_AppNot +
    • >>   HW_TS_Stop +
    • >>   HW_TS_Start +
    • >>   RescheduleTimerList +
    • >>   UnlinkTimer +
    +
    [Called By]
    • >>   RTC_WKUP_IRQHandler +
    + +

    HW_TS_Start (Thumb, 274 bytes, Stack size 40 bytes, hw_timerserver.o(.text.HW_TS_Start)) +

    [Stack]

    • Max Depth = 132
    • Call Chain = HW_TS_Start ⇒ HW_TS_Stop ⇒ RescheduleTimerList ⇒ RestartWakeupCounter ⇒ HAL_NVIC_SetPendingIRQ ⇒ __NVIC_SetPendingIRQ +
    +
    [Calls]
    • >>   HAL_NVIC_DisableIRQ +
    • >>   HW_TS_Stop +
    • >>   linkTimer +
    • >>   RescheduleTimerList +
    • >>   HAL_NVIC_EnableIRQ +
    +
    [Called By]
    • >>   HW_TS_RTC_Wakeup_Handler +
    + +

    HW_TS_Stop (Thumb, 336 bytes, Stack size 32 bytes, hw_timerserver.o(.text.HW_TS_Stop)) +

    [Stack]

    • Max Depth = 92
    • Call Chain = HW_TS_Stop ⇒ RescheduleTimerList ⇒ RestartWakeupCounter ⇒ HAL_NVIC_SetPendingIRQ ⇒ __NVIC_SetPendingIRQ +
    +
    [Calls]
    • >>   HAL_NVIC_ClearPendingIRQ +
    • >>   HAL_NVIC_DisableIRQ +
    • >>   RescheduleTimerList +
    • >>   UnlinkTimer +
    • >>   HAL_NVIC_EnableIRQ +
    +
    [Called By]
    • >>   HW_TS_Start +
    • >>   HW_TS_RTC_Wakeup_Handler +
    + +

    HW_UART_Receive_IT (Thumb, 134 bytes, Stack size 32 bytes, hw_uart.o(.text.HW_UART_Receive_IT)) +

    [Stack]

    • Max Depth = 96
    • Call Chain = HW_UART_Receive_IT ⇒ HAL_UART_Receive_IT ⇒ UART_Start_Receive_IT +
    +
    [Calls]
    • >>   HAL_UART_Receive_IT +
    +
    [Called By]
    • >>   RxCpltCallback +
    • >>   RxUART_Init +
    + +

    HW_UART_Transmit_DMA (Thumb, 204 bytes, Stack size 40 bytes, hw_uart.o(.text.HW_UART_Transmit_DMA)) +

    [Stack]

    • Max Depth = 120
    • Call Chain = HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   HAL_UART_Transmit_DMA +
    +
    [Called By]
    • >>   DbgOutputTraces +
    + +

    HardFault_Handler (Thumb, 4 bytes, Stack size 0 bytes, stm32wbxx_it.o(.text.HardFault_Handler)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    Hardware_GetTickMs (Thumb, 8 bytes, Stack size 8 bytes, hardware.o(.text.Hardware_GetTickMs)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = Hardware_GetTickMs +
    +
    [Calls]
    • >>   HAL_GetTick +
    +
    [Called By]
    • >>   SlaveInputs_Process +
    • >>   SlaveInputs_Init +
    • >>   ZigbeeApp_Process +
    + +

    Hardware_Init (Thumb, 102 bytes, Stack size 48 bytes, hardware.o(.text.Hardware_Init)) +

    [Stack]

    • Max Depth = 84
    • Call Chain = Hardware_Init ⇒ HAL_GPIO_Init +
    +
    [Calls]
    • >>   Hardware_SetRoleLed +
    • >>   LL_AHB2_GRP1_EnableClock +
    • >>   HAL_GPIO_Init +
    +
    [Called By]
    • >>   MX_APPE_Init +
    + +

    Hardware_ReadAnalogRaw (Thumb, 4 bytes, Stack size 0 bytes, hardware.o(.text.Hardware_ReadAnalogRaw)) +

    [Called By]

    • >>   SlaveInputs_Process +
    • >>   SlaveInputs_Init +
    + +

    Hardware_ReadButton (Thumb, 104 bytes, Stack size 16 bytes, hardware.o(.text.Hardware_ReadButton)) +

    [Stack]

    • Max Depth = 24
    • Call Chain = Hardware_ReadButton ⇒ HAL_GPIO_ReadPin +
    +
    [Calls]
    • >>   HAL_GPIO_ReadPin +
    +
    [Called By]
    • >>   SlaveInputs_Process +
    • >>   SlaveInputs_Init +
    + +

    Hardware_ReadRoleSwitchIsMaster (Thumb, 4 bytes, Stack size 0 bytes, hardware.o(.text.Hardware_ReadRoleSwitchIsMaster)) +

    [Called By]

    • >>   ZigbeeApp_UpdateRoleFromSwitch +
    • >>   ZigbeeApp_Init +
    + +

    Hardware_SetRoleLed (Thumb, 46 bytes, Stack size 16 bytes, hardware.o(.text.Hardware_SetRoleLed)) +

    [Stack]

    • Max Depth = 24
    • Call Chain = Hardware_SetRoleLed ⇒ HAL_GPIO_WritePin +
    +
    [Calls]
    • >>   HAL_GPIO_WritePin +
    +
    [Called By]
    • >>   ZigbeeApp_UpdateStatusLed +
    • >>   Hardware_Init +
    + +

    IPCC_C1_RX_IRQHandler (Thumb, 8 bytes, Stack size 8 bytes, stm32wbxx_it.o(.text.IPCC_C1_RX_IRQHandler)) +

    [Stack]

    • Max Depth = 248
    • Call Chain = IPCC_C1_RX_IRQHandler ⇒ HW_IPCC_Rx_Handler ⇒ HW_IPCC_TRACES_EvtHandler ⇒ HW_IPCC_TRACES_EvtNot ⇒ TL_TRACES_EvtReceived ⇒ DbgTraceWrite ⇒ DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   HW_IPCC_Rx_Handler +
    +
    [Address Reference Count : 1]
    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    IPCC_C1_TX_IRQHandler (Thumb, 8 bytes, Stack size 8 bytes, stm32wbxx_it.o(.text.IPCC_C1_TX_IRQHandler)) +

    [Stack]

    • Max Depth = 92
    • Call Chain = IPCC_C1_TX_IRQHandler ⇒ HW_IPCC_Tx_Handler ⇒ HW_IPCC_ZIGBEE_CmdEvtHandler ⇒ HW_IPCC_ZIGBEE_RecvAppliAckFromM0 ⇒ TL_ZIGBEE_CmdEvtReceived ⇒ Receive_Ack_From_M0 ⇒ UTIL_SEQ_SetEvt +
    +
    [Calls]
    • >>   HW_IPCC_Tx_Handler +
    +
    [Address Reference Count : 1]
    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    IPCC_Reset_Register (Thumb, 28 bytes, Stack size 4 bytes, stm32wbxx_hal_ipcc.o(.text.IPCC_Reset_Register)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = IPCC_Reset_Register +
    +
    [Called By]
    • >>   HAL_IPCC_Init +
    + +

    IPCC_SetDefaultCallbacks (Thumb, 68 bytes, Stack size 8 bytes, stm32wbxx_hal_ipcc.o(.text.IPCC_SetDefaultCallbacks)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = IPCC_SetDefaultCallbacks +
    +
    [Called By]
    • >>   HAL_IPCC_Init +
    + +

    Init_Exti (Thumb, 10 bytes, Stack size 8 bytes, app_entry.o(.text.Init_Exti)) +

    [Stack]

    • Max Depth = 12
    • Call Chain = Init_Exti ⇒ LL_EXTI_EnableIT_32_63 +
    +
    [Calls]
    • >>   LL_EXTI_EnableIT_32_63 +
    +
    [Called By]
    • >>   System_Init +
    + +

    Init_Smps (Thumb, 2 bytes, Stack size 0 bytes, app_entry.o(.text.Init_Smps)) +

    [Called By]

    • >>   System_Init +
    + +

    LPUART1_IRQHandler (Thumb, 16 bytes, Stack size 8 bytes, stm32wbxx_it.o(.text.LPUART1_IRQHandler)) +

    [Stack]

    • Max Depth = 112
    • Call Chain = LPUART1_IRQHandler ⇒ HAL_UART_IRQHandler ⇒ UART_EndTransmit_IT ⇒ HAL_UART_TxCpltCallback +
    +
    [Calls]
    • >>   HAL_UART_IRQHandler +
    +
    [Address Reference Count : 1]
    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    LST_init_head (Thumb, 16 bytes, Stack size 4 bytes, stm_list.o(.text.LST_init_head)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LST_init_head +
    +
    [Called By]
    • >>   TL_TRACES_Init +
    • >>   TL_MM_Init +
    • >>   TlInit +
    • >>   TL_SYS_Init +
    + +

    LST_insert_head (Thumb, 64 bytes, Stack size 24 bytes, stm_list.o(.text.LST_insert_head)) +

    [Stack]

    • Max Depth = 24
    • Call Chain = LST_insert_head +
    +
    [Called By]
    • >>   shci_user_evt_proc +
    + +

    LST_insert_tail (Thumb, 64 bytes, Stack size 24 bytes, stm_list.o(.text.LST_insert_tail)) +

    [Stack]

    • Max Depth = 24
    • Call Chain = LST_insert_tail +
    +
    [Called By]
    • >>   TL_MM_EvtDone +
    • >>   TlUserEvtReceived +
    • >>   SendFreeBuf +
    + +

    LST_is_empty (Thumb, 66 bytes, Stack size 24 bytes, stm_list.o(.text.LST_is_empty)) +

    [Stack]

    • Max Depth = 24
    • Call Chain = LST_is_empty +
    +
    [Called By]
    • >>   shci_user_evt_proc +
    • >>   HW_IPCC_TRACES_EvtNot +
    • >>   HW_IPCC_SYS_EvtNot +
    • >>   HW_IPCC_BLE_RxEvtNot +
    • >>   SendFreeBuf +
    + +

    LST_remove_head (Thumb, 56 bytes, Stack size 32 bytes, stm_list.o(.text.LST_remove_head)) +

    [Stack]

    • Max Depth = 52
    • Call Chain = LST_remove_head ⇒ LST_remove_node +
    +
    [Calls]
    • >>   LST_remove_node +
    +
    [Called By]
    • >>   shci_user_evt_proc +
    • >>   HW_IPCC_TRACES_EvtNot +
    • >>   HW_IPCC_SYS_EvtNot +
    • >>   HW_IPCC_BLE_RxEvtNot +
    • >>   SendFreeBuf +
    + +

    LST_remove_node (Thumb, 52 bytes, Stack size 20 bytes, stm_list.o(.text.LST_remove_node)) +

    [Stack]

    • Max Depth = 20
    • Call Chain = LST_remove_node +
    +
    [Called By]
    • >>   LST_remove_head +
    + +

    MX_APPE_Config (Thumb, 30 bytes, Stack size 8 bytes, app_entry.o(.text.MX_APPE_Config)) +

    [Stack]

    • Max Depth = 36
    • Call Chain = MX_APPE_Config ⇒ Config_HSE ⇒ OTP_Read +
    +
    [Calls]
    • >>   Config_HSE +
    • >>   Reset_Device +
    +
    [Called By]
    • >>   main +
    + +

    MX_APPE_Init (Thumb, 54 bytes, Stack size 8 bytes, app_entry.o(.text.MX_APPE_Init)) +

    [Stack]

    • Max Depth = 296
    • Call Chain = MX_APPE_Init ⇒ Init_Debug ⇒ DbgTraceInit ⇒ DbgOutputInit ⇒ MX_USART1_UART_Init ⇒ HAL_UART_Init ⇒ HAL_UART_MspInit ⇒ HAL_NVIC_SetPriority ⇒ NVIC_EncodePriority +
    +
    [Calls]
    • >>   ZigbeeApp_Init +
    • >>   Hardware_Init +
    • >>   HW_TS_Init +
    • >>   appe_Tl_Init +
    • >>   RxUART_Init +
    • >>   Button_Init +
    • >>   Led_Init +
    • >>   Init_Debug +
    • >>   SystemPower_Config +
    • >>   System_Init +
    +
    [Called By]
    • >>   main +
    + +

    MX_APPE_Process (Thumb, 16 bytes, Stack size 8 bytes, app_entry.o(.text.MX_APPE_Process)) +

    [Stack]

    • Max Depth = 464
    • Call Chain = MX_APPE_Process ⇒ ZigbeeApp_Process ⇒ ZigbeePort_Process ⇒ APP_ZIGBEE_Process ⇒ APP_ZIGBEE_OpenPermitJoin ⇒ logApplication ⇒ logRegion ⇒ snprintf +
    +
    [Calls]
    • >>   ZigbeeApp_Process +
    • >>   UTIL_SEQ_Run +
    +
    [Called By]
    • >>   main +
    + +

    MX_USART1_UART_Init (Thumb, 144 bytes, Stack size 16 bytes, main.o(.text.MX_USART1_UART_Init)) +

    [Stack]

    • Max Depth = 248
    • Call Chain = MX_USART1_UART_Init ⇒ HAL_UART_Init ⇒ HAL_UART_MspInit ⇒ HAL_NVIC_SetPriority ⇒ NVIC_EncodePriority +
    +
    [Calls]
    • >>   HAL_UARTEx_DisableFifoMode +
    • >>   HAL_UARTEx_SetRxFifoThreshold +
    • >>   HAL_UARTEx_SetTxFifoThreshold +
    • >>   HAL_UART_Init +
    • >>   Error_Handler +
    +
    [Called By]
    • >>   DbgOutputInit +
    + +

    MemManage_Handler (Thumb, 4 bytes, Stack size 0 bytes, stm32wbxx_it.o(.text.MemManage_Handler)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    NMI_Handler (Thumb, 4 bytes, Stack size 0 bytes, stm32wbxx_it.o(.text.NMI_Handler)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    OTP_Read (Thumb, 98 bytes, Stack size 12 bytes, otp.o(.text.OTP_Read)) +

    [Stack]

    • Max Depth = 12
    • Call Chain = OTP_Read +
    +
    [Called By]
    • >>   Config_HSE +
    + +

    PVD_PVM_IRQHandler (Thumb, 8 bytes, Stack size 8 bytes, stm32wbxx_it.o(.text.PVD_PVM_IRQHandler)) +

    [Stack]

    • Max Depth = 20
    • Call Chain = PVD_PVM_IRQHandler ⇒ HAL_PWREx_PVD_PVM_IRQHandler ⇒ LL_EXTI_ClearFlag_32_63 +
    +
    [Calls]
    • >>   HAL_PWREx_PVD_PVM_IRQHandler +
    +
    [Address Reference Count : 1]
    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    PWR_SOTF_BLEACT_802ACT_RFPHASE_IRQHandler (Thumb, 2 bytes, Stack size 0 bytes, stm32wbxx_it.o(.text.PWR_SOTF_BLEACT_802ACT_RFPHASE_IRQHandler)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    PendSV_Handler (Thumb, 2 bytes, Stack size 0 bytes, stm32wbxx_it.o(.text.PendSV_Handler)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    PeriphCommonClock_Config (Thumb, 54 bytes, Stack size 96 bytes, main.o(.text.PeriphCommonClock_Config)) +

    [Stack]

    • Max Depth = 160
    • Call Chain = PeriphCommonClock_Config ⇒ HAL_RCCEx_PeriphCLKConfig ⇒ RCCEx_PLLSAI1_ConfigNR +
    +
    [Calls]
    • >>   HAL_RCCEx_PeriphCLKConfig +
    • >>   Error_Handler +
    • >>   __aeabi_memclr4 +
    +
    [Called By]
    • >>   main +
    + +

    Post_ZigbeeCmdProcessing (Thumb, 2 bytes, Stack size 0 bytes, tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing)) +

    [Called By]

    • >>   ZbApsmeAddGroupReq +
    • >>   ZbApsFilterClusterAdd +
    • >>   ZbZclClusterEndpointRegister +
    • >>   ZbZclAddEndpoint +
    • >>   ZbApsdeDataReqCallback +
    • >>   ZbReset +
    • >>   ZbNlmePermitJoinReq +
    • >>   ZbStartup +
    • >>   ZbInit +
    • >>   ZbStartupConfigGetProDefaults +
    • >>   ZbSetLogging +
    • >>   ZbZclClusterRemoveAlarmResetHandler +
    • >>   ZbZclClusterUnbind +
    • >>   ZbZclClusterBind +
    • >>   ZbZclClusterEndpointRemove +
    • >>   ZbZclSendDefaultResponse +
    • >>   ZbZclGetNextSeqnum +
    • >>   ZbZclDeviceLogCheckAllow +
    • >>   ZbNwkSetIndex +
    • >>   ZbTimerReset +
    • >>   ZbTimerFree +
    • >>   ZbTimerAlloc +
    • >>   ZbMsgFilterRemove +
    • >>   ZbMsgFilterRegister +
    • >>   ZbApsmeBindReq +
    • >>   ZbApsGetIndex +
    • >>   ZbBdbGetIndex +
    • >>   ZbNwkGetIndex +
    • >>   ZbExtendedAddress +
    + +

    Pre_ZigbeeCmdProcessing (Thumb, 10 bytes, Stack size 8 bytes, app_zigbee.o(.text.Pre_ZigbeeCmdProcessing)) +

    [Stack]

    • Max Depth = 188
    • Call Chain = Pre_ZigbeeCmdProcessing ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   UTIL_SEQ_WaitEvt +
    +
    [Called By]
    • >>   ZbApsmeAddGroupReq +
    • >>   ZbApsFilterClusterAdd +
    • >>   ZbZclClusterEndpointRegister +
    • >>   ZbZclAddEndpoint +
    • >>   ZbApsdeDataReqCallback +
    • >>   ZbReset +
    • >>   ZbNlmePermitJoinReq +
    • >>   ZbStartup +
    • >>   ZbInit +
    • >>   ZbStartupConfigGetProDefaults +
    • >>   ZbSetLogging +
    • >>   ZbZclClusterRemoveAlarmResetHandler +
    • >>   ZbZclClusterUnbind +
    • >>   ZbZclClusterBind +
    • >>   ZbZclClusterEndpointRemove +
    • >>   ZbZclSendDefaultResponse +
    • >>   ZbZclGetNextSeqnum +
    • >>   ZbZclDeviceLogCheckAllow +
    • >>   ZbNwkSetIndex +
    • >>   ZbTimerReset +
    • >>   ZbTimerFree +
    • >>   ZbTimerAlloc +
    • >>   ZbMsgFilterRemove +
    • >>   ZbMsgFilterRegister +
    • >>   ZbApsmeBindReq +
    • >>   ZbApsGetIndex +
    • >>   ZbBdbGetIndex +
    • >>   ZbNwkGetIndex +
    • >>   ZbExtendedAddress +
    + +

    RCC_IRQHandler (Thumb, 2 bytes, Stack size 0 bytes, stm32wbxx_it.o(.text.RCC_IRQHandler)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    RTC_EnterInitMode (Thumb, 132 bytes, Stack size 24 bytes, stm32wbxx_hal_rtc.o(.text.RTC_EnterInitMode)) +

    [Stack]

    • Max Depth = 24
    • Call Chain = RTC_EnterInitMode +
    +
    [Calls]
    • >>   HAL_GetTick +
    +
    [Called By]
    • >>   HAL_RTC_Init +
    + +

    RTC_ExitInitMode (Thumb, 74 bytes, Stack size 16 bytes, stm32wbxx_hal_rtc.o(.text.RTC_ExitInitMode)) +

    [Stack]

    • Max Depth = 40
    • Call Chain = RTC_ExitInitMode ⇒ HAL_RTC_WaitForSynchro +
    +
    [Calls]
    • >>   HAL_RTC_WaitForSynchro +
    +
    [Called By]
    • >>   HAL_RTC_Init +
    + +

    RTC_WKUP_IRQHandler (Thumb, 8 bytes, Stack size 8 bytes, stm32wbxx_it.o(.text.RTC_WKUP_IRQHandler)) +

    [Stack]

    • Max Depth = 188
    • Call Chain = RTC_WKUP_IRQHandler ⇒ HW_TS_RTC_Wakeup_Handler ⇒ HW_TS_Start ⇒ HW_TS_Stop ⇒ RescheduleTimerList ⇒ RestartWakeupCounter ⇒ HAL_NVIC_SetPendingIRQ ⇒ __NVIC_SetPendingIRQ +
    +
    [Calls]
    • >>   HW_TS_RTC_Wakeup_Handler +
    +
    [Address Reference Count : 1]
    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    SEQ_BitPosition (Thumb, 48 bytes, Stack size 12 bytes, stm32_seq.o(.text.SEQ_BitPosition)) +

    [Stack]

    • Max Depth = 12
    • Call Chain = SEQ_BitPosition +
    +
    [Called By]
    • >>   UTIL_SEQ_Run +
    • >>   UTIL_SEQ_RegTask +
    + +

    SHCI_C2_ZIGBEE_Init (Thumb, 30 bytes, Stack size 32 bytes, shci.o(.text.SHCI_C2_ZIGBEE_Init)) +

    [Stack]

    • Max Depth = 260
    • Call Chain = SHCI_C2_ZIGBEE_Init ⇒ shci_send ⇒ shci_cmd_resp_wait ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   shci_send +
    +
    [Called By]
    • >>   APP_ZIGBEE_Init +
    + +

    SHCI_GetWirelessFwInfo (Thumb, 292 bytes, Stack size 40 bytes, shci.o(.text.SHCI_GetWirelessFwInfo)) +

    [Stack]

    • Max Depth = 40
    • Call Chain = SHCI_GetWirelessFwInfo +
    +
    [Called By]
    • >>   APP_ZIGBEE_CheckWirelessFirmwareInfo +
    + +

    SVC_Handler (Thumb, 2 bytes, Stack size 0 bytes, stm32wbxx_it.o(.text.SVC_Handler)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    SlaveInputs_ClearChanges (Thumb, 58 bytes, Stack size 4 bytes, slave_inputs.o(.text.SlaveInputs_ClearChanges)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = SlaveInputs_ClearChanges +
    +
    [Called By]
    • >>   ZigbeeApp_Process +
    + +

    SlaveInputs_Init (Thumb, 132 bytes, Stack size 24 bytes, slave_inputs.o(.text.SlaveInputs_Init)) +

    [Stack]

    • Max Depth = 48
    • Call Chain = SlaveInputs_Init ⇒ Hardware_ReadButton ⇒ HAL_GPIO_ReadPin +
    +
    [Calls]
    • >>   Analog_ToPercent +
    • >>   Hardware_ReadAnalogRaw +
    • >>   Hardware_ReadButton +
    • >>   Hardware_GetTickMs +
    +
    [Called By]
    • >>   ZigbeeApp_Init +
    + +

    SlaveInputs_Process (Thumb, 250 bytes, Stack size 32 bytes, slave_inputs.o(.text.SlaveInputs_Process)) +

    [Stack]

    • Max Depth = 56
    • Call Chain = SlaveInputs_Process ⇒ Hardware_ReadButton ⇒ HAL_GPIO_ReadPin +
    +
    [Calls]
    • >>   Analog_ToPercent +
    • >>   Hardware_ReadAnalogRaw +
    • >>   Hardware_ReadButton +
    • >>   Hardware_GetTickMs +
    +
    [Called By]
    • >>   ZigbeeApp_Process +
    + +

    SysTick_Handler (Thumb, 8 bytes, Stack size 8 bytes, stm32wbxx_it.o(.text.SysTick_Handler)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = SysTick_Handler +
    +
    [Calls]
    • >>   HAL_IncTick +
    +
    [Address Reference Count : 1]
    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    SystemClock_Config (Thumb, 158 bytes, Stack size 120 bytes, main.o(.text.SystemClock_Config)) +

    [Stack]

    • Max Depth = 296
    • Call Chain = SystemClock_Config ⇒ HAL_RCC_OscConfig ⇒ RCC_SetFlashLatencyFromMSIRange ⇒ RCC_SetFlashLatency +
    +
    [Calls]
    • >>   HAL_RCC_ClockConfig +
    • >>   Error_Handler +
    • >>   HAL_RCC_OscConfig +
    • >>   HAL_PWR_EnableBkUpAccess +
    • >>   LL_RCC_LSE_SetDriveCapability +
    • >>   __aeabi_memclr4 +
    +
    [Called By]
    • >>   main +
    + +

    SystemInit (Thumb, 126 bytes, Stack size 0 bytes, system_stm32wbxx.o(.text.SystemInit)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(.text) +
    +

    TL_Enable (Thumb, 8 bytes, Stack size 8 bytes, tl_mbox.o(.text.TL_Enable)) +

    [Stack]

    • Max Depth = 32
    • Call Chain = TL_Enable ⇒ HW_IPCC_Enable ⇒ LL_C2_AHB3_GRP1_EnableClock +
    +
    [Calls]
    • >>   HW_IPCC_Enable +
    +
    [Called By]
    • >>   appe_Tl_Init +
    + +

    TL_Init (Thumb, 116 bytes, Stack size 8 bytes, tl_mbox.o(.text.TL_Init)) +

    [Stack]

    • Max Depth = 44
    • Call Chain = TL_Init ⇒ HW_IPCC_Init ⇒ HAL_NVIC_EnableIRQ ⇒ __NVIC_EnableIRQ +
    +
    [Calls]
    • >>   HW_IPCC_Init +
    +
    [Called By]
    • >>   appe_Tl_Init +
    + +

    TL_MM_EvtDone (Thumb, 44 bytes, Stack size 16 bytes, tl_mbox.o(.text.TL_MM_EvtDone)) +

    [Stack]

    • Max Depth = 56
    • Call Chain = TL_MM_EvtDone ⇒ HW_IPCC_MM_SendFreeBuf ⇒ LL_C1_IPCC_EnableTransmitChannel +
    +
    [Calls]
    • >>   HW_IPCC_MM_SendFreeBuf +
    • >>   LST_insert_tail +
    • >>   OutputDbgTrace +
    +
    [Called By]
    • >>   TL_TRACES_EvtReceived +
    • >>   shci_user_evt_proc +
    + +

    TL_MM_Init (Thumb, 110 bytes, Stack size 16 bytes, tl_mbox.o(.text.TL_MM_Init)) +

    [Stack]

    • Max Depth = 20
    • Call Chain = TL_MM_Init ⇒ LST_init_head +
    +
    [Calls]
    • >>   LST_init_head +
    +
    [Called By]
    • >>   appe_Tl_Init +
    + +

    TL_SYS_Init (Thumb, 88 bytes, Stack size 24 bytes, tl_mbox.o(.text.TL_SYS_Init)) +

    [Stack]

    • Max Depth = 56
    • Call Chain = TL_SYS_Init ⇒ HW_IPCC_SYS_Init ⇒ LL_C1_IPCC_EnableReceiveChannel +
    +
    [Calls]
    • >>   HW_IPCC_SYS_Init +
    • >>   LST_init_head +
    +
    [Address Reference Count : 1]
    • shci_tl_if.o(.text.shci_register_io_bus) +
    +

    TL_SYS_SendCmd (Thumb, 46 bytes, Stack size 16 bytes, tl_mbox.o(.text.TL_SYS_SendCmd)) +

    [Stack]

    • Max Depth = 56
    • Call Chain = TL_SYS_SendCmd ⇒ HW_IPCC_SYS_SendCmd ⇒ LL_C1_IPCC_EnableTransmitChannel +
    +
    [Calls]
    • >>   HW_IPCC_SYS_SendCmd +
    • >>   OutputDbgTrace +
    +
    [Address Reference Count : 1]
    • shci_tl_if.o(.text.shci_register_io_bus) +
    +

    TL_TRACES_EvtReceived (Thumb, 32 bytes, Stack size 16 bytes, app_entry.o(.text.TL_TRACES_EvtReceived)) +

    [Stack]

    • Max Depth = 208
    • Call Chain = TL_TRACES_EvtReceived ⇒ DbgTraceWrite ⇒ DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   TL_MM_EvtDone +
    • >>   DbgTraceWrite +
    +
    [Called By]
    • >>   HW_IPCC_TRACES_EvtNot +
    + +

    TL_TRACES_Init (Thumb, 40 bytes, Stack size 16 bytes, tl_mbox.o(.text.TL_TRACES_Init)) +

    [Stack]

    • Max Depth = 48
    • Call Chain = TL_TRACES_Init ⇒ HW_IPCC_TRACES_Init ⇒ LL_C1_IPCC_EnableReceiveChannel +
    +
    [Calls]
    • >>   HW_IPCC_TRACES_Init +
    • >>   LST_init_head +
    +
    [Called By]
    • >>   APPE_SysEvtReadyProcessing +
    + +

    TL_ZIGBEE_CmdEvtReceived (Thumb, 14 bytes, Stack size 16 bytes, app_zigbee.o(.text.TL_ZIGBEE_CmdEvtReceived)) +

    [Stack]

    • Max Depth = 44
    • Call Chain = TL_ZIGBEE_CmdEvtReceived ⇒ Receive_Ack_From_M0 ⇒ UTIL_SEQ_SetEvt +
    +
    [Calls]
    • >>   Receive_Ack_From_M0 +
    +
    [Called By]
    • >>   HW_IPCC_ZIGBEE_RecvAppliAckFromM0 +
    + +

    TL_ZIGBEE_Init (Thumb, 50 bytes, Stack size 16 bytes, tl_mbox.o(.text.TL_ZIGBEE_Init)) +

    [Stack]

    • Max Depth = 56
    • Call Chain = TL_ZIGBEE_Init ⇒ HW_IPCC_ZIGBEE_Init ⇒ LL_C1_IPCC_EnableReceiveChannel +
    +
    [Calls]
    • >>   HW_IPCC_ZIGBEE_Init +
    +
    [Called By]
    • >>   APP_ZIGBEE_TL_INIT +
    + +

    TL_ZIGBEE_M0RequestReceived (Thumb, 44 bytes, Stack size 16 bytes, app_zigbee.o(.text.TL_ZIGBEE_M0RequestReceived)) +

    [Stack]

    • Max Depth = 40
    • Call Chain = TL_ZIGBEE_M0RequestReceived ⇒ UTIL_SEQ_SetTask +
    +
    [Calls]
    • >>   UTIL_SEQ_SetTask +
    +
    [Called By]
    • >>   HW_IPCC_ZIGBEE_RecvM0RequestToM4 +
    + +

    TL_ZIGBEE_NotReceived (Thumb, 26 bytes, Stack size 16 bytes, app_zigbee.o(.text.TL_ZIGBEE_NotReceived)) +

    [Stack]

    • Max Depth = 48
    • Call Chain = TL_ZIGBEE_NotReceived ⇒ Receive_Notification_From_M0 ⇒ UTIL_SEQ_SetTask +
    +
    [Calls]
    • >>   Receive_Notification_From_M0 +
    +
    [Called By]
    • >>   HW_IPCC_ZIGBEE_RecvM0NotifyToM4 +
    + +

    TL_ZIGBEE_SendM4AckToM0Notify (Thumb, 24 bytes, Stack size 8 bytes, tl_mbox.o(.text.TL_ZIGBEE_SendM4AckToM0Notify)) +

    [Stack]

    • Max Depth = 48
    • Call Chain = TL_ZIGBEE_SendM4AckToM0Notify ⇒ HW_IPCC_ZIGBEE_SendM4AckToM0Notify ⇒ LL_C1_IPCC_EnableReceiveChannel +
    +
    [Calls]
    • >>   HW_IPCC_ZIGBEE_SendM4AckToM0Notify +
    +
    [Called By]
    • >>   Zigbee_CallBackProcessing +
    + +

    TL_ZIGBEE_SendM4AckToM0Request (Thumb, 24 bytes, Stack size 8 bytes, tl_mbox.o(.text.TL_ZIGBEE_SendM4AckToM0Request)) +

    [Stack]

    • Max Depth = 48
    • Call Chain = TL_ZIGBEE_SendM4AckToM0Request ⇒ HW_IPCC_ZIGBEE_SendM4AckToM0Request ⇒ LL_C1_IPCC_EnableReceiveChannel +
    +
    [Calls]
    • >>   HW_IPCC_ZIGBEE_SendM4AckToM0Request +
    +
    [Called By]
    • >>   Zigbee_M0RequestProcessing +
    + +

    TL_ZIGBEE_SendM4RequestToM0 (Thumb, 24 bytes, Stack size 8 bytes, tl_mbox.o(.text.TL_ZIGBEE_SendM4RequestToM0)) +

    [Stack]

    • Max Depth = 48
    • Call Chain = TL_ZIGBEE_SendM4RequestToM0 ⇒ HW_IPCC_ZIGBEE_SendM4RequestToM0 ⇒ LL_C1_IPCC_EnableTransmitChannel +
    +
    [Calls]
    • >>   HW_IPCC_ZIGBEE_SendM4RequestToM0 +
    +
    [Called By]
    • >>   ZIGBEE_CmdTransfer +
    + +

    UART_AdvFeatureConfig (Thumb, 328 bytes, Stack size 4 bytes, stm32wbxx_hal_uart.o(.text.UART_AdvFeatureConfig)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = UART_AdvFeatureConfig +
    +
    [Called By]
    • >>   HAL_UART_Init +
    + +

    UART_CheckIdleState (Thumb, 326 bytes, Stack size 40 bytes, stm32wbxx_hal_uart.o(.text.UART_CheckIdleState)) +

    [Stack]

    • Max Depth = 88
    • Call Chain = UART_CheckIdleState ⇒ UART_WaitOnFlagUntilTimeout ⇒ UART_EndRxTransfer +
    +
    [Calls]
    • >>   HAL_GetTick +
    • >>   UART_WaitOnFlagUntilTimeout +
    +
    [Called By]
    • >>   HAL_UART_Init +
    + +

    UART_SetConfig (Thumb, 1042 bytes, Stack size 64 bytes, stm32wbxx_hal_uart.o(.text.UART_SetConfig)) +

    [Stack]

    • Max Depth = 148
    • Call Chain = UART_SetConfig ⇒ HAL_RCC_GetPCLK2Freq ⇒ HAL_RCC_GetHCLKFreq ⇒ HAL_RCC_GetSysClockFreq ⇒ LL_RCC_MSI_GetRange +
    +
    [Calls]
    • >>   HAL_RCC_GetPCLK2Freq +
    • >>   HAL_RCC_GetPCLK1Freq +
    • >>   HAL_RCC_GetSysClockFreq +
    • >>   LL_RCC_GetLPUARTClockSource +
    • >>   LL_RCC_GetUSARTClockSource +
    • >>   __aeabi_uldivmod +
    +
    [Called By]
    • >>   HAL_UART_Init +
    + +

    UART_Start_Receive_IT (Thumb, 546 bytes, Stack size 32 bytes, stm32wbxx_hal_uart.o(.text.UART_Start_Receive_IT)) +

    [Stack]

    • Max Depth = 32
    • Call Chain = UART_Start_Receive_IT +
    +
    [Called By]
    • >>   HAL_UART_Receive_IT +
    + +

    UART_WaitOnFlagUntilTimeout (Thumb, 268 bytes, Stack size 32 bytes, stm32wbxx_hal_uart.o(.text.UART_WaitOnFlagUntilTimeout)) +

    [Stack]

    • Max Depth = 48
    • Call Chain = UART_WaitOnFlagUntilTimeout ⇒ UART_EndRxTransfer +
    +
    [Calls]
    • >>   HAL_GetTick +
    • >>   UART_EndRxTransfer +
    +
    [Called By]
    • >>   UART_CheckIdleState +
    + +

    USART1_IRQHandler (Thumb, 16 bytes, Stack size 8 bytes, stm32wbxx_it.o(.text.USART1_IRQHandler)) +

    [Stack]

    • Max Depth = 112
    • Call Chain = USART1_IRQHandler ⇒ HAL_UART_IRQHandler ⇒ UART_EndTransmit_IT ⇒ HAL_UART_TxCpltCallback +
    +
    [Calls]
    • >>   HAL_UART_IRQHandler +
    +
    [Address Reference Count : 1]
    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    UTIL_LPM_Init (Thumb, 24 bytes, Stack size 0 bytes, stm32_lpm.o(.text.UTIL_LPM_Init)) +

    [Called By]

    • >>   SystemPower_Config +
    + +

    UTIL_LPM_SetOffMode (Thumb, 98 bytes, Stack size 28 bytes, stm32_lpm.o(.text.UTIL_LPM_SetOffMode)) +

    [Stack]

    • Max Depth = 28
    • Call Chain = UTIL_LPM_SetOffMode +
    +
    [Called By]
    • >>   SystemPower_Config +
    + +

    UTIL_LPM_SetStopMode (Thumb, 98 bytes, Stack size 28 bytes, stm32_lpm.o(.text.UTIL_LPM_SetStopMode)) +

    [Stack]

    • Max Depth = 28
    • Call Chain = UTIL_LPM_SetStopMode +
    +
    [Called By]
    • >>   SystemPower_Config +
    + +

    UTIL_SEQ_CatchWarning (Thumb, 10 bytes, Stack size 4 bytes, stm32_seq.o(.text.UTIL_SEQ_CatchWarning)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = UTIL_SEQ_CatchWarning +
    +
    [Called By]
    • >>   UTIL_SEQ_Run +
    + +

    UTIL_SEQ_EvtIdle (Thumb, 84 bytes, Stack size 24 bytes, app_entry.o(.text.UTIL_SEQ_EvtIdle)) +

    [Stack]

    • Max Depth = 140
    • Call Chain = UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   UTIL_SEQ_SetEvt +
    • >>   UTIL_SEQ_Run +
    +
    [Called By]
    • >>   UTIL_SEQ_WaitEvt +
    + +

    UTIL_SEQ_Idle (Thumb, 2 bytes, Stack size 0 bytes, app_entry.o(.text.UTIL_SEQ_Idle)) +

    [Called By]

    • >>   UTIL_SEQ_Run +
    + +

    UTIL_SEQ_PostIdle (Thumb, 2 bytes, Stack size 0 bytes, stm32_seq.o(.text.UTIL_SEQ_PostIdle)) +

    [Called By]

    • >>   UTIL_SEQ_Run +
    + +

    UTIL_SEQ_PostTask (Thumb, 8 bytes, Stack size 4 bytes, stm32_seq.o(.text.UTIL_SEQ_PostTask)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = UTIL_SEQ_PostTask +
    +
    [Called By]
    • >>   UTIL_SEQ_Run +
    + +

    UTIL_SEQ_PreIdle (Thumb, 2 bytes, Stack size 0 bytes, stm32_seq.o(.text.UTIL_SEQ_PreIdle)) +

    [Called By]

    • >>   UTIL_SEQ_Run +
    + +

    UTIL_SEQ_PreTask (Thumb, 8 bytes, Stack size 4 bytes, stm32_seq.o(.text.UTIL_SEQ_PreTask)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = UTIL_SEQ_PreTask +
    +
    [Called By]
    • >>   UTIL_SEQ_Run +
    + +

    UTIL_SEQ_RegTask (Thumb, 68 bytes, Stack size 40 bytes, stm32_seq.o(.text.UTIL_SEQ_RegTask)) +

    [Stack]

    • Max Depth = 52
    • Call Chain = UTIL_SEQ_RegTask ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   SEQ_BitPosition +
    +
    [Called By]
    • >>   APP_ZIGBEE_Init +
    • >>   appe_Tl_Init +
    + +

    UTIL_SEQ_Run (Thumb, 966 bytes, Stack size 104 bytes, stm32_seq.o(.text.UTIL_SEQ_Run)) +

    [Stack]

    • Max Depth = 116
    • Call Chain = UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   UTIL_SEQ_Idle +
    • >>   UTIL_SEQ_PostIdle +
    • >>   UTIL_SEQ_PreIdle +
    • >>   UTIL_SEQ_CatchWarning +
    • >>   UTIL_SEQ_PostTask +
    • >>   UTIL_SEQ_PreTask +
    • >>   SEQ_BitPosition +
    +
    [Called By]
    • >>   UTIL_SEQ_EvtIdle +
    • >>   MX_APPE_Process +
    + +

    UTIL_SEQ_SetEvt (Thumb, 52 bytes, Stack size 20 bytes, stm32_seq.o(.text.UTIL_SEQ_SetEvt)) +

    [Stack]

    • Max Depth = 20
    • Call Chain = UTIL_SEQ_SetEvt +
    +
    [Called By]
    • >>   Receive_Ack_From_M0 +
    • >>   ZbStartupWaitCb +
    • >>   shci_cmd_resp_release +
    • >>   UTIL_SEQ_EvtIdle +
    + +

    UTIL_SEQ_SetTask (Thumb, 76 bytes, Stack size 24 bytes, stm32_seq.o(.text.UTIL_SEQ_SetTask)) +

    [Stack]

    • Max Depth = 24
    • Call Chain = UTIL_SEQ_SetTask +
    +
    [Called By]
    • >>   TL_ZIGBEE_M0RequestReceived +
    • >>   APP_ZIGBEE_RequestNetworkRestart +
    • >>   Receive_Notification_From_M0 +
    • >>   APP_ZIGBEE_StackLayersInit +
    • >>   APP_ZIGBEE_NwkForm +
    • >>   shci_notify_asynch_evt +
    + +

    UTIL_SEQ_WaitEvt (Thumb, 168 bytes, Stack size 40 bytes, stm32_seq.o(.text.UTIL_SEQ_WaitEvt)) +

    [Stack]

    • Max Depth = 180
    • Call Chain = UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   UTIL_SEQ_EvtIdle +
    +
    [Called By]
    • >>   Pre_ZigbeeCmdProcessing +
    • >>   ZbStartupWait +
    • >>   Wait_Getting_Ack_From_M0 +
    • >>   shci_cmd_resp_wait +
    + +

    UsageFault_Handler (Thumb, 4 bytes, Stack size 0 bytes, stm32wbxx_it.o(.text.UsageFault_Handler)) +
    [Address Reference Count : 1]

    • startup_stm32wb55xx_cm4.o(RESET) +
    +

    WpanCrc (Thumb, 72 bytes, Stack size 16 bytes, zigbee_core_wb.o(.text.WpanCrc)) +

    [Stack]

    • Max Depth = 16
    • Call Chain = WpanCrc +
    +
    [Called By]
    • >>   zcl_cluster_reports_timer +
    • >>   zcl_reporting_save_curr_val +
    + +

    ZIGBEE_CmdTransfer (Thumb, 54 bytes, Stack size 16 bytes, app_zigbee.o(.text.ZIGBEE_CmdTransfer)) +

    [Stack]

    • Max Depth = 204
    • Call Chain = ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   TL_ZIGBEE_SendM4RequestToM0 +
    • >>   Wait_Getting_Ack_From_M0 +
    +
    [Called By]
    • >>   ZbApsmeAddGroupReq +
    • >>   ZbApsFilterClusterAdd +
    • >>   ZbZclClusterEndpointRegister +
    • >>   ZbZclAddEndpoint +
    • >>   ZbApsdeDataReqCallback +
    • >>   ZbReset +
    • >>   ZbNlmePermitJoinReq +
    • >>   ZbStartup +
    • >>   ZbInit +
    • >>   ZbStartupConfigGetProDefaults +
    • >>   ZbSetLogging +
    • >>   ZbZclClusterRemoveAlarmResetHandler +
    • >>   ZbZclClusterUnbind +
    • >>   ZbZclClusterBind +
    • >>   ZbZclClusterEndpointRemove +
    • >>   ZbZclSendDefaultResponse +
    • >>   ZbZclGetNextSeqnum +
    • >>   ZbZclDeviceLogCheckAllow +
    • >>   ZbNwkSetIndex +
    • >>   ZbTimerReset +
    • >>   ZbTimerFree +
    • >>   ZbTimerAlloc +
    • >>   ZbMsgFilterRemove +
    • >>   ZbMsgFilterRegister +
    • >>   ZbApsmeBindReq +
    • >>   ZbApsGetIndex +
    • >>   ZbBdbGetIndex +
    • >>   ZbNwkGetIndex +
    • >>   ZbExtendedAddress +
    + +

    ZIGBEE_Get_M0RequestPayloadBuffer (Thumb, 14 bytes, Stack size 0 bytes, app_zigbee.o(.text.ZIGBEE_Get_M0RequestPayloadBuffer)) +

    [Called By]

    • >>   Zigbee_M0RequestProcessing +
    + +

    ZIGBEE_Get_NotificationPayloadBuffer (Thumb, 14 bytes, Stack size 0 bytes, app_zigbee.o(.text.ZIGBEE_Get_NotificationPayloadBuffer)) +

    [Called By]

    • >>   Zigbee_CallBackProcessing +
    + +

    ZIGBEE_Get_OTCmdPayloadBuffer (Thumb, 14 bytes, Stack size 0 bytes, app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer)) +

    [Called By]

    • >>   ZbApsmeAddGroupReq +
    • >>   ZbApsFilterClusterAdd +
    • >>   ZbZclClusterEndpointRegister +
    • >>   ZbZclAddEndpoint +
    • >>   ZbApsdeDataReqCallback +
    • >>   ZbReset +
    • >>   ZbNlmePermitJoinReq +
    • >>   ZbStartup +
    • >>   ZbInit +
    • >>   ZbStartupConfigGetProDefaults +
    • >>   ZbSetLogging +
    • >>   ZbZclClusterRemoveAlarmResetHandler +
    • >>   ZbZclClusterUnbind +
    • >>   ZbZclClusterBind +
    • >>   ZbZclClusterEndpointRemove +
    • >>   ZbZclSendDefaultResponse +
    • >>   ZbZclGetNextSeqnum +
    • >>   ZbZclDeviceLogCheckAllow +
    • >>   ZbNwkSetIndex +
    • >>   ZbTimerReset +
    • >>   ZbTimerFree +
    • >>   ZbTimerAlloc +
    • >>   ZbMsgFilterRemove +
    • >>   ZbMsgFilterRegister +
    • >>   ZbApsmeBindReq +
    • >>   ZbApsGetIndex +
    • >>   ZbBdbGetIndex +
    • >>   ZbNwkGetIndex +
    • >>   ZbExtendedAddress +
    + +

    ZIGBEE_Get_OTCmdRspPayloadBuffer (Thumb, 14 bytes, Stack size 0 bytes, app_zigbee.o(.text.ZIGBEE_Get_OTCmdRspPayloadBuffer)) +

    [Called By]

    • >>   zb_ipc_m4_get_retval +
    • >>   ZbExtendedAddress +
    + +

    ZbApsAddrIsBcast (Thumb, 84 bytes, Stack size 8 bytes, zigbee_core_wb.o(.text.ZbApsAddrIsBcast)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = ZbApsAddrIsBcast +
    +
    [Called By]
    • >>   ZbZclClusterCheckMinSecurity +
    • >>   ZbZclAttrHandleDiscover +
    + +

    ZbApsAddrIsLocal (Thumb, 120 bytes, Stack size 32 bytes, zigbee_core_wb.o(.text.ZbApsAddrIsLocal)) +

    [Stack]

    • Max Depth = 340
    • Call Chain = ZbApsAddrIsLocal ⇒ ZbShortAddress ⇒ ZbNwkGet ⇒ ZbNwkGetIndex ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   ZbShortAddress +
    • >>   ZbExtendedAddress +
    +
    [Called By]
    • >>   zcl_cluster_data_ind +
    + +

    ZbApsBindSrcExists (Thumb, 158 bytes, Stack size 80 bytes, zigbee_core_wb.o(.text.ZbApsBindSrcExists)) +

    [Stack]

    • Max Depth = 376
    • Call Chain = ZbApsBindSrcExists ⇒ ZbExtendedAddress ⇒ __aeabi_assert ⇒ fputs ⇒ fputc ⇒ DbgTraceWrite ⇒ DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   ZbApsGetIndex +
    • >>   ZbExtendedAddress +
    +
    [Called By]
    • >>   zcl_cluster_reports_timer +
    + +

    ZbApsFilterClusterAdd (Thumb, 160 bytes, Stack size 32 bytes, zigbee_core_wb.o(.text.ZbApsFilterClusterAdd)) +

    [Stack]

    • Max Depth = 312
    • Call Chain = ZbApsFilterClusterAdd ⇒ zb_ipc_m4_get_retval ⇒ __aeabi_assert ⇒ fputs ⇒ fputc ⇒ DbgTraceWrite ⇒ DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   Pre_ZigbeeCmdProcessing +
    • >>   ZIGBEE_CmdTransfer +
    • >>   ZIGBEE_Get_OTCmdPayloadBuffer +
    • >>   zb_ipc_m4_get_retval +
    • >>   Post_ZigbeeCmdProcessing +
    • >>   malloc +
    • >>   free +
    +
    [Called By]
    • >>   APP_ZIGBEE_ConfigEndpoints +
    + +

    ZbApsGetIndex (Thumb, 90 bytes, Stack size 48 bytes, zigbee_core_wb.o(.text.ZbApsGetIndex)) +

    [Stack]

    • Max Depth = 252
    • Call Chain = ZbApsGetIndex ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   Pre_ZigbeeCmdProcessing +
    • >>   ZIGBEE_CmdTransfer +
    • >>   ZIGBEE_Get_OTCmdPayloadBuffer +
    • >>   Post_ZigbeeCmdProcessing +
    +
    [Called By]
    • >>   ZbApsBindSrcExists +
    + +

    ZbApsdeDataReqCallback (Thumb, 122 bytes, Stack size 40 bytes, zigbee_core_wb.o(.text.ZbApsdeDataReqCallback)) +

    [Stack]

    • Max Depth = 320
    • Call Chain = ZbApsdeDataReqCallback ⇒ zb_ipc_m4_get_retval ⇒ __aeabi_assert ⇒ fputs ⇒ fputc ⇒ DbgTraceWrite ⇒ DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   Pre_ZigbeeCmdProcessing +
    • >>   ZIGBEE_CmdTransfer +
    • >>   ZIGBEE_Get_OTCmdPayloadBuffer +
    • >>   zb_ipc_m4_cb_info_free +
    • >>   zb_ipc_m4_cb_info_alloc +
    • >>   zb_ipc_m4_get_retval +
    • >>   Post_ZigbeeCmdProcessing +
    +
    [Called By]
    • >>   APP_ZIGBEE_SendSlaveReport +
    • >>   zcl_persist_send_cache +
    • >>   zcl_reporting_send_report +
    • >>   ZbZclHandleSetSceneData +
    • >>   ZbZclHandleGetSceneData +
    • >>   ZbZclHandleConfigReport +
    • >>   ZbZclHandleReadReport +
    • >>   ZbZclHandleReadAttr +
    • >>   ZbZclAttrHandleDiscover +
    • >>   zcl_cluster_alarm_data_ind +
    • >>   zcl_cluster_data_ind +
    + +

    ZbApsmeAddGroupReq (Thumb, 58 bytes, Stack size 24 bytes, zigbee_core_wb.o(.text.ZbApsmeAddGroupReq)) +

    [Stack]

    • Max Depth = 228
    • Call Chain = ZbApsmeAddGroupReq ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   Pre_ZigbeeCmdProcessing +
    • >>   ZIGBEE_CmdTransfer +
    • >>   ZIGBEE_Get_OTCmdPayloadBuffer +
    • >>   Post_ZigbeeCmdProcessing +
    +
    [Called By]
    • >>   APP_ZIGBEE_ConfigGroupAddr +
    + +

    ZbApsmeBindReq (Thumb, 58 bytes, Stack size 24 bytes, zigbee_core_wb.o(.text.ZbApsmeBindReq)) +

    [Stack]

    • Max Depth = 228
    • Call Chain = ZbApsmeBindReq ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   Pre_ZigbeeCmdProcessing +
    • >>   ZIGBEE_CmdTransfer +
    • >>   ZIGBEE_Get_OTCmdPayloadBuffer +
    • >>   Post_ZigbeeCmdProcessing +
    +
    [Called By]
    • >>   ZbZclHandleConfigReport +
    + +

    ZbBdbGetIndex (Thumb, 98 bytes, Stack size 56 bytes, zigbee_core_wb.o(.text.ZbBdbGetIndex)) +

    [Stack]

    • Max Depth = 260
    • Call Chain = ZbBdbGetIndex ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   Pre_ZigbeeCmdProcessing +
    • >>   ZIGBEE_CmdTransfer +
    • >>   ZIGBEE_Get_OTCmdPayloadBuffer +
    • >>   Post_ZigbeeCmdProcessing +
    +
    [Called By]
    • >>   ZbZclUptime +
    + +

    ZbExtendedAddress (Thumb, 110 bytes, Stack size 32 bytes, zigbee_core_wb.o(.text.ZbExtendedAddress)) +

    [Stack]

    • Max Depth = 296
    • Call Chain = ZbExtendedAddress ⇒ __aeabi_assert ⇒ fputs ⇒ fputc ⇒ DbgTraceWrite ⇒ DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   Pre_ZigbeeCmdProcessing +
    • >>   ZIGBEE_CmdTransfer +
    • >>   ZIGBEE_Get_OTCmdRspPayloadBuffer +
    • >>   ZIGBEE_Get_OTCmdPayloadBuffer +
    • >>   __aeabi_assert +
    • >>   zb_ipc_m4_memcpy2 +
    • >>   Post_ZigbeeCmdProcessing +
    +
    [Called By]
    • >>   zcl_persist_send_cache +
    • >>   ZbZclHandleConfigReport +
    • >>   ZbApsBindSrcExists +
    • >>   ZbApsAddrIsLocal +
    + +

    ZbInit (Thumb, 148 bytes, Stack size 40 bytes, zigbee_core_wb.o(.text.ZbInit)) +

    [Stack]

    • Max Depth = 320
    • Call Chain = ZbInit ⇒ zb_ipc_m4_get_retval ⇒ __aeabi_assert ⇒ fputs ⇒ fputc ⇒ DbgTraceWrite ⇒ DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   Pre_ZigbeeCmdProcessing +
    • >>   ZIGBEE_CmdTransfer +
    • >>   ZIGBEE_Get_OTCmdPayloadBuffer +
    • >>   zb_ipc_m4_get_retval +
    • >>   zb_ipc_m4_memcpy2 +
    • >>   Post_ZigbeeCmdProcessing +
    +
    [Called By]
    • >>   APP_ZIGBEE_StackLayersInit +
    + +

    ZbMsgFilterRegister (Thumb, 180 bytes, Stack size 48 bytes, zigbee_core_wb.o(.text.ZbMsgFilterRegister)) +

    [Stack]

    • Max Depth = 328
    • Call Chain = ZbMsgFilterRegister ⇒ zb_ipc_m4_get_retval ⇒ __aeabi_assert ⇒ fputs ⇒ fputc ⇒ DbgTraceWrite ⇒ DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   Pre_ZigbeeCmdProcessing +
    • >>   ZIGBEE_CmdTransfer +
    • >>   ZIGBEE_Get_OTCmdPayloadBuffer +
    • >>   zb_ipc_m4_get_retval +
    • >>   Post_ZigbeeCmdProcessing +
    +
    [Called By]
    • >>   ZbZclClusterAlloc +
    + +

    ZbMsgFilterRemove (Thumb, 132 bytes, Stack size 32 bytes, zigbee_core_wb.o(.text.ZbMsgFilterRemove)) +

    [Stack]

    • Max Depth = 236
    • Call Chain = ZbMsgFilterRemove ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   Pre_ZigbeeCmdProcessing +
    • >>   ZIGBEE_CmdTransfer +
    • >>   ZIGBEE_Get_OTCmdPayloadBuffer +
    • >>   Post_ZigbeeCmdProcessing +
    +
    [Called By]
    • >>   ZbZclClusterFree +
    + +

    ZbNlmePermitJoinReq (Thumb, 58 bytes, Stack size 24 bytes, zigbee_core_wb.o(.text.ZbNlmePermitJoinReq)) +

    [Stack]

    • Max Depth = 228
    • Call Chain = ZbNlmePermitJoinReq ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   Pre_ZigbeeCmdProcessing +
    • >>   ZIGBEE_CmdTransfer +
    • >>   ZIGBEE_Get_OTCmdPayloadBuffer +
    • >>   Post_ZigbeeCmdProcessing +
    +
    [Called By]
    • >>   APP_ZIGBEE_OpenPermitJoin +
    + +

    ZbNwkGet (Thumb, 42 bytes, Stack size 32 bytes, zigbee_core_wb.o(.text.ZbNwkGet)) +

    [Stack]

    • Max Depth = 292
    • Call Chain = ZbNwkGet ⇒ ZbNwkGetIndex ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   ZbNwkGetIndex +
    +
    [Called By]
    • >>   zcl_reporting_stack_event +
    • >>   ZbZclReportCleanup +
    • >>   zcl_cluster_reports_timer +
    • >>   zcl_reporting_create_new +
    • >>   zcl_cluster_attr_report_delete +
    • >>   ZbZclHandleConfigReport +
    • >>   zcl_attr_reporting_check +
    • >>   ZbShortAddress +
    + +

    ZbNwkGetIndex (Thumb, 98 bytes, Stack size 56 bytes, zigbee_core_wb.o(.text.ZbNwkGetIndex)) +

    [Stack]

    • Max Depth = 260
    • Call Chain = ZbNwkGetIndex ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   Pre_ZigbeeCmdProcessing +
    • >>   ZIGBEE_CmdTransfer +
    • >>   ZIGBEE_Get_OTCmdPayloadBuffer +
    • >>   Post_ZigbeeCmdProcessing +
    +
    [Called By]
    • >>   ZbNwkGet +
    + +

    ZbNwkSet (Thumb, 42 bytes, Stack size 32 bytes, zigbee_core_wb.o(.text.ZbNwkSet)) +

    [Stack]

    • Max Depth = 292
    • Call Chain = ZbNwkSet ⇒ ZbNwkSetIndex ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   ZbNwkSetIndex +
    +
    [Called By]
    • >>   APP_ZIGBEE_NwkForm +
    + +

    ZbNwkSetIndex (Thumb, 98 bytes, Stack size 56 bytes, zigbee_core_wb.o(.text.ZbNwkSetIndex)) +

    [Stack]

    • Max Depth = 260
    • Call Chain = ZbNwkSetIndex ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   Pre_ZigbeeCmdProcessing +
    • >>   ZIGBEE_CmdTransfer +
    • >>   ZIGBEE_Get_OTCmdPayloadBuffer +
    • >>   Post_ZigbeeCmdProcessing +
    +
    [Called By]
    • >>   ZbNwkSet +
    + +

    ZbReset (Thumb, 40 bytes, Stack size 16 bytes, zigbee_core_wb.o(.text.ZbReset)) +

    [Stack]

    • Max Depth = 220
    • Call Chain = ZbReset ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   Pre_ZigbeeCmdProcessing +
    • >>   ZIGBEE_CmdTransfer +
    • >>   ZIGBEE_Get_OTCmdPayloadBuffer +
    • >>   Post_ZigbeeCmdProcessing +
    +
    [Called By]
    • >>   APP_ZIGBEE_RequestNetworkRestart +
    + +

    ZbSetLogging (Thumb, 108 bytes, Stack size 32 bytes, zigbee_core_wb.o(.text.ZbSetLogging)) +

    [Stack]

    • Max Depth = 236
    • Call Chain = ZbSetLogging ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   Pre_ZigbeeCmdProcessing +
    • >>   ZIGBEE_CmdTransfer +
    • >>   ZIGBEE_Get_OTCmdPayloadBuffer +
    • >>   Post_ZigbeeCmdProcessing +
    +
    [Called By]
    • >>   APP_ZIGBEE_NwkForm +
    + +

    ZbShortAddress (Thumb, 34 bytes, Stack size 16 bytes, zigbee_core_wb.o(.text.ZbShortAddress)) +

    [Stack]

    • Max Depth = 308
    • Call Chain = ZbShortAddress ⇒ ZbNwkGet ⇒ ZbNwkGetIndex ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   ZbNwkGet +
    +
    [Called By]
    • >>   ZbApsAddrIsLocal +
    + +

    ZbStartup (Thumb, 136 bytes, Stack size 40 bytes, zigbee_core_wb.o(.text.ZbStartup)) +

    [Stack]

    • Max Depth = 320
    • Call Chain = ZbStartup ⇒ zb_ipc_m4_get_retval ⇒ __aeabi_assert ⇒ fputs ⇒ fputc ⇒ DbgTraceWrite ⇒ DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   Pre_ZigbeeCmdProcessing +
    • >>   ZIGBEE_CmdTransfer +
    • >>   ZIGBEE_Get_OTCmdPayloadBuffer +
    • >>   zb_ipc_m4_cb_info_free +
    • >>   zb_ipc_m4_cb_info_alloc +
    • >>   zb_ipc_m4_get_retval +
    • >>   Post_ZigbeeCmdProcessing +
    +
    [Called By]
    • >>   ZbStartupWait +
    + +

    ZbStartupConfigGetProDefaults (Thumb, 46 bytes, Stack size 16 bytes, zigbee_core_wb.o(.text.ZbStartupConfigGetProDefaults)) +

    [Stack]

    • Max Depth = 220
    • Call Chain = ZbStartupConfigGetProDefaults ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   Pre_ZigbeeCmdProcessing +
    • >>   ZIGBEE_CmdTransfer +
    • >>   ZIGBEE_Get_OTCmdPayloadBuffer +
    • >>   Post_ZigbeeCmdProcessing +
    +
    [Called By]
    • >>   APP_ZIGBEE_NwkForm +
    + +

    ZbStartupWait (Thumb, 126 bytes, Stack size 32 bytes, app_zigbee.o(.text.ZbStartupWait)) +

    [Stack]

    • Max Depth = 352
    • Call Chain = ZbStartupWait ⇒ ZbStartup ⇒ zb_ipc_m4_get_retval ⇒ __aeabi_assert ⇒ fputs ⇒ fputc ⇒ DbgTraceWrite ⇒ DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   ZbStartup +
    • >>   UTIL_SEQ_WaitEvt +
    • >>   malloc +
    • >>   free +
    +
    [Called By]
    • >>   APP_ZIGBEE_NwkForm +
    + +

    ZbTimeoutRemaining (Thumb, 114 bytes, Stack size 16 bytes, zigbee_core_wb.o(.text.ZbTimeoutRemaining)) +

    [Stack]

    • Max Depth = 16
    • Call Chain = ZbTimeoutRemaining +
    +
    [Called By]
    • >>   zcl_cluster_reports_timer +
    + +

    ZbTimerAlloc (Thumb, 134 bytes, Stack size 32 bytes, zigbee_core_wb.o(.text.ZbTimerAlloc)) +

    [Stack]

    • Max Depth = 312
    • Call Chain = ZbTimerAlloc ⇒ zb_ipc_m4_get_retval ⇒ __aeabi_assert ⇒ fputs ⇒ fputc ⇒ DbgTraceWrite ⇒ DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   Pre_ZigbeeCmdProcessing +
    • >>   ZIGBEE_CmdTransfer +
    • >>   ZIGBEE_Get_OTCmdPayloadBuffer +
    • >>   zb_ipc_m4_get_retval +
    • >>   Post_ZigbeeCmdProcessing +
    • >>   zb_heap_free +
    • >>   zb_heap_alloc +
    +
    [Called By]
    • >>   zcl_reporting_queue_report +
    • >>   ZbZclClusterAlloc +
    + +

    ZbTimerFree (Thumb, 66 bytes, Stack size 16 bytes, zigbee_core_wb.o(.text.ZbTimerFree)) +

    [Stack]

    • Max Depth = 220
    • Call Chain = ZbTimerFree ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   Pre_ZigbeeCmdProcessing +
    • >>   ZIGBEE_CmdTransfer +
    • >>   ZIGBEE_Get_OTCmdPayloadBuffer +
    • >>   Post_ZigbeeCmdProcessing +
    • >>   zb_heap_free +
    +
    [Called By]
    • >>   report_command_timer +
    • >>   ZbZclClusterFree +
    + +

    ZbTimerReset (Thumb, 56 bytes, Stack size 24 bytes, zigbee_core_wb.o(.text.ZbTimerReset)) +

    [Stack]

    • Max Depth = 228
    • Call Chain = ZbTimerReset ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   Pre_ZigbeeCmdProcessing +
    • >>   ZIGBEE_CmdTransfer +
    • >>   ZIGBEE_Get_OTCmdPayloadBuffer +
    • >>   Post_ZigbeeCmdProcessing +
    +
    [Called By]
    • >>   zcl_reporting_stack_event +
    • >>   ZbZclReportCleanup +
    • >>   zcl_cluster_reports_timer +
    • >>   zcl_reporting_create_new +
    • >>   zcl_reporting_queue_report +
    • >>   zcl_cluster_attr_report_delete +
    • >>   ZbZclHandleConfigReport +
    • >>   zcl_attr_reporting_check +
    • >>   ZbZclAttrWrite +
    + +

    ZbZclAddEndpoint (Thumb, 58 bytes, Stack size 24 bytes, zigbee_core_wb.o(.text.ZbZclAddEndpoint)) +

    [Stack]

    • Max Depth = 228
    • Call Chain = ZbZclAddEndpoint ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   Pre_ZigbeeCmdProcessing +
    • >>   ZIGBEE_CmdTransfer +
    • >>   ZIGBEE_Get_OTCmdPayloadBuffer +
    • >>   Post_ZigbeeCmdProcessing +
    +
    [Called By]
    • >>   APP_ZIGBEE_ConfigEndpoints +
    + +

    ZbZclAppendHeader (Thumb, 114 bytes, Stack size 8 bytes, zcl_header.o(.text.ZbZclAppendHeader)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = ZbZclAppendHeader +
    +
    [Called By]
    • >>   zcl_persist_send_cache +
    • >>   zcl_reporting_send_report +
    • >>   ZbZclHandleSetSceneData +
    • >>   ZbZclHandleGetSceneData +
    • >>   ZbZclHandleConfigReport +
    • >>   ZbZclHandleReadReport +
    • >>   ZbZclHandleReadAttr +
    • >>   ZbZclAttrHandleDiscover +
    • >>   zcl_cluster_alarm_data_ind +
    • >>   zcl_cluster_data_ind +
    + +

    ZbZclAttrAddSorted (Thumb, 70 bytes, Stack size 8 bytes, zcl_attr.o(.text.ZbZclAttrAddSorted)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = ZbZclAttrAddSorted +
    +
    [Called By]
    • >>   ZbZclAttrAppendList +
    + +

    ZbZclAttrAppendList (Thumb, 364 bytes, Stack size 64 bytes, zcl_attr_list.o(.text.ZbZclAttrAppendList)) +

    [Stack]

    • Max Depth = 484
    • Call Chain = ZbZclAttrAppendList ⇒ zcl_reporting_create_default_reports ⇒ zcl_reporting_create_new ⇒ ZbNwkGet ⇒ ZbNwkGetIndex ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   __aeabi_memclr +
    • >>   zcl_reporting_create_default_reports +
    • >>   zcl_cluster_attr_report_delete +
    • >>   ZbZclAttrDefaultValue +
    • >>   ZbZclAttrTypeLength +
    • >>   ZbZclAttrFind +
    • >>   ZbZclAttrAddSorted +
    • >>   zb_heap_free +
    • >>   zb_heap_alloc +
    +
    [Called By]
    • >>   ZbZclOnOffServerAlloc +
    • >>   ZbZclClusterAlloc +
    + +

    ZbZclAttrCallbackExec (Thumb, 16 bytes, Stack size 0 bytes, zcl_attr_list.o(.text.ZbZclAttrCallbackExec)) +

    [Called By]

    • >>   ZbZclAttrRead +
    • >>   zcl_cluster_persist_timer +
    • >>   ZbZclAttrWrite +
    + +

    ZbZclAttrDefaultValue (Thumb, 1046 bytes, Stack size 8 bytes, zcl_attr.o(.text.ZbZclAttrDefaultValue)) +

    [Stack]

    • Max Depth = 16
    • Call Chain = ZbZclAttrDefaultValue ⇒ putle64 +
    +
    [Calls]
    • >>   putle64 +
    • >>   putle32 +
    • >>   putle16 +
    +
    [Called By]
    • >>   ZbZclAttrAppendList +
    + +

    ZbZclAttrDefaultWrite (Thumb, 708 bytes, Stack size 24 bytes, zcl_attr.o(.text.ZbZclAttrDefaultWrite)) +

    [Stack]

    • Max Depth = 24
    • Call Chain = ZbZclAttrDefaultWrite +
    +
    [Calls]
    • >>   __aeabi_memcpy +
    • >>   putle16 +
    • >>   pletoh16 +
    +
    [Called By]
    • >>   ZbZclAttrWrite +
    + +

    ZbZclAttrFind (Thumb, 50 bytes, Stack size 0 bytes, zcl_attr.o(.text.ZbZclAttrFind)) +

    [Called By]

    • >>   ZbZclAttrAppendList +
    • >>   ZbZclHandleConfigReport +
    • >>   ZbZclHandleReadReport +
    + +

    ZbZclAttrFreeList (Thumb, 104 bytes, Stack size 24 bytes, zcl_attr_list.o(.text.ZbZclAttrFreeList)) +

    [Stack]

    • Max Depth = 340
    • Call Chain = ZbZclAttrFreeList ⇒ zcl_cluster_attr_report_delete ⇒ ZbNwkGet ⇒ ZbNwkGetIndex ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   zcl_cluster_attr_report_delete +
    • >>   zb_heap_free +
    +
    [Called By]
    • >>   ZbZclClusterFree +
    + +

    ZbZclAttrHandleDiscover (Thumb, 360 bytes, Stack size 184 bytes, zcl_attr.o(.text.ZbZclAttrHandleDiscover)) +

    [Stack]

    • Max Depth = 504
    • Call Chain = ZbZclAttrHandleDiscover ⇒ ZbApsdeDataReqCallback ⇒ zb_ipc_m4_get_retval ⇒ __aeabi_assert ⇒ fputs ⇒ fputc ⇒ DbgTraceWrite ⇒ DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   ZbApsdeDataReqCallback +
    • >>   ZbZclTxOptsFromSecurityStatus +
    • >>   ZbZclClusterInitApsdeReq +
    • >>   putle16 +
    • >>   ZbZclAppendHeader +
    • >>   pletoh16 +
    • >>   ZbZclSendDefaultResponse +
    • >>   ZbApsAddrIsBcast +
    +
    [Called By]
    • >>   zcl_cluster_data_ind +
    + +

    ZbZclAttrIntegerRangeCheck (Thumb, 688 bytes, Stack size 16 bytes, zcl_attr_integer.o(.text.ZbZclAttrIntegerRangeCheck)) +

    [Stack]

    • Max Depth = 16
    • Call Chain = ZbZclAttrIntegerRangeCheck +
    +
    [Called By]
    • >>   ZbZclAttrIntegerWrite +
    • >>   ZbZclAttrWrite +
    + +

    ZbZclAttrIntegerWrite (Thumb, 180 bytes, Stack size 64 bytes, zcl_attr_integer.o(.text.ZbZclAttrIntegerWrite)) +

    [Stack]

    • Max Depth = 484
    • Call Chain = ZbZclAttrIntegerWrite ⇒ ZbZclAttrWrite ⇒ zcl_attr_reporting_check ⇒ ZbNwkGet ⇒ ZbNwkGetIndex ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   ZbZclAttrRead +
    • >>   putle64 +
    • >>   ZbZclAttrIntegerRangeCheck +
    • >>   ZbZclParseInteger +
    • >>   ZbZclAttrWrite +
    +
    [Called By]
    • >>   ZbZclOnOffServerAlloc +
    • >>   onOff_server_1_on +
    • >>   onOff_server_1_off +
    • >>   ZbZclClusterAlloc +
    • >>   onOffServerCommand +
    • >>   onOffServerSetSceneData +
    + +

    ZbZclAttrIsAnalog (Thumb, 48 bytes, Stack size 0 bytes, zcl_attr.o(.text.ZbZclAttrIsAnalog)) +

    [Called By]

    • >>   zcl_cluster_reports_timer +
    • >>   zcl_append_report_config_record +
    • >>   zcl_reporting_epsilon_check +
    • >>   zcl_reporting_save_curr_val +
    • >>   zcl_reporting_create_default_reports +
    • >>   ZbZclHandleConfigReport +
    + +

    ZbZclAttrIsFloat (Thumb, 14 bytes, Stack size 0 bytes, zcl_attr_float.o(.text.ZbZclAttrIsFloat)) +

    [Called By]

    • >>   zcl_append_report_config_record +
    • >>   zcl_reporting_save_curr_val +
    + +

    ZbZclAttrIsInteger (Thumb, 496 bytes, Stack size 0 bytes, zcl_attr_integer.o(.text.ZbZclAttrIsInteger)) +

    [Called By]

    • >>   ZbZclParseInteger +
    • >>   ZbZclAttrWrite +
    + +

    ZbZclAttrParseLength (Thumb, 318 bytes, Stack size 40 bytes, zcl_attr.o(.text.ZbZclAttrParseLength)) +

    [Stack]

    • Max Depth = 40 + In Cycle +
    • Call Chain = ZbZclAttrParseLength ⇒ ZbZclAttrParseLength (Cycle) +
    +
    [Calls]
    • >>   ZbZclAttrTypeLength +
    • >>   ZbZclAttrParseLength +
    • >>   pletoh16 +
    +
    [Called By]
    • >>   zcl_cluster_persist_timer +
    • >>   zcl_cluster_reports_timer +
    • >>   zcl_reporting_save_curr_val +
    • >>   ZbZclHandleReportAttr +
    • >>   ZbZclHandleConfigReport +
    • >>   ZbZclHandleReadAttr +
    • >>   ZbZclAttrParseLength +
    • >>   ZbZclAttrWrite +
    • >>   zcl_cluster_data_ind +
    + +

    ZbZclAttrRead (Thumb, 862 bytes, Stack size 48 bytes, zcl_attr.o(.text.ZbZclAttrRead)) +

    [Stack]

    • Max Depth = 48
    • Call Chain = ZbZclAttrRead +
    +
    [Calls]
    • >>   __aeabi_memcpy +
    • >>   ZbZclAttrCallbackExec +
    • >>   pletoh16 +
    +
    [Called By]
    • >>   ZbZclAttrIntegerWrite +
    • >>   onOff_server_1_toggle +
    • >>   zcl_cluster_reports_timer +
    • >>   zcl_reporting_save_curr_val +
    • >>   onOffServerCommand +
    • >>   onOffServerGetSceneData +
    • >>   ZbZclHandleReadAttr +
    + +

    ZbZclAttrTypeLength (Thumb, 24 bytes, Stack size 0 bytes, zcl_attr.o(.text.ZbZclAttrTypeLength)) +

    [Called By]

    • >>   zcl_append_report_config_record +
    • >>   ZbZclAttrAppendList +
    • >>   ZbZclAttrParseLength +
    + +

    ZbZclAttrWrite (Thumb, 448 bytes, Stack size 104 bytes, zcl_attr.o(.text.ZbZclAttrWrite)) +

    [Stack]

    • Max Depth = 420
    • Call Chain = ZbZclAttrWrite ⇒ zcl_attr_reporting_check ⇒ ZbNwkGet ⇒ ZbNwkGetIndex ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   zcl_attr_reporting_check +
    • >>   ZbZclAttrDefaultWrite +
    • >>   ZbZclAttrIntegerRangeCheck +
    • >>   __aeabi_d2lz +
    • >>   ZbZclParseInteger +
    • >>   ZbZclAttrIsInteger +
    • >>   ZbZclAttrParseLength +
    • >>   ZbZclAttrCallbackExec +
    • >>   ZbTimerReset +
    +
    [Called By]
    • >>   ZbZclAttrIntegerWrite +
    • >>   zcl_persist_handle_set +
    • >>   zcl_cluster_data_ind +
    + +

    ZbZclClusterAlloc (Thumb, 250 bytes, Stack size 40 bytes, zcl_cluster_init.o(.text.ZbZclClusterAlloc)) +

    [Stack]

    • Max Depth = 524
    • Call Chain = ZbZclClusterAlloc ⇒ ZbZclAttrIntegerWrite ⇒ ZbZclAttrWrite ⇒ zcl_attr_reporting_check ⇒ ZbNwkGet ⇒ ZbNwkGetIndex ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   ZbZclAttrIntegerWrite +
    • >>   __aeabi_memclr4 +
    • >>   ZbZclClusterFree +
    • >>   ZbZclAttrAppendList +
    • >>   ZbZclClusterSetMinSecurity +
    • >>   zb_heap_free +
    • >>   zb_heap_alloc +
    • >>   ZbTimerAlloc +
    • >>   ZbMsgFilterRegister +
    +
    [Called By]
    • >>   ZbZclOnOffServerAlloc +
    + +

    ZbZclClusterAttach (Thumb, 48 bytes, Stack size 8 bytes, zcl_cluster_init.o(.text.ZbZclClusterAttach)) +

    [Stack]

    • Max Depth = 320
    • Call Chain = ZbZclClusterAttach ⇒ ZbZclClusterBind ⇒ zb_ipc_m4_get_retval ⇒ __aeabi_assert ⇒ fputs ⇒ fputc ⇒ DbgTraceWrite ⇒ DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   ZbZclClusterBind +
    +
    [Called By]
    • >>   ZbZclOnOffServerAlloc +
    + +

    ZbZclClusterBind (Thumb, 96 bytes, Stack size 32 bytes, zigbee_core_wb.o(.text.ZbZclClusterBind)) +

    [Stack]

    • Max Depth = 312
    • Call Chain = ZbZclClusterBind ⇒ zb_ipc_m4_get_retval ⇒ __aeabi_assert ⇒ fputs ⇒ fputc ⇒ DbgTraceWrite ⇒ DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   Pre_ZigbeeCmdProcessing +
    • >>   ZIGBEE_CmdTransfer +
    • >>   ZIGBEE_Get_OTCmdPayloadBuffer +
    • >>   zb_ipc_m4_get_retval +
    • >>   Post_ZigbeeCmdProcessing +
    +
    [Called By]
    • >>   ZbZclClusterAttach +
    + +

    ZbZclClusterCheckMinSecurity (Thumb, 252 bytes, Stack size 16 bytes, zcl_cluster.o(.text.ZbZclClusterCheckMinSecurity)) +

    [Stack]

    • Max Depth = 24
    • Call Chain = ZbZclClusterCheckMinSecurity ⇒ ZbApsAddrIsBcast +
    +
    [Calls]
    • >>   pletoh16 +
    • >>   ZbApsAddrIsBcast +
    +
    [Called By]
    • >>   zcl_cluster_data_ind +
    + +

    ZbZclClusterEndpointRegister (Thumb, 70 bytes, Stack size 24 bytes, zigbee_core_wb.o(.text.ZbZclClusterEndpointRegister)) +

    [Stack]

    • Max Depth = 304
    • Call Chain = ZbZclClusterEndpointRegister ⇒ zb_ipc_m4_get_retval ⇒ __aeabi_assert ⇒ fputs ⇒ fputc ⇒ DbgTraceWrite ⇒ DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   Pre_ZigbeeCmdProcessing +
    • >>   ZIGBEE_CmdTransfer +
    • >>   ZIGBEE_Get_OTCmdPayloadBuffer +
    • >>   zb_ipc_m4_get_retval +
    • >>   Post_ZigbeeCmdProcessing +
    +
    [Called By]
    • >>   APP_ZIGBEE_ConfigEndpoints +
    + +

    ZbZclClusterEndpointRemove (Thumb, 70 bytes, Stack size 24 bytes, zigbee_core_wb.o(.text.ZbZclClusterEndpointRemove)) +

    [Stack]

    • Max Depth = 304
    • Call Chain = ZbZclClusterEndpointRemove ⇒ zb_ipc_m4_get_retval ⇒ __aeabi_assert ⇒ fputs ⇒ fputc ⇒ DbgTraceWrite ⇒ DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   Pre_ZigbeeCmdProcessing +
    • >>   ZIGBEE_CmdTransfer +
    • >>   ZIGBEE_Get_OTCmdPayloadBuffer +
    • >>   zb_ipc_m4_get_retval +
    • >>   Post_ZigbeeCmdProcessing +
    +
    [Called By]
    • >>   ZbZclClusterFree +
    + +

    ZbZclClusterFree (Thumb, 120 bytes, Stack size 16 bytes, zcl_cluster_init.o(.text.ZbZclClusterFree)) +

    [Stack]

    • Max Depth = 356
    • Call Chain = ZbZclClusterFree ⇒ ZbZclAttrFreeList ⇒ zcl_cluster_attr_report_delete ⇒ ZbNwkGet ⇒ ZbNwkGetIndex ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   ZbZclReportCleanup +
    • >>   ZbZclAttrFreeList +
    • >>   ZbZclClusterRemoveAlarmResetHandler +
    • >>   ZbZclClusterUnbind +
    • >>   ZbZclClusterEndpointRemove +
    • >>   ZbTimerFree +
    • >>   zb_heap_free +
    • >>   ZbMsgFilterRemove +
    +
    [Called By]
    • >>   ZbZclOnOffServerAlloc +
    • >>   ZbZclClusterAlloc +
    + +

    ZbZclClusterGetClusterId (Thumb, 4 bytes, Stack size 0 bytes, zcl_cluster.o(.text.ZbZclClusterGetClusterId)) +

    [Called By]

    • >>   zcl_cluster_alarm_data_ind +
    + +

    ZbZclClusterGetEndpoint (Thumb, 4 bytes, Stack size 0 bytes, zcl_cluster.o(.text.ZbZclClusterGetEndpoint)) +

    [Called By]

    • >>   onOff_server_1_on +
    • >>   onOff_server_1_off +
    + +

    ZbZclClusterInitApsdeReq (Thumb, 62 bytes, Stack size 16 bytes, zcl_cluster.o(.text.ZbZclClusterInitApsdeReq)) +

    [Stack]

    • Max Depth = 16
    • Call Chain = ZbZclClusterInitApsdeReq +
    +
    [Calls]
    • >>   __aeabi_memclr8 +
    +
    [Called By]
    • >>   zcl_reporting_send_report +
    • >>   ZbZclHandleSetSceneData +
    • >>   ZbZclHandleGetSceneData +
    • >>   ZbZclHandleConfigReport +
    • >>   ZbZclHandleReadReport +
    • >>   ZbZclHandleReadAttr +
    • >>   ZbZclAttrHandleDiscover +
    • >>   zcl_cluster_data_ind +
    + +

    ZbZclClusterRemoveAlarmResetHandler (Thumb, 48 bytes, Stack size 16 bytes, zigbee_core_wb.o(.text.ZbZclClusterRemoveAlarmResetHandler)) +

    [Stack]

    • Max Depth = 220
    • Call Chain = ZbZclClusterRemoveAlarmResetHandler ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   Pre_ZigbeeCmdProcessing +
    • >>   ZIGBEE_CmdTransfer +
    • >>   ZIGBEE_Get_OTCmdPayloadBuffer +
    • >>   Post_ZigbeeCmdProcessing +
    +
    [Called By]
    • >>   ZbZclClusterFree +
    + +

    ZbZclClusterSetCallbackArg (Thumb, 4 bytes, Stack size 0 bytes, zcl_cluster.o(.text.ZbZclClusterSetCallbackArg)) +

    [Called By]

    • >>   ZbZclOnOffServerAlloc +
    + +

    ZbZclClusterSetMinSecurity (Thumb, 54 bytes, Stack size 0 bytes, zcl_cluster.o(.text.ZbZclClusterSetMinSecurity)) +

    [Called By]

    • >>   ZbZclClusterAlloc +
    + +

    ZbZclClusterUnbind (Thumb, 48 bytes, Stack size 16 bytes, zigbee_core_wb.o(.text.ZbZclClusterUnbind)) +

    [Stack]

    • Max Depth = 220
    • Call Chain = ZbZclClusterUnbind ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   Pre_ZigbeeCmdProcessing +
    • >>   ZIGBEE_CmdTransfer +
    • >>   ZIGBEE_Get_OTCmdPayloadBuffer +
    • >>   Post_ZigbeeCmdProcessing +
    +
    [Called By]
    • >>   ZbZclClusterFree +
    + +

    ZbZclDeviceLogCheckAllow (Thumb, 80 bytes, Stack size 32 bytes, zigbee_core_wb.o(.text.ZbZclDeviceLogCheckAllow)) +

    [Stack]

    • Max Depth = 312
    • Call Chain = ZbZclDeviceLogCheckAllow ⇒ zb_ipc_m4_get_retval ⇒ __aeabi_assert ⇒ fputs ⇒ fputc ⇒ DbgTraceWrite ⇒ DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   Pre_ZigbeeCmdProcessing +
    • >>   ZIGBEE_CmdTransfer +
    • >>   ZIGBEE_Get_OTCmdPayloadBuffer +
    • >>   zb_ipc_m4_get_retval +
    • >>   Post_ZigbeeCmdProcessing +
    +
    [Called By]
    • >>   zcl_cluster_data_ind +
    + +

    ZbZclGetNextSeqnum (Thumb, 52 bytes, Stack size 16 bytes, zigbee_core_wb.o(.text.ZbZclGetNextSeqnum)) +

    [Stack]

    • Max Depth = 296
    • Call Chain = ZbZclGetNextSeqnum ⇒ zb_ipc_m4_get_retval ⇒ __aeabi_assert ⇒ fputs ⇒ fputc ⇒ DbgTraceWrite ⇒ DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   Pre_ZigbeeCmdProcessing +
    • >>   ZIGBEE_CmdTransfer +
    • >>   ZIGBEE_Get_OTCmdPayloadBuffer +
    • >>   zb_ipc_m4_get_retval +
    • >>   Post_ZigbeeCmdProcessing +
    +
    [Called By]
    • >>   zcl_persist_send_cache +
    • >>   zcl_reporting_send_report +
    + +

    ZbZclHandleConfigReport (Thumb, 1442 bytes, Stack size 256 bytes, zcl_attr_report.o(.text.ZbZclHandleConfigReport)) +

    [Stack]

    • Max Depth = 580
    • Call Chain = ZbZclHandleConfigReport ⇒ zcl_reporting_create_new ⇒ ZbNwkGet ⇒ ZbNwkGetIndex ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   ZbApsdeDataReqCallback +
    • >>   __aeabi_memclr8 +
    • >>   __aeabi_l2d +
    • >>   __aeabi_dcmpeq +
    • >>   __aeabi_dcmplt +
    • >>   ZbZclParseFloat +
    • >>   zcl_reporting_epsilon_check +
    • >>   zcl_reporting_create_new +
    • >>   zcl_reporting_save_curr_val +
    • >>   ZbZclAttrIsAnalog +
    • >>   ZbZclParseInteger +
    • >>   ZbZclAttrParseLength +
    • >>   ZbZclTxOptsFromSecurityStatus +
    • >>   ZbZclClusterInitApsdeReq +
    • >>   putle16 +
    • >>   ZbZclAppendHeader +
    • >>   pletoh16 +
    • >>   ZbZclAttrFind +
    • >>   ZbZclSendDefaultResponse +
    • >>   ZbZclUptime +
    • >>   ZbTimerReset +
    • >>   ZbApsmeBindReq +
    • >>   ZbNwkGet +
    • >>   ZbExtendedAddress +
    +
    [Called By]
    • >>   zcl_cluster_data_ind +
    + +

    ZbZclHandleGetSceneData (Thumb, 214 bytes, Stack size 160 bytes, zcl_cluster_scene.o(.text.ZbZclHandleGetSceneData)) +

    [Stack]

    • Max Depth = 480
    • Call Chain = ZbZclHandleGetSceneData ⇒ ZbApsdeDataReqCallback ⇒ zb_ipc_m4_get_retval ⇒ __aeabi_assert ⇒ fputs ⇒ fputc ⇒ DbgTraceWrite ⇒ DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   ZbApsdeDataReqCallback +
    • >>   ZbZclClusterInitApsdeReq +
    • >>   ZbZclAppendHeader +
    • >>   ZbZclSendDefaultResponse +
    +
    [Called By]
    • >>   zcl_cluster_data_ind +
    + +

    ZbZclHandleReadReport (Thumb, 566 bytes, Stack size 104 bytes, zcl_attr_report.o(.text.ZbZclHandleReadReport)) +

    [Stack]

    • Max Depth = 424
    • Call Chain = ZbZclHandleReadReport ⇒ ZbApsdeDataReqCallback ⇒ zb_ipc_m4_get_retval ⇒ __aeabi_assert ⇒ fputs ⇒ fputc ⇒ DbgTraceWrite ⇒ DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   ZbApsdeDataReqCallback +
    • >>   zcl_append_report_config_record +
    • >>   ZbZclTxOptsFromSecurityStatus +
    • >>   ZbZclClusterInitApsdeReq +
    • >>   putle16 +
    • >>   ZbZclAppendHeader +
    • >>   pletoh16 +
    • >>   ZbZclAttrFind +
    • >>   ZbZclSendDefaultResponse +
    • >>   zb_heap_free +
    • >>   zb_heap_alloc +
    +
    [Called By]
    • >>   zcl_cluster_data_ind +
    + +

    ZbZclHandleReportAttr (Thumb, 130 bytes, Stack size 48 bytes, zcl_attr_report.o(.text.ZbZclHandleReportAttr)) +

    [Stack]

    • Max Depth = 88
    • Call Chain = ZbZclHandleReportAttr ⇒ ZbZclAttrParseLength ⇒ ZbZclAttrParseLength (Cycle) +
    +
    [Calls]
    • >>   ZbZclAttrParseLength +
    • >>   pletoh16 +
    +
    [Called By]
    • >>   zcl_cluster_data_ind +
    + +

    ZbZclHandleSetSceneData (Thumb, 240 bytes, Stack size 168 bytes, zcl_cluster_scene.o(.text.ZbZclHandleSetSceneData)) +

    [Stack]

    • Max Depth = 488
    • Call Chain = ZbZclHandleSetSceneData ⇒ ZbApsdeDataReqCallback ⇒ zb_ipc_m4_get_retval ⇒ __aeabi_assert ⇒ fputs ⇒ fputc ⇒ DbgTraceWrite ⇒ DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   ZbApsdeDataReqCallback +
    • >>   pletoh32 +
    • >>   ZbZclClusterInitApsdeReq +
    • >>   ZbZclAppendHeader +
    • >>   ZbZclSendDefaultResponse +
    +
    [Called By]
    • >>   zcl_cluster_data_ind +
    + +

    ZbZclOnOffServerAlloc (Thumb, 156 bytes, Stack size 24 bytes, zcl_onoff_server.o(.text.ZbZclOnOffServerAlloc)) +

    [Stack]

    • Max Depth = 548
    • Call Chain = ZbZclOnOffServerAlloc ⇒ ZbZclClusterAlloc ⇒ ZbZclAttrIntegerWrite ⇒ ZbZclAttrWrite ⇒ zcl_attr_reporting_check ⇒ ZbNwkGet ⇒ ZbNwkGetIndex ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   ZbZclAttrIntegerWrite +
    • >>   ZbZclClusterAttach +
    • >>   ZbZclClusterFree +
    • >>   ZbZclAttrAppendList +
    • >>   ZbZclClusterAlloc +
    • >>   ZbZclClusterSetCallbackArg +
    +
    [Called By]
    • >>   APP_ZIGBEE_ConfigEndpoints +
    + +

    ZbZclParseFloat (Thumb, 368 bytes, Stack size 40 bytes, zcl_attr_float.o(.text.ZbZclParseFloat)) +

    [Stack]

    • Max Depth = 152
    • Call Chain = ZbZclParseFloat ⇒ ZbZclFloatLdexp ⇒ __aeabi_dmul ⇒ _double_epilogue ⇒ _double_round +
    +
    [Calls]
    • >>   __aeabi_ui2d +
    • >>   ZbZclFloatLdexp +
    • >>   pletoh32 +
    • >>   __aeabi_ul2d +
    • >>   pletoh64 +
    • >>   pletoh16 +
    +
    [Called By]
    • >>   zcl_cluster_reports_timer +
    • >>   zcl_reporting_save_curr_val +
    • >>   ZbZclHandleConfigReport +
    + +

    ZbZclParseHeader (Thumb, 108 bytes, Stack size 16 bytes, zcl_header.o(.text.ZbZclParseHeader)) +

    [Stack]

    • Max Depth = 16
    • Call Chain = ZbZclParseHeader +
    +
    [Calls]
    • >>   pletoh16 +
    +
    [Called By]
    • >>   zcl_cluster_alarm_data_ind +
    • >>   zcl_cluster_data_ind +
    + +

    ZbZclParseInteger (Thumb, 1290 bytes, Stack size 112 bytes, zcl_attr_integer.o(.text.ZbZclParseInteger)) +

    [Stack]

    • Max Depth = 112
    • Call Chain = ZbZclParseInteger +
    +
    [Calls]
    • >>   ZbZclAttrIsInteger +
    +
    [Called By]
    • >>   ZbZclAttrIntegerWrite +
    • >>   zcl_cluster_reports_timer +
    • >>   zcl_reporting_save_curr_val +
    • >>   ZbZclHandleConfigReport +
    • >>   ZbZclAttrWrite +
    + +

    ZbZclReportCleanup (Thumb, 144 bytes, Stack size 40 bytes, zcl_attr_report.o(.text.ZbZclReportCleanup)) +

    [Stack]

    • Max Depth = 332
    • Call Chain = ZbZclReportCleanup ⇒ ZbNwkGet ⇒ ZbNwkGetIndex ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   ZbTimerReset +
    • >>   zb_heap_free +
    • >>   ZbNwkGet +
    +
    [Called By]
    • >>   ZbZclClusterFree +
    + +

    ZbZclSendDefaultResponse (Thumb, 76 bytes, Stack size 32 bytes, zigbee_core_wb.o(.text.ZbZclSendDefaultResponse)) +

    [Stack]

    • Max Depth = 236
    • Call Chain = ZbZclSendDefaultResponse ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   Pre_ZigbeeCmdProcessing +
    • >>   ZIGBEE_CmdTransfer +
    • >>   ZIGBEE_Get_OTCmdPayloadBuffer +
    • >>   Post_ZigbeeCmdProcessing +
    +
    [Called By]
    • >>   ZbZclHandleSetSceneData +
    • >>   ZbZclHandleGetSceneData +
    • >>   ZbZclHandleConfigReport +
    • >>   ZbZclHandleReadReport +
    • >>   ZbZclHandleReadAttr +
    • >>   ZbZclAttrHandleDiscover +
    • >>   zcl_cluster_data_ind +
    + +

    ZbZclTxOptsFromSecurityStatus (Thumb, 18 bytes, Stack size 0 bytes, zcl_cluster.o(.text.ZbZclTxOptsFromSecurityStatus)) +

    [Called By]

    • >>   onOffServerCommand +
    • >>   ZbZclHandleConfigReport +
    • >>   ZbZclHandleReadReport +
    • >>   ZbZclHandleReadAttr +
    • >>   ZbZclAttrHandleDiscover +
    • >>   zcl_cluster_alarm_data_ind +
    • >>   zcl_cluster_data_ind +
    + +

    ZbZclUptime (Thumb, 32 bytes, Stack size 24 bytes, zigbee_core_wb.o(.text.ZbZclUptime)) +

    [Stack]

    • Max Depth = 284
    • Call Chain = ZbZclUptime ⇒ ZbBdbGetIndex ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   ZbBdbGetIndex +
    +
    [Called By]
    • >>   zcl_reporting_stack_event +
    • >>   zcl_cluster_reports_timer +
    • >>   zcl_reporting_create_new +
    • >>   zcl_reporting_create_default_reports +
    • >>   ZbZclHandleConfigReport +
    + +

    ZigbeeApp_Init (Thumb, 52 bytes, Stack size 16 bytes, zigbee_app.o(.text.ZigbeeApp_Init)) +

    [Stack]

    • Max Depth = 72
    • Call Chain = ZigbeeApp_Init ⇒ ZigbeeApp_UpdateStatusLed ⇒ Hardware_SetRoleLed ⇒ HAL_GPIO_WritePin +
    +
    [Calls]
    • >>   ZigbeePort_Init +
    • >>   ZigbeeApp_UpdateStatusLed +
    • >>   SlaveInputs_Init +
    • >>   Hardware_ReadRoleSwitchIsMaster +
    • >>   App_DebugRefresh +
    +
    [Called By]
    • >>   MX_APPE_Init +
    + +

    ZigbeeApp_Process (Thumb, 108 bytes, Stack size 16 bytes, zigbee_app.o(.text.ZigbeeApp_Process)) +

    [Stack]

    • Max Depth = 456
    • Call Chain = ZigbeeApp_Process ⇒ ZigbeePort_Process ⇒ APP_ZIGBEE_Process ⇒ APP_ZIGBEE_OpenPermitJoin ⇒ logApplication ⇒ logRegion ⇒ snprintf +
    +
    [Calls]
    • >>   ZigbeePort_SendSlaveInputs +
    • >>   ZigbeePort_Process +
    • >>   ZigbeeApp_UpdateRoleFromSwitch +
    • >>   ZigbeeApp_UpdateStatusLed +
    • >>   SlaveInputs_ClearChanges +
    • >>   SlaveInputs_Process +
    • >>   Hardware_GetTickMs +
    +
    [Called By]
    • >>   MX_APPE_Process +
    + +

    ZigbeePort_Init (Thumb, 12 bytes, Stack size 8 bytes, zigbee_port.o(.text.ZigbeePort_Init)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = ZigbeePort_Init +
    +
    [Called By]
    • >>   ZigbeeApp_UpdateRoleFromSwitch +
    • >>   ZigbeeApp_Init +
    + +

    ZigbeePort_OnSlaveReportReceived (Thumb, 20 bytes, Stack size 16 bytes, zigbee_port.o(.text.ZigbeePort_OnSlaveReportReceived)) +

    [Stack]

    • Max Depth = 52
    • Call Chain = ZigbeePort_OnSlaveReportReceived ⇒ App_MasterAcceptReport ⇒ App_DebugRefresh ⇒ App_DebugCopyReportToMasterWatch +
    +
    [Calls]
    • >>   App_MasterAcceptReport +
    +
    [Called By]
    • >>   APP_ZIGBEE_SlaveReportIndCb +
    + +

    ZigbeePort_Process (Thumb, 8 bytes, Stack size 8 bytes, zigbee_port.o(.text.ZigbeePort_Process)) +

    [Stack]

    • Max Depth = 440
    • Call Chain = ZigbeePort_Process ⇒ APP_ZIGBEE_Process ⇒ APP_ZIGBEE_OpenPermitJoin ⇒ logApplication ⇒ logRegion ⇒ snprintf +
    +
    [Calls]
    • >>   APP_ZIGBEE_Process +
    +
    [Called By]
    • >>   ZigbeeApp_Process +
    + +

    ZigbeePort_SendSlaveInputs (Thumb, 36 bytes, Stack size 32 bytes, zigbee_port.o(.text.ZigbeePort_SendSlaveInputs)) +

    [Stack]

    • Max Depth = 432
    • Call Chain = ZigbeePort_SendSlaveInputs ⇒ APP_ZIGBEE_SendSlaveReport ⇒ ZbApsdeDataReqCallback ⇒ zb_ipc_m4_get_retval ⇒ __aeabi_assert ⇒ fputs ⇒ fputc ⇒ DbgTraceWrite ⇒ DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   App_DebugOnSlaveReportTx +
    • >>   App_MakeSlaveReport +
    • >>   APP_ZIGBEE_SendSlaveReport +
    +
    [Called By]
    • >>   ZigbeeApp_Process +
    + +

    Zigbee_CallBackProcessing (Thumb, 4998 bytes, Stack size 320 bytes, zigbee_core_wb.o(.text.Zigbee_CallBackProcessing)) +

    [Stack]

    • Max Depth = 1092
    • Call Chain = Zigbee_CallBackProcessing ⇒ zcl_cluster_data_ind ⇒ ZbZclHandleConfigReport ⇒ zcl_reporting_create_new ⇒ ZbNwkGet ⇒ ZbNwkGetIndex ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   ZIGBEE_Get_NotificationPayloadBuffer +
    • >>   __aeabi_assert +
    • >>   zb_ipc_m4_cb_info_free +
    • >>   zb_ipc_m4_memcpy2 +
    • >>   TL_ZIGBEE_SendM4AckToM0Notify +
    • >>   zcl_cluster_alarm_data_ind +
    • >>   zcl_cluster_data_ind +
    +
    [Called By]
    • >>   APP_ZIGBEE_ProcessNotifyM0ToM4 +
    + +

    Zigbee_M0RequestProcessing (Thumb, 332 bytes, Stack size 40 bytes, zigbee_core_wb.o(.text.Zigbee_M0RequestProcessing)) +

    [Stack]

    • Max Depth = 304
    • Call Chain = Zigbee_M0RequestProcessing ⇒ __aeabi_assert ⇒ fputs ⇒ fputc ⇒ DbgTraceWrite ⇒ DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   ZIGBEE_Get_M0RequestPayloadBuffer +
    • >>   __aeabi_assert +
    • >>   zb_malloc_track +
    • >>   TL_ZIGBEE_SendM4AckToM0Request +
    • >>   malloc +
    • >>   free +
    • >>   zb_malloc_untrack +
    +
    [Called By]
    • >>   APP_ZIGBEE_ProcessRequestM0ToM4 +
    + +

    __aeabi_assert (Thumb, 188 bytes, Stack size 32 bytes, dbg_trace.o(.text.__aeabi_assert)) +

    [Stack]

    • Max Depth = 264
    • Call Chain = __aeabi_assert ⇒ fputs ⇒ fputc ⇒ DbgTraceWrite ⇒ DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   fputs +
    +
    [Called By]
    • >>   Zigbee_M0RequestProcessing +
    • >>   Zigbee_CallBackProcessing +
    • >>   APP_ZIGBEE_ConfigEndpoints +
    • >>   APP_ZIGBEE_StackLayersInit +
    • >>   zb_ipc_m4_get_retval +
    • >>   ZbExtendedAddress +
    + +

    fputc (Thumb, 32 bytes, Stack size 24 bytes, dbg_trace.o(.text.fputc)) +

    [Stack]

    • Max Depth = 216
    • Call Chain = fputc ⇒ DbgTraceWrite ⇒ DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   DbgTraceWrite +
    +
    [Called By]
    • >>   fputs +
    +
    [Address Reference Count : 1]
    • printfa.o(i.__0printf) +
    +

    logApplication (Thumb, 218 bytes, Stack size 296 bytes, stm_logging.o(.text.logApplication)) +

    [Stack]

    • Max Depth = 392
    • Call Chain = logApplication ⇒ logRegion ⇒ snprintf +
    +
    [Calls]
    • >>   logRegion +
    • >>   logLevel +
    • >>   vsnprintf +
    • >>   printf +
    +
    [Called By]
    • >>   onOff_server_1_on +
    • >>   onOff_server_1_off +
    • >>   APP_ZIGBEE_SlaveReportConfCb +
    • >>   APP_ZIGBEE_TraceError +
    • >>   APP_ZIGBEE_OpenPermitJoin +
    • >>   APP_ZIGBEE_StackLayersInit +
    • >>   APP_ZIGBEE_NwkForm +
    • >>   APP_ZIGBEE_CheckWirelessFirmwareInfo +
    • >>   APP_ZIGBEE_Init +
    • >>   UartCmdExecute +
    • >>   APPE_SysEvtError +
    • >>   RxCpltCallback +
    + +

    main (Thumb, 56 bytes, Stack size 16 bytes, main.o(.text.main)) +

    [Stack]

    • Max Depth = 480
    • Call Chain = main ⇒ MX_APPE_Process ⇒ ZigbeeApp_Process ⇒ ZigbeePort_Process ⇒ APP_ZIGBEE_Process ⇒ APP_ZIGBEE_OpenPermitJoin ⇒ logApplication ⇒ logRegion ⇒ snprintf +
    +
    [Calls]
    • >>   MX_APPE_Process +
    • >>   MX_APPE_Init +
    • >>   PeriphCommonClock_Config +
    • >>   SystemClock_Config +
    • >>   MX_APPE_Config +
    • >>   HAL_Init +
    • >>   MX_RF_Init +
    • >>   MX_RTC_Init +
    • >>   MX_DMA_Init +
    • >>   MX_GPIO_Init +
    • >>   MX_IPCC_Init +
    +
    [Address Reference Count : 1]
    • entry9a.o(.ARM.Collect$$$$0000000B) +
    +

    pletoh16 (Thumb, 4 bytes, Stack size 0 bytes, pletoh.o(.text.pletoh16)) +

    [Called By]

    • >>   ZbZclAttrRead +
    • >>   ZbZclParseFloat +
    • >>   ZbZclHandleReportAttr +
    • >>   ZbZclHandleConfigReport +
    • >>   ZbZclHandleReadReport +
    • >>   ZbZclParseHeader +
    • >>   zcl_persist_handle_set +
    • >>   ZbZclHandleReadAttr +
    • >>   ZbZclClusterCheckMinSecurity +
    • >>   ZbZclAttrDefaultWrite +
    • >>   ZbZclAttrParseLength +
    • >>   ZbZclAttrHandleDiscover +
    • >>   zcl_cluster_alarm_data_ind +
    • >>   zcl_cluster_data_ind +
    + +

    pletoh32 (Thumb, 4 bytes, Stack size 0 bytes, pletoh.o(.text.pletoh32)) +

    [Called By]

    • >>   ZbZclParseFloat +
    • >>   ZbZclHandleSetSceneData +
    + +

    pletoh64 (Thumb, 8 bytes, Stack size 0 bytes, pletoh.o(.text.pletoh64)) +

    [Called By]

    • >>   ZbZclParseFloat +
    + +

    putle16 (Thumb, 4 bytes, Stack size 0 bytes, pletoh.o(.text.putle16)) +

    [Called By]

    • >>   zcl_persist_send_cache +
    • >>   zcl_cluster_persist_timer +
    • >>   zcl_cluster_reports_timer +
    • >>   zcl_append_report_config_record +
    • >>   onOffServerGetSceneData +
    • >>   ZbZclHandleConfigReport +
    • >>   ZbZclHandleReadReport +
    • >>   ZbZclHandleReadAttr +
    • >>   ZbZclAttrDefaultValue +
    • >>   ZbZclAttrDefaultWrite +
    • >>   ZbZclAttrHandleDiscover +
    • >>   zcl_cluster_data_ind +
    + +

    putle24 (Thumb, 12 bytes, Stack size 0 bytes, pletoh.o(.text.putle24)) +

    [Called By]

    • >>   zcl_append_report_config_record +
    + +

    putle32 (Thumb, 4 bytes, Stack size 0 bytes, pletoh.o(.text.putle32)) +

    [Called By]

    • >>   zcl_append_report_config_record +
    • >>   ZbZclAttrDefaultValue +
    + +

    putle40 (Thumb, 18 bytes, Stack size 0 bytes, pletoh.o(.text.putle40)) +

    [Called By]

    • >>   zcl_append_report_config_record +
    + +

    putle48 (Thumb, 26 bytes, Stack size 0 bytes, pletoh.o(.text.putle48)) +

    [Called By]

    • >>   zcl_append_report_config_record +
    + +

    putle56 (Thumb, 36 bytes, Stack size 8 bytes, pletoh.o(.text.putle56)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = putle56 +
    +
    [Called By]
    • >>   zcl_append_report_config_record +
    + +

    putle64 (Thumb, 40 bytes, Stack size 8 bytes, pletoh.o(.text.putle64)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = putle64 +
    +
    [Called By]
    • >>   ZbZclAttrIntegerWrite +
    • >>   zcl_append_report_config_record +
    • >>   ZbZclAttrDefaultValue +
    + +

    shci_cmd_resp_release (Thumb, 16 bytes, Stack size 16 bytes, app_entry.o(.text.shci_cmd_resp_release)) +

    [Stack]

    • Max Depth = 36
    • Call Chain = shci_cmd_resp_release ⇒ UTIL_SEQ_SetEvt +
    +
    [Calls]
    • >>   UTIL_SEQ_SetEvt +
    +
    [Called By]
    • >>   TlCmdEvtReceived +
    + +

    shci_cmd_resp_wait (Thumb, 16 bytes, Stack size 16 bytes, app_entry.o(.text.shci_cmd_resp_wait)) +

    [Stack]

    • Max Depth = 196
    • Call Chain = shci_cmd_resp_wait ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   UTIL_SEQ_WaitEvt +
    +
    [Called By]
    • >>   shci_send +
    + +

    shci_init (Thumb, 50 bytes, Stack size 16 bytes, shci_tl.o(.text.shci_init)) +

    [Stack]

    • Max Depth = 64
    • Call Chain = shci_init ⇒ TlInit ⇒ Cmd_SetStatus +
    +
    [Calls]
    • >>   shci_register_io_bus +
    • >>   TlInit +
    +
    [Called By]
    • >>   appe_Tl_Init +
    + +

    shci_notify_asynch_evt (Thumb, 18 bytes, Stack size 16 bytes, app_entry.o(.text.shci_notify_asynch_evt)) +

    [Stack]

    • Max Depth = 40
    • Call Chain = shci_notify_asynch_evt ⇒ UTIL_SEQ_SetTask +
    +
    [Calls]
    • >>   UTIL_SEQ_SetTask +
    +
    [Called By]
    • >>   shci_user_evt_proc +
    • >>   TlUserEvtReceived +
    + +

    shci_register_io_bus (Thumb, 32 bytes, Stack size 4 bytes, shci_tl_if.o(.text.shci_register_io_bus)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = shci_register_io_bus +
    +
    [Called By]
    • >>   shci_init +
    + +

    shci_send (Thumb, 130 bytes, Stack size 32 bytes, shci_tl.o(.text.shci_send)) +

    [Stack]

    • Max Depth = 228
    • Call Chain = shci_send ⇒ shci_cmd_resp_wait ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   shci_cmd_resp_wait +
    • >>   Cmd_SetStatus +
    • >>   __aeabi_memcpy +
    +
    [Called By]
    • >>   SHCI_C2_ZIGBEE_Init +
    + +

    shci_user_evt_proc (Thumb, 206 bytes, Stack size 24 bytes, shci_tl.o(.text.shci_user_evt_proc)) +

    [Stack]

    • Max Depth = 80
    • Call Chain = shci_user_evt_proc ⇒ TL_MM_EvtDone ⇒ HW_IPCC_MM_SendFreeBuf ⇒ LL_C1_IPCC_EnableTransmitChannel +
    +
    [Calls]
    • >>   TL_MM_EvtDone +
    • >>   shci_notify_asynch_evt +
    • >>   LST_insert_head +
    • >>   LST_remove_head +
    • >>   LST_is_empty +
    +
    [Address Reference Count : 1]
    • app_entry.o(.text.appe_Tl_Init) +
    +

    zb_heap_alloc (Thumb, 22 bytes, Stack size 24 bytes, zigbee_core_wb.o(.text.zb_heap_alloc)) +

    [Stack]

    • Max Depth = 44
    • Call Chain = zb_heap_alloc ⇒ malloc +
    +
    [Calls]
    • >>   malloc +
    +
    [Called By]
    • >>   zcl_cluster_persist_timer +
    • >>   zcl_cluster_reports_timer +
    • >>   zcl_reporting_create_new +
    • >>   zcl_reporting_save_curr_val +
    • >>   zcl_reporting_queue_report +
    • >>   ZbZclAttrAppendList +
    • >>   ZbZclClusterAlloc +
    • >>   ZbZclHandleReadReport +
    • >>   ZbZclHandleReadAttr +
    • >>   ZbTimerAlloc +
    + +

    zb_heap_free (Thumb, 22 bytes, Stack size 24 bytes, zigbee_core_wb.o(.text.zb_heap_free)) +

    [Stack]

    • Max Depth = 32
    • Call Chain = zb_heap_free ⇒ free +
    +
    [Calls]
    • >>   free +
    +
    [Called By]
    • >>   zcl_cluster_persist_timer +
    • >>   ZbZclReportCleanup +
    • >>   zcl_cluster_reports_timer +
    • >>   zcl_reporting_save_curr_val +
    • >>   zcl_reporting_send_report +
    • >>   report_command_timer +
    • >>   zcl_reporting_queue_report +
    • >>   ZbZclAttrFreeList +
    • >>   zcl_cluster_attr_report_delete +
    • >>   ZbZclClusterFree +
    • >>   ZbZclAttrAppendList +
    • >>   ZbZclClusterAlloc +
    • >>   ZbZclHandleReadReport +
    • >>   ZbZclHandleReadAttr +
    • >>   ZbTimerFree +
    • >>   ZbTimerAlloc +
    + +

    zcl_attr_reporting_check (Thumb, 124 bytes, Stack size 24 bytes, zcl_attr_report.o(.text.zcl_attr_reporting_check)) +

    [Stack]

    • Max Depth = 316
    • Call Chain = zcl_attr_reporting_check ⇒ ZbNwkGet ⇒ ZbNwkGetIndex ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   ZbTimerReset +
    • >>   ZbNwkGet +
    +
    [Called By]
    • >>   ZbZclAttrWrite +
    + +

    zcl_cluster_alarm_data_ind (Thumb, 350 bytes, Stack size 112 bytes, zcl_command_ind.o(.text.zcl_cluster_alarm_data_ind)) +

    [Stack]

    • Max Depth = 432
    • Call Chain = zcl_cluster_alarm_data_ind ⇒ ZbApsdeDataReqCallback ⇒ zb_ipc_m4_get_retval ⇒ __aeabi_assert ⇒ fputs ⇒ fputc ⇒ DbgTraceWrite ⇒ DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   ZbApsdeDataReqCallback +
    • >>   ZbZclParseHeader +
    • >>   ZbZclClusterGetClusterId +
    • >>   ZbZclTxOptsFromSecurityStatus +
    • >>   ZbZclAppendHeader +
    • >>   pletoh16 +
    +
    [Called By]
    • >>   Zigbee_CallBackProcessing +
    + +

    zcl_cluster_attr_report_delete (Thumb, 166 bytes, Stack size 24 bytes, zcl_attr_report.o(.text.zcl_cluster_attr_report_delete)) +

    [Stack]

    • Max Depth = 316
    • Call Chain = zcl_cluster_attr_report_delete ⇒ ZbNwkGet ⇒ ZbNwkGetIndex ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   ZbTimerReset +
    • >>   zb_heap_free +
    • >>   ZbNwkGet +
    +
    [Called By]
    • >>   ZbZclAttrFreeList +
    • >>   ZbZclAttrAppendList +
    + +

    zcl_cluster_data_ind (Thumb, 1026 bytes, Stack size 192 bytes, zcl_command_ind.o(.text.zcl_cluster_data_ind)) +

    [Stack]

    • Max Depth = 772
    • Call Chain = zcl_cluster_data_ind ⇒ ZbZclHandleConfigReport ⇒ zcl_reporting_create_new ⇒ ZbNwkGet ⇒ ZbNwkGetIndex ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   ZbApsdeDataReqCallback +
    • >>   ZbZclHandleSetSceneData +
    • >>   ZbZclHandleReportAttr +
    • >>   ZbZclHandleGetSceneData +
    • >>   ZbZclHandleConfigReport +
    • >>   ZbZclHandleReadReport +
    • >>   ZbZclParseHeader +
    • >>   zcl_persist_handle_set +
    • >>   ZbZclHandleReadAttr +
    • >>   ZbZclClusterCheckMinSecurity +
    • >>   ZbZclAttrParseLength +
    • >>   ZbZclAttrWrite +
    • >>   ZbZclTxOptsFromSecurityStatus +
    • >>   ZbZclClusterInitApsdeReq +
    • >>   putle16 +
    • >>   ZbZclAppendHeader +
    • >>   pletoh16 +
    • >>   ZbZclAttrHandleDiscover +
    • >>   ZbZclSendDefaultResponse +
    • >>   ZbZclDeviceLogCheckAllow +
    • >>   ZbApsAddrIsLocal +
    +
    [Called By]
    • >>   Zigbee_CallBackProcessing +
    + +

    zcl_cluster_reports_timer (Thumb, 1612 bytes, Stack size 280 bytes, zcl_attr_report.o(.text.zcl_cluster_reports_timer)) +

    [Stack]

    • Max Depth = 928
    • Call Chain = zcl_cluster_reports_timer ⇒ zcl_reporting_queue_report ⇒ zcl_reporting_send_report ⇒ ZbApsdeDataReqCallback ⇒ zb_ipc_m4_get_retval ⇒ __aeabi_assert ⇒ fputs ⇒ fputc ⇒ DbgTraceWrite ⇒ DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   ZbZclAttrRead +
    • >>   __aeabi_memclr4 +
    • >>   __aeabi_memcpy +
    • >>   __aeabi_dcmpgt +
    • >>   __aeabi_ul2d +
    • >>   __aeabi_dcmplt +
    • >>   __aeabi_dsub +
    • >>   ZbZclParseFloat +
    • >>   zcl_reporting_queue_report +
    • >>   ZbZclAttrIsAnalog +
    • >>   ZbZclParseInteger +
    • >>   ZbZclAttrParseLength +
    • >>   putle16 +
    • >>   WpanCrc +
    • >>   ZbZclUptime +
    • >>   ZbTimeoutRemaining +
    • >>   ZbTimerReset +
    • >>   zb_heap_free +
    • >>   zb_heap_alloc +
    • >>   ZbApsBindSrcExists +
    • >>   ZbNwkGet +
    +
    [Address Reference Count : 1]
    • zcl_cluster_init.o(.text.ZbZclClusterAlloc) +
    +

    zcl_persist_send_cache (Thumb, 218 bytes, Stack size 136 bytes, zcl_cluster_init.o(.text.zcl_persist_send_cache)) +

    [Stack]

    • Max Depth = 456
    • Call Chain = zcl_persist_send_cache ⇒ ZbApsdeDataReqCallback ⇒ zb_ipc_m4_get_retval ⇒ __aeabi_assert ⇒ fputs ⇒ fputc ⇒ DbgTraceWrite ⇒ DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   ZbApsdeDataReqCallback +
    • >>   __aeabi_memclr8 +
    • >>   putle16 +
    • >>   ZbZclAppendHeader +
    • >>   ZbZclGetNextSeqnum +
    • >>   ZbExtendedAddress +
    +
    [Called By]
    • >>   zcl_cluster_persist_timer +
    + +

    zcl_reporting_create_default_reports (Thumb, 300 bytes, Stack size 96 bytes, zcl_attr_report.o(.text.zcl_reporting_create_default_reports)) +

    [Stack]

    • Max Depth = 420
    • Call Chain = zcl_reporting_create_default_reports ⇒ zcl_reporting_create_new ⇒ ZbNwkGet ⇒ ZbNwkGetIndex ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   __aeabi_memclr8 +
    • >>   zcl_reporting_create_new +
    • >>   zcl_reporting_save_curr_val +
    • >>   ZbZclAttrIsAnalog +
    • >>   ZbZclUptime +
    +
    [Called By]
    • >>   ZbZclAttrAppendList +
    + +

    zcl_reporting_stack_event (Thumb, 164 bytes, Stack size 40 bytes, zcl_attr_report.o(.text.zcl_reporting_stack_event)) +

    [Stack]

    • Max Depth = 332
    • Call Chain = zcl_reporting_stack_event ⇒ ZbNwkGet ⇒ ZbNwkGetIndex ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   ZbZclUptime +
    • >>   ZbTimerReset +
    • >>   ZbNwkGet +
    +
    [Address Reference Count : 1]
    • zcl_cluster_init.o(.text.ZbZclClusterAlloc) +
    +

    __0printf (Thumb, 22 bytes, Stack size 24 bytes, printfa.o(i.__0printf), UNUSED) +

    [Calls]

    • >>   _printf_core +
    + +

    __1printf (Thumb, 0 bytes, Stack size 24 bytes, printfa.o(i.__0printf), UNUSED) + +

    __2printf (Thumb, 0 bytes, Stack size 24 bytes, printfa.o(i.__0printf), UNUSED) + +

    __c89printf (Thumb, 0 bytes, Stack size 24 bytes, printfa.o(i.__0printf), UNUSED) + +

    printf (Thumb, 0 bytes, Stack size 24 bytes, printfa.o(i.__0printf)) +

    [Stack]

    • Max Depth = 24
    • Call Chain = printf +
    +
    [Called By]
    • >>   logApplication +
    + +

    __0snprintf (Thumb, 48 bytes, Stack size 40 bytes, printfa.o(i.__0snprintf), UNUSED) +

    [Calls]

    • >>   _printf_core +
    + +

    __1snprintf (Thumb, 0 bytes, Stack size 40 bytes, printfa.o(i.__0snprintf), UNUSED) + +

    __2snprintf (Thumb, 0 bytes, Stack size 40 bytes, printfa.o(i.__0snprintf), UNUSED) + +

    __c89snprintf (Thumb, 0 bytes, Stack size 40 bytes, printfa.o(i.__0snprintf), UNUSED) + +

    snprintf (Thumb, 0 bytes, Stack size 40 bytes, printfa.o(i.__0snprintf)) +

    [Stack]

    • Max Depth = 40
    • Call Chain = snprintf +
    +
    [Called By]
    • >>   logRegion +
    • >>   logLevel +
    + +

    __0sprintf (Thumb, 34 bytes, Stack size 24 bytes, printfa.o(i.__0sprintf), UNUSED) +

    [Calls]

    • >>   _sputc +
    • >>   _printf_core +
    + +

    __1sprintf (Thumb, 0 bytes, Stack size 24 bytes, printfa.o(i.__0sprintf), UNUSED) + +

    __2sprintf (Thumb, 0 bytes, Stack size 24 bytes, printfa.o(i.__0sprintf), UNUSED) + +

    __c89sprintf (Thumb, 0 bytes, Stack size 24 bytes, printfa.o(i.__0sprintf), UNUSED) + +

    sprintf (Thumb, 0 bytes, Stack size 24 bytes, printfa.o(i.__0sprintf)) +

    [Stack]

    • Max Depth = 24
    • Call Chain = sprintf +
    +
    [Called By]
    • >>   APP_ZIGBEE_CheckWirelessFirmwareInfo +
    + +

    __0vsnprintf (Thumb, 46 bytes, Stack size 24 bytes, printfa.o(i.__0vsnprintf), UNUSED) +

    [Calls]

    • >>   _printf_core +
    + +

    __1vsnprintf (Thumb, 0 bytes, Stack size 24 bytes, printfa.o(i.__0vsnprintf), UNUSED) + +

    __2vsnprintf (Thumb, 0 bytes, Stack size 24 bytes, printfa.o(i.__0vsnprintf), UNUSED) + +

    __c89vsnprintf (Thumb, 0 bytes, Stack size 24 bytes, printfa.o(i.__0vsnprintf), UNUSED) + +

    vsnprintf (Thumb, 0 bytes, Stack size 24 bytes, printfa.o(i.__0vsnprintf)) +

    [Stack]

    • Max Depth = 24
    • Call Chain = vsnprintf +
    +
    [Called By]
    • >>   logApplication +
    + +

    __scatterload_copy (Thumb, 14 bytes, Stack size unknown bytes, handlers.o(i.__scatterload_copy), UNUSED) + +

    __scatterload_null (Thumb, 2 bytes, Stack size unknown bytes, handlers.o(i.__scatterload_null), UNUSED) + +

    __scatterload_zeroinit (Thumb, 14 bytes, Stack size unknown bytes, handlers.o(i.__scatterload_zeroinit), UNUSED) + +

    fputs (Thumb, 24 bytes, Stack size 16 bytes, fputs.o(i.fputs)) +

    [Stack]

    • Max Depth = 232
    • Call Chain = fputs ⇒ fputc ⇒ DbgTraceWrite ⇒ DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   fputc +
    +
    [Called By]
    • >>   __aeabi_assert +
    + +

    free (Thumb, 76 bytes, Stack size 8 bytes, malloc.o(i.free)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = free +
    +
    [Called By]
    • >>   ZbApsFilterClusterAdd +
    • >>   ZbStartupWait +
    • >>   Zigbee_M0RequestProcessing +
    • >>   zb_ipc_m4_cb_info_free +
    • >>   zb_heap_free +
    + +

    malloc (Thumb, 92 bytes, Stack size 20 bytes, malloc.o(i.malloc)) +

    [Stack]

    • Max Depth = 20
    • Call Chain = malloc +
    +
    [Called By]
    • >>   ZbApsFilterClusterAdd +
    • >>   ZbStartupWait +
    • >>   Zigbee_M0RequestProcessing +
    • >>   zb_ipc_m4_cb_info_alloc +
    • >>   zb_heap_alloc +
    +

    +

    +Local Symbols +

    +

    MX_IPCC_Init (Thumb, 36 bytes, Stack size 8 bytes, main.o(.text.MX_IPCC_Init)) +

    [Stack]

    • Max Depth = 120
    • Call Chain = MX_IPCC_Init ⇒ HAL_IPCC_Init ⇒ HAL_IPCC_MspInit ⇒ HAL_NVIC_SetPriority ⇒ NVIC_EncodePriority +
    +
    [Calls]
    • >>   HAL_IPCC_Init +
    • >>   Error_Handler +
    +
    [Called By]
    • >>   main +
    + +

    MX_GPIO_Init (Thumb, 22 bytes, Stack size 8 bytes, main.o(.text.MX_GPIO_Init)) +

    [Stack]

    • Max Depth = 16
    • Call Chain = MX_GPIO_Init ⇒ LL_AHB2_GRP1_EnableClock +
    +
    [Calls]
    • >>   LL_AHB2_GRP1_EnableClock +
    +
    [Called By]
    • >>   main +
    + +

    MX_DMA_Init (Thumb, 58 bytes, Stack size 24 bytes, main.o(.text.MX_DMA_Init)) +

    [Stack]

    • Max Depth = 88
    • Call Chain = MX_DMA_Init ⇒ HAL_NVIC_SetPriority ⇒ NVIC_EncodePriority +
    +
    [Calls]
    • >>   HAL_NVIC_EnableIRQ +
    • >>   HAL_NVIC_SetPriority +
    • >>   LL_AHB1_GRP1_EnableClock +
    +
    [Called By]
    • >>   main +
    + +

    MX_RTC_Init (Thumb, 90 bytes, Stack size 16 bytes, main.o(.text.MX_RTC_Init)) +

    [Stack]

    • Max Depth = 208
    • Call Chain = MX_RTC_Init ⇒ HAL_RTC_Init ⇒ HAL_RTC_MspInit ⇒ HAL_NVIC_SetPriority ⇒ NVIC_EncodePriority +
    +
    [Calls]
    • >>   HAL_RTCEx_SetWakeUpTimer_IT +
    • >>   HAL_RTC_Init +
    • >>   Error_Handler +
    +
    [Called By]
    • >>   main +
    + +

    MX_RF_Init (Thumb, 2 bytes, Stack size 0 bytes, main.o(.text.MX_RF_Init)) +

    [Called By]

    • >>   main +
    + +

    LL_RCC_LSE_SetDriveCapability (Thumb, 26 bytes, Stack size 4 bytes, main.o(.text.LL_RCC_LSE_SetDriveCapability)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_RCC_LSE_SetDriveCapability +
    +
    [Called By]
    • >>   SystemClock_Config +
    + +

    LL_AHB2_GRP1_EnableClock (Thumb, 32 bytes, Stack size 8 bytes, main.o(.text.LL_AHB2_GRP1_EnableClock)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = LL_AHB2_GRP1_EnableClock +
    +
    [Called By]
    • >>   MX_GPIO_Init +
    + +

    LL_AHB1_GRP1_EnableClock (Thumb, 32 bytes, Stack size 8 bytes, main.o(.text.LL_AHB1_GRP1_EnableClock)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = LL_AHB1_GRP1_EnableClock +
    +
    [Called By]
    • >>   MX_DMA_Init +
    + +

    Reset_Device (Thumb, 2 bytes, Stack size 0 bytes, app_entry.o(.text.Reset_Device)) +

    [Called By]

    • >>   MX_APPE_Config +
    + +

    Config_HSE (Thumb, 32 bytes, Stack size 16 bytes, app_entry.o(.text.Config_HSE)) +

    [Stack]

    • Max Depth = 28
    • Call Chain = Config_HSE ⇒ OTP_Read +
    +
    [Calls]
    • >>   OTP_Read +
    • >>   LL_RCC_HSE_SetCapacitorTuning +
    +
    [Called By]
    • >>   MX_APPE_Config +
    + +

    LL_RCC_HSE_SetCapacitorTuning (Thumb, 38 bytes, Stack size 4 bytes, app_entry.o(.text.LL_RCC_HSE_SetCapacitorTuning)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_RCC_HSE_SetCapacitorTuning +
    +
    [Called By]
    • >>   Config_HSE +
    + +

    System_Init (Thumb, 16 bytes, Stack size 8 bytes, app_entry.o(.text.System_Init)) +

    [Stack]

    • Max Depth = 32
    • Call Chain = System_Init ⇒ Init_Rtc ⇒ LL_RTC_WAKEUP_SetClock +
    +
    [Calls]
    • >>   Init_Exti +
    • >>   Init_Smps +
    • >>   Init_Rtc +
    +
    [Called By]
    • >>   MX_APPE_Init +
    + +

    SystemPower_Config (Thumb, 48 bytes, Stack size 16 bytes, app_entry.o(.text.SystemPower_Config)) +

    [Stack]

    • Max Depth = 44
    • Call Chain = SystemPower_Config ⇒ UTIL_LPM_SetStopMode +
    +
    [Calls]
    • >>   UTIL_LPM_SetStopMode +
    • >>   UTIL_LPM_SetOffMode +
    • >>   UTIL_LPM_Init +
    • >>   LL_C2_PWR_SetPowerMode +
    • >>   LL_RCC_SetClkAfterWakeFromStop +
    • >>   LL_RCC_HSI_EnableAutoFromStop +
    +
    [Called By]
    • >>   MX_APPE_Init +
    + +

    Init_Debug (Thumb, 32 bytes, Stack size 16 bytes, app_entry.o(.text.Init_Debug)) +

    [Stack]

    • Max Depth = 288
    • Call Chain = Init_Debug ⇒ DbgTraceInit ⇒ DbgOutputInit ⇒ MX_USART1_UART_Init ⇒ HAL_UART_Init ⇒ HAL_UART_MspInit ⇒ HAL_NVIC_SetPriority ⇒ NVIC_EncodePriority +
    +
    [Calls]
    • >>   DbgTraceInit +
    • >>   HAL_DBGMCU_EnableDBGSleepMode +
    • >>   LL_C2_EXTI_EnableIT_32_63 +
    • >>   LL_EXTI_EnableIT_32_63 +
    +
    [Called By]
    • >>   MX_APPE_Init +
    + +

    Led_Init (Thumb, 22 bytes, Stack size 8 bytes, app_entry.o(.text.Led_Init)) +

    [Stack]

    • Max Depth = 92
    • Call Chain = Led_Init ⇒ BSP_LED_Init ⇒ HAL_GPIO_Init +
    +
    [Calls]
    • >>   BSP_LED_Init +
    +
    [Called By]
    • >>   MX_APPE_Init +
    + +

    Button_Init (Thumb, 34 bytes, Stack size 16 bytes, app_entry.o(.text.Button_Init)) +

    [Stack]

    • Max Depth = 120
    • Call Chain = Button_Init ⇒ BSP_PB_Init ⇒ HAL_NVIC_SetPriority ⇒ NVIC_EncodePriority +
    +
    [Calls]
    • >>   BSP_PB_Init +
    +
    [Called By]
    • >>   MX_APPE_Init +
    + +

    RxUART_Init (Thumb, 28 bytes, Stack size 8 bytes, app_entry.o(.text.RxUART_Init)) +

    [Stack]

    • Max Depth = 104
    • Call Chain = RxUART_Init ⇒ HW_UART_Receive_IT ⇒ HAL_UART_Receive_IT ⇒ UART_Start_Receive_IT +
    +
    [Calls]
    • >>   HW_UART_Receive_IT +
    +
    [Called By]
    • >>   MX_APPE_Init +
    + +

    appe_Tl_Init (Thumb, 116 bytes, Stack size 48 bytes, app_entry.o(.text.appe_Tl_Init)) +

    [Stack]

    • Max Depth = 112
    • Call Chain = appe_Tl_Init ⇒ shci_init ⇒ TlInit ⇒ Cmd_SetStatus +
    +
    [Calls]
    • >>   TL_Enable +
    • >>   TL_MM_Init +
    • >>   shci_init +
    • >>   UTIL_SEQ_RegTask +
    • >>   TL_Init +
    +
    [Called By]
    • >>   MX_APPE_Init +
    + +

    Init_Rtc (Thumb, 36 bytes, Stack size 16 bytes, app_entry.o(.text.Init_Rtc)) +

    [Stack]

    • Max Depth = 24
    • Call Chain = Init_Rtc ⇒ LL_RTC_WAKEUP_SetClock +
    +
    [Calls]
    • >>   LL_RTC_EnableWriteProtection +
    • >>   LL_RTC_WAKEUP_SetClock +
    • >>   LL_RTC_DisableWriteProtection +
    +
    [Called By]
    • >>   System_Init +
    + +

    LL_RCC_HSI_EnableAutoFromStop (Thumb, 14 bytes, Stack size 0 bytes, app_entry.o(.text.LL_RCC_HSI_EnableAutoFromStop)) +

    [Called By]

    • >>   SystemPower_Config +
    + +

    LL_RCC_SetClkAfterWakeFromStop (Thumb, 26 bytes, Stack size 4 bytes, app_entry.o(.text.LL_RCC_SetClkAfterWakeFromStop)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_RCC_SetClkAfterWakeFromStop +
    +
    [Called By]
    • >>   SystemPower_Config +
    + +

    LL_C2_PWR_SetPowerMode (Thumb, 28 bytes, Stack size 4 bytes, app_entry.o(.text.LL_C2_PWR_SetPowerMode)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_C2_PWR_SetPowerMode +
    +
    [Called By]
    • >>   SystemPower_Config +
    + +

    LL_EXTI_EnableIT_32_63 (Thumb, 24 bytes, Stack size 4 bytes, app_entry.o(.text.LL_EXTI_EnableIT_32_63)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_EXTI_EnableIT_32_63 +
    +
    [Called By]
    • >>   Init_Exti +
    • >>   Init_Debug +
    + +

    LL_C2_EXTI_EnableIT_32_63 (Thumb, 24 bytes, Stack size 4 bytes, app_entry.o(.text.LL_C2_EXTI_EnableIT_32_63)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_C2_EXTI_EnableIT_32_63 +
    +
    [Called By]
    • >>   Init_Debug +
    + +

    RxCpltCallback (Thumb, 158 bytes, Stack size 16 bytes, app_entry.o(.text.RxCpltCallback)) +

    [Stack]

    • Max Depth = 416
    • Call Chain = RxCpltCallback ⇒ UartCmdExecute ⇒ logApplication ⇒ logRegion ⇒ snprintf +
    +
    [Calls]
    • >>   logApplication +
    • >>   HW_UART_Receive_IT +
    • >>   UartCmdExecute +
    • >>   __aeabi_memclr +
    +
    [Address Reference Count : 2]
    • app_entry.o(.text.RxUART_Init) +
    • app_entry.o(.text.RxCpltCallback) +
    +

    APPE_SysStatusNot (Thumb, 10 bytes, Stack size 4 bytes, app_entry.o(.text.APPE_SysStatusNot)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = APPE_SysStatusNot +
    +
    [Address Reference Count : 1]
    • app_entry.o(.text.appe_Tl_Init) +
    +

    APPE_SysUserEvtRx (Thumb, 64 bytes, Stack size 24 bytes, app_entry.o(.text.APPE_SysUserEvtRx)) +

    [Stack]

    • Max Depth = 684
    • Call Chain = APPE_SysUserEvtRx ⇒ APPE_SysEvtReadyProcessing ⇒ APP_ZIGBEE_Init ⇒ APP_ZIGBEE_StackLayersInit ⇒ APP_ZIGBEE_ConfigEndpoints ⇒ ZbZclOnOffServerAlloc ⇒ ZbZclClusterAlloc ⇒ ZbZclAttrIntegerWrite ⇒ ZbZclAttrWrite ⇒ zcl_attr_reporting_check ⇒ ZbNwkGet ⇒ ZbNwkGetIndex ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   APPE_SysEvtError +
    • >>   APPE_SysEvtReadyProcessing +
    +
    [Address Reference Count : 1]
    • app_entry.o(.text.appe_Tl_Init) +
    +

    LL_LPM_EnableSleep (Thumb, 18 bytes, Stack size 0 bytes, app_entry.o(.text.LL_LPM_EnableSleep)) +

    [Called By]

    • >>   HAL_Delay +
    + +

    LL_RTC_DisableWriteProtection (Thumb, 20 bytes, Stack size 4 bytes, app_entry.o(.text.LL_RTC_DisableWriteProtection)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_RTC_DisableWriteProtection +
    +
    [Called By]
    • >>   Init_Rtc +
    + +

    LL_RTC_WAKEUP_SetClock (Thumb, 26 bytes, Stack size 8 bytes, app_entry.o(.text.LL_RTC_WAKEUP_SetClock)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = LL_RTC_WAKEUP_SetClock +
    +
    [Called By]
    • >>   Init_Rtc +
    + +

    LL_RTC_EnableWriteProtection (Thumb, 14 bytes, Stack size 4 bytes, app_entry.o(.text.LL_RTC_EnableWriteProtection)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_RTC_EnableWriteProtection +
    +
    [Called By]
    • >>   Init_Rtc +
    + +

    APPE_SysEvtReadyProcessing (Thumb, 12 bytes, Stack size 8 bytes, app_entry.o(.text.APPE_SysEvtReadyProcessing)) +

    [Stack]

    • Max Depth = 660
    • Call Chain = APPE_SysEvtReadyProcessing ⇒ APP_ZIGBEE_Init ⇒ APP_ZIGBEE_StackLayersInit ⇒ APP_ZIGBEE_ConfigEndpoints ⇒ ZbZclOnOffServerAlloc ⇒ ZbZclClusterAlloc ⇒ ZbZclAttrIntegerWrite ⇒ ZbZclAttrWrite ⇒ zcl_attr_reporting_check ⇒ ZbNwkGet ⇒ ZbNwkGetIndex ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   APP_ZIGBEE_Init +
    • >>   TL_TRACES_Init +
    +
    [Called By]
    • >>   APPE_SysUserEvtRx +
    + +

    APPE_SysEvtError (Thumb, 62 bytes, Stack size 16 bytes, app_entry.o(.text.APPE_SysEvtError)) +

    [Stack]

    • Max Depth = 408
    • Call Chain = APPE_SysEvtError ⇒ logApplication ⇒ logRegion ⇒ snprintf +
    +
    [Calls]
    • >>   logApplication +
    +
    [Called By]
    • >>   APPE_SysUserEvtRx +
    + +

    UartCmdExecute (Thumb, 266 bytes, Stack size 8 bytes, app_entry.o(.text.UartCmdExecute)) +

    [Stack]

    • Max Depth = 400
    • Call Chain = UartCmdExecute ⇒ logApplication ⇒ logRegion ⇒ snprintf +
    +
    [Calls]
    • >>   HAL_NVIC_SystemReset +
    • >>   HAL_EXTI_GenerateSWI +
    • >>   logApplication +
    • >>   strcmp +
    +
    [Called By]
    • >>   RxCpltCallback +
    + +

    UnlinkTimer (Thumb, 266 bytes, Stack size 4 bytes, hw_timerserver.o(.text.UnlinkTimer)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = UnlinkTimer +
    +
    [Called By]
    • >>   HW_TS_Stop +
    • >>   HW_TS_RTC_Wakeup_Handler +
    + +

    RescheduleTimerList (Thumb, 378 bytes, Stack size 24 bytes, hw_timerserver.o(.text.RescheduleTimerList)) +

    [Stack]

    • Max Depth = 60
    • Call Chain = RescheduleTimerList ⇒ RestartWakeupCounter ⇒ HAL_NVIC_SetPendingIRQ ⇒ __NVIC_SetPendingIRQ +
    +
    [Calls]
    • >>   RestartWakeupCounter +
    • >>   ReturnTimeElapsed +
    +
    [Called By]
    • >>   HW_TS_Stop +
    • >>   HW_TS_Start +
    • >>   HW_TS_RTC_Wakeup_Handler +
    + +

    linkTimer (Thumb, 390 bytes, Stack size 32 bytes, hw_timerserver.o(.text.linkTimer)) +

    [Stack]

    • Max Depth = 56
    • Call Chain = linkTimer ⇒ ReturnTimeElapsed ⇒ ReadRtcSsrValue +
    +
    [Calls]
    • >>   LinkTimerBefore +
    • >>   LinkTimerAfter +
    • >>   ReturnTimeElapsed +
    +
    [Called By]
    • >>   HW_TS_Start +
    + +

    ReturnTimeElapsed (Thumb, 144 bytes, Stack size 16 bytes, hw_timerserver.o(.text.ReturnTimeElapsed)) +

    [Stack]

    • Max Depth = 24
    • Call Chain = ReturnTimeElapsed ⇒ ReadRtcSsrValue +
    +
    [Calls]
    • >>   ReadRtcSsrValue +
    +
    [Called By]
    • >>   linkTimer +
    • >>   RescheduleTimerList +
    + +

    RestartWakeupCounter (Thumb, 214 bytes, Stack size 16 bytes, hw_timerserver.o(.text.RestartWakeupCounter)) +

    [Stack]

    • Max Depth = 36
    • Call Chain = RestartWakeupCounter ⇒ HAL_NVIC_SetPendingIRQ ⇒ __NVIC_SetPendingIRQ +
    +
    [Calls]
    • >>   HAL_NVIC_SetPendingIRQ +
    • >>   HAL_NVIC_ClearPendingIRQ +
    • >>   ReadRtcSsrValue +
    +
    [Called By]
    • >>   RescheduleTimerList +
    + +

    LL_EXTI_EnableRisingTrig_0_31 (Thumb, 24 bytes, Stack size 4 bytes, hw_timerserver.o(.text.LL_EXTI_EnableRisingTrig_0_31)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_EXTI_EnableRisingTrig_0_31 +
    +
    [Called By]
    • >>   HW_TS_Init +
    + +

    LL_EXTI_EnableIT_0_31 (Thumb, 24 bytes, Stack size 4 bytes, hw_timerserver.o(.text.LL_EXTI_EnableIT_0_31)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_EXTI_EnableIT_0_31 +
    +
    [Called By]
    • >>   HW_TS_Init +
    + +

    LinkTimerAfter (Thumb, 140 bytes, Stack size 4 bytes, hw_timerserver.o(.text.LinkTimerAfter)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LinkTimerAfter +
    +
    [Called By]
    • >>   linkTimer +
    + +

    LinkTimerBefore (Thumb, 180 bytes, Stack size 4 bytes, hw_timerserver.o(.text.LinkTimerBefore)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LinkTimerBefore +
    +
    [Called By]
    • >>   linkTimer +
    + +

    ReadRtcSsrValue (Thumb, 60 bytes, Stack size 8 bytes, hw_timerserver.o(.text.ReadRtcSsrValue)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = ReadRtcSsrValue +
    +
    [Called By]
    • >>   RestartWakeupCounter +
    • >>   ReturnTimeElapsed +
    + +

    logLevel (Thumb, 56 bytes, Stack size 24 bytes, stm_logging.o(.text.logLevel)) +

    [Stack]

    • Max Depth = 64
    • Call Chain = logLevel ⇒ snprintf +
    +
    [Calls]
    • >>   levelToString +
    • >>   snprintf +
    +
    [Called By]
    • >>   logApplication +
    + +

    logRegion (Thumb, 118 bytes, Stack size 56 bytes, stm_logging.o(.text.logRegion)) +

    [Stack]

    • Max Depth = 96
    • Call Chain = logRegion ⇒ snprintf +
    +
    [Calls]
    • >>   snprintf +
    • >>   strcpy +
    +
    [Called By]
    • >>   logApplication +
    + +

    levelToString (Thumb, 86 bytes, Stack size 12 bytes, stm_logging.o(.text.levelToString)) +

    [Stack]

    • Max Depth = 12
    • Call Chain = levelToString +
    +
    [Called By]
    • >>   logLevel +
    + +

    LL_AHB3_GRP1_EnableClock (Thumb, 32 bytes, Stack size 8 bytes, stm32wbxx_hal_msp.o(.text.LL_AHB3_GRP1_EnableClock)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = LL_AHB3_GRP1_EnableClock +
    +
    [Called By]
    • >>   HAL_IPCC_MspInit +
    • >>   HAL_MspInit +
    + +

    LL_APB1_GRP2_EnableClock (Thumb, 32 bytes, Stack size 8 bytes, stm32wbxx_hal_msp.o(.text.LL_APB1_GRP2_EnableClock)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = LL_APB1_GRP2_EnableClock +
    +
    [Called By]
    • >>   HAL_UART_MspInit +
    + +

    LL_AHB2_GRP1_EnableClock (Thumb, 32 bytes, Stack size 8 bytes, stm32wbxx_hal_msp.o(.text.LL_AHB2_GRP1_EnableClock)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = LL_AHB2_GRP1_EnableClock +
    +
    [Called By]
    • >>   HAL_UART_MspInit +
    + +

    LL_APB2_GRP1_EnableClock (Thumb, 32 bytes, Stack size 8 bytes, stm32wbxx_hal_msp.o(.text.LL_APB2_GRP1_EnableClock)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = LL_APB2_GRP1_EnableClock +
    +
    [Called By]
    • >>   HAL_UART_MspInit +
    + +

    LL_RCC_SetRTCClockSource (Thumb, 26 bytes, Stack size 4 bytes, stm32wbxx_hal_msp.o(.text.LL_RCC_SetRTCClockSource)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_RCC_SetRTCClockSource +
    +
    [Called By]
    • >>   HAL_RTC_MspInit +
    + +

    LL_RCC_EnableRTC (Thumb, 16 bytes, Stack size 0 bytes, stm32wbxx_hal_msp.o(.text.LL_RCC_EnableRTC)) +

    [Called By]

    • >>   HAL_RTC_MspInit +
    + +

    LL_APB1_GRP1_EnableClock (Thumb, 32 bytes, Stack size 8 bytes, stm32wbxx_hal_msp.o(.text.LL_APB1_GRP1_EnableClock)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = LL_APB1_GRP1_EnableClock +
    +
    [Called By]
    • >>   HAL_RTC_MspInit +
    + +

    APP_ZIGBEE_CheckWirelessFirmwareInfo (Thumb, 478 bytes, Stack size 136 bytes, app_zigbee.o(.text.APP_ZIGBEE_CheckWirelessFirmwareInfo)) +

    [Stack]

    • Max Depth = 568
    • Call Chain = APP_ZIGBEE_CheckWirelessFirmwareInfo ⇒ APP_ZIGBEE_Error ⇒ APP_ZIGBEE_TraceError ⇒ logApplication ⇒ logRegion ⇒ snprintf +
    +
    [Calls]
    • >>   APP_ZIGBEE_Error +
    • >>   SHCI_GetWirelessFwInfo +
    • >>   logApplication +
    • >>   sprintf +
    • >>   strchr +
    • >>   strstr +
    +
    [Called By]
    • >>   APP_ZIGBEE_Init +
    + +

    APP_ZIGBEE_ProcessNotifyM0ToM4 (Thumb, 36 bytes, Stack size 8 bytes, app_zigbee.o(.text.APP_ZIGBEE_ProcessNotifyM0ToM4)) +

    [Stack]

    • Max Depth = 1100
    • Call Chain = APP_ZIGBEE_ProcessNotifyM0ToM4 ⇒ Zigbee_CallBackProcessing ⇒ zcl_cluster_data_ind ⇒ ZbZclHandleConfigReport ⇒ zcl_reporting_create_new ⇒ ZbNwkGet ⇒ ZbNwkGetIndex ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   Zigbee_CallBackProcessing +
    +
    [Address Reference Count : 1]
    • app_zigbee.o(.text.APP_ZIGBEE_Init) +
    +

    APP_ZIGBEE_ProcessRequestM0ToM4 (Thumb, 36 bytes, Stack size 8 bytes, app_zigbee.o(.text.APP_ZIGBEE_ProcessRequestM0ToM4)) +

    [Stack]

    • Max Depth = 312
    • Call Chain = APP_ZIGBEE_ProcessRequestM0ToM4 ⇒ Zigbee_M0RequestProcessing ⇒ __aeabi_assert ⇒ fputs ⇒ fputc ⇒ DbgTraceWrite ⇒ DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   Zigbee_M0RequestProcessing +
    +
    [Address Reference Count : 1]
    • app_zigbee.o(.text.APP_ZIGBEE_Init) +
    +

    APP_ZIGBEE_NwkForm (Thumb, 674 bytes, Stack size 520 bytes, app_zigbee.o(.text.APP_ZIGBEE_NwkForm)) +

    [Stack]

    • Max Depth = 936
    • Call Chain = APP_ZIGBEE_NwkForm ⇒ APP_ZIGBEE_OpenPermitJoin ⇒ logApplication ⇒ logRegion ⇒ snprintf +
    +
    [Calls]
    • >>   ZbNwkSet +
    • >>   BSP_LED_On +
    • >>   ZbStartupWait +
    • >>   ZbStartupConfigGetProDefaults +
    • >>   ZbSetLogging +
    • >>   APP_ZIGBEE_OpenPermitJoin +
    • >>   APP_ZIGBEE_ConfigGroupAddr +
    • >>   APP_ZIGBEE_NextSlaveStartupControl +
    • >>   logApplication +
    • >>   UTIL_SEQ_SetTask +
    • >>   HAL_GetTick +
    +
    [Address Reference Count : 1]
    • app_zigbee.o(.text.APP_ZIGBEE_Init) +
    +

    APP_ZIGBEE_StackLayersInit (Thumb, 200 bytes, Stack size 24 bytes, app_zigbee.o(.text.APP_ZIGBEE_StackLayersInit)) +

    [Stack]

    • Max Depth = 628
    • Call Chain = APP_ZIGBEE_StackLayersInit ⇒ APP_ZIGBEE_ConfigEndpoints ⇒ ZbZclOnOffServerAlloc ⇒ ZbZclClusterAlloc ⇒ ZbZclAttrIntegerWrite ⇒ ZbZclAttrWrite ⇒ zcl_attr_reporting_check ⇒ ZbNwkGet ⇒ ZbNwkGetIndex ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   BSP_LED_Off +
    • >>   __aeabi_assert +
    • >>   ZbInit +
    • >>   APP_ZIGBEE_ConfigEndpoints +
    • >>   APP_ZIGBEE_NextSlaveStartupControl +
    • >>   logApplication +
    • >>   UTIL_SEQ_SetTask +
    • >>   HAL_GetTick +
    +
    [Called By]
    • >>   APP_ZIGBEE_Init +
    + +

    APP_ZIGBEE_NextSlaveStartupControl (Thumb, 42 bytes, Stack size 4 bytes, app_zigbee.o(.text.APP_ZIGBEE_NextSlaveStartupControl)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = APP_ZIGBEE_NextSlaveStartupControl +
    +
    [Called By]
    • >>   APP_ZIGBEE_RequestNetworkRestart +
    • >>   APP_ZIGBEE_StackLayersInit +
    • >>   APP_ZIGBEE_NwkForm +
    + +

    APP_ZIGBEE_ConfigGroupAddr (Thumb, 88 bytes, Stack size 40 bytes, app_zigbee.o(.text.APP_ZIGBEE_ConfigGroupAddr)) +

    [Stack]

    • Max Depth = 268
    • Call Chain = APP_ZIGBEE_ConfigGroupAddr ⇒ ZbApsmeAddGroupReq ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   ZbApsmeAddGroupReq +
    +
    [Called By]
    • >>   APP_ZIGBEE_NwkForm +
    + +

    APP_ZIGBEE_OpenPermitJoin (Thumb, 120 bytes, Stack size 24 bytes, app_zigbee.o(.text.APP_ZIGBEE_OpenPermitJoin)) +

    [Stack]

    • Max Depth = 416
    • Call Chain = APP_ZIGBEE_OpenPermitJoin ⇒ logApplication ⇒ logRegion ⇒ snprintf +
    +
    [Calls]
    • >>   ZbNlmePermitJoinReq +
    • >>   logApplication +
    +
    [Called By]
    • >>   APP_ZIGBEE_Process +
    • >>   APP_ZIGBEE_NwkForm +
    + +

    APP_ZIGBEE_ConfigEndpoints (Thumb, 336 bytes, Stack size 56 bytes, app_zigbee.o(.text.APP_ZIGBEE_ConfigEndpoints)) +

    [Stack]

    • Max Depth = 604
    • Call Chain = APP_ZIGBEE_ConfigEndpoints ⇒ ZbZclOnOffServerAlloc ⇒ ZbZclClusterAlloc ⇒ ZbZclAttrIntegerWrite ⇒ ZbZclAttrWrite ⇒ zcl_attr_reporting_check ⇒ ZbNwkGet ⇒ ZbNwkGetIndex ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   ZbApsFilterClusterAdd +
    • >>   ZbZclClusterEndpointRegister +
    • >>   ZbZclOnOffServerAlloc +
    • >>   ZbZclAddEndpoint +
    • >>   __aeabi_assert +
    +
    [Called By]
    • >>   APP_ZIGBEE_StackLayersInit +
    + +

    ZbStartupWaitCb (Thumb, 38 bytes, Stack size 24 bytes, app_zigbee.o(.text.ZbStartupWaitCb)) +

    [Stack]

    • Max Depth = 44
    • Call Chain = ZbStartupWaitCb ⇒ UTIL_SEQ_SetEvt +
    +
    [Calls]
    • >>   UTIL_SEQ_SetEvt +
    +
    [Address Reference Count : 1]
    • app_zigbee.o(.text.ZbStartupWait) +
    +

    APP_ZIGBEE_TraceError (Thumb, 76 bytes, Stack size 24 bytes, app_zigbee.o(.text.APP_ZIGBEE_TraceError)) +

    [Stack]

    • Max Depth = 416
    • Call Chain = APP_ZIGBEE_TraceError ⇒ logApplication ⇒ logRegion ⇒ snprintf +
    +
    [Calls]
    • >>   BSP_LED_Toggle +
    • >>   logApplication +
    • >>   HAL_Delay +
    +
    [Called By]
    • >>   APP_ZIGBEE_Error +
    + +

    Wait_Getting_Ack_From_M0 (Thumb, 10 bytes, Stack size 8 bytes, app_zigbee.o(.text.Wait_Getting_Ack_From_M0)) +

    [Stack]

    • Max Depth = 188
    • Call Chain = Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   UTIL_SEQ_WaitEvt +
    +
    [Called By]
    • >>   ZIGBEE_CmdTransfer +
    + +

    Receive_Ack_From_M0 (Thumb, 10 bytes, Stack size 8 bytes, app_zigbee.o(.text.Receive_Ack_From_M0)) +

    [Stack]

    • Max Depth = 28
    • Call Chain = Receive_Ack_From_M0 ⇒ UTIL_SEQ_SetEvt +
    +
    [Calls]
    • >>   UTIL_SEQ_SetEvt +
    +
    [Called By]
    • >>   TL_ZIGBEE_CmdEvtReceived +
    + +

    Receive_Notification_From_M0 (Thumb, 26 bytes, Stack size 8 bytes, app_zigbee.o(.text.Receive_Notification_From_M0)) +

    [Stack]

    • Max Depth = 32
    • Call Chain = Receive_Notification_From_M0 ⇒ UTIL_SEQ_SetTask +
    +
    [Calls]
    • >>   UTIL_SEQ_SetTask +
    +
    [Called By]
    • >>   TL_ZIGBEE_NotReceived +
    + +

    APP_ZIGBEE_RequestNetworkRestart (Thumb, 176 bytes, Stack size 24 bytes, app_zigbee.o(.text.APP_ZIGBEE_RequestNetworkRestart)) +

    [Stack]

    • Max Depth = 244
    • Call Chain = APP_ZIGBEE_RequestNetworkRestart ⇒ ZbReset ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   ZbReset +
    • >>   APP_ZIGBEE_NextSlaveStartupControl +
    • >>   UTIL_SEQ_SetTask +
    +
    [Called By]
    • >>   APP_ZIGBEE_Process +
    + +

    APP_ZIGBEE_EncodeSlaveReport (Thumb, 76 bytes, Stack size 8 bytes, app_zigbee.o(.text.APP_ZIGBEE_EncodeSlaveReport)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = APP_ZIGBEE_EncodeSlaveReport +
    +
    [Called By]
    • >>   APP_ZIGBEE_SendSlaveReport +
    + +

    APP_ZIGBEE_SlaveReportConfCb (Thumb, 160 bytes, Stack size 16 bytes, app_zigbee.o(.text.APP_ZIGBEE_SlaveReportConfCb)) +

    [Stack]

    • Max Depth = 408
    • Call Chain = APP_ZIGBEE_SlaveReportConfCb ⇒ logApplication ⇒ logRegion ⇒ snprintf +
    +
    [Calls]
    • >>   logApplication +
    +
    [Address Reference Count : 1]
    • app_zigbee.o(.text.APP_ZIGBEE_SendSlaveReport) +
    +

    APP_ZIGBEE_SlaveReportIndCb (Thumb, 150 bytes, Stack size 32 bytes, app_zigbee.o(.text.APP_ZIGBEE_SlaveReportIndCb)) +

    [Stack]

    • Max Depth = 84
    • Call Chain = APP_ZIGBEE_SlaveReportIndCb ⇒ ZigbeePort_OnSlaveReportReceived ⇒ App_MasterAcceptReport ⇒ App_DebugRefresh ⇒ App_DebugCopyReportToMasterWatch +
    +
    [Calls]
    • >>   ZigbeePort_OnSlaveReportReceived +
    • >>   APP_ZIGBEE_DecodeSlaveReport +
    • >>   HAL_GetTick +
    +
    [Address Reference Count : 1]
    • app_zigbee.o(.text.APP_ZIGBEE_ConfigEndpoints) +
    +

    APP_ZIGBEE_DecodeSlaveReport (Thumb, 94 bytes, Stack size 16 bytes, app_zigbee.o(.text.APP_ZIGBEE_DecodeSlaveReport)) +

    [Stack]

    • Max Depth = 16
    • Call Chain = APP_ZIGBEE_DecodeSlaveReport +
    +
    [Called By]
    • >>   APP_ZIGBEE_SlaveReportIndCb +
    + +

    onOff_server_1_off (Thumb, 92 bytes, Stack size 32 bytes, app_zigbee.o(.text.onOff_server_1_off)) +

    [Stack]

    • Max Depth = 516
    • Call Chain = onOff_server_1_off ⇒ ZbZclAttrIntegerWrite ⇒ ZbZclAttrWrite ⇒ zcl_attr_reporting_check ⇒ ZbNwkGet ⇒ ZbNwkGetIndex ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   ZbZclAttrIntegerWrite +
    • >>   ZbZclClusterGetEndpoint +
    • >>   BSP_LED_Off +
    • >>   logApplication +
    +
    [Called By]
    • >>   onOff_server_1_toggle +
    +
    [Address Reference Count : 1]
    • app_zigbee.o(.data.OnOffServerCallbacks_1) +
    +

    onOff_server_1_on (Thumb, 94 bytes, Stack size 40 bytes, app_zigbee.o(.text.onOff_server_1_on)) +

    [Stack]

    • Max Depth = 524
    • Call Chain = onOff_server_1_on ⇒ ZbZclAttrIntegerWrite ⇒ ZbZclAttrWrite ⇒ zcl_attr_reporting_check ⇒ ZbNwkGet ⇒ ZbNwkGetIndex ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   ZbZclAttrIntegerWrite +
    • >>   ZbZclClusterGetEndpoint +
    • >>   BSP_LED_On +
    • >>   logApplication +
    +
    [Called By]
    • >>   onOff_server_1_toggle +
    +
    [Address Reference Count : 1]
    • app_zigbee.o(.data.OnOffServerCallbacks_1) +
    +

    onOff_server_1_toggle (Thumb, 92 bytes, Stack size 40 bytes, app_zigbee.o(.text.onOff_server_1_toggle)) +

    [Stack]

    • Max Depth = 564
    • Call Chain = onOff_server_1_toggle ⇒ onOff_server_1_on ⇒ ZbZclAttrIntegerWrite ⇒ ZbZclAttrWrite ⇒ zcl_attr_reporting_check ⇒ ZbNwkGet ⇒ ZbNwkGetIndex ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   ZbZclAttrRead +
    • >>   onOff_server_1_on +
    • >>   onOff_server_1_off +
    +
    [Address Reference Count : 1]
    • app_zigbee.o(.data.OnOffServerCallbacks_1) +
    +

    LL_C2_IPCC_IsActiveFlag_CHx (Thumb, 26 bytes, Stack size 8 bytes, hw_ipcc.o(.text.LL_C2_IPCC_IsActiveFlag_CHx)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = LL_C2_IPCC_IsActiveFlag_CHx +
    +
    [Called By]
    • >>   HW_IPCC_Rx_Handler +
    + +

    HW_IPCC_SYS_EvtHandler (Thumb, 22 bytes, Stack size 8 bytes, hw_ipcc.o(.text.HW_IPCC_SYS_EvtHandler)) +

    [Stack]

    • Max Depth = 76
    • Call Chain = HW_IPCC_SYS_EvtHandler ⇒ HW_IPCC_SYS_EvtNot ⇒ LST_remove_head ⇒ LST_remove_node +
    +
    [Calls]
    • >>   LL_C1_IPCC_ClearFlag_CHx +
    • >>   HW_IPCC_SYS_EvtNot +
    +
    [Called By]
    • >>   HW_IPCC_Rx_Handler +
    + +

    HW_IPCC_ZIGBEE_StackNotifEvtHandler (Thumb, 54 bytes, Stack size 24 bytes, hw_ipcc.o(.text.HW_IPCC_ZIGBEE_StackNotifEvtHandler)) +

    [Stack]

    • Max Depth = 80
    • Call Chain = HW_IPCC_ZIGBEE_StackNotifEvtHandler ⇒ HW_IPCC_ZIGBEE_RecvM0NotifyToM4 ⇒ TL_ZIGBEE_NotReceived ⇒ Receive_Notification_From_M0 ⇒ UTIL_SEQ_SetTask +
    +
    [Calls]
    • >>   LL_C1_IPCC_DisableReceiveChannel +
    • >>   HW_IPCC_ZIGBEE_RecvM0NotifyToM4 +
    +
    [Called By]
    • >>   HW_IPCC_Rx_Handler +
    + +

    HW_IPCC_ZIGBEE_StackM0RequestHandler (Thumb, 54 bytes, Stack size 24 bytes, hw_ipcc.o(.text.HW_IPCC_ZIGBEE_StackM0RequestHandler)) +

    [Stack]

    • Max Depth = 72
    • Call Chain = HW_IPCC_ZIGBEE_StackM0RequestHandler ⇒ HW_IPCC_ZIGBEE_RecvM0RequestToM4 ⇒ TL_ZIGBEE_M0RequestReceived ⇒ UTIL_SEQ_SetTask +
    +
    [Calls]
    • >>   LL_C1_IPCC_DisableReceiveChannel +
    • >>   HW_IPCC_ZIGBEE_RecvM0RequestToM4 +
    +
    [Called By]
    • >>   HW_IPCC_Rx_Handler +
    + +

    HW_IPCC_BLE_EvtHandler (Thumb, 22 bytes, Stack size 8 bytes, hw_ipcc.o(.text.HW_IPCC_BLE_EvtHandler)) +

    [Stack]

    • Max Depth = 76
    • Call Chain = HW_IPCC_BLE_EvtHandler ⇒ HW_IPCC_BLE_RxEvtNot ⇒ LST_remove_head ⇒ LST_remove_node +
    +
    [Calls]
    • >>   LL_C1_IPCC_ClearFlag_CHx +
    • >>   HW_IPCC_BLE_RxEvtNot +
    +
    [Called By]
    • >>   HW_IPCC_Rx_Handler +
    + +

    HW_IPCC_TRACES_EvtHandler (Thumb, 22 bytes, Stack size 8 bytes, hw_ipcc.o(.text.HW_IPCC_TRACES_EvtHandler)) +

    [Stack]

    • Max Depth = 232
    • Call Chain = HW_IPCC_TRACES_EvtHandler ⇒ HW_IPCC_TRACES_EvtNot ⇒ TL_TRACES_EvtReceived ⇒ DbgTraceWrite ⇒ DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   LL_C1_IPCC_ClearFlag_CHx +
    • >>   HW_IPCC_TRACES_EvtNot +
    +
    [Called By]
    • >>   HW_IPCC_Rx_Handler +
    + +

    LL_C1_IPCC_ClearFlag_CHx (Thumb, 16 bytes, Stack size 8 bytes, hw_ipcc.o(.text.LL_C1_IPCC_ClearFlag_CHx)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = LL_C1_IPCC_ClearFlag_CHx +
    +
    [Called By]
    • >>   HW_IPCC_ZIGBEE_SendM4AckToM0Request +
    • >>   HW_IPCC_ZIGBEE_SendM4AckToM0Notify +
    • >>   HW_IPCC_TRACES_EvtHandler +
    • >>   HW_IPCC_BLE_EvtHandler +
    • >>   HW_IPCC_SYS_EvtHandler +
    + +

    LL_C1_IPCC_DisableReceiveChannel (Thumb, 20 bytes, Stack size 8 bytes, hw_ipcc.o(.text.LL_C1_IPCC_DisableReceiveChannel)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = LL_C1_IPCC_DisableReceiveChannel +
    +
    [Called By]
    • >>   HW_IPCC_ZIGBEE_StackM0RequestHandler +
    • >>   HW_IPCC_ZIGBEE_StackNotifEvtHandler +
    + +

    LL_C1_IPCC_IsActiveFlag_CHx (Thumb, 26 bytes, Stack size 8 bytes, hw_ipcc.o(.text.LL_C1_IPCC_IsActiveFlag_CHx)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = LL_C1_IPCC_IsActiveFlag_CHx +
    +
    [Called By]
    • >>   HW_IPCC_MM_SendFreeBuf +
    • >>   HW_IPCC_Tx_Handler +
    + +

    HW_IPCC_SYS_CmdEvtHandler (Thumb, 54 bytes, Stack size 24 bytes, hw_ipcc.o(.text.HW_IPCC_SYS_CmdEvtHandler)) +

    [Stack]

    • Max Depth = 76
    • Call Chain = HW_IPCC_SYS_CmdEvtHandler ⇒ HW_IPCC_SYS_CmdEvtNot ⇒ OutputDbgTrace +
    +
    [Calls]
    • >>   LL_C1_IPCC_DisableTransmitChannel +
    • >>   HW_IPCC_SYS_CmdEvtNot +
    +
    [Called By]
    • >>   HW_IPCC_Tx_Handler +
    + +

    HW_IPCC_ZIGBEE_CmdEvtHandler (Thumb, 54 bytes, Stack size 24 bytes, hw_ipcc.o(.text.HW_IPCC_ZIGBEE_CmdEvtHandler)) +

    [Stack]

    • Max Depth = 76
    • Call Chain = HW_IPCC_ZIGBEE_CmdEvtHandler ⇒ HW_IPCC_ZIGBEE_RecvAppliAckFromM0 ⇒ TL_ZIGBEE_CmdEvtReceived ⇒ Receive_Ack_From_M0 ⇒ UTIL_SEQ_SetEvt +
    +
    [Calls]
    • >>   LL_C1_IPCC_DisableTransmitChannel +
    • >>   HW_IPCC_ZIGBEE_RecvAppliAckFromM0 +
    +
    [Called By]
    • >>   HW_IPCC_Tx_Handler +
    + +

    HW_IPCC_MM_FreeBufHandler (Thumb, 74 bytes, Stack size 32 bytes, hw_ipcc.o(.text.HW_IPCC_MM_FreeBufHandler)) +

    [Stack]

    • Max Depth = 40
    • Call Chain = HW_IPCC_MM_FreeBufHandler ⇒ LL_C1_IPCC_SetFlag_CHx +
    +
    [Calls]
    • >>   LL_C1_IPCC_SetFlag_CHx +
    • >>   LL_C1_IPCC_DisableTransmitChannel +
    +
    [Called By]
    • >>   HW_IPCC_Tx_Handler +
    + +

    HW_IPCC_BLE_AclDataEvtHandler (Thumb, 54 bytes, Stack size 24 bytes, hw_ipcc.o(.text.HW_IPCC_BLE_AclDataEvtHandler)) +

    [Stack]

    • Max Depth = 68
    • Call Chain = HW_IPCC_BLE_AclDataEvtHandler ⇒ HW_IPCC_BLE_AclDataAckNot ⇒ OutputDbgTrace +
    +
    [Calls]
    • >>   LL_C1_IPCC_DisableTransmitChannel +
    • >>   HW_IPCC_BLE_AclDataAckNot +
    +
    [Called By]
    • >>   HW_IPCC_Tx_Handler +
    + +

    LL_C1_IPCC_DisableTransmitChannel (Thumb, 22 bytes, Stack size 8 bytes, hw_ipcc.o(.text.LL_C1_IPCC_DisableTransmitChannel)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = LL_C1_IPCC_DisableTransmitChannel +
    +
    [Called By]
    • >>   HW_IPCC_BLE_AclDataEvtHandler +
    • >>   HW_IPCC_MM_FreeBufHandler +
    • >>   HW_IPCC_ZIGBEE_CmdEvtHandler +
    • >>   HW_IPCC_SYS_CmdEvtHandler +
    + +

    LL_C1_IPCC_SetFlag_CHx (Thumb, 18 bytes, Stack size 8 bytes, hw_ipcc.o(.text.LL_C1_IPCC_SetFlag_CHx)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = LL_C1_IPCC_SetFlag_CHx +
    +
    [Called By]
    • >>   HW_IPCC_MM_SendFreeBuf +
    • >>   HW_IPCC_ZIGBEE_SendM4RequestToM0 +
    • >>   HW_IPCC_SYS_SendCmd +
    • >>   HW_IPCC_MM_FreeBufHandler +
    + +

    LL_C2_AHB3_GRP1_EnableClock (Thumb, 34 bytes, Stack size 8 bytes, hw_ipcc.o(.text.LL_C2_AHB3_GRP1_EnableClock)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = LL_C2_AHB3_GRP1_EnableClock +
    +
    [Called By]
    • >>   HW_IPCC_Enable +
    + +

    LL_EXTI_EnableRisingTrig_32_63 (Thumb, 24 bytes, Stack size 4 bytes, hw_ipcc.o(.text.LL_EXTI_EnableRisingTrig_32_63)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_EXTI_EnableRisingTrig_32_63 +
    +
    [Called By]
    • >>   HW_IPCC_Enable +
    + +

    LL_C2_EXTI_EnableEvent_32_63 (Thumb, 24 bytes, Stack size 4 bytes, hw_ipcc.o(.text.LL_C2_EXTI_EnableEvent_32_63)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_C2_EXTI_EnableEvent_32_63 +
    +
    [Called By]
    • >>   HW_IPCC_Enable +
    + +

    LL_PWR_EnableBootC2 (Thumb, 18 bytes, Stack size 0 bytes, hw_ipcc.o(.text.LL_PWR_EnableBootC2)) +

    [Called By]

    • >>   HW_IPCC_Enable +
    + +

    LL_AHB3_GRP1_EnableClock (Thumb, 32 bytes, Stack size 8 bytes, hw_ipcc.o(.text.LL_AHB3_GRP1_EnableClock)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = LL_AHB3_GRP1_EnableClock +
    +
    [Called By]
    • >>   HW_IPCC_Init +
    + +

    LL_C1_IPCC_EnableIT_RXO (Thumb, 18 bytes, Stack size 4 bytes, hw_ipcc.o(.text.LL_C1_IPCC_EnableIT_RXO)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_C1_IPCC_EnableIT_RXO +
    +
    [Called By]
    • >>   HW_IPCC_Init +
    + +

    LL_C1_IPCC_EnableIT_TXF (Thumb, 18 bytes, Stack size 4 bytes, hw_ipcc.o(.text.LL_C1_IPCC_EnableIT_TXF)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_C1_IPCC_EnableIT_TXF +
    +
    [Called By]
    • >>   HW_IPCC_Init +
    + +

    LL_C1_IPCC_EnableReceiveChannel (Thumb, 20 bytes, Stack size 8 bytes, hw_ipcc.o(.text.LL_C1_IPCC_EnableReceiveChannel)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = LL_C1_IPCC_EnableReceiveChannel +
    +
    [Called By]
    • >>   HW_IPCC_TRACES_Init +
    • >>   HW_IPCC_ZIGBEE_SendM4AckToM0Request +
    • >>   HW_IPCC_ZIGBEE_SendM4AckToM0Notify +
    • >>   HW_IPCC_ZIGBEE_Init +
    • >>   HW_IPCC_SYS_Init +
    + +

    LL_C1_IPCC_EnableTransmitChannel (Thumb, 22 bytes, Stack size 8 bytes, hw_ipcc.o(.text.LL_C1_IPCC_EnableTransmitChannel)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = LL_C1_IPCC_EnableTransmitChannel +
    +
    [Called By]
    • >>   HW_IPCC_MM_SendFreeBuf +
    • >>   HW_IPCC_ZIGBEE_SendM4RequestToM0 +
    • >>   HW_IPCC_SYS_SendCmd +
    + +

    App_DebugCopyReportToMasterWatch (Thumb, 64 bytes, Stack size 4 bytes, app_globals.o(.text.App_DebugCopyReportToMasterWatch)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = App_DebugCopyReportToMasterWatch +
    +
    [Called By]
    • >>   App_DebugRefresh +
    • >>   App_MasterAcceptReport +
    + +

    App_DebugCopyReportToSlaveWatch (Thumb, 64 bytes, Stack size 4 bytes, app_globals.o(.text.App_DebugCopyReportToSlaveWatch)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = App_DebugCopyReportToSlaveWatch +
    +
    [Called By]
    • >>   App_DebugOnSlaveReportTx +
    + +

    LL_AHB2_GRP1_EnableClock (Thumb, 32 bytes, Stack size 8 bytes, hardware.o(.text.LL_AHB2_GRP1_EnableClock)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = LL_AHB2_GRP1_EnableClock +
    +
    [Called By]
    • >>   Hardware_Init +
    + +

    Analog_ToPercent (Thumb, 62 bytes, Stack size 8 bytes, slave_inputs.o(.text.Analog_ToPercent)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = Analog_ToPercent +
    +
    [Called By]
    • >>   SlaveInputs_Process +
    • >>   SlaveInputs_Init +
    + +

    ZigbeeApp_UpdateStatusLed (Thumb, 284 bytes, Stack size 32 bytes, zigbee_app.o(.text.ZigbeeApp_UpdateStatusLed)) +

    [Stack]

    • Max Depth = 56
    • Call Chain = ZigbeeApp_UpdateStatusLed ⇒ Hardware_SetRoleLed ⇒ HAL_GPIO_WritePin +
    +
    [Calls]
    • >>   Hardware_SetRoleLed +
    +
    [Called By]
    • >>   ZigbeeApp_Process +
    • >>   ZigbeeApp_Init +
    + +

    ZigbeeApp_UpdateRoleFromSwitch (Thumb, 86 bytes, Stack size 16 bytes, zigbee_app.o(.text.ZigbeeApp_UpdateRoleFromSwitch)) +

    [Stack]

    • Max Depth = 36
    • Call Chain = ZigbeeApp_UpdateRoleFromSwitch ⇒ App_DebugRefresh ⇒ App_DebugCopyReportToMasterWatch +
    +
    [Calls]
    • >>   ZigbeePort_Init +
    • >>   Hardware_ReadRoleSwitchIsMaster +
    • >>   App_DebugRefresh +
    • >>   App_SetRole +
    +
    [Called By]
    • >>   ZigbeeApp_Process +
    + +

    LL_AHB2_GRP1_EnableClock (Thumb, 32 bytes, Stack size 8 bytes, stm32wbxx_nucleo.o(.text.LL_AHB2_GRP1_EnableClock)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = LL_AHB2_GRP1_EnableClock +
    +
    [Called By]
    • >>   BSP_PB_Init +
    • >>   BSP_LED_Init +
    + +

    LL_RCC_MSI_Enable (Thumb, 14 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_MSI_Enable)) +

    [Called By]

    • >>   HAL_RCC_OscConfig +
    + +

    LL_RCC_MSI_IsReady (Thumb, 12 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_MSI_IsReady)) +

    [Called By]

    • >>   HAL_RCC_ClockConfig +
    • >>   HAL_RCC_OscConfig +
    + +

    LL_RCC_MSI_SetRange (Thumb, 24 bytes, Stack size 4 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_MSI_SetRange)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_RCC_MSI_SetRange +
    +
    [Called By]
    • >>   HAL_RCC_OscConfig +
    + +

    LL_RCC_MSI_SetCalibTrimming (Thumb, 28 bytes, Stack size 4 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_MSI_SetCalibTrimming)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_RCC_MSI_SetCalibTrimming +
    +
    [Called By]
    • >>   HAL_RCC_OscConfig +
    + +

    LL_RCC_HSI_SetCalibTrimming (Thumb, 28 bytes, Stack size 4 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_HSI_SetCalibTrimming)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_RCC_HSI_SetCalibTrimming +
    +
    [Called By]
    • >>   HAL_RCC_OscConfig +
    + +

    LL_RCC_PLL_IsReady (Thumb, 12 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_PLL_IsReady)) +

    [Called By]

    • >>   HAL_RCC_ClockConfig +
    + +

    LL_RCC_GetSysClkSource (Thumb, 14 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_GetSysClkSource)) +

    [Called By]

    • >>   HAL_RCC_ClockConfig +
    • >>   HAL_RCC_OscConfig +
    • >>   HAL_RCC_GetSysClockFreq +
    + +

    LL_RCC_PLL_GetMainSource (Thumb, 14 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_PLL_GetMainSource)) +

    [Called By]

    • >>   HAL_RCC_OscConfig +
    • >>   HAL_RCC_GetSysClockFreq +
    + +

    LL_RCC_MSI_GetRange (Thumb, 34 bytes, Stack size 4 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_MSI_GetRange)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_RCC_MSI_GetRange +
    +
    [Called By]
    • >>   HAL_RCC_OscConfig +
    • >>   HAL_RCC_GetSysClockFreq +
    + +

    RCC_SetFlashLatencyFromMSIRange (Thumb, 118 bytes, Stack size 32 bytes, stm32wbxx_hal_rcc.o(.text.RCC_SetFlashLatencyFromMSIRange)) +

    [Stack]

    • Max Depth = 112
    • Call Chain = RCC_SetFlashLatencyFromMSIRange ⇒ RCC_SetFlashLatency +
    +
    [Calls]
    • >>   HAL_PWREx_GetVoltageRange +
    • >>   RCC_SetFlashLatency +
    • >>   LL_RCC_GetAHB4Prescaler +
    +
    [Called By]
    • >>   HAL_RCC_OscConfig +
    + +

    LL_RCC_MSI_Disable (Thumb, 14 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_MSI_Disable)) +

    [Called By]

    • >>   HAL_RCC_OscConfig +
    + +

    LL_RCC_HSE_Enable (Thumb, 14 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_HSE_Enable)) +

    [Called By]

    • >>   HAL_RCC_OscConfig +
    + +

    LL_RCC_HSE_Disable (Thumb, 14 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_HSE_Disable)) +

    [Called By]

    • >>   HAL_RCC_OscConfig +
    + +

    LL_RCC_HSE_IsReady (Thumb, 12 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_HSE_IsReady)) +

    [Called By]

    • >>   HAL_RCC_ClockConfig +
    • >>   HAL_RCC_OscConfig +
    + +

    LL_RCC_HSI_Enable (Thumb, 14 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_HSI_Enable)) +

    [Called By]

    • >>   HAL_RCC_OscConfig +
    + +

    LL_RCC_HSI_IsReady (Thumb, 12 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_HSI_IsReady)) +

    [Called By]

    • >>   HAL_RCC_ClockConfig +
    • >>   HAL_RCC_OscConfig +
    + +

    LL_RCC_HSI_Disable (Thumb, 14 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_HSI_Disable)) +

    [Called By]

    • >>   HAL_RCC_OscConfig +
    + +

    LL_RCC_LSI1_IsReady (Thumb, 14 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_LSI1_IsReady)) +

    [Called By]

    • >>   HAL_RCC_OscConfig +
    + +

    LL_RCC_LSI1_Enable (Thumb, 16 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_LSI1_Enable)) +

    [Called By]

    • >>   HAL_RCC_OscConfig +
    + +

    LL_RCC_LSI2_Enable (Thumb, 16 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_LSI2_Enable)) +

    [Called By]

    • >>   HAL_RCC_OscConfig +
    + +

    LL_RCC_LSI2_IsReady (Thumb, 14 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_LSI2_IsReady)) +

    [Called By]

    • >>   HAL_RCC_OscConfig +
    + +

    LL_RCC_LSI2_SetTrimming (Thumb, 28 bytes, Stack size 4 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_LSI2_SetTrimming)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_RCC_LSI2_SetTrimming +
    +
    [Called By]
    • >>   HAL_RCC_OscConfig +
    + +

    LL_RCC_LSI1_Disable (Thumb, 16 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_LSI1_Disable)) +

    [Called By]

    • >>   HAL_RCC_OscConfig +
    + +

    LL_RCC_LSI2_Disable (Thumb, 16 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_LSI2_Disable)) +

    [Called By]

    • >>   HAL_RCC_OscConfig +
    + +

    LL_RCC_LSE_Enable (Thumb, 16 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_LSE_Enable)) +

    [Called By]

    • >>   HAL_RCC_OscConfig +
    + +

    LL_RCC_LSE_EnableBypass (Thumb, 16 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_LSE_EnableBypass)) +

    [Called By]

    • >>   HAL_RCC_OscConfig +
    + +

    LL_RCC_LSE_Disable (Thumb, 16 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_LSE_Disable)) +

    [Called By]

    • >>   HAL_RCC_OscConfig +
    + +

    LL_RCC_LSE_DisableBypass (Thumb, 16 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_LSE_DisableBypass)) +

    [Called By]

    • >>   HAL_RCC_OscConfig +
    + +

    LL_RCC_LSE_IsReady (Thumb, 14 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_LSE_IsReady)) +

    [Called By]

    • >>   HAL_RCC_OscConfig +
    + +

    LL_RCC_HSI48_Enable (Thumb, 16 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_HSI48_Enable)) +

    [Called By]

    • >>   HAL_RCC_OscConfig +
    + +

    LL_RCC_HSI48_IsReady (Thumb, 14 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_HSI48_IsReady)) +

    [Called By]

    • >>   HAL_RCC_OscConfig +
    + +

    LL_RCC_HSI48_Disable (Thumb, 16 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_HSI48_Disable)) +

    [Called By]

    • >>   HAL_RCC_OscConfig +
    + +

    LL_RCC_PLL_Disable (Thumb, 14 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_PLL_Disable)) +

    [Called By]

    • >>   HAL_RCC_OscConfig +
    + +

    LL_RCC_PLL_Enable (Thumb, 14 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_PLL_Enable)) +

    [Called By]

    • >>   HAL_RCC_OscConfig +
    + +

    LL_RCC_GetAHB4Prescaler (Thumb, 18 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_GetAHB4Prescaler)) +

    [Called By]

    • >>   RCC_SetFlashLatencyFromMSIRange +
    + +

    RCC_SetFlashLatency (Thumb, 262 bytes, Stack size 80 bytes, stm32wbxx_hal_rcc.o(.text.RCC_SetFlashLatency)) +

    [Stack]

    • Max Depth = 80
    • Call Chain = RCC_SetFlashLatency +
    +
    [Calls]
    • >>   HAL_GetTick +
    +
    [Called By]
    • >>   RCC_SetFlashLatencyFromMSIRange +
    + +

    LL_RCC_GetAHBPrescaler (Thumb, 14 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_GetAHBPrescaler)) +

    [Called By]

    • >>   HAL_RCC_GetHCLKFreq +
    + +

    LL_RCC_SetAHBPrescaler (Thumb, 26 bytes, Stack size 4 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_SetAHBPrescaler)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_RCC_SetAHBPrescaler +
    +
    [Called By]
    • >>   HAL_RCC_ClockConfig +
    + +

    LL_RCC_IsActiveFlag_HPRE (Thumb, 14 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_IsActiveFlag_HPRE)) +

    [Called By]

    • >>   HAL_RCC_ClockConfig +
    + +

    LL_C2_RCC_SetAHBPrescaler (Thumb, 28 bytes, Stack size 4 bytes, stm32wbxx_hal_rcc.o(.text.LL_C2_RCC_SetAHBPrescaler)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_C2_RCC_SetAHBPrescaler +
    +
    [Called By]
    • >>   HAL_RCC_ClockConfig +
    + +

    LL_RCC_IsActiveFlag_C2HPRE (Thumb, 16 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_IsActiveFlag_C2HPRE)) +

    [Called By]

    • >>   HAL_RCC_ClockConfig +
    + +

    LL_RCC_SetAHB4Prescaler (Thumb, 30 bytes, Stack size 4 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_SetAHB4Prescaler)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_RCC_SetAHB4Prescaler +
    +
    [Called By]
    • >>   HAL_RCC_ClockConfig +
    + +

    LL_RCC_IsActiveFlag_SHDHPRE (Thumb, 16 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_IsActiveFlag_SHDHPRE)) +

    [Called By]

    • >>   HAL_RCC_ClockConfig +
    + +

    LL_RCC_SetAPB1Prescaler (Thumb, 26 bytes, Stack size 4 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_SetAPB1Prescaler)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_RCC_SetAPB1Prescaler +
    +
    [Called By]
    • >>   HAL_RCC_ClockConfig +
    + +

    LL_RCC_IsActiveFlag_PPRE1 (Thumb, 14 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_IsActiveFlag_PPRE1)) +

    [Called By]

    • >>   HAL_RCC_ClockConfig +
    + +

    LL_RCC_SetAPB2Prescaler (Thumb, 26 bytes, Stack size 4 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_SetAPB2Prescaler)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_RCC_SetAPB2Prescaler +
    +
    [Called By]
    • >>   HAL_RCC_ClockConfig +
    + +

    LL_RCC_IsActiveFlag_PPRE2 (Thumb, 14 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_IsActiveFlag_PPRE2)) +

    [Called By]

    • >>   HAL_RCC_ClockConfig +
    + +

    LL_RCC_SetSysClkSource (Thumb, 26 bytes, Stack size 4 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_SetSysClkSource)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_RCC_SetSysClkSource +
    +
    [Called By]
    • >>   HAL_RCC_ClockConfig +
    + +

    LL_RCC_HSE_IsEnabledDiv2 (Thumb, 12 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_HSE_IsEnabledDiv2)) +

    [Called By]

    • >>   HAL_RCC_GetSysClockFreq +
    + +

    LL_RCC_PLL_GetN (Thumb, 14 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_PLL_GetN)) +

    [Called By]

    • >>   HAL_RCC_GetSysClockFreq +
    + +

    LL_RCC_PLL_GetDivider (Thumb, 14 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_PLL_GetDivider)) +

    [Called By]

    • >>   HAL_RCC_GetSysClockFreq +
    + +

    LL_RCC_PLL_GetR (Thumb, 14 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_PLL_GetR)) +

    [Called By]

    • >>   HAL_RCC_GetSysClockFreq +
    + +

    LL_RCC_GetAPB1Prescaler (Thumb, 14 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_GetAPB1Prescaler)) +

    [Called By]

    • >>   HAL_RCC_GetPCLK1Freq +
    + +

    LL_RCC_GetAPB2Prescaler (Thumb, 14 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc.o(.text.LL_RCC_GetAPB2Prescaler)) +

    [Called By]

    • >>   HAL_RCC_GetPCLK2Freq +
    + +

    RCCEx_PLLSAI1_ConfigNP (Thumb, 182 bytes, Stack size 24 bytes, stm32wbxx_hal_rcc_ex.o(.text.RCCEx_PLLSAI1_ConfigNP)) +

    [Stack]

    • Max Depth = 24
    • Call Chain = RCCEx_PLLSAI1_ConfigNP +
    +
    [Calls]
    • >>   HAL_GetTick +
    • >>   LL_RCC_PLLSAI1_Enable +
    • >>   LL_RCC_PLLSAI1_IsReady +
    • >>   LL_RCC_PLLSAI1_Disable +
    +
    [Called By]
    • >>   HAL_RCCEx_PeriphCLKConfig +
    + +

    LL_RCC_SetSAIClockSource (Thumb, 26 bytes, Stack size 4 bytes, stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetSAIClockSource)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_RCC_SetSAIClockSource +
    +
    [Called By]
    • >>   HAL_RCCEx_PeriphCLKConfig +
    + +

    LL_RCC_GetRTCClockSource (Thumb, 14 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetRTCClockSource)) +

    [Called By]

    • >>   HAL_RCCEx_PeriphCLKConfig +
    + +

    LL_RCC_SetRTCClockSource (Thumb, 26 bytes, Stack size 4 bytes, stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetRTCClockSource)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_RCC_SetRTCClockSource +
    +
    [Called By]
    • >>   HAL_RCCEx_PeriphCLKConfig +
    + +

    LL_RCC_ForceBackupDomainReset (Thumb, 16 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_ForceBackupDomainReset)) +

    [Called By]

    • >>   HAL_RCCEx_PeriphCLKConfig +
    + +

    LL_RCC_ReleaseBackupDomainReset (Thumb, 16 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_ReleaseBackupDomainReset)) +

    [Called By]

    • >>   HAL_RCCEx_PeriphCLKConfig +
    + +

    LL_RCC_LSE_IsEnabled (Thumb, 14 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_LSE_IsEnabled)) +

    [Called By]

    • >>   HAL_RCCEx_PeriphCLKConfig +
    + +

    LL_RCC_LSE_IsReady (Thumb, 14 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_LSE_IsReady)) +

    [Called By]

    • >>   HAL_RCCEx_PeriphCLKConfig +
    + +

    LL_RCC_SetUSARTClockSource (Thumb, 26 bytes, Stack size 4 bytes, stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetUSARTClockSource)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_RCC_SetUSARTClockSource +
    +
    [Called By]
    • >>   HAL_RCCEx_PeriphCLKConfig +
    + +

    LL_RCC_SetLPUARTClockSource (Thumb, 26 bytes, Stack size 4 bytes, stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetLPUARTClockSource)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_RCC_SetLPUARTClockSource +
    +
    [Called By]
    • >>   HAL_RCCEx_PeriphCLKConfig +
    + +

    LL_RCC_SetLPTIMClockSource (Thumb, 34 bytes, Stack size 4 bytes, stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetLPTIMClockSource)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_RCC_SetLPTIMClockSource +
    +
    [Called By]
    • >>   HAL_RCCEx_PeriphCLKConfig +
    + +

    LL_RCC_SetI2CClockSource (Thumb, 38 bytes, Stack size 4 bytes, stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetI2CClockSource)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_RCC_SetI2CClockSource +
    +
    [Called By]
    • >>   HAL_RCCEx_PeriphCLKConfig +
    + +

    LL_RCC_SetUSBClockSource (Thumb, 16 bytes, Stack size 16 bytes, stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetUSBClockSource)) +

    [Stack]

    • Max Depth = 20
    • Call Chain = LL_RCC_SetUSBClockSource ⇒ LL_RCC_SetCLK48ClockSource +
    +
    [Calls]
    • >>   LL_RCC_SetCLK48ClockSource +
    +
    [Called By]
    • >>   HAL_RCCEx_PeriphCLKConfig +
    + +

    RCCEx_PLLSAI1_ConfigNQ (Thumb, 182 bytes, Stack size 24 bytes, stm32wbxx_hal_rcc_ex.o(.text.RCCEx_PLLSAI1_ConfigNQ)) +

    [Stack]

    • Max Depth = 24
    • Call Chain = RCCEx_PLLSAI1_ConfigNQ +
    +
    [Calls]
    • >>   HAL_GetTick +
    • >>   LL_RCC_PLLSAI1_Enable +
    • >>   LL_RCC_PLLSAI1_IsReady +
    • >>   LL_RCC_PLLSAI1_Disable +
    +
    [Called By]
    • >>   HAL_RCCEx_PeriphCLKConfig +
    + +

    LL_RCC_SetRNGClockSource (Thumb, 26 bytes, Stack size 4 bytes, stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetRNGClockSource)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_RCC_SetRNGClockSource +
    +
    [Called By]
    • >>   HAL_RCCEx_PeriphCLKConfig +
    + +

    LL_RCC_SetCLK48ClockSource (Thumb, 26 bytes, Stack size 4 bytes, stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetCLK48ClockSource)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_RCC_SetCLK48ClockSource +
    +
    [Called By]
    • >>   HAL_RCCEx_PeriphCLKConfig +
    • >>   LL_RCC_SetUSBClockSource +
    + +

    LL_RCC_SetADCClockSource (Thumb, 26 bytes, Stack size 4 bytes, stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetADCClockSource)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_RCC_SetADCClockSource +
    +
    [Called By]
    • >>   HAL_RCCEx_PeriphCLKConfig +
    + +

    RCCEx_PLLSAI1_ConfigNR (Thumb, 182 bytes, Stack size 24 bytes, stm32wbxx_hal_rcc_ex.o(.text.RCCEx_PLLSAI1_ConfigNR)) +

    [Stack]

    • Max Depth = 24
    • Call Chain = RCCEx_PLLSAI1_ConfigNR +
    +
    [Calls]
    • >>   HAL_GetTick +
    • >>   LL_RCC_PLLSAI1_Enable +
    • >>   LL_RCC_PLLSAI1_IsReady +
    • >>   LL_RCC_PLLSAI1_Disable +
    +
    [Called By]
    • >>   HAL_RCCEx_PeriphCLKConfig +
    + +

    LL_RCC_SetRFWKPClockSource (Thumb, 26 bytes, Stack size 4 bytes, stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetRFWKPClockSource)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_RCC_SetRFWKPClockSource +
    +
    [Called By]
    • >>   HAL_RCCEx_PeriphCLKConfig +
    + +

    LL_RCC_SetSMPSPrescaler (Thumb, 26 bytes, Stack size 4 bytes, stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetSMPSPrescaler)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_RCC_SetSMPSPrescaler +
    +
    [Called By]
    • >>   HAL_RCCEx_PeriphCLKConfig +
    + +

    LL_RCC_SetSMPSClockSource (Thumb, 26 bytes, Stack size 4 bytes, stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetSMPSClockSource)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_RCC_SetSMPSClockSource +
    +
    [Called By]
    • >>   HAL_RCCEx_PeriphCLKConfig +
    + +

    LL_RCC_PLLSAI1_Disable (Thumb, 14 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_Disable)) +

    [Called By]

    • >>   RCCEx_PLLSAI1_ConfigNR +
    • >>   RCCEx_PLLSAI1_ConfigNQ +
    • >>   RCCEx_PLLSAI1_ConfigNP +
    + +

    LL_RCC_PLLSAI1_IsReady (Thumb, 12 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_IsReady)) +

    [Called By]

    • >>   RCCEx_PLLSAI1_ConfigNR +
    • >>   RCCEx_PLLSAI1_ConfigNQ +
    • >>   RCCEx_PLLSAI1_ConfigNP +
    + +

    LL_RCC_PLLSAI1_Enable (Thumb, 14 bytes, Stack size 0 bytes, stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_Enable)) +

    [Called By]

    • >>   RCCEx_PLLSAI1_ConfigNR +
    • >>   RCCEx_PLLSAI1_ConfigNQ +
    • >>   RCCEx_PLLSAI1_ConfigNP +
    + +

    DMA_CalcDMAMUXChannelBaseAndMask (Thumb, 118 bytes, Stack size 8 bytes, stm32wbxx_hal_dma.o(.text.DMA_CalcDMAMUXChannelBaseAndMask)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = DMA_CalcDMAMUXChannelBaseAndMask +
    +
    [Called By]
    • >>   HAL_DMA_Init +
    + +

    DMA_CalcDMAMUXRequestGenBaseAndMask (Thumb, 64 bytes, Stack size 8 bytes, stm32wbxx_hal_dma.o(.text.DMA_CalcDMAMUXRequestGenBaseAndMask)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = DMA_CalcDMAMUXRequestGenBaseAndMask +
    +
    [Called By]
    • >>   HAL_DMA_Init +
    + +

    DMA_SetConfig (Thumb, 110 bytes, Stack size 16 bytes, stm32wbxx_hal_dma.o(.text.DMA_SetConfig)) +

    [Stack]

    • Max Depth = 16
    • Call Chain = DMA_SetConfig +
    +
    [Called By]
    • >>   HAL_DMA_Start_IT +
    + +

    LL_EXTI_ReadFlag_0_31 (Thumb, 22 bytes, Stack size 4 bytes, stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_ReadFlag_0_31)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_EXTI_ReadFlag_0_31 +
    +
    [Called By]
    • >>   HAL_PWREx_PVD_PVM_IRQHandler +
    + +

    LL_EXTI_ClearFlag_0_31 (Thumb, 20 bytes, Stack size 4 bytes, stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_ClearFlag_0_31)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_EXTI_ClearFlag_0_31 +
    +
    [Called By]
    • >>   HAL_PWREx_PVD_PVM_IRQHandler +
    + +

    LL_EXTI_ReadFlag_32_63 (Thumb, 22 bytes, Stack size 4 bytes, stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_ReadFlag_32_63)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_EXTI_ReadFlag_32_63 +
    +
    [Called By]
    • >>   HAL_PWREx_PVD_PVM_IRQHandler +
    + +

    LL_EXTI_ClearFlag_32_63 (Thumb, 20 bytes, Stack size 4 bytes, stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_ClearFlag_32_63)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_EXTI_ClearFlag_32_63 +
    +
    [Called By]
    • >>   HAL_PWREx_PVD_PVM_IRQHandler +
    + +

    __NVIC_SetPriorityGrouping (Thumb, 60 bytes, Stack size 12 bytes, stm32wbxx_hal_cortex.o(.text.__NVIC_SetPriorityGrouping)) +

    [Stack]

    • Max Depth = 12
    • Call Chain = __NVIC_SetPriorityGrouping +
    +
    [Called By]
    • >>   HAL_NVIC_SetPriorityGrouping +
    + +

    __NVIC_GetPriorityGrouping (Thumb, 16 bytes, Stack size 0 bytes, stm32wbxx_hal_cortex.o(.text.__NVIC_GetPriorityGrouping)) +

    [Called By]

    • >>   HAL_NVIC_SetPriority +
    + +

    NVIC_EncodePriority (Thumb, 108 bytes, Stack size 32 bytes, stm32wbxx_hal_cortex.o(.text.NVIC_EncodePriority)) +

    [Stack]

    • Max Depth = 32
    • Call Chain = NVIC_EncodePriority +
    +
    [Called By]
    • >>   HAL_NVIC_SetPriority +
    + +

    __NVIC_SetPriority (Thumb, 66 bytes, Stack size 8 bytes, stm32wbxx_hal_cortex.o(.text.__NVIC_SetPriority)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = __NVIC_SetPriority +
    +
    [Called By]
    • >>   HAL_NVIC_SetPriority +
    • >>   SysTick_Config +
    + +

    __NVIC_EnableIRQ (Thumb, 48 bytes, Stack size 4 bytes, stm32wbxx_hal_cortex.o(.text.__NVIC_EnableIRQ)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = __NVIC_EnableIRQ +
    +
    [Called By]
    • >>   HAL_NVIC_EnableIRQ +
    + +

    __NVIC_DisableIRQ (Thumb, 56 bytes, Stack size 4 bytes, stm32wbxx_hal_cortex.o(.text.__NVIC_DisableIRQ)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = __NVIC_DisableIRQ +
    +
    [Called By]
    • >>   HAL_NVIC_DisableIRQ +
    + +

    __NVIC_SystemReset (Thumb, 38 bytes, Stack size 0 bytes, stm32wbxx_hal_cortex.o(.text.__NVIC_SystemReset)) +

    [Called By]

    • >>   HAL_NVIC_SystemReset +
    + +

    SysTick_Config (Thumb, 82 bytes, Stack size 16 bytes, stm32wbxx_hal_cortex.o(.text.SysTick_Config)) +

    [Stack]

    • Max Depth = 24
    • Call Chain = SysTick_Config ⇒ __NVIC_SetPriority +
    +
    [Calls]
    • >>   __NVIC_SetPriority +
    +
    [Called By]
    • >>   HAL_SYSTICK_Config +
    + +

    __NVIC_SetPendingIRQ (Thumb, 48 bytes, Stack size 4 bytes, stm32wbxx_hal_cortex.o(.text.__NVIC_SetPendingIRQ)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = __NVIC_SetPendingIRQ +
    +
    [Called By]
    • >>   HAL_NVIC_SetPendingIRQ +
    + +

    __NVIC_ClearPendingIRQ (Thumb, 48 bytes, Stack size 4 bytes, stm32wbxx_hal_cortex.o(.text.__NVIC_ClearPendingIRQ)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = __NVIC_ClearPendingIRQ +
    +
    [Called By]
    • >>   HAL_NVIC_ClearPendingIRQ +
    + +

    LL_DBGMCU_EnableDBGSleepMode (Thumb, 18 bytes, Stack size 0 bytes, stm32wbxx_hal.o(.text.LL_DBGMCU_EnableDBGSleepMode)) +

    [Called By]

    • >>   HAL_DBGMCU_EnableDBGSleepMode +
    + +

    LL_RCC_GetUSARTClockSource (Thumb, 20 bytes, Stack size 4 bytes, stm32wbxx_hal_uart.o(.text.LL_RCC_GetUSARTClockSource)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_RCC_GetUSARTClockSource +
    +
    [Called By]
    • >>   UART_SetConfig +
    + +

    LL_RCC_GetLPUARTClockSource (Thumb, 20 bytes, Stack size 4 bytes, stm32wbxx_hal_uart.o(.text.LL_RCC_GetLPUARTClockSource)) +

    [Stack]

    • Max Depth = 4
    • Call Chain = LL_RCC_GetLPUARTClockSource +
    +
    [Called By]
    • >>   UART_SetConfig +
    + +

    UART_EndRxTransfer (Thumb, 158 bytes, Stack size 16 bytes, stm32wbxx_hal_uart.o(.text.UART_EndRxTransfer)) +

    [Stack]

    • Max Depth = 16
    • Call Chain = UART_EndRxTransfer +
    +
    [Called By]
    • >>   HAL_UART_IRQHandler +
    • >>   UART_WaitOnFlagUntilTimeout +
    • >>   UART_DMAError +
    + +

    UART_RxISR_16BIT_FIFOEN (Thumb, 776 bytes, Stack size 64 bytes, stm32wbxx_hal_uart.o(.text.UART_RxISR_16BIT_FIFOEN)) +

    [Stack]

    • Max Depth = 80
    • Call Chain = UART_RxISR_16BIT_FIFOEN ⇒ HAL_UART_RxCpltCallback +
    +
    [Calls]
    • >>   HAL_UART_RxCpltCallback +
    • >>   HAL_UARTEx_RxEventCallback +
    • >>   HAL_UART_ErrorCallback +
    +
    [Address Reference Count : 1]
    • stm32wbxx_hal_uart.o(.text.UART_Start_Receive_IT) +
    +

    UART_RxISR_8BIT_FIFOEN (Thumb, 772 bytes, Stack size 64 bytes, stm32wbxx_hal_uart.o(.text.UART_RxISR_8BIT_FIFOEN)) +

    [Stack]

    • Max Depth = 80
    • Call Chain = UART_RxISR_8BIT_FIFOEN ⇒ HAL_UART_RxCpltCallback +
    +
    [Calls]
    • >>   HAL_UART_RxCpltCallback +
    • >>   HAL_UARTEx_RxEventCallback +
    • >>   HAL_UART_ErrorCallback +
    +
    [Address Reference Count : 1]
    • stm32wbxx_hal_uart.o(.text.UART_Start_Receive_IT) +
    +

    UART_RxISR_16BIT (Thumb, 388 bytes, Stack size 40 bytes, stm32wbxx_hal_uart.o(.text.UART_RxISR_16BIT)) +

    [Stack]

    • Max Depth = 56
    • Call Chain = UART_RxISR_16BIT ⇒ HAL_UART_RxCpltCallback +
    +
    [Calls]
    • >>   HAL_UART_RxCpltCallback +
    • >>   HAL_UARTEx_RxEventCallback +
    +
    [Address Reference Count : 2]
    • stm32wbxx_hal_uart.o(.text.UART_Start_Receive_IT) +
    • stm32wbxx_hal_uart.o(.text.UART_RxISR_16BIT_FIFOEN) +
    +

    UART_RxISR_8BIT (Thumb, 384 bytes, Stack size 32 bytes, stm32wbxx_hal_uart.o(.text.UART_RxISR_8BIT)) +

    [Stack]

    • Max Depth = 48
    • Call Chain = UART_RxISR_8BIT ⇒ HAL_UART_RxCpltCallback +
    +
    [Calls]
    • >>   HAL_UART_RxCpltCallback +
    • >>   HAL_UARTEx_RxEventCallback +
    +
    [Address Reference Count : 2]
    • stm32wbxx_hal_uart.o(.text.UART_Start_Receive_IT) +
    • stm32wbxx_hal_uart.o(.text.UART_RxISR_8BIT_FIFOEN) +
    +

    UART_DMATransmitCplt (Thumb, 124 bytes, Stack size 24 bytes, stm32wbxx_hal_uart.o(.text.UART_DMATransmitCplt)) +

    [Stack]

    • Max Depth = 40
    • Call Chain = UART_DMATransmitCplt ⇒ HAL_UART_TxCpltCallback +
    +
    [Calls]
    • >>   HAL_UART_TxCpltCallback +
    +
    [Address Reference Count : 1]
    • stm32wbxx_hal_uart.o(.text.HAL_UART_Transmit_DMA) +
    +

    UART_DMATxHalfCplt (Thumb, 22 bytes, Stack size 16 bytes, stm32wbxx_hal_uart.o(.text.UART_DMATxHalfCplt)) +

    [Stack]

    • Max Depth = 20
    • Call Chain = UART_DMATxHalfCplt ⇒ HAL_UART_TxHalfCpltCallback +
    +
    [Calls]
    • >>   HAL_UART_TxHalfCpltCallback +
    +
    [Address Reference Count : 1]
    • stm32wbxx_hal_uart.o(.text.HAL_UART_Transmit_DMA) +
    +

    UART_DMAError (Thumb, 128 bytes, Stack size 24 bytes, stm32wbxx_hal_uart.o(.text.UART_DMAError)) +

    [Stack]

    • Max Depth = 40
    • Call Chain = UART_DMAError ⇒ UART_EndRxTransfer +
    +
    [Calls]
    • >>   HAL_UART_ErrorCallback +
    • >>   UART_EndTxTransfer +
    • >>   UART_EndRxTransfer +
    +
    [Address Reference Count : 1]
    • stm32wbxx_hal_uart.o(.text.HAL_UART_Transmit_DMA) +
    +

    UART_EndTxTransfer (Thumb, 92 bytes, Stack size 12 bytes, stm32wbxx_hal_uart.o(.text.UART_EndTxTransfer)) +

    [Stack]

    • Max Depth = 12
    • Call Chain = UART_EndTxTransfer +
    +
    [Called By]
    • >>   UART_DMAError +
    + +

    UART_DMAAbortOnError (Thumb, 30 bytes, Stack size 16 bytes, stm32wbxx_hal_uart.o(.text.UART_DMAAbortOnError)) +

    [Stack]

    • Max Depth = 20
    • Call Chain = UART_DMAAbortOnError ⇒ HAL_UART_ErrorCallback +
    +
    [Calls]
    • >>   HAL_UART_ErrorCallback +
    +
    [Address Reference Count : 1]
    • stm32wbxx_hal_uart.o(.text.HAL_UART_IRQHandler) +
    +

    UART_EndTransmit_IT (Thumb, 68 bytes, Stack size 16 bytes, stm32wbxx_hal_uart.o(.text.UART_EndTransmit_IT)) +

    [Stack]

    • Max Depth = 32
    • Call Chain = UART_EndTransmit_IT ⇒ HAL_UART_TxCpltCallback +
    +
    [Calls]
    • >>   HAL_UART_TxCpltCallback +
    +
    [Called By]
    • >>   HAL_UART_IRQHandler +
    + +

    UARTEx_SetNbDataToProcess (Thumb, 134 bytes, Stack size 8 bytes, stm32wbxx_hal_uart_ex.o(.text.UARTEx_SetNbDataToProcess)) +

    [Stack]

    • Max Depth = 8
    • Call Chain = UARTEx_SetNbDataToProcess +
    +
    [Called By]
    • >>   HAL_UARTEx_SetRxFifoThreshold +
    • >>   HAL_UARTEx_SetTxFifoThreshold +
    + +

    OutputDbgTrace (Thumb, 280 bytes, Stack size 36 bytes, tl_mbox.o(.text.OutputDbgTrace)) +

    [Stack]

    • Max Depth = 36
    • Call Chain = OutputDbgTrace +
    +
    [Called By]
    • >>   TL_MM_EvtDone +
    • >>   HW_IPCC_SYS_EvtNot +
    • >>   HW_IPCC_SYS_CmdEvtNot +
    • >>   TL_SYS_SendCmd +
    • >>   HW_IPCC_BLE_AclDataAckNot +
    • >>   HW_IPCC_BLE_RxEvtNot +
    + +

    SendFreeBuf (Thumb, 60 bytes, Stack size 16 bytes, tl_mbox.o(.text.SendFreeBuf)) +

    [Stack]

    • Max Depth = 68
    • Call Chain = SendFreeBuf ⇒ LST_remove_head ⇒ LST_remove_node +
    +
    [Calls]
    • >>   LST_insert_tail +
    • >>   LST_remove_head +
    • >>   LST_is_empty +
    +
    [Address Reference Count : 1]
    • tl_mbox.o(.text.TL_MM_EvtDone) +
    +

    DbgTrace_TxCpltCallback (Thumb, 116 bytes, Stack size 48 bytes, dbg_trace.o(.text.DbgTrace_TxCpltCallback)) +

    [Stack]

    • Max Depth = 192
    • Call Chain = DbgTrace_TxCpltCallback ⇒ DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   DbgOutputTraces +
    • >>   CircularQueue_Sense +
    • >>   CircularQueue_Remove +
    +
    [Address Reference Count : 2]
    • dbg_trace.o(.text.DbgTrace_TxCpltCallback) +
    • dbg_trace.o(.text.DbgTraceWrite) +
    +

    TlInit (Thumb, 108 bytes, Stack size 32 bytes, shci_tl.o(.text.TlInit)) +

    [Stack]

    • Max Depth = 48
    • Call Chain = TlInit ⇒ Cmd_SetStatus +
    +
    [Calls]
    • >>   Cmd_SetStatus +
    • >>   LST_init_head +
    +
    [Called By]
    • >>   shci_init +
    + +

    Cmd_SetStatus (Thumb, 108 bytes, Stack size 16 bytes, shci_tl.o(.text.Cmd_SetStatus)) +

    [Stack]

    • Max Depth = 16
    • Call Chain = Cmd_SetStatus +
    +
    [Called By]
    • >>   TlInit +
    • >>   shci_send +
    + +

    TlCmdEvtReceived (Thumb, 16 bytes, Stack size 16 bytes, shci_tl.o(.text.TlCmdEvtReceived)) +

    [Stack]

    • Max Depth = 52
    • Call Chain = TlCmdEvtReceived ⇒ shci_cmd_resp_release ⇒ UTIL_SEQ_SetEvt +
    +
    [Calls]
    • >>   shci_cmd_resp_release +
    +
    [Address Reference Count : 1]
    • shci_tl.o(.text.TlInit) +
    +

    TlUserEvtReceived (Thumb, 32 bytes, Stack size 16 bytes, shci_tl.o(.text.TlUserEvtReceived)) +

    [Stack]

    • Max Depth = 56
    • Call Chain = TlUserEvtReceived ⇒ shci_notify_asynch_evt ⇒ UTIL_SEQ_SetTask +
    +
    [Calls]
    • >>   shci_notify_asynch_evt +
    • >>   LST_insert_tail +
    +
    [Address Reference Count : 1]
    • shci_tl.o(.text.TlInit) +
    +

    zb_ipc_m4_memcpy2 (Thumb, 48 bytes, Stack size 16 bytes, zigbee_core_wb.o(.text.zb_ipc_m4_memcpy2)) +

    [Stack]

    • Max Depth = 16
    • Call Chain = zb_ipc_m4_memcpy2 +
    +
    [Called By]
    • >>   ZbInit +
    • >>   Zigbee_CallBackProcessing +
    • >>   zb_ipc_m4_get_retval +
    • >>   ZbExtendedAddress +
    + +

    zb_ipc_m4_get_retval (Thumb, 66 bytes, Stack size 16 bytes, zigbee_core_wb.o(.text.zb_ipc_m4_get_retval)) +

    [Stack]

    • Max Depth = 280
    • Call Chain = zb_ipc_m4_get_retval ⇒ __aeabi_assert ⇒ fputs ⇒ fputc ⇒ DbgTraceWrite ⇒ DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   ZIGBEE_Get_OTCmdRspPayloadBuffer +
    • >>   __aeabi_assert +
    • >>   zb_ipc_m4_memcpy2 +
    +
    [Called By]
    • >>   ZbApsFilterClusterAdd +
    • >>   ZbZclClusterEndpointRegister +
    • >>   ZbApsdeDataReqCallback +
    • >>   ZbStartup +
    • >>   ZbInit +
    • >>   ZbZclClusterBind +
    • >>   ZbZclClusterEndpointRemove +
    • >>   ZbZclGetNextSeqnum +
    • >>   ZbZclDeviceLogCheckAllow +
    • >>   ZbTimerAlloc +
    • >>   ZbMsgFilterRegister +
    + +

    zb_ipc_m4_cb_info_alloc (Thumb, 52 bytes, Stack size 24 bytes, zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc)) +

    [Stack]

    • Max Depth = 44
    • Call Chain = zb_ipc_m4_cb_info_alloc ⇒ malloc +
    +
    [Calls]
    • >>   malloc +
    +
    [Called By]
    • >>   ZbApsdeDataReqCallback +
    • >>   ZbStartup +
    + +

    zb_ipc_m4_cb_info_free (Thumb, 16 bytes, Stack size 16 bytes, zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free)) +

    [Stack]

    • Max Depth = 24
    • Call Chain = zb_ipc_m4_cb_info_free ⇒ free +
    +
    [Calls]
    • >>   free +
    +
    [Called By]
    • >>   ZbApsdeDataReqCallback +
    • >>   ZbStartup +
    • >>   Zigbee_CallBackProcessing +
    + +

    zb_malloc_track (Thumb, 44 bytes, Stack size 12 bytes, zigbee_core_wb.o(.text.zb_malloc_track)) +

    [Stack]

    • Max Depth = 12
    • Call Chain = zb_malloc_track +
    +
    [Called By]
    • >>   Zigbee_M0RequestProcessing +
    + +

    zb_malloc_untrack (Thumb, 42 bytes, Stack size 12 bytes, zigbee_core_wb.o(.text.zb_malloc_untrack)) +

    [Stack]

    • Max Depth = 12
    • Call Chain = zb_malloc_untrack +
    +
    [Called By]
    • >>   Zigbee_M0RequestProcessing +
    + +

    ZbZclHandleReadAttr (Thumb, 434 bytes, Stack size 104 bytes, zcl_command_ind.o(.text.ZbZclHandleReadAttr)) +

    [Stack]

    • Max Depth = 424
    • Call Chain = ZbZclHandleReadAttr ⇒ ZbApsdeDataReqCallback ⇒ zb_ipc_m4_get_retval ⇒ __aeabi_assert ⇒ fputs ⇒ fputc ⇒ DbgTraceWrite ⇒ DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   ZbZclAttrRead +
    • >>   ZbApsdeDataReqCallback +
    • >>   ZbZclAttrParseLength +
    • >>   ZbZclTxOptsFromSecurityStatus +
    • >>   ZbZclClusterInitApsdeReq +
    • >>   putle16 +
    • >>   ZbZclAppendHeader +
    • >>   pletoh16 +
    • >>   ZbZclSendDefaultResponse +
    • >>   zb_heap_free +
    • >>   zb_heap_alloc +
    +
    [Called By]
    • >>   zcl_cluster_data_ind +
    + +

    zcl_persist_handle_set (Thumb, 108 bytes, Stack size 40 bytes, zcl_command_ind.o(.text.zcl_persist_handle_set)) +

    [Stack]

    • Max Depth = 460
    • Call Chain = zcl_persist_handle_set ⇒ ZbZclAttrWrite ⇒ zcl_attr_reporting_check ⇒ ZbNwkGet ⇒ ZbNwkGetIndex ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   ZbZclAttrWrite +
    • >>   pletoh16 +
    +
    [Called By]
    • >>   zcl_cluster_data_ind +
    + +

    onOffServerGetSceneData (Thumb, 54 bytes, Stack size 32 bytes, zcl_onoff_server.o(.text.onOffServerGetSceneData)) +

    [Stack]

    • Max Depth = 80
    • Call Chain = onOffServerGetSceneData ⇒ ZbZclAttrRead +
    +
    [Calls]
    • >>   ZbZclAttrRead +
    • >>   putle16 +
    +
    [Address Reference Count : 1]
    • zcl_onoff_server.o(.text.ZbZclOnOffServerAlloc) +
    +

    onOffServerSetSceneData (Thumb, 32 bytes, Stack size 8 bytes, zcl_onoff_server.o(.text.onOffServerSetSceneData)) +

    [Stack]

    • Max Depth = 492
    • Call Chain = onOffServerSetSceneData ⇒ ZbZclAttrIntegerWrite ⇒ ZbZclAttrWrite ⇒ zcl_attr_reporting_check ⇒ ZbNwkGet ⇒ ZbNwkGetIndex ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   ZbZclAttrIntegerWrite +
    +
    [Address Reference Count : 1]
    • zcl_onoff_server.o(.text.ZbZclOnOffServerAlloc) +
    +

    onOffServerCommand (Thumb, 184 bytes, Stack size 56 bytes, zcl_onoff_server.o(.text.onOffServerCommand)) +

    [Stack]

    • Max Depth = 540
    • Call Chain = onOffServerCommand ⇒ ZbZclAttrIntegerWrite ⇒ ZbZclAttrWrite ⇒ zcl_attr_reporting_check ⇒ ZbNwkGet ⇒ ZbNwkGetIndex ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   ZbZclAttrRead +
    • >>   ZbZclAttrIntegerWrite +
    • >>   ZbZclTxOptsFromSecurityStatus +
    +
    [Address Reference Count : 1]
    • zcl_onoff_server.o(.text.ZbZclOnOffServerAlloc) +
    +

    zcl_reporting_queue_report (Thumb, 126 bytes, Stack size 24 bytes, zcl_attr_report.o(.text.zcl_reporting_queue_report)) +

    [Stack]

    • Max Depth = 648
    • Call Chain = zcl_reporting_queue_report ⇒ zcl_reporting_send_report ⇒ ZbApsdeDataReqCallback ⇒ zb_ipc_m4_get_retval ⇒ __aeabi_assert ⇒ fputs ⇒ fputc ⇒ DbgTraceWrite ⇒ DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   __aeabi_memclr4 +
    • >>   __aeabi_memcpy4 +
    • >>   zcl_reporting_send_report +
    • >>   ZbTimerReset +
    • >>   zb_heap_free +
    • >>   zb_heap_alloc +
    • >>   ZbTimerAlloc +
    +
    [Called By]
    • >>   zcl_cluster_reports_timer +
    + +

    report_command_timer (Thumb, 42 bytes, Stack size 8 bytes, zcl_attr_report.o(.text.report_command_timer)) +

    [Stack]

    • Max Depth = 632
    • Call Chain = report_command_timer ⇒ zcl_reporting_send_report ⇒ ZbApsdeDataReqCallback ⇒ zb_ipc_m4_get_retval ⇒ __aeabi_assert ⇒ fputs ⇒ fputc ⇒ DbgTraceWrite ⇒ DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   zcl_reporting_send_report +
    • >>   ZbTimerFree +
    • >>   zb_heap_free +
    +
    [Address Reference Count : 1]
    • zcl_attr_report.o(.text.zcl_reporting_queue_report) +
    +

    zcl_reporting_send_report (Thumb, 286 bytes, Stack size 304 bytes, zcl_attr_report.o(.text.zcl_reporting_send_report)) +

    [Stack]

    • Max Depth = 624
    • Call Chain = zcl_reporting_send_report ⇒ ZbApsdeDataReqCallback ⇒ zb_ipc_m4_get_retval ⇒ __aeabi_assert ⇒ fputs ⇒ fputc ⇒ DbgTraceWrite ⇒ DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   ZbApsdeDataReqCallback +
    • >>   ZbZclClusterInitApsdeReq +
    • >>   ZbZclAppendHeader +
    • >>   ZbZclGetNextSeqnum +
    • >>   zb_heap_free +
    +
    [Called By]
    • >>   report_command_timer +
    • >>   zcl_reporting_queue_report +
    + +

    zcl_reporting_save_curr_val (Thumb, 234 bytes, Stack size 40 bytes, zcl_attr_report.o(.text.zcl_reporting_save_curr_val)) +

    [Stack]

    • Max Depth = 192
    • Call Chain = zcl_reporting_save_curr_val ⇒ ZbZclParseFloat ⇒ ZbZclFloatLdexp ⇒ __aeabi_dmul ⇒ _double_epilogue ⇒ _double_round +
    +
    [Calls]
    • >>   ZbZclAttrRead +
    • >>   ZbZclAttrIsFloat +
    • >>   ZbZclParseFloat +
    • >>   ZbZclAttrIsAnalog +
    • >>   ZbZclParseInteger +
    • >>   ZbZclAttrParseLength +
    • >>   WpanCrc +
    • >>   zb_heap_free +
    • >>   zb_heap_alloc +
    +
    [Called By]
    • >>   zcl_reporting_create_default_reports +
    • >>   ZbZclHandleConfigReport +
    + +

    zcl_reporting_create_new (Thumb, 282 bytes, Stack size 32 bytes, zcl_attr_report.o(.text.zcl_reporting_create_new)) +

    [Stack]

    • Max Depth = 324
    • Call Chain = zcl_reporting_create_new ⇒ ZbNwkGet ⇒ ZbNwkGetIndex ⇒ ZIGBEE_CmdTransfer ⇒ Wait_Getting_Ack_From_M0 ⇒ UTIL_SEQ_WaitEvt ⇒ UTIL_SEQ_EvtIdle ⇒ UTIL_SEQ_Run ⇒ SEQ_BitPosition +
    +
    [Calls]
    • >>   ZbZclUptime +
    • >>   ZbTimerReset +
    • >>   zb_heap_alloc +
    • >>   ZbNwkGet +
    +
    [Called By]
    • >>   zcl_reporting_create_default_reports +
    • >>   ZbZclHandleConfigReport +
    + +

    zcl_reporting_epsilon_check (Thumb, 208 bytes, Stack size 24 bytes, zcl_attr_report.o(.text.zcl_reporting_epsilon_check)) +

    [Stack]

    • Max Depth = 36
    • Call Chain = zcl_reporting_epsilon_check ⇒ __aeabi_dcmpge +
    +
    [Calls]
    • >>   __aeabi_dcmpge +
    • >>   __aeabi_dcmpeq +
    • >>   __aeabi_dcmplt +
    • >>   ZbZclAttrIsAnalog +
    +
    [Called By]
    • >>   ZbZclHandleConfigReport +
    + +

    zcl_append_report_config_record (Thumb, 576 bytes, Stack size 24 bytes, zcl_attr_report.o(.text.zcl_append_report_config_record)) +

    [Stack]

    • Max Depth = 40
    • Call Chain = zcl_append_report_config_record ⇒ __aeabi_d2iz +
    +
    [Calls]
    • >>   putle56 +
    • >>   putle48 +
    • >>   putle24 +
    • >>   __aeabi_d2uiz +
    • >>   putle40 +
    • >>   __aeabi_d2ulz +
    • >>   __aeabi_d2iz +
    • >>   ZbZclAttrIsFloat +
    • >>   __aeabi_dcmpgt +
    • >>   ZbZclAttrIsAnalog +
    • >>   putle64 +
    • >>   putle32 +
    • >>   ZbZclAttrTypeLength +
    • >>   putle16 +
    +
    [Called By]
    • >>   ZbZclHandleReadReport +
    + +

    zcl_reporting_send_conf (Thumb, 2 bytes, Stack size 0 bytes, zcl_attr_report.o(.text.zcl_reporting_send_conf)) +
    [Address Reference Count : 1]

    • zcl_attr_report.o(.text.zcl_reporting_send_report) +
    +

    zcl_cluster_persist_timer (Thumb, 544 bytes, Stack size 88 bytes, zcl_cluster_init.o(.text.zcl_cluster_persist_timer)) +

    [Stack]

    • Max Depth = 544
    • Call Chain = zcl_cluster_persist_timer ⇒ zcl_persist_send_cache ⇒ ZbApsdeDataReqCallback ⇒ zb_ipc_m4_get_retval ⇒ __aeabi_assert ⇒ fputs ⇒ fputc ⇒ DbgTraceWrite ⇒ DbgOutputTraces ⇒ HW_UART_Transmit_DMA ⇒ HAL_UART_Transmit_DMA ⇒ HAL_DMA_Start_IT ⇒ DMA_SetConfig +
    +
    [Calls]
    • >>   __aeabi_memcpy +
    • >>   zcl_persist_send_cache +
    • >>   ZbZclAttrParseLength +
    • >>   ZbZclAttrCallbackExec +
    • >>   putle16 +
    • >>   zb_heap_free +
    • >>   zb_heap_alloc +
    +
    [Address Reference Count : 1]
    • zcl_cluster_init.o(.text.ZbZclClusterAlloc) +
    +

    zcl_cluster_command_dummy (Thumb, 4 bytes, Stack size 0 bytes, zcl_cluster_init.o(.text.zcl_cluster_command_dummy)) +
    [Address Reference Count : 1]

    • zcl_cluster_init.o(.text.ZbZclClusterAttach) +
    +

    ZbZclFloatLdexp (Thumb, 256 bytes, Stack size 24 bytes, zcl_attr_float.o(.text.ZbZclFloatLdexp)) +

    [Stack]

    • Max Depth = 112
    • Call Chain = ZbZclFloatLdexp ⇒ __aeabi_dmul ⇒ _double_epilogue ⇒ _double_round +
    +
    [Calls]
    • >>   __aeabi_ddiv +
    • >>   __aeabi_dmul +
    • >>   __aeabi_dadd +
    • >>   __aeabi_dcmpeq +
    • >>   __aeabi_ul2d +
    +
    [Called By]
    • >>   ZbZclParseFloat +
    + +

    _fp_digits (Thumb, 366 bytes, Stack size 64 bytes, printfa.o(i._fp_digits), UNUSED) +

    [Calls]

    • >>   __aeabi_cdrcmple +
    • >>   __aeabi_uldivmod +
    • >>   __aeabi_ddiv +
    • >>   __aeabi_dmul +
    • >>   __aeabi_dadd +
    • >>   __aeabi_d2ulz +
    +
    [Called By]
    • >>   _printf_core +
    + +

    _printf_core (Thumb, 1744 bytes, Stack size 136 bytes, printfa.o(i._printf_core), UNUSED) +

    [Calls]

    • >>   __aeabi_uidivmod +
    • >>   _printf_pre_padding +
    • >>   _printf_post_padding +
    • >>   _fp_digits +
    • >>   __aeabi_uldivmod +
    +
    [Called By]
    • >>   __0vsnprintf +
    • >>   __0sprintf +
    • >>   __0snprintf +
    • >>   __0printf +
    + +

    _printf_post_padding (Thumb, 36 bytes, Stack size 24 bytes, printfa.o(i._printf_post_padding), UNUSED) +

    [Called By]

    • >>   _printf_core +
    + +

    _printf_pre_padding (Thumb, 46 bytes, Stack size 24 bytes, printfa.o(i._printf_pre_padding), UNUSED) +

    [Called By]

    • >>   _printf_core +
    + +

    _snputc (Thumb, 22 bytes, Stack size 0 bytes, printfa.o(i._snputc)) +
    [Address Reference Count : 2]

    • printfa.o(i.__0snprintf) +
    • printfa.o(i.__0vsnprintf) +
    +

    _sputc (Thumb, 10 bytes, Stack size 0 bytes, printfa.o(i._sputc)) +

    [Called By]

    • >>   __0sprintf +
    +
    [Address Reference Count : 1]
    • printfa.o(i.__0sprintf) +

    +

    +Undefined Global Symbols +


    diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/Zigbee_OnOff_Server_Coord.lnp b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/Zigbee_OnOff_Server_Coord.lnp new file mode 100644 index 0000000..2e0aa0a --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/Zigbee_OnOff_Server_Coord.lnp @@ -0,0 +1,59 @@ +--cpu=Cortex-M4.fp.sp +".\zigbee_onoff_server_coord\exe\startup_stm32wb55xx_cm4.o" +".\zigbee_onoff_server_coord\exe\main.o" +".\zigbee_onoff_server_coord\exe\app_entry.o" +".\zigbee_onoff_server_coord\exe\hw_timerserver.o" +".\zigbee_onoff_server_coord\exe\hw_uart.o" +".\zigbee_onoff_server_coord\exe\stm32_lpm_if.o" +".\zigbee_onoff_server_coord\exe\stm_logging.o" +".\zigbee_onoff_server_coord\exe\stm32wbxx_it.o" +".\zigbee_onoff_server_coord\exe\stm32wbxx_hal_msp.o" +".\zigbee_onoff_server_coord\exe\app_zigbee.o" +".\zigbee_onoff_server_coord\exe\hw_ipcc.o" +".\zigbee_onoff_server_coord\exe\app_globals.o" +".\zigbee_onoff_server_coord\exe\hardware.o" +".\zigbee_onoff_server_coord\exe\slave_inputs.o" +".\zigbee_onoff_server_coord\exe\zigbee_app.o" +".\zigbee_onoff_server_coord\exe\zigbee_port.o" +".\zigbee_onoff_server_coord\exe\stm32wbxx_nucleo.o" +".\zigbee_onoff_server_coord\exe\stm32wbxx_hal_hsem.o" +".\zigbee_onoff_server_coord\exe\stm32wbxx_hal_rcc.o" +".\zigbee_onoff_server_coord\exe\stm32wbxx_ll_rcc.o" +".\zigbee_onoff_server_coord\exe\stm32wbxx_hal_rcc_ex.o" +".\zigbee_onoff_server_coord\exe\stm32wbxx_hal_flash.o" +".\zigbee_onoff_server_coord\exe\stm32wbxx_hal_flash_ex.o" +".\zigbee_onoff_server_coord\exe\stm32wbxx_hal_gpio.o" +".\zigbee_onoff_server_coord\exe\stm32wbxx_hal_dma.o" +".\zigbee_onoff_server_coord\exe\stm32wbxx_hal_dma_ex.o" +".\zigbee_onoff_server_coord\exe\stm32wbxx_hal_pwr.o" +".\zigbee_onoff_server_coord\exe\stm32wbxx_hal_pwr_ex.o" +".\zigbee_onoff_server_coord\exe\stm32wbxx_hal_cortex.o" +".\zigbee_onoff_server_coord\exe\stm32wbxx_hal.o" +".\zigbee_onoff_server_coord\exe\stm32wbxx_hal_exti.o" +".\zigbee_onoff_server_coord\exe\stm32wbxx_hal_ipcc.o" +".\zigbee_onoff_server_coord\exe\stm32wbxx_hal_uart.o" +".\zigbee_onoff_server_coord\exe\stm32wbxx_hal_uart_ex.o" +".\zigbee_onoff_server_coord\exe\stm32wbxx_hal_rtc.o" +".\zigbee_onoff_server_coord\exe\stm32wbxx_hal_rtc_ex.o" +".\zigbee_onoff_server_coord\exe\stm32wbxx_hal_tim.o" +".\zigbee_onoff_server_coord\exe\stm32wbxx_hal_tim_ex.o" +".\zigbee_onoff_server_coord\exe\system_stm32wbxx.o" +"C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\lib\stm32wb_zigbee_wb_lib_keil.lib" +".\zigbee_onoff_server_coord\exe\tl_mbox.o" +".\zigbee_onoff_server_coord\exe\shci.o" +".\zigbee_onoff_server_coord\exe\dbg_trace.o" +".\zigbee_onoff_server_coord\exe\otp.o" +".\zigbee_onoff_server_coord\exe\stm_list.o" +".\zigbee_onoff_server_coord\exe\stm_queue.o" +".\zigbee_onoff_server_coord\exe\tl_zigbee_hci.o" +".\zigbee_onoff_server_coord\exe\shci_tl.o" +".\zigbee_onoff_server_coord\exe\shci_tl_if.o" +".\zigbee_onoff_server_coord\exe\ee.o" +".\zigbee_onoff_server_coord\exe\hw_flash.o" +".\zigbee_onoff_server_coord\exe\zigbee_core_wb.o" +".\zigbee_onoff_server_coord\exe\stm32_lpm.o" +".\zigbee_onoff_server_coord\exe\stm32_seq.o" +--library_type=microlib --strict --scatter "stm32wb55xx_flash_cm4.sct" +--summary_stderr --info summarysizes --map --load_addr_map_info --xref --callgraph --symbols +--info sizes --info totals --info unused --info veneers +--list "Zigbee_OnOff_Server_Coord.map" -o .\Zigbee_OnOff_Server_Coord\Exe\Zigbee_OnOff_Server_Coord.axf \ No newline at end of file diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/Zigbee_OnOff_Server_Coord.map b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/Zigbee_OnOff_Server_Coord.map new file mode 100644 index 0000000..9985e35 --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/Zigbee_OnOff_Server_Coord.map @@ -0,0 +1,9720 @@ +Component: Arm Compiler for Embedded 6.22 Tool: armlink [5ee90200] + +============================================================================== + +Section Cross References + + startup_stm32wb55xx_cm4.o(RESET) refers to startup_stm32wb55xx_cm4.o(STACK) for __initial_sp + startup_stm32wb55xx_cm4.o(RESET) refers to startup_stm32wb55xx_cm4.o(.text) for Reset_Handler + startup_stm32wb55xx_cm4.o(RESET) refers to stm32wbxx_it.o(.text.NMI_Handler) for NMI_Handler + startup_stm32wb55xx_cm4.o(RESET) refers to stm32wbxx_it.o(.text.HardFault_Handler) for HardFault_Handler + startup_stm32wb55xx_cm4.o(RESET) refers to stm32wbxx_it.o(.text.MemManage_Handler) for MemManage_Handler + startup_stm32wb55xx_cm4.o(RESET) refers to stm32wbxx_it.o(.text.BusFault_Handler) for BusFault_Handler + startup_stm32wb55xx_cm4.o(RESET) refers to stm32wbxx_it.o(.text.UsageFault_Handler) for UsageFault_Handler + startup_stm32wb55xx_cm4.o(RESET) refers to stm32wbxx_it.o(.text.SVC_Handler) for SVC_Handler + startup_stm32wb55xx_cm4.o(RESET) refers to stm32wbxx_it.o(.text.DebugMon_Handler) for DebugMon_Handler + startup_stm32wb55xx_cm4.o(RESET) refers to stm32wbxx_it.o(.text.PendSV_Handler) for PendSV_Handler + startup_stm32wb55xx_cm4.o(RESET) refers to stm32wbxx_it.o(.text.SysTick_Handler) for SysTick_Handler + startup_stm32wb55xx_cm4.o(RESET) refers to stm32wbxx_it.o(.text.PVD_PVM_IRQHandler) for PVD_PVM_IRQHandler + startup_stm32wb55xx_cm4.o(RESET) refers to stm32wbxx_it.o(.text.RTC_WKUP_IRQHandler) for RTC_WKUP_IRQHandler + startup_stm32wb55xx_cm4.o(RESET) refers to stm32wbxx_it.o(.text.FLASH_IRQHandler) for FLASH_IRQHandler + startup_stm32wb55xx_cm4.o(RESET) refers to stm32wbxx_it.o(.text.RCC_IRQHandler) for RCC_IRQHandler + startup_stm32wb55xx_cm4.o(RESET) refers to stm32wbxx_it.o(.text.EXTI0_IRQHandler) for EXTI0_IRQHandler + startup_stm32wb55xx_cm4.o(RESET) refers to stm32wbxx_it.o(.text.EXTI1_IRQHandler) for EXTI1_IRQHandler + startup_stm32wb55xx_cm4.o(RESET) refers to stm32wbxx_it.o(.text.EXTI4_IRQHandler) for EXTI4_IRQHandler + startup_stm32wb55xx_cm4.o(RESET) refers to stm32wbxx_it.o(.text.DMA1_Channel1_IRQHandler) for DMA1_Channel1_IRQHandler + startup_stm32wb55xx_cm4.o(RESET) refers to stm32wbxx_it.o(.text.DMA1_Channel2_IRQHandler) for DMA1_Channel2_IRQHandler + startup_stm32wb55xx_cm4.o(RESET) refers to stm32wbxx_it.o(.text.C2SEV_PWR_C2H_IRQHandler) for C2SEV_PWR_C2H_IRQHandler + startup_stm32wb55xx_cm4.o(RESET) refers to stm32wbxx_it.o(.text.USART1_IRQHandler) for USART1_IRQHandler + startup_stm32wb55xx_cm4.o(RESET) refers to stm32wbxx_it.o(.text.LPUART1_IRQHandler) for LPUART1_IRQHandler + startup_stm32wb55xx_cm4.o(RESET) refers to stm32wbxx_it.o(.text.PWR_SOTF_BLEACT_802ACT_RFPHASE_IRQHandler) for PWR_SOTF_BLEACT_802ACT_RFPHASE_IRQHandler + startup_stm32wb55xx_cm4.o(RESET) refers to stm32wbxx_it.o(.text.IPCC_C1_RX_IRQHandler) for IPCC_C1_RX_IRQHandler + startup_stm32wb55xx_cm4.o(RESET) refers to stm32wbxx_it.o(.text.IPCC_C1_TX_IRQHandler) for IPCC_C1_TX_IRQHandler + startup_stm32wb55xx_cm4.o(RESET) refers to stm32wbxx_it.o(.text.HSEM_IRQHandler) for HSEM_IRQHandler + startup_stm32wb55xx_cm4.o(RESET) refers to stm32wbxx_it.o(.text.FPU_IRQHandler) for FPU_IRQHandler + startup_stm32wb55xx_cm4.o(.text) refers to system_stm32wbxx.o(.text.SystemInit) for SystemInit + startup_stm32wb55xx_cm4.o(.text) refers to entry.o(.ARM.Collect$$$$00000000) for __main + main.o(.text.main) refers to stm32wbxx_hal.o(.text.HAL_Init) for HAL_Init + main.o(.text.main) refers to app_entry.o(.text.MX_APPE_Config) for MX_APPE_Config + main.o(.text.main) refers to main.o(.text.SystemClock_Config) for SystemClock_Config + main.o(.text.main) refers to main.o(.text.PeriphCommonClock_Config) for PeriphCommonClock_Config + main.o(.text.main) refers to main.o(.text.MX_IPCC_Init) for MX_IPCC_Init + main.o(.text.main) refers to main.o(.text.MX_GPIO_Init) for MX_GPIO_Init + main.o(.text.main) refers to main.o(.text.MX_DMA_Init) for MX_DMA_Init + main.o(.text.main) refers to main.o(.text.MX_RTC_Init) for MX_RTC_Init + main.o(.text.main) refers to main.o(.text.MX_RF_Init) for MX_RF_Init + main.o(.text.main) refers to app_entry.o(.text.MX_APPE_Init) for MX_APPE_Init + main.o(.text.main) refers to app_entry.o(.text.MX_APPE_Process) for MX_APPE_Process + main.o(.ARM.exidx.text.main) refers to main.o(.text.main) for [Anonymous Symbol] + main.o(.text.SystemClock_Config) refers to memseta.o(.text) for __aeabi_memclr4 + main.o(.text.SystemClock_Config) refers to stm32wbxx_hal_pwr.o(.text.HAL_PWR_EnableBkUpAccess) for HAL_PWR_EnableBkUpAccess + main.o(.text.SystemClock_Config) refers to main.o(.text.LL_RCC_LSE_SetDriveCapability) for LL_RCC_LSE_SetDriveCapability + main.o(.text.SystemClock_Config) refers to stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) for HAL_RCC_OscConfig + main.o(.text.SystemClock_Config) refers to main.o(.text.Error_Handler) for Error_Handler + main.o(.text.SystemClock_Config) refers to stm32wbxx_hal_rcc.o(.text.HAL_RCC_ClockConfig) for HAL_RCC_ClockConfig + main.o(.ARM.exidx.text.SystemClock_Config) refers to main.o(.text.SystemClock_Config) for [Anonymous Symbol] + main.o(.text.PeriphCommonClock_Config) refers to memseta.o(.text) for __aeabi_memclr4 + main.o(.text.PeriphCommonClock_Config) refers to stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_PeriphCLKConfig) for HAL_RCCEx_PeriphCLKConfig + main.o(.text.PeriphCommonClock_Config) refers to main.o(.text.Error_Handler) for Error_Handler + main.o(.ARM.exidx.text.PeriphCommonClock_Config) refers to main.o(.text.PeriphCommonClock_Config) for [Anonymous Symbol] + main.o(.text.MX_IPCC_Init) refers to main.o(.bss.hipcc) for hipcc + main.o(.text.MX_IPCC_Init) refers to stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_Init) for HAL_IPCC_Init + main.o(.text.MX_IPCC_Init) refers to main.o(.text.Error_Handler) for Error_Handler + main.o(.ARM.exidx.text.MX_IPCC_Init) refers to main.o(.text.MX_IPCC_Init) for [Anonymous Symbol] + main.o(.text.MX_GPIO_Init) refers to main.o(.text.LL_AHB2_GRP1_EnableClock) for LL_AHB2_GRP1_EnableClock + main.o(.ARM.exidx.text.MX_GPIO_Init) refers to main.o(.text.MX_GPIO_Init) for [Anonymous Symbol] + main.o(.text.MX_DMA_Init) refers to main.o(.text.LL_AHB1_GRP1_EnableClock) for LL_AHB1_GRP1_EnableClock + main.o(.text.MX_DMA_Init) refers to stm32wbxx_hal_cortex.o(.text.HAL_NVIC_SetPriority) for HAL_NVIC_SetPriority + main.o(.text.MX_DMA_Init) refers to stm32wbxx_hal_cortex.o(.text.HAL_NVIC_EnableIRQ) for HAL_NVIC_EnableIRQ + main.o(.ARM.exidx.text.MX_DMA_Init) refers to main.o(.text.MX_DMA_Init) for [Anonymous Symbol] + main.o(.text.MX_RTC_Init) refers to main.o(.bss.hrtc) for hrtc + main.o(.text.MX_RTC_Init) refers to stm32wbxx_hal_rtc.o(.text.HAL_RTC_Init) for HAL_RTC_Init + main.o(.text.MX_RTC_Init) refers to main.o(.text.Error_Handler) for Error_Handler + main.o(.text.MX_RTC_Init) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_SetWakeUpTimer_IT) for HAL_RTCEx_SetWakeUpTimer_IT + main.o(.ARM.exidx.text.MX_RTC_Init) refers to main.o(.text.MX_RTC_Init) for [Anonymous Symbol] + main.o(.ARM.exidx.text.MX_RF_Init) refers to main.o(.text.MX_RF_Init) for [Anonymous Symbol] + main.o(.ARM.exidx.text.LL_RCC_LSE_SetDriveCapability) refers to main.o(.text.LL_RCC_LSE_SetDriveCapability) for [Anonymous Symbol] + main.o(.ARM.exidx.text.Error_Handler) refers to main.o(.text.Error_Handler) for [Anonymous Symbol] + main.o(.text.MX_LPUART1_UART_Init) refers to main.o(.bss.hlpuart1) for hlpuart1 + main.o(.text.MX_LPUART1_UART_Init) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_Init) for HAL_UART_Init + main.o(.text.MX_LPUART1_UART_Init) refers to main.o(.text.Error_Handler) for Error_Handler + main.o(.text.MX_LPUART1_UART_Init) refers to stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_SetTxFifoThreshold) for HAL_UARTEx_SetTxFifoThreshold + main.o(.text.MX_LPUART1_UART_Init) refers to stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_SetRxFifoThreshold) for HAL_UARTEx_SetRxFifoThreshold + main.o(.text.MX_LPUART1_UART_Init) refers to stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_DisableFifoMode) for HAL_UARTEx_DisableFifoMode + main.o(.ARM.exidx.text.MX_LPUART1_UART_Init) refers to main.o(.text.MX_LPUART1_UART_Init) for [Anonymous Symbol] + main.o(.text.MX_USART1_UART_Init) refers to main.o(.bss.huart1) for huart1 + main.o(.text.MX_USART1_UART_Init) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_Init) for HAL_UART_Init + main.o(.text.MX_USART1_UART_Init) refers to main.o(.text.Error_Handler) for Error_Handler + main.o(.text.MX_USART1_UART_Init) refers to stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_SetTxFifoThreshold) for HAL_UARTEx_SetTxFifoThreshold + main.o(.text.MX_USART1_UART_Init) refers to stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_SetRxFifoThreshold) for HAL_UARTEx_SetRxFifoThreshold + main.o(.text.MX_USART1_UART_Init) refers to stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_DisableFifoMode) for HAL_UARTEx_DisableFifoMode + main.o(.ARM.exidx.text.MX_USART1_UART_Init) refers to main.o(.text.MX_USART1_UART_Init) for [Anonymous Symbol] + main.o(.ARM.exidx.text.LL_AHB1_GRP1_EnableClock) refers to main.o(.text.LL_AHB1_GRP1_EnableClock) for [Anonymous Symbol] + main.o(.ARM.exidx.text.LL_AHB2_GRP1_EnableClock) refers to main.o(.text.LL_AHB2_GRP1_EnableClock) for [Anonymous Symbol] + app_entry.o(.text.MX_APPE_Config) refers to app_entry.o(.text.Reset_Device) for Reset_Device + app_entry.o(.text.MX_APPE_Config) refers to app_entry.o(.text.Config_HSE) for Config_HSE + app_entry.o(.ARM.exidx.text.MX_APPE_Config) refers to app_entry.o(.text.MX_APPE_Config) for [Anonymous Symbol] + app_entry.o(.ARM.exidx.text.Reset_Device) refers to app_entry.o(.text.Reset_Device) for [Anonymous Symbol] + app_entry.o(.text.Config_HSE) refers to otp.o(.text.OTP_Read) for OTP_Read + app_entry.o(.text.Config_HSE) refers to app_entry.o(.text.LL_RCC_HSE_SetCapacitorTuning) for LL_RCC_HSE_SetCapacitorTuning + app_entry.o(.ARM.exidx.text.Config_HSE) refers to app_entry.o(.text.Config_HSE) for [Anonymous Symbol] + app_entry.o(.text.MX_APPE_Init) refers to app_entry.o(.text.System_Init) for System_Init + app_entry.o(.text.MX_APPE_Init) refers to app_entry.o(.text.SystemPower_Config) for SystemPower_Config + app_entry.o(.text.MX_APPE_Init) refers to main.o(.bss.hrtc) for hrtc + app_entry.o(.text.MX_APPE_Init) refers to hw_timerserver.o(.text.HW_TS_Init) for HW_TS_Init + app_entry.o(.text.MX_APPE_Init) refers to app_entry.o(.text.Init_Debug) for Init_Debug + app_entry.o(.text.MX_APPE_Init) refers to app_entry.o(.text.Led_Init) for Led_Init + app_entry.o(.text.MX_APPE_Init) refers to app_entry.o(.text.Button_Init) for Button_Init + app_entry.o(.text.MX_APPE_Init) refers to app_entry.o(.text.RxUART_Init) for RxUART_Init + app_entry.o(.text.MX_APPE_Init) refers to app_entry.o(.text.appe_Tl_Init) for appe_Tl_Init + app_entry.o(.text.MX_APPE_Init) refers to hardware.o(.text.Hardware_Init) for Hardware_Init + app_entry.o(.text.MX_APPE_Init) refers to zigbee_app.o(.text.ZigbeeApp_Init) for ZigbeeApp_Init + app_entry.o(.ARM.exidx.text.MX_APPE_Init) refers to app_entry.o(.text.MX_APPE_Init) for [Anonymous Symbol] + app_entry.o(.text.System_Init) refers to app_entry.o(.text.Init_Smps) for Init_Smps + app_entry.o(.text.System_Init) refers to app_entry.o(.text.Init_Exti) for Init_Exti + app_entry.o(.text.System_Init) refers to app_entry.o(.text.Init_Rtc) for Init_Rtc + app_entry.o(.ARM.exidx.text.System_Init) refers to app_entry.o(.text.System_Init) for [Anonymous Symbol] + app_entry.o(.text.SystemPower_Config) refers to app_entry.o(.text.LL_RCC_HSI_EnableAutoFromStop) for LL_RCC_HSI_EnableAutoFromStop + app_entry.o(.text.SystemPower_Config) refers to app_entry.o(.text.LL_RCC_SetClkAfterWakeFromStop) for LL_RCC_SetClkAfterWakeFromStop + app_entry.o(.text.SystemPower_Config) refers to stm32_lpm.o(.text.UTIL_LPM_Init) for UTIL_LPM_Init + app_entry.o(.text.SystemPower_Config) refers to app_entry.o(.text.LL_C2_PWR_SetPowerMode) for LL_C2_PWR_SetPowerMode + app_entry.o(.text.SystemPower_Config) refers to stm32_lpm.o(.text.UTIL_LPM_SetOffMode) for UTIL_LPM_SetOffMode + app_entry.o(.text.SystemPower_Config) refers to stm32_lpm.o(.text.UTIL_LPM_SetStopMode) for UTIL_LPM_SetStopMode + app_entry.o(.ARM.exidx.text.SystemPower_Config) refers to app_entry.o(.text.SystemPower_Config) for [Anonymous Symbol] + app_entry.o(.text.Init_Debug) refers to stm32wbxx_hal.o(.text.HAL_DBGMCU_EnableDBGSleepMode) for HAL_DBGMCU_EnableDBGSleepMode + app_entry.o(.text.Init_Debug) refers to app_entry.o(.text.LL_EXTI_EnableIT_32_63) for LL_EXTI_EnableIT_32_63 + app_entry.o(.text.Init_Debug) refers to app_entry.o(.text.LL_C2_EXTI_EnableIT_32_63) for LL_C2_EXTI_EnableIT_32_63 + app_entry.o(.text.Init_Debug) refers to dbg_trace.o(.text.DbgTraceInit) for DbgTraceInit + app_entry.o(.ARM.exidx.text.Init_Debug) refers to app_entry.o(.text.Init_Debug) for [Anonymous Symbol] + app_entry.o(.text.Led_Init) refers to stm32wbxx_nucleo.o(.text.BSP_LED_Init) for BSP_LED_Init + app_entry.o(.ARM.exidx.text.Led_Init) refers to app_entry.o(.text.Led_Init) for [Anonymous Symbol] + app_entry.o(.text.Button_Init) refers to stm32wbxx_nucleo.o(.text.BSP_PB_Init) for BSP_PB_Init + app_entry.o(.ARM.exidx.text.Button_Init) refers to app_entry.o(.text.Button_Init) for [Anonymous Symbol] + app_entry.o(.text.RxUART_Init) refers to app_entry.o(.bss.aRxBuffer) for aRxBuffer + app_entry.o(.text.RxUART_Init) refers to app_entry.o(.text.RxCpltCallback) for RxCpltCallback + app_entry.o(.text.RxUART_Init) refers to hw_uart.o(.text.HW_UART_Receive_IT) for HW_UART_Receive_IT + app_entry.o(.ARM.exidx.text.RxUART_Init) refers to app_entry.o(.text.RxUART_Init) for [Anonymous Symbol] + app_entry.o(.text.appe_Tl_Init) refers to tl_mbox.o(.text.TL_Init) for TL_Init + app_entry.o(.text.appe_Tl_Init) refers to shci_tl.o(.text.shci_user_evt_proc) for shci_user_evt_proc + app_entry.o(.text.appe_Tl_Init) refers to stm32_seq.o(.text.UTIL_SEQ_RegTask) for UTIL_SEQ_RegTask + app_entry.o(.text.appe_Tl_Init) refers to app_entry.o(MB_MEM2) for SystemCmdBuffer + app_entry.o(.text.appe_Tl_Init) refers to app_entry.o(.text.APPE_SysStatusNot) for APPE_SysStatusNot + app_entry.o(.text.appe_Tl_Init) refers to app_entry.o(.text.APPE_SysUserEvtRx) for APPE_SysUserEvtRx + app_entry.o(.text.appe_Tl_Init) refers to shci_tl.o(.text.shci_init) for shci_init + app_entry.o(.text.appe_Tl_Init) refers to tl_mbox.o(.text.TL_MM_Init) for TL_MM_Init + app_entry.o(.text.appe_Tl_Init) refers to tl_mbox.o(.text.TL_Enable) for TL_Enable + app_entry.o(.ARM.exidx.text.appe_Tl_Init) refers to app_entry.o(.text.appe_Tl_Init) for [Anonymous Symbol] + app_entry.o(.ARM.exidx.text.Init_Smps) refers to app_entry.o(.text.Init_Smps) for [Anonymous Symbol] + app_entry.o(.text.Init_Exti) refers to app_entry.o(.text.LL_EXTI_EnableIT_32_63) for LL_EXTI_EnableIT_32_63 + app_entry.o(.ARM.exidx.text.Init_Exti) refers to app_entry.o(.text.Init_Exti) for [Anonymous Symbol] + app_entry.o(.ARM.exidx.text.LL_EXTI_EnableIT_32_63) refers to app_entry.o(.text.LL_EXTI_EnableIT_32_63) for [Anonymous Symbol] + app_entry.o(.text.HAL_Delay) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for HAL_GetTick + app_entry.o(.text.HAL_Delay) refers to stm32wbxx_hal.o(.text.HAL_GetTickFreq) for HAL_GetTickFreq + app_entry.o(.text.HAL_Delay) refers to app_entry.o(.text.LL_LPM_EnableSleep) for LL_LPM_EnableSleep + app_entry.o(.ARM.exidx.text.HAL_Delay) refers to app_entry.o(.text.HAL_Delay) for [Anonymous Symbol] + app_entry.o(.ARM.exidx.text.LL_LPM_EnableSleep) refers to app_entry.o(.text.LL_LPM_EnableSleep) for [Anonymous Symbol] + app_entry.o(.text.MX_APPE_Process) refers to stm32_seq.o(.text.UTIL_SEQ_Run) for UTIL_SEQ_Run + app_entry.o(.text.MX_APPE_Process) refers to zigbee_app.o(.text.ZigbeeApp_Process) for ZigbeeApp_Process + app_entry.o(.ARM.exidx.text.MX_APPE_Process) refers to app_entry.o(.text.MX_APPE_Process) for [Anonymous Symbol] + app_entry.o(.ARM.exidx.text.UTIL_SEQ_Idle) refers to app_entry.o(.text.UTIL_SEQ_Idle) for [Anonymous Symbol] + app_entry.o(.text.UTIL_SEQ_EvtIdle) refers to app_zigbee.o(.bss.g_ot_notification_allowed) for g_ot_notification_allowed + app_entry.o(.text.UTIL_SEQ_EvtIdle) refers to stm32_seq.o(.text.UTIL_SEQ_Run) for UTIL_SEQ_Run + app_entry.o(.text.UTIL_SEQ_EvtIdle) refers to stm32_seq.o(.text.UTIL_SEQ_SetEvt) for UTIL_SEQ_SetEvt + app_entry.o(.ARM.exidx.text.UTIL_SEQ_EvtIdle) refers to app_entry.o(.text.UTIL_SEQ_EvtIdle) for [Anonymous Symbol] + app_entry.o(.text.shci_notify_asynch_evt) refers to stm32_seq.o(.text.UTIL_SEQ_SetTask) for UTIL_SEQ_SetTask + app_entry.o(.ARM.exidx.text.shci_notify_asynch_evt) refers to app_entry.o(.text.shci_notify_asynch_evt) for [Anonymous Symbol] + app_entry.o(.text.shci_cmd_resp_release) refers to stm32_seq.o(.text.UTIL_SEQ_SetEvt) for UTIL_SEQ_SetEvt + app_entry.o(.ARM.exidx.text.shci_cmd_resp_release) refers to app_entry.o(.text.shci_cmd_resp_release) for [Anonymous Symbol] + app_entry.o(.text.shci_cmd_resp_wait) refers to stm32_seq.o(.text.UTIL_SEQ_WaitEvt) for UTIL_SEQ_WaitEvt + app_entry.o(.ARM.exidx.text.shci_cmd_resp_wait) refers to app_entry.o(.text.shci_cmd_resp_wait) for [Anonymous Symbol] + app_entry.o(.text.TL_TRACES_EvtReceived) refers to dbg_trace.o(.text.DbgTraceWrite) for DbgTraceWrite + app_entry.o(.text.TL_TRACES_EvtReceived) refers to tl_mbox.o(.text.TL_MM_EvtDone) for TL_MM_EvtDone + app_entry.o(.ARM.exidx.text.TL_TRACES_EvtReceived) refers to app_entry.o(.text.TL_TRACES_EvtReceived) for [Anonymous Symbol] + app_entry.o(.text.DbgOutputInit) refers to main.o(.text.MX_USART1_UART_Init) for MX_USART1_UART_Init + app_entry.o(.ARM.exidx.text.DbgOutputInit) refers to app_entry.o(.text.DbgOutputInit) for [Anonymous Symbol] + app_entry.o(.text.DbgOutputTraces) refers to hw_uart.o(.text.HW_UART_Transmit_DMA) for HW_UART_Transmit_DMA + app_entry.o(.ARM.exidx.text.DbgOutputTraces) refers to app_entry.o(.text.DbgOutputTraces) for [Anonymous Symbol] + app_entry.o(.ARM.exidx.text.HAL_GPIO_EXTI_Callback) refers to app_entry.o(.text.HAL_GPIO_EXTI_Callback) for [Anonymous Symbol] + app_entry.o(.ARM.exidx.text.LL_C2_EXTI_EnableIT_32_63) refers to app_entry.o(.text.LL_C2_EXTI_EnableIT_32_63) for [Anonymous Symbol] + app_entry.o(.ARM.exidx.text.LL_RCC_HSE_SetCapacitorTuning) refers to app_entry.o(.text.LL_RCC_HSE_SetCapacitorTuning) for [Anonymous Symbol] + app_entry.o(.text.Init_Rtc) refers to app_entry.o(.text.LL_RTC_DisableWriteProtection) for LL_RTC_DisableWriteProtection + app_entry.o(.text.Init_Rtc) refers to app_entry.o(.text.LL_RTC_WAKEUP_SetClock) for LL_RTC_WAKEUP_SetClock + app_entry.o(.text.Init_Rtc) refers to app_entry.o(.text.LL_RTC_EnableWriteProtection) for LL_RTC_EnableWriteProtection + app_entry.o(.ARM.exidx.text.Init_Rtc) refers to app_entry.o(.text.Init_Rtc) for [Anonymous Symbol] + app_entry.o(.ARM.exidx.text.LL_RTC_DisableWriteProtection) refers to app_entry.o(.text.LL_RTC_DisableWriteProtection) for [Anonymous Symbol] + app_entry.o(.ARM.exidx.text.LL_RTC_WAKEUP_SetClock) refers to app_entry.o(.text.LL_RTC_WAKEUP_SetClock) for [Anonymous Symbol] + app_entry.o(.ARM.exidx.text.LL_RTC_EnableWriteProtection) refers to app_entry.o(.text.LL_RTC_EnableWriteProtection) for [Anonymous Symbol] + app_entry.o(.ARM.exidx.text.LL_RCC_HSI_EnableAutoFromStop) refers to app_entry.o(.text.LL_RCC_HSI_EnableAutoFromStop) for [Anonymous Symbol] + app_entry.o(.ARM.exidx.text.LL_RCC_SetClkAfterWakeFromStop) refers to app_entry.o(.text.LL_RCC_SetClkAfterWakeFromStop) for [Anonymous Symbol] + app_entry.o(.ARM.exidx.text.LL_C2_PWR_SetPowerMode) refers to app_entry.o(.text.LL_C2_PWR_SetPowerMode) for [Anonymous Symbol] + app_entry.o(.ARM.exidx.text.APPE_SysStatusNot) refers to app_entry.o(.text.APPE_SysStatusNot) for [Anonymous Symbol] + app_entry.o(.text.APPE_SysUserEvtRx) refers to app_entry.o(.text.APPE_SysEvtReadyProcessing) for APPE_SysEvtReadyProcessing + app_entry.o(.text.APPE_SysUserEvtRx) refers to app_entry.o(.text.APPE_SysEvtError) for APPE_SysEvtError + app_entry.o(.ARM.exidx.text.APPE_SysUserEvtRx) refers to app_entry.o(.text.APPE_SysUserEvtRx) for [Anonymous Symbol] + app_entry.o(.text.APPE_SysEvtReadyProcessing) refers to tl_mbox.o(.text.TL_TRACES_Init) for TL_TRACES_Init + app_entry.o(.text.APPE_SysEvtReadyProcessing) refers to app_zigbee.o(.text.APP_ZIGBEE_Init) for APP_ZIGBEE_Init + app_entry.o(.ARM.exidx.text.APPE_SysEvtReadyProcessing) refers to app_entry.o(.text.APPE_SysEvtReadyProcessing) for [Anonymous Symbol] + app_entry.o(.text.APPE_SysEvtError) refers to app_entry.o(.rodata.str1.1) for .L.str + app_entry.o(.text.APPE_SysEvtError) refers to stm_logging.o(.text.logApplication) for logApplication + app_entry.o(.ARM.exidx.text.APPE_SysEvtError) refers to app_entry.o(.text.APPE_SysEvtError) for [Anonymous Symbol] + app_entry.o(.text.RxCpltCallback) refers to app_entry.o(.bss.indexReceiveChar) for indexReceiveChar + app_entry.o(.text.RxCpltCallback) refers to app_entry.o(.bss.aRxBuffer) for aRxBuffer + app_entry.o(.text.RxCpltCallback) refers to app_entry.o(.rodata.str1.1) for .L.str.2 + app_entry.o(.text.RxCpltCallback) refers to app_entry.o(.bss.CommandString) for CommandString + app_entry.o(.text.RxCpltCallback) refers to stm_logging.o(.text.logApplication) for logApplication + app_entry.o(.text.RxCpltCallback) refers to app_entry.o(.text.UartCmdExecute) for UartCmdExecute + app_entry.o(.text.RxCpltCallback) refers to memseta.o(.text) for __aeabi_memclr + app_entry.o(.text.RxCpltCallback) refers to hw_uart.o(.text.HW_UART_Receive_IT) for HW_UART_Receive_IT + app_entry.o(.ARM.exidx.text.RxCpltCallback) refers to app_entry.o(.text.RxCpltCallback) for [Anonymous Symbol] + app_entry.o(.text.UartCmdExecute) refers to app_entry.o(.bss.CommandString) for CommandString + app_entry.o(.text.UartCmdExecute) refers to app_entry.o(.rodata.str1.1) for .L.str.3 + app_entry.o(.text.UartCmdExecute) refers to strcmp.o(.text) for strcmp + app_entry.o(.text.UartCmdExecute) refers to stm_logging.o(.text.logApplication) for logApplication + app_entry.o(.text.UartCmdExecute) refers to app_entry.o(.bss.exti_handle) for exti_handle + app_entry.o(.text.UartCmdExecute) refers to stm32wbxx_hal_exti.o(.text.HAL_EXTI_GenerateSWI) for HAL_EXTI_GenerateSWI + app_entry.o(.text.UartCmdExecute) refers to stm32wbxx_hal_cortex.o(.text.HAL_NVIC_SystemReset) for HAL_NVIC_SystemReset + app_entry.o(.ARM.exidx.text.UartCmdExecute) refers to app_entry.o(.text.UartCmdExecute) for [Anonymous Symbol] + hw_timerserver.o(.text.HW_TS_RTC_Wakeup_Handler) refers to main.o(.bss.hrtc) for hrtc + hw_timerserver.o(.text.HW_TS_RTC_Wakeup_Handler) refers to hw_timerserver.o(.bss.CurrentRunningTimerID) for CurrentRunningTimerID + hw_timerserver.o(.text.HW_TS_RTC_Wakeup_Handler) refers to hw_timerserver.o(.bss.aTimerContext) for aTimerContext + hw_timerserver.o(.text.HW_TS_RTC_Wakeup_Handler) refers to hw_timerserver.o(.bss.WakeupTimerLimitation) for WakeupTimerLimitation + hw_timerserver.o(.text.HW_TS_RTC_Wakeup_Handler) refers to hw_timerserver.o(.text.UnlinkTimer) for UnlinkTimer + hw_timerserver.o(.text.HW_TS_RTC_Wakeup_Handler) refers to hw_timerserver.o(.text.HW_TS_Start) for HW_TS_Start + hw_timerserver.o(.text.HW_TS_RTC_Wakeup_Handler) refers to hw_timerserver.o(.text.HW_TS_Stop) for HW_TS_Stop + hw_timerserver.o(.text.HW_TS_RTC_Wakeup_Handler) refers to hw_timerserver.o(.text.HW_TS_RTC_Int_AppNot) for HW_TS_RTC_Int_AppNot + hw_timerserver.o(.text.HW_TS_RTC_Wakeup_Handler) refers to hw_timerserver.o(.text.RescheduleTimerList) for RescheduleTimerList + hw_timerserver.o(.ARM.exidx.text.HW_TS_RTC_Wakeup_Handler) refers to hw_timerserver.o(.text.HW_TS_RTC_Wakeup_Handler) for [Anonymous Symbol] + hw_timerserver.o(.text.UnlinkTimer) refers to hw_timerserver.o(.bss.CurrentRunningTimerID) for CurrentRunningTimerID + hw_timerserver.o(.text.UnlinkTimer) refers to hw_timerserver.o(.bss.PreviousRunningTimerID) for PreviousRunningTimerID + hw_timerserver.o(.text.UnlinkTimer) refers to hw_timerserver.o(.bss.aTimerContext) for aTimerContext + hw_timerserver.o(.text.UnlinkTimer) refers to hw_timerserver.o(.bss.SSRValueOnLastSetup) for SSRValueOnLastSetup + hw_timerserver.o(.ARM.exidx.text.UnlinkTimer) refers to hw_timerserver.o(.text.UnlinkTimer) for [Anonymous Symbol] + hw_timerserver.o(.text.HW_TS_Start) refers to hw_timerserver.o(.bss.aTimerContext) for aTimerContext + hw_timerserver.o(.text.HW_TS_Start) refers to hw_timerserver.o(.text.HW_TS_Stop) for HW_TS_Stop + hw_timerserver.o(.text.HW_TS_Start) refers to stm32wbxx_hal_cortex.o(.text.HAL_NVIC_DisableIRQ) for HAL_NVIC_DisableIRQ + hw_timerserver.o(.text.HW_TS_Start) refers to main.o(.bss.hrtc) for hrtc + hw_timerserver.o(.text.HW_TS_Start) refers to hw_timerserver.o(.text.linkTimer) for linkTimer + hw_timerserver.o(.text.HW_TS_Start) refers to hw_timerserver.o(.bss.CurrentRunningTimerID) for CurrentRunningTimerID + hw_timerserver.o(.text.HW_TS_Start) refers to hw_timerserver.o(.bss.PreviousRunningTimerID) for PreviousRunningTimerID + hw_timerserver.o(.text.HW_TS_Start) refers to hw_timerserver.o(.text.RescheduleTimerList) for RescheduleTimerList + hw_timerserver.o(.text.HW_TS_Start) refers to stm32wbxx_hal_cortex.o(.text.HAL_NVIC_EnableIRQ) for HAL_NVIC_EnableIRQ + hw_timerserver.o(.ARM.exidx.text.HW_TS_Start) refers to hw_timerserver.o(.text.HW_TS_Start) for [Anonymous Symbol] + hw_timerserver.o(.text.HW_TS_Stop) refers to stm32wbxx_hal_cortex.o(.text.HAL_NVIC_DisableIRQ) for HAL_NVIC_DisableIRQ + hw_timerserver.o(.text.HW_TS_Stop) refers to main.o(.bss.hrtc) for hrtc + hw_timerserver.o(.text.HW_TS_Stop) refers to hw_timerserver.o(.bss.aTimerContext) for aTimerContext + hw_timerserver.o(.text.HW_TS_Stop) refers to hw_timerserver.o(.text.UnlinkTimer) for UnlinkTimer + hw_timerserver.o(.text.HW_TS_Stop) refers to hw_timerserver.o(.bss.CurrentRunningTimerID) for CurrentRunningTimerID + hw_timerserver.o(.text.HW_TS_Stop) refers to stm32wbxx_hal_cortex.o(.text.HAL_NVIC_ClearPendingIRQ) for HAL_NVIC_ClearPendingIRQ + hw_timerserver.o(.text.HW_TS_Stop) refers to hw_timerserver.o(.bss.PreviousRunningTimerID) for PreviousRunningTimerID + hw_timerserver.o(.text.HW_TS_Stop) refers to hw_timerserver.o(.text.RescheduleTimerList) for RescheduleTimerList + hw_timerserver.o(.text.HW_TS_Stop) refers to stm32wbxx_hal_cortex.o(.text.HAL_NVIC_EnableIRQ) for HAL_NVIC_EnableIRQ + hw_timerserver.o(.ARM.exidx.text.HW_TS_Stop) refers to hw_timerserver.o(.text.HW_TS_Stop) for [Anonymous Symbol] + hw_timerserver.o(.ARM.exidx.text.HW_TS_RTC_Int_AppNot) refers to hw_timerserver.o(.text.HW_TS_RTC_Int_AppNot) for [Anonymous Symbol] + hw_timerserver.o(.text.RescheduleTimerList) refers to main.o(.bss.hrtc) for hrtc + hw_timerserver.o(.text.RescheduleTimerList) refers to hw_timerserver.o(.bss.CurrentRunningTimerID) for CurrentRunningTimerID + hw_timerserver.o(.text.RescheduleTimerList) refers to hw_timerserver.o(.bss.aTimerContext) for aTimerContext + hw_timerserver.o(.text.RescheduleTimerList) refers to hw_timerserver.o(.text.ReturnTimeElapsed) for ReturnTimeElapsed + hw_timerserver.o(.text.RescheduleTimerList) refers to hw_timerserver.o(.bss.WakeupTimerLimitation) for WakeupTimerLimitation + hw_timerserver.o(.text.RescheduleTimerList) refers to hw_timerserver.o(.bss.MaxWakeupTimerSetup) for MaxWakeupTimerSetup + hw_timerserver.o(.text.RescheduleTimerList) refers to hw_timerserver.o(.text.RestartWakeupCounter) for RestartWakeupCounter + hw_timerserver.o(.ARM.exidx.text.RescheduleTimerList) refers to hw_timerserver.o(.text.RescheduleTimerList) for [Anonymous Symbol] + hw_timerserver.o(.text.HW_TS_Init) refers to main.o(.bss.hrtc) for hrtc + hw_timerserver.o(.text.HW_TS_Init) refers to hw_timerserver.o(.bss.WakeupTimerDivider) for WakeupTimerDivider + hw_timerserver.o(.text.HW_TS_Init) refers to hw_timerserver.o(.bss.AsynchPrescalerUserConfig) for AsynchPrescalerUserConfig + hw_timerserver.o(.text.HW_TS_Init) refers to hw_timerserver.o(.bss.SynchPrescalerUserConfig) for SynchPrescalerUserConfig + hw_timerserver.o(.text.HW_TS_Init) refers to hw_timerserver.o(.bss.MaxWakeupTimerSetup) for MaxWakeupTimerSetup + hw_timerserver.o(.text.HW_TS_Init) refers to hw_timerserver.o(.text.LL_EXTI_EnableRisingTrig_0_31) for LL_EXTI_EnableRisingTrig_0_31 + hw_timerserver.o(.text.HW_TS_Init) refers to hw_timerserver.o(.text.LL_EXTI_EnableIT_0_31) for LL_EXTI_EnableIT_0_31 + hw_timerserver.o(.text.HW_TS_Init) refers to hw_timerserver.o(.bss.WakeupTimerLimitation) for WakeupTimerLimitation + hw_timerserver.o(.text.HW_TS_Init) refers to hw_timerserver.o(.bss.SSRValueOnLastSetup) for SSRValueOnLastSetup + hw_timerserver.o(.text.HW_TS_Init) refers to hw_timerserver.o(.bss.aTimerContext) for aTimerContext + hw_timerserver.o(.text.HW_TS_Init) refers to hw_timerserver.o(.bss.CurrentRunningTimerID) for CurrentRunningTimerID + hw_timerserver.o(.text.HW_TS_Init) refers to stm32wbxx_hal_cortex.o(.text.HAL_NVIC_ClearPendingIRQ) for HAL_NVIC_ClearPendingIRQ + hw_timerserver.o(.text.HW_TS_Init) refers to stm32wbxx_hal_cortex.o(.text.HAL_NVIC_SetPendingIRQ) for HAL_NVIC_SetPendingIRQ + hw_timerserver.o(.text.HW_TS_Init) refers to stm32wbxx_hal_cortex.o(.text.HAL_NVIC_SetPriority) for HAL_NVIC_SetPriority + hw_timerserver.o(.text.HW_TS_Init) refers to stm32wbxx_hal_cortex.o(.text.HAL_NVIC_EnableIRQ) for HAL_NVIC_EnableIRQ + hw_timerserver.o(.ARM.exidx.text.HW_TS_Init) refers to hw_timerserver.o(.text.HW_TS_Init) for [Anonymous Symbol] + hw_timerserver.o(.ARM.exidx.text.LL_EXTI_EnableRisingTrig_0_31) refers to hw_timerserver.o(.text.LL_EXTI_EnableRisingTrig_0_31) for [Anonymous Symbol] + hw_timerserver.o(.ARM.exidx.text.LL_EXTI_EnableIT_0_31) refers to hw_timerserver.o(.text.LL_EXTI_EnableIT_0_31) for [Anonymous Symbol] + hw_timerserver.o(.text.HW_TS_Create) refers to hw_timerserver.o(.bss.aTimerContext) for aTimerContext + hw_timerserver.o(.ARM.exidx.text.HW_TS_Create) refers to hw_timerserver.o(.text.HW_TS_Create) for [Anonymous Symbol] + hw_timerserver.o(.text.HW_TS_Delete) refers to hw_timerserver.o(.text.HW_TS_Stop) for HW_TS_Stop + hw_timerserver.o(.text.HW_TS_Delete) refers to hw_timerserver.o(.bss.aTimerContext) for aTimerContext + hw_timerserver.o(.ARM.exidx.text.HW_TS_Delete) refers to hw_timerserver.o(.text.HW_TS_Delete) for [Anonymous Symbol] + hw_timerserver.o(.text.linkTimer) refers to hw_timerserver.o(.bss.CurrentRunningTimerID) for CurrentRunningTimerID + hw_timerserver.o(.text.linkTimer) refers to hw_timerserver.o(.bss.PreviousRunningTimerID) for PreviousRunningTimerID + hw_timerserver.o(.text.linkTimer) refers to hw_timerserver.o(.bss.aTimerContext) for aTimerContext + hw_timerserver.o(.text.linkTimer) refers to hw_timerserver.o(.bss.SSRValueOnLastSetup) for SSRValueOnLastSetup + hw_timerserver.o(.text.linkTimer) refers to hw_timerserver.o(.text.ReturnTimeElapsed) for ReturnTimeElapsed + hw_timerserver.o(.text.linkTimer) refers to hw_timerserver.o(.text.LinkTimerAfter) for LinkTimerAfter + hw_timerserver.o(.text.linkTimer) refers to hw_timerserver.o(.text.LinkTimerBefore) for LinkTimerBefore + hw_timerserver.o(.ARM.exidx.text.linkTimer) refers to hw_timerserver.o(.text.linkTimer) for [Anonymous Symbol] + hw_timerserver.o(.text.HW_TS_RTC_ReadLeftTicksToCount) refers to hw_timerserver.o(.text.ReturnTimeElapsed) for ReturnTimeElapsed + hw_timerserver.o(.ARM.exidx.text.HW_TS_RTC_ReadLeftTicksToCount) refers to hw_timerserver.o(.text.HW_TS_RTC_ReadLeftTicksToCount) for [Anonymous Symbol] + hw_timerserver.o(.text.ReturnTimeElapsed) refers to hw_timerserver.o(.bss.SSRValueOnLastSetup) for SSRValueOnLastSetup + hw_timerserver.o(.text.ReturnTimeElapsed) refers to hw_timerserver.o(.text.ReadRtcSsrValue) for ReadRtcSsrValue + hw_timerserver.o(.text.ReturnTimeElapsed) refers to hw_timerserver.o(.bss.SynchPrescalerUserConfig) for SynchPrescalerUserConfig + hw_timerserver.o(.text.ReturnTimeElapsed) refers to hw_timerserver.o(.bss.AsynchPrescalerUserConfig) for AsynchPrescalerUserConfig + hw_timerserver.o(.text.ReturnTimeElapsed) refers to hw_timerserver.o(.bss.WakeupTimerDivider) for WakeupTimerDivider + hw_timerserver.o(.ARM.exidx.text.ReturnTimeElapsed) refers to hw_timerserver.o(.text.ReturnTimeElapsed) for [Anonymous Symbol] + hw_timerserver.o(.text.RestartWakeupCounter) refers to hw_timerserver.o(.text.ReadRtcSsrValue) for ReadRtcSsrValue + hw_timerserver.o(.text.RestartWakeupCounter) refers to hw_timerserver.o(.bss.SSRValueOnLastSetup) for SSRValueOnLastSetup + hw_timerserver.o(.text.RestartWakeupCounter) refers to stm32wbxx_hal_cortex.o(.text.HAL_NVIC_SetPendingIRQ) for HAL_NVIC_SetPendingIRQ + hw_timerserver.o(.text.RestartWakeupCounter) refers to hw_timerserver.o(.bss.WakeupTimerDivider) for WakeupTimerDivider + hw_timerserver.o(.text.RestartWakeupCounter) refers to main.o(.bss.hrtc) for hrtc + hw_timerserver.o(.text.RestartWakeupCounter) refers to stm32wbxx_hal_cortex.o(.text.HAL_NVIC_ClearPendingIRQ) for HAL_NVIC_ClearPendingIRQ + hw_timerserver.o(.ARM.exidx.text.RestartWakeupCounter) refers to hw_timerserver.o(.text.RestartWakeupCounter) for [Anonymous Symbol] + hw_timerserver.o(.ARM.exidx.text.ReadRtcSsrValue) refers to hw_timerserver.o(.text.ReadRtcSsrValue) for [Anonymous Symbol] + hw_timerserver.o(.text.LinkTimerAfter) refers to hw_timerserver.o(.bss.aTimerContext) for aTimerContext + hw_timerserver.o(.ARM.exidx.text.LinkTimerAfter) refers to hw_timerserver.o(.text.LinkTimerAfter) for [Anonymous Symbol] + hw_timerserver.o(.text.LinkTimerBefore) refers to hw_timerserver.o(.bss.CurrentRunningTimerID) for CurrentRunningTimerID + hw_timerserver.o(.text.LinkTimerBefore) refers to hw_timerserver.o(.bss.aTimerContext) for aTimerContext + hw_timerserver.o(.ARM.exidx.text.LinkTimerBefore) refers to hw_timerserver.o(.text.LinkTimerBefore) for [Anonymous Symbol] + hw_uart.o(.text.HW_UART_Receive_IT) refers to hw_uart.o(.bss.HW_huart1RxCb) for HW_huart1RxCb + hw_uart.o(.text.HW_UART_Receive_IT) refers to main.o(.bss.huart1) for huart1 + hw_uart.o(.text.HW_UART_Receive_IT) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_Receive_IT) for HAL_UART_Receive_IT + hw_uart.o(.text.HW_UART_Receive_IT) refers to hw_uart.o(.bss.HW_hlpuart1RxCb) for HW_hlpuart1RxCb + hw_uart.o(.text.HW_UART_Receive_IT) refers to main.o(.bss.hlpuart1) for hlpuart1 + hw_uart.o(.ARM.exidx.text.HW_UART_Receive_IT) refers to hw_uart.o(.text.HW_UART_Receive_IT) for [Anonymous Symbol] + hw_uart.o(.text.HW_UART_Transmit_IT) refers to hw_uart.o(.bss.HW_huart1TxCb) for HW_huart1TxCb + hw_uart.o(.text.HW_UART_Transmit_IT) refers to main.o(.bss.huart1) for huart1 + hw_uart.o(.text.HW_UART_Transmit_IT) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_Transmit_IT) for HAL_UART_Transmit_IT + hw_uart.o(.text.HW_UART_Transmit_IT) refers to hw_uart.o(.bss.HW_hlpuart1TxCb) for HW_hlpuart1TxCb + hw_uart.o(.text.HW_UART_Transmit_IT) refers to main.o(.bss.hlpuart1) for hlpuart1 + hw_uart.o(.ARM.exidx.text.HW_UART_Transmit_IT) refers to hw_uart.o(.text.HW_UART_Transmit_IT) for [Anonymous Symbol] + hw_uart.o(.text.HW_UART_Transmit) refers to main.o(.bss.huart1) for huart1 + hw_uart.o(.text.HW_UART_Transmit) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_Transmit) for HAL_UART_Transmit + hw_uart.o(.text.HW_UART_Transmit) refers to main.o(.bss.hlpuart1) for hlpuart1 + hw_uart.o(.ARM.exidx.text.HW_UART_Transmit) refers to hw_uart.o(.text.HW_UART_Transmit) for [Anonymous Symbol] + hw_uart.o(.text.HW_UART_Transmit_DMA) refers to hw_uart.o(.bss.HW_huart1TxCb) for HW_huart1TxCb + hw_uart.o(.text.HW_UART_Transmit_DMA) refers to main.o(.bss.huart1) for huart1 + hw_uart.o(.text.HW_UART_Transmit_DMA) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_Transmit_DMA) for HAL_UART_Transmit_DMA + hw_uart.o(.text.HW_UART_Transmit_DMA) refers to hw_uart.o(.bss.HW_hlpuart1TxCb) for HW_hlpuart1TxCb + hw_uart.o(.text.HW_UART_Transmit_DMA) refers to main.o(.bss.hlpuart1) for hlpuart1 + hw_uart.o(.ARM.exidx.text.HW_UART_Transmit_DMA) refers to hw_uart.o(.text.HW_UART_Transmit_DMA) for [Anonymous Symbol] + hw_uart.o(.text.HW_UART_Interrupt_Handler) refers to main.o(.bss.huart1) for huart1 + hw_uart.o(.text.HW_UART_Interrupt_Handler) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_IRQHandler) for HAL_UART_IRQHandler + hw_uart.o(.text.HW_UART_Interrupt_Handler) refers to main.o(.bss.hlpuart1) for hlpuart1 + hw_uart.o(.ARM.exidx.text.HW_UART_Interrupt_Handler) refers to hw_uart.o(.text.HW_UART_Interrupt_Handler) for [Anonymous Symbol] + hw_uart.o(.text.HW_UART_DMA_Interrupt_Handler) refers to main.o(.bss.huart1) for huart1 + hw_uart.o(.text.HW_UART_DMA_Interrupt_Handler) refers to stm32wbxx_hal_dma.o(.text.HAL_DMA_IRQHandler) for HAL_DMA_IRQHandler + hw_uart.o(.text.HW_UART_DMA_Interrupt_Handler) refers to main.o(.bss.hlpuart1) for hlpuart1 + hw_uart.o(.ARM.exidx.text.HW_UART_DMA_Interrupt_Handler) refers to hw_uart.o(.text.HW_UART_DMA_Interrupt_Handler) for [Anonymous Symbol] + hw_uart.o(.text.HAL_UART_RxCpltCallback) refers to hw_uart.o(.bss.HW_huart1RxCb) for HW_huart1RxCb + hw_uart.o(.text.HAL_UART_RxCpltCallback) refers to hw_uart.o(.bss.HW_hlpuart1RxCb) for HW_hlpuart1RxCb + hw_uart.o(.ARM.exidx.text.HAL_UART_RxCpltCallback) refers to hw_uart.o(.text.HAL_UART_RxCpltCallback) for [Anonymous Symbol] + hw_uart.o(.text.HAL_UART_TxCpltCallback) refers to hw_uart.o(.bss.HW_huart1TxCb) for HW_huart1TxCb + hw_uart.o(.text.HAL_UART_TxCpltCallback) refers to hw_uart.o(.bss.HW_hlpuart1TxCb) for HW_hlpuart1TxCb + hw_uart.o(.ARM.exidx.text.HAL_UART_TxCpltCallback) refers to hw_uart.o(.text.HAL_UART_TxCpltCallback) for [Anonymous Symbol] + stm32_lpm_if.o(.text.PWR_EnterSleepMode) refers to stm32wbxx_hal.o(.text.HAL_SuspendTick) for HAL_SuspendTick + stm32_lpm_if.o(.text.PWR_EnterSleepMode) refers to stm32_lpm_if.o(.text.LL_LPM_EnableSleep) for LL_LPM_EnableSleep + stm32_lpm_if.o(.ARM.exidx.text.PWR_EnterSleepMode) refers to stm32_lpm_if.o(.text.PWR_EnterSleepMode) for [Anonymous Symbol] + stm32_lpm_if.o(.text.PWR_ExitSleepMode) refers to stm32wbxx_hal.o(.text.HAL_ResumeTick) for HAL_ResumeTick + stm32_lpm_if.o(.ARM.exidx.text.PWR_ExitSleepMode) refers to stm32_lpm_if.o(.text.PWR_ExitSleepMode) for [Anonymous Symbol] + stm32_lpm_if.o(.text.PWR_EnterStopMode) refers to stm32wbxx_hal.o(.text.HAL_SuspendTick) for HAL_SuspendTick + stm32_lpm_if.o(.text.PWR_EnterStopMode) refers to stm32_lpm_if.o(.text.EnterLowPower) for EnterLowPower + stm32_lpm_if.o(.text.PWR_EnterStopMode) refers to stm32_lpm_if.o(.text.LL_PWR_SetPowerMode) for LL_PWR_SetPowerMode + stm32_lpm_if.o(.text.PWR_EnterStopMode) refers to stm32_lpm_if.o(.text.LL_LPM_EnableDeepSleep) for LL_LPM_EnableDeepSleep + stm32_lpm_if.o(.ARM.exidx.text.PWR_EnterStopMode) refers to stm32_lpm_if.o(.text.PWR_EnterStopMode) for [Anonymous Symbol] + stm32_lpm_if.o(.text.PWR_ExitStopMode) refers to stm32_lpm_if.o(.text.ExitLowPower) for ExitLowPower + stm32_lpm_if.o(.text.PWR_ExitStopMode) refers to stm32wbxx_hal.o(.text.HAL_ResumeTick) for HAL_ResumeTick + stm32_lpm_if.o(.ARM.exidx.text.PWR_ExitStopMode) refers to stm32_lpm_if.o(.text.PWR_ExitStopMode) for [Anonymous Symbol] + stm32_lpm_if.o(.text.PWR_EnterOffMode) refers to stm32wbxx_hal.o(.text.HAL_SuspendTick) for HAL_SuspendTick + stm32_lpm_if.o(.text.PWR_EnterOffMode) refers to stm32_lpm_if.o(.text.EnterLowPower) for EnterLowPower + stm32_lpm_if.o(.text.PWR_EnterOffMode) refers to stm32_lpm_if.o(.text.LL_PWR_ClearFlag_WU) for LL_PWR_ClearFlag_WU + stm32_lpm_if.o(.text.PWR_EnterOffMode) refers to stm32_lpm_if.o(.text.LL_PWR_SetPowerMode) for LL_PWR_SetPowerMode + stm32_lpm_if.o(.text.PWR_EnterOffMode) refers to stm32_lpm_if.o(.text.LL_LPM_EnableDeepSleep) for LL_LPM_EnableDeepSleep + stm32_lpm_if.o(.ARM.exidx.text.PWR_EnterOffMode) refers to stm32_lpm_if.o(.text.PWR_EnterOffMode) for [Anonymous Symbol] + stm32_lpm_if.o(.text.PWR_ExitOffMode) refers to stm32wbxx_hal.o(.text.HAL_ResumeTick) for HAL_ResumeTick + stm32_lpm_if.o(.ARM.exidx.text.PWR_ExitOffMode) refers to stm32_lpm_if.o(.text.PWR_ExitOffMode) for [Anonymous Symbol] + stm32_lpm_if.o(.text.EnterLowPower) refers to stm32_lpm_if.o(.text.LL_HSEM_1StepLock) for LL_HSEM_1StepLock + stm32_lpm_if.o(.text.EnterLowPower) refers to stm32_lpm_if.o(.text.LL_PWR_IsActiveFlag_C2DS) for LL_PWR_IsActiveFlag_C2DS + stm32_lpm_if.o(.text.EnterLowPower) refers to stm32_lpm_if.o(.text.LL_PWR_IsActiveFlag_C2SB) for LL_PWR_IsActiveFlag_C2SB + stm32_lpm_if.o(.text.EnterLowPower) refers to stm32_lpm_if.o(.text.LL_HSEM_ReleaseLock) for LL_HSEM_ReleaseLock + stm32_lpm_if.o(.text.EnterLowPower) refers to stm32_lpm_if.o(.text.Switch_On_HSI) for Switch_On_HSI + stm32_lpm_if.o(.ARM.exidx.text.EnterLowPower) refers to stm32_lpm_if.o(.text.EnterLowPower) for [Anonymous Symbol] + stm32_lpm_if.o(.ARM.exidx.text.LL_PWR_ClearFlag_WU) refers to stm32_lpm_if.o(.text.LL_PWR_ClearFlag_WU) for [Anonymous Symbol] + stm32_lpm_if.o(.ARM.exidx.text.LL_PWR_SetPowerMode) refers to stm32_lpm_if.o(.text.LL_PWR_SetPowerMode) for [Anonymous Symbol] + stm32_lpm_if.o(.ARM.exidx.text.LL_LPM_EnableDeepSleep) refers to stm32_lpm_if.o(.text.LL_LPM_EnableDeepSleep) for [Anonymous Symbol] + stm32_lpm_if.o(.text.ExitLowPower) refers to stm32_lpm_if.o(.text.LL_HSEM_ReleaseLock) for LL_HSEM_ReleaseLock + stm32_lpm_if.o(.text.ExitLowPower) refers to stm32_lpm_if.o(.text.LL_HSEM_1StepLock) for LL_HSEM_1StepLock + stm32_lpm_if.o(.text.ExitLowPower) refers to stm32_lpm_if.o(.text.LL_RCC_GetSysClkSource) for LL_RCC_GetSysClkSource + stm32_lpm_if.o(.text.ExitLowPower) refers to stm32_lpm_if.o(.text.LL_RCC_HSE_Enable) for LL_RCC_HSE_Enable + stm32_lpm_if.o(.text.ExitLowPower) refers to stm32_lpm_if.o(.text.LL_RCC_HSE_IsReady) for LL_RCC_HSE_IsReady + stm32_lpm_if.o(.text.ExitLowPower) refers to stm32_lpm_if.o(.text.LL_RCC_SetSysClkSource) for LL_RCC_SetSysClkSource + stm32_lpm_if.o(.ARM.exidx.text.ExitLowPower) refers to stm32_lpm_if.o(.text.ExitLowPower) for [Anonymous Symbol] + stm32_lpm_if.o(.ARM.exidx.text.LL_LPM_EnableSleep) refers to stm32_lpm_if.o(.text.LL_LPM_EnableSleep) for [Anonymous Symbol] + stm32_lpm_if.o(.ARM.exidx.text.LL_HSEM_1StepLock) refers to stm32_lpm_if.o(.text.LL_HSEM_1StepLock) for [Anonymous Symbol] + stm32_lpm_if.o(.ARM.exidx.text.LL_PWR_IsActiveFlag_C2DS) refers to stm32_lpm_if.o(.text.LL_PWR_IsActiveFlag_C2DS) for [Anonymous Symbol] + stm32_lpm_if.o(.ARM.exidx.text.LL_PWR_IsActiveFlag_C2SB) refers to stm32_lpm_if.o(.text.LL_PWR_IsActiveFlag_C2SB) for [Anonymous Symbol] + stm32_lpm_if.o(.ARM.exidx.text.LL_HSEM_ReleaseLock) refers to stm32_lpm_if.o(.text.LL_HSEM_ReleaseLock) for [Anonymous Symbol] + stm32_lpm_if.o(.text.Switch_On_HSI) refers to stm32_lpm_if.o(.text.LL_RCC_HSI_Enable) for LL_RCC_HSI_Enable + stm32_lpm_if.o(.text.Switch_On_HSI) refers to stm32_lpm_if.o(.text.LL_RCC_HSI_IsReady) for LL_RCC_HSI_IsReady + stm32_lpm_if.o(.text.Switch_On_HSI) refers to stm32_lpm_if.o(.text.LL_RCC_SetSysClkSource) for LL_RCC_SetSysClkSource + stm32_lpm_if.o(.text.Switch_On_HSI) refers to stm32_lpm_if.o(.text.LL_RCC_SetSMPSClockSource) for LL_RCC_SetSMPSClockSource + stm32_lpm_if.o(.text.Switch_On_HSI) refers to stm32_lpm_if.o(.text.LL_RCC_GetSysClkSource) for LL_RCC_GetSysClkSource + stm32_lpm_if.o(.ARM.exidx.text.Switch_On_HSI) refers to stm32_lpm_if.o(.text.Switch_On_HSI) for [Anonymous Symbol] + stm32_lpm_if.o(.ARM.exidx.text.LL_RCC_HSI_Enable) refers to stm32_lpm_if.o(.text.LL_RCC_HSI_Enable) for [Anonymous Symbol] + stm32_lpm_if.o(.ARM.exidx.text.LL_RCC_HSI_IsReady) refers to stm32_lpm_if.o(.text.LL_RCC_HSI_IsReady) for [Anonymous Symbol] + stm32_lpm_if.o(.ARM.exidx.text.LL_RCC_SetSysClkSource) refers to stm32_lpm_if.o(.text.LL_RCC_SetSysClkSource) for [Anonymous Symbol] + stm32_lpm_if.o(.ARM.exidx.text.LL_RCC_SetSMPSClockSource) refers to stm32_lpm_if.o(.text.LL_RCC_SetSMPSClockSource) for [Anonymous Symbol] + stm32_lpm_if.o(.ARM.exidx.text.LL_RCC_GetSysClkSource) refers to stm32_lpm_if.o(.text.LL_RCC_GetSysClkSource) for [Anonymous Symbol] + stm32_lpm_if.o(.ARM.exidx.text.LL_RCC_HSE_Enable) refers to stm32_lpm_if.o(.text.LL_RCC_HSE_Enable) for [Anonymous Symbol] + stm32_lpm_if.o(.ARM.exidx.text.LL_RCC_HSE_IsReady) refers to stm32_lpm_if.o(.text.LL_RCC_HSE_IsReady) for [Anonymous Symbol] + stm32_lpm_if.o(.rodata.UTIL_PowerDriver) refers to stm32_lpm_if.o(.text.PWR_EnterSleepMode) for PWR_EnterSleepMode + stm32_lpm_if.o(.rodata.UTIL_PowerDriver) refers to stm32_lpm_if.o(.text.PWR_ExitSleepMode) for PWR_ExitSleepMode + stm32_lpm_if.o(.rodata.UTIL_PowerDriver) refers to stm32_lpm_if.o(.text.PWR_EnterStopMode) for PWR_EnterStopMode + stm32_lpm_if.o(.rodata.UTIL_PowerDriver) refers to stm32_lpm_if.o(.text.PWR_ExitStopMode) for PWR_ExitStopMode + stm32_lpm_if.o(.rodata.UTIL_PowerDriver) refers to stm32_lpm_if.o(.text.PWR_EnterOffMode) for PWR_EnterOffMode + stm32_lpm_if.o(.rodata.UTIL_PowerDriver) refers to stm32_lpm_if.o(.text.PWR_ExitOffMode) for PWR_ExitOffMode + stm_logging.o(.text.logApplication) refers to stm_logging.o(.text.logLevel) for logLevel + stm_logging.o(.text.logApplication) refers to stm_logging.o(.text.logRegion) for logRegion + stm_logging.o(.text.logApplication) refers to printfa.o(i.__0vsnprintf) for vsnprintf + stm_logging.o(.text.logApplication) refers to stm_logging.o(.rodata.str1.1) for .L.str + stm_logging.o(.text.logApplication) refers to printfa.o(i.__0printf) for printf + stm_logging.o(.ARM.exidx.text.logApplication) refers to stm_logging.o(.text.logApplication) for [Anonymous Symbol] + stm_logging.o(.text.logLevel) refers to stm_logging.o(.text.levelToString) for levelToString + stm_logging.o(.text.logLevel) refers to stm_logging.o(.rodata.str1.1) for .L.str + stm_logging.o(.text.logLevel) refers to printfa.o(i.__0snprintf) for snprintf + stm_logging.o(.ARM.exidx.text.logLevel) refers to stm_logging.o(.text.logLevel) for [Anonymous Symbol] + stm_logging.o(.text.logRegion) refers to stm_logging.o(.rodata.str1.1) for .L.str.5 + stm_logging.o(.text.logRegion) refers to strcpy.o(.text) for strcpy + stm_logging.o(.text.logRegion) refers to printfa.o(i.__0snprintf) for snprintf + stm_logging.o(.ARM.exidx.text.logRegion) refers to stm_logging.o(.text.logRegion) for [Anonymous Symbol] + stm_logging.o(.text.levelToString) refers to stm_logging.o(.rodata.str1.1) for .L.str.1 + stm_logging.o(.ARM.exidx.text.levelToString) refers to stm_logging.o(.text.levelToString) for [Anonymous Symbol] + stm32wbxx_it.o(.ARM.exidx.text.NMI_Handler) refers to stm32wbxx_it.o(.text.NMI_Handler) for [Anonymous Symbol] + stm32wbxx_it.o(.ARM.exidx.text.HardFault_Handler) refers to stm32wbxx_it.o(.text.HardFault_Handler) for [Anonymous Symbol] + stm32wbxx_it.o(.ARM.exidx.text.MemManage_Handler) refers to stm32wbxx_it.o(.text.MemManage_Handler) for [Anonymous Symbol] + stm32wbxx_it.o(.ARM.exidx.text.BusFault_Handler) refers to stm32wbxx_it.o(.text.BusFault_Handler) for [Anonymous Symbol] + stm32wbxx_it.o(.ARM.exidx.text.UsageFault_Handler) refers to stm32wbxx_it.o(.text.UsageFault_Handler) for [Anonymous Symbol] + stm32wbxx_it.o(.ARM.exidx.text.SVC_Handler) refers to stm32wbxx_it.o(.text.SVC_Handler) for [Anonymous Symbol] + stm32wbxx_it.o(.ARM.exidx.text.DebugMon_Handler) refers to stm32wbxx_it.o(.text.DebugMon_Handler) for [Anonymous Symbol] + stm32wbxx_it.o(.ARM.exidx.text.PendSV_Handler) refers to stm32wbxx_it.o(.text.PendSV_Handler) for [Anonymous Symbol] + stm32wbxx_it.o(.text.SysTick_Handler) refers to stm32wbxx_hal.o(.text.HAL_IncTick) for HAL_IncTick + stm32wbxx_it.o(.ARM.exidx.text.SysTick_Handler) refers to stm32wbxx_it.o(.text.SysTick_Handler) for [Anonymous Symbol] + stm32wbxx_it.o(.text.PVD_PVM_IRQHandler) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_PVD_PVM_IRQHandler) for HAL_PWREx_PVD_PVM_IRQHandler + stm32wbxx_it.o(.ARM.exidx.text.PVD_PVM_IRQHandler) refers to stm32wbxx_it.o(.text.PVD_PVM_IRQHandler) for [Anonymous Symbol] + stm32wbxx_it.o(.text.RTC_WKUP_IRQHandler) refers to hw_timerserver.o(.text.HW_TS_RTC_Wakeup_Handler) for HW_TS_RTC_Wakeup_Handler + stm32wbxx_it.o(.ARM.exidx.text.RTC_WKUP_IRQHandler) refers to stm32wbxx_it.o(.text.RTC_WKUP_IRQHandler) for [Anonymous Symbol] + stm32wbxx_it.o(.text.FLASH_IRQHandler) refers to stm32wbxx_hal_flash.o(.text.HAL_FLASH_IRQHandler) for HAL_FLASH_IRQHandler + stm32wbxx_it.o(.ARM.exidx.text.FLASH_IRQHandler) refers to stm32wbxx_it.o(.text.FLASH_IRQHandler) for [Anonymous Symbol] + stm32wbxx_it.o(.ARM.exidx.text.RCC_IRQHandler) refers to stm32wbxx_it.o(.text.RCC_IRQHandler) for [Anonymous Symbol] + stm32wbxx_it.o(.text.DMA1_Channel1_IRQHandler) refers to main.o(.bss.hdma_lpuart1_tx) for hdma_lpuart1_tx + stm32wbxx_it.o(.text.DMA1_Channel1_IRQHandler) refers to stm32wbxx_hal_dma.o(.text.HAL_DMA_IRQHandler) for HAL_DMA_IRQHandler + stm32wbxx_it.o(.ARM.exidx.text.DMA1_Channel1_IRQHandler) refers to stm32wbxx_it.o(.text.DMA1_Channel1_IRQHandler) for [Anonymous Symbol] + stm32wbxx_it.o(.text.DMA1_Channel2_IRQHandler) refers to main.o(.bss.hdma_usart1_tx) for hdma_usart1_tx + stm32wbxx_it.o(.text.DMA1_Channel2_IRQHandler) refers to stm32wbxx_hal_dma.o(.text.HAL_DMA_IRQHandler) for HAL_DMA_IRQHandler + stm32wbxx_it.o(.ARM.exidx.text.DMA1_Channel2_IRQHandler) refers to stm32wbxx_it.o(.text.DMA1_Channel2_IRQHandler) for [Anonymous Symbol] + stm32wbxx_it.o(.ARM.exidx.text.C2SEV_PWR_C2H_IRQHandler) refers to stm32wbxx_it.o(.text.C2SEV_PWR_C2H_IRQHandler) for [Anonymous Symbol] + stm32wbxx_it.o(.text.USART1_IRQHandler) refers to main.o(.bss.huart1) for huart1 + stm32wbxx_it.o(.text.USART1_IRQHandler) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_IRQHandler) for HAL_UART_IRQHandler + stm32wbxx_it.o(.ARM.exidx.text.USART1_IRQHandler) refers to stm32wbxx_it.o(.text.USART1_IRQHandler) for [Anonymous Symbol] + stm32wbxx_it.o(.text.LPUART1_IRQHandler) refers to main.o(.bss.hlpuart1) for hlpuart1 + stm32wbxx_it.o(.text.LPUART1_IRQHandler) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_IRQHandler) for HAL_UART_IRQHandler + stm32wbxx_it.o(.ARM.exidx.text.LPUART1_IRQHandler) refers to stm32wbxx_it.o(.text.LPUART1_IRQHandler) for [Anonymous Symbol] + stm32wbxx_it.o(.ARM.exidx.text.PWR_SOTF_BLEACT_802ACT_RFPHASE_IRQHandler) refers to stm32wbxx_it.o(.text.PWR_SOTF_BLEACT_802ACT_RFPHASE_IRQHandler) for [Anonymous Symbol] + stm32wbxx_it.o(.text.IPCC_C1_RX_IRQHandler) refers to hw_ipcc.o(.text.HW_IPCC_Rx_Handler) for HW_IPCC_Rx_Handler + stm32wbxx_it.o(.ARM.exidx.text.IPCC_C1_RX_IRQHandler) refers to stm32wbxx_it.o(.text.IPCC_C1_RX_IRQHandler) for [Anonymous Symbol] + stm32wbxx_it.o(.text.IPCC_C1_TX_IRQHandler) refers to hw_ipcc.o(.text.HW_IPCC_Tx_Handler) for HW_IPCC_Tx_Handler + stm32wbxx_it.o(.ARM.exidx.text.IPCC_C1_TX_IRQHandler) refers to stm32wbxx_it.o(.text.IPCC_C1_TX_IRQHandler) for [Anonymous Symbol] + stm32wbxx_it.o(.text.HSEM_IRQHandler) refers to stm32wbxx_hal_hsem.o(.text.HAL_HSEM_IRQHandler) for HAL_HSEM_IRQHandler + stm32wbxx_it.o(.ARM.exidx.text.HSEM_IRQHandler) refers to stm32wbxx_it.o(.text.HSEM_IRQHandler) for [Anonymous Symbol] + stm32wbxx_it.o(.ARM.exidx.text.FPU_IRQHandler) refers to stm32wbxx_it.o(.text.FPU_IRQHandler) for [Anonymous Symbol] + stm32wbxx_it.o(.text.EXTI4_IRQHandler) refers to stm32wbxx_hal_gpio.o(.text.HAL_GPIO_EXTI_IRQHandler) for HAL_GPIO_EXTI_IRQHandler + stm32wbxx_it.o(.ARM.exidx.text.EXTI4_IRQHandler) refers to stm32wbxx_it.o(.text.EXTI4_IRQHandler) for [Anonymous Symbol] + stm32wbxx_it.o(.text.EXTI0_IRQHandler) refers to stm32wbxx_hal_gpio.o(.text.HAL_GPIO_EXTI_IRQHandler) for HAL_GPIO_EXTI_IRQHandler + stm32wbxx_it.o(.ARM.exidx.text.EXTI0_IRQHandler) refers to stm32wbxx_it.o(.text.EXTI0_IRQHandler) for [Anonymous Symbol] + stm32wbxx_it.o(.text.EXTI1_IRQHandler) refers to stm32wbxx_hal_gpio.o(.text.HAL_GPIO_EXTI_IRQHandler) for HAL_GPIO_EXTI_IRQHandler + stm32wbxx_it.o(.ARM.exidx.text.EXTI1_IRQHandler) refers to stm32wbxx_it.o(.text.EXTI1_IRQHandler) for [Anonymous Symbol] + stm32wbxx_hal_msp.o(.text.HAL_MspInit) refers to stm32wbxx_hal_msp.o(.text.LL_AHB3_GRP1_EnableClock) for LL_AHB3_GRP1_EnableClock + stm32wbxx_hal_msp.o(.text.HAL_MspInit) refers to stm32wbxx_hal_cortex.o(.text.HAL_NVIC_SetPriority) for HAL_NVIC_SetPriority + stm32wbxx_hal_msp.o(.text.HAL_MspInit) refers to stm32wbxx_hal_cortex.o(.text.HAL_NVIC_EnableIRQ) for HAL_NVIC_EnableIRQ + stm32wbxx_hal_msp.o(.ARM.exidx.text.HAL_MspInit) refers to stm32wbxx_hal_msp.o(.text.HAL_MspInit) for [Anonymous Symbol] + stm32wbxx_hal_msp.o(.ARM.exidx.text.LL_AHB3_GRP1_EnableClock) refers to stm32wbxx_hal_msp.o(.text.LL_AHB3_GRP1_EnableClock) for [Anonymous Symbol] + stm32wbxx_hal_msp.o(.text.HAL_IPCC_MspInit) refers to stm32wbxx_hal_msp.o(.text.LL_AHB3_GRP1_EnableClock) for LL_AHB3_GRP1_EnableClock + stm32wbxx_hal_msp.o(.text.HAL_IPCC_MspInit) refers to stm32wbxx_hal_cortex.o(.text.HAL_NVIC_SetPriority) for HAL_NVIC_SetPriority + stm32wbxx_hal_msp.o(.text.HAL_IPCC_MspInit) refers to stm32wbxx_hal_cortex.o(.text.HAL_NVIC_EnableIRQ) for HAL_NVIC_EnableIRQ + stm32wbxx_hal_msp.o(.ARM.exidx.text.HAL_IPCC_MspInit) refers to stm32wbxx_hal_msp.o(.text.HAL_IPCC_MspInit) for [Anonymous Symbol] + stm32wbxx_hal_msp.o(.text.HAL_IPCC_MspDeInit) refers to stm32wbxx_hal_msp.o(.text.LL_AHB3_GRP1_DisableClock) for LL_AHB3_GRP1_DisableClock + stm32wbxx_hal_msp.o(.text.HAL_IPCC_MspDeInit) refers to stm32wbxx_hal_cortex.o(.text.HAL_NVIC_DisableIRQ) for HAL_NVIC_DisableIRQ + stm32wbxx_hal_msp.o(.ARM.exidx.text.HAL_IPCC_MspDeInit) refers to stm32wbxx_hal_msp.o(.text.HAL_IPCC_MspDeInit) for [Anonymous Symbol] + stm32wbxx_hal_msp.o(.ARM.exidx.text.LL_AHB3_GRP1_DisableClock) refers to stm32wbxx_hal_msp.o(.text.LL_AHB3_GRP1_DisableClock) for [Anonymous Symbol] + stm32wbxx_hal_msp.o(.text.HAL_UART_MspInit) refers to memseta.o(.text) for __aeabi_memclr4 + stm32wbxx_hal_msp.o(.text.HAL_UART_MspInit) refers to stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_PeriphCLKConfig) for HAL_RCCEx_PeriphCLKConfig + stm32wbxx_hal_msp.o(.text.HAL_UART_MspInit) refers to main.o(.text.Error_Handler) for Error_Handler + stm32wbxx_hal_msp.o(.text.HAL_UART_MspInit) refers to stm32wbxx_hal_msp.o(.text.LL_APB1_GRP2_EnableClock) for LL_APB1_GRP2_EnableClock + stm32wbxx_hal_msp.o(.text.HAL_UART_MspInit) refers to stm32wbxx_hal_msp.o(.text.LL_AHB2_GRP1_EnableClock) for LL_AHB2_GRP1_EnableClock + stm32wbxx_hal_msp.o(.text.HAL_UART_MspInit) refers to stm32wbxx_hal_gpio.o(.text.HAL_GPIO_Init) for HAL_GPIO_Init + stm32wbxx_hal_msp.o(.text.HAL_UART_MspInit) refers to main.o(.bss.hdma_lpuart1_tx) for hdma_lpuart1_tx + stm32wbxx_hal_msp.o(.text.HAL_UART_MspInit) refers to stm32wbxx_hal_dma.o(.text.HAL_DMA_Init) for HAL_DMA_Init + stm32wbxx_hal_msp.o(.text.HAL_UART_MspInit) refers to stm32wbxx_hal_cortex.o(.text.HAL_NVIC_SetPriority) for HAL_NVIC_SetPriority + stm32wbxx_hal_msp.o(.text.HAL_UART_MspInit) refers to stm32wbxx_hal_cortex.o(.text.HAL_NVIC_EnableIRQ) for HAL_NVIC_EnableIRQ + stm32wbxx_hal_msp.o(.text.HAL_UART_MspInit) refers to stm32wbxx_hal_msp.o(.text.LL_APB2_GRP1_EnableClock) for LL_APB2_GRP1_EnableClock + stm32wbxx_hal_msp.o(.text.HAL_UART_MspInit) refers to main.o(.bss.hdma_usart1_tx) for hdma_usart1_tx + stm32wbxx_hal_msp.o(.ARM.exidx.text.HAL_UART_MspInit) refers to stm32wbxx_hal_msp.o(.text.HAL_UART_MspInit) for [Anonymous Symbol] + stm32wbxx_hal_msp.o(.ARM.exidx.text.LL_APB1_GRP2_EnableClock) refers to stm32wbxx_hal_msp.o(.text.LL_APB1_GRP2_EnableClock) for [Anonymous Symbol] + stm32wbxx_hal_msp.o(.ARM.exidx.text.LL_AHB2_GRP1_EnableClock) refers to stm32wbxx_hal_msp.o(.text.LL_AHB2_GRP1_EnableClock) for [Anonymous Symbol] + stm32wbxx_hal_msp.o(.ARM.exidx.text.LL_APB2_GRP1_EnableClock) refers to stm32wbxx_hal_msp.o(.text.LL_APB2_GRP1_EnableClock) for [Anonymous Symbol] + stm32wbxx_hal_msp.o(.text.HAL_UART_MspDeInit) refers to stm32wbxx_hal_msp.o(.text.LL_APB1_GRP2_DisableClock) for LL_APB1_GRP2_DisableClock + stm32wbxx_hal_msp.o(.text.HAL_UART_MspDeInit) refers to stm32wbxx_hal_gpio.o(.text.HAL_GPIO_DeInit) for HAL_GPIO_DeInit + stm32wbxx_hal_msp.o(.text.HAL_UART_MspDeInit) refers to stm32wbxx_hal_dma.o(.text.HAL_DMA_DeInit) for HAL_DMA_DeInit + stm32wbxx_hal_msp.o(.text.HAL_UART_MspDeInit) refers to stm32wbxx_hal_cortex.o(.text.HAL_NVIC_DisableIRQ) for HAL_NVIC_DisableIRQ + stm32wbxx_hal_msp.o(.text.HAL_UART_MspDeInit) refers to stm32wbxx_hal_msp.o(.text.LL_APB2_GRP1_DisableClock) for LL_APB2_GRP1_DisableClock + stm32wbxx_hal_msp.o(.ARM.exidx.text.HAL_UART_MspDeInit) refers to stm32wbxx_hal_msp.o(.text.HAL_UART_MspDeInit) for [Anonymous Symbol] + stm32wbxx_hal_msp.o(.ARM.exidx.text.LL_APB1_GRP2_DisableClock) refers to stm32wbxx_hal_msp.o(.text.LL_APB1_GRP2_DisableClock) for [Anonymous Symbol] + stm32wbxx_hal_msp.o(.ARM.exidx.text.LL_APB2_GRP1_DisableClock) refers to stm32wbxx_hal_msp.o(.text.LL_APB2_GRP1_DisableClock) for [Anonymous Symbol] + stm32wbxx_hal_msp.o(.text.HAL_RTC_MspInit) refers to memseta.o(.text) for __aeabi_memclr4 + stm32wbxx_hal_msp.o(.text.HAL_RTC_MspInit) refers to stm32wbxx_hal_pwr.o(.text.HAL_PWR_EnableBkUpAccess) for HAL_PWR_EnableBkUpAccess + stm32wbxx_hal_msp.o(.text.HAL_RTC_MspInit) refers to stm32wbxx_hal_msp.o(.text.LL_RCC_SetRTCClockSource) for LL_RCC_SetRTCClockSource + stm32wbxx_hal_msp.o(.text.HAL_RTC_MspInit) refers to stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_PeriphCLKConfig) for HAL_RCCEx_PeriphCLKConfig + stm32wbxx_hal_msp.o(.text.HAL_RTC_MspInit) refers to main.o(.text.Error_Handler) for Error_Handler + stm32wbxx_hal_msp.o(.text.HAL_RTC_MspInit) refers to stm32wbxx_hal_msp.o(.text.LL_RCC_EnableRTC) for LL_RCC_EnableRTC + stm32wbxx_hal_msp.o(.text.HAL_RTC_MspInit) refers to stm32wbxx_hal_msp.o(.text.LL_APB1_GRP1_EnableClock) for LL_APB1_GRP1_EnableClock + stm32wbxx_hal_msp.o(.text.HAL_RTC_MspInit) refers to stm32wbxx_hal_cortex.o(.text.HAL_NVIC_SetPriority) for HAL_NVIC_SetPriority + stm32wbxx_hal_msp.o(.text.HAL_RTC_MspInit) refers to stm32wbxx_hal_cortex.o(.text.HAL_NVIC_EnableIRQ) for HAL_NVIC_EnableIRQ + stm32wbxx_hal_msp.o(.ARM.exidx.text.HAL_RTC_MspInit) refers to stm32wbxx_hal_msp.o(.text.HAL_RTC_MspInit) for [Anonymous Symbol] + stm32wbxx_hal_msp.o(.ARM.exidx.text.LL_RCC_SetRTCClockSource) refers to stm32wbxx_hal_msp.o(.text.LL_RCC_SetRTCClockSource) for [Anonymous Symbol] + stm32wbxx_hal_msp.o(.ARM.exidx.text.LL_RCC_EnableRTC) refers to stm32wbxx_hal_msp.o(.text.LL_RCC_EnableRTC) for [Anonymous Symbol] + stm32wbxx_hal_msp.o(.ARM.exidx.text.LL_APB1_GRP1_EnableClock) refers to stm32wbxx_hal_msp.o(.text.LL_APB1_GRP1_EnableClock) for [Anonymous Symbol] + stm32wbxx_hal_msp.o(.text.HAL_RTC_MspDeInit) refers to stm32wbxx_hal_msp.o(.text.LL_RCC_DisableRTC) for LL_RCC_DisableRTC + stm32wbxx_hal_msp.o(.text.HAL_RTC_MspDeInit) refers to stm32wbxx_hal_msp.o(.text.LL_APB1_GRP1_DisableClock) for LL_APB1_GRP1_DisableClock + stm32wbxx_hal_msp.o(.text.HAL_RTC_MspDeInit) refers to stm32wbxx_hal_cortex.o(.text.HAL_NVIC_DisableIRQ) for HAL_NVIC_DisableIRQ + stm32wbxx_hal_msp.o(.ARM.exidx.text.HAL_RTC_MspDeInit) refers to stm32wbxx_hal_msp.o(.text.HAL_RTC_MspDeInit) for [Anonymous Symbol] + stm32wbxx_hal_msp.o(.ARM.exidx.text.LL_RCC_DisableRTC) refers to stm32wbxx_hal_msp.o(.text.LL_RCC_DisableRTC) for [Anonymous Symbol] + stm32wbxx_hal_msp.o(.ARM.exidx.text.LL_APB1_GRP1_DisableClock) refers to stm32wbxx_hal_msp.o(.text.LL_APB1_GRP1_DisableClock) for [Anonymous Symbol] + app_zigbee.o(.text.APP_ZIGBEE_Init) refers to app_zigbee.o(.rodata.str1.1) for .L.str + app_zigbee.o(.text.APP_ZIGBEE_Init) refers to stm_logging.o(.text.logApplication) for logApplication + app_zigbee.o(.text.APP_ZIGBEE_Init) refers to app_zigbee.o(.text.APP_ZIGBEE_CheckWirelessFirmwareInfo) for APP_ZIGBEE_CheckWirelessFirmwareInfo + app_zigbee.o(.text.APP_ZIGBEE_Init) refers to app_zigbee.o(MB_MEM2) for ZigbeeOtCmdBuffer + app_zigbee.o(.text.APP_ZIGBEE_Init) refers to app_zigbee.o(.text.APP_ZIGBEE_RegisterCmdBuffer) for APP_ZIGBEE_RegisterCmdBuffer + app_zigbee.o(.text.APP_ZIGBEE_Init) refers to app_zigbee.o(.text.APP_ZIGBEE_TL_INIT) for APP_ZIGBEE_TL_INIT + app_zigbee.o(.text.APP_ZIGBEE_Init) refers to app_zigbee.o(.text.APP_ZIGBEE_ProcessNotifyM0ToM4) for APP_ZIGBEE_ProcessNotifyM0ToM4 + app_zigbee.o(.text.APP_ZIGBEE_Init) refers to stm32_seq.o(.text.UTIL_SEQ_RegTask) for UTIL_SEQ_RegTask + app_zigbee.o(.text.APP_ZIGBEE_Init) refers to app_zigbee.o(.text.APP_ZIGBEE_ProcessRequestM0ToM4) for APP_ZIGBEE_ProcessRequestM0ToM4 + app_zigbee.o(.text.APP_ZIGBEE_Init) refers to app_zigbee.o(.text.APP_ZIGBEE_NwkForm) for APP_ZIGBEE_NwkForm + app_zigbee.o(.text.APP_ZIGBEE_Init) refers to shci.o(.text.SHCI_C2_ZIGBEE_Init) for SHCI_C2_ZIGBEE_Init + app_zigbee.o(.text.APP_ZIGBEE_Init) refers to app_zigbee.o(.text.APP_ZIGBEE_StackLayersInit) for APP_ZIGBEE_StackLayersInit + app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_Init) refers to app_zigbee.o(.text.APP_ZIGBEE_Init) for [Anonymous Symbol] + app_zigbee.o(.text.APP_ZIGBEE_CheckWirelessFirmwareInfo) refers to shci.o(.text.SHCI_GetWirelessFwInfo) for SHCI_GetWirelessFwInfo + app_zigbee.o(.text.APP_ZIGBEE_CheckWirelessFirmwareInfo) refers to app_zigbee.o(.text.APP_ZIGBEE_Error) for APP_ZIGBEE_Error + app_zigbee.o(.text.APP_ZIGBEE_CheckWirelessFirmwareInfo) refers to app_zigbee.o(.rodata.str1.1) for .L.str.17 + app_zigbee.o(.text.APP_ZIGBEE_CheckWirelessFirmwareInfo) refers to stm_logging.o(.text.logApplication) for logApplication + app_zigbee.o(.text.APP_ZIGBEE_CheckWirelessFirmwareInfo) refers to strstr.o(.text) for strstr + app_zigbee.o(.text.APP_ZIGBEE_CheckWirelessFirmwareInfo) refers to strchr.o(.text) for strchr + app_zigbee.o(.text.APP_ZIGBEE_CheckWirelessFirmwareInfo) refers to zigbee_core_wb.o(.rodata.sec_key_ha) for sec_key_ha + app_zigbee.o(.text.APP_ZIGBEE_CheckWirelessFirmwareInfo) refers to printfa.o(i.__0sprintf) for sprintf + app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_CheckWirelessFirmwareInfo) refers to app_zigbee.o(.text.APP_ZIGBEE_CheckWirelessFirmwareInfo) for [Anonymous Symbol] + app_zigbee.o(.text.APP_ZIGBEE_RegisterCmdBuffer) refers to app_zigbee.o(.bss.p_ZIGBEE_otcmdbuffer) for p_ZIGBEE_otcmdbuffer + app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_RegisterCmdBuffer) refers to app_zigbee.o(.text.APP_ZIGBEE_RegisterCmdBuffer) for [Anonymous Symbol] + app_zigbee.o(.text.APP_ZIGBEE_TL_INIT) refers to app_zigbee.o(MB_MEM1) for ZigbeeConfigBuffer + app_zigbee.o(.text.APP_ZIGBEE_TL_INIT) refers to app_zigbee.o(MB_MEM2) for ZigbeeOtCmdBuffer + app_zigbee.o(.text.APP_ZIGBEE_TL_INIT) refers to tl_mbox.o(.text.TL_ZIGBEE_Init) for TL_ZIGBEE_Init + app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_TL_INIT) refers to app_zigbee.o(.text.APP_ZIGBEE_TL_INIT) for [Anonymous Symbol] + app_zigbee.o(.text.APP_ZIGBEE_ProcessNotifyM0ToM4) refers to app_zigbee.o(.bss.CptReceiveNotifyFromM0) for CptReceiveNotifyFromM0 + app_zigbee.o(.text.APP_ZIGBEE_ProcessNotifyM0ToM4) refers to zigbee_core_wb.o(.text.Zigbee_CallBackProcessing) for Zigbee_CallBackProcessing + app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_ProcessNotifyM0ToM4) refers to app_zigbee.o(.text.APP_ZIGBEE_ProcessNotifyM0ToM4) for [Anonymous Symbol] + app_zigbee.o(.text.APP_ZIGBEE_ProcessRequestM0ToM4) refers to app_zigbee.o(.bss.CptReceiveRequestFromM0) for CptReceiveRequestFromM0 + app_zigbee.o(.text.APP_ZIGBEE_ProcessRequestM0ToM4) refers to zigbee_core_wb.o(.text.Zigbee_M0RequestProcessing) for Zigbee_M0RequestProcessing + app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_ProcessRequestM0ToM4) refers to app_zigbee.o(.text.APP_ZIGBEE_ProcessRequestM0ToM4) for [Anonymous Symbol] + app_zigbee.o(.text.APP_ZIGBEE_NwkForm) refers to app_zigbee.o(.bss.zigbee_app_info) for zigbee_app_info + app_zigbee.o(.text.APP_ZIGBEE_NwkForm) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for HAL_GetTick + app_zigbee.o(.text.APP_ZIGBEE_NwkForm) refers to zigbee_core_wb.o(.text.ZbSetLogging) for ZbSetLogging + app_zigbee.o(.text.APP_ZIGBEE_NwkForm) refers to zigbee_core_wb.o(.text.ZbStartupConfigGetProDefaults) for ZbStartupConfigGetProDefaults + app_zigbee.o(.text.APP_ZIGBEE_NwkForm) refers to app_globals.o(.data.g_app) for g_app + app_zigbee.o(.text.APP_ZIGBEE_NwkForm) refers to app_zigbee.o(.rodata.str1.1) for .L.str.11 + app_zigbee.o(.text.APP_ZIGBEE_NwkForm) refers to stm_logging.o(.text.logApplication) for logApplication + app_zigbee.o(.text.APP_ZIGBEE_NwkForm) refers to zigbee_core_wb.o(.rodata.sec_key_ha) for sec_key_ha + app_zigbee.o(.text.APP_ZIGBEE_NwkForm) refers to app_zigbee.o(.text.ZbStartupWait) for ZbStartupWait + app_zigbee.o(.text.APP_ZIGBEE_NwkForm) refers to app_zigbee.o(.bss.APP_ZIGBEE_join_watchdog_start_ms) for APP_ZIGBEE_join_watchdog_start_ms + app_zigbee.o(.text.APP_ZIGBEE_NwkForm) refers to app_zigbee.o(.data.APP_ZIGBEE_slave_try_rejoin) for APP_ZIGBEE_slave_try_rejoin + app_zigbee.o(.text.APP_ZIGBEE_NwkForm) refers to app_globals.o(.bss.watch_rejoin_active) for watch_rejoin_active + app_zigbee.o(.text.APP_ZIGBEE_NwkForm) refers to app_globals.o(.bss.watch_rejoin_success_count) for watch_rejoin_success_count + app_zigbee.o(.text.APP_ZIGBEE_NwkForm) refers to app_globals.o(.bss.watch_rejoin_last_status) for watch_rejoin_last_status + app_zigbee.o(.text.APP_ZIGBEE_NwkForm) refers to stm32wbxx_nucleo.o(.text.BSP_LED_On) for BSP_LED_On + app_zigbee.o(.text.APP_ZIGBEE_NwkForm) refers to app_zigbee.o(.text.APP_ZIGBEE_NextSlaveStartupControl) for APP_ZIGBEE_NextSlaveStartupControl + app_zigbee.o(.text.APP_ZIGBEE_NwkForm) refers to app_globals.o(.bss.watch_rejoin_fail_count) for watch_rejoin_fail_count + app_zigbee.o(.text.APP_ZIGBEE_NwkForm) refers to stm32_seq.o(.text.UTIL_SEQ_SetTask) for UTIL_SEQ_SetTask + app_zigbee.o(.text.APP_ZIGBEE_NwkForm) refers to app_zigbee.o(.text.APP_ZIGBEE_ConfigGroupAddr) for APP_ZIGBEE_ConfigGroupAddr + app_zigbee.o(.text.APP_ZIGBEE_NwkForm) refers to app_zigbee.o(.text.APP_ZIGBEE_OpenPermitJoin) for APP_ZIGBEE_OpenPermitJoin + app_zigbee.o(.text.APP_ZIGBEE_NwkForm) refers to app_zigbee.o(.bss.APP_ZIGBEE_last_permit_join_ms) for APP_ZIGBEE_last_permit_join_ms + app_zigbee.o(.text.APP_ZIGBEE_NwkForm) refers to zigbee_core_wb.o(.text.ZbNwkSet) for ZbNwkSet + app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_NwkForm) refers to app_zigbee.o(.text.APP_ZIGBEE_NwkForm) for [Anonymous Symbol] + app_zigbee.o(.text.APP_ZIGBEE_StackLayersInit) refers to app_zigbee.o(.rodata.str1.1) for .L.str.2 + app_zigbee.o(.text.APP_ZIGBEE_StackLayersInit) refers to stm_logging.o(.text.logApplication) for logApplication + app_zigbee.o(.text.APP_ZIGBEE_StackLayersInit) refers to zigbee_core_wb.o(.text.ZbInit) for ZbInit + app_zigbee.o(.text.APP_ZIGBEE_StackLayersInit) refers to app_zigbee.o(.bss.zigbee_app_info) for zigbee_app_info + app_zigbee.o(.text.APP_ZIGBEE_StackLayersInit) refers to dbg_trace.o(.text.__aeabi_assert) for __aeabi_assert + app_zigbee.o(.text.APP_ZIGBEE_StackLayersInit) refers to app_zigbee.o(.text.APP_ZIGBEE_ConfigEndpoints) for APP_ZIGBEE_ConfigEndpoints + app_zigbee.o(.text.APP_ZIGBEE_StackLayersInit) refers to stm32wbxx_nucleo.o(.text.BSP_LED_Off) for BSP_LED_Off + app_zigbee.o(.text.APP_ZIGBEE_StackLayersInit) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for HAL_GetTick + app_zigbee.o(.text.APP_ZIGBEE_StackLayersInit) refers to app_zigbee.o(.bss.APP_ZIGBEE_join_watchdog_start_ms) for APP_ZIGBEE_join_watchdog_start_ms + app_zigbee.o(.text.APP_ZIGBEE_StackLayersInit) refers to app_globals.o(.data.g_app) for g_app + app_zigbee.o(.text.APP_ZIGBEE_StackLayersInit) refers to app_zigbee.o(.text.APP_ZIGBEE_NextSlaveStartupControl) for APP_ZIGBEE_NextSlaveStartupControl + app_zigbee.o(.text.APP_ZIGBEE_StackLayersInit) refers to stm32_seq.o(.text.UTIL_SEQ_SetTask) for UTIL_SEQ_SetTask + app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_StackLayersInit) refers to app_zigbee.o(.text.APP_ZIGBEE_StackLayersInit) for [Anonymous Symbol] + app_zigbee.o(.text.ZbStartupWait) refers to malloc.o(i.malloc) for malloc + app_zigbee.o(.text.ZbStartupWait) refers to app_zigbee.o(.text.ZbStartupWaitCb) for ZbStartupWaitCb + app_zigbee.o(.text.ZbStartupWait) refers to zigbee_core_wb.o(.text.ZbStartup) for ZbStartup + app_zigbee.o(.text.ZbStartupWait) refers to malloc.o(i.free) for free + app_zigbee.o(.text.ZbStartupWait) refers to stm32_seq.o(.text.UTIL_SEQ_WaitEvt) for UTIL_SEQ_WaitEvt + app_zigbee.o(.ARM.exidx.text.ZbStartupWait) refers to app_zigbee.o(.text.ZbStartupWait) for [Anonymous Symbol] + app_zigbee.o(.text.ZbStartupWaitCb) refers to stm32_seq.o(.text.UTIL_SEQ_SetEvt) for UTIL_SEQ_SetEvt + app_zigbee.o(.ARM.exidx.text.ZbStartupWaitCb) refers to app_zigbee.o(.text.ZbStartupWaitCb) for [Anonymous Symbol] + app_zigbee.o(.text.APP_ZIGBEE_Error) refers to app_zigbee.o(.rodata.str1.1) for .L.str.1 + app_zigbee.o(.text.APP_ZIGBEE_Error) refers to app_zigbee.o(.text.APP_ZIGBEE_TraceError) for APP_ZIGBEE_TraceError + app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_Error) refers to app_zigbee.o(.text.APP_ZIGBEE_Error) for [Anonymous Symbol] + app_zigbee.o(.text.APP_ZIGBEE_TraceError) refers to app_zigbee.o(.rodata.str1.1) for .L.str.16 + app_zigbee.o(.text.APP_ZIGBEE_TraceError) refers to stm_logging.o(.text.logApplication) for logApplication + app_zigbee.o(.text.APP_ZIGBEE_TraceError) refers to stm32wbxx_nucleo.o(.text.BSP_LED_Toggle) for BSP_LED_Toggle + app_zigbee.o(.text.APP_ZIGBEE_TraceError) refers to app_entry.o(.text.HAL_Delay) for HAL_Delay + app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_TraceError) refers to app_zigbee.o(.text.APP_ZIGBEE_TraceError) for [Anonymous Symbol] + app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) refers to app_zigbee.o(.bss.p_ZIGBEE_otcmdbuffer) for p_ZIGBEE_otcmdbuffer + app_zigbee.o(.ARM.exidx.text.ZIGBEE_Get_OTCmdPayloadBuffer) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for [Anonymous Symbol] + app_zigbee.o(.text.ZIGBEE_Get_OTCmdRspPayloadBuffer) refers to app_zigbee.o(.bss.p_ZIGBEE_otcmdbuffer) for p_ZIGBEE_otcmdbuffer + app_zigbee.o(.ARM.exidx.text.ZIGBEE_Get_OTCmdRspPayloadBuffer) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdRspPayloadBuffer) for [Anonymous Symbol] + app_zigbee.o(.text.ZIGBEE_Get_NotificationPayloadBuffer) refers to app_zigbee.o(.bss.p_ZIGBEE_notif_M0_to_M4) for p_ZIGBEE_notif_M0_to_M4 + app_zigbee.o(.ARM.exidx.text.ZIGBEE_Get_NotificationPayloadBuffer) refers to app_zigbee.o(.text.ZIGBEE_Get_NotificationPayloadBuffer) for [Anonymous Symbol] + app_zigbee.o(.text.ZIGBEE_Get_M0RequestPayloadBuffer) refers to app_zigbee.o(.bss.p_ZIGBEE_request_M0_to_M4) for p_ZIGBEE_request_M0_to_M4 + app_zigbee.o(.ARM.exidx.text.ZIGBEE_Get_M0RequestPayloadBuffer) refers to app_zigbee.o(.text.ZIGBEE_Get_M0RequestPayloadBuffer) for [Anonymous Symbol] + app_zigbee.o(.text.ZIGBEE_CmdTransfer) refers to app_zigbee.o(.bss.p_ZIGBEE_otcmdbuffer) for p_ZIGBEE_otcmdbuffer + app_zigbee.o(.text.ZIGBEE_CmdTransfer) refers to tl_mbox.o(.text.TL_ZIGBEE_SendM4RequestToM0) for TL_ZIGBEE_SendM4RequestToM0 + app_zigbee.o(.text.ZIGBEE_CmdTransfer) refers to app_zigbee.o(.text.Wait_Getting_Ack_From_M0) for Wait_Getting_Ack_From_M0 + app_zigbee.o(.ARM.exidx.text.ZIGBEE_CmdTransfer) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for [Anonymous Symbol] + app_zigbee.o(.text.Wait_Getting_Ack_From_M0) refers to stm32_seq.o(.text.UTIL_SEQ_WaitEvt) for UTIL_SEQ_WaitEvt + app_zigbee.o(.ARM.exidx.text.Wait_Getting_Ack_From_M0) refers to app_zigbee.o(.text.Wait_Getting_Ack_From_M0) for [Anonymous Symbol] + app_zigbee.o(.text.ZIGBEE_CmdTransferWithNotif) refers to app_zigbee.o(.bss.g_ot_notification_allowed) for g_ot_notification_allowed + app_zigbee.o(.text.ZIGBEE_CmdTransferWithNotif) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + app_zigbee.o(.ARM.exidx.text.ZIGBEE_CmdTransferWithNotif) refers to app_zigbee.o(.text.ZIGBEE_CmdTransferWithNotif) for [Anonymous Symbol] + app_zigbee.o(.text.TL_ZIGBEE_CmdEvtReceived) refers to app_zigbee.o(.text.Receive_Ack_From_M0) for Receive_Ack_From_M0 + app_zigbee.o(.ARM.exidx.text.TL_ZIGBEE_CmdEvtReceived) refers to app_zigbee.o(.text.TL_ZIGBEE_CmdEvtReceived) for [Anonymous Symbol] + app_zigbee.o(.text.Receive_Ack_From_M0) refers to stm32_seq.o(.text.UTIL_SEQ_SetEvt) for UTIL_SEQ_SetEvt + app_zigbee.o(.ARM.exidx.text.Receive_Ack_From_M0) refers to app_zigbee.o(.text.Receive_Ack_From_M0) for [Anonymous Symbol] + app_zigbee.o(.text.TL_ZIGBEE_NotReceived) refers to app_zigbee.o(.bss.p_ZIGBEE_notif_M0_to_M4) for p_ZIGBEE_notif_M0_to_M4 + app_zigbee.o(.text.TL_ZIGBEE_NotReceived) refers to app_zigbee.o(.text.Receive_Notification_From_M0) for Receive_Notification_From_M0 + app_zigbee.o(.ARM.exidx.text.TL_ZIGBEE_NotReceived) refers to app_zigbee.o(.text.TL_ZIGBEE_NotReceived) for [Anonymous Symbol] + app_zigbee.o(.text.Receive_Notification_From_M0) refers to app_zigbee.o(.bss.CptReceiveNotifyFromM0) for CptReceiveNotifyFromM0 + app_zigbee.o(.text.Receive_Notification_From_M0) refers to stm32_seq.o(.text.UTIL_SEQ_SetTask) for UTIL_SEQ_SetTask + app_zigbee.o(.ARM.exidx.text.Receive_Notification_From_M0) refers to app_zigbee.o(.text.Receive_Notification_From_M0) for [Anonymous Symbol] + app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) refers to stm32_seq.o(.text.UTIL_SEQ_WaitEvt) for UTIL_SEQ_WaitEvt + app_zigbee.o(.ARM.exidx.text.Pre_ZigbeeCmdProcessing) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for [Anonymous Symbol] + app_zigbee.o(.text.TL_ZIGBEE_M0RequestReceived) refers to app_zigbee.o(.bss.p_ZIGBEE_request_M0_to_M4) for p_ZIGBEE_request_M0_to_M4 + app_zigbee.o(.text.TL_ZIGBEE_M0RequestReceived) refers to app_zigbee.o(.bss.CptReceiveRequestFromM0) for CptReceiveRequestFromM0 + app_zigbee.o(.text.TL_ZIGBEE_M0RequestReceived) refers to stm32_seq.o(.text.UTIL_SEQ_SetTask) for UTIL_SEQ_SetTask + app_zigbee.o(.ARM.exidx.text.TL_ZIGBEE_M0RequestReceived) refers to app_zigbee.o(.text.TL_ZIGBEE_M0RequestReceived) for [Anonymous Symbol] + app_zigbee.o(.text.APP_ZIGBEE_IsReady) refers to app_zigbee.o(.bss.zigbee_app_info) for zigbee_app_info + app_zigbee.o(.text.APP_ZIGBEE_IsReady) refers to app_globals.o(.data.g_app) for g_app + app_zigbee.o(.text.APP_ZIGBEE_IsReady) refers to app_globals.o(.bss.watch_zigbee_ready) for watch_zigbee_ready + app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_IsReady) refers to app_zigbee.o(.text.APP_ZIGBEE_IsReady) for [Anonymous Symbol] + app_zigbee.o(.text.APP_ZIGBEE_Process) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for HAL_GetTick + app_zigbee.o(.text.APP_ZIGBEE_Process) refers to app_globals.o(.data.g_app) for g_app + app_zigbee.o(.text.APP_ZIGBEE_Process) refers to app_zigbee.o(.text.APP_ZIGBEE_IsReady) for APP_ZIGBEE_IsReady + app_zigbee.o(.text.APP_ZIGBEE_Process) refers to app_zigbee.o(.bss.APP_ZIGBEE_last_permit_join_ms) for APP_ZIGBEE_last_permit_join_ms + app_zigbee.o(.text.APP_ZIGBEE_Process) refers to app_zigbee.o(.text.APP_ZIGBEE_OpenPermitJoin) for APP_ZIGBEE_OpenPermitJoin + app_zigbee.o(.text.APP_ZIGBEE_Process) refers to app_zigbee.o(.bss.zigbee_app_info) for zigbee_app_info + app_zigbee.o(.text.APP_ZIGBEE_Process) refers to app_zigbee.o(.bss.APP_ZIGBEE_join_watchdog_start_ms) for APP_ZIGBEE_join_watchdog_start_ms + app_zigbee.o(.text.APP_ZIGBEE_Process) refers to app_globals.o(.bss.watch_join_watchdog_count) for watch_join_watchdog_count + app_zigbee.o(.text.APP_ZIGBEE_Process) refers to app_zigbee.o(.text.APP_ZIGBEE_RequestNetworkRestart) for APP_ZIGBEE_RequestNetworkRestart + app_zigbee.o(.text.APP_ZIGBEE_Process) refers to app_zigbee.o(.bss.APP_ZIGBEE_tx_fail_streak) for APP_ZIGBEE_tx_fail_streak + app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_Process) refers to app_zigbee.o(.text.APP_ZIGBEE_Process) for [Anonymous Symbol] + app_zigbee.o(.text.APP_ZIGBEE_OpenPermitJoin) refers to app_zigbee.o(.bss.zigbee_app_info) for zigbee_app_info + app_zigbee.o(.text.APP_ZIGBEE_OpenPermitJoin) refers to zigbee_core_wb.o(.text.ZbNlmePermitJoinReq) for ZbNlmePermitJoinReq + app_zigbee.o(.text.APP_ZIGBEE_OpenPermitJoin) refers to app_globals.o(.bss.watch_permit_join_count) for watch_permit_join_count + app_zigbee.o(.text.APP_ZIGBEE_OpenPermitJoin) refers to app_globals.o(.bss.watch_permit_join_status) for watch_permit_join_status + app_zigbee.o(.text.APP_ZIGBEE_OpenPermitJoin) refers to app_globals.o(.bss.watch_permit_join_duration) for watch_permit_join_duration + app_zigbee.o(.text.APP_ZIGBEE_OpenPermitJoin) refers to app_zigbee.o(.rodata.str1.1) for .L.str.30 + app_zigbee.o(.text.APP_ZIGBEE_OpenPermitJoin) refers to stm_logging.o(.text.logApplication) for logApplication + app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_OpenPermitJoin) refers to app_zigbee.o(.text.APP_ZIGBEE_OpenPermitJoin) for [Anonymous Symbol] + app_zigbee.o(.text.APP_ZIGBEE_RequestNetworkRestart) refers to app_zigbee.o(.bss.APP_ZIGBEE_last_rejoin_ms) for APP_ZIGBEE_last_rejoin_ms + app_zigbee.o(.text.APP_ZIGBEE_RequestNetworkRestart) refers to app_globals.o(.bss.watch_rejoin_request_count) for watch_rejoin_request_count + app_zigbee.o(.text.APP_ZIGBEE_RequestNetworkRestart) refers to app_globals.o(.bss.watch_rejoin_active) for watch_rejoin_active + app_zigbee.o(.text.APP_ZIGBEE_RequestNetworkRestart) refers to app_globals.o(.data.g_app) for g_app + app_zigbee.o(.text.APP_ZIGBEE_RequestNetworkRestart) refers to app_zigbee.o(.bss.zigbee_app_info) for zigbee_app_info + app_zigbee.o(.text.APP_ZIGBEE_RequestNetworkRestart) refers to app_zigbee.o(.text.APP_ZIGBEE_NextSlaveStartupControl) for APP_ZIGBEE_NextSlaveStartupControl + app_zigbee.o(.text.APP_ZIGBEE_RequestNetworkRestart) refers to app_zigbee.o(.bss.APP_ZIGBEE_join_watchdog_start_ms) for APP_ZIGBEE_join_watchdog_start_ms + app_zigbee.o(.text.APP_ZIGBEE_RequestNetworkRestart) refers to app_zigbee.o(.bss.APP_ZIGBEE_tx_fail_streak) for APP_ZIGBEE_tx_fail_streak + app_zigbee.o(.text.APP_ZIGBEE_RequestNetworkRestart) refers to app_zigbee.o(.bss.APP_ZIGBEE_slave_report_tx_pending) for APP_ZIGBEE_slave_report_tx_pending + app_zigbee.o(.text.APP_ZIGBEE_RequestNetworkRestart) refers to app_globals.o(.bss.watch_report_tx_fail_streak) for watch_report_tx_fail_streak + app_zigbee.o(.text.APP_ZIGBEE_RequestNetworkRestart) refers to zigbee_core_wb.o(.text.ZbReset) for ZbReset + app_zigbee.o(.text.APP_ZIGBEE_RequestNetworkRestart) refers to stm32_seq.o(.text.UTIL_SEQ_SetTask) for UTIL_SEQ_SetTask + app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_RequestNetworkRestart) refers to app_zigbee.o(.text.APP_ZIGBEE_RequestNetworkRestart) for [Anonymous Symbol] + app_zigbee.o(.text.APP_ZIGBEE_SendSlaveReport) refers to app_zigbee.o(.text.APP_ZIGBEE_IsReady) for APP_ZIGBEE_IsReady + app_zigbee.o(.text.APP_ZIGBEE_SendSlaveReport) refers to app_zigbee.o(.bss.APP_ZIGBEE_slave_report_tx_pending) for APP_ZIGBEE_slave_report_tx_pending + app_zigbee.o(.text.APP_ZIGBEE_SendSlaveReport) refers to app_globals.o(.bss.watch_report_tx_busy_count) for watch_report_tx_busy_count + app_zigbee.o(.text.APP_ZIGBEE_SendSlaveReport) refers to app_globals.o(.bss.watch_report_tx_attempt_count) for watch_report_tx_attempt_count + app_zigbee.o(.text.APP_ZIGBEE_SendSlaveReport) refers to app_zigbee.o(.bss.APP_ZIGBEE_slave_report_payload) for APP_ZIGBEE_slave_report_payload + app_zigbee.o(.text.APP_ZIGBEE_SendSlaveReport) refers to app_zigbee.o(.text.APP_ZIGBEE_EncodeSlaveReport) for APP_ZIGBEE_EncodeSlaveReport + app_zigbee.o(.text.APP_ZIGBEE_SendSlaveReport) refers to memseta.o(.text) for __aeabi_memclr8 + app_zigbee.o(.text.APP_ZIGBEE_SendSlaveReport) refers to app_zigbee.o(.bss.zigbee_app_info) for zigbee_app_info + app_zigbee.o(.text.APP_ZIGBEE_SendSlaveReport) refers to app_zigbee.o(.text.APP_ZIGBEE_SlaveReportConfCb) for APP_ZIGBEE_SlaveReportConfCb + app_zigbee.o(.text.APP_ZIGBEE_SendSlaveReport) refers to zigbee_core_wb.o(.text.ZbApsdeDataReqCallback) for ZbApsdeDataReqCallback + app_zigbee.o(.text.APP_ZIGBEE_SendSlaveReport) refers to app_globals.o(.bss.watch_report_tx_ok_count) for watch_report_tx_ok_count + app_zigbee.o(.text.APP_ZIGBEE_SendSlaveReport) refers to app_globals.o(.bss.watch_report_tx_confirm_status) for watch_report_tx_confirm_status + app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_SendSlaveReport) refers to app_zigbee.o(.text.APP_ZIGBEE_SendSlaveReport) for [Anonymous Symbol] + app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_EncodeSlaveReport) refers to app_zigbee.o(.text.APP_ZIGBEE_EncodeSlaveReport) for [Anonymous Symbol] + app_zigbee.o(.text.APP_ZIGBEE_SlaveReportConfCb) refers to app_zigbee.o(.bss.APP_ZIGBEE_slave_report_tx_pending) for APP_ZIGBEE_slave_report_tx_pending + app_zigbee.o(.text.APP_ZIGBEE_SlaveReportConfCb) refers to app_globals.o(.bss.watch_report_tx_confirm_count) for watch_report_tx_confirm_count + app_zigbee.o(.text.APP_ZIGBEE_SlaveReportConfCb) refers to app_zigbee.o(.bss.APP_ZIGBEE_tx_fail_streak) for APP_ZIGBEE_tx_fail_streak + app_zigbee.o(.text.APP_ZIGBEE_SlaveReportConfCb) refers to app_globals.o(.bss.watch_report_tx_fail_streak) for watch_report_tx_fail_streak + app_zigbee.o(.text.APP_ZIGBEE_SlaveReportConfCb) refers to app_globals.o(.bss.watch_report_tx_confirm_status) for watch_report_tx_confirm_status + app_zigbee.o(.text.APP_ZIGBEE_SlaveReportConfCb) refers to app_zigbee.o(.rodata.str1.1) for .L.str.31 + app_zigbee.o(.text.APP_ZIGBEE_SlaveReportConfCb) refers to stm_logging.o(.text.logApplication) for logApplication + app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_SlaveReportConfCb) refers to app_zigbee.o(.text.APP_ZIGBEE_SlaveReportConfCb) for [Anonymous Symbol] + app_zigbee.o(.text.APP_ZIGBEE_ConfigEndpoints) refers to app_zigbee.o(.bss.zigbee_app_info) for zigbee_app_info + app_zigbee.o(.text.APP_ZIGBEE_ConfigEndpoints) refers to zigbee_core_wb.o(.text.ZbZclAddEndpoint) for ZbZclAddEndpoint + app_zigbee.o(.text.APP_ZIGBEE_ConfigEndpoints) refers to app_zigbee.o(.rodata.str1.1) for .L.str.5 + app_zigbee.o(.text.APP_ZIGBEE_ConfigEndpoints) refers to dbg_trace.o(.text.__aeabi_assert) for __aeabi_assert + app_zigbee.o(.text.APP_ZIGBEE_ConfigEndpoints) refers to app_zigbee.o(.data.OnOffServerCallbacks_1) for OnOffServerCallbacks_1 + app_zigbee.o(.text.APP_ZIGBEE_ConfigEndpoints) refers to zcl_onoff_server.o(.text.ZbZclOnOffServerAlloc) for ZbZclOnOffServerAlloc + app_zigbee.o(.text.APP_ZIGBEE_ConfigEndpoints) refers to zigbee_core_wb.o(.text.ZbZclClusterEndpointRegister) for ZbZclClusterEndpointRegister + app_zigbee.o(.text.APP_ZIGBEE_ConfigEndpoints) refers to app_zigbee.o(.text.APP_ZIGBEE_SlaveReportIndCb) for APP_ZIGBEE_SlaveReportIndCb + app_zigbee.o(.text.APP_ZIGBEE_ConfigEndpoints) refers to zigbee_core_wb.o(.text.ZbApsFilterClusterAdd) for ZbApsFilterClusterAdd + app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_ConfigEndpoints) refers to app_zigbee.o(.text.APP_ZIGBEE_ConfigEndpoints) for [Anonymous Symbol] + app_zigbee.o(.text.APP_ZIGBEE_NextSlaveStartupControl) refers to app_zigbee.o(.data.APP_ZIGBEE_slave_try_rejoin) for APP_ZIGBEE_slave_try_rejoin + app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_NextSlaveStartupControl) refers to app_zigbee.o(.text.APP_ZIGBEE_NextSlaveStartupControl) for [Anonymous Symbol] + app_zigbee.o(.text.APP_ZIGBEE_SlaveReportIndCb) refers to app_globals.o(.bss.watch_report_rx_ind_count) for watch_report_rx_ind_count + app_zigbee.o(.text.APP_ZIGBEE_SlaveReportIndCb) refers to app_globals.o(.bss.watch_report_rx_decode_fail_count) for watch_report_rx_decode_fail_count + app_zigbee.o(.text.APP_ZIGBEE_SlaveReportIndCb) refers to app_globals.o(.bss.watch_report_rx_last_cluster) for watch_report_rx_last_cluster + app_zigbee.o(.text.APP_ZIGBEE_SlaveReportIndCb) refers to app_globals.o(.bss.watch_report_rx_last_length) for watch_report_rx_last_length + app_zigbee.o(.text.APP_ZIGBEE_SlaveReportIndCb) refers to app_zigbee.o(.text.APP_ZIGBEE_DecodeSlaveReport) for APP_ZIGBEE_DecodeSlaveReport + app_zigbee.o(.text.APP_ZIGBEE_SlaveReportIndCb) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for HAL_GetTick + app_zigbee.o(.text.APP_ZIGBEE_SlaveReportIndCb) refers to zigbee_port.o(.text.ZigbeePort_OnSlaveReportReceived) for ZigbeePort_OnSlaveReportReceived + app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_SlaveReportIndCb) refers to app_zigbee.o(.text.APP_ZIGBEE_SlaveReportIndCb) for [Anonymous Symbol] + app_zigbee.o(.text.onOff_server_1_off) refers to zcl_cluster.o(.text.ZbZclClusterGetEndpoint) for ZbZclClusterGetEndpoint + app_zigbee.o(.text.onOff_server_1_off) refers to app_zigbee.o(.rodata.str1.1) for .L.str.8 + app_zigbee.o(.text.onOff_server_1_off) refers to stm_logging.o(.text.logApplication) for logApplication + app_zigbee.o(.text.onOff_server_1_off) refers to stm32wbxx_nucleo.o(.text.BSP_LED_Off) for BSP_LED_Off + app_zigbee.o(.text.onOff_server_1_off) refers to zcl_attr_integer.o(.text.ZbZclAttrIntegerWrite) for ZbZclAttrIntegerWrite + app_zigbee.o(.ARM.exidx.text.onOff_server_1_off) refers to app_zigbee.o(.text.onOff_server_1_off) for [Anonymous Symbol] + app_zigbee.o(.text.onOff_server_1_on) refers to zcl_cluster.o(.text.ZbZclClusterGetEndpoint) for ZbZclClusterGetEndpoint + app_zigbee.o(.text.onOff_server_1_on) refers to app_zigbee.o(.rodata.str1.1) for .L.str.9 + app_zigbee.o(.text.onOff_server_1_on) refers to stm_logging.o(.text.logApplication) for logApplication + app_zigbee.o(.text.onOff_server_1_on) refers to stm32wbxx_nucleo.o(.text.BSP_LED_On) for BSP_LED_On + app_zigbee.o(.text.onOff_server_1_on) refers to zcl_attr_integer.o(.text.ZbZclAttrIntegerWrite) for ZbZclAttrIntegerWrite + app_zigbee.o(.ARM.exidx.text.onOff_server_1_on) refers to app_zigbee.o(.text.onOff_server_1_on) for [Anonymous Symbol] + app_zigbee.o(.text.onOff_server_1_toggle) refers to zcl_attr.o(.text.ZbZclAttrRead) for ZbZclAttrRead + app_zigbee.o(.text.onOff_server_1_toggle) refers to app_zigbee.o(.text.onOff_server_1_off) for onOff_server_1_off + app_zigbee.o(.text.onOff_server_1_toggle) refers to app_zigbee.o(.text.onOff_server_1_on) for onOff_server_1_on + app_zigbee.o(.ARM.exidx.text.onOff_server_1_toggle) refers to app_zigbee.o(.text.onOff_server_1_toggle) for [Anonymous Symbol] + app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_DecodeSlaveReport) refers to app_zigbee.o(.text.APP_ZIGBEE_DecodeSlaveReport) for [Anonymous Symbol] + app_zigbee.o(.text.APP_ZIGBEE_ConfigGroupAddr) refers to app_zigbee.o(.bss.zigbee_app_info) for zigbee_app_info + app_zigbee.o(.text.APP_ZIGBEE_ConfigGroupAddr) refers to zigbee_core_wb.o(.text.ZbApsmeAddGroupReq) for ZbApsmeAddGroupReq + app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_ConfigGroupAddr) refers to app_zigbee.o(.text.APP_ZIGBEE_ConfigGroupAddr) for [Anonymous Symbol] + app_zigbee.o(.data.OnOffServerCallbacks_1) refers to app_zigbee.o(.text.onOff_server_1_off) for onOff_server_1_off + app_zigbee.o(.data.OnOffServerCallbacks_1) refers to app_zigbee.o(.text.onOff_server_1_on) for onOff_server_1_on + app_zigbee.o(.data.OnOffServerCallbacks_1) refers to app_zigbee.o(.text.onOff_server_1_toggle) for onOff_server_1_toggle + hw_ipcc.o(.text.HW_IPCC_Rx_Handler) refers to hw_ipcc.o(.text.LL_C2_IPCC_IsActiveFlag_CHx) for LL_C2_IPCC_IsActiveFlag_CHx + hw_ipcc.o(.text.HW_IPCC_Rx_Handler) refers to hw_ipcc.o(.text.HW_IPCC_SYS_EvtHandler) for HW_IPCC_SYS_EvtHandler + hw_ipcc.o(.text.HW_IPCC_Rx_Handler) refers to hw_ipcc.o(.text.HW_IPCC_ZIGBEE_StackNotifEvtHandler) for HW_IPCC_ZIGBEE_StackNotifEvtHandler + hw_ipcc.o(.text.HW_IPCC_Rx_Handler) refers to hw_ipcc.o(.text.HW_IPCC_ZIGBEE_StackM0RequestHandler) for HW_IPCC_ZIGBEE_StackM0RequestHandler + hw_ipcc.o(.text.HW_IPCC_Rx_Handler) refers to hw_ipcc.o(.text.HW_IPCC_BLE_EvtHandler) for HW_IPCC_BLE_EvtHandler + hw_ipcc.o(.text.HW_IPCC_Rx_Handler) refers to hw_ipcc.o(.text.HW_IPCC_TRACES_EvtHandler) for HW_IPCC_TRACES_EvtHandler + hw_ipcc.o(.ARM.exidx.text.HW_IPCC_Rx_Handler) refers to hw_ipcc.o(.text.HW_IPCC_Rx_Handler) for [Anonymous Symbol] + hw_ipcc.o(.ARM.exidx.text.LL_C2_IPCC_IsActiveFlag_CHx) refers to hw_ipcc.o(.text.LL_C2_IPCC_IsActiveFlag_CHx) for [Anonymous Symbol] + hw_ipcc.o(.text.HW_IPCC_SYS_EvtHandler) refers to tl_mbox.o(.text.HW_IPCC_SYS_EvtNot) for HW_IPCC_SYS_EvtNot + hw_ipcc.o(.text.HW_IPCC_SYS_EvtHandler) refers to hw_ipcc.o(.text.LL_C1_IPCC_ClearFlag_CHx) for LL_C1_IPCC_ClearFlag_CHx + hw_ipcc.o(.ARM.exidx.text.HW_IPCC_SYS_EvtHandler) refers to hw_ipcc.o(.text.HW_IPCC_SYS_EvtHandler) for [Anonymous Symbol] + hw_ipcc.o(.text.HW_IPCC_ZIGBEE_StackNotifEvtHandler) refers to hw_ipcc.o(.text.LL_C1_IPCC_DisableReceiveChannel) for LL_C1_IPCC_DisableReceiveChannel + hw_ipcc.o(.text.HW_IPCC_ZIGBEE_StackNotifEvtHandler) refers to tl_mbox.o(.text.HW_IPCC_ZIGBEE_RecvM0NotifyToM4) for HW_IPCC_ZIGBEE_RecvM0NotifyToM4 + hw_ipcc.o(.ARM.exidx.text.HW_IPCC_ZIGBEE_StackNotifEvtHandler) refers to hw_ipcc.o(.text.HW_IPCC_ZIGBEE_StackNotifEvtHandler) for [Anonymous Symbol] + hw_ipcc.o(.text.HW_IPCC_ZIGBEE_StackM0RequestHandler) refers to hw_ipcc.o(.text.LL_C1_IPCC_DisableReceiveChannel) for LL_C1_IPCC_DisableReceiveChannel + hw_ipcc.o(.text.HW_IPCC_ZIGBEE_StackM0RequestHandler) refers to tl_mbox.o(.text.HW_IPCC_ZIGBEE_RecvM0RequestToM4) for HW_IPCC_ZIGBEE_RecvM0RequestToM4 + hw_ipcc.o(.ARM.exidx.text.HW_IPCC_ZIGBEE_StackM0RequestHandler) refers to hw_ipcc.o(.text.HW_IPCC_ZIGBEE_StackM0RequestHandler) for [Anonymous Symbol] + hw_ipcc.o(.text.HW_IPCC_BLE_EvtHandler) refers to tl_mbox.o(.text.HW_IPCC_BLE_RxEvtNot) for HW_IPCC_BLE_RxEvtNot + hw_ipcc.o(.text.HW_IPCC_BLE_EvtHandler) refers to hw_ipcc.o(.text.LL_C1_IPCC_ClearFlag_CHx) for LL_C1_IPCC_ClearFlag_CHx + hw_ipcc.o(.ARM.exidx.text.HW_IPCC_BLE_EvtHandler) refers to hw_ipcc.o(.text.HW_IPCC_BLE_EvtHandler) for [Anonymous Symbol] + hw_ipcc.o(.text.HW_IPCC_TRACES_EvtHandler) refers to tl_mbox.o(.text.HW_IPCC_TRACES_EvtNot) for HW_IPCC_TRACES_EvtNot + hw_ipcc.o(.text.HW_IPCC_TRACES_EvtHandler) refers to hw_ipcc.o(.text.LL_C1_IPCC_ClearFlag_CHx) for LL_C1_IPCC_ClearFlag_CHx + hw_ipcc.o(.ARM.exidx.text.HW_IPCC_TRACES_EvtHandler) refers to hw_ipcc.o(.text.HW_IPCC_TRACES_EvtHandler) for [Anonymous Symbol] + hw_ipcc.o(.text.HW_IPCC_Tx_Handler) refers to hw_ipcc.o(.text.LL_C1_IPCC_IsActiveFlag_CHx) for LL_C1_IPCC_IsActiveFlag_CHx + hw_ipcc.o(.text.HW_IPCC_Tx_Handler) refers to hw_ipcc.o(.text.HW_IPCC_SYS_CmdEvtHandler) for HW_IPCC_SYS_CmdEvtHandler + hw_ipcc.o(.text.HW_IPCC_Tx_Handler) refers to hw_ipcc.o(.text.HW_IPCC_ZIGBEE_CmdEvtHandler) for HW_IPCC_ZIGBEE_CmdEvtHandler + hw_ipcc.o(.text.HW_IPCC_Tx_Handler) refers to hw_ipcc.o(.text.HW_IPCC_MM_FreeBufHandler) for HW_IPCC_MM_FreeBufHandler + hw_ipcc.o(.text.HW_IPCC_Tx_Handler) refers to hw_ipcc.o(.text.HW_IPCC_BLE_AclDataEvtHandler) for HW_IPCC_BLE_AclDataEvtHandler + hw_ipcc.o(.ARM.exidx.text.HW_IPCC_Tx_Handler) refers to hw_ipcc.o(.text.HW_IPCC_Tx_Handler) for [Anonymous Symbol] + hw_ipcc.o(.ARM.exidx.text.LL_C1_IPCC_IsActiveFlag_CHx) refers to hw_ipcc.o(.text.LL_C1_IPCC_IsActiveFlag_CHx) for [Anonymous Symbol] + hw_ipcc.o(.text.HW_IPCC_SYS_CmdEvtHandler) refers to hw_ipcc.o(.text.LL_C1_IPCC_DisableTransmitChannel) for LL_C1_IPCC_DisableTransmitChannel + hw_ipcc.o(.text.HW_IPCC_SYS_CmdEvtHandler) refers to tl_mbox.o(.text.HW_IPCC_SYS_CmdEvtNot) for HW_IPCC_SYS_CmdEvtNot + hw_ipcc.o(.ARM.exidx.text.HW_IPCC_SYS_CmdEvtHandler) refers to hw_ipcc.o(.text.HW_IPCC_SYS_CmdEvtHandler) for [Anonymous Symbol] + hw_ipcc.o(.text.HW_IPCC_ZIGBEE_CmdEvtHandler) refers to hw_ipcc.o(.text.LL_C1_IPCC_DisableTransmitChannel) for LL_C1_IPCC_DisableTransmitChannel + hw_ipcc.o(.text.HW_IPCC_ZIGBEE_CmdEvtHandler) refers to tl_mbox.o(.text.HW_IPCC_ZIGBEE_RecvAppliAckFromM0) for HW_IPCC_ZIGBEE_RecvAppliAckFromM0 + hw_ipcc.o(.ARM.exidx.text.HW_IPCC_ZIGBEE_CmdEvtHandler) refers to hw_ipcc.o(.text.HW_IPCC_ZIGBEE_CmdEvtHandler) for [Anonymous Symbol] + hw_ipcc.o(.text.HW_IPCC_MM_FreeBufHandler) refers to hw_ipcc.o(.text.LL_C1_IPCC_DisableTransmitChannel) for LL_C1_IPCC_DisableTransmitChannel + hw_ipcc.o(.text.HW_IPCC_MM_FreeBufHandler) refers to hw_ipcc.o(.bss.FreeBufCb) for FreeBufCb + hw_ipcc.o(.text.HW_IPCC_MM_FreeBufHandler) refers to hw_ipcc.o(.text.LL_C1_IPCC_SetFlag_CHx) for LL_C1_IPCC_SetFlag_CHx + hw_ipcc.o(.ARM.exidx.text.HW_IPCC_MM_FreeBufHandler) refers to hw_ipcc.o(.text.HW_IPCC_MM_FreeBufHandler) for [Anonymous Symbol] + hw_ipcc.o(.text.HW_IPCC_BLE_AclDataEvtHandler) refers to hw_ipcc.o(.text.LL_C1_IPCC_DisableTransmitChannel) for LL_C1_IPCC_DisableTransmitChannel + hw_ipcc.o(.text.HW_IPCC_BLE_AclDataEvtHandler) refers to tl_mbox.o(.text.HW_IPCC_BLE_AclDataAckNot) for HW_IPCC_BLE_AclDataAckNot + hw_ipcc.o(.ARM.exidx.text.HW_IPCC_BLE_AclDataEvtHandler) refers to hw_ipcc.o(.text.HW_IPCC_BLE_AclDataEvtHandler) for [Anonymous Symbol] + hw_ipcc.o(.text.HW_IPCC_Enable) refers to hw_ipcc.o(.text.LL_C2_AHB3_GRP1_EnableClock) for LL_C2_AHB3_GRP1_EnableClock + hw_ipcc.o(.text.HW_IPCC_Enable) refers to hw_ipcc.o(.text.LL_EXTI_EnableRisingTrig_32_63) for LL_EXTI_EnableRisingTrig_32_63 + hw_ipcc.o(.text.HW_IPCC_Enable) refers to hw_ipcc.o(.text.LL_C2_EXTI_EnableEvent_32_63) for LL_C2_EXTI_EnableEvent_32_63 + hw_ipcc.o(.text.HW_IPCC_Enable) refers to hw_ipcc.o(.text.LL_PWR_EnableBootC2) for LL_PWR_EnableBootC2 + hw_ipcc.o(.ARM.exidx.text.HW_IPCC_Enable) refers to hw_ipcc.o(.text.HW_IPCC_Enable) for [Anonymous Symbol] + hw_ipcc.o(.ARM.exidx.text.LL_C2_AHB3_GRP1_EnableClock) refers to hw_ipcc.o(.text.LL_C2_AHB3_GRP1_EnableClock) for [Anonymous Symbol] + hw_ipcc.o(.ARM.exidx.text.LL_EXTI_EnableRisingTrig_32_63) refers to hw_ipcc.o(.text.LL_EXTI_EnableRisingTrig_32_63) for [Anonymous Symbol] + hw_ipcc.o(.ARM.exidx.text.LL_C2_EXTI_EnableEvent_32_63) refers to hw_ipcc.o(.text.LL_C2_EXTI_EnableEvent_32_63) for [Anonymous Symbol] + hw_ipcc.o(.ARM.exidx.text.LL_PWR_EnableBootC2) refers to hw_ipcc.o(.text.LL_PWR_EnableBootC2) for [Anonymous Symbol] + hw_ipcc.o(.text.HW_IPCC_Init) refers to hw_ipcc.o(.text.LL_AHB3_GRP1_EnableClock) for LL_AHB3_GRP1_EnableClock + hw_ipcc.o(.text.HW_IPCC_Init) refers to hw_ipcc.o(.text.LL_C1_IPCC_EnableIT_RXO) for LL_C1_IPCC_EnableIT_RXO + hw_ipcc.o(.text.HW_IPCC_Init) refers to hw_ipcc.o(.text.LL_C1_IPCC_EnableIT_TXF) for LL_C1_IPCC_EnableIT_TXF + hw_ipcc.o(.text.HW_IPCC_Init) refers to stm32wbxx_hal_cortex.o(.text.HAL_NVIC_EnableIRQ) for HAL_NVIC_EnableIRQ + hw_ipcc.o(.ARM.exidx.text.HW_IPCC_Init) refers to hw_ipcc.o(.text.HW_IPCC_Init) for [Anonymous Symbol] + hw_ipcc.o(.ARM.exidx.text.LL_AHB3_GRP1_EnableClock) refers to hw_ipcc.o(.text.LL_AHB3_GRP1_EnableClock) for [Anonymous Symbol] + hw_ipcc.o(.ARM.exidx.text.LL_C1_IPCC_EnableIT_RXO) refers to hw_ipcc.o(.text.LL_C1_IPCC_EnableIT_RXO) for [Anonymous Symbol] + hw_ipcc.o(.ARM.exidx.text.LL_C1_IPCC_EnableIT_TXF) refers to hw_ipcc.o(.text.LL_C1_IPCC_EnableIT_TXF) for [Anonymous Symbol] + hw_ipcc.o(.text.HW_IPCC_BLE_Init) refers to hw_ipcc.o(.text.LL_C1_IPCC_EnableReceiveChannel) for LL_C1_IPCC_EnableReceiveChannel + hw_ipcc.o(.ARM.exidx.text.HW_IPCC_BLE_Init) refers to hw_ipcc.o(.text.HW_IPCC_BLE_Init) for [Anonymous Symbol] + hw_ipcc.o(.ARM.exidx.text.LL_C1_IPCC_EnableReceiveChannel) refers to hw_ipcc.o(.text.LL_C1_IPCC_EnableReceiveChannel) for [Anonymous Symbol] + hw_ipcc.o(.text.HW_IPCC_BLE_SendCmd) refers to hw_ipcc.o(.text.LL_C1_IPCC_SetFlag_CHx) for LL_C1_IPCC_SetFlag_CHx + hw_ipcc.o(.ARM.exidx.text.HW_IPCC_BLE_SendCmd) refers to hw_ipcc.o(.text.HW_IPCC_BLE_SendCmd) for [Anonymous Symbol] + hw_ipcc.o(.ARM.exidx.text.LL_C1_IPCC_SetFlag_CHx) refers to hw_ipcc.o(.text.LL_C1_IPCC_SetFlag_CHx) for [Anonymous Symbol] + hw_ipcc.o(.text.HW_IPCC_BLE_SendAclData) refers to hw_ipcc.o(.text.LL_C1_IPCC_SetFlag_CHx) for LL_C1_IPCC_SetFlag_CHx + hw_ipcc.o(.text.HW_IPCC_BLE_SendAclData) refers to hw_ipcc.o(.text.LL_C1_IPCC_EnableTransmitChannel) for LL_C1_IPCC_EnableTransmitChannel + hw_ipcc.o(.ARM.exidx.text.HW_IPCC_BLE_SendAclData) refers to hw_ipcc.o(.text.HW_IPCC_BLE_SendAclData) for [Anonymous Symbol] + hw_ipcc.o(.ARM.exidx.text.LL_C1_IPCC_EnableTransmitChannel) refers to hw_ipcc.o(.text.LL_C1_IPCC_EnableTransmitChannel) for [Anonymous Symbol] + hw_ipcc.o(.ARM.exidx.text.HW_IPCC_BLE_AclDataAckNot) refers to hw_ipcc.o(.text.HW_IPCC_BLE_AclDataAckNot) for [Anonymous Symbol] + hw_ipcc.o(.ARM.exidx.text.HW_IPCC_BLE_RxEvtNot) refers to hw_ipcc.o(.text.HW_IPCC_BLE_RxEvtNot) for [Anonymous Symbol] + hw_ipcc.o(.text.HW_IPCC_SYS_Init) refers to hw_ipcc.o(.text.LL_C1_IPCC_EnableReceiveChannel) for LL_C1_IPCC_EnableReceiveChannel + hw_ipcc.o(.ARM.exidx.text.HW_IPCC_SYS_Init) refers to hw_ipcc.o(.text.HW_IPCC_SYS_Init) for [Anonymous Symbol] + hw_ipcc.o(.text.HW_IPCC_SYS_SendCmd) refers to hw_ipcc.o(.text.LL_C1_IPCC_SetFlag_CHx) for LL_C1_IPCC_SetFlag_CHx + hw_ipcc.o(.text.HW_IPCC_SYS_SendCmd) refers to hw_ipcc.o(.text.LL_C1_IPCC_EnableTransmitChannel) for LL_C1_IPCC_EnableTransmitChannel + hw_ipcc.o(.ARM.exidx.text.HW_IPCC_SYS_SendCmd) refers to hw_ipcc.o(.text.HW_IPCC_SYS_SendCmd) for [Anonymous Symbol] + hw_ipcc.o(.ARM.exidx.text.HW_IPCC_SYS_CmdEvtNot) refers to hw_ipcc.o(.text.HW_IPCC_SYS_CmdEvtNot) for [Anonymous Symbol] + hw_ipcc.o(.ARM.exidx.text.HW_IPCC_SYS_EvtNot) refers to hw_ipcc.o(.text.HW_IPCC_SYS_EvtNot) for [Anonymous Symbol] + hw_ipcc.o(.text.HW_IPCC_ZIGBEE_Init) refers to hw_ipcc.o(.text.LL_C1_IPCC_EnableReceiveChannel) for LL_C1_IPCC_EnableReceiveChannel + hw_ipcc.o(.ARM.exidx.text.HW_IPCC_ZIGBEE_Init) refers to hw_ipcc.o(.text.HW_IPCC_ZIGBEE_Init) for [Anonymous Symbol] + hw_ipcc.o(.text.HW_IPCC_ZIGBEE_SendM4RequestToM0) refers to hw_ipcc.o(.text.LL_C1_IPCC_SetFlag_CHx) for LL_C1_IPCC_SetFlag_CHx + hw_ipcc.o(.text.HW_IPCC_ZIGBEE_SendM4RequestToM0) refers to hw_ipcc.o(.text.LL_C1_IPCC_EnableTransmitChannel) for LL_C1_IPCC_EnableTransmitChannel + hw_ipcc.o(.ARM.exidx.text.HW_IPCC_ZIGBEE_SendM4RequestToM0) refers to hw_ipcc.o(.text.HW_IPCC_ZIGBEE_SendM4RequestToM0) for [Anonymous Symbol] + hw_ipcc.o(.text.HW_IPCC_ZIGBEE_SendM4AckToM0Notify) refers to hw_ipcc.o(.text.LL_C1_IPCC_ClearFlag_CHx) for LL_C1_IPCC_ClearFlag_CHx + hw_ipcc.o(.text.HW_IPCC_ZIGBEE_SendM4AckToM0Notify) refers to hw_ipcc.o(.text.LL_C1_IPCC_EnableReceiveChannel) for LL_C1_IPCC_EnableReceiveChannel + hw_ipcc.o(.ARM.exidx.text.HW_IPCC_ZIGBEE_SendM4AckToM0Notify) refers to hw_ipcc.o(.text.HW_IPCC_ZIGBEE_SendM4AckToM0Notify) for [Anonymous Symbol] + hw_ipcc.o(.ARM.exidx.text.LL_C1_IPCC_ClearFlag_CHx) refers to hw_ipcc.o(.text.LL_C1_IPCC_ClearFlag_CHx) for [Anonymous Symbol] + hw_ipcc.o(.text.HW_IPCC_ZIGBEE_SendM4AckToM0Request) refers to hw_ipcc.o(.text.LL_C1_IPCC_ClearFlag_CHx) for LL_C1_IPCC_ClearFlag_CHx + hw_ipcc.o(.text.HW_IPCC_ZIGBEE_SendM4AckToM0Request) refers to hw_ipcc.o(.text.LL_C1_IPCC_EnableReceiveChannel) for LL_C1_IPCC_EnableReceiveChannel + hw_ipcc.o(.ARM.exidx.text.HW_IPCC_ZIGBEE_SendM4AckToM0Request) refers to hw_ipcc.o(.text.HW_IPCC_ZIGBEE_SendM4AckToM0Request) for [Anonymous Symbol] + hw_ipcc.o(.ARM.exidx.text.HW_IPCC_ZIGBEE_RecvAppliAckFromM0) refers to hw_ipcc.o(.text.HW_IPCC_ZIGBEE_RecvAppliAckFromM0) for [Anonymous Symbol] + hw_ipcc.o(.ARM.exidx.text.HW_IPCC_ZIGBEE_RecvM0NotifyToM4) refers to hw_ipcc.o(.text.HW_IPCC_ZIGBEE_RecvM0NotifyToM4) for [Anonymous Symbol] + hw_ipcc.o(.ARM.exidx.text.HW_IPCC_ZIGBEE_RecvM0RequestToM4) refers to hw_ipcc.o(.text.HW_IPCC_ZIGBEE_RecvM0RequestToM4) for [Anonymous Symbol] + hw_ipcc.o(.text.HW_IPCC_MM_SendFreeBuf) refers to hw_ipcc.o(.text.LL_C1_IPCC_IsActiveFlag_CHx) for LL_C1_IPCC_IsActiveFlag_CHx + hw_ipcc.o(.text.HW_IPCC_MM_SendFreeBuf) refers to hw_ipcc.o(.bss.FreeBufCb) for FreeBufCb + hw_ipcc.o(.text.HW_IPCC_MM_SendFreeBuf) refers to hw_ipcc.o(.text.LL_C1_IPCC_EnableTransmitChannel) for LL_C1_IPCC_EnableTransmitChannel + hw_ipcc.o(.text.HW_IPCC_MM_SendFreeBuf) refers to hw_ipcc.o(.text.LL_C1_IPCC_SetFlag_CHx) for LL_C1_IPCC_SetFlag_CHx + hw_ipcc.o(.ARM.exidx.text.HW_IPCC_MM_SendFreeBuf) refers to hw_ipcc.o(.text.HW_IPCC_MM_SendFreeBuf) for [Anonymous Symbol] + hw_ipcc.o(.text.HW_IPCC_TRACES_Init) refers to hw_ipcc.o(.text.LL_C1_IPCC_EnableReceiveChannel) for LL_C1_IPCC_EnableReceiveChannel + hw_ipcc.o(.ARM.exidx.text.HW_IPCC_TRACES_Init) refers to hw_ipcc.o(.text.HW_IPCC_TRACES_Init) for [Anonymous Symbol] + hw_ipcc.o(.ARM.exidx.text.HW_IPCC_TRACES_EvtNot) refers to hw_ipcc.o(.text.HW_IPCC_TRACES_EvtNot) for [Anonymous Symbol] + hw_ipcc.o(.ARM.exidx.text.LL_C1_IPCC_DisableTransmitChannel) refers to hw_ipcc.o(.text.LL_C1_IPCC_DisableTransmitChannel) for [Anonymous Symbol] + hw_ipcc.o(.ARM.exidx.text.LL_C1_IPCC_DisableReceiveChannel) refers to hw_ipcc.o(.text.LL_C1_IPCC_DisableReceiveChannel) for [Anonymous Symbol] + app_globals.o(.text.App_RoleName) refers to app_globals.o(.rodata.str1.1) for .L.str + app_globals.o(.ARM.exidx.text.App_RoleName) refers to app_globals.o(.text.App_RoleName) for [Anonymous Symbol] + app_globals.o(.text.App_SetRole) refers to app_globals.o(.data.g_app) for g_app + app_globals.o(.ARM.exidx.text.App_SetRole) refers to app_globals.o(.text.App_SetRole) for [Anonymous Symbol] + app_globals.o(.ARM.exidx.text.App_MakeSlaveReport) refers to app_globals.o(.text.App_MakeSlaveReport) for [Anonymous Symbol] + app_globals.o(.text.App_MasterAcceptReport) refers to app_globals.o(.data.g_app) for g_app + app_globals.o(.text.App_MasterAcceptReport) refers to app_globals.o(.bss.watch_report_rx_count) for watch_report_rx_count + app_globals.o(.text.App_MasterAcceptReport) refers to app_globals.o(.text.App_DebugCopyReportToMasterWatch) for App_DebugCopyReportToMasterWatch + app_globals.o(.text.App_MasterAcceptReport) refers to app_globals.o(.bss.watch_role_pin_is_master) for watch_role_pin_is_master + app_globals.o(.text.App_MasterAcceptReport) refers to app_globals.o(.text.App_DebugRefresh) for App_DebugRefresh + app_globals.o(.ARM.exidx.text.App_MasterAcceptReport) refers to app_globals.o(.text.App_MasterAcceptReport) for [Anonymous Symbol] + app_globals.o(.text.App_DebugCopyReportToMasterWatch) refers to app_globals.o(.bss.watch_master_last_sequence) for watch_master_last_sequence + app_globals.o(.text.App_DebugCopyReportToMasterWatch) refers to app_globals.o(.bss.watch_master_button_mask) for watch_master_button_mask + app_globals.o(.text.App_DebugCopyReportToMasterWatch) refers to app_globals.o(.bss.watch_master_analog_raw) for watch_master_analog_raw + app_globals.o(.text.App_DebugCopyReportToMasterWatch) refers to app_globals.o(.bss.watch_master_analog_percent) for watch_master_analog_percent + app_globals.o(.ARM.exidx.text.App_DebugCopyReportToMasterWatch) refers to app_globals.o(.text.App_DebugCopyReportToMasterWatch) for [Anonymous Symbol] + app_globals.o(.text.App_DebugRefresh) refers to app_globals.o(.data.g_app) for g_app + app_globals.o(.text.App_DebugRefresh) refers to app_globals.o(.data.watch_role) for watch_role + app_globals.o(.text.App_DebugRefresh) refers to app_globals.o(.bss.watch_is_master) for watch_is_master + app_globals.o(.text.App_DebugRefresh) refers to app_globals.o(.data.watch_is_slave) for watch_is_slave + app_globals.o(.text.App_DebugRefresh) refers to app_globals.o(.bss.watch_role_pin_is_master) for watch_role_pin_is_master + app_globals.o(.text.App_DebugRefresh) refers to app_globals.o(.bss.watch_zigbee_state) for watch_zigbee_state + app_globals.o(.text.App_DebugRefresh) refers to app_globals.o(.bss.watch_master_online) for watch_master_online + app_globals.o(.text.App_DebugRefresh) refers to app_globals.o(.bss.watch_master_last_seen_ms) for watch_master_last_seen_ms + app_globals.o(.text.App_DebugRefresh) refers to app_globals.o(.text.App_DebugCopyReportToMasterWatch) for App_DebugCopyReportToMasterWatch + app_globals.o(.ARM.exidx.text.App_DebugRefresh) refers to app_globals.o(.text.App_DebugRefresh) for [Anonymous Symbol] + app_globals.o(.text.App_DebugOnSlaveReportTx) refers to app_globals.o(.bss.watch_report_tx_count) for watch_report_tx_count + app_globals.o(.text.App_DebugOnSlaveReportTx) refers to app_globals.o(.text.App_DebugCopyReportToSlaveWatch) for App_DebugCopyReportToSlaveWatch + app_globals.o(.ARM.exidx.text.App_DebugOnSlaveReportTx) refers to app_globals.o(.text.App_DebugOnSlaveReportTx) for [Anonymous Symbol] + app_globals.o(.text.App_DebugCopyReportToSlaveWatch) refers to app_globals.o(.bss.watch_slave_sequence) for watch_slave_sequence + app_globals.o(.text.App_DebugCopyReportToSlaveWatch) refers to app_globals.o(.bss.watch_slave_button_mask) for watch_slave_button_mask + app_globals.o(.text.App_DebugCopyReportToSlaveWatch) refers to app_globals.o(.bss.watch_slave_analog_raw) for watch_slave_analog_raw + app_globals.o(.text.App_DebugCopyReportToSlaveWatch) refers to app_globals.o(.bss.watch_slave_analog_percent) for watch_slave_analog_percent + app_globals.o(.ARM.exidx.text.App_DebugCopyReportToSlaveWatch) refers to app_globals.o(.text.App_DebugCopyReportToSlaveWatch) for [Anonymous Symbol] + hardware.o(.text.Hardware_Init) refers to hardware.o(.text.LL_AHB2_GRP1_EnableClock) for LL_AHB2_GRP1_EnableClock + hardware.o(.text.Hardware_Init) refers to stm32wbxx_hal_gpio.o(.text.HAL_GPIO_Init) for HAL_GPIO_Init + hardware.o(.text.Hardware_Init) refers to hardware.o(.text.Hardware_SetRoleLed) for Hardware_SetRoleLed + hardware.o(.ARM.exidx.text.Hardware_Init) refers to hardware.o(.text.Hardware_Init) for [Anonymous Symbol] + hardware.o(.ARM.exidx.text.LL_AHB2_GRP1_EnableClock) refers to hardware.o(.text.LL_AHB2_GRP1_EnableClock) for [Anonymous Symbol] + hardware.o(.text.Hardware_SetRoleLed) refers to stm32wbxx_hal_gpio.o(.text.HAL_GPIO_WritePin) for HAL_GPIO_WritePin + hardware.o(.ARM.exidx.text.Hardware_SetRoleLed) refers to hardware.o(.text.Hardware_SetRoleLed) for [Anonymous Symbol] + hardware.o(.ARM.exidx.text.Hardware_Process) refers to hardware.o(.text.Hardware_Process) for [Anonymous Symbol] + hardware.o(.text.Hardware_GetTickMs) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for HAL_GetTick + hardware.o(.ARM.exidx.text.Hardware_GetTickMs) refers to hardware.o(.text.Hardware_GetTickMs) for [Anonymous Symbol] + hardware.o(.ARM.exidx.text.Hardware_ReadRoleSwitchIsMaster) refers to hardware.o(.text.Hardware_ReadRoleSwitchIsMaster) for [Anonymous Symbol] + hardware.o(.text.Hardware_ReadButton) refers to stm32wbxx_hal_gpio.o(.text.HAL_GPIO_ReadPin) for HAL_GPIO_ReadPin + hardware.o(.ARM.exidx.text.Hardware_ReadButton) refers to hardware.o(.text.Hardware_ReadButton) for [Anonymous Symbol] + hardware.o(.ARM.exidx.text.Hardware_ReadAnalogRaw) refers to hardware.o(.text.Hardware_ReadAnalogRaw) for [Anonymous Symbol] + slave_inputs.o(.text.SlaveInputs_Init) refers to hardware.o(.text.Hardware_ReadButton) for Hardware_ReadButton + slave_inputs.o(.text.SlaveInputs_Init) refers to app_globals.o(.data.g_app) for g_app + slave_inputs.o(.text.SlaveInputs_Init) refers to hardware.o(.text.Hardware_GetTickMs) for Hardware_GetTickMs + slave_inputs.o(.text.SlaveInputs_Init) refers to hardware.o(.text.Hardware_ReadAnalogRaw) for Hardware_ReadAnalogRaw + slave_inputs.o(.text.SlaveInputs_Init) refers to slave_inputs.o(.text.Analog_ToPercent) for Analog_ToPercent + slave_inputs.o(.ARM.exidx.text.SlaveInputs_Init) refers to slave_inputs.o(.text.SlaveInputs_Init) for [Anonymous Symbol] + slave_inputs.o(.ARM.exidx.text.Analog_ToPercent) refers to slave_inputs.o(.text.Analog_ToPercent) for [Anonymous Symbol] + slave_inputs.o(.text.SlaveInputs_Process) refers to hardware.o(.text.Hardware_GetTickMs) for Hardware_GetTickMs + slave_inputs.o(.text.SlaveInputs_Process) refers to hardware.o(.text.Hardware_ReadButton) for Hardware_ReadButton + slave_inputs.o(.text.SlaveInputs_Process) refers to app_globals.o(.data.g_app) for g_app + slave_inputs.o(.text.SlaveInputs_Process) refers to hardware.o(.text.Hardware_ReadAnalogRaw) for Hardware_ReadAnalogRaw + slave_inputs.o(.text.SlaveInputs_Process) refers to slave_inputs.o(.text.Analog_ToPercent) for Analog_ToPercent + slave_inputs.o(.ARM.exidx.text.SlaveInputs_Process) refers to slave_inputs.o(.text.SlaveInputs_Process) for [Anonymous Symbol] + slave_inputs.o(.text.SlaveInputs_HasChanges) refers to app_globals.o(.data.g_app) for g_app + slave_inputs.o(.ARM.exidx.text.SlaveInputs_HasChanges) refers to slave_inputs.o(.text.SlaveInputs_HasChanges) for [Anonymous Symbol] + slave_inputs.o(.text.SlaveInputs_ClearChanges) refers to app_globals.o(.data.g_app) for g_app + slave_inputs.o(.ARM.exidx.text.SlaveInputs_ClearChanges) refers to slave_inputs.o(.text.SlaveInputs_ClearChanges) for [Anonymous Symbol] + zigbee_app.o(.text.ZigbeeApp_Init) refers to app_globals.o(.data.g_app) for g_app + zigbee_app.o(.text.ZigbeeApp_Init) refers to zigbee_port.o(.text.ZigbeePort_Init) for ZigbeePort_Init + zigbee_app.o(.text.ZigbeeApp_Init) refers to slave_inputs.o(.text.SlaveInputs_Init) for SlaveInputs_Init + zigbee_app.o(.text.ZigbeeApp_Init) refers to hardware.o(.text.Hardware_ReadRoleSwitchIsMaster) for Hardware_ReadRoleSwitchIsMaster + zigbee_app.o(.text.ZigbeeApp_Init) refers to app_globals.o(.text.App_DebugRefresh) for App_DebugRefresh + zigbee_app.o(.text.ZigbeeApp_Init) refers to zigbee_app.o(.text.ZigbeeApp_UpdateStatusLed) for ZigbeeApp_UpdateStatusLed + zigbee_app.o(.ARM.exidx.text.ZigbeeApp_Init) refers to zigbee_app.o(.text.ZigbeeApp_Init) for [Anonymous Symbol] + zigbee_app.o(.text.ZigbeeApp_UpdateStatusLed) refers to app_globals.o(.data.g_app) for g_app + zigbee_app.o(.text.ZigbeeApp_UpdateStatusLed) refers to hardware.o(.text.Hardware_SetRoleLed) for Hardware_SetRoleLed + zigbee_app.o(.ARM.exidx.text.ZigbeeApp_UpdateStatusLed) refers to zigbee_app.o(.text.ZigbeeApp_UpdateStatusLed) for [Anonymous Symbol] + zigbee_app.o(.text.ZigbeeApp_Process) refers to hardware.o(.text.Hardware_GetTickMs) for Hardware_GetTickMs + zigbee_app.o(.text.ZigbeeApp_Process) refers to app_globals.o(.data.g_app) for g_app + zigbee_app.o(.text.ZigbeeApp_Process) refers to zigbee_app.o(.text.ZigbeeApp_UpdateRoleFromSwitch) for ZigbeeApp_UpdateRoleFromSwitch + zigbee_app.o(.text.ZigbeeApp_Process) refers to zigbee_port.o(.text.ZigbeePort_Process) for ZigbeePort_Process + zigbee_app.o(.text.ZigbeeApp_Process) refers to zigbee_app.o(.text.ZigbeeApp_UpdateStatusLed) for ZigbeeApp_UpdateStatusLed + zigbee_app.o(.text.ZigbeeApp_Process) refers to slave_inputs.o(.text.SlaveInputs_Process) for SlaveInputs_Process + zigbee_app.o(.text.ZigbeeApp_Process) refers to zigbee_port.o(.text.ZigbeePort_SendSlaveInputs) for ZigbeePort_SendSlaveInputs + zigbee_app.o(.text.ZigbeeApp_Process) refers to slave_inputs.o(.text.SlaveInputs_ClearChanges) for SlaveInputs_ClearChanges + zigbee_app.o(.ARM.exidx.text.ZigbeeApp_Process) refers to zigbee_app.o(.text.ZigbeeApp_Process) for [Anonymous Symbol] + zigbee_app.o(.text.ZigbeeApp_UpdateRoleFromSwitch) refers to hardware.o(.text.Hardware_ReadRoleSwitchIsMaster) for Hardware_ReadRoleSwitchIsMaster + zigbee_app.o(.text.ZigbeeApp_UpdateRoleFromSwitch) refers to app_globals.o(.data.g_app) for g_app + zigbee_app.o(.text.ZigbeeApp_UpdateRoleFromSwitch) refers to app_globals.o(.text.App_SetRole) for App_SetRole + zigbee_app.o(.text.ZigbeeApp_UpdateRoleFromSwitch) refers to zigbee_port.o(.text.ZigbeePort_Init) for ZigbeePort_Init + zigbee_app.o(.text.ZigbeeApp_UpdateRoleFromSwitch) refers to app_globals.o(.text.App_DebugRefresh) for App_DebugRefresh + zigbee_app.o(.ARM.exidx.text.ZigbeeApp_UpdateRoleFromSwitch) refers to zigbee_app.o(.text.ZigbeeApp_UpdateRoleFromSwitch) for [Anonymous Symbol] + zigbee_port.o(.ARM.exidx.text.ZigbeePort_Init) refers to zigbee_port.o(.text.ZigbeePort_Init) for [Anonymous Symbol] + zigbee_port.o(.text.ZigbeePort_Process) refers to app_zigbee.o(.text.APP_ZIGBEE_Process) for APP_ZIGBEE_Process + zigbee_port.o(.ARM.exidx.text.ZigbeePort_Process) refers to zigbee_port.o(.text.ZigbeePort_Process) for [Anonymous Symbol] + zigbee_port.o(.text.ZigbeePort_SendSlaveInputs) refers to app_globals.o(.text.App_MakeSlaveReport) for App_MakeSlaveReport + zigbee_port.o(.text.ZigbeePort_SendSlaveInputs) refers to app_globals.o(.text.App_DebugOnSlaveReportTx) for App_DebugOnSlaveReportTx + zigbee_port.o(.text.ZigbeePort_SendSlaveInputs) refers to app_zigbee.o(.text.APP_ZIGBEE_SendSlaveReport) for APP_ZIGBEE_SendSlaveReport + zigbee_port.o(.ARM.exidx.text.ZigbeePort_SendSlaveInputs) refers to zigbee_port.o(.text.ZigbeePort_SendSlaveInputs) for [Anonymous Symbol] + zigbee_port.o(.text.ZigbeePort_OnSlaveReportReceived) refers to app_globals.o(.text.App_MasterAcceptReport) for App_MasterAcceptReport + zigbee_port.o(.ARM.exidx.text.ZigbeePort_OnSlaveReportReceived) refers to zigbee_port.o(.text.ZigbeePort_OnSlaveReportReceived) for [Anonymous Symbol] + stm32wbxx_nucleo.o(.ARM.exidx.text.BSP_GetVersion) refers to stm32wbxx_nucleo.o(.text.BSP_GetVersion) for [Anonymous Symbol] + stm32wbxx_nucleo.o(.text.BSP_LED_Init) refers to stm32wbxx_nucleo.o(.text.LL_AHB2_GRP1_EnableClock) for LL_AHB2_GRP1_EnableClock + stm32wbxx_nucleo.o(.text.BSP_LED_Init) refers to stm32wbxx_nucleo.o(.rodata.GPIO_PIN) for GPIO_PIN + stm32wbxx_nucleo.o(.text.BSP_LED_Init) refers to stm32wbxx_nucleo.o(.data.GPIO_PORT) for GPIO_PORT + stm32wbxx_nucleo.o(.text.BSP_LED_Init) refers to stm32wbxx_hal_gpio.o(.text.HAL_GPIO_Init) for HAL_GPIO_Init + stm32wbxx_nucleo.o(.text.BSP_LED_Init) refers to stm32wbxx_hal_gpio.o(.text.HAL_GPIO_WritePin) for HAL_GPIO_WritePin + stm32wbxx_nucleo.o(.ARM.exidx.text.BSP_LED_Init) refers to stm32wbxx_nucleo.o(.text.BSP_LED_Init) for [Anonymous Symbol] + stm32wbxx_nucleo.o(.ARM.exidx.text.LL_AHB2_GRP1_EnableClock) refers to stm32wbxx_nucleo.o(.text.LL_AHB2_GRP1_EnableClock) for [Anonymous Symbol] + stm32wbxx_nucleo.o(.text.BSP_LED_DeInit) refers to stm32wbxx_nucleo.o(.data.GPIO_PORT) for GPIO_PORT + stm32wbxx_nucleo.o(.text.BSP_LED_DeInit) refers to stm32wbxx_nucleo.o(.rodata.GPIO_PIN) for GPIO_PIN + stm32wbxx_nucleo.o(.text.BSP_LED_DeInit) refers to stm32wbxx_hal_gpio.o(.text.HAL_GPIO_WritePin) for HAL_GPIO_WritePin + stm32wbxx_nucleo.o(.text.BSP_LED_DeInit) refers to stm32wbxx_hal_gpio.o(.text.HAL_GPIO_DeInit) for HAL_GPIO_DeInit + stm32wbxx_nucleo.o(.ARM.exidx.text.BSP_LED_DeInit) refers to stm32wbxx_nucleo.o(.text.BSP_LED_DeInit) for [Anonymous Symbol] + stm32wbxx_nucleo.o(.text.BSP_LED_On) refers to stm32wbxx_nucleo.o(.data.GPIO_PORT) for GPIO_PORT + stm32wbxx_nucleo.o(.text.BSP_LED_On) refers to stm32wbxx_nucleo.o(.rodata.GPIO_PIN) for GPIO_PIN + stm32wbxx_nucleo.o(.text.BSP_LED_On) refers to stm32wbxx_hal_gpio.o(.text.HAL_GPIO_WritePin) for HAL_GPIO_WritePin + stm32wbxx_nucleo.o(.ARM.exidx.text.BSP_LED_On) refers to stm32wbxx_nucleo.o(.text.BSP_LED_On) for [Anonymous Symbol] + stm32wbxx_nucleo.o(.text.BSP_LED_Off) refers to stm32wbxx_nucleo.o(.data.GPIO_PORT) for GPIO_PORT + stm32wbxx_nucleo.o(.text.BSP_LED_Off) refers to stm32wbxx_nucleo.o(.rodata.GPIO_PIN) for GPIO_PIN + stm32wbxx_nucleo.o(.text.BSP_LED_Off) refers to stm32wbxx_hal_gpio.o(.text.HAL_GPIO_WritePin) for HAL_GPIO_WritePin + stm32wbxx_nucleo.o(.ARM.exidx.text.BSP_LED_Off) refers to stm32wbxx_nucleo.o(.text.BSP_LED_Off) for [Anonymous Symbol] + stm32wbxx_nucleo.o(.text.BSP_LED_Toggle) refers to stm32wbxx_nucleo.o(.data.GPIO_PORT) for GPIO_PORT + stm32wbxx_nucleo.o(.text.BSP_LED_Toggle) refers to stm32wbxx_nucleo.o(.rodata.GPIO_PIN) for GPIO_PIN + stm32wbxx_nucleo.o(.text.BSP_LED_Toggle) refers to stm32wbxx_hal_gpio.o(.text.HAL_GPIO_TogglePin) for HAL_GPIO_TogglePin + stm32wbxx_nucleo.o(.ARM.exidx.text.BSP_LED_Toggle) refers to stm32wbxx_nucleo.o(.text.BSP_LED_Toggle) for [Anonymous Symbol] + stm32wbxx_nucleo.o(.text.BSP_PB_Init) refers to stm32wbxx_nucleo.o(.text.LL_AHB2_GRP1_EnableClock) for LL_AHB2_GRP1_EnableClock + stm32wbxx_nucleo.o(.text.BSP_PB_Init) refers to stm32wbxx_nucleo.o(.rodata.BUTTON_PIN) for BUTTON_PIN + stm32wbxx_nucleo.o(.text.BSP_PB_Init) refers to stm32wbxx_nucleo.o(.data.BUTTON_PORT) for BUTTON_PORT + stm32wbxx_nucleo.o(.text.BSP_PB_Init) refers to stm32wbxx_hal_gpio.o(.text.HAL_GPIO_Init) for HAL_GPIO_Init + stm32wbxx_nucleo.o(.text.BSP_PB_Init) refers to app_entry.o(.text.HAL_Delay) for HAL_Delay + stm32wbxx_nucleo.o(.text.BSP_PB_Init) refers to stm32wbxx_nucleo.o(.rodata.BUTTON_IRQn) for BUTTON_IRQn + stm32wbxx_nucleo.o(.text.BSP_PB_Init) refers to stm32wbxx_hal_cortex.o(.text.HAL_NVIC_SetPriority) for HAL_NVIC_SetPriority + stm32wbxx_nucleo.o(.text.BSP_PB_Init) refers to stm32wbxx_hal_cortex.o(.text.HAL_NVIC_EnableIRQ) for HAL_NVIC_EnableIRQ + stm32wbxx_nucleo.o(.ARM.exidx.text.BSP_PB_Init) refers to stm32wbxx_nucleo.o(.text.BSP_PB_Init) for [Anonymous Symbol] + stm32wbxx_nucleo.o(.text.BSP_PB_DeInit) refers to stm32wbxx_nucleo.o(.rodata.BUTTON_PIN) for BUTTON_PIN + stm32wbxx_nucleo.o(.text.BSP_PB_DeInit) refers to stm32wbxx_nucleo.o(.rodata.BUTTON_IRQn) for BUTTON_IRQn + stm32wbxx_nucleo.o(.text.BSP_PB_DeInit) refers to stm32wbxx_hal_cortex.o(.text.HAL_NVIC_DisableIRQ) for HAL_NVIC_DisableIRQ + stm32wbxx_nucleo.o(.text.BSP_PB_DeInit) refers to stm32wbxx_nucleo.o(.data.BUTTON_PORT) for BUTTON_PORT + stm32wbxx_nucleo.o(.text.BSP_PB_DeInit) refers to stm32wbxx_hal_gpio.o(.text.HAL_GPIO_DeInit) for HAL_GPIO_DeInit + stm32wbxx_nucleo.o(.ARM.exidx.text.BSP_PB_DeInit) refers to stm32wbxx_nucleo.o(.text.BSP_PB_DeInit) for [Anonymous Symbol] + stm32wbxx_nucleo.o(.text.BSP_PB_GetState) refers to stm32wbxx_nucleo.o(.data.BUTTON_PORT) for BUTTON_PORT + stm32wbxx_nucleo.o(.text.BSP_PB_GetState) refers to stm32wbxx_nucleo.o(.rodata.BUTTON_PIN) for BUTTON_PIN + stm32wbxx_nucleo.o(.text.BSP_PB_GetState) refers to stm32wbxx_hal_gpio.o(.text.HAL_GPIO_ReadPin) for HAL_GPIO_ReadPin + stm32wbxx_nucleo.o(.ARM.exidx.text.BSP_PB_GetState) refers to stm32wbxx_nucleo.o(.text.BSP_PB_GetState) for [Anonymous Symbol] + stm32wbxx_hal_hsem.o(.ARM.exidx.text.HAL_HSEM_Take) refers to stm32wbxx_hal_hsem.o(.text.HAL_HSEM_Take) for [Anonymous Symbol] + stm32wbxx_hal_hsem.o(.ARM.exidx.text.HAL_HSEM_FastTake) refers to stm32wbxx_hal_hsem.o(.text.HAL_HSEM_FastTake) for [Anonymous Symbol] + stm32wbxx_hal_hsem.o(.ARM.exidx.text.HAL_HSEM_IsSemTaken) refers to stm32wbxx_hal_hsem.o(.text.HAL_HSEM_IsSemTaken) for [Anonymous Symbol] + stm32wbxx_hal_hsem.o(.ARM.exidx.text.HAL_HSEM_Release) refers to stm32wbxx_hal_hsem.o(.text.HAL_HSEM_Release) for [Anonymous Symbol] + stm32wbxx_hal_hsem.o(.ARM.exidx.text.HAL_HSEM_ReleaseAll) refers to stm32wbxx_hal_hsem.o(.text.HAL_HSEM_ReleaseAll) for [Anonymous Symbol] + stm32wbxx_hal_hsem.o(.ARM.exidx.text.HAL_HSEM_SetClearKey) refers to stm32wbxx_hal_hsem.o(.text.HAL_HSEM_SetClearKey) for [Anonymous Symbol] + stm32wbxx_hal_hsem.o(.ARM.exidx.text.HAL_HSEM_GetClearKey) refers to stm32wbxx_hal_hsem.o(.text.HAL_HSEM_GetClearKey) for [Anonymous Symbol] + stm32wbxx_hal_hsem.o(.ARM.exidx.text.HAL_HSEM_ActivateNotification) refers to stm32wbxx_hal_hsem.o(.text.HAL_HSEM_ActivateNotification) for [Anonymous Symbol] + stm32wbxx_hal_hsem.o(.ARM.exidx.text.HAL_HSEM_DeactivateNotification) refers to stm32wbxx_hal_hsem.o(.text.HAL_HSEM_DeactivateNotification) for [Anonymous Symbol] + stm32wbxx_hal_hsem.o(.text.HAL_HSEM_IRQHandler) refers to stm32wbxx_hal_hsem.o(.text.HAL_HSEM_FreeCallback) for HAL_HSEM_FreeCallback + stm32wbxx_hal_hsem.o(.ARM.exidx.text.HAL_HSEM_IRQHandler) refers to stm32wbxx_hal_hsem.o(.text.HAL_HSEM_IRQHandler) for [Anonymous Symbol] + stm32wbxx_hal_hsem.o(.ARM.exidx.text.HAL_HSEM_FreeCallback) refers to stm32wbxx_hal_hsem.o(.text.HAL_HSEM_FreeCallback) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.text.HAL_RCC_DeInit) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for HAL_GetTick + stm32wbxx_hal_rcc.o(.text.HAL_RCC_DeInit) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_MSI_DisablePLLMode) for LL_RCC_MSI_DisablePLLMode + stm32wbxx_hal_rcc.o(.text.HAL_RCC_DeInit) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_MSI_Enable) for LL_RCC_MSI_Enable + stm32wbxx_hal_rcc.o(.text.HAL_RCC_DeInit) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_MSI_IsReady) for LL_RCC_MSI_IsReady + stm32wbxx_hal_rcc.o(.text.HAL_RCC_DeInit) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_MSI_SetRange) for LL_RCC_MSI_SetRange + stm32wbxx_hal_rcc.o(.text.HAL_RCC_DeInit) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_MSI_SetCalibTrimming) for LL_RCC_MSI_SetCalibTrimming + stm32wbxx_hal_rcc.o(.text.HAL_RCC_DeInit) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_HSI_SetCalibTrimming) for LL_RCC_HSI_SetCalibTrimming + stm32wbxx_hal_rcc.o(.text.HAL_RCC_DeInit) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_PLL_IsReady) for LL_RCC_PLL_IsReady + stm32wbxx_hal_rcc.o(.text.HAL_RCC_DeInit) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_PLLSAI1_IsReady) for LL_RCC_PLLSAI1_IsReady + stm32wbxx_hal_rcc.o(.text.HAL_RCC_DeInit) refers to system_stm32wbxx.o(.data.SystemCoreClock) for SystemCoreClock + stm32wbxx_hal_rcc.o(.text.HAL_RCC_DeInit) refers to stm32wbxx_hal.o(.data.uwTickPrio) for uwTickPrio + stm32wbxx_hal_rcc.o(.text.HAL_RCC_DeInit) refers to stm32wbxx_hal.o(.text.HAL_InitTick) for HAL_InitTick + stm32wbxx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_DeInit) refers to stm32wbxx_hal_rcc.o(.text.HAL_RCC_DeInit) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_MSI_DisablePLLMode) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_MSI_DisablePLLMode) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_MSI_Enable) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_MSI_Enable) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_MSI_IsReady) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_MSI_IsReady) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_MSI_SetRange) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_MSI_SetRange) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_MSI_SetCalibTrimming) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_MSI_SetCalibTrimming) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_HSI_SetCalibTrimming) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_HSI_SetCalibTrimming) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_PLL_IsReady) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_PLL_IsReady) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_PLLSAI1_IsReady) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_PLLSAI1_IsReady) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_GetSysClkSource) for LL_RCC_GetSysClkSource + stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_PLL_GetMainSource) for LL_RCC_PLL_GetMainSource + stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_MSI_GetRange) for LL_RCC_MSI_GetRange + stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) refers to stm32wbxx_hal_rcc.o(.text.RCC_SetFlashLatencyFromMSIRange) for RCC_SetFlashLatencyFromMSIRange + stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_MSI_SetRange) for LL_RCC_MSI_SetRange + stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_MSI_SetCalibTrimming) for LL_RCC_MSI_SetCalibTrimming + stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) refers to stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetHCLKFreq) for HAL_RCC_GetHCLKFreq + stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) refers to system_stm32wbxx.o(.data.SystemCoreClock) for SystemCoreClock + stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) refers to stm32wbxx_hal.o(.data.uwTickPrio) for uwTickPrio + stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) refers to stm32wbxx_hal.o(.text.HAL_InitTick) for HAL_InitTick + stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_MSI_Enable) for LL_RCC_MSI_Enable + stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for HAL_GetTick + stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_MSI_IsReady) for LL_RCC_MSI_IsReady + stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_MSI_Disable) for LL_RCC_MSI_Disable + stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_HSE_Enable) for LL_RCC_HSE_Enable + stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_HSE_Disable) for LL_RCC_HSE_Disable + stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_HSE_IsReady) for LL_RCC_HSE_IsReady + stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_HSI_SetCalibTrimming) for LL_RCC_HSI_SetCalibTrimming + stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_HSI_Enable) for LL_RCC_HSI_Enable + stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_HSI_IsReady) for LL_RCC_HSI_IsReady + stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_HSI_Disable) for LL_RCC_HSI_Disable + stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_LSI1_IsReady) for LL_RCC_LSI1_IsReady + stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_LSI1_Enable) for LL_RCC_LSI1_Enable + stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_LSI2_Enable) for LL_RCC_LSI2_Enable + stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_LSI2_IsReady) for LL_RCC_LSI2_IsReady + stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_LSI2_SetTrimming) for LL_RCC_LSI2_SetTrimming + stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_LSI1_Disable) for LL_RCC_LSI1_Disable + stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_LSI2_Disable) for LL_RCC_LSI2_Disable + stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) refers to stm32wbxx_hal_pwr.o(.text.HAL_PWR_EnableBkUpAccess) for HAL_PWR_EnableBkUpAccess + stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_LSE_Enable) for LL_RCC_LSE_Enable + stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_LSE_EnableBypass) for LL_RCC_LSE_EnableBypass + stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_LSE_Disable) for LL_RCC_LSE_Disable + stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_LSE_DisableBypass) for LL_RCC_LSE_DisableBypass + stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_LSE_IsReady) for LL_RCC_LSE_IsReady + stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_HSI48_Enable) for LL_RCC_HSI48_Enable + stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_HSI48_IsReady) for LL_RCC_HSI48_IsReady + stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_HSI48_Disable) for LL_RCC_HSI48_Disable + stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_PLL_Disable) for LL_RCC_PLL_Disable + stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_PLL_Enable) for LL_RCC_PLL_Enable + stm32wbxx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_OscConfig) refers to stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_GetSysClkSource) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_GetSysClkSource) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_PLL_GetMainSource) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_PLL_GetMainSource) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_MSI_GetRange) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_MSI_GetRange) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.text.RCC_SetFlashLatencyFromMSIRange) refers to system_stm32wbxx.o(.rodata.MSIRangeTable) for MSIRangeTable + stm32wbxx_hal_rcc.o(.text.RCC_SetFlashLatencyFromMSIRange) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_GetAHB4Prescaler) for LL_RCC_GetAHB4Prescaler + stm32wbxx_hal_rcc.o(.text.RCC_SetFlashLatencyFromMSIRange) refers to system_stm32wbxx.o(.rodata.AHBPrescTable) for AHBPrescTable + stm32wbxx_hal_rcc.o(.text.RCC_SetFlashLatencyFromMSIRange) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_GetVoltageRange) for HAL_PWREx_GetVoltageRange + stm32wbxx_hal_rcc.o(.text.RCC_SetFlashLatencyFromMSIRange) refers to stm32wbxx_hal_rcc.o(.text.RCC_SetFlashLatency) for RCC_SetFlashLatency + stm32wbxx_hal_rcc.o(.ARM.exidx.text.RCC_SetFlashLatencyFromMSIRange) refers to stm32wbxx_hal_rcc.o(.text.RCC_SetFlashLatencyFromMSIRange) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetHCLKFreq) refers to stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetSysClockFreq) for HAL_RCC_GetSysClockFreq + stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetHCLKFreq) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_GetAHBPrescaler) for LL_RCC_GetAHBPrescaler + stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetHCLKFreq) refers to system_stm32wbxx.o(.rodata.AHBPrescTable) for AHBPrescTable + stm32wbxx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_GetHCLKFreq) refers to stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetHCLKFreq) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_MSI_Disable) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_MSI_Disable) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_HSE_Enable) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_HSE_Enable) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_HSE_Disable) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_HSE_Disable) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_HSE_IsReady) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_HSE_IsReady) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_HSI_Enable) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_HSI_Enable) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_HSI_IsReady) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_HSI_IsReady) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_HSI_Disable) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_HSI_Disable) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_LSI1_IsReady) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_LSI1_IsReady) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_LSI1_Enable) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_LSI1_Enable) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_LSI2_Enable) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_LSI2_Enable) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_LSI2_IsReady) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_LSI2_IsReady) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_LSI2_SetTrimming) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_LSI2_SetTrimming) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_LSI1_Disable) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_LSI1_Disable) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_LSI2_Disable) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_LSI2_Disable) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_LSE_Enable) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_LSE_Enable) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_LSE_EnableBypass) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_LSE_EnableBypass) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_LSE_Disable) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_LSE_Disable) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_LSE_DisableBypass) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_LSE_DisableBypass) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_LSE_IsReady) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_LSE_IsReady) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_HSI48_Enable) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_HSI48_Enable) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_HSI48_IsReady) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_HSI48_IsReady) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_HSI48_Disable) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_HSI48_Disable) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_PLL_Disable) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_PLL_Disable) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_PLL_Enable) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_PLL_Enable) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.text.HAL_RCC_ClockConfig) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for HAL_GetTick + stm32wbxx_hal_rcc.o(.text.HAL_RCC_ClockConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_SetAHBPrescaler) for LL_RCC_SetAHBPrescaler + stm32wbxx_hal_rcc.o(.text.HAL_RCC_ClockConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_IsActiveFlag_HPRE) for LL_RCC_IsActiveFlag_HPRE + stm32wbxx_hal_rcc.o(.text.HAL_RCC_ClockConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_C2_RCC_SetAHBPrescaler) for LL_C2_RCC_SetAHBPrescaler + stm32wbxx_hal_rcc.o(.text.HAL_RCC_ClockConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_IsActiveFlag_C2HPRE) for LL_RCC_IsActiveFlag_C2HPRE + stm32wbxx_hal_rcc.o(.text.HAL_RCC_ClockConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_SetAHB4Prescaler) for LL_RCC_SetAHB4Prescaler + stm32wbxx_hal_rcc.o(.text.HAL_RCC_ClockConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_IsActiveFlag_SHDHPRE) for LL_RCC_IsActiveFlag_SHDHPRE + stm32wbxx_hal_rcc.o(.text.HAL_RCC_ClockConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_SetAPB1Prescaler) for LL_RCC_SetAPB1Prescaler + stm32wbxx_hal_rcc.o(.text.HAL_RCC_ClockConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_IsActiveFlag_PPRE1) for LL_RCC_IsActiveFlag_PPRE1 + stm32wbxx_hal_rcc.o(.text.HAL_RCC_ClockConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_SetAPB2Prescaler) for LL_RCC_SetAPB2Prescaler + stm32wbxx_hal_rcc.o(.text.HAL_RCC_ClockConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_IsActiveFlag_PPRE2) for LL_RCC_IsActiveFlag_PPRE2 + stm32wbxx_hal_rcc.o(.text.HAL_RCC_ClockConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_HSE_IsReady) for LL_RCC_HSE_IsReady + stm32wbxx_hal_rcc.o(.text.HAL_RCC_ClockConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_PLL_IsReady) for LL_RCC_PLL_IsReady + stm32wbxx_hal_rcc.o(.text.HAL_RCC_ClockConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_MSI_IsReady) for LL_RCC_MSI_IsReady + stm32wbxx_hal_rcc.o(.text.HAL_RCC_ClockConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_HSI_IsReady) for LL_RCC_HSI_IsReady + stm32wbxx_hal_rcc.o(.text.HAL_RCC_ClockConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_SetSysClkSource) for LL_RCC_SetSysClkSource + stm32wbxx_hal_rcc.o(.text.HAL_RCC_ClockConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_GetSysClkSource) for LL_RCC_GetSysClkSource + stm32wbxx_hal_rcc.o(.text.HAL_RCC_ClockConfig) refers to stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetHCLKFreq) for HAL_RCC_GetHCLKFreq + stm32wbxx_hal_rcc.o(.text.HAL_RCC_ClockConfig) refers to system_stm32wbxx.o(.data.SystemCoreClock) for SystemCoreClock + stm32wbxx_hal_rcc.o(.text.HAL_RCC_ClockConfig) refers to stm32wbxx_hal.o(.text.HAL_GetTickPrio) for HAL_GetTickPrio + stm32wbxx_hal_rcc.o(.text.HAL_RCC_ClockConfig) refers to stm32wbxx_hal.o(.text.HAL_InitTick) for HAL_InitTick + stm32wbxx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_ClockConfig) refers to stm32wbxx_hal_rcc.o(.text.HAL_RCC_ClockConfig) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_SetAHBPrescaler) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_SetAHBPrescaler) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_IsActiveFlag_HPRE) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_IsActiveFlag_HPRE) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_C2_RCC_SetAHBPrescaler) refers to stm32wbxx_hal_rcc.o(.text.LL_C2_RCC_SetAHBPrescaler) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_IsActiveFlag_C2HPRE) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_IsActiveFlag_C2HPRE) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_SetAHB4Prescaler) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_SetAHB4Prescaler) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_IsActiveFlag_SHDHPRE) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_IsActiveFlag_SHDHPRE) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_SetAPB1Prescaler) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_SetAPB1Prescaler) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_IsActiveFlag_PPRE1) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_IsActiveFlag_PPRE1) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_SetAPB2Prescaler) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_SetAPB2Prescaler) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_IsActiveFlag_PPRE2) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_IsActiveFlag_PPRE2) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_SetSysClkSource) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_SetSysClkSource) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.text.HAL_RCC_MCOConfig) refers to stm32wbxx_hal_gpio.o(.text.HAL_GPIO_Init) for HAL_GPIO_Init + stm32wbxx_hal_rcc.o(.text.HAL_RCC_MCOConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_ConfigMCO) for LL_RCC_ConfigMCO + stm32wbxx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_MCOConfig) refers to stm32wbxx_hal_rcc.o(.text.HAL_RCC_MCOConfig) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_ConfigMCO) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_ConfigMCO) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetSysClockFreq) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_GetSysClkSource) for LL_RCC_GetSysClkSource + stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetSysClockFreq) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_MSI_GetRange) for LL_RCC_MSI_GetRange + stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetSysClockFreq) refers to system_stm32wbxx.o(.rodata.MSIRangeTable) for MSIRangeTable + stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetSysClockFreq) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_HSE_IsEnabledDiv2) for LL_RCC_HSE_IsEnabledDiv2 + stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetSysClockFreq) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_PLL_GetMainSource) for LL_RCC_PLL_GetMainSource + stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetSysClockFreq) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_PLL_GetN) for LL_RCC_PLL_GetN + stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetSysClockFreq) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_PLL_GetDivider) for LL_RCC_PLL_GetDivider + stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetSysClockFreq) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_PLL_GetR) for LL_RCC_PLL_GetR + stm32wbxx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_GetSysClockFreq) refers to stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetSysClockFreq) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_HSE_IsEnabledDiv2) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_HSE_IsEnabledDiv2) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_PLL_GetN) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_PLL_GetN) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_PLL_GetDivider) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_PLL_GetDivider) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_PLL_GetR) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_PLL_GetR) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_GetAHBPrescaler) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_GetAHBPrescaler) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetHCLK2Freq) refers to stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetSysClockFreq) for HAL_RCC_GetSysClockFreq + stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetHCLK2Freq) refers to stm32wbxx_hal_rcc.o(.text.LL_C2_RCC_GetAHBPrescaler) for LL_C2_RCC_GetAHBPrescaler + stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetHCLK2Freq) refers to system_stm32wbxx.o(.rodata.AHBPrescTable) for AHBPrescTable + stm32wbxx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_GetHCLK2Freq) refers to stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetHCLK2Freq) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_C2_RCC_GetAHBPrescaler) refers to stm32wbxx_hal_rcc.o(.text.LL_C2_RCC_GetAHBPrescaler) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetHCLK4Freq) refers to stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetSysClockFreq) for HAL_RCC_GetSysClockFreq + stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetHCLK4Freq) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_GetAHB4Prescaler) for LL_RCC_GetAHB4Prescaler + stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetHCLK4Freq) refers to system_stm32wbxx.o(.rodata.AHBPrescTable) for AHBPrescTable + stm32wbxx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_GetHCLK4Freq) refers to stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetHCLK4Freq) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_GetAHB4Prescaler) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_GetAHB4Prescaler) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetPCLK1Freq) refers to stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetHCLKFreq) for HAL_RCC_GetHCLKFreq + stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetPCLK1Freq) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_GetAPB1Prescaler) for LL_RCC_GetAPB1Prescaler + stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetPCLK1Freq) refers to system_stm32wbxx.o(.rodata.APBPrescTable) for APBPrescTable + stm32wbxx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_GetPCLK1Freq) refers to stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetPCLK1Freq) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_GetAPB1Prescaler) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_GetAPB1Prescaler) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetPCLK2Freq) refers to stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetHCLKFreq) for HAL_RCC_GetHCLKFreq + stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetPCLK2Freq) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_GetAPB2Prescaler) for LL_RCC_GetAPB2Prescaler + stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetPCLK2Freq) refers to system_stm32wbxx.o(.rodata.APBPrescTable) for APBPrescTable + stm32wbxx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_GetPCLK2Freq) refers to stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetPCLK2Freq) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_GetAPB2Prescaler) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_GetAPB2Prescaler) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_GetOscConfig) refers to stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetOscConfig) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetClockConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_GetSysClkSource) for LL_RCC_GetSysClkSource + stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetClockConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_GetAHBPrescaler) for LL_RCC_GetAHBPrescaler + stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetClockConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_GetAPB1Prescaler) for LL_RCC_GetAPB1Prescaler + stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetClockConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_GetAPB2Prescaler) for LL_RCC_GetAPB2Prescaler + stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetClockConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_C2_RCC_GetAHBPrescaler) for LL_C2_RCC_GetAHBPrescaler + stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetClockConfig) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_GetAHB4Prescaler) for LL_RCC_GetAHB4Prescaler + stm32wbxx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_GetClockConfig) refers to stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetClockConfig) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.text.HAL_RCC_EnableCSS) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_HSE_EnableCSS) for LL_RCC_HSE_EnableCSS + stm32wbxx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_EnableCSS) refers to stm32wbxx_hal_rcc.o(.text.HAL_RCC_EnableCSS) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_HSE_EnableCSS) refers to stm32wbxx_hal_rcc.o(.text.LL_RCC_HSE_EnableCSS) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.text.HAL_RCC_NMI_IRQHandler) refers to stm32wbxx_hal_rcc.o(.text.HAL_RCC_CSSCallback) for HAL_RCC_CSSCallback + stm32wbxx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_NMI_IRQHandler) refers to stm32wbxx_hal_rcc.o(.text.HAL_RCC_NMI_IRQHandler) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_CSSCallback) refers to stm32wbxx_hal_rcc.o(.text.HAL_RCC_CSSCallback) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_GetResetSource) refers to stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetResetSource) for [Anonymous Symbol] + stm32wbxx_hal_rcc.o(.text.RCC_SetFlashLatency) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for HAL_GetTick + stm32wbxx_hal_rcc.o(.ARM.exidx.text.RCC_SetFlashLatency) refers to stm32wbxx_hal_rcc.o(.text.RCC_SetFlashLatency) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_PeriphCLKConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.RCCEx_PLLSAI1_ConfigNP) for RCCEx_PLLSAI1_ConfigNP + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_PeriphCLKConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetSAIClockSource) for LL_RCC_SetSAIClockSource + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_PeriphCLKConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetRTCClockSource) for LL_RCC_GetRTCClockSource + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_PeriphCLKConfig) refers to stm32wbxx_hal_pwr.o(.text.HAL_PWR_EnableBkUpAccess) for HAL_PWR_EnableBkUpAccess + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_PeriphCLKConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetRTCClockSource) for LL_RCC_SetRTCClockSource + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_PeriphCLKConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_ForceBackupDomainReset) for LL_RCC_ForceBackupDomainReset + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_PeriphCLKConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_ReleaseBackupDomainReset) for LL_RCC_ReleaseBackupDomainReset + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_PeriphCLKConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_LSE_IsEnabled) for LL_RCC_LSE_IsEnabled + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_PeriphCLKConfig) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for HAL_GetTick + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_PeriphCLKConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_LSE_IsReady) for LL_RCC_LSE_IsReady + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_PeriphCLKConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetUSARTClockSource) for LL_RCC_SetUSARTClockSource + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_PeriphCLKConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetLPUARTClockSource) for LL_RCC_SetLPUARTClockSource + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_PeriphCLKConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetLPTIMClockSource) for LL_RCC_SetLPTIMClockSource + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_PeriphCLKConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetI2CClockSource) for LL_RCC_SetI2CClockSource + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_PeriphCLKConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetUSBClockSource) for LL_RCC_SetUSBClockSource + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_PeriphCLKConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.RCCEx_PLLSAI1_ConfigNQ) for RCCEx_PLLSAI1_ConfigNQ + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_PeriphCLKConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetRNGClockSource) for LL_RCC_SetRNGClockSource + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_PeriphCLKConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetCLK48ClockSource) for LL_RCC_SetCLK48ClockSource + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_PeriphCLKConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetADCClockSource) for LL_RCC_SetADCClockSource + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_PeriphCLKConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.RCCEx_PLLSAI1_ConfigNR) for RCCEx_PLLSAI1_ConfigNR + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_PeriphCLKConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetRFWKPClockSource) for LL_RCC_SetRFWKPClockSource + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_PeriphCLKConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetSMPSPrescaler) for LL_RCC_SetSMPSPrescaler + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_PeriphCLKConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetSMPSClockSource) for LL_RCC_SetSMPSClockSource + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_PeriphCLKConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_PeriphCLKConfig) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.text.RCCEx_PLLSAI1_ConfigNP) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_Disable) for LL_RCC_PLLSAI1_Disable + stm32wbxx_hal_rcc_ex.o(.text.RCCEx_PLLSAI1_ConfigNP) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for HAL_GetTick + stm32wbxx_hal_rcc_ex.o(.text.RCCEx_PLLSAI1_ConfigNP) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_IsReady) for LL_RCC_PLLSAI1_IsReady + stm32wbxx_hal_rcc_ex.o(.text.RCCEx_PLLSAI1_ConfigNP) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_Enable) for LL_RCC_PLLSAI1_Enable + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.RCCEx_PLLSAI1_ConfigNP) refers to stm32wbxx_hal_rcc_ex.o(.text.RCCEx_PLLSAI1_ConfigNP) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_SetSAIClockSource) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetSAIClockSource) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_GetRTCClockSource) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetRTCClockSource) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_SetRTCClockSource) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetRTCClockSource) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_ForceBackupDomainReset) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_ForceBackupDomainReset) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_ReleaseBackupDomainReset) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_ReleaseBackupDomainReset) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_LSE_IsEnabled) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_LSE_IsEnabled) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_LSE_IsReady) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_LSE_IsReady) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_SetUSARTClockSource) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetUSARTClockSource) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_SetLPUARTClockSource) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetLPUARTClockSource) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_SetLPTIMClockSource) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetLPTIMClockSource) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_SetI2CClockSource) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetI2CClockSource) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetUSBClockSource) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetCLK48ClockSource) for LL_RCC_SetCLK48ClockSource + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_SetUSBClockSource) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetUSBClockSource) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.text.RCCEx_PLLSAI1_ConfigNQ) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_Disable) for LL_RCC_PLLSAI1_Disable + stm32wbxx_hal_rcc_ex.o(.text.RCCEx_PLLSAI1_ConfigNQ) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for HAL_GetTick + stm32wbxx_hal_rcc_ex.o(.text.RCCEx_PLLSAI1_ConfigNQ) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_IsReady) for LL_RCC_PLLSAI1_IsReady + stm32wbxx_hal_rcc_ex.o(.text.RCCEx_PLLSAI1_ConfigNQ) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_Enable) for LL_RCC_PLLSAI1_Enable + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.RCCEx_PLLSAI1_ConfigNQ) refers to stm32wbxx_hal_rcc_ex.o(.text.RCCEx_PLLSAI1_ConfigNQ) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_SetRNGClockSource) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetRNGClockSource) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_SetCLK48ClockSource) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetCLK48ClockSource) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_SetADCClockSource) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetADCClockSource) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.text.RCCEx_PLLSAI1_ConfigNR) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_Disable) for LL_RCC_PLLSAI1_Disable + stm32wbxx_hal_rcc_ex.o(.text.RCCEx_PLLSAI1_ConfigNR) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for HAL_GetTick + stm32wbxx_hal_rcc_ex.o(.text.RCCEx_PLLSAI1_ConfigNR) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_IsReady) for LL_RCC_PLLSAI1_IsReady + stm32wbxx_hal_rcc_ex.o(.text.RCCEx_PLLSAI1_ConfigNR) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_Enable) for LL_RCC_PLLSAI1_Enable + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.RCCEx_PLLSAI1_ConfigNR) refers to stm32wbxx_hal_rcc_ex.o(.text.RCCEx_PLLSAI1_ConfigNR) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_SetRFWKPClockSource) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetRFWKPClockSource) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_SetSMPSPrescaler) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetSMPSPrescaler) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_SetSMPSClockSource) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetSMPSClockSource) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_GetN) for LL_RCC_PLLSAI1_GetN + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_GetP) for LL_RCC_PLLSAI1_GetP + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_GetR) for LL_RCC_PLLSAI1_GetR + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_GetQ) for LL_RCC_PLLSAI1_GetQ + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetUSARTClockSource) for LL_RCC_GetUSARTClockSource + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetLPUARTClockSource) for LL_RCC_GetLPUARTClockSource + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetI2CClockSource) for LL_RCC_GetI2CClockSource + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetLPTIMClockSource) for LL_RCC_GetLPTIMClockSource + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetSAIClockSource) for LL_RCC_GetSAIClockSource + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetRTCClockSource) for LL_RCC_GetRTCClockSource + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetUSBClockSource) for LL_RCC_GetUSBClockSource + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetRngCLKSource) for HAL_RCCEx_GetRngCLKSource + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetADCClockSource) for LL_RCC_GetADCClockSource + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetRFWKPClockSource) for LL_RCC_GetRFWKPClockSource + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetSMPSPrescaler) for LL_RCC_GetSMPSPrescaler + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetSMPSClockSelection) for LL_RCC_GetSMPSClockSelection + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_GetPeriphCLKConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKConfig) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_PLLSAI1_GetN) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_GetN) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_PLLSAI1_GetP) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_GetP) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_PLLSAI1_GetR) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_GetR) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_PLLSAI1_GetQ) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_GetQ) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_GetUSARTClockSource) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetUSARTClockSource) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_GetLPUARTClockSource) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetLPUARTClockSource) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_GetI2CClockSource) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetI2CClockSource) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_GetLPTIMClockSource) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetLPTIMClockSource) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_GetSAIClockSource) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetSAIClockSource) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetUSBClockSource) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetCLK48ClockSource) for LL_RCC_GetCLK48ClockSource + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_GetUSBClockSource) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetUSBClockSource) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetRngCLKSource) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetRNGClockSource) for LL_RCC_GetRNGClockSource + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetRngCLKSource) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetCLK48ClockSource) for LL_RCC_GetCLK48ClockSource + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_GetRngCLKSource) refers to stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetRngCLKSource) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_GetADCClockSource) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetADCClockSource) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_GetRFWKPClockSource) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetRFWKPClockSource) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_GetSMPSPrescaler) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetSMPSPrescaler) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_GetSMPSClockSelection) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetSMPSClockSelection) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKFreq) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetSMPSPrescaler) for LL_RCC_GetSMPSPrescaler + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKFreq) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetRTCClockSource) for LL_RCC_GetRTCClockSource + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKFreq) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_LSE_IsReady) for LL_RCC_LSE_IsReady + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKFreq) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_LSI1_IsReady) for LL_RCC_LSI1_IsReady + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKFreq) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_LSI2_IsReady) for LL_RCC_LSI2_IsReady + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKFreq) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetSAIClockSource) for LL_RCC_GetSAIClockSource + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKFreq) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_HSI_IsReady) for LL_RCC_HSI_IsReady + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKFreq) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_IsReady) for LL_RCC_PLLSAI1_IsReady + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKFreq) refers to stm32wbxx_hal_rcc_ex.o(.text.RCC_PLLSAI1_GetFreqDomain_P) for RCC_PLLSAI1_GetFreqDomain_P + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKFreq) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLL_IsReady) for LL_RCC_PLL_IsReady + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKFreq) refers to stm32wbxx_hal_rcc_ex.o(.text.RCC_PLL_GetFreqDomain_P) for RCC_PLL_GetFreqDomain_P + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKFreq) refers to stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetRngCLKSource) for HAL_RCCEx_GetRngCLKSource + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKFreq) refers to stm32wbxx_hal_rcc_ex.o(.text.RCC_PLL_GetFreqDomain_Q) for RCC_PLL_GetFreqDomain_Q + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKFreq) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_MSI_IsReady) for LL_RCC_MSI_IsReady + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKFreq) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_MSI_GetRange) for LL_RCC_MSI_GetRange + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKFreq) refers to system_stm32wbxx.o(.rodata.MSIRangeTable) for MSIRangeTable + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKFreq) refers to stm32wbxx_hal_rcc_ex.o(.text.RCC_PLLSAI1_GetFreqDomain_Q) for RCC_PLLSAI1_GetFreqDomain_Q + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKFreq) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_HSI48_IsReady) for LL_RCC_HSI48_IsReady + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKFreq) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetUSBClockSource) for LL_RCC_GetUSBClockSource + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKFreq) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetUSARTClockSource) for LL_RCC_GetUSARTClockSource + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKFreq) refers to stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetSysClockFreq) for HAL_RCC_GetSysClockFreq + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKFreq) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetAHBPrescaler) for LL_RCC_GetAHBPrescaler + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKFreq) refers to system_stm32wbxx.o(.rodata.AHBPrescTable) for AHBPrescTable + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKFreq) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetAPB2Prescaler) for LL_RCC_GetAPB2Prescaler + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKFreq) refers to system_stm32wbxx.o(.rodata.APBPrescTable) for APBPrescTable + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKFreq) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetLPUARTClockSource) for LL_RCC_GetLPUARTClockSource + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKFreq) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetAPB1Prescaler) for LL_RCC_GetAPB1Prescaler + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKFreq) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetADCClockSource) for LL_RCC_GetADCClockSource + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKFreq) refers to stm32wbxx_hal_rcc_ex.o(.text.RCC_PLLSAI1_GetFreqDomain_R) for RCC_PLLSAI1_GetFreqDomain_R + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKFreq) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetI2CClockSource) for LL_RCC_GetI2CClockSource + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKFreq) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetLPTIMClockSource) for LL_RCC_GetLPTIMClockSource + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKFreq) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetRFWKPClockSource) for LL_RCC_GetRFWKPClockSource + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKFreq) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetSMPSClockSource) for LL_RCC_GetSMPSClockSource + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKFreq) refers to system_stm32wbxx.o(.rodata.SmpsPrescalerTable) for SmpsPrescalerTable + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKFreq) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_HSE_IsReady) for LL_RCC_HSE_IsReady + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_GetPeriphCLKFreq) refers to stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKFreq) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_LSI1_IsReady) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_LSI1_IsReady) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_LSI2_IsReady) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_LSI2_IsReady) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_HSI_IsReady) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_HSI_IsReady) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_PLLSAI1_IsReady) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_IsReady) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.text.RCC_PLLSAI1_GetFreqDomain_P) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLL_GetMainSource) for LL_RCC_PLL_GetMainSource + stm32wbxx_hal_rcc_ex.o(.text.RCC_PLLSAI1_GetFreqDomain_P) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_MSI_GetRange) for LL_RCC_MSI_GetRange + stm32wbxx_hal_rcc_ex.o(.text.RCC_PLLSAI1_GetFreqDomain_P) refers to system_stm32wbxx.o(.rodata.MSIRangeTable) for MSIRangeTable + stm32wbxx_hal_rcc_ex.o(.text.RCC_PLLSAI1_GetFreqDomain_P) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_HSE_IsEnabledDiv2) for LL_RCC_HSE_IsEnabledDiv2 + stm32wbxx_hal_rcc_ex.o(.text.RCC_PLLSAI1_GetFreqDomain_P) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_GetN) for LL_RCC_PLLSAI1_GetN + stm32wbxx_hal_rcc_ex.o(.text.RCC_PLLSAI1_GetFreqDomain_P) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLL_GetDivider) for LL_RCC_PLL_GetDivider + stm32wbxx_hal_rcc_ex.o(.text.RCC_PLLSAI1_GetFreqDomain_P) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_GetP) for LL_RCC_PLLSAI1_GetP + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.RCC_PLLSAI1_GetFreqDomain_P) refers to stm32wbxx_hal_rcc_ex.o(.text.RCC_PLLSAI1_GetFreqDomain_P) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_PLL_IsReady) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLL_IsReady) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.text.RCC_PLL_GetFreqDomain_P) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLL_GetMainSource) for LL_RCC_PLL_GetMainSource + stm32wbxx_hal_rcc_ex.o(.text.RCC_PLL_GetFreqDomain_P) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_MSI_GetRange) for LL_RCC_MSI_GetRange + stm32wbxx_hal_rcc_ex.o(.text.RCC_PLL_GetFreqDomain_P) refers to system_stm32wbxx.o(.rodata.MSIRangeTable) for MSIRangeTable + stm32wbxx_hal_rcc_ex.o(.text.RCC_PLL_GetFreqDomain_P) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_HSE_IsEnabledDiv2) for LL_RCC_HSE_IsEnabledDiv2 + stm32wbxx_hal_rcc_ex.o(.text.RCC_PLL_GetFreqDomain_P) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLL_GetN) for LL_RCC_PLL_GetN + stm32wbxx_hal_rcc_ex.o(.text.RCC_PLL_GetFreqDomain_P) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLL_GetDivider) for LL_RCC_PLL_GetDivider + stm32wbxx_hal_rcc_ex.o(.text.RCC_PLL_GetFreqDomain_P) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLL_GetP) for LL_RCC_PLL_GetP + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.RCC_PLL_GetFreqDomain_P) refers to stm32wbxx_hal_rcc_ex.o(.text.RCC_PLL_GetFreqDomain_P) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.text.RCC_PLL_GetFreqDomain_Q) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLL_GetMainSource) for LL_RCC_PLL_GetMainSource + stm32wbxx_hal_rcc_ex.o(.text.RCC_PLL_GetFreqDomain_Q) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_MSI_GetRange) for LL_RCC_MSI_GetRange + stm32wbxx_hal_rcc_ex.o(.text.RCC_PLL_GetFreqDomain_Q) refers to system_stm32wbxx.o(.rodata.MSIRangeTable) for MSIRangeTable + stm32wbxx_hal_rcc_ex.o(.text.RCC_PLL_GetFreqDomain_Q) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_HSE_IsEnabledDiv2) for LL_RCC_HSE_IsEnabledDiv2 + stm32wbxx_hal_rcc_ex.o(.text.RCC_PLL_GetFreqDomain_Q) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLL_GetN) for LL_RCC_PLL_GetN + stm32wbxx_hal_rcc_ex.o(.text.RCC_PLL_GetFreqDomain_Q) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLL_GetDivider) for LL_RCC_PLL_GetDivider + stm32wbxx_hal_rcc_ex.o(.text.RCC_PLL_GetFreqDomain_Q) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLL_GetQ) for LL_RCC_PLL_GetQ + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.RCC_PLL_GetFreqDomain_Q) refers to stm32wbxx_hal_rcc_ex.o(.text.RCC_PLL_GetFreqDomain_Q) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_MSI_IsReady) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_MSI_IsReady) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_MSI_GetRange) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_MSI_GetRange) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.text.RCC_PLLSAI1_GetFreqDomain_Q) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLL_GetMainSource) for LL_RCC_PLL_GetMainSource + stm32wbxx_hal_rcc_ex.o(.text.RCC_PLLSAI1_GetFreqDomain_Q) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_MSI_GetRange) for LL_RCC_MSI_GetRange + stm32wbxx_hal_rcc_ex.o(.text.RCC_PLLSAI1_GetFreqDomain_Q) refers to system_stm32wbxx.o(.rodata.MSIRangeTable) for MSIRangeTable + stm32wbxx_hal_rcc_ex.o(.text.RCC_PLLSAI1_GetFreqDomain_Q) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_HSE_IsEnabledDiv2) for LL_RCC_HSE_IsEnabledDiv2 + stm32wbxx_hal_rcc_ex.o(.text.RCC_PLLSAI1_GetFreqDomain_Q) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_GetN) for LL_RCC_PLLSAI1_GetN + stm32wbxx_hal_rcc_ex.o(.text.RCC_PLLSAI1_GetFreqDomain_Q) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLL_GetDivider) for LL_RCC_PLL_GetDivider + stm32wbxx_hal_rcc_ex.o(.text.RCC_PLLSAI1_GetFreqDomain_Q) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_GetQ) for LL_RCC_PLLSAI1_GetQ + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.RCC_PLLSAI1_GetFreqDomain_Q) refers to stm32wbxx_hal_rcc_ex.o(.text.RCC_PLLSAI1_GetFreqDomain_Q) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_HSI48_IsReady) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_HSI48_IsReady) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_GetAHBPrescaler) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetAHBPrescaler) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_GetAPB2Prescaler) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetAPB2Prescaler) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_GetAPB1Prescaler) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetAPB1Prescaler) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.text.RCC_PLLSAI1_GetFreqDomain_R) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLL_GetMainSource) for LL_RCC_PLL_GetMainSource + stm32wbxx_hal_rcc_ex.o(.text.RCC_PLLSAI1_GetFreqDomain_R) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_MSI_GetRange) for LL_RCC_MSI_GetRange + stm32wbxx_hal_rcc_ex.o(.text.RCC_PLLSAI1_GetFreqDomain_R) refers to system_stm32wbxx.o(.rodata.MSIRangeTable) for MSIRangeTable + stm32wbxx_hal_rcc_ex.o(.text.RCC_PLLSAI1_GetFreqDomain_R) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_HSE_IsEnabledDiv2) for LL_RCC_HSE_IsEnabledDiv2 + stm32wbxx_hal_rcc_ex.o(.text.RCC_PLLSAI1_GetFreqDomain_R) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_GetN) for LL_RCC_PLLSAI1_GetN + stm32wbxx_hal_rcc_ex.o(.text.RCC_PLLSAI1_GetFreqDomain_R) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLL_GetDivider) for LL_RCC_PLL_GetDivider + stm32wbxx_hal_rcc_ex.o(.text.RCC_PLLSAI1_GetFreqDomain_R) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_GetR) for LL_RCC_PLLSAI1_GetR + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.RCC_PLLSAI1_GetFreqDomain_R) refers to stm32wbxx_hal_rcc_ex.o(.text.RCC_PLLSAI1_GetFreqDomain_R) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_GetSMPSClockSource) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetSMPSClockSource) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_HSE_IsReady) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_HSE_IsReady) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_GetRNGClockSource) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetRNGClockSource) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_GetCLK48ClockSource) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetCLK48ClockSource) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_EnablePLLSAI1) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_Disable) for LL_RCC_PLLSAI1_Disable + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_EnablePLLSAI1) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for HAL_GetTick + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_EnablePLLSAI1) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_IsReady) for LL_RCC_PLLSAI1_IsReady + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_EnablePLLSAI1) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_Enable) for LL_RCC_PLLSAI1_Enable + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_EnablePLLSAI1) refers to stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_EnablePLLSAI1) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_PLLSAI1_Disable) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_Disable) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_PLLSAI1_Enable) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_Enable) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_DisablePLLSAI1) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_Disable) for LL_RCC_PLLSAI1_Disable + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_DisablePLLSAI1) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for HAL_GetTick + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_DisablePLLSAI1) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_IsReady) for LL_RCC_PLLSAI1_IsReady + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_DisablePLLSAI1) refers to stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_DisablePLLSAI1) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_WakeUpStopCLKConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetClkAfterWakeFromStop) for LL_RCC_SetClkAfterWakeFromStop + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_WakeUpStopCLKConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_WakeUpStopCLKConfig) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_SetClkAfterWakeFromStop) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetClkAfterWakeFromStop) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_EnableLSECSS) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_LSE_EnableCSS) for LL_RCC_LSE_EnableCSS + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_EnableLSECSS) refers to stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_EnableLSECSS) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_LSE_EnableCSS) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_LSE_EnableCSS) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_DisableLSECSS) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_LSE_DisableCSS) for LL_RCC_LSE_DisableCSS + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_DisableLSECSS) refers to stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_DisableLSECSS) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_LSE_DisableCSS) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_LSE_DisableCSS) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_EnableLSECSS_IT) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_LSE_EnableCSS) for LL_RCC_LSE_EnableCSS + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_EnableLSECSS_IT) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_EXTI_EnableIT_0_31) for LL_EXTI_EnableIT_0_31 + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_EnableLSECSS_IT) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_EXTI_EnableRisingTrig_0_31) for LL_EXTI_EnableRisingTrig_0_31 + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_EnableLSECSS_IT) refers to stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_EnableLSECSS_IT) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_EXTI_EnableIT_0_31) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_EXTI_EnableIT_0_31) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_EXTI_EnableRisingTrig_0_31) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_EXTI_EnableRisingTrig_0_31) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_LSECSS_IRQHandler) refers to stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_LSECSS_Callback) for HAL_RCCEx_LSECSS_Callback + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_LSECSS_IRQHandler) refers to stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_LSECSS_IRQHandler) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_LSECSS_Callback) refers to stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_LSECSS_Callback) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_LSCOConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_AHB2_GRP1_EnableClock) for LL_AHB2_GRP1_EnableClock + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_LSCOConfig) refers to stm32wbxx_hal_gpio.o(.text.HAL_GPIO_Init) for HAL_GPIO_Init + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_LSCOConfig) refers to stm32wbxx_hal_pwr.o(.text.HAL_PWR_EnableBkUpAccess) for HAL_PWR_EnableBkUpAccess + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_LSCOConfig) refers to stm32wbxx_hal_pwr.o(.text.HAL_PWR_DisableBkUpAccess) for HAL_PWR_DisableBkUpAccess + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_LSCOConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_LSCOConfig) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_AHB2_GRP1_EnableClock) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_AHB2_GRP1_EnableClock) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_EnableLSCO) refers to stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_EnableLSCO) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_DisableLSCO) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_LSCO_Disable) for LL_RCC_LSCO_Disable + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_DisableLSCO) refers to stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_DisableLSCO) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_LSCO_Disable) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_LSCO_Disable) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_EnableMSIPLLMode) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_MSI_EnablePLLMode) for LL_RCC_MSI_EnablePLLMode + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_EnableMSIPLLMode) refers to stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_EnableMSIPLLMode) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_MSI_EnablePLLMode) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_MSI_EnablePLLMode) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_DisableMSIPLLMode) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_MSI_DisablePLLMode) for LL_RCC_MSI_DisablePLLMode + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_DisableMSIPLLMode) refers to stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_DisableMSIPLLMode) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_MSI_DisablePLLMode) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_MSI_DisablePLLMode) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_TrimOsc) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_LSI2_IsReady) for LL_RCC_LSI2_IsReady + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_TrimOsc) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_LSI2_SetTrimming) for LL_RCC_LSI2_SetTrimming + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_TrimOsc) refers to stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_TrimOsc) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_LSI2_SetTrimming) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_LSI2_SetTrimming) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_CRSConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_APB1_GRP1_ForceReset) for LL_APB1_GRP1_ForceReset + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_CRSConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_APB1_GRP1_ReleaseReset) for LL_APB1_GRP1_ReleaseReset + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_CRSConfig) refers to stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_CRSConfig) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_APB1_GRP1_ForceReset) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_APB1_GRP1_ForceReset) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_APB1_GRP1_ReleaseReset) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_APB1_GRP1_ReleaseReset) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_CRSSoftwareSynchronizationGenerate) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_CRS_GenerateEvent_SWSYNC) for LL_CRS_GenerateEvent_SWSYNC + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_CRSSoftwareSynchronizationGenerate) refers to stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_CRSSoftwareSynchronizationGenerate) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_CRS_GenerateEvent_SWSYNC) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_CRS_GenerateEvent_SWSYNC) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_CRSGetSynchronizationInfo) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_CRS_GetReloadCounter) for LL_CRS_GetReloadCounter + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_CRSGetSynchronizationInfo) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_CRS_GetHSI48SmoothTrimming) for LL_CRS_GetHSI48SmoothTrimming + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_CRSGetSynchronizationInfo) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_CRS_GetFreqErrorCapture) for LL_CRS_GetFreqErrorCapture + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_CRSGetSynchronizationInfo) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_CRS_GetFreqErrorDirection) for LL_CRS_GetFreqErrorDirection + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_CRSGetSynchronizationInfo) refers to stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_CRSGetSynchronizationInfo) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_CRS_GetReloadCounter) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_CRS_GetReloadCounter) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_CRS_GetHSI48SmoothTrimming) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_CRS_GetHSI48SmoothTrimming) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_CRS_GetFreqErrorCapture) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_CRS_GetFreqErrorCapture) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_CRS_GetFreqErrorDirection) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_CRS_GetFreqErrorDirection) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_CRSWaitSynchronization) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for HAL_GetTick + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_CRSWaitSynchronization) refers to stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_CRSWaitSynchronization) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_CRS_IRQHandler) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_CRS_ClearFlag_SYNCOK) for LL_CRS_ClearFlag_SYNCOK + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_CRS_IRQHandler) refers to stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_CRS_SyncOkCallback) for HAL_RCCEx_CRS_SyncOkCallback + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_CRS_IRQHandler) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_CRS_ClearFlag_SYNCWARN) for LL_CRS_ClearFlag_SYNCWARN + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_CRS_IRQHandler) refers to stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_CRS_SyncWarnCallback) for HAL_RCCEx_CRS_SyncWarnCallback + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_CRS_IRQHandler) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_CRS_ClearFlag_ESYNC) for LL_CRS_ClearFlag_ESYNC + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_CRS_IRQHandler) refers to stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_CRS_ExpectedSyncCallback) for HAL_RCCEx_CRS_ExpectedSyncCallback + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_CRS_IRQHandler) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_CRS_ClearFlag_ERR) for LL_CRS_ClearFlag_ERR + stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_CRS_IRQHandler) refers to stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_CRS_ErrorCallback) for HAL_RCCEx_CRS_ErrorCallback + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_CRS_IRQHandler) refers to stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_CRS_IRQHandler) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_CRS_ClearFlag_SYNCOK) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_CRS_ClearFlag_SYNCOK) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_CRS_SyncOkCallback) refers to stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_CRS_SyncOkCallback) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_CRS_ClearFlag_SYNCWARN) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_CRS_ClearFlag_SYNCWARN) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_CRS_SyncWarnCallback) refers to stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_CRS_SyncWarnCallback) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_CRS_ClearFlag_ESYNC) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_CRS_ClearFlag_ESYNC) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_CRS_ExpectedSyncCallback) refers to stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_CRS_ExpectedSyncCallback) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_CRS_ClearFlag_ERR) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_CRS_ClearFlag_ERR) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_CRS_ErrorCallback) refers to stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_CRS_ErrorCallback) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_PLL_GetMainSource) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLL_GetMainSource) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_HSE_IsEnabledDiv2) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_HSE_IsEnabledDiv2) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_PLL_GetN) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLL_GetN) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_PLL_GetDivider) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLL_GetDivider) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_PLL_GetP) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLL_GetP) for [Anonymous Symbol] + stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_PLL_GetQ) refers to stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLL_GetQ) for [Anonymous Symbol] + stm32wbxx_hal_flash.o(.text.HAL_FLASH_Program) refers to stm32wbxx_hal_flash.o(.bss.pFlash) for pFlash + stm32wbxx_hal_flash.o(.text.HAL_FLASH_Program) refers to stm32wbxx_hal_flash.o(.text.FLASH_WaitForLastOperation) for FLASH_WaitForLastOperation + stm32wbxx_hal_flash.o(.text.HAL_FLASH_Program) refers to stm32wbxx_hal_flash.o(.text.FLASH_Program_DoubleWord) for FLASH_Program_DoubleWord + stm32wbxx_hal_flash.o(.text.HAL_FLASH_Program) refers to stm32wbxx_hal_flash.o(.text.FLASH_Program_Fast) for FLASH_Program_Fast + stm32wbxx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_Program) refers to stm32wbxx_hal_flash.o(.text.HAL_FLASH_Program) for [Anonymous Symbol] + stm32wbxx_hal_flash.o(.text.FLASH_WaitForLastOperation) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for HAL_GetTick + stm32wbxx_hal_flash.o(.text.FLASH_WaitForLastOperation) refers to stm32wbxx_hal_flash.o(.bss.pFlash) for pFlash + stm32wbxx_hal_flash.o(.ARM.exidx.text.FLASH_WaitForLastOperation) refers to stm32wbxx_hal_flash.o(.text.FLASH_WaitForLastOperation) for [Anonymous Symbol] + stm32wbxx_hal_flash.o(.ARM.exidx.text.FLASH_Program_DoubleWord) refers to stm32wbxx_hal_flash.o(.text.FLASH_Program_DoubleWord) for [Anonymous Symbol] + stm32wbxx_hal_flash.o(.ARM.exidx.text.FLASH_Program_Fast) refers to stm32wbxx_hal_flash.o(.text.FLASH_Program_Fast) for [Anonymous Symbol] + stm32wbxx_hal_flash.o(.text.HAL_FLASH_Program_IT) refers to stm32wbxx_hal_flash.o(.bss.pFlash) for pFlash + stm32wbxx_hal_flash.o(.text.HAL_FLASH_Program_IT) refers to stm32wbxx_hal_flash.o(.text.FLASH_WaitForLastOperation) for FLASH_WaitForLastOperation + stm32wbxx_hal_flash.o(.text.HAL_FLASH_Program_IT) refers to stm32wbxx_hal_flash.o(.text.FLASH_Program_DoubleWord) for FLASH_Program_DoubleWord + stm32wbxx_hal_flash.o(.text.HAL_FLASH_Program_IT) refers to stm32wbxx_hal_flash.o(.text.FLASH_Program_Fast) for FLASH_Program_Fast + stm32wbxx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_Program_IT) refers to stm32wbxx_hal_flash.o(.text.HAL_FLASH_Program_IT) for [Anonymous Symbol] + stm32wbxx_hal_flash.o(.text.HAL_FLASH_IRQHandler) refers to stm32wbxx_hal_flash.o(.bss.pFlash) for pFlash + stm32wbxx_hal_flash.o(.text.HAL_FLASH_IRQHandler) refers to stm32wbxx_hal_flash.o(.text.HAL_FLASH_OperationErrorCallback) for HAL_FLASH_OperationErrorCallback + stm32wbxx_hal_flash.o(.text.HAL_FLASH_IRQHandler) refers to stm32wbxx_hal_flash_ex.o(.text.FLASH_PageErase) for FLASH_PageErase + stm32wbxx_hal_flash.o(.text.HAL_FLASH_IRQHandler) refers to stm32wbxx_hal_flash.o(.text.HAL_FLASH_EndOfOperationCallback) for HAL_FLASH_EndOfOperationCallback + stm32wbxx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_IRQHandler) refers to stm32wbxx_hal_flash.o(.text.HAL_FLASH_IRQHandler) for [Anonymous Symbol] + stm32wbxx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_OperationErrorCallback) refers to stm32wbxx_hal_flash.o(.text.HAL_FLASH_OperationErrorCallback) for [Anonymous Symbol] + stm32wbxx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_EndOfOperationCallback) refers to stm32wbxx_hal_flash.o(.text.HAL_FLASH_EndOfOperationCallback) for [Anonymous Symbol] + stm32wbxx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_Unlock) refers to stm32wbxx_hal_flash.o(.text.HAL_FLASH_Unlock) for [Anonymous Symbol] + stm32wbxx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_Lock) refers to stm32wbxx_hal_flash.o(.text.HAL_FLASH_Lock) for [Anonymous Symbol] + stm32wbxx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_OB_Unlock) refers to stm32wbxx_hal_flash.o(.text.HAL_FLASH_OB_Unlock) for [Anonymous Symbol] + stm32wbxx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_OB_Lock) refers to stm32wbxx_hal_flash.o(.text.HAL_FLASH_OB_Lock) for [Anonymous Symbol] + stm32wbxx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_OB_Launch) refers to stm32wbxx_hal_flash.o(.text.HAL_FLASH_OB_Launch) for [Anonymous Symbol] + stm32wbxx_hal_flash.o(.text.HAL_FLASH_GetError) refers to stm32wbxx_hal_flash.o(.bss.pFlash) for pFlash + stm32wbxx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_GetError) refers to stm32wbxx_hal_flash.o(.text.HAL_FLASH_GetError) for [Anonymous Symbol] + stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_Erase) refers to stm32wbxx_hal_flash.o(.bss.pFlash) for pFlash + stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_Erase) refers to stm32wbxx_hal_flash.o(.text.FLASH_WaitForLastOperation) for FLASH_WaitForLastOperation + stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_Erase) refers to stm32wbxx_hal_flash_ex.o(.text.FLASH_PageErase) for FLASH_PageErase + stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_Erase) refers to stm32wbxx_hal_flash_ex.o(.text.FLASH_AcknowledgePageErase) for FLASH_AcknowledgePageErase + stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_Erase) refers to stm32wbxx_hal_flash_ex.o(.text.FLASH_FlushCaches) for FLASH_FlushCaches + stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.HAL_FLASHEx_Erase) refers to stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_Erase) for [Anonymous Symbol] + stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.FLASH_PageErase) refers to stm32wbxx_hal_flash_ex.o(.text.FLASH_PageErase) for [Anonymous Symbol] + stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.FLASH_AcknowledgePageErase) refers to stm32wbxx_hal_flash_ex.o(.text.FLASH_AcknowledgePageErase) for [Anonymous Symbol] + stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.FLASH_FlushCaches) refers to stm32wbxx_hal_flash_ex.o(.text.FLASH_FlushCaches) for [Anonymous Symbol] + stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_Erase_IT) refers to stm32wbxx_hal_flash.o(.bss.pFlash) for pFlash + stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_Erase_IT) refers to stm32wbxx_hal_flash.o(.text.FLASH_WaitForLastOperation) for FLASH_WaitForLastOperation + stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_Erase_IT) refers to stm32wbxx_hal_flash_ex.o(.text.FLASH_PageErase) for FLASH_PageErase + stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.HAL_FLASHEx_Erase_IT) refers to stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_Erase_IT) for [Anonymous Symbol] + stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_OBProgram) refers to stm32wbxx_hal_flash.o(.bss.pFlash) for pFlash + stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_OBProgram) refers to stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_WRPConfig) for FLASH_OB_WRPConfig + stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_OBProgram) refers to stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_OptrConfig) for FLASH_OB_OptrConfig + stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_OBProgram) refers to stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_GetUser) for FLASH_OB_GetUser + stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_OBProgram) refers to stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_GetRDP) for FLASH_OB_GetRDP + stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_OBProgram) refers to stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_PCROP1AConfig) for FLASH_OB_PCROP1AConfig + stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_OBProgram) refers to stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_PCROP1BConfig) for FLASH_OB_PCROP1BConfig + stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_OBProgram) refers to stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_SecureConfig) for FLASH_OB_SecureConfig + stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_OBProgram) refers to stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_IPCCBufferAddrConfig) for FLASH_OB_IPCCBufferAddrConfig + stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_OBProgram) refers to stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_ProceedWriteOperation) for FLASH_OB_ProceedWriteOperation + stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.HAL_FLASHEx_OBProgram) refers to stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_OBProgram) for [Anonymous Symbol] + stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_WRPConfig) refers to stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_WRPConfig) for [Anonymous Symbol] + stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_OptrConfig) refers to stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_OptrConfig) for [Anonymous Symbol] + stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_GetUser) refers to stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_GetUser) for [Anonymous Symbol] + stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_GetRDP) refers to stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_GetRDP) for [Anonymous Symbol] + stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_PCROP1AConfig) refers to stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_PCROP1AConfig) for [Anonymous Symbol] + stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_PCROP1BConfig) refers to stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_PCROP1BConfig) for [Anonymous Symbol] + stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_SecureConfig) refers to stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_SecureConfig) for [Anonymous Symbol] + stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_IPCCBufferAddrConfig) refers to stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_IPCCBufferAddrConfig) for [Anonymous Symbol] + stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_ProceedWriteOperation) refers to stm32wbxx_hal_flash.o(.text.FLASH_WaitForLastOperation) for FLASH_WaitForLastOperation + stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_ProceedWriteOperation) refers to stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_ProceedWriteOperation) for [Anonymous Symbol] + stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_OBGetConfig) refers to stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_GetWRP) for FLASH_OB_GetWRP + stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_OBGetConfig) refers to stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_GetRDP) for FLASH_OB_GetRDP + stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_OBGetConfig) refers to stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_GetUser) for FLASH_OB_GetUser + stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_OBGetConfig) refers to stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_GetPCROP) for FLASH_OB_GetPCROP + stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_OBGetConfig) refers to stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_GetIPCCBufferAddr) for FLASH_OB_GetIPCCBufferAddr + stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_OBGetConfig) refers to stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_GetSecureMemoryConfig) for FLASH_OB_GetSecureMemoryConfig + stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_OBGetConfig) refers to stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_GetC2BootResetConfig) for FLASH_OB_GetC2BootResetConfig + stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.HAL_FLASHEx_OBGetConfig) refers to stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_OBGetConfig) for [Anonymous Symbol] + stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_GetWRP) refers to stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_GetWRP) for [Anonymous Symbol] + stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_GetPCROP) refers to stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_GetPCROP) for [Anonymous Symbol] + stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_GetIPCCBufferAddr) refers to stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_GetIPCCBufferAddr) for [Anonymous Symbol] + stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_GetSecureMemoryConfig) refers to stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_GetSecureMemoryConfig) for [Anonymous Symbol] + stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_GetC2BootResetConfig) refers to stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_GetC2BootResetConfig) for [Anonymous Symbol] + stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.HAL_FLASHEx_FlashEmptyCheck) refers to stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_FlashEmptyCheck) for [Anonymous Symbol] + stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.HAL_FLASHEx_ForceFlashEmpty) refers to stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_ForceFlashEmpty) for [Anonymous Symbol] + stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.HAL_FLASHEx_SuspendOperation) refers to stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_SuspendOperation) for [Anonymous Symbol] + stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.HAL_FLASHEx_AllowOperation) refers to stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_AllowOperation) for [Anonymous Symbol] + stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.HAL_FLASHEx_IsOperationSuspended) refers to stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_IsOperationSuspended) for [Anonymous Symbol] + stm32wbxx_hal_gpio.o(.ARM.exidx.text.HAL_GPIO_Init) refers to stm32wbxx_hal_gpio.o(.text.HAL_GPIO_Init) for [Anonymous Symbol] + stm32wbxx_hal_gpio.o(.ARM.exidx.text.HAL_GPIO_DeInit) refers to stm32wbxx_hal_gpio.o(.text.HAL_GPIO_DeInit) for [Anonymous Symbol] + stm32wbxx_hal_gpio.o(.ARM.exidx.text.HAL_GPIO_ReadPin) refers to stm32wbxx_hal_gpio.o(.text.HAL_GPIO_ReadPin) for [Anonymous Symbol] + stm32wbxx_hal_gpio.o(.ARM.exidx.text.HAL_GPIO_WritePin) refers to stm32wbxx_hal_gpio.o(.text.HAL_GPIO_WritePin) for [Anonymous Symbol] + stm32wbxx_hal_gpio.o(.ARM.exidx.text.HAL_GPIO_WriteMultipleStatePin) refers to stm32wbxx_hal_gpio.o(.text.HAL_GPIO_WriteMultipleStatePin) for [Anonymous Symbol] + stm32wbxx_hal_gpio.o(.ARM.exidx.text.HAL_GPIO_TogglePin) refers to stm32wbxx_hal_gpio.o(.text.HAL_GPIO_TogglePin) for [Anonymous Symbol] + stm32wbxx_hal_gpio.o(.ARM.exidx.text.HAL_GPIO_LockPin) refers to stm32wbxx_hal_gpio.o(.text.HAL_GPIO_LockPin) for [Anonymous Symbol] + stm32wbxx_hal_gpio.o(.text.HAL_GPIO_EXTI_IRQHandler) refers to app_entry.o(.text.HAL_GPIO_EXTI_Callback) for HAL_GPIO_EXTI_Callback + stm32wbxx_hal_gpio.o(.ARM.exidx.text.HAL_GPIO_EXTI_IRQHandler) refers to stm32wbxx_hal_gpio.o(.text.HAL_GPIO_EXTI_IRQHandler) for [Anonymous Symbol] + stm32wbxx_hal_gpio.o(.ARM.exidx.text.HAL_GPIO_EXTI_Callback) refers to stm32wbxx_hal_gpio.o(.text.HAL_GPIO_EXTI_Callback) for [Anonymous Symbol] + stm32wbxx_hal_dma.o(.text.HAL_DMA_Init) refers to stm32wbxx_hal_dma.o(.text.DMA_CalcDMAMUXChannelBaseAndMask) for DMA_CalcDMAMUXChannelBaseAndMask + stm32wbxx_hal_dma.o(.text.HAL_DMA_Init) refers to stm32wbxx_hal_dma.o(.text.DMA_CalcDMAMUXRequestGenBaseAndMask) for DMA_CalcDMAMUXRequestGenBaseAndMask + stm32wbxx_hal_dma.o(.ARM.exidx.text.HAL_DMA_Init) refers to stm32wbxx_hal_dma.o(.text.HAL_DMA_Init) for [Anonymous Symbol] + stm32wbxx_hal_dma.o(.ARM.exidx.text.DMA_CalcDMAMUXChannelBaseAndMask) refers to stm32wbxx_hal_dma.o(.text.DMA_CalcDMAMUXChannelBaseAndMask) for [Anonymous Symbol] + stm32wbxx_hal_dma.o(.ARM.exidx.text.DMA_CalcDMAMUXRequestGenBaseAndMask) refers to stm32wbxx_hal_dma.o(.text.DMA_CalcDMAMUXRequestGenBaseAndMask) for [Anonymous Symbol] + stm32wbxx_hal_dma.o(.text.HAL_DMA_DeInit) refers to stm32wbxx_hal_dma.o(.text.DMA_CalcDMAMUXChannelBaseAndMask) for DMA_CalcDMAMUXChannelBaseAndMask + stm32wbxx_hal_dma.o(.text.HAL_DMA_DeInit) refers to stm32wbxx_hal_dma.o(.text.DMA_CalcDMAMUXRequestGenBaseAndMask) for DMA_CalcDMAMUXRequestGenBaseAndMask + stm32wbxx_hal_dma.o(.ARM.exidx.text.HAL_DMA_DeInit) refers to stm32wbxx_hal_dma.o(.text.HAL_DMA_DeInit) for [Anonymous Symbol] + stm32wbxx_hal_dma.o(.text.HAL_DMA_Start) refers to stm32wbxx_hal_dma.o(.text.DMA_SetConfig) for DMA_SetConfig + stm32wbxx_hal_dma.o(.ARM.exidx.text.HAL_DMA_Start) refers to stm32wbxx_hal_dma.o(.text.HAL_DMA_Start) for [Anonymous Symbol] + stm32wbxx_hal_dma.o(.ARM.exidx.text.DMA_SetConfig) refers to stm32wbxx_hal_dma.o(.text.DMA_SetConfig) for [Anonymous Symbol] + stm32wbxx_hal_dma.o(.text.HAL_DMA_Start_IT) refers to stm32wbxx_hal_dma.o(.text.DMA_SetConfig) for DMA_SetConfig + stm32wbxx_hal_dma.o(.ARM.exidx.text.HAL_DMA_Start_IT) refers to stm32wbxx_hal_dma.o(.text.HAL_DMA_Start_IT) for [Anonymous Symbol] + stm32wbxx_hal_dma.o(.ARM.exidx.text.HAL_DMA_Abort) refers to stm32wbxx_hal_dma.o(.text.HAL_DMA_Abort) for [Anonymous Symbol] + stm32wbxx_hal_dma.o(.ARM.exidx.text.HAL_DMA_Abort_IT) refers to stm32wbxx_hal_dma.o(.text.HAL_DMA_Abort_IT) for [Anonymous Symbol] + stm32wbxx_hal_dma.o(.text.HAL_DMA_PollForTransfer) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for HAL_GetTick + stm32wbxx_hal_dma.o(.ARM.exidx.text.HAL_DMA_PollForTransfer) refers to stm32wbxx_hal_dma.o(.text.HAL_DMA_PollForTransfer) for [Anonymous Symbol] + stm32wbxx_hal_dma.o(.ARM.exidx.text.HAL_DMA_IRQHandler) refers to stm32wbxx_hal_dma.o(.text.HAL_DMA_IRQHandler) for [Anonymous Symbol] + stm32wbxx_hal_dma.o(.ARM.exidx.text.HAL_DMA_RegisterCallback) refers to stm32wbxx_hal_dma.o(.text.HAL_DMA_RegisterCallback) for [Anonymous Symbol] + stm32wbxx_hal_dma.o(.ARM.exidx.text.HAL_DMA_UnRegisterCallback) refers to stm32wbxx_hal_dma.o(.text.HAL_DMA_UnRegisterCallback) for [Anonymous Symbol] + stm32wbxx_hal_dma.o(.ARM.exidx.text.HAL_DMA_GetState) refers to stm32wbxx_hal_dma.o(.text.HAL_DMA_GetState) for [Anonymous Symbol] + stm32wbxx_hal_dma.o(.ARM.exidx.text.HAL_DMA_GetError) refers to stm32wbxx_hal_dma.o(.text.HAL_DMA_GetError) for [Anonymous Symbol] + stm32wbxx_hal_dma_ex.o(.ARM.exidx.text.HAL_DMAEx_ConfigMuxSync) refers to stm32wbxx_hal_dma_ex.o(.text.HAL_DMAEx_ConfigMuxSync) for [Anonymous Symbol] + stm32wbxx_hal_dma_ex.o(.ARM.exidx.text.HAL_DMAEx_ConfigMuxRequestGenerator) refers to stm32wbxx_hal_dma_ex.o(.text.HAL_DMAEx_ConfigMuxRequestGenerator) for [Anonymous Symbol] + stm32wbxx_hal_dma_ex.o(.ARM.exidx.text.HAL_DMAEx_EnableMuxRequestGenerator) refers to stm32wbxx_hal_dma_ex.o(.text.HAL_DMAEx_EnableMuxRequestGenerator) for [Anonymous Symbol] + stm32wbxx_hal_dma_ex.o(.ARM.exidx.text.HAL_DMAEx_DisableMuxRequestGenerator) refers to stm32wbxx_hal_dma_ex.o(.text.HAL_DMAEx_DisableMuxRequestGenerator) for [Anonymous Symbol] + stm32wbxx_hal_dma_ex.o(.ARM.exidx.text.HAL_DMAEx_MUX_IRQHandler) refers to stm32wbxx_hal_dma_ex.o(.text.HAL_DMAEx_MUX_IRQHandler) for [Anonymous Symbol] + stm32wbxx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_DeInit) refers to stm32wbxx_hal_pwr.o(.text.HAL_PWR_DeInit) for [Anonymous Symbol] + stm32wbxx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_EnableBkUpAccess) refers to stm32wbxx_hal_pwr.o(.text.HAL_PWR_EnableBkUpAccess) for [Anonymous Symbol] + stm32wbxx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_DisableBkUpAccess) refers to stm32wbxx_hal_pwr.o(.text.HAL_PWR_DisableBkUpAccess) for [Anonymous Symbol] + stm32wbxx_hal_pwr.o(.text.HAL_PWR_ConfigPVD) refers to stm32wbxx_hal_pwr.o(.text.LL_EXTI_DisableIT_0_31) for LL_EXTI_DisableIT_0_31 + stm32wbxx_hal_pwr.o(.text.HAL_PWR_ConfigPVD) refers to stm32wbxx_hal_pwr.o(.text.LL_C2_EXTI_DisableIT_0_31) for LL_C2_EXTI_DisableIT_0_31 + stm32wbxx_hal_pwr.o(.text.HAL_PWR_ConfigPVD) refers to stm32wbxx_hal_pwr.o(.text.LL_EXTI_DisableFallingTrig_0_31) for LL_EXTI_DisableFallingTrig_0_31 + stm32wbxx_hal_pwr.o(.text.HAL_PWR_ConfigPVD) refers to stm32wbxx_hal_pwr.o(.text.LL_EXTI_DisableRisingTrig_0_31) for LL_EXTI_DisableRisingTrig_0_31 + stm32wbxx_hal_pwr.o(.text.HAL_PWR_ConfigPVD) refers to stm32wbxx_hal_pwr.o(.text.LL_EXTI_EnableIT_0_31) for LL_EXTI_EnableIT_0_31 + stm32wbxx_hal_pwr.o(.text.HAL_PWR_ConfigPVD) refers to stm32wbxx_hal_pwr.o(.text.LL_EXTI_EnableRisingTrig_0_31) for LL_EXTI_EnableRisingTrig_0_31 + stm32wbxx_hal_pwr.o(.text.HAL_PWR_ConfigPVD) refers to stm32wbxx_hal_pwr.o(.text.LL_EXTI_EnableFallingTrig_0_31) for LL_EXTI_EnableFallingTrig_0_31 + stm32wbxx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_ConfigPVD) refers to stm32wbxx_hal_pwr.o(.text.HAL_PWR_ConfigPVD) for [Anonymous Symbol] + stm32wbxx_hal_pwr.o(.ARM.exidx.text.LL_EXTI_DisableIT_0_31) refers to stm32wbxx_hal_pwr.o(.text.LL_EXTI_DisableIT_0_31) for [Anonymous Symbol] + stm32wbxx_hal_pwr.o(.ARM.exidx.text.LL_C2_EXTI_DisableIT_0_31) refers to stm32wbxx_hal_pwr.o(.text.LL_C2_EXTI_DisableIT_0_31) for [Anonymous Symbol] + stm32wbxx_hal_pwr.o(.ARM.exidx.text.LL_EXTI_DisableFallingTrig_0_31) refers to stm32wbxx_hal_pwr.o(.text.LL_EXTI_DisableFallingTrig_0_31) for [Anonymous Symbol] + stm32wbxx_hal_pwr.o(.ARM.exidx.text.LL_EXTI_DisableRisingTrig_0_31) refers to stm32wbxx_hal_pwr.o(.text.LL_EXTI_DisableRisingTrig_0_31) for [Anonymous Symbol] + stm32wbxx_hal_pwr.o(.ARM.exidx.text.LL_EXTI_EnableIT_0_31) refers to stm32wbxx_hal_pwr.o(.text.LL_EXTI_EnableIT_0_31) for [Anonymous Symbol] + stm32wbxx_hal_pwr.o(.ARM.exidx.text.LL_EXTI_EnableRisingTrig_0_31) refers to stm32wbxx_hal_pwr.o(.text.LL_EXTI_EnableRisingTrig_0_31) for [Anonymous Symbol] + stm32wbxx_hal_pwr.o(.ARM.exidx.text.LL_EXTI_EnableFallingTrig_0_31) refers to stm32wbxx_hal_pwr.o(.text.LL_EXTI_EnableFallingTrig_0_31) for [Anonymous Symbol] + stm32wbxx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_EnablePVD) refers to stm32wbxx_hal_pwr.o(.text.HAL_PWR_EnablePVD) for [Anonymous Symbol] + stm32wbxx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_DisablePVD) refers to stm32wbxx_hal_pwr.o(.text.HAL_PWR_DisablePVD) for [Anonymous Symbol] + stm32wbxx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_EnableWakeUpPin) refers to stm32wbxx_hal_pwr.o(.text.HAL_PWR_EnableWakeUpPin) for [Anonymous Symbol] + stm32wbxx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_DisableWakeUpPin) refers to stm32wbxx_hal_pwr.o(.text.HAL_PWR_DisableWakeUpPin) for [Anonymous Symbol] + stm32wbxx_hal_pwr.o(.text.HAL_PWR_EnterSLEEPMode) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_DisableLowPowerRunMode) for HAL_PWREx_DisableLowPowerRunMode + stm32wbxx_hal_pwr.o(.text.HAL_PWR_EnterSLEEPMode) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnableLowPowerRunMode) for HAL_PWREx_EnableLowPowerRunMode + stm32wbxx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_EnterSLEEPMode) refers to stm32wbxx_hal_pwr.o(.text.HAL_PWR_EnterSLEEPMode) for [Anonymous Symbol] + stm32wbxx_hal_pwr.o(.text.HAL_PWR_EnterSTOPMode) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnterSTOP1Mode) for HAL_PWREx_EnterSTOP1Mode + stm32wbxx_hal_pwr.o(.text.HAL_PWR_EnterSTOPMode) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnterSTOP0Mode) for HAL_PWREx_EnterSTOP0Mode + stm32wbxx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_EnterSTOPMode) refers to stm32wbxx_hal_pwr.o(.text.HAL_PWR_EnterSTOPMode) for [Anonymous Symbol] + stm32wbxx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_EnterSTANDBYMode) refers to stm32wbxx_hal_pwr.o(.text.HAL_PWR_EnterSTANDBYMode) for [Anonymous Symbol] + stm32wbxx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_EnableSleepOnExit) refers to stm32wbxx_hal_pwr.o(.text.HAL_PWR_EnableSleepOnExit) for [Anonymous Symbol] + stm32wbxx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_DisableSleepOnExit) refers to stm32wbxx_hal_pwr.o(.text.HAL_PWR_DisableSleepOnExit) for [Anonymous Symbol] + stm32wbxx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_EnableSEVOnPend) refers to stm32wbxx_hal_pwr.o(.text.HAL_PWR_EnableSEVOnPend) for [Anonymous Symbol] + stm32wbxx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_DisableSEVOnPend) refers to stm32wbxx_hal_pwr.o(.text.HAL_PWR_DisableSEVOnPend) for [Anonymous Symbol] + stm32wbxx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_PVDCallback) refers to stm32wbxx_hal_pwr.o(.text.HAL_PWR_PVDCallback) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_GetVoltageRange) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_GetVoltageRange) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_ControlVoltageScaling) refers to system_stm32wbxx.o(.data.SystemCoreClock) for SystemCoreClock + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_ControlVoltageScaling) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_ControlVoltageScaling) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnableBatteryCharging) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnableBatteryCharging) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisableBatteryCharging) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_DisableBatteryCharging) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnableVddUSB) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnableVddUSB) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisableVddUSB) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_DisableVddUSB) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnableInternalWakeUpLine) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnableInternalWakeUpLine) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisableInternalWakeUpLine) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_DisableInternalWakeUpLine) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnableBORH_SMPSBypassIT) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnableBORH_SMPSBypassIT) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisableBORH_SMPSBypassIT) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_DisableBORH_SMPSBypassIT) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnableRFPhaseIT) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnableRFPhaseIT) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisableRFPhaseIT) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_DisableRFPhaseIT) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnableBLEActivityIT) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnableBLEActivityIT) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisableBLEActivityIT) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_DisableBLEActivityIT) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_Enable802ActivityIT) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_Enable802ActivityIT) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_Disable802ActivityIT) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_Disable802ActivityIT) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnableHOLDC2IT) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnableHOLDC2IT) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisableHOLDC2IT) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_DisableHOLDC2IT) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnableGPIOPullUp) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnableGPIOPullUp) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisableGPIOPullUp) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_DisableGPIOPullUp) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnableGPIOPullDown) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnableGPIOPullDown) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisableGPIOPullDown) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_DisableGPIOPullDown) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnablePullUpPullDownConfig) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnablePullUpPullDownConfig) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisablePullUpPullDownConfig) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_DisablePullUpPullDownConfig) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_SetBORConfig) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_PWR_SetBORConfig) for LL_PWR_SetBORConfig + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_SetBORConfig) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_SetBORConfig) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_PWR_SetBORConfig) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_PWR_SetBORConfig) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_GetBORConfig) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_PWR_GetBORConfig) for LL_PWR_GetBORConfig + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_GetBORConfig) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_GetBORConfig) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_PWR_GetBORConfig) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_PWR_GetBORConfig) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_HoldCore) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_PWR_DisableBootC2) for LL_PWR_DisableBootC2 + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_HoldCore) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_HoldCore) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_PWR_DisableBootC2) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_PWR_DisableBootC2) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_ReleaseCore) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_PWR_EnableBootC2) for LL_PWR_EnableBootC2 + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_ReleaseCore) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_ReleaseCore) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_PWR_EnableBootC2) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_PWR_EnableBootC2) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnableSRAMRetention) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_PWR_EnableSRAM2Retention) for LL_PWR_EnableSRAM2Retention + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnableSRAMRetention) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnableSRAMRetention) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_PWR_EnableSRAM2Retention) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_PWR_EnableSRAM2Retention) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_DisableSRAMRetention) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_PWR_DisableSRAM2Retention) for LL_PWR_DisableSRAM2Retention + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisableSRAMRetention) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_DisableSRAMRetention) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_PWR_DisableSRAM2Retention) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_PWR_DisableSRAM2Retention) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnableFlashPowerDown) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnableFlashPowerDown) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisableFlashPowerDown) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_DisableFlashPowerDown) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnablePVM1) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnablePVM1) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisablePVM1) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_DisablePVM1) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnablePVM3) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnablePVM3) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisablePVM3) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_DisablePVM3) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_ConfigPVM) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_DisableEvent_0_31) for LL_EXTI_DisableEvent_0_31 + stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_ConfigPVM) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_DisableIT_0_31) for LL_EXTI_DisableIT_0_31 + stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_ConfigPVM) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_DisableFallingTrig_0_31) for LL_EXTI_DisableFallingTrig_0_31 + stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_ConfigPVM) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_DisableRisingTrig_0_31) for LL_EXTI_DisableRisingTrig_0_31 + stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_ConfigPVM) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_EnableIT_0_31) for LL_EXTI_EnableIT_0_31 + stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_ConfigPVM) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_EnableEvent_0_31) for LL_EXTI_EnableEvent_0_31 + stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_ConfigPVM) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_EnableRisingTrig_0_31) for LL_EXTI_EnableRisingTrig_0_31 + stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_ConfigPVM) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_EnableFallingTrig_0_31) for LL_EXTI_EnableFallingTrig_0_31 + stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_ConfigPVM) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_DisableEvent_32_63) for LL_EXTI_DisableEvent_32_63 + stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_ConfigPVM) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_DisableIT_32_63) for LL_EXTI_DisableIT_32_63 + stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_ConfigPVM) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_DisableFallingTrig_32_63) for LL_EXTI_DisableFallingTrig_32_63 + stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_ConfigPVM) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_DisableRisingTrig_32_63) for LL_EXTI_DisableRisingTrig_32_63 + stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_ConfigPVM) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_EnableIT_32_63) for LL_EXTI_EnableIT_32_63 + stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_ConfigPVM) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_EnableEvent_32_63) for LL_EXTI_EnableEvent_32_63 + stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_ConfigPVM) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_EnableRisingTrig_32_63) for LL_EXTI_EnableRisingTrig_32_63 + stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_ConfigPVM) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_EnableFallingTrig_32_63) for LL_EXTI_EnableFallingTrig_32_63 + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_ConfigPVM) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_ConfigPVM) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_EXTI_DisableEvent_0_31) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_DisableEvent_0_31) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_EXTI_DisableIT_0_31) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_DisableIT_0_31) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_EXTI_DisableFallingTrig_0_31) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_DisableFallingTrig_0_31) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_EXTI_DisableRisingTrig_0_31) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_DisableRisingTrig_0_31) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_EXTI_EnableIT_0_31) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_EnableIT_0_31) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_EXTI_EnableEvent_0_31) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_EnableEvent_0_31) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_EXTI_EnableRisingTrig_0_31) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_EnableRisingTrig_0_31) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_EXTI_EnableFallingTrig_0_31) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_EnableFallingTrig_0_31) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_EXTI_DisableEvent_32_63) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_DisableEvent_32_63) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_EXTI_DisableIT_32_63) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_DisableIT_32_63) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_EXTI_DisableFallingTrig_32_63) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_DisableFallingTrig_32_63) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_EXTI_DisableRisingTrig_32_63) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_DisableRisingTrig_32_63) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_EXTI_EnableIT_32_63) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_EnableIT_32_63) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_EXTI_EnableEvent_32_63) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_EnableEvent_32_63) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_EXTI_EnableRisingTrig_32_63) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_EnableRisingTrig_32_63) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_EXTI_EnableFallingTrig_32_63) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_EnableFallingTrig_32_63) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_ConfigSMPS) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_ConfigSMPS) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_SMPS_SetMode) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_SMPS_SetMode) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_SMPS_GetEffectiveMode) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_SMPS_GetEffectiveMode) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnableWakeUpPin) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnableWakeUpPin) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_GetWakeupFlag) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_GetWakeupFlag) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_ClearWakeupFlag) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_ClearWakeupFlag) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnableLowPowerRunMode) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnableLowPowerRunMode) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_DisableLowPowerRunMode) refers to system_stm32wbxx.o(.data.SystemCoreClock) for SystemCoreClock + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisableLowPowerRunMode) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_DisableLowPowerRunMode) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnterSTOP0Mode) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnterSTOP0Mode) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnterSTOP1Mode) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnterSTOP1Mode) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnterSTOP2Mode) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnterSTOP2Mode) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnterSHUTDOWNMode) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnterSHUTDOWNMode) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_PVD_PVM_IRQHandler) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_ReadFlag_0_31) for LL_EXTI_ReadFlag_0_31 + stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_PVD_PVM_IRQHandler) refers to stm32wbxx_hal_pwr.o(.text.HAL_PWR_PVDCallback) for HAL_PWR_PVDCallback + stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_PVD_PVM_IRQHandler) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_ClearFlag_0_31) for LL_EXTI_ClearFlag_0_31 + stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_PVD_PVM_IRQHandler) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_PVM1Callback) for HAL_PWREx_PVM1Callback + stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_PVD_PVM_IRQHandler) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_ReadFlag_32_63) for LL_EXTI_ReadFlag_32_63 + stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_PVD_PVM_IRQHandler) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_PVM3Callback) for HAL_PWREx_PVM3Callback + stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_PVD_PVM_IRQHandler) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_ClearFlag_32_63) for LL_EXTI_ClearFlag_32_63 + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_PVD_PVM_IRQHandler) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_PVD_PVM_IRQHandler) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_EXTI_ReadFlag_0_31) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_ReadFlag_0_31) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_EXTI_ClearFlag_0_31) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_ClearFlag_0_31) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_PVM1Callback) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_PVM1Callback) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_EXTI_ReadFlag_32_63) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_ReadFlag_32_63) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_PVM3Callback) refers to stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_PVM3Callback) for [Anonymous Symbol] + stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_EXTI_ClearFlag_32_63) refers to stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_ClearFlag_32_63) for [Anonymous Symbol] + stm32wbxx_hal_cortex.o(.text.HAL_NVIC_SetPriorityGrouping) refers to stm32wbxx_hal_cortex.o(.text.__NVIC_SetPriorityGrouping) for __NVIC_SetPriorityGrouping + stm32wbxx_hal_cortex.o(.ARM.exidx.text.HAL_NVIC_SetPriorityGrouping) refers to stm32wbxx_hal_cortex.o(.text.HAL_NVIC_SetPriorityGrouping) for [Anonymous Symbol] + stm32wbxx_hal_cortex.o(.ARM.exidx.text.__NVIC_SetPriorityGrouping) refers to stm32wbxx_hal_cortex.o(.text.__NVIC_SetPriorityGrouping) for [Anonymous Symbol] + stm32wbxx_hal_cortex.o(.text.HAL_NVIC_SetPriority) refers to stm32wbxx_hal_cortex.o(.text.__NVIC_GetPriorityGrouping) for __NVIC_GetPriorityGrouping + stm32wbxx_hal_cortex.o(.text.HAL_NVIC_SetPriority) refers to stm32wbxx_hal_cortex.o(.text.NVIC_EncodePriority) for NVIC_EncodePriority + stm32wbxx_hal_cortex.o(.text.HAL_NVIC_SetPriority) refers to stm32wbxx_hal_cortex.o(.text.__NVIC_SetPriority) for __NVIC_SetPriority + stm32wbxx_hal_cortex.o(.ARM.exidx.text.HAL_NVIC_SetPriority) refers to stm32wbxx_hal_cortex.o(.text.HAL_NVIC_SetPriority) for [Anonymous Symbol] + stm32wbxx_hal_cortex.o(.ARM.exidx.text.__NVIC_GetPriorityGrouping) refers to stm32wbxx_hal_cortex.o(.text.__NVIC_GetPriorityGrouping) for [Anonymous Symbol] + stm32wbxx_hal_cortex.o(.ARM.exidx.text.__NVIC_SetPriority) refers to stm32wbxx_hal_cortex.o(.text.__NVIC_SetPriority) for [Anonymous Symbol] + stm32wbxx_hal_cortex.o(.ARM.exidx.text.NVIC_EncodePriority) refers to stm32wbxx_hal_cortex.o(.text.NVIC_EncodePriority) for [Anonymous Symbol] + stm32wbxx_hal_cortex.o(.text.HAL_NVIC_EnableIRQ) refers to stm32wbxx_hal_cortex.o(.text.__NVIC_EnableIRQ) for __NVIC_EnableIRQ + stm32wbxx_hal_cortex.o(.ARM.exidx.text.HAL_NVIC_EnableIRQ) refers to stm32wbxx_hal_cortex.o(.text.HAL_NVIC_EnableIRQ) for [Anonymous Symbol] + stm32wbxx_hal_cortex.o(.ARM.exidx.text.__NVIC_EnableIRQ) refers to stm32wbxx_hal_cortex.o(.text.__NVIC_EnableIRQ) for [Anonymous Symbol] + stm32wbxx_hal_cortex.o(.text.HAL_NVIC_DisableIRQ) refers to stm32wbxx_hal_cortex.o(.text.__NVIC_DisableIRQ) for __NVIC_DisableIRQ + stm32wbxx_hal_cortex.o(.ARM.exidx.text.HAL_NVIC_DisableIRQ) refers to stm32wbxx_hal_cortex.o(.text.HAL_NVIC_DisableIRQ) for [Anonymous Symbol] + stm32wbxx_hal_cortex.o(.ARM.exidx.text.__NVIC_DisableIRQ) refers to stm32wbxx_hal_cortex.o(.text.__NVIC_DisableIRQ) for [Anonymous Symbol] + stm32wbxx_hal_cortex.o(.text.HAL_NVIC_SystemReset) refers to stm32wbxx_hal_cortex.o(.text.__NVIC_SystemReset) for __NVIC_SystemReset + stm32wbxx_hal_cortex.o(.ARM.exidx.text.HAL_NVIC_SystemReset) refers to stm32wbxx_hal_cortex.o(.text.HAL_NVIC_SystemReset) for [Anonymous Symbol] + stm32wbxx_hal_cortex.o(.ARM.exidx.text.__NVIC_SystemReset) refers to stm32wbxx_hal_cortex.o(.text.__NVIC_SystemReset) for [Anonymous Symbol] + stm32wbxx_hal_cortex.o(.text.HAL_SYSTICK_Config) refers to stm32wbxx_hal_cortex.o(.text.SysTick_Config) for SysTick_Config + stm32wbxx_hal_cortex.o(.ARM.exidx.text.HAL_SYSTICK_Config) refers to stm32wbxx_hal_cortex.o(.text.HAL_SYSTICK_Config) for [Anonymous Symbol] + stm32wbxx_hal_cortex.o(.text.SysTick_Config) refers to stm32wbxx_hal_cortex.o(.text.__NVIC_SetPriority) for __NVIC_SetPriority + stm32wbxx_hal_cortex.o(.ARM.exidx.text.SysTick_Config) refers to stm32wbxx_hal_cortex.o(.text.SysTick_Config) for [Anonymous Symbol] + stm32wbxx_hal_cortex.o(.text.HAL_NVIC_GetPriorityGrouping) refers to stm32wbxx_hal_cortex.o(.text.__NVIC_GetPriorityGrouping) for __NVIC_GetPriorityGrouping + stm32wbxx_hal_cortex.o(.ARM.exidx.text.HAL_NVIC_GetPriorityGrouping) refers to stm32wbxx_hal_cortex.o(.text.HAL_NVIC_GetPriorityGrouping) for [Anonymous Symbol] + stm32wbxx_hal_cortex.o(.text.HAL_NVIC_GetPriority) refers to stm32wbxx_hal_cortex.o(.text.__NVIC_GetPriority) for __NVIC_GetPriority + stm32wbxx_hal_cortex.o(.text.HAL_NVIC_GetPriority) refers to stm32wbxx_hal_cortex.o(.text.NVIC_DecodePriority) for NVIC_DecodePriority + stm32wbxx_hal_cortex.o(.ARM.exidx.text.HAL_NVIC_GetPriority) refers to stm32wbxx_hal_cortex.o(.text.HAL_NVIC_GetPriority) for [Anonymous Symbol] + stm32wbxx_hal_cortex.o(.ARM.exidx.text.NVIC_DecodePriority) refers to stm32wbxx_hal_cortex.o(.text.NVIC_DecodePriority) for [Anonymous Symbol] + stm32wbxx_hal_cortex.o(.ARM.exidx.text.__NVIC_GetPriority) refers to stm32wbxx_hal_cortex.o(.text.__NVIC_GetPriority) for [Anonymous Symbol] + stm32wbxx_hal_cortex.o(.text.HAL_NVIC_SetPendingIRQ) refers to stm32wbxx_hal_cortex.o(.text.__NVIC_SetPendingIRQ) for __NVIC_SetPendingIRQ + stm32wbxx_hal_cortex.o(.ARM.exidx.text.HAL_NVIC_SetPendingIRQ) refers to stm32wbxx_hal_cortex.o(.text.HAL_NVIC_SetPendingIRQ) for [Anonymous Symbol] + stm32wbxx_hal_cortex.o(.ARM.exidx.text.__NVIC_SetPendingIRQ) refers to stm32wbxx_hal_cortex.o(.text.__NVIC_SetPendingIRQ) for [Anonymous Symbol] + stm32wbxx_hal_cortex.o(.text.HAL_NVIC_GetPendingIRQ) refers to stm32wbxx_hal_cortex.o(.text.__NVIC_GetPendingIRQ) for __NVIC_GetPendingIRQ + stm32wbxx_hal_cortex.o(.ARM.exidx.text.HAL_NVIC_GetPendingIRQ) refers to stm32wbxx_hal_cortex.o(.text.HAL_NVIC_GetPendingIRQ) for [Anonymous Symbol] + stm32wbxx_hal_cortex.o(.ARM.exidx.text.__NVIC_GetPendingIRQ) refers to stm32wbxx_hal_cortex.o(.text.__NVIC_GetPendingIRQ) for [Anonymous Symbol] + stm32wbxx_hal_cortex.o(.text.HAL_NVIC_ClearPendingIRQ) refers to stm32wbxx_hal_cortex.o(.text.__NVIC_ClearPendingIRQ) for __NVIC_ClearPendingIRQ + stm32wbxx_hal_cortex.o(.ARM.exidx.text.HAL_NVIC_ClearPendingIRQ) refers to stm32wbxx_hal_cortex.o(.text.HAL_NVIC_ClearPendingIRQ) for [Anonymous Symbol] + stm32wbxx_hal_cortex.o(.ARM.exidx.text.__NVIC_ClearPendingIRQ) refers to stm32wbxx_hal_cortex.o(.text.__NVIC_ClearPendingIRQ) for [Anonymous Symbol] + stm32wbxx_hal_cortex.o(.ARM.exidx.text.HAL_SYSTICK_CLKSourceConfig) refers to stm32wbxx_hal_cortex.o(.text.HAL_SYSTICK_CLKSourceConfig) for [Anonymous Symbol] + stm32wbxx_hal_cortex.o(.text.HAL_SYSTICK_IRQHandler) refers to stm32wbxx_hal_cortex.o(.text.HAL_SYSTICK_Callback) for HAL_SYSTICK_Callback + stm32wbxx_hal_cortex.o(.ARM.exidx.text.HAL_SYSTICK_IRQHandler) refers to stm32wbxx_hal_cortex.o(.text.HAL_SYSTICK_IRQHandler) for [Anonymous Symbol] + stm32wbxx_hal_cortex.o(.ARM.exidx.text.HAL_SYSTICK_Callback) refers to stm32wbxx_hal_cortex.o(.text.HAL_SYSTICK_Callback) for [Anonymous Symbol] + stm32wbxx_hal_cortex.o(.ARM.exidx.text.HAL_MPU_Disable) refers to stm32wbxx_hal_cortex.o(.text.HAL_MPU_Disable) for [Anonymous Symbol] + stm32wbxx_hal_cortex.o(.ARM.exidx.text.HAL_MPU_Enable) refers to stm32wbxx_hal_cortex.o(.text.HAL_MPU_Enable) for [Anonymous Symbol] + stm32wbxx_hal_cortex.o(.ARM.exidx.text.HAL_MPU_EnableRegion) refers to stm32wbxx_hal_cortex.o(.text.HAL_MPU_EnableRegion) for [Anonymous Symbol] + stm32wbxx_hal_cortex.o(.ARM.exidx.text.HAL_MPU_DisableRegion) refers to stm32wbxx_hal_cortex.o(.text.HAL_MPU_DisableRegion) for [Anonymous Symbol] + stm32wbxx_hal_cortex.o(.ARM.exidx.text.HAL_MPU_ConfigRegion) refers to stm32wbxx_hal_cortex.o(.text.HAL_MPU_ConfigRegion) for [Anonymous Symbol] + stm32wbxx_hal.o(.text.HAL_Init) refers to stm32wbxx_hal_cortex.o(.text.HAL_NVIC_SetPriorityGrouping) for HAL_NVIC_SetPriorityGrouping + stm32wbxx_hal.o(.text.HAL_Init) refers to stm32wbxx_hal.o(.text.HAL_InitTick) for HAL_InitTick + stm32wbxx_hal.o(.text.HAL_Init) refers to stm32wbxx_hal_msp.o(.text.HAL_MspInit) for HAL_MspInit + stm32wbxx_hal.o(.ARM.exidx.text.HAL_Init) refers to stm32wbxx_hal.o(.text.HAL_Init) for [Anonymous Symbol] + stm32wbxx_hal.o(.text.HAL_InitTick) refers to stm32wbxx_hal.o(.data.uwTickFreq) for uwTickFreq + stm32wbxx_hal.o(.text.HAL_InitTick) refers to stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetHCLKFreq) for HAL_RCC_GetHCLKFreq + stm32wbxx_hal.o(.text.HAL_InitTick) refers to stm32wbxx_hal_cortex.o(.text.HAL_SYSTICK_Config) for HAL_SYSTICK_Config + stm32wbxx_hal.o(.text.HAL_InitTick) refers to stm32wbxx_hal_cortex.o(.text.HAL_NVIC_SetPriority) for HAL_NVIC_SetPriority + stm32wbxx_hal.o(.text.HAL_InitTick) refers to stm32wbxx_hal.o(.data.uwTickPrio) for uwTickPrio + stm32wbxx_hal.o(.ARM.exidx.text.HAL_InitTick) refers to stm32wbxx_hal.o(.text.HAL_InitTick) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.HAL_MspInit) refers to stm32wbxx_hal.o(.text.HAL_MspInit) for [Anonymous Symbol] + stm32wbxx_hal.o(.text.HAL_DeInit) refers to stm32wbxx_hal.o(.text.LL_APB1_GRP1_ForceReset) for LL_APB1_GRP1_ForceReset + stm32wbxx_hal.o(.text.HAL_DeInit) refers to stm32wbxx_hal.o(.text.LL_APB1_GRP2_ForceReset) for LL_APB1_GRP2_ForceReset + stm32wbxx_hal.o(.text.HAL_DeInit) refers to stm32wbxx_hal.o(.text.LL_APB1_GRP1_ReleaseReset) for LL_APB1_GRP1_ReleaseReset + stm32wbxx_hal.o(.text.HAL_DeInit) refers to stm32wbxx_hal.o(.text.LL_APB1_GRP2_ReleaseReset) for LL_APB1_GRP2_ReleaseReset + stm32wbxx_hal.o(.text.HAL_DeInit) refers to stm32wbxx_hal.o(.text.LL_APB2_GRP1_ForceReset) for LL_APB2_GRP1_ForceReset + stm32wbxx_hal.o(.text.HAL_DeInit) refers to stm32wbxx_hal.o(.text.LL_APB2_GRP1_ReleaseReset) for LL_APB2_GRP1_ReleaseReset + stm32wbxx_hal.o(.text.HAL_DeInit) refers to stm32wbxx_hal.o(.text.LL_APB3_GRP1_ForceReset) for LL_APB3_GRP1_ForceReset + stm32wbxx_hal.o(.text.HAL_DeInit) refers to stm32wbxx_hal.o(.text.LL_APB3_GRP1_ReleaseReset) for LL_APB3_GRP1_ReleaseReset + stm32wbxx_hal.o(.text.HAL_DeInit) refers to stm32wbxx_hal.o(.text.LL_AHB1_GRP1_ForceReset) for LL_AHB1_GRP1_ForceReset + stm32wbxx_hal.o(.text.HAL_DeInit) refers to stm32wbxx_hal.o(.text.LL_AHB1_GRP1_ReleaseReset) for LL_AHB1_GRP1_ReleaseReset + stm32wbxx_hal.o(.text.HAL_DeInit) refers to stm32wbxx_hal.o(.text.LL_AHB2_GRP1_ForceReset) for LL_AHB2_GRP1_ForceReset + stm32wbxx_hal.o(.text.HAL_DeInit) refers to stm32wbxx_hal.o(.text.LL_AHB2_GRP1_ReleaseReset) for LL_AHB2_GRP1_ReleaseReset + stm32wbxx_hal.o(.text.HAL_DeInit) refers to stm32wbxx_hal.o(.text.LL_AHB3_GRP1_ForceReset) for LL_AHB3_GRP1_ForceReset + stm32wbxx_hal.o(.text.HAL_DeInit) refers to stm32wbxx_hal.o(.text.LL_AHB3_GRP1_ReleaseReset) for LL_AHB3_GRP1_ReleaseReset + stm32wbxx_hal.o(.text.HAL_DeInit) refers to stm32wbxx_hal.o(.text.HAL_MspDeInit) for HAL_MspDeInit + stm32wbxx_hal.o(.ARM.exidx.text.HAL_DeInit) refers to stm32wbxx_hal.o(.text.HAL_DeInit) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.LL_APB1_GRP1_ForceReset) refers to stm32wbxx_hal.o(.text.LL_APB1_GRP1_ForceReset) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.LL_APB1_GRP2_ForceReset) refers to stm32wbxx_hal.o(.text.LL_APB1_GRP2_ForceReset) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.LL_APB1_GRP1_ReleaseReset) refers to stm32wbxx_hal.o(.text.LL_APB1_GRP1_ReleaseReset) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.LL_APB1_GRP2_ReleaseReset) refers to stm32wbxx_hal.o(.text.LL_APB1_GRP2_ReleaseReset) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.LL_APB2_GRP1_ForceReset) refers to stm32wbxx_hal.o(.text.LL_APB2_GRP1_ForceReset) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.LL_APB2_GRP1_ReleaseReset) refers to stm32wbxx_hal.o(.text.LL_APB2_GRP1_ReleaseReset) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.LL_APB3_GRP1_ForceReset) refers to stm32wbxx_hal.o(.text.LL_APB3_GRP1_ForceReset) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.LL_APB3_GRP1_ReleaseReset) refers to stm32wbxx_hal.o(.text.LL_APB3_GRP1_ReleaseReset) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.LL_AHB1_GRP1_ForceReset) refers to stm32wbxx_hal.o(.text.LL_AHB1_GRP1_ForceReset) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.LL_AHB1_GRP1_ReleaseReset) refers to stm32wbxx_hal.o(.text.LL_AHB1_GRP1_ReleaseReset) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.LL_AHB2_GRP1_ForceReset) refers to stm32wbxx_hal.o(.text.LL_AHB2_GRP1_ForceReset) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.LL_AHB2_GRP1_ReleaseReset) refers to stm32wbxx_hal.o(.text.LL_AHB2_GRP1_ReleaseReset) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.LL_AHB3_GRP1_ForceReset) refers to stm32wbxx_hal.o(.text.LL_AHB3_GRP1_ForceReset) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.LL_AHB3_GRP1_ReleaseReset) refers to stm32wbxx_hal.o(.text.LL_AHB3_GRP1_ReleaseReset) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.HAL_MspDeInit) refers to stm32wbxx_hal.o(.text.HAL_MspDeInit) for [Anonymous Symbol] + stm32wbxx_hal.o(.text.HAL_IncTick) refers to stm32wbxx_hal.o(.data.uwTickFreq) for uwTickFreq + stm32wbxx_hal.o(.text.HAL_IncTick) refers to stm32wbxx_hal.o(.bss.uwTick) for uwTick + stm32wbxx_hal.o(.ARM.exidx.text.HAL_IncTick) refers to stm32wbxx_hal.o(.text.HAL_IncTick) for [Anonymous Symbol] + stm32wbxx_hal.o(.text.HAL_GetTick) refers to stm32wbxx_hal.o(.bss.uwTick) for uwTick + stm32wbxx_hal.o(.ARM.exidx.text.HAL_GetTick) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for [Anonymous Symbol] + stm32wbxx_hal.o(.text.HAL_GetTickPrio) refers to stm32wbxx_hal.o(.data.uwTickPrio) for uwTickPrio + stm32wbxx_hal.o(.ARM.exidx.text.HAL_GetTickPrio) refers to stm32wbxx_hal.o(.text.HAL_GetTickPrio) for [Anonymous Symbol] + stm32wbxx_hal.o(.text.HAL_SetTickFreq) refers to stm32wbxx_hal.o(.data.uwTickFreq) for uwTickFreq + stm32wbxx_hal.o(.text.HAL_SetTickFreq) refers to stm32wbxx_hal.o(.data.uwTickPrio) for uwTickPrio + stm32wbxx_hal.o(.text.HAL_SetTickFreq) refers to stm32wbxx_hal.o(.text.HAL_InitTick) for HAL_InitTick + stm32wbxx_hal.o(.ARM.exidx.text.HAL_SetTickFreq) refers to stm32wbxx_hal.o(.text.HAL_SetTickFreq) for [Anonymous Symbol] + stm32wbxx_hal.o(.text.HAL_GetTickFreq) refers to stm32wbxx_hal.o(.data.uwTickFreq) for uwTickFreq + stm32wbxx_hal.o(.ARM.exidx.text.HAL_GetTickFreq) refers to stm32wbxx_hal.o(.text.HAL_GetTickFreq) for [Anonymous Symbol] + stm32wbxx_hal.o(.text.HAL_Delay) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for HAL_GetTick + stm32wbxx_hal.o(.text.HAL_Delay) refers to stm32wbxx_hal.o(.data.uwTickFreq) for uwTickFreq + stm32wbxx_hal.o(.ARM.exidx.text.HAL_Delay) refers to stm32wbxx_hal.o(.text.HAL_Delay) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.HAL_SuspendTick) refers to stm32wbxx_hal.o(.text.HAL_SuspendTick) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.HAL_ResumeTick) refers to stm32wbxx_hal.o(.text.HAL_ResumeTick) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.HAL_GetHalVersion) refers to stm32wbxx_hal.o(.text.HAL_GetHalVersion) for [Anonymous Symbol] + stm32wbxx_hal.o(.text.HAL_GetREVID) refers to stm32wbxx_hal.o(.text.LL_DBGMCU_GetRevisionID) for LL_DBGMCU_GetRevisionID + stm32wbxx_hal.o(.ARM.exidx.text.HAL_GetREVID) refers to stm32wbxx_hal.o(.text.HAL_GetREVID) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.LL_DBGMCU_GetRevisionID) refers to stm32wbxx_hal.o(.text.LL_DBGMCU_GetRevisionID) for [Anonymous Symbol] + stm32wbxx_hal.o(.text.HAL_GetDEVID) refers to stm32wbxx_hal.o(.text.LL_DBGMCU_GetDeviceID) for LL_DBGMCU_GetDeviceID + stm32wbxx_hal.o(.ARM.exidx.text.HAL_GetDEVID) refers to stm32wbxx_hal.o(.text.HAL_GetDEVID) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.LL_DBGMCU_GetDeviceID) refers to stm32wbxx_hal.o(.text.LL_DBGMCU_GetDeviceID) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.HAL_GetUIDw0) refers to stm32wbxx_hal.o(.text.HAL_GetUIDw0) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.HAL_GetUIDw1) refers to stm32wbxx_hal.o(.text.HAL_GetUIDw1) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.HAL_GetUIDw2) refers to stm32wbxx_hal.o(.text.HAL_GetUIDw2) for [Anonymous Symbol] + stm32wbxx_hal.o(.text.HAL_DBGMCU_EnableDBGSleepMode) refers to stm32wbxx_hal.o(.text.LL_DBGMCU_EnableDBGSleepMode) for LL_DBGMCU_EnableDBGSleepMode + stm32wbxx_hal.o(.ARM.exidx.text.HAL_DBGMCU_EnableDBGSleepMode) refers to stm32wbxx_hal.o(.text.HAL_DBGMCU_EnableDBGSleepMode) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.LL_DBGMCU_EnableDBGSleepMode) refers to stm32wbxx_hal.o(.text.LL_DBGMCU_EnableDBGSleepMode) for [Anonymous Symbol] + stm32wbxx_hal.o(.text.HAL_DBGMCU_DisableDBGSleepMode) refers to stm32wbxx_hal.o(.text.LL_DBGMCU_DisableDBGSleepMode) for LL_DBGMCU_DisableDBGSleepMode + stm32wbxx_hal.o(.ARM.exidx.text.HAL_DBGMCU_DisableDBGSleepMode) refers to stm32wbxx_hal.o(.text.HAL_DBGMCU_DisableDBGSleepMode) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.LL_DBGMCU_DisableDBGSleepMode) refers to stm32wbxx_hal.o(.text.LL_DBGMCU_DisableDBGSleepMode) for [Anonymous Symbol] + stm32wbxx_hal.o(.text.HAL_DBGMCU_EnableDBGStopMode) refers to stm32wbxx_hal.o(.text.LL_DBGMCU_EnableDBGStopMode) for LL_DBGMCU_EnableDBGStopMode + stm32wbxx_hal.o(.ARM.exidx.text.HAL_DBGMCU_EnableDBGStopMode) refers to stm32wbxx_hal.o(.text.HAL_DBGMCU_EnableDBGStopMode) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.LL_DBGMCU_EnableDBGStopMode) refers to stm32wbxx_hal.o(.text.LL_DBGMCU_EnableDBGStopMode) for [Anonymous Symbol] + stm32wbxx_hal.o(.text.HAL_DBGMCU_DisableDBGStopMode) refers to stm32wbxx_hal.o(.text.LL_DBGMCU_DisableDBGStopMode) for LL_DBGMCU_DisableDBGStopMode + stm32wbxx_hal.o(.ARM.exidx.text.HAL_DBGMCU_DisableDBGStopMode) refers to stm32wbxx_hal.o(.text.HAL_DBGMCU_DisableDBGStopMode) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.LL_DBGMCU_DisableDBGStopMode) refers to stm32wbxx_hal.o(.text.LL_DBGMCU_DisableDBGStopMode) for [Anonymous Symbol] + stm32wbxx_hal.o(.text.HAL_DBGMCU_EnableDBGStandbyMode) refers to stm32wbxx_hal.o(.text.LL_DBGMCU_EnableDBGStandbyMode) for LL_DBGMCU_EnableDBGStandbyMode + stm32wbxx_hal.o(.ARM.exidx.text.HAL_DBGMCU_EnableDBGStandbyMode) refers to stm32wbxx_hal.o(.text.HAL_DBGMCU_EnableDBGStandbyMode) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.LL_DBGMCU_EnableDBGStandbyMode) refers to stm32wbxx_hal.o(.text.LL_DBGMCU_EnableDBGStandbyMode) for [Anonymous Symbol] + stm32wbxx_hal.o(.text.HAL_DBGMCU_DisableDBGStandbyMode) refers to stm32wbxx_hal.o(.text.LL_DBGMCU_DisableDBGStandbyMode) for LL_DBGMCU_DisableDBGStandbyMode + stm32wbxx_hal.o(.ARM.exidx.text.HAL_DBGMCU_DisableDBGStandbyMode) refers to stm32wbxx_hal.o(.text.HAL_DBGMCU_DisableDBGStandbyMode) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.LL_DBGMCU_DisableDBGStandbyMode) refers to stm32wbxx_hal.o(.text.LL_DBGMCU_DisableDBGStandbyMode) for [Anonymous Symbol] + stm32wbxx_hal.o(.text.HAL_SYSCFG_SRAM2Erase) refers to stm32wbxx_hal.o(.text.LL_SYSCFG_UnlockSRAM2WRP) for LL_SYSCFG_UnlockSRAM2WRP + stm32wbxx_hal.o(.text.HAL_SYSCFG_SRAM2Erase) refers to stm32wbxx_hal.o(.text.LL_SYSCFG_EnableSRAM2Erase) for LL_SYSCFG_EnableSRAM2Erase + stm32wbxx_hal.o(.ARM.exidx.text.HAL_SYSCFG_SRAM2Erase) refers to stm32wbxx_hal.o(.text.HAL_SYSCFG_SRAM2Erase) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.LL_SYSCFG_UnlockSRAM2WRP) refers to stm32wbxx_hal.o(.text.LL_SYSCFG_UnlockSRAM2WRP) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.LL_SYSCFG_EnableSRAM2Erase) refers to stm32wbxx_hal.o(.text.LL_SYSCFG_EnableSRAM2Erase) for [Anonymous Symbol] + stm32wbxx_hal.o(.text.HAL_SYSCFG_DisableSRAMFetch) refers to stm32wbxx_hal.o(.text.LL_SYSCFG_DisableSRAMFetch) for LL_SYSCFG_DisableSRAMFetch + stm32wbxx_hal.o(.ARM.exidx.text.HAL_SYSCFG_DisableSRAMFetch) refers to stm32wbxx_hal.o(.text.HAL_SYSCFG_DisableSRAMFetch) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.LL_SYSCFG_DisableSRAMFetch) refers to stm32wbxx_hal.o(.text.LL_SYSCFG_DisableSRAMFetch) for [Anonymous Symbol] + stm32wbxx_hal.o(.text.HAL_SYSCFG_IsEnabledSRAMFetch) refers to stm32wbxx_hal.o(.text.LL_SYSCFG_IsEnabledSRAMFetch) for LL_SYSCFG_IsEnabledSRAMFetch + stm32wbxx_hal.o(.ARM.exidx.text.HAL_SYSCFG_IsEnabledSRAMFetch) refers to stm32wbxx_hal.o(.text.HAL_SYSCFG_IsEnabledSRAMFetch) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.LL_SYSCFG_IsEnabledSRAMFetch) refers to stm32wbxx_hal.o(.text.LL_SYSCFG_IsEnabledSRAMFetch) for [Anonymous Symbol] + stm32wbxx_hal.o(.text.HAL_SYSCFG_VREFBUF_VoltageScalingConfig) refers to stm32wbxx_hal.o(.text.LL_VREFBUF_SetVoltageScaling) for LL_VREFBUF_SetVoltageScaling + stm32wbxx_hal.o(.text.HAL_SYSCFG_VREFBUF_VoltageScalingConfig) refers to stm32wbxx_hal.o(.text.HAL_SYSCFG_VREFBUF_TrimmingConfig) for HAL_SYSCFG_VREFBUF_TrimmingConfig + stm32wbxx_hal.o(.ARM.exidx.text.HAL_SYSCFG_VREFBUF_VoltageScalingConfig) refers to stm32wbxx_hal.o(.text.HAL_SYSCFG_VREFBUF_VoltageScalingConfig) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.LL_VREFBUF_SetVoltageScaling) refers to stm32wbxx_hal.o(.text.LL_VREFBUF_SetVoltageScaling) for [Anonymous Symbol] + stm32wbxx_hal.o(.text.HAL_SYSCFG_VREFBUF_TrimmingConfig) refers to stm32wbxx_hal.o(.text.LL_VREFBUF_SetTrimming) for LL_VREFBUF_SetTrimming + stm32wbxx_hal.o(.ARM.exidx.text.HAL_SYSCFG_VREFBUF_TrimmingConfig) refers to stm32wbxx_hal.o(.text.HAL_SYSCFG_VREFBUF_TrimmingConfig) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.HAL_SYSCFG_VREFBUF_HighImpedanceConfig) refers to stm32wbxx_hal.o(.text.HAL_SYSCFG_VREFBUF_HighImpedanceConfig) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.LL_VREFBUF_SetTrimming) refers to stm32wbxx_hal.o(.text.LL_VREFBUF_SetTrimming) for [Anonymous Symbol] + stm32wbxx_hal.o(.text.HAL_SYSCFG_EnableVREFBUF) refers to stm32wbxx_hal.o(.text.LL_VREFBUF_Enable) for LL_VREFBUF_Enable + stm32wbxx_hal.o(.text.HAL_SYSCFG_EnableVREFBUF) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for HAL_GetTick + stm32wbxx_hal.o(.ARM.exidx.text.HAL_SYSCFG_EnableVREFBUF) refers to stm32wbxx_hal.o(.text.HAL_SYSCFG_EnableVREFBUF) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.LL_VREFBUF_Enable) refers to stm32wbxx_hal.o(.text.LL_VREFBUF_Enable) for [Anonymous Symbol] + stm32wbxx_hal.o(.text.HAL_SYSCFG_DisableVREFBUF) refers to stm32wbxx_hal.o(.text.LL_VREFBUF_Disable) for LL_VREFBUF_Disable + stm32wbxx_hal.o(.ARM.exidx.text.HAL_SYSCFG_DisableVREFBUF) refers to stm32wbxx_hal.o(.text.HAL_SYSCFG_DisableVREFBUF) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.LL_VREFBUF_Disable) refers to stm32wbxx_hal.o(.text.LL_VREFBUF_Disable) for [Anonymous Symbol] + stm32wbxx_hal.o(.text.HAL_SYSCFG_EnableIOBooster) refers to stm32wbxx_hal.o(.text.LL_SYSCFG_EnableAnalogBooster) for LL_SYSCFG_EnableAnalogBooster + stm32wbxx_hal.o(.ARM.exidx.text.HAL_SYSCFG_EnableIOBooster) refers to stm32wbxx_hal.o(.text.HAL_SYSCFG_EnableIOBooster) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.LL_SYSCFG_EnableAnalogBooster) refers to stm32wbxx_hal.o(.text.LL_SYSCFG_EnableAnalogBooster) for [Anonymous Symbol] + stm32wbxx_hal.o(.text.HAL_SYSCFG_DisableIOBooster) refers to stm32wbxx_hal.o(.text.LL_SYSCFG_DisableAnalogBooster) for LL_SYSCFG_DisableAnalogBooster + stm32wbxx_hal.o(.ARM.exidx.text.HAL_SYSCFG_DisableIOBooster) refers to stm32wbxx_hal.o(.text.HAL_SYSCFG_DisableIOBooster) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.LL_SYSCFG_DisableAnalogBooster) refers to stm32wbxx_hal.o(.text.LL_SYSCFG_DisableAnalogBooster) for [Anonymous Symbol] + stm32wbxx_hal.o(.text.HAL_SYSCFG_EnableIOVdd) refers to stm32wbxx_hal.o(.text.LL_SYSCFG_EnableAnalogGpioSwitch) for LL_SYSCFG_EnableAnalogGpioSwitch + stm32wbxx_hal.o(.ARM.exidx.text.HAL_SYSCFG_EnableIOVdd) refers to stm32wbxx_hal.o(.text.HAL_SYSCFG_EnableIOVdd) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.LL_SYSCFG_EnableAnalogGpioSwitch) refers to stm32wbxx_hal.o(.text.LL_SYSCFG_EnableAnalogGpioSwitch) for [Anonymous Symbol] + stm32wbxx_hal.o(.text.HAL_SYSCFG_DisableIOVdd) refers to stm32wbxx_hal.o(.text.LL_SYSCFG_DisableAnalogGpioSwitch) for LL_SYSCFG_DisableAnalogGpioSwitch + stm32wbxx_hal.o(.ARM.exidx.text.HAL_SYSCFG_DisableIOVdd) refers to stm32wbxx_hal.o(.text.HAL_SYSCFG_DisableIOVdd) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.LL_SYSCFG_DisableAnalogGpioSwitch) refers to stm32wbxx_hal.o(.text.LL_SYSCFG_DisableAnalogGpioSwitch) for [Anonymous Symbol] + stm32wbxx_hal.o(.text.HAL_SYSCFG_EnableSecurityAccess) refers to stm32wbxx_hal.o(.text.LL_SYSCFG_EnableSecurityAccess) for LL_SYSCFG_EnableSecurityAccess + stm32wbxx_hal.o(.ARM.exidx.text.HAL_SYSCFG_EnableSecurityAccess) refers to stm32wbxx_hal.o(.text.HAL_SYSCFG_EnableSecurityAccess) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.LL_SYSCFG_EnableSecurityAccess) refers to stm32wbxx_hal.o(.text.LL_SYSCFG_EnableSecurityAccess) for [Anonymous Symbol] + stm32wbxx_hal.o(.text.HAL_SYSCFG_DisableSecurityAccess) refers to stm32wbxx_hal.o(.text.LL_SYSCFG_DisableSecurityAccess) for LL_SYSCFG_DisableSecurityAccess + stm32wbxx_hal.o(.ARM.exidx.text.HAL_SYSCFG_DisableSecurityAccess) refers to stm32wbxx_hal.o(.text.HAL_SYSCFG_DisableSecurityAccess) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.LL_SYSCFG_DisableSecurityAccess) refers to stm32wbxx_hal.o(.text.LL_SYSCFG_DisableSecurityAccess) for [Anonymous Symbol] + stm32wbxx_hal.o(.text.HAL_SYSCFG_IsEnabledSecurityAccess) refers to stm32wbxx_hal.o(.text.LL_SYSCFG_IsEnabledSecurityAccess) for LL_SYSCFG_IsEnabledSecurityAccess + stm32wbxx_hal.o(.ARM.exidx.text.HAL_SYSCFG_IsEnabledSecurityAccess) refers to stm32wbxx_hal.o(.text.HAL_SYSCFG_IsEnabledSecurityAccess) for [Anonymous Symbol] + stm32wbxx_hal.o(.ARM.exidx.text.LL_SYSCFG_IsEnabledSecurityAccess) refers to stm32wbxx_hal.o(.text.LL_SYSCFG_IsEnabledSecurityAccess) for [Anonymous Symbol] + stm32wbxx_hal_exti.o(.ARM.exidx.text.HAL_EXTI_SetConfigLine) refers to stm32wbxx_hal_exti.o(.text.HAL_EXTI_SetConfigLine) for [Anonymous Symbol] + stm32wbxx_hal_exti.o(.ARM.exidx.text.HAL_EXTI_GetConfigLine) refers to stm32wbxx_hal_exti.o(.text.HAL_EXTI_GetConfigLine) for [Anonymous Symbol] + stm32wbxx_hal_exti.o(.ARM.exidx.text.HAL_EXTI_ClearConfigLine) refers to stm32wbxx_hal_exti.o(.text.HAL_EXTI_ClearConfigLine) for [Anonymous Symbol] + stm32wbxx_hal_exti.o(.ARM.exidx.text.HAL_EXTI_RegisterCallback) refers to stm32wbxx_hal_exti.o(.text.HAL_EXTI_RegisterCallback) for [Anonymous Symbol] + stm32wbxx_hal_exti.o(.ARM.exidx.text.HAL_EXTI_GetHandle) refers to stm32wbxx_hal_exti.o(.text.HAL_EXTI_GetHandle) for [Anonymous Symbol] + stm32wbxx_hal_exti.o(.ARM.exidx.text.HAL_EXTI_IRQHandler) refers to stm32wbxx_hal_exti.o(.text.HAL_EXTI_IRQHandler) for [Anonymous Symbol] + stm32wbxx_hal_exti.o(.ARM.exidx.text.HAL_EXTI_GetPending) refers to stm32wbxx_hal_exti.o(.text.HAL_EXTI_GetPending) for [Anonymous Symbol] + stm32wbxx_hal_exti.o(.ARM.exidx.text.HAL_EXTI_ClearPending) refers to stm32wbxx_hal_exti.o(.text.HAL_EXTI_ClearPending) for [Anonymous Symbol] + stm32wbxx_hal_exti.o(.ARM.exidx.text.HAL_EXTI_GenerateSWI) refers to stm32wbxx_hal_exti.o(.text.HAL_EXTI_GenerateSWI) for [Anonymous Symbol] + stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_Init) refers to stm32wbxx_hal_msp.o(.text.HAL_IPCC_MspInit) for HAL_IPCC_MspInit + stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_Init) refers to stm32wbxx_hal_ipcc.o(.text.IPCC_Reset_Register) for IPCC_Reset_Register + stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_Init) refers to stm32wbxx_hal_ipcc.o(.text.IPCC_SetDefaultCallbacks) for IPCC_SetDefaultCallbacks + stm32wbxx_hal_ipcc.o(.ARM.exidx.text.HAL_IPCC_Init) refers to stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_Init) for [Anonymous Symbol] + stm32wbxx_hal_ipcc.o(.ARM.exidx.text.HAL_IPCC_MspInit) refers to stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_MspInit) for [Anonymous Symbol] + stm32wbxx_hal_ipcc.o(.ARM.exidx.text.IPCC_Reset_Register) refers to stm32wbxx_hal_ipcc.o(.text.IPCC_Reset_Register) for [Anonymous Symbol] + stm32wbxx_hal_ipcc.o(.text.IPCC_SetDefaultCallbacks) refers to stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_RxCallback) for HAL_IPCC_RxCallback + stm32wbxx_hal_ipcc.o(.text.IPCC_SetDefaultCallbacks) refers to stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_TxCallback) for HAL_IPCC_TxCallback + stm32wbxx_hal_ipcc.o(.ARM.exidx.text.IPCC_SetDefaultCallbacks) refers to stm32wbxx_hal_ipcc.o(.text.IPCC_SetDefaultCallbacks) for [Anonymous Symbol] + stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_DeInit) refers to stm32wbxx_hal_ipcc.o(.text.IPCC_Reset_Register) for IPCC_Reset_Register + stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_DeInit) refers to stm32wbxx_hal_ipcc.o(.text.IPCC_SetDefaultCallbacks) for IPCC_SetDefaultCallbacks + stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_DeInit) refers to stm32wbxx_hal_msp.o(.text.HAL_IPCC_MspDeInit) for HAL_IPCC_MspDeInit + stm32wbxx_hal_ipcc.o(.ARM.exidx.text.HAL_IPCC_DeInit) refers to stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_DeInit) for [Anonymous Symbol] + stm32wbxx_hal_ipcc.o(.ARM.exidx.text.HAL_IPCC_MspDeInit) refers to stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_MspDeInit) for [Anonymous Symbol] + stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_ActivateNotification) refers to stm32wbxx_hal_ipcc.o(.text.IPCC_UnmaskInterrupt) for IPCC_UnmaskInterrupt + stm32wbxx_hal_ipcc.o(.ARM.exidx.text.HAL_IPCC_ActivateNotification) refers to stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_ActivateNotification) for [Anonymous Symbol] + stm32wbxx_hal_ipcc.o(.ARM.exidx.text.IPCC_UnmaskInterrupt) refers to stm32wbxx_hal_ipcc.o(.text.IPCC_UnmaskInterrupt) for [Anonymous Symbol] + stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_DeActivateNotification) refers to stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_TxCallback) for HAL_IPCC_TxCallback + stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_DeActivateNotification) refers to stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_RxCallback) for HAL_IPCC_RxCallback + stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_DeActivateNotification) refers to stm32wbxx_hal_ipcc.o(.text.IPCC_MaskInterrupt) for IPCC_MaskInterrupt + stm32wbxx_hal_ipcc.o(.ARM.exidx.text.HAL_IPCC_DeActivateNotification) refers to stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_DeActivateNotification) for [Anonymous Symbol] + stm32wbxx_hal_ipcc.o(.ARM.exidx.text.HAL_IPCC_TxCallback) refers to stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_TxCallback) for [Anonymous Symbol] + stm32wbxx_hal_ipcc.o(.ARM.exidx.text.HAL_IPCC_RxCallback) refers to stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_RxCallback) for [Anonymous Symbol] + stm32wbxx_hal_ipcc.o(.ARM.exidx.text.IPCC_MaskInterrupt) refers to stm32wbxx_hal_ipcc.o(.text.IPCC_MaskInterrupt) for [Anonymous Symbol] + stm32wbxx_hal_ipcc.o(.ARM.exidx.text.HAL_IPCC_GetChannelStatus) refers to stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_GetChannelStatus) for [Anonymous Symbol] + stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_NotifyCPU) refers to stm32wbxx_hal_ipcc.o(.text.IPCC_UnmaskInterrupt) for IPCC_UnmaskInterrupt + stm32wbxx_hal_ipcc.o(.ARM.exidx.text.HAL_IPCC_NotifyCPU) refers to stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_NotifyCPU) for [Anonymous Symbol] + stm32wbxx_hal_ipcc.o(.ARM.exidx.text.HAL_IPCC_TX_IRQHandler) refers to stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_TX_IRQHandler) for [Anonymous Symbol] + stm32wbxx_hal_ipcc.o(.ARM.exidx.text.HAL_IPCC_RX_IRQHandler) refers to stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_RX_IRQHandler) for [Anonymous Symbol] + stm32wbxx_hal_ipcc.o(.ARM.exidx.text.HAL_IPCC_GetState) refers to stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_GetState) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.text.HAL_UART_Init) refers to stm32wbxx_hal_msp.o(.text.HAL_UART_MspInit) for HAL_UART_MspInit + stm32wbxx_hal_uart.o(.text.HAL_UART_Init) refers to stm32wbxx_hal_uart.o(.text.UART_AdvFeatureConfig) for UART_AdvFeatureConfig + stm32wbxx_hal_uart.o(.text.HAL_UART_Init) refers to stm32wbxx_hal_uart.o(.text.UART_SetConfig) for UART_SetConfig + stm32wbxx_hal_uart.o(.text.HAL_UART_Init) refers to stm32wbxx_hal_uart.o(.text.UART_CheckIdleState) for UART_CheckIdleState + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_Init) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_Init) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_MspInit) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_MspInit) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_AdvFeatureConfig) refers to stm32wbxx_hal_uart.o(.text.UART_AdvFeatureConfig) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.text.UART_SetConfig) refers to stm32wbxx_hal_uart.o(.text.LL_RCC_GetUSARTClockSource) for LL_RCC_GetUSARTClockSource + stm32wbxx_hal_uart.o(.text.UART_SetConfig) refers to stm32wbxx_hal_uart.o(.text.LL_RCC_GetLPUARTClockSource) for LL_RCC_GetLPUARTClockSource + stm32wbxx_hal_uart.o(.text.UART_SetConfig) refers to stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetPCLK1Freq) for HAL_RCC_GetPCLK1Freq + stm32wbxx_hal_uart.o(.text.UART_SetConfig) refers to stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetSysClockFreq) for HAL_RCC_GetSysClockFreq + stm32wbxx_hal_uart.o(.text.UART_SetConfig) refers to stm32wbxx_hal_uart.o(.rodata.UARTPrescTable) for UARTPrescTable + stm32wbxx_hal_uart.o(.text.UART_SetConfig) refers to uldiv.o(.text) for __aeabi_uldivmod + stm32wbxx_hal_uart.o(.text.UART_SetConfig) refers to stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetPCLK2Freq) for HAL_RCC_GetPCLK2Freq + stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_SetConfig) refers to stm32wbxx_hal_uart.o(.text.UART_SetConfig) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.text.UART_CheckIdleState) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for HAL_GetTick + stm32wbxx_hal_uart.o(.text.UART_CheckIdleState) refers to stm32wbxx_hal_uart.o(.text.UART_WaitOnFlagUntilTimeout) for UART_WaitOnFlagUntilTimeout + stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_CheckIdleState) refers to stm32wbxx_hal_uart.o(.text.UART_CheckIdleState) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.text.HAL_HalfDuplex_Init) refers to stm32wbxx_hal_msp.o(.text.HAL_UART_MspInit) for HAL_UART_MspInit + stm32wbxx_hal_uart.o(.text.HAL_HalfDuplex_Init) refers to stm32wbxx_hal_uart.o(.text.UART_AdvFeatureConfig) for UART_AdvFeatureConfig + stm32wbxx_hal_uart.o(.text.HAL_HalfDuplex_Init) refers to stm32wbxx_hal_uart.o(.text.UART_SetConfig) for UART_SetConfig + stm32wbxx_hal_uart.o(.text.HAL_HalfDuplex_Init) refers to stm32wbxx_hal_uart.o(.text.UART_CheckIdleState) for UART_CheckIdleState + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_HalfDuplex_Init) refers to stm32wbxx_hal_uart.o(.text.HAL_HalfDuplex_Init) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.text.HAL_LIN_Init) refers to stm32wbxx_hal_msp.o(.text.HAL_UART_MspInit) for HAL_UART_MspInit + stm32wbxx_hal_uart.o(.text.HAL_LIN_Init) refers to stm32wbxx_hal_uart.o(.text.UART_AdvFeatureConfig) for UART_AdvFeatureConfig + stm32wbxx_hal_uart.o(.text.HAL_LIN_Init) refers to stm32wbxx_hal_uart.o(.text.UART_SetConfig) for UART_SetConfig + stm32wbxx_hal_uart.o(.text.HAL_LIN_Init) refers to stm32wbxx_hal_uart.o(.text.UART_CheckIdleState) for UART_CheckIdleState + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_LIN_Init) refers to stm32wbxx_hal_uart.o(.text.HAL_LIN_Init) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.text.HAL_MultiProcessor_Init) refers to stm32wbxx_hal_msp.o(.text.HAL_UART_MspInit) for HAL_UART_MspInit + stm32wbxx_hal_uart.o(.text.HAL_MultiProcessor_Init) refers to stm32wbxx_hal_uart.o(.text.UART_AdvFeatureConfig) for UART_AdvFeatureConfig + stm32wbxx_hal_uart.o(.text.HAL_MultiProcessor_Init) refers to stm32wbxx_hal_uart.o(.text.UART_SetConfig) for UART_SetConfig + stm32wbxx_hal_uart.o(.text.HAL_MultiProcessor_Init) refers to stm32wbxx_hal_uart.o(.text.UART_CheckIdleState) for UART_CheckIdleState + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_MultiProcessor_Init) refers to stm32wbxx_hal_uart.o(.text.HAL_MultiProcessor_Init) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.text.HAL_UART_DeInit) refers to stm32wbxx_hal_msp.o(.text.HAL_UART_MspDeInit) for HAL_UART_MspDeInit + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_DeInit) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_DeInit) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_MspDeInit) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_MspDeInit) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.text.HAL_UART_Transmit) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for HAL_GetTick + stm32wbxx_hal_uart.o(.text.HAL_UART_Transmit) refers to stm32wbxx_hal_uart.o(.text.UART_WaitOnFlagUntilTimeout) for UART_WaitOnFlagUntilTimeout + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_Transmit) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_Transmit) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.text.UART_WaitOnFlagUntilTimeout) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for HAL_GetTick + stm32wbxx_hal_uart.o(.text.UART_WaitOnFlagUntilTimeout) refers to stm32wbxx_hal_uart.o(.text.UART_EndRxTransfer) for UART_EndRxTransfer + stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_WaitOnFlagUntilTimeout) refers to stm32wbxx_hal_uart.o(.text.UART_WaitOnFlagUntilTimeout) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.text.HAL_UART_Receive) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for HAL_GetTick + stm32wbxx_hal_uart.o(.text.HAL_UART_Receive) refers to stm32wbxx_hal_uart.o(.text.UART_WaitOnFlagUntilTimeout) for UART_WaitOnFlagUntilTimeout + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_Receive) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_Receive) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.text.HAL_UART_Transmit_IT) refers to stm32wbxx_hal_uart.o(.text.UART_TxISR_16BIT_FIFOEN) for UART_TxISR_16BIT_FIFOEN + stm32wbxx_hal_uart.o(.text.HAL_UART_Transmit_IT) refers to stm32wbxx_hal_uart.o(.text.UART_TxISR_8BIT_FIFOEN) for UART_TxISR_8BIT_FIFOEN + stm32wbxx_hal_uart.o(.text.HAL_UART_Transmit_IT) refers to stm32wbxx_hal_uart.o(.text.UART_TxISR_16BIT) for UART_TxISR_16BIT + stm32wbxx_hal_uart.o(.text.HAL_UART_Transmit_IT) refers to stm32wbxx_hal_uart.o(.text.UART_TxISR_8BIT) for UART_TxISR_8BIT + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_Transmit_IT) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_Transmit_IT) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_TxISR_16BIT_FIFOEN) refers to stm32wbxx_hal_uart.o(.text.UART_TxISR_16BIT_FIFOEN) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_TxISR_8BIT_FIFOEN) refers to stm32wbxx_hal_uart.o(.text.UART_TxISR_8BIT_FIFOEN) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_TxISR_16BIT) refers to stm32wbxx_hal_uart.o(.text.UART_TxISR_16BIT) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_TxISR_8BIT) refers to stm32wbxx_hal_uart.o(.text.UART_TxISR_8BIT) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.text.HAL_UART_Receive_IT) refers to stm32wbxx_hal_uart.o(.text.UART_Start_Receive_IT) for UART_Start_Receive_IT + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_Receive_IT) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_Receive_IT) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.text.UART_Start_Receive_IT) refers to stm32wbxx_hal_uart.o(.text.UART_RxISR_16BIT_FIFOEN) for UART_RxISR_16BIT_FIFOEN + stm32wbxx_hal_uart.o(.text.UART_Start_Receive_IT) refers to stm32wbxx_hal_uart.o(.text.UART_RxISR_8BIT_FIFOEN) for UART_RxISR_8BIT_FIFOEN + stm32wbxx_hal_uart.o(.text.UART_Start_Receive_IT) refers to stm32wbxx_hal_uart.o(.text.UART_RxISR_16BIT) for UART_RxISR_16BIT + stm32wbxx_hal_uart.o(.text.UART_Start_Receive_IT) refers to stm32wbxx_hal_uart.o(.text.UART_RxISR_8BIT) for UART_RxISR_8BIT + stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_Start_Receive_IT) refers to stm32wbxx_hal_uart.o(.text.UART_Start_Receive_IT) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.text.HAL_UART_Transmit_DMA) refers to stm32wbxx_hal_uart.o(.text.UART_DMATransmitCplt) for UART_DMATransmitCplt + stm32wbxx_hal_uart.o(.text.HAL_UART_Transmit_DMA) refers to stm32wbxx_hal_uart.o(.text.UART_DMATxHalfCplt) for UART_DMATxHalfCplt + stm32wbxx_hal_uart.o(.text.HAL_UART_Transmit_DMA) refers to stm32wbxx_hal_uart.o(.text.UART_DMAError) for UART_DMAError + stm32wbxx_hal_uart.o(.text.HAL_UART_Transmit_DMA) refers to stm32wbxx_hal_dma.o(.text.HAL_DMA_Start_IT) for HAL_DMA_Start_IT + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_Transmit_DMA) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_Transmit_DMA) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.text.UART_DMATransmitCplt) refers to hw_uart.o(.text.HAL_UART_TxCpltCallback) for HAL_UART_TxCpltCallback + stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_DMATransmitCplt) refers to stm32wbxx_hal_uart.o(.text.UART_DMATransmitCplt) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.text.UART_DMATxHalfCplt) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_TxHalfCpltCallback) for HAL_UART_TxHalfCpltCallback + stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_DMATxHalfCplt) refers to stm32wbxx_hal_uart.o(.text.UART_DMATxHalfCplt) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.text.UART_DMAError) refers to stm32wbxx_hal_uart.o(.text.UART_EndTxTransfer) for UART_EndTxTransfer + stm32wbxx_hal_uart.o(.text.UART_DMAError) refers to stm32wbxx_hal_uart.o(.text.UART_EndRxTransfer) for UART_EndRxTransfer + stm32wbxx_hal_uart.o(.text.UART_DMAError) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_ErrorCallback) for HAL_UART_ErrorCallback + stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_DMAError) refers to stm32wbxx_hal_uart.o(.text.UART_DMAError) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.text.HAL_UART_Receive_DMA) refers to stm32wbxx_hal_uart.o(.text.UART_Start_Receive_DMA) for UART_Start_Receive_DMA + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_Receive_DMA) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_Receive_DMA) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.text.UART_Start_Receive_DMA) refers to stm32wbxx_hal_uart.o(.text.UART_DMAReceiveCplt) for UART_DMAReceiveCplt + stm32wbxx_hal_uart.o(.text.UART_Start_Receive_DMA) refers to stm32wbxx_hal_uart.o(.text.UART_DMARxHalfCplt) for UART_DMARxHalfCplt + stm32wbxx_hal_uart.o(.text.UART_Start_Receive_DMA) refers to stm32wbxx_hal_uart.o(.text.UART_DMAError) for UART_DMAError + stm32wbxx_hal_uart.o(.text.UART_Start_Receive_DMA) refers to stm32wbxx_hal_dma.o(.text.HAL_DMA_Start_IT) for HAL_DMA_Start_IT + stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_Start_Receive_DMA) refers to stm32wbxx_hal_uart.o(.text.UART_Start_Receive_DMA) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_DMAPause) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_DMAPause) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_DMAResume) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_DMAResume) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.text.HAL_UART_DMAStop) refers to stm32wbxx_hal_dma.o(.text.HAL_DMA_Abort) for HAL_DMA_Abort + stm32wbxx_hal_uart.o(.text.HAL_UART_DMAStop) refers to stm32wbxx_hal_dma.o(.text.HAL_DMA_GetError) for HAL_DMA_GetError + stm32wbxx_hal_uart.o(.text.HAL_UART_DMAStop) refers to stm32wbxx_hal_uart.o(.text.UART_EndTxTransfer) for UART_EndTxTransfer + stm32wbxx_hal_uart.o(.text.HAL_UART_DMAStop) refers to stm32wbxx_hal_uart.o(.text.UART_EndRxTransfer) for UART_EndRxTransfer + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_DMAStop) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_DMAStop) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_EndTxTransfer) refers to stm32wbxx_hal_uart.o(.text.UART_EndTxTransfer) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_EndRxTransfer) refers to stm32wbxx_hal_uart.o(.text.UART_EndRxTransfer) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.text.HAL_UART_Abort) refers to stm32wbxx_hal_dma.o(.text.HAL_DMA_Abort) for HAL_DMA_Abort + stm32wbxx_hal_uart.o(.text.HAL_UART_Abort) refers to stm32wbxx_hal_dma.o(.text.HAL_DMA_GetError) for HAL_DMA_GetError + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_Abort) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_Abort) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.text.HAL_UART_AbortTransmit) refers to stm32wbxx_hal_dma.o(.text.HAL_DMA_Abort) for HAL_DMA_Abort + stm32wbxx_hal_uart.o(.text.HAL_UART_AbortTransmit) refers to stm32wbxx_hal_dma.o(.text.HAL_DMA_GetError) for HAL_DMA_GetError + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_AbortTransmit) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_AbortTransmit) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.text.HAL_UART_AbortReceive) refers to stm32wbxx_hal_dma.o(.text.HAL_DMA_Abort) for HAL_DMA_Abort + stm32wbxx_hal_uart.o(.text.HAL_UART_AbortReceive) refers to stm32wbxx_hal_dma.o(.text.HAL_DMA_GetError) for HAL_DMA_GetError + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_AbortReceive) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_AbortReceive) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.text.HAL_UART_Abort_IT) refers to stm32wbxx_hal_uart.o(.text.UART_DMATxAbortCallback) for UART_DMATxAbortCallback + stm32wbxx_hal_uart.o(.text.HAL_UART_Abort_IT) refers to stm32wbxx_hal_uart.o(.text.UART_DMARxAbortCallback) for UART_DMARxAbortCallback + stm32wbxx_hal_uart.o(.text.HAL_UART_Abort_IT) refers to stm32wbxx_hal_dma.o(.text.HAL_DMA_Abort_IT) for HAL_DMA_Abort_IT + stm32wbxx_hal_uart.o(.text.HAL_UART_Abort_IT) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_AbortCpltCallback) for HAL_UART_AbortCpltCallback + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_Abort_IT) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_Abort_IT) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.text.UART_DMATxAbortCallback) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_AbortCpltCallback) for HAL_UART_AbortCpltCallback + stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_DMATxAbortCallback) refers to stm32wbxx_hal_uart.o(.text.UART_DMATxAbortCallback) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.text.UART_DMARxAbortCallback) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_AbortCpltCallback) for HAL_UART_AbortCpltCallback + stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_DMARxAbortCallback) refers to stm32wbxx_hal_uart.o(.text.UART_DMARxAbortCallback) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_AbortCpltCallback) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_AbortCpltCallback) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.text.HAL_UART_AbortTransmit_IT) refers to stm32wbxx_hal_uart.o(.text.UART_DMATxOnlyAbortCallback) for UART_DMATxOnlyAbortCallback + stm32wbxx_hal_uart.o(.text.HAL_UART_AbortTransmit_IT) refers to stm32wbxx_hal_dma.o(.text.HAL_DMA_Abort_IT) for HAL_DMA_Abort_IT + stm32wbxx_hal_uart.o(.text.HAL_UART_AbortTransmit_IT) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_AbortTransmitCpltCallback) for HAL_UART_AbortTransmitCpltCallback + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_AbortTransmit_IT) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_AbortTransmit_IT) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.text.UART_DMATxOnlyAbortCallback) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_AbortTransmitCpltCallback) for HAL_UART_AbortTransmitCpltCallback + stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_DMATxOnlyAbortCallback) refers to stm32wbxx_hal_uart.o(.text.UART_DMATxOnlyAbortCallback) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_AbortTransmitCpltCallback) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_AbortTransmitCpltCallback) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.text.HAL_UART_AbortReceive_IT) refers to stm32wbxx_hal_uart.o(.text.UART_DMARxOnlyAbortCallback) for UART_DMARxOnlyAbortCallback + stm32wbxx_hal_uart.o(.text.HAL_UART_AbortReceive_IT) refers to stm32wbxx_hal_dma.o(.text.HAL_DMA_Abort_IT) for HAL_DMA_Abort_IT + stm32wbxx_hal_uart.o(.text.HAL_UART_AbortReceive_IT) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_AbortReceiveCpltCallback) for HAL_UART_AbortReceiveCpltCallback + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_AbortReceive_IT) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_AbortReceive_IT) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.text.UART_DMARxOnlyAbortCallback) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_AbortReceiveCpltCallback) for HAL_UART_AbortReceiveCpltCallback + stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_DMARxOnlyAbortCallback) refers to stm32wbxx_hal_uart.o(.text.UART_DMARxOnlyAbortCallback) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_AbortReceiveCpltCallback) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_AbortReceiveCpltCallback) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.text.HAL_UART_IRQHandler) refers to stm32wbxx_hal_uart.o(.text.UART_EndRxTransfer) for UART_EndRxTransfer + stm32wbxx_hal_uart.o(.text.HAL_UART_IRQHandler) refers to stm32wbxx_hal_uart.o(.text.UART_DMAAbortOnError) for UART_DMAAbortOnError + stm32wbxx_hal_uart.o(.text.HAL_UART_IRQHandler) refers to stm32wbxx_hal_dma.o(.text.HAL_DMA_Abort_IT) for HAL_DMA_Abort_IT + stm32wbxx_hal_uart.o(.text.HAL_UART_IRQHandler) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_ErrorCallback) for HAL_UART_ErrorCallback + stm32wbxx_hal_uart.o(.text.HAL_UART_IRQHandler) refers to stm32wbxx_hal_dma.o(.text.HAL_DMA_Abort) for HAL_DMA_Abort + stm32wbxx_hal_uart.o(.text.HAL_UART_IRQHandler) refers to stm32wbxx_hal_uart.o(.text.HAL_UARTEx_RxEventCallback) for HAL_UARTEx_RxEventCallback + stm32wbxx_hal_uart.o(.text.HAL_UART_IRQHandler) refers to stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_WakeupCallback) for HAL_UARTEx_WakeupCallback + stm32wbxx_hal_uart.o(.text.HAL_UART_IRQHandler) refers to stm32wbxx_hal_uart.o(.text.UART_EndTransmit_IT) for UART_EndTransmit_IT + stm32wbxx_hal_uart.o(.text.HAL_UART_IRQHandler) refers to stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_TxFifoEmptyCallback) for HAL_UARTEx_TxFifoEmptyCallback + stm32wbxx_hal_uart.o(.text.HAL_UART_IRQHandler) refers to stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_RxFifoFullCallback) for HAL_UARTEx_RxFifoFullCallback + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_IRQHandler) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_IRQHandler) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.text.UART_DMAAbortOnError) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_ErrorCallback) for HAL_UART_ErrorCallback + stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_DMAAbortOnError) refers to stm32wbxx_hal_uart.o(.text.UART_DMAAbortOnError) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_ErrorCallback) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_ErrorCallback) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UARTEx_RxEventCallback) refers to stm32wbxx_hal_uart.o(.text.HAL_UARTEx_RxEventCallback) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.text.UART_EndTransmit_IT) refers to hw_uart.o(.text.HAL_UART_TxCpltCallback) for HAL_UART_TxCpltCallback + stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_EndTransmit_IT) refers to stm32wbxx_hal_uart.o(.text.UART_EndTransmit_IT) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_TxCpltCallback) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_TxCpltCallback) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_TxHalfCpltCallback) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_TxHalfCpltCallback) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_RxCpltCallback) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_RxCpltCallback) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_RxHalfCpltCallback) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_RxHalfCpltCallback) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_ReceiverTimeout_Config) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_ReceiverTimeout_Config) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_EnableReceiverTimeout) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_EnableReceiverTimeout) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_DisableReceiverTimeout) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_DisableReceiverTimeout) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.text.HAL_MultiProcessor_EnableMuteMode) refers to stm32wbxx_hal_uart.o(.text.UART_CheckIdleState) for UART_CheckIdleState + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_MultiProcessor_EnableMuteMode) refers to stm32wbxx_hal_uart.o(.text.HAL_MultiProcessor_EnableMuteMode) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.text.HAL_MultiProcessor_DisableMuteMode) refers to stm32wbxx_hal_uart.o(.text.UART_CheckIdleState) for UART_CheckIdleState + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_MultiProcessor_DisableMuteMode) refers to stm32wbxx_hal_uart.o(.text.HAL_MultiProcessor_DisableMuteMode) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_MultiProcessor_EnterMuteMode) refers to stm32wbxx_hal_uart.o(.text.HAL_MultiProcessor_EnterMuteMode) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_HalfDuplex_EnableTransmitter) refers to stm32wbxx_hal_uart.o(.text.HAL_HalfDuplex_EnableTransmitter) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_HalfDuplex_EnableReceiver) refers to stm32wbxx_hal_uart.o(.text.HAL_HalfDuplex_EnableReceiver) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_LIN_SendBreak) refers to stm32wbxx_hal_uart.o(.text.HAL_LIN_SendBreak) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_GetState) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_GetState) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_GetError) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_GetError) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.ARM.exidx.text.LL_RCC_GetUSARTClockSource) refers to stm32wbxx_hal_uart.o(.text.LL_RCC_GetUSARTClockSource) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.ARM.exidx.text.LL_RCC_GetLPUARTClockSource) refers to stm32wbxx_hal_uart.o(.text.LL_RCC_GetLPUARTClockSource) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.text.UART_RxISR_16BIT_FIFOEN) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_ErrorCallback) for HAL_UART_ErrorCallback + stm32wbxx_hal_uart.o(.text.UART_RxISR_16BIT_FIFOEN) refers to stm32wbxx_hal_uart.o(.text.HAL_UARTEx_RxEventCallback) for HAL_UARTEx_RxEventCallback + stm32wbxx_hal_uart.o(.text.UART_RxISR_16BIT_FIFOEN) refers to hw_uart.o(.text.HAL_UART_RxCpltCallback) for HAL_UART_RxCpltCallback + stm32wbxx_hal_uart.o(.text.UART_RxISR_16BIT_FIFOEN) refers to stm32wbxx_hal_uart.o(.text.UART_RxISR_16BIT) for UART_RxISR_16BIT + stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_RxISR_16BIT_FIFOEN) refers to stm32wbxx_hal_uart.o(.text.UART_RxISR_16BIT_FIFOEN) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.text.UART_RxISR_8BIT_FIFOEN) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_ErrorCallback) for HAL_UART_ErrorCallback + stm32wbxx_hal_uart.o(.text.UART_RxISR_8BIT_FIFOEN) refers to stm32wbxx_hal_uart.o(.text.HAL_UARTEx_RxEventCallback) for HAL_UARTEx_RxEventCallback + stm32wbxx_hal_uart.o(.text.UART_RxISR_8BIT_FIFOEN) refers to hw_uart.o(.text.HAL_UART_RxCpltCallback) for HAL_UART_RxCpltCallback + stm32wbxx_hal_uart.o(.text.UART_RxISR_8BIT_FIFOEN) refers to stm32wbxx_hal_uart.o(.text.UART_RxISR_8BIT) for UART_RxISR_8BIT + stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_RxISR_8BIT_FIFOEN) refers to stm32wbxx_hal_uart.o(.text.UART_RxISR_8BIT_FIFOEN) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.text.UART_RxISR_16BIT) refers to stm32wbxx_hal_uart.o(.text.HAL_UARTEx_RxEventCallback) for HAL_UARTEx_RxEventCallback + stm32wbxx_hal_uart.o(.text.UART_RxISR_16BIT) refers to hw_uart.o(.text.HAL_UART_RxCpltCallback) for HAL_UART_RxCpltCallback + stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_RxISR_16BIT) refers to stm32wbxx_hal_uart.o(.text.UART_RxISR_16BIT) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.text.UART_RxISR_8BIT) refers to stm32wbxx_hal_uart.o(.text.HAL_UARTEx_RxEventCallback) for HAL_UARTEx_RxEventCallback + stm32wbxx_hal_uart.o(.text.UART_RxISR_8BIT) refers to hw_uart.o(.text.HAL_UART_RxCpltCallback) for HAL_UART_RxCpltCallback + stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_RxISR_8BIT) refers to stm32wbxx_hal_uart.o(.text.UART_RxISR_8BIT) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.text.UART_DMAReceiveCplt) refers to stm32wbxx_hal_uart.o(.text.HAL_UARTEx_RxEventCallback) for HAL_UARTEx_RxEventCallback + stm32wbxx_hal_uart.o(.text.UART_DMAReceiveCplt) refers to hw_uart.o(.text.HAL_UART_RxCpltCallback) for HAL_UART_RxCpltCallback + stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_DMAReceiveCplt) refers to stm32wbxx_hal_uart.o(.text.UART_DMAReceiveCplt) for [Anonymous Symbol] + stm32wbxx_hal_uart.o(.text.UART_DMARxHalfCplt) refers to stm32wbxx_hal_uart.o(.text.HAL_UARTEx_RxEventCallback) for HAL_UARTEx_RxEventCallback + stm32wbxx_hal_uart.o(.text.UART_DMARxHalfCplt) refers to stm32wbxx_hal_uart.o(.text.HAL_UART_RxHalfCpltCallback) for HAL_UART_RxHalfCpltCallback + stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_DMARxHalfCplt) refers to stm32wbxx_hal_uart.o(.text.UART_DMARxHalfCplt) for [Anonymous Symbol] + stm32wbxx_hal_uart_ex.o(.text.HAL_RS485Ex_Init) refers to stm32wbxx_hal_msp.o(.text.HAL_UART_MspInit) for HAL_UART_MspInit + stm32wbxx_hal_uart_ex.o(.text.HAL_RS485Ex_Init) refers to stm32wbxx_hal_uart.o(.text.UART_AdvFeatureConfig) for UART_AdvFeatureConfig + stm32wbxx_hal_uart_ex.o(.text.HAL_RS485Ex_Init) refers to stm32wbxx_hal_uart.o(.text.UART_SetConfig) for UART_SetConfig + stm32wbxx_hal_uart_ex.o(.text.HAL_RS485Ex_Init) refers to stm32wbxx_hal_uart.o(.text.UART_CheckIdleState) for UART_CheckIdleState + stm32wbxx_hal_uart_ex.o(.ARM.exidx.text.HAL_RS485Ex_Init) refers to stm32wbxx_hal_uart_ex.o(.text.HAL_RS485Ex_Init) for [Anonymous Symbol] + stm32wbxx_hal_uart_ex.o(.ARM.exidx.text.HAL_UARTEx_WakeupCallback) refers to stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_WakeupCallback) for [Anonymous Symbol] + stm32wbxx_hal_uart_ex.o(.ARM.exidx.text.HAL_UARTEx_RxFifoFullCallback) refers to stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_RxFifoFullCallback) for [Anonymous Symbol] + stm32wbxx_hal_uart_ex.o(.ARM.exidx.text.HAL_UARTEx_TxFifoEmptyCallback) refers to stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_TxFifoEmptyCallback) for [Anonymous Symbol] + stm32wbxx_hal_uart_ex.o(.text.HAL_MultiProcessorEx_AddressLength_Set) refers to stm32wbxx_hal_uart.o(.text.UART_CheckIdleState) for UART_CheckIdleState + stm32wbxx_hal_uart_ex.o(.ARM.exidx.text.HAL_MultiProcessorEx_AddressLength_Set) refers to stm32wbxx_hal_uart_ex.o(.text.HAL_MultiProcessorEx_AddressLength_Set) for [Anonymous Symbol] + stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_StopModeWakeUpSourceConfig) refers to stm32wbxx_hal_uart_ex.o(.text.UARTEx_Wakeup_AddressConfig) for UARTEx_Wakeup_AddressConfig + stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_StopModeWakeUpSourceConfig) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for HAL_GetTick + stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_StopModeWakeUpSourceConfig) refers to stm32wbxx_hal_uart.o(.text.UART_WaitOnFlagUntilTimeout) for UART_WaitOnFlagUntilTimeout + stm32wbxx_hal_uart_ex.o(.ARM.exidx.text.HAL_UARTEx_StopModeWakeUpSourceConfig) refers to stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_StopModeWakeUpSourceConfig) for [Anonymous Symbol] + stm32wbxx_hal_uart_ex.o(.ARM.exidx.text.UARTEx_Wakeup_AddressConfig) refers to stm32wbxx_hal_uart_ex.o(.text.UARTEx_Wakeup_AddressConfig) for [Anonymous Symbol] + stm32wbxx_hal_uart_ex.o(.ARM.exidx.text.HAL_UARTEx_EnableStopMode) refers to stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_EnableStopMode) for [Anonymous Symbol] + stm32wbxx_hal_uart_ex.o(.ARM.exidx.text.HAL_UARTEx_DisableStopMode) refers to stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_DisableStopMode) for [Anonymous Symbol] + stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_EnableFifoMode) refers to stm32wbxx_hal_uart_ex.o(.text.UARTEx_SetNbDataToProcess) for UARTEx_SetNbDataToProcess + stm32wbxx_hal_uart_ex.o(.ARM.exidx.text.HAL_UARTEx_EnableFifoMode) refers to stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_EnableFifoMode) for [Anonymous Symbol] + stm32wbxx_hal_uart_ex.o(.text.UARTEx_SetNbDataToProcess) refers to stm32wbxx_hal_uart_ex.o(.rodata.UARTEx_SetNbDataToProcess.numerator) for UARTEx_SetNbDataToProcess.numerator + stm32wbxx_hal_uart_ex.o(.text.UARTEx_SetNbDataToProcess) refers to stm32wbxx_hal_uart_ex.o(.rodata.UARTEx_SetNbDataToProcess.denominator) for UARTEx_SetNbDataToProcess.denominator + stm32wbxx_hal_uart_ex.o(.ARM.exidx.text.UARTEx_SetNbDataToProcess) refers to stm32wbxx_hal_uart_ex.o(.text.UARTEx_SetNbDataToProcess) for [Anonymous Symbol] + stm32wbxx_hal_uart_ex.o(.ARM.exidx.text.HAL_UARTEx_DisableFifoMode) refers to stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_DisableFifoMode) for [Anonymous Symbol] + stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_SetTxFifoThreshold) refers to stm32wbxx_hal_uart_ex.o(.text.UARTEx_SetNbDataToProcess) for UARTEx_SetNbDataToProcess + stm32wbxx_hal_uart_ex.o(.ARM.exidx.text.HAL_UARTEx_SetTxFifoThreshold) refers to stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_SetTxFifoThreshold) for [Anonymous Symbol] + stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_SetRxFifoThreshold) refers to stm32wbxx_hal_uart_ex.o(.text.UARTEx_SetNbDataToProcess) for UARTEx_SetNbDataToProcess + stm32wbxx_hal_uart_ex.o(.ARM.exidx.text.HAL_UARTEx_SetRxFifoThreshold) refers to stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_SetRxFifoThreshold) for [Anonymous Symbol] + stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_ReceiveToIdle) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for HAL_GetTick + stm32wbxx_hal_uart_ex.o(.ARM.exidx.text.HAL_UARTEx_ReceiveToIdle) refers to stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_ReceiveToIdle) for [Anonymous Symbol] + stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_ReceiveToIdle_IT) refers to stm32wbxx_hal_uart.o(.text.UART_Start_Receive_IT) for UART_Start_Receive_IT + stm32wbxx_hal_uart_ex.o(.ARM.exidx.text.HAL_UARTEx_ReceiveToIdle_IT) refers to stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_ReceiveToIdle_IT) for [Anonymous Symbol] + stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_ReceiveToIdle_DMA) refers to stm32wbxx_hal_uart.o(.text.UART_Start_Receive_DMA) for UART_Start_Receive_DMA + stm32wbxx_hal_uart_ex.o(.ARM.exidx.text.HAL_UARTEx_ReceiveToIdle_DMA) refers to stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_ReceiveToIdle_DMA) for [Anonymous Symbol] + stm32wbxx_hal_uart_ex.o(.ARM.exidx.text.HAL_UARTEx_GetRxEventType) refers to stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_GetRxEventType) for [Anonymous Symbol] + stm32wbxx_hal_rtc.o(.text.HAL_RTC_Init) refers to stm32wbxx_hal_msp.o(.text.HAL_RTC_MspInit) for HAL_RTC_MspInit + stm32wbxx_hal_rtc.o(.text.HAL_RTC_Init) refers to stm32wbxx_hal_rtc.o(.text.RTC_EnterInitMode) for RTC_EnterInitMode + stm32wbxx_hal_rtc.o(.text.HAL_RTC_Init) refers to stm32wbxx_hal_rtc.o(.text.RTC_ExitInitMode) for RTC_ExitInitMode + stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_Init) refers to stm32wbxx_hal_rtc.o(.text.HAL_RTC_Init) for [Anonymous Symbol] + stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_MspInit) refers to stm32wbxx_hal_rtc.o(.text.HAL_RTC_MspInit) for [Anonymous Symbol] + stm32wbxx_hal_rtc.o(.text.RTC_EnterInitMode) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for HAL_GetTick + stm32wbxx_hal_rtc.o(.ARM.exidx.text.RTC_EnterInitMode) refers to stm32wbxx_hal_rtc.o(.text.RTC_EnterInitMode) for [Anonymous Symbol] + stm32wbxx_hal_rtc.o(.text.RTC_ExitInitMode) refers to stm32wbxx_hal_rtc.o(.text.HAL_RTC_WaitForSynchro) for HAL_RTC_WaitForSynchro + stm32wbxx_hal_rtc.o(.ARM.exidx.text.RTC_ExitInitMode) refers to stm32wbxx_hal_rtc.o(.text.RTC_ExitInitMode) for [Anonymous Symbol] + stm32wbxx_hal_rtc.o(.text.HAL_RTC_DeInit) refers to stm32wbxx_hal_rtc.o(.text.RTC_EnterInitMode) for RTC_EnterInitMode + stm32wbxx_hal_rtc.o(.text.HAL_RTC_DeInit) refers to stm32wbxx_hal_rtc.o(.text.RTC_ExitInitMode) for RTC_ExitInitMode + stm32wbxx_hal_rtc.o(.text.HAL_RTC_DeInit) refers to stm32wbxx_hal_msp.o(.text.HAL_RTC_MspDeInit) for HAL_RTC_MspDeInit + stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_DeInit) refers to stm32wbxx_hal_rtc.o(.text.HAL_RTC_DeInit) for [Anonymous Symbol] + stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_MspDeInit) refers to stm32wbxx_hal_rtc.o(.text.HAL_RTC_MspDeInit) for [Anonymous Symbol] + stm32wbxx_hal_rtc.o(.text.HAL_RTC_SetTime) refers to stm32wbxx_hal_rtc.o(.text.RTC_ByteToBcd2) for RTC_ByteToBcd2 + stm32wbxx_hal_rtc.o(.text.HAL_RTC_SetTime) refers to stm32wbxx_hal_rtc.o(.text.RTC_EnterInitMode) for RTC_EnterInitMode + stm32wbxx_hal_rtc.o(.text.HAL_RTC_SetTime) refers to stm32wbxx_hal_rtc.o(.text.RTC_ExitInitMode) for RTC_ExitInitMode + stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_SetTime) refers to stm32wbxx_hal_rtc.o(.text.HAL_RTC_SetTime) for [Anonymous Symbol] + stm32wbxx_hal_rtc.o(.ARM.exidx.text.RTC_ByteToBcd2) refers to stm32wbxx_hal_rtc.o(.text.RTC_ByteToBcd2) for [Anonymous Symbol] + stm32wbxx_hal_rtc.o(.text.HAL_RTC_GetTime) refers to stm32wbxx_hal_rtc.o(.text.RTC_Bcd2ToByte) for RTC_Bcd2ToByte + stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_GetTime) refers to stm32wbxx_hal_rtc.o(.text.HAL_RTC_GetTime) for [Anonymous Symbol] + stm32wbxx_hal_rtc.o(.ARM.exidx.text.RTC_Bcd2ToByte) refers to stm32wbxx_hal_rtc.o(.text.RTC_Bcd2ToByte) for [Anonymous Symbol] + stm32wbxx_hal_rtc.o(.text.HAL_RTC_SetDate) refers to stm32wbxx_hal_rtc.o(.text.RTC_ByteToBcd2) for RTC_ByteToBcd2 + stm32wbxx_hal_rtc.o(.text.HAL_RTC_SetDate) refers to stm32wbxx_hal_rtc.o(.text.RTC_EnterInitMode) for RTC_EnterInitMode + stm32wbxx_hal_rtc.o(.text.HAL_RTC_SetDate) refers to stm32wbxx_hal_rtc.o(.text.RTC_ExitInitMode) for RTC_ExitInitMode + stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_SetDate) refers to stm32wbxx_hal_rtc.o(.text.HAL_RTC_SetDate) for [Anonymous Symbol] + stm32wbxx_hal_rtc.o(.text.HAL_RTC_GetDate) refers to stm32wbxx_hal_rtc.o(.text.RTC_Bcd2ToByte) for RTC_Bcd2ToByte + stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_GetDate) refers to stm32wbxx_hal_rtc.o(.text.HAL_RTC_GetDate) for [Anonymous Symbol] + stm32wbxx_hal_rtc.o(.text.HAL_RTC_SetAlarm) refers to stm32wbxx_hal_rtc.o(.text.RTC_ByteToBcd2) for RTC_ByteToBcd2 + stm32wbxx_hal_rtc.o(.text.HAL_RTC_SetAlarm) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for HAL_GetTick + stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_SetAlarm) refers to stm32wbxx_hal_rtc.o(.text.HAL_RTC_SetAlarm) for [Anonymous Symbol] + stm32wbxx_hal_rtc.o(.text.HAL_RTC_SetAlarm_IT) refers to system_stm32wbxx.o(.data.SystemCoreClock) for SystemCoreClock + stm32wbxx_hal_rtc.o(.text.HAL_RTC_SetAlarm_IT) refers to stm32wbxx_hal_rtc.o(.text.RTC_ByteToBcd2) for RTC_ByteToBcd2 + stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_SetAlarm_IT) refers to stm32wbxx_hal_rtc.o(.text.HAL_RTC_SetAlarm_IT) for [Anonymous Symbol] + stm32wbxx_hal_rtc.o(.text.HAL_RTC_DeactivateAlarm) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for HAL_GetTick + stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_DeactivateAlarm) refers to stm32wbxx_hal_rtc.o(.text.HAL_RTC_DeactivateAlarm) for [Anonymous Symbol] + stm32wbxx_hal_rtc.o(.text.HAL_RTC_GetAlarm) refers to stm32wbxx_hal_rtc.o(.text.RTC_Bcd2ToByte) for RTC_Bcd2ToByte + stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_GetAlarm) refers to stm32wbxx_hal_rtc.o(.text.HAL_RTC_GetAlarm) for [Anonymous Symbol] + stm32wbxx_hal_rtc.o(.text.HAL_RTC_AlarmIRQHandler) refers to stm32wbxx_hal_rtc.o(.text.HAL_RTC_AlarmAEventCallback) for HAL_RTC_AlarmAEventCallback + stm32wbxx_hal_rtc.o(.text.HAL_RTC_AlarmIRQHandler) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_AlarmBEventCallback) for HAL_RTCEx_AlarmBEventCallback + stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_AlarmIRQHandler) refers to stm32wbxx_hal_rtc.o(.text.HAL_RTC_AlarmIRQHandler) for [Anonymous Symbol] + stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_AlarmAEventCallback) refers to stm32wbxx_hal_rtc.o(.text.HAL_RTC_AlarmAEventCallback) for [Anonymous Symbol] + stm32wbxx_hal_rtc.o(.text.HAL_RTC_PollForAlarmAEvent) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for HAL_GetTick + stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_PollForAlarmAEvent) refers to stm32wbxx_hal_rtc.o(.text.HAL_RTC_PollForAlarmAEvent) for [Anonymous Symbol] + stm32wbxx_hal_rtc.o(.text.HAL_RTC_WaitForSynchro) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for HAL_GetTick + stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_WaitForSynchro) refers to stm32wbxx_hal_rtc.o(.text.HAL_RTC_WaitForSynchro) for [Anonymous Symbol] + stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_DST_Add1Hour) refers to stm32wbxx_hal_rtc.o(.text.HAL_RTC_DST_Add1Hour) for [Anonymous Symbol] + stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_DST_Sub1Hour) refers to stm32wbxx_hal_rtc.o(.text.HAL_RTC_DST_Sub1Hour) for [Anonymous Symbol] + stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_DST_SetStoreOperation) refers to stm32wbxx_hal_rtc.o(.text.HAL_RTC_DST_SetStoreOperation) for [Anonymous Symbol] + stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_DST_ClearStoreOperation) refers to stm32wbxx_hal_rtc.o(.text.HAL_RTC_DST_ClearStoreOperation) for [Anonymous Symbol] + stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_DST_ReadStoreOperation) refers to stm32wbxx_hal_rtc.o(.text.HAL_RTC_DST_ReadStoreOperation) for [Anonymous Symbol] + stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_GetState) refers to stm32wbxx_hal_rtc.o(.text.HAL_RTC_GetState) for [Anonymous Symbol] + stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_SetTimeStamp) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_SetTimeStamp) for [Anonymous Symbol] + stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_SetTimeStamp_IT) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_SetTimeStamp_IT) for [Anonymous Symbol] + stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_DeactivateTimeStamp) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_DeactivateTimeStamp) for [Anonymous Symbol] + stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_SetInternalTimeStamp) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_SetInternalTimeStamp) for [Anonymous Symbol] + stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_DeactivateInternalTimeStamp) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_DeactivateInternalTimeStamp) for [Anonymous Symbol] + stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_GetTimeStamp) refers to stm32wbxx_hal_rtc.o(.text.RTC_Bcd2ToByte) for RTC_Bcd2ToByte + stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_GetTimeStamp) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_GetTimeStamp) for [Anonymous Symbol] + stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_SetTamper) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_SetTamper) for [Anonymous Symbol] + stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_SetTamper_IT) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_SetTamper_IT) for [Anonymous Symbol] + stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_DeactivateTamper) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_DeactivateTamper) for [Anonymous Symbol] + stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_TamperTimeStampIRQHandler) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_TimeStampEventCallback) for HAL_RTCEx_TimeStampEventCallback + stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_TamperTimeStampIRQHandler) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_Tamper1EventCallback) for HAL_RTCEx_Tamper1EventCallback + stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_TamperTimeStampIRQHandler) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_Tamper2EventCallback) for HAL_RTCEx_Tamper2EventCallback + stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_TamperTimeStampIRQHandler) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_Tamper3EventCallback) for HAL_RTCEx_Tamper3EventCallback + stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_TamperTimeStampIRQHandler) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_TamperTimeStampIRQHandler) for [Anonymous Symbol] + stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_TimeStampEventCallback) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_TimeStampEventCallback) for [Anonymous Symbol] + stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_Tamper1EventCallback) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_Tamper1EventCallback) for [Anonymous Symbol] + stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_Tamper2EventCallback) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_Tamper2EventCallback) for [Anonymous Symbol] + stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_Tamper3EventCallback) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_Tamper3EventCallback) for [Anonymous Symbol] + stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_PollForTimeStampEvent) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for HAL_GetTick + stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_PollForTimeStampEvent) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_PollForTimeStampEvent) for [Anonymous Symbol] + stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_PollForTamper1Event) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for HAL_GetTick + stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_PollForTamper1Event) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_PollForTamper1Event) for [Anonymous Symbol] + stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_PollForTamper2Event) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for HAL_GetTick + stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_PollForTamper2Event) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_PollForTamper2Event) for [Anonymous Symbol] + stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_PollForTamper3Event) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for HAL_GetTick + stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_PollForTamper3Event) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_PollForTamper3Event) for [Anonymous Symbol] + stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_SetWakeUpTimer) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for HAL_GetTick + stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_SetWakeUpTimer) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_SetWakeUpTimer) for [Anonymous Symbol] + stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_SetWakeUpTimer_IT) refers to system_stm32wbxx.o(.data.SystemCoreClock) for SystemCoreClock + stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_SetWakeUpTimer_IT) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_SetWakeUpTimer_IT) for [Anonymous Symbol] + stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_DeactivateWakeUpTimer) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for HAL_GetTick + stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_DeactivateWakeUpTimer) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_DeactivateWakeUpTimer) for [Anonymous Symbol] + stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_GetWakeUpTimer) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_GetWakeUpTimer) for [Anonymous Symbol] + stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_WakeUpTimerIRQHandler) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_WakeUpTimerEventCallback) for HAL_RTCEx_WakeUpTimerEventCallback + stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_WakeUpTimerIRQHandler) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_WakeUpTimerIRQHandler) for [Anonymous Symbol] + stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_WakeUpTimerEventCallback) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_WakeUpTimerEventCallback) for [Anonymous Symbol] + stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_PollForWakeUpTimerEvent) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for HAL_GetTick + stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_PollForWakeUpTimerEvent) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_PollForWakeUpTimerEvent) for [Anonymous Symbol] + stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_BKUPWrite) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_BKUPWrite) for [Anonymous Symbol] + stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_BKUPRead) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_BKUPRead) for [Anonymous Symbol] + stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_SetSmoothCalib) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for HAL_GetTick + stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_SetSmoothCalib) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_SetSmoothCalib) for [Anonymous Symbol] + stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_SetSynchroShift) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for HAL_GetTick + stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_SetSynchroShift) refers to stm32wbxx_hal_rtc.o(.text.HAL_RTC_WaitForSynchro) for HAL_RTC_WaitForSynchro + stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_SetSynchroShift) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_SetSynchroShift) for [Anonymous Symbol] + stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_SetCalibrationOutPut) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_SetCalibrationOutPut) for [Anonymous Symbol] + stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_DeactivateCalibrationOutPut) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_DeactivateCalibrationOutPut) for [Anonymous Symbol] + stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_SetRefClock) refers to stm32wbxx_hal_rtc.o(.text.RTC_EnterInitMode) for RTC_EnterInitMode + stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_SetRefClock) refers to stm32wbxx_hal_rtc.o(.text.RTC_ExitInitMode) for RTC_ExitInitMode + stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_SetRefClock) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_SetRefClock) for [Anonymous Symbol] + stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_DeactivateRefClock) refers to stm32wbxx_hal_rtc.o(.text.RTC_EnterInitMode) for RTC_EnterInitMode + stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_DeactivateRefClock) refers to stm32wbxx_hal_rtc.o(.text.RTC_ExitInitMode) for RTC_ExitInitMode + stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_DeactivateRefClock) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_DeactivateRefClock) for [Anonymous Symbol] + stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_EnableBypassShadow) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_EnableBypassShadow) for [Anonymous Symbol] + stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_DisableBypassShadow) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_DisableBypassShadow) for [Anonymous Symbol] + stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_AlarmBEventCallback) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_AlarmBEventCallback) for [Anonymous Symbol] + stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_PollForAlarmBEvent) refers to stm32wbxx_hal.o(.text.HAL_GetTick) for HAL_GetTick + stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_PollForAlarmBEvent) refers to stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_PollForAlarmBEvent) for [Anonymous Symbol] + system_stm32wbxx.o(.ARM.exidx.text.SystemInit) refers to system_stm32wbxx.o(.text.SystemInit) for [Anonymous Symbol] + system_stm32wbxx.o(.text.SystemCoreClockUpdate) refers to system_stm32wbxx.o(.rodata.MSIRangeTable) for MSIRangeTable + system_stm32wbxx.o(.text.SystemCoreClockUpdate) refers to system_stm32wbxx.o(.data.SystemCoreClock) for SystemCoreClock + system_stm32wbxx.o(.text.SystemCoreClockUpdate) refers to system_stm32wbxx.o(.rodata.AHBPrescTable) for AHBPrescTable + system_stm32wbxx.o(.ARM.exidx.text.SystemCoreClockUpdate) refers to system_stm32wbxx.o(.text.SystemCoreClockUpdate) for [Anonymous Symbol] + tl_mbox.o(.text.TL_Enable) refers to hw_ipcc.o(.text.HW_IPCC_Enable) for HW_IPCC_Enable + tl_mbox.o(.ARM.exidx.text.TL_Enable) refers to tl_mbox.o(.text.TL_Enable) for [Anonymous Symbol] + tl_mbox.o(.text.TL_Init) refers to tl_mbox.o(MAPPING_TABLE) for TL_RefTable + tl_mbox.o(.text.TL_Init) refers to tl_mbox.o(MB_MEM1) for TL_DeviceInfoTable + tl_mbox.o(.text.TL_Init) refers to hw_ipcc.o(.text.HW_IPCC_Init) for HW_IPCC_Init + tl_mbox.o(.ARM.exidx.text.TL_Init) refers to tl_mbox.o(.text.TL_Init) for [Anonymous Symbol] + tl_mbox.o(.text.TL_BLE_Init) refers to tl_mbox.o(MB_MEM1) for EvtQueue + tl_mbox.o(.text.TL_BLE_Init) refers to stm_list.o(.text.LST_init_head) for LST_init_head + tl_mbox.o(.text.TL_BLE_Init) refers to tl_mbox.o(MAPPING_TABLE) for TL_RefTable + tl_mbox.o(.text.TL_BLE_Init) refers to tl_mbox.o(MB_MEM2) for CsBuffer + tl_mbox.o(.text.TL_BLE_Init) refers to hw_ipcc.o(.text.HW_IPCC_BLE_Init) for HW_IPCC_BLE_Init + tl_mbox.o(.text.TL_BLE_Init) refers to tl_mbox.o(.bss.BLE_IoBusEvtCallBackFunction) for BLE_IoBusEvtCallBackFunction + tl_mbox.o(.text.TL_BLE_Init) refers to tl_mbox.o(.bss.BLE_IoBusAclDataTxAck) for BLE_IoBusAclDataTxAck + tl_mbox.o(.ARM.exidx.text.TL_BLE_Init) refers to tl_mbox.o(.text.TL_BLE_Init) for [Anonymous Symbol] + tl_mbox.o(.text.TL_BLE_SendCmd) refers to tl_mbox.o(MAPPING_TABLE) for TL_RefTable + tl_mbox.o(.text.TL_BLE_SendCmd) refers to tl_mbox.o(.text.OutputDbgTrace) for OutputDbgTrace + tl_mbox.o(.text.TL_BLE_SendCmd) refers to hw_ipcc.o(.text.HW_IPCC_BLE_SendCmd) for HW_IPCC_BLE_SendCmd + tl_mbox.o(.ARM.exidx.text.TL_BLE_SendCmd) refers to tl_mbox.o(.text.TL_BLE_SendCmd) for [Anonymous Symbol] + tl_mbox.o(.ARM.exidx.text.OutputDbgTrace) refers to tl_mbox.o(.text.OutputDbgTrace) for [Anonymous Symbol] + tl_mbox.o(.text.HW_IPCC_BLE_RxEvtNot) refers to tl_mbox.o(MB_MEM1) for EvtQueue + tl_mbox.o(.text.HW_IPCC_BLE_RxEvtNot) refers to stm_list.o(.text.LST_is_empty) for LST_is_empty + tl_mbox.o(.text.HW_IPCC_BLE_RxEvtNot) refers to stm_list.o(.text.LST_remove_head) for LST_remove_head + tl_mbox.o(.text.HW_IPCC_BLE_RxEvtNot) refers to tl_mbox.o(.text.OutputDbgTrace) for OutputDbgTrace + tl_mbox.o(.text.HW_IPCC_BLE_RxEvtNot) refers to tl_mbox.o(.bss.BLE_IoBusEvtCallBackFunction) for BLE_IoBusEvtCallBackFunction + tl_mbox.o(.ARM.exidx.text.HW_IPCC_BLE_RxEvtNot) refers to tl_mbox.o(.text.HW_IPCC_BLE_RxEvtNot) for [Anonymous Symbol] + tl_mbox.o(.text.TL_BLE_SendAclData) refers to tl_mbox.o(MAPPING_TABLE) for TL_RefTable + tl_mbox.o(.text.TL_BLE_SendAclData) refers to tl_mbox.o(.text.OutputDbgTrace) for OutputDbgTrace + tl_mbox.o(.text.TL_BLE_SendAclData) refers to hw_ipcc.o(.text.HW_IPCC_BLE_SendAclData) for HW_IPCC_BLE_SendAclData + tl_mbox.o(.ARM.exidx.text.TL_BLE_SendAclData) refers to tl_mbox.o(.text.TL_BLE_SendAclData) for [Anonymous Symbol] + tl_mbox.o(.text.HW_IPCC_BLE_AclDataAckNot) refers to tl_mbox.o(.text.OutputDbgTrace) for OutputDbgTrace + tl_mbox.o(.text.HW_IPCC_BLE_AclDataAckNot) refers to tl_mbox.o(.bss.BLE_IoBusAclDataTxAck) for BLE_IoBusAclDataTxAck + tl_mbox.o(.ARM.exidx.text.HW_IPCC_BLE_AclDataAckNot) refers to tl_mbox.o(.text.HW_IPCC_BLE_AclDataAckNot) for [Anonymous Symbol] + tl_mbox.o(.text.TL_SYS_Init) refers to tl_mbox.o(MB_MEM1) for SystemEvtQueue + tl_mbox.o(.text.TL_SYS_Init) refers to stm_list.o(.text.LST_init_head) for LST_init_head + tl_mbox.o(.text.TL_SYS_Init) refers to tl_mbox.o(MAPPING_TABLE) for TL_RefTable + tl_mbox.o(.text.TL_SYS_Init) refers to hw_ipcc.o(.text.HW_IPCC_SYS_Init) for HW_IPCC_SYS_Init + tl_mbox.o(.text.TL_SYS_Init) refers to tl_mbox.o(.bss.SYS_CMD_IoBusCallBackFunction) for SYS_CMD_IoBusCallBackFunction + tl_mbox.o(.text.TL_SYS_Init) refers to tl_mbox.o(.bss.SYS_EVT_IoBusCallBackFunction) for SYS_EVT_IoBusCallBackFunction + tl_mbox.o(.ARM.exidx.text.TL_SYS_Init) refers to tl_mbox.o(.text.TL_SYS_Init) for [Anonymous Symbol] + tl_mbox.o(.text.TL_SYS_SendCmd) refers to tl_mbox.o(MAPPING_TABLE) for TL_RefTable + tl_mbox.o(.text.TL_SYS_SendCmd) refers to tl_mbox.o(.text.OutputDbgTrace) for OutputDbgTrace + tl_mbox.o(.text.TL_SYS_SendCmd) refers to hw_ipcc.o(.text.HW_IPCC_SYS_SendCmd) for HW_IPCC_SYS_SendCmd + tl_mbox.o(.ARM.exidx.text.TL_SYS_SendCmd) refers to tl_mbox.o(.text.TL_SYS_SendCmd) for [Anonymous Symbol] + tl_mbox.o(.text.HW_IPCC_SYS_CmdEvtNot) refers to tl_mbox.o(MAPPING_TABLE) for TL_RefTable + tl_mbox.o(.text.HW_IPCC_SYS_CmdEvtNot) refers to tl_mbox.o(.text.OutputDbgTrace) for OutputDbgTrace + tl_mbox.o(.text.HW_IPCC_SYS_CmdEvtNot) refers to tl_mbox.o(.bss.SYS_CMD_IoBusCallBackFunction) for SYS_CMD_IoBusCallBackFunction + tl_mbox.o(.ARM.exidx.text.HW_IPCC_SYS_CmdEvtNot) refers to tl_mbox.o(.text.HW_IPCC_SYS_CmdEvtNot) for [Anonymous Symbol] + tl_mbox.o(.text.HW_IPCC_SYS_EvtNot) refers to tl_mbox.o(MB_MEM1) for SystemEvtQueue + tl_mbox.o(.text.HW_IPCC_SYS_EvtNot) refers to stm_list.o(.text.LST_is_empty) for LST_is_empty + tl_mbox.o(.text.HW_IPCC_SYS_EvtNot) refers to stm_list.o(.text.LST_remove_head) for LST_remove_head + tl_mbox.o(.text.HW_IPCC_SYS_EvtNot) refers to tl_mbox.o(.text.OutputDbgTrace) for OutputDbgTrace + tl_mbox.o(.text.HW_IPCC_SYS_EvtNot) refers to tl_mbox.o(.bss.SYS_EVT_IoBusCallBackFunction) for SYS_EVT_IoBusCallBackFunction + tl_mbox.o(.ARM.exidx.text.HW_IPCC_SYS_EvtNot) refers to tl_mbox.o(.text.HW_IPCC_SYS_EvtNot) for [Anonymous Symbol] + tl_mbox.o(.text.TL_ZIGBEE_Init) refers to tl_mbox.o(MAPPING_TABLE) for TL_RefTable + tl_mbox.o(.text.TL_ZIGBEE_Init) refers to hw_ipcc.o(.text.HW_IPCC_ZIGBEE_Init) for HW_IPCC_ZIGBEE_Init + tl_mbox.o(.ARM.exidx.text.TL_ZIGBEE_Init) refers to tl_mbox.o(.text.TL_ZIGBEE_Init) for [Anonymous Symbol] + tl_mbox.o(.text.TL_ZIGBEE_SendM4RequestToM0) refers to tl_mbox.o(MAPPING_TABLE) for TL_RefTable + tl_mbox.o(.text.TL_ZIGBEE_SendM4RequestToM0) refers to hw_ipcc.o(.text.HW_IPCC_ZIGBEE_SendM4RequestToM0) for HW_IPCC_ZIGBEE_SendM4RequestToM0 + tl_mbox.o(.ARM.exidx.text.TL_ZIGBEE_SendM4RequestToM0) refers to tl_mbox.o(.text.TL_ZIGBEE_SendM4RequestToM0) for [Anonymous Symbol] + tl_mbox.o(.text.HW_IPCC_ZIGBEE_RecvAppliAckFromM0) refers to tl_mbox.o(MAPPING_TABLE) for TL_RefTable + tl_mbox.o(.text.HW_IPCC_ZIGBEE_RecvAppliAckFromM0) refers to app_zigbee.o(.text.TL_ZIGBEE_CmdEvtReceived) for TL_ZIGBEE_CmdEvtReceived + tl_mbox.o(.ARM.exidx.text.HW_IPCC_ZIGBEE_RecvAppliAckFromM0) refers to tl_mbox.o(.text.HW_IPCC_ZIGBEE_RecvAppliAckFromM0) for [Anonymous Symbol] + tl_mbox.o(.ARM.exidx.text.TL_ZIGBEE_CmdEvtReceived) refers to tl_mbox.o(.text.TL_ZIGBEE_CmdEvtReceived) for [Anonymous Symbol] + tl_mbox.o(.text.HW_IPCC_ZIGBEE_RecvM0NotifyToM4) refers to tl_mbox.o(MAPPING_TABLE) for TL_RefTable + tl_mbox.o(.text.HW_IPCC_ZIGBEE_RecvM0NotifyToM4) refers to app_zigbee.o(.text.TL_ZIGBEE_NotReceived) for TL_ZIGBEE_NotReceived + tl_mbox.o(.ARM.exidx.text.HW_IPCC_ZIGBEE_RecvM0NotifyToM4) refers to tl_mbox.o(.text.HW_IPCC_ZIGBEE_RecvM0NotifyToM4) for [Anonymous Symbol] + tl_mbox.o(.ARM.exidx.text.TL_ZIGBEE_NotReceived) refers to tl_mbox.o(.text.TL_ZIGBEE_NotReceived) for [Anonymous Symbol] + tl_mbox.o(.text.TL_ZIGBEE_SendM4AckToM0Notify) refers to tl_mbox.o(MAPPING_TABLE) for TL_RefTable + tl_mbox.o(.text.TL_ZIGBEE_SendM4AckToM0Notify) refers to hw_ipcc.o(.text.HW_IPCC_ZIGBEE_SendM4AckToM0Notify) for HW_IPCC_ZIGBEE_SendM4AckToM0Notify + tl_mbox.o(.ARM.exidx.text.TL_ZIGBEE_SendM4AckToM0Notify) refers to tl_mbox.o(.text.TL_ZIGBEE_SendM4AckToM0Notify) for [Anonymous Symbol] + tl_mbox.o(.text.HW_IPCC_ZIGBEE_RecvM0RequestToM4) refers to tl_mbox.o(MAPPING_TABLE) for TL_RefTable + tl_mbox.o(.text.HW_IPCC_ZIGBEE_RecvM0RequestToM4) refers to app_zigbee.o(.text.TL_ZIGBEE_M0RequestReceived) for TL_ZIGBEE_M0RequestReceived + tl_mbox.o(.ARM.exidx.text.HW_IPCC_ZIGBEE_RecvM0RequestToM4) refers to tl_mbox.o(.text.HW_IPCC_ZIGBEE_RecvM0RequestToM4) for [Anonymous Symbol] + tl_mbox.o(.text.TL_ZIGBEE_SendM4AckToM0Request) refers to tl_mbox.o(MAPPING_TABLE) for TL_RefTable + tl_mbox.o(.text.TL_ZIGBEE_SendM4AckToM0Request) refers to hw_ipcc.o(.text.HW_IPCC_ZIGBEE_SendM4AckToM0Request) for HW_IPCC_ZIGBEE_SendM4AckToM0Request + tl_mbox.o(.ARM.exidx.text.TL_ZIGBEE_SendM4AckToM0Request) refers to tl_mbox.o(.text.TL_ZIGBEE_SendM4AckToM0Request) for [Anonymous Symbol] + tl_mbox.o(.text.TL_MM_Init) refers to tl_mbox.o(MB_MEM1) for FreeBufQueue + tl_mbox.o(.text.TL_MM_Init) refers to stm_list.o(.text.LST_init_head) for LST_init_head + tl_mbox.o(.text.TL_MM_Init) refers to tl_mbox.o(.bss.LocalFreeBufQueue) for LocalFreeBufQueue + tl_mbox.o(.text.TL_MM_Init) refers to tl_mbox.o(MAPPING_TABLE) for TL_RefTable + tl_mbox.o(.text.TL_MM_Init) refers to tl_mbox.o(.bss.TL_MM_Init.p_mem_manager_table) for TL_MM_Init.p_mem_manager_table + tl_mbox.o(.ARM.exidx.text.TL_MM_Init) refers to tl_mbox.o(.text.TL_MM_Init) for [Anonymous Symbol] + tl_mbox.o(.text.TL_MM_EvtDone) refers to tl_mbox.o(.bss.LocalFreeBufQueue) for LocalFreeBufQueue + tl_mbox.o(.text.TL_MM_EvtDone) refers to stm_list.o(.text.LST_insert_tail) for LST_insert_tail + tl_mbox.o(.text.TL_MM_EvtDone) refers to tl_mbox.o(.text.OutputDbgTrace) for OutputDbgTrace + tl_mbox.o(.text.TL_MM_EvtDone) refers to tl_mbox.o(.text.SendFreeBuf) for SendFreeBuf + tl_mbox.o(.text.TL_MM_EvtDone) refers to hw_ipcc.o(.text.HW_IPCC_MM_SendFreeBuf) for HW_IPCC_MM_SendFreeBuf + tl_mbox.o(.ARM.exidx.text.TL_MM_EvtDone) refers to tl_mbox.o(.text.TL_MM_EvtDone) for [Anonymous Symbol] + tl_mbox.o(.text.SendFreeBuf) refers to tl_mbox.o(.bss.LocalFreeBufQueue) for LocalFreeBufQueue + tl_mbox.o(.text.SendFreeBuf) refers to stm_list.o(.text.LST_is_empty) for LST_is_empty + tl_mbox.o(.text.SendFreeBuf) refers to stm_list.o(.text.LST_remove_head) for LST_remove_head + tl_mbox.o(.text.SendFreeBuf) refers to tl_mbox.o(MAPPING_TABLE) for TL_RefTable + tl_mbox.o(.text.SendFreeBuf) refers to stm_list.o(.text.LST_insert_tail) for LST_insert_tail + tl_mbox.o(.ARM.exidx.text.SendFreeBuf) refers to tl_mbox.o(.text.SendFreeBuf) for [Anonymous Symbol] + tl_mbox.o(.text.TL_TRACES_Init) refers to tl_mbox.o(MB_MEM1) for TracesEvtQueue + tl_mbox.o(.text.TL_TRACES_Init) refers to stm_list.o(.text.LST_init_head) for LST_init_head + tl_mbox.o(.text.TL_TRACES_Init) refers to tl_mbox.o(MAPPING_TABLE) for TL_RefTable + tl_mbox.o(.text.TL_TRACES_Init) refers to hw_ipcc.o(.text.HW_IPCC_TRACES_Init) for HW_IPCC_TRACES_Init + tl_mbox.o(.ARM.exidx.text.TL_TRACES_Init) refers to tl_mbox.o(.text.TL_TRACES_Init) for [Anonymous Symbol] + tl_mbox.o(.text.HW_IPCC_TRACES_EvtNot) refers to tl_mbox.o(MB_MEM1) for TracesEvtQueue + tl_mbox.o(.text.HW_IPCC_TRACES_EvtNot) refers to stm_list.o(.text.LST_is_empty) for LST_is_empty + tl_mbox.o(.text.HW_IPCC_TRACES_EvtNot) refers to stm_list.o(.text.LST_remove_head) for LST_remove_head + tl_mbox.o(.text.HW_IPCC_TRACES_EvtNot) refers to app_entry.o(.text.TL_TRACES_EvtReceived) for TL_TRACES_EvtReceived + tl_mbox.o(.ARM.exidx.text.HW_IPCC_TRACES_EvtNot) refers to tl_mbox.o(.text.HW_IPCC_TRACES_EvtNot) for [Anonymous Symbol] + tl_mbox.o(.ARM.exidx.text.TL_TRACES_EvtReceived) refers to tl_mbox.o(.text.TL_TRACES_EvtReceived) for [Anonymous Symbol] + shci.o(.text.SHCI_C2_FUS_GetState) refers to shci_tl.o(.text.shci_send) for shci_send + shci.o(.ARM.exidx.text.SHCI_C2_FUS_GetState) refers to shci.o(.text.SHCI_C2_FUS_GetState) for [Anonymous Symbol] + shci.o(.text.SHCI_C2_FUS_FwUpgrade) refers to shci_tl.o(.text.shci_send) for shci_send + shci.o(.ARM.exidx.text.SHCI_C2_FUS_FwUpgrade) refers to shci.o(.text.SHCI_C2_FUS_FwUpgrade) for [Anonymous Symbol] + shci.o(.text.SHCI_C2_FUS_FwDelete) refers to shci_tl.o(.text.shci_send) for shci_send + shci.o(.ARM.exidx.text.SHCI_C2_FUS_FwDelete) refers to shci.o(.text.SHCI_C2_FUS_FwDelete) for [Anonymous Symbol] + shci.o(.text.SHCI_C2_FUS_UpdateAuthKey) refers to shci_tl.o(.text.shci_send) for shci_send + shci.o(.ARM.exidx.text.SHCI_C2_FUS_UpdateAuthKey) refers to shci.o(.text.SHCI_C2_FUS_UpdateAuthKey) for [Anonymous Symbol] + shci.o(.text.SHCI_C2_FUS_LockAuthKey) refers to shci_tl.o(.text.shci_send) for shci_send + shci.o(.ARM.exidx.text.SHCI_C2_FUS_LockAuthKey) refers to shci.o(.text.SHCI_C2_FUS_LockAuthKey) for [Anonymous Symbol] + shci.o(.text.SHCI_C2_FUS_StoreUsrKey) refers to shci_tl.o(.text.shci_send) for shci_send + shci.o(.ARM.exidx.text.SHCI_C2_FUS_StoreUsrKey) refers to shci.o(.text.SHCI_C2_FUS_StoreUsrKey) for [Anonymous Symbol] + shci.o(.text.SHCI_C2_FUS_LoadUsrKey) refers to shci_tl.o(.text.shci_send) for shci_send + shci.o(.ARM.exidx.text.SHCI_C2_FUS_LoadUsrKey) refers to shci.o(.text.SHCI_C2_FUS_LoadUsrKey) for [Anonymous Symbol] + shci.o(.text.SHCI_C2_FUS_StartWs) refers to shci_tl.o(.text.shci_send) for shci_send + shci.o(.ARM.exidx.text.SHCI_C2_FUS_StartWs) refers to shci.o(.text.SHCI_C2_FUS_StartWs) for [Anonymous Symbol] + shci.o(.text.SHCI_C2_FUS_LockUsrKey) refers to shci_tl.o(.text.shci_send) for shci_send + shci.o(.ARM.exidx.text.SHCI_C2_FUS_LockUsrKey) refers to shci.o(.text.SHCI_C2_FUS_LockUsrKey) for [Anonymous Symbol] + shci.o(.text.SHCI_C2_FUS_UnloadUsrKey) refers to shci_tl.o(.text.shci_send) for shci_send + shci.o(.ARM.exidx.text.SHCI_C2_FUS_UnloadUsrKey) refers to shci.o(.text.SHCI_C2_FUS_UnloadUsrKey) for [Anonymous Symbol] + shci.o(.text.SHCI_C2_FUS_ActivateAntiRollback) refers to shci_tl.o(.text.shci_send) for shci_send + shci.o(.ARM.exidx.text.SHCI_C2_FUS_ActivateAntiRollback) refers to shci.o(.text.SHCI_C2_FUS_ActivateAntiRollback) for [Anonymous Symbol] + shci.o(.text.SHCI_C2_BLE_Init) refers to shci_tl.o(.text.shci_send) for shci_send + shci.o(.ARM.exidx.text.SHCI_C2_BLE_Init) refers to shci.o(.text.SHCI_C2_BLE_Init) for [Anonymous Symbol] + shci.o(.text.SHCI_C2_THREAD_Init) refers to shci_tl.o(.text.shci_send) for shci_send + shci.o(.ARM.exidx.text.SHCI_C2_THREAD_Init) refers to shci.o(.text.SHCI_C2_THREAD_Init) for [Anonymous Symbol] + shci.o(.text.SHCI_C2_LLDTESTS_Init) refers to shci_tl.o(.text.shci_send) for shci_send + shci.o(.ARM.exidx.text.SHCI_C2_LLDTESTS_Init) refers to shci.o(.text.SHCI_C2_LLDTESTS_Init) for [Anonymous Symbol] + shci.o(.text.SHCI_C2_BLE_LLD_Init) refers to shci_tl.o(.text.shci_send) for shci_send + shci.o(.ARM.exidx.text.SHCI_C2_BLE_LLD_Init) refers to shci.o(.text.SHCI_C2_BLE_LLD_Init) for [Anonymous Symbol] + shci.o(.text.SHCI_C2_ZIGBEE_Init) refers to shci_tl.o(.text.shci_send) for shci_send + shci.o(.ARM.exidx.text.SHCI_C2_ZIGBEE_Init) refers to shci.o(.text.SHCI_C2_ZIGBEE_Init) for [Anonymous Symbol] + shci.o(.text.SHCI_C2_DEBUG_Init) refers to shci_tl.o(.text.shci_send) for shci_send + shci.o(.ARM.exidx.text.SHCI_C2_DEBUG_Init) refers to shci.o(.text.SHCI_C2_DEBUG_Init) for [Anonymous Symbol] + shci.o(.text.SHCI_C2_FLASH_EraseActivity) refers to shci_tl.o(.text.shci_send) for shci_send + shci.o(.ARM.exidx.text.SHCI_C2_FLASH_EraseActivity) refers to shci.o(.text.SHCI_C2_FLASH_EraseActivity) for [Anonymous Symbol] + shci.o(.text.SHCI_C2_CONCURRENT_SetMode) refers to shci_tl.o(.text.shci_send) for shci_send + shci.o(.ARM.exidx.text.SHCI_C2_CONCURRENT_SetMode) refers to shci.o(.text.SHCI_C2_CONCURRENT_SetMode) for [Anonymous Symbol] + shci.o(.text.SHCI_C2_CONCURRENT_GetNextBleEvtTime) refers to shci_tl.o(.text.shci_send) for shci_send + shci.o(.ARM.exidx.text.SHCI_C2_CONCURRENT_GetNextBleEvtTime) refers to shci.o(.text.SHCI_C2_CONCURRENT_GetNextBleEvtTime) for [Anonymous Symbol] + shci.o(.text.SHCI_C2_CONCURRENT_EnableNext_802154_EvtNotification) refers to shci_tl.o(.text.shci_send) for shci_send + shci.o(.ARM.exidx.text.SHCI_C2_CONCURRENT_EnableNext_802154_EvtNotification) refers to shci.o(.text.SHCI_C2_CONCURRENT_EnableNext_802154_EvtNotification) for [Anonymous Symbol] + shci.o(.text.SHCI_C2_FLASH_StoreData) refers to shci_tl.o(.text.shci_send) for shci_send + shci.o(.ARM.exidx.text.SHCI_C2_FLASH_StoreData) refers to shci.o(.text.SHCI_C2_FLASH_StoreData) for [Anonymous Symbol] + shci.o(.text.SHCI_C2_FLASH_EraseData) refers to shci_tl.o(.text.shci_send) for shci_send + shci.o(.ARM.exidx.text.SHCI_C2_FLASH_EraseData) refers to shci.o(.text.SHCI_C2_FLASH_EraseData) for [Anonymous Symbol] + shci.o(.text.SHCI_C2_RADIO_AllowLowPower) refers to shci_tl.o(.text.shci_send) for shci_send + shci.o(.ARM.exidx.text.SHCI_C2_RADIO_AllowLowPower) refers to shci.o(.text.SHCI_C2_RADIO_AllowLowPower) for [Anonymous Symbol] + shci.o(.text.SHCI_C2_MAC_802_15_4_Init) refers to shci_tl.o(.text.shci_send) for shci_send + shci.o(.ARM.exidx.text.SHCI_C2_MAC_802_15_4_Init) refers to shci.o(.text.SHCI_C2_MAC_802_15_4_Init) for [Anonymous Symbol] + shci.o(.text.SHCI_C2_Reinit) refers to shci_tl.o(.text.shci_send) for shci_send + shci.o(.ARM.exidx.text.SHCI_C2_Reinit) refers to shci.o(.text.SHCI_C2_Reinit) for [Anonymous Symbol] + shci.o(.text.SHCI_C2_ExtpaConfig) refers to shci_tl.o(.text.shci_send) for shci_send + shci.o(.ARM.exidx.text.SHCI_C2_ExtpaConfig) refers to shci.o(.text.SHCI_C2_ExtpaConfig) for [Anonymous Symbol] + shci.o(.text.SHCI_C2_SetFlashActivityControl) refers to shci_tl.o(.text.shci_send) for shci_send + shci.o(.ARM.exidx.text.SHCI_C2_SetFlashActivityControl) refers to shci.o(.text.SHCI_C2_SetFlashActivityControl) for [Anonymous Symbol] + shci.o(.text.SHCI_C2_Config) refers to shci_tl.o(.text.shci_send) for shci_send + shci.o(.ARM.exidx.text.SHCI_C2_Config) refers to shci.o(.text.SHCI_C2_Config) for [Anonymous Symbol] + shci.o(.text.SHCI_C2_802_15_4_DeInit) refers to shci_tl.o(.text.shci_send) for shci_send + shci.o(.ARM.exidx.text.SHCI_C2_802_15_4_DeInit) refers to shci.o(.text.SHCI_C2_802_15_4_DeInit) for [Anonymous Symbol] + shci.o(.text.SHCI_C2_SetSystemClock) refers to shci_tl.o(.text.shci_send) for shci_send + shci.o(.ARM.exidx.text.SHCI_C2_SetSystemClock) refers to shci.o(.text.SHCI_C2_SetSystemClock) for [Anonymous Symbol] + shci.o(.ARM.exidx.text.SHCI_GetWirelessFwInfo) refers to shci.o(.text.SHCI_GetWirelessFwInfo) for [Anonymous Symbol] + dbg_trace.o(.text.DbgTraceGetFileName) refers to strrchr.o(.text) for strrchr + dbg_trace.o(.ARM.exidx.text.DbgTraceGetFileName) refers to dbg_trace.o(.text.DbgTraceGetFileName) for [Anonymous Symbol] + dbg_trace.o(.text.DbgTraceBuffer) refers to printfa.o(i.__0vprintf) for vprintf + dbg_trace.o(.text.DbgTraceBuffer) refers to dbg_trace.o(.rodata.str1.1) for .L.str + dbg_trace.o(.text.DbgTraceBuffer) refers to printfa.o(i.__0printf) for printf + dbg_trace.o(.ARM.exidx.text.DbgTraceBuffer) refers to dbg_trace.o(.text.DbgTraceBuffer) for [Anonymous Symbol] + dbg_trace.o(.text.DbgTraceInit) refers to app_entry.o(.text.DbgOutputInit) for DbgOutputInit + dbg_trace.o(.text.DbgTraceInit) refers to dbg_trace.o(.bss.MsgDbgTraceQueue) for MsgDbgTraceQueue + dbg_trace.o(.text.DbgTraceInit) refers to dbg_trace.o(.bss.MsgDbgTraceQueueBuff) for MsgDbgTraceQueueBuff + dbg_trace.o(.text.DbgTraceInit) refers to stm_queue.o(.text.CircularQueue_Init) for CircularQueue_Init + dbg_trace.o(.ARM.exidx.text.DbgTraceInit) refers to dbg_trace.o(.text.DbgTraceInit) for [Anonymous Symbol] + dbg_trace.o(.text._write) refers to dbg_trace.o(.text.DbgTraceWrite) for DbgTraceWrite + dbg_trace.o(.ARM.exidx.text._write) refers to dbg_trace.o(.text._write) for [Anonymous Symbol] + dbg_trace.o(.text.DbgTraceWrite) refers to dbg_trace.o(.bss.MsgDbgTraceQueue) for MsgDbgTraceQueue + dbg_trace.o(.text.DbgTraceWrite) refers to stm_queue.o(.text.CircularQueue_Add) for CircularQueue_Add + dbg_trace.o(.text.DbgTraceWrite) refers to dbg_trace.o(.data.DbgTracePeripheralReady) for DbgTracePeripheralReady + dbg_trace.o(.text.DbgTraceWrite) refers to dbg_trace.o(.text.DbgTrace_TxCpltCallback) for DbgTrace_TxCpltCallback + dbg_trace.o(.text.DbgTraceWrite) refers to app_entry.o(.text.DbgOutputTraces) for DbgOutputTraces + dbg_trace.o(.ARM.exidx.text.DbgTraceWrite) refers to dbg_trace.o(.text.DbgTraceWrite) for [Anonymous Symbol] + dbg_trace.o(.text.DbgTrace_TxCpltCallback) refers to dbg_trace.o(.bss.MsgDbgTraceQueue) for MsgDbgTraceQueue + dbg_trace.o(.text.DbgTrace_TxCpltCallback) refers to stm_queue.o(.text.CircularQueue_Remove) for CircularQueue_Remove + dbg_trace.o(.text.DbgTrace_TxCpltCallback) refers to stm_queue.o(.text.CircularQueue_Sense) for CircularQueue_Sense + dbg_trace.o(.text.DbgTrace_TxCpltCallback) refers to app_entry.o(.text.DbgOutputTraces) for DbgOutputTraces + dbg_trace.o(.text.DbgTrace_TxCpltCallback) refers to dbg_trace.o(.data.DbgTracePeripheralReady) for DbgTracePeripheralReady + dbg_trace.o(.ARM.exidx.text.DbgTrace_TxCpltCallback) refers to dbg_trace.o(.text.DbgTrace_TxCpltCallback) for [Anonymous Symbol] + dbg_trace.o(.text.__aeabi_assert) refers to dbg_trace.o(.rodata.str1.1) for .L.str.1 + dbg_trace.o(.text.__aeabi_assert) refers to stderr.o(.data) for __stderr + dbg_trace.o(.text.__aeabi_assert) refers to fputs.o(i.fputs) for fputs + dbg_trace.o(.ARM.exidx.text.__aeabi_assert) refers to dbg_trace.o(.text.__aeabi_assert) for [Anonymous Symbol] + dbg_trace.o(.text.fputc) refers to dbg_trace.o(.text.DbgTraceWrite) for DbgTraceWrite + dbg_trace.o(.ARM.exidx.text.fputc) refers to dbg_trace.o(.text.fputc) for [Anonymous Symbol] + otp.o(.ARM.exidx.text.OTP_Read) refers to otp.o(.text.OTP_Read) for [Anonymous Symbol] + stm_list.o(.ARM.exidx.text.LST_init_head) refers to stm_list.o(.text.LST_init_head) for [Anonymous Symbol] + stm_list.o(.ARM.exidx.text.LST_is_empty) refers to stm_list.o(.text.LST_is_empty) for [Anonymous Symbol] + stm_list.o(.ARM.exidx.text.LST_insert_head) refers to stm_list.o(.text.LST_insert_head) for [Anonymous Symbol] + stm_list.o(.ARM.exidx.text.LST_insert_tail) refers to stm_list.o(.text.LST_insert_tail) for [Anonymous Symbol] + stm_list.o(.ARM.exidx.text.LST_remove_node) refers to stm_list.o(.text.LST_remove_node) for [Anonymous Symbol] + stm_list.o(.text.LST_remove_head) refers to stm_list.o(.text.LST_remove_node) for LST_remove_node + stm_list.o(.ARM.exidx.text.LST_remove_head) refers to stm_list.o(.text.LST_remove_head) for [Anonymous Symbol] + stm_list.o(.text.LST_remove_tail) refers to stm_list.o(.text.LST_remove_node) for LST_remove_node + stm_list.o(.ARM.exidx.text.LST_remove_tail) refers to stm_list.o(.text.LST_remove_tail) for [Anonymous Symbol] + stm_list.o(.ARM.exidx.text.LST_insert_node_after) refers to stm_list.o(.text.LST_insert_node_after) for [Anonymous Symbol] + stm_list.o(.ARM.exidx.text.LST_insert_node_before) refers to stm_list.o(.text.LST_insert_node_before) for [Anonymous Symbol] + stm_list.o(.ARM.exidx.text.LST_get_size) refers to stm_list.o(.text.LST_get_size) for [Anonymous Symbol] + stm_list.o(.ARM.exidx.text.LST_get_next_node) refers to stm_list.o(.text.LST_get_next_node) for [Anonymous Symbol] + stm_list.o(.ARM.exidx.text.LST_get_prev_node) refers to stm_list.o(.text.LST_get_prev_node) for [Anonymous Symbol] + stm_queue.o(.ARM.exidx.text.CircularQueue_Init) refers to stm_queue.o(.text.CircularQueue_Init) for [Anonymous Symbol] + stm_queue.o(.text.CircularQueue_Add) refers to memcpya.o(.text) for __aeabi_memcpy + stm_queue.o(.ARM.exidx.text.CircularQueue_Add) refers to stm_queue.o(.text.CircularQueue_Add) for [Anonymous Symbol] + stm_queue.o(.ARM.exidx.text.CircularQueue_Remove_Copy) refers to stm_queue.o(.text.CircularQueue_Remove_Copy) for [Anonymous Symbol] + stm_queue.o(.ARM.exidx.text.CircularQueue_Remove) refers to stm_queue.o(.text.CircularQueue_Remove) for [Anonymous Symbol] + stm_queue.o(.ARM.exidx.text.CircularQueue_Sense_Copy) refers to stm_queue.o(.text.CircularQueue_Sense_Copy) for [Anonymous Symbol] + stm_queue.o(.ARM.exidx.text.CircularQueue_Sense) refers to stm_queue.o(.text.CircularQueue_Sense) for [Anonymous Symbol] + stm_queue.o(.ARM.exidx.text.CircularQueue_Empty) refers to stm_queue.o(.text.CircularQueue_Empty) for [Anonymous Symbol] + stm_queue.o(.ARM.exidx.text.CircularQueue_NbElement) refers to stm_queue.o(.text.CircularQueue_NbElement) for [Anonymous Symbol] + tl_zigbee_hci.o(.ARM.exidx.text.Pre_ZigbeeCmdProcessing) refers to tl_zigbee_hci.o(.text.Pre_ZigbeeCmdProcessing) for [Anonymous Symbol] + tl_zigbee_hci.o(.ARM.exidx.text.Post_ZigbeeCmdProcessing) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for [Anonymous Symbol] + tl_zigbee_hci.o(.ARM.exidx.text.ZIGBEE_CmdTransfer) refers to tl_zigbee_hci.o(.text.ZIGBEE_CmdTransfer) for [Anonymous Symbol] + tl_zigbee_hci.o(.ARM.exidx.text.ZIGBEE_Get_OTCmdPayloadBuffer) refers to tl_zigbee_hci.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for [Anonymous Symbol] + tl_zigbee_hci.o(.ARM.exidx.text.ZIGBEE_Get_OTCmdRspPayloadBuffer) refers to tl_zigbee_hci.o(.text.ZIGBEE_Get_OTCmdRspPayloadBuffer) for [Anonymous Symbol] + tl_zigbee_hci.o(.ARM.exidx.text.ZIGBEE_Get_NotificationPayloadBuffer) refers to tl_zigbee_hci.o(.text.ZIGBEE_Get_NotificationPayloadBuffer) for [Anonymous Symbol] + tl_zigbee_hci.o(.ARM.exidx.text.ZIGBEE_Get_M0RequestPayloadBuffer) refers to tl_zigbee_hci.o(.text.ZIGBEE_Get_M0RequestPayloadBuffer) for [Anonymous Symbol] + shci_tl.o(.text.shci_init) refers to shci_tl.o(.bss.StatusNotCallBackFunction) for StatusNotCallBackFunction + shci_tl.o(.text.shci_init) refers to shci_tl.o(.bss.shciContext) for shciContext + shci_tl.o(.text.shci_init) refers to shci_tl_if.o(.text.shci_register_io_bus) for shci_register_io_bus + shci_tl.o(.text.shci_init) refers to shci_tl.o(.text.TlInit) for TlInit + shci_tl.o(.ARM.exidx.text.shci_init) refers to shci_tl.o(.text.shci_init) for [Anonymous Symbol] + shci_tl.o(.text.TlInit) refers to shci_tl.o(SYSTEM_DRIVER_CONTEXT) for pCmdBuffer + shci_tl.o(.text.TlInit) refers to stm_list.o(.text.LST_init_head) for LST_init_head + shci_tl.o(.text.TlInit) refers to shci_tl.o(.text.Cmd_SetStatus) for Cmd_SetStatus + shci_tl.o(.text.TlInit) refers to shci_tl.o(.bss.shciContext) for shciContext + shci_tl.o(.text.TlInit) refers to shci_tl.o(.text.TlCmdEvtReceived) for TlCmdEvtReceived + shci_tl.o(.text.TlInit) refers to shci_tl.o(.text.TlUserEvtReceived) for TlUserEvtReceived + shci_tl.o(.ARM.exidx.text.TlInit) refers to shci_tl.o(.text.TlInit) for [Anonymous Symbol] + shci_tl.o(.text.shci_user_evt_proc) refers to shci_tl.o(SYSTEM_DRIVER_CONTEXT) for SHciAsynchEventQueue + shci_tl.o(.text.shci_user_evt_proc) refers to stm_list.o(.text.LST_is_empty) for LST_is_empty + shci_tl.o(.text.shci_user_evt_proc) refers to stm_list.o(.text.LST_remove_head) for LST_remove_head + shci_tl.o(.text.shci_user_evt_proc) refers to shci_tl.o(.bss.shciContext) for shciContext + shci_tl.o(.text.shci_user_evt_proc) refers to tl_mbox.o(.text.TL_MM_EvtDone) for TL_MM_EvtDone + shci_tl.o(.text.shci_user_evt_proc) refers to stm_list.o(.text.LST_insert_head) for LST_insert_head + shci_tl.o(.text.shci_user_evt_proc) refers to app_entry.o(.text.shci_notify_asynch_evt) for shci_notify_asynch_evt + shci_tl.o(.ARM.exidx.text.shci_user_evt_proc) refers to shci_tl.o(.text.shci_user_evt_proc) for [Anonymous Symbol] + shci_tl.o(.text.shci_resume_flow) refers to shci_tl.o(SYSTEM_DRIVER_CONTEXT) for SHCI_TL_UserEventFlow + shci_tl.o(.text.shci_resume_flow) refers to app_entry.o(.text.shci_notify_asynch_evt) for shci_notify_asynch_evt + shci_tl.o(.ARM.exidx.text.shci_resume_flow) refers to shci_tl.o(.text.shci_resume_flow) for [Anonymous Symbol] + shci_tl.o(.text.shci_send) refers to shci_tl.o(.text.Cmd_SetStatus) for Cmd_SetStatus + shci_tl.o(.text.shci_send) refers to shci_tl.o(SYSTEM_DRIVER_CONTEXT) for pCmdBuffer + shci_tl.o(.text.shci_send) refers to memcpya.o(.text) for __aeabi_memcpy + shci_tl.o(.text.shci_send) refers to shci_tl.o(.bss.CmdRspStatusFlag) for CmdRspStatusFlag + shci_tl.o(.text.shci_send) refers to shci_tl.o(.bss.shciContext) for shciContext + shci_tl.o(.text.shci_send) refers to app_entry.o(.text.shci_cmd_resp_wait) for shci_cmd_resp_wait + shci_tl.o(.ARM.exidx.text.shci_send) refers to shci_tl.o(.text.shci_send) for [Anonymous Symbol] + shci_tl.o(.text.Cmd_SetStatus) refers to shci_tl.o(.bss.StatusNotCallBackFunction) for StatusNotCallBackFunction + shci_tl.o(.text.Cmd_SetStatus) refers to shci_tl.o(SYSTEM_DRIVER_CONTEXT) for SHCICmdStatus + shci_tl.o(.ARM.exidx.text.Cmd_SetStatus) refers to shci_tl.o(.text.Cmd_SetStatus) for [Anonymous Symbol] + shci_tl.o(.text.shci_cmd_resp_wait) refers to shci_tl.o(.bss.CmdRspStatusFlag) for CmdRspStatusFlag + shci_tl.o(.ARM.exidx.text.shci_cmd_resp_wait) refers to shci_tl.o(.text.shci_cmd_resp_wait) for [Anonymous Symbol] + shci_tl.o(.text.shci_cmd_resp_release) refers to shci_tl.o(.bss.CmdRspStatusFlag) for CmdRspStatusFlag + shci_tl.o(.ARM.exidx.text.shci_cmd_resp_release) refers to shci_tl.o(.text.shci_cmd_resp_release) for [Anonymous Symbol] + shci_tl.o(.text.TlCmdEvtReceived) refers to app_entry.o(.text.shci_cmd_resp_release) for shci_cmd_resp_release + shci_tl.o(.ARM.exidx.text.TlCmdEvtReceived) refers to shci_tl.o(.text.TlCmdEvtReceived) for [Anonymous Symbol] + shci_tl.o(.text.TlUserEvtReceived) refers to shci_tl.o(SYSTEM_DRIVER_CONTEXT) for SHciAsynchEventQueue + shci_tl.o(.text.TlUserEvtReceived) refers to stm_list.o(.text.LST_insert_tail) for LST_insert_tail + shci_tl.o(.text.TlUserEvtReceived) refers to app_entry.o(.text.shci_notify_asynch_evt) for shci_notify_asynch_evt + shci_tl.o(.ARM.exidx.text.TlUserEvtReceived) refers to shci_tl.o(.text.TlUserEvtReceived) for [Anonymous Symbol] + shci_tl_if.o(.text.shci_register_io_bus) refers to tl_mbox.o(.text.TL_SYS_Init) for TL_SYS_Init + shci_tl_if.o(.text.shci_register_io_bus) refers to tl_mbox.o(.text.TL_SYS_SendCmd) for TL_SYS_SendCmd + shci_tl_if.o(.ARM.exidx.text.shci_register_io_bus) refers to shci_tl_if.o(.text.shci_register_io_bus) for [Anonymous Symbol] + ee.o(.text.EE_Init) refers to ee.o(.bss.EE_var) for EE_var + ee.o(.text.EE_Init) refers to ee.o(.text.EE_Reset) for EE_Reset + ee.o(.text.EE_Init) refers to hw_flash.o(.text.HW_FLASH_Erase) for HW_FLASH_Erase + ee.o(.text.EE_Init) refers to ee.o(.text.EE_SetState) for EE_SetState + ee.o(.text.EE_Init) refers to ee.o(.text.EE_Recovery) for EE_Recovery + ee.o(.ARM.exidx.text.EE_Init) refers to ee.o(.text.EE_Init) for [Anonymous Symbol] + ee.o(.ARM.exidx.text.EE_Reset) refers to ee.o(.text.EE_Reset) for [Anonymous Symbol] + ee.o(.text.EE_SetState) refers to hw_flash.o(.text.HW_FLASH_Write) for HW_FLASH_Write + ee.o(.ARM.exidx.text.EE_SetState) refers to ee.o(.text.EE_SetState) for [Anonymous Symbol] + ee.o(.text.EE_Recovery) refers to ee.o(.text.EE_GetState) for EE_GetState + ee.o(.text.EE_Recovery) refers to ee.o(.text.EE_SetState) for EE_SetState + ee.o(.text.EE_Recovery) refers to ee.o(.text.EE_Transfer) for EE_Transfer + ee.o(.text.EE_Recovery) refers to hw_flash.o(.text.HW_FLASH_Erase) for HW_FLASH_Erase + ee.o(.ARM.exidx.text.EE_Recovery) refers to ee.o(.text.EE_Recovery) for [Anonymous Symbol] + ee.o(.text.EE_Read) refers to ee.o(.bss.EE_var) for EE_var + ee.o(.text.EE_Read) refers to ee.o(.text.EE_ReadEl) for EE_ReadEl + ee.o(.ARM.exidx.text.EE_Read) refers to ee.o(.text.EE_Read) for [Anonymous Symbol] + ee.o(.text.EE_ReadEl) refers to ee.o(.text.EE_Crc) for EE_Crc + ee.o(.ARM.exidx.text.EE_ReadEl) refers to ee.o(.text.EE_ReadEl) for [Anonymous Symbol] + ee.o(.text.EE_Write) refers to ee.o(.bss.EE_var) for EE_var + ee.o(.text.EE_Write) refers to ee.o(.text.EE_WriteEl) for EE_WriteEl + ee.o(.text.EE_Write) refers to ee.o(.text.EE_GetState) for EE_GetState + ee.o(.text.EE_Write) refers to ee.o(.text.EE_SetState) for EE_SetState + ee.o(.text.EE_Write) refers to ee.o(.text.EE_Transfer) for EE_Transfer + ee.o(.ARM.exidx.text.EE_Write) refers to ee.o(.text.EE_Write) for [Anonymous Symbol] + ee.o(.text.EE_WriteEl) refers to ee.o(.text.EE_GetState) for EE_GetState + ee.o(.text.EE_WriteEl) refers to ee.o(.text.EE_SetState) for EE_SetState + ee.o(.text.EE_WriteEl) refers to ee.o(.text.EE_Crc) for EE_Crc + ee.o(.text.EE_WriteEl) refers to hw_flash.o(.text.HW_FLASH_Write) for HW_FLASH_Write + ee.o(.ARM.exidx.text.EE_WriteEl) refers to ee.o(.text.EE_WriteEl) for [Anonymous Symbol] + ee.o(.ARM.exidx.text.EE_GetState) refers to ee.o(.text.EE_GetState) for [Anonymous Symbol] + ee.o(.text.EE_Transfer) refers to ee.o(.text.EE_GetState) for EE_GetState + ee.o(.text.EE_Transfer) refers to ee.o(.text.EE_SetState) for EE_SetState + ee.o(.text.EE_Transfer) refers to ee.o(.text.EE_ReadEl) for EE_ReadEl + ee.o(.text.EE_Transfer) refers to ee.o(.text.EE_WriteEl) for EE_WriteEl + ee.o(.ARM.exidx.text.EE_Transfer) refers to ee.o(.text.EE_Transfer) for [Anonymous Symbol] + ee.o(.text.EE_Clean) refers to ee.o(.bss.EE_var) for EE_var + ee.o(.text.EE_Clean) refers to ee.o(.text.EE_GetState) for EE_GetState + ee.o(.text.EE_Clean) refers to hw_flash.o(.text.HW_FLASH_Erase) for HW_FLASH_Erase + ee.o(.ARM.exidx.text.EE_Clean) refers to ee.o(.text.EE_Clean) for [Anonymous Symbol] + ee.o(.text.EE_Dump) refers to ee.o(.bss.EE_var) for EE_var + ee.o(.ARM.exidx.text.EE_Dump) refers to ee.o(.text.EE_Dump) for [Anonymous Symbol] + ee.o(.ARM.exidx.text.EE_Crc) refers to ee.o(.text.EE_Crc) for [Anonymous Symbol] + hw_flash.o(.text.HW_FLASH_Write) refers to stm32wbxx_hal_flash.o(.text.HAL_FLASH_Unlock) for HAL_FLASH_Unlock + hw_flash.o(.text.HW_FLASH_Write) refers to hw_flash.o(.text.HW_FLASH_Program_DoubleWord) for HW_FLASH_Program_DoubleWord + hw_flash.o(.text.HW_FLASH_Write) refers to stm32wbxx_hal_flash.o(.text.HAL_FLASH_Lock) for HAL_FLASH_Lock + hw_flash.o(.ARM.exidx.text.HW_FLASH_Write) refers to hw_flash.o(.text.HW_FLASH_Write) for [Anonymous Symbol] + hw_flash.o(.ARM.exidx.text.HW_FLASH_Program_DoubleWord) refers to hw_flash.o(.text.HW_FLASH_Program_DoubleWord) for [Anonymous Symbol] + hw_flash.o(.text.HW_FLASH_Erase) refers to stm32wbxx_hal_flash.o(.text.HAL_FLASH_Unlock) for HAL_FLASH_Unlock + hw_flash.o(.text.HW_FLASH_Erase) refers to hw_flash.o(.text.HW_FLASH_PageErase) for HW_FLASH_PageErase + hw_flash.o(.text.HW_FLASH_Erase) refers to stm32wbxx_hal_flash.o(.text.HAL_FLASH_Lock) for HAL_FLASH_Lock + hw_flash.o(.ARM.exidx.text.HW_FLASH_Erase) refers to hw_flash.o(.text.HW_FLASH_Erase) for [Anonymous Symbol] + hw_flash.o(.ARM.exidx.text.HW_FLASH_PageErase) refers to hw_flash.o(.text.HW_FLASH_PageErase) for [Anonymous Symbol] + zigbee_core_wb.o(.text.zb_ipc_m4_stack_logging_config) refers to zigbee_core_wb.o(.bss.zb_ipc_globals) for zb_ipc_globals + zigbee_core_wb.o(.text.zb_ipc_m4_stack_logging_config) refers to zigbee_core_wb.o(.text.ZbGetLogging) for ZbGetLogging + zigbee_core_wb.o(.text.zb_ipc_m4_stack_logging_config) refers to zigbee_core_wb.o(.text.ZbSetLogging) for ZbSetLogging + zigbee_core_wb.o(.ARM.exidx.text.zb_ipc_m4_stack_logging_config) refers to zigbee_core_wb.o(.text.zb_ipc_m4_stack_logging_config) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbGetLogging) refers to zigbee_core_wb.o(.bss.zb_ipc_globals) for zb_ipc_globals + zigbee_core_wb.o(.ARM.exidx.text.ZbGetLogging) refers to zigbee_core_wb.o(.text.ZbGetLogging) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbSetLogging) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbSetLogging) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbSetLogging) refers to zigbee_core_wb.o(.bss.zb_ipc_globals) for zb_ipc_globals + zigbee_core_wb.o(.text.ZbSetLogging) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbSetLogging) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbSetLogging) refers to zigbee_core_wb.o(.text.ZbSetLogging) for [Anonymous Symbol] + zigbee_core_wb.o(.ARM.exidx.text.ZbHeapMaxAlloc) refers to zigbee_core_wb.o(.text.ZbHeapMaxAlloc) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbInit) refers to zigbee_core_wb.o(.bss.zb_ipc_globals) for zb_ipc_globals + zigbee_core_wb.o(.text.ZbInit) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbInit) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbInit) refers to zigbee_core_wb.o(.text.zb_ipc_m4_memcpy2) for zb_ipc_m4_memcpy2 + zigbee_core_wb.o(.text.ZbInit) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbInit) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbInit) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbInit) refers to zigbee_core_wb.o(.text.ZbInit) for [Anonymous Symbol] + zigbee_core_wb.o(.ARM.exidx.text.zb_ipc_m4_memcpy2) refers to zigbee_core_wb.o(.text.zb_ipc_m4_memcpy2) for [Anonymous Symbol] + zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdRspPayloadBuffer) for ZIGBEE_Get_OTCmdRspPayloadBuffer + zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) refers to zigbee_core_wb.o(.rodata.str1.1) for .L.str.9 + zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) refers to dbg_trace.o(.text.__aeabi_assert) for __aeabi_assert + zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) refers to zigbee_core_wb.o(.text.zb_ipc_m4_memcpy2) for zb_ipc_m4_memcpy2 + zigbee_core_wb.o(.ARM.exidx.text.zb_ipc_m4_get_retval) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbDestroy) refers to zigbee_core_wb.o(.bss.zb_ipc_globals) for zb_ipc_globals + zigbee_core_wb.o(.text.ZbDestroy) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbDestroy) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbDestroy) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbDestroy) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbDestroy) refers to zigbee_core_wb.o(.text.ZbDestroy) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbDestroyWithCb) refers to zigbee_core_wb.o(.bss.zb_ipc_globals) for zb_ipc_globals + zigbee_core_wb.o(.text.ZbDestroyWithCb) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) for zb_ipc_m4_cb_info_alloc + zigbee_core_wb.o(.text.ZbDestroyWithCb) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbDestroyWithCb) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbDestroyWithCb) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbDestroyWithCb) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbDestroyWithCb) refers to zigbee_core_wb.o(.text.ZbDestroyWithCb) for [Anonymous Symbol] + zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) refers to malloc.o(i.malloc) for malloc + zigbee_core_wb.o(.ARM.exidx.text.zb_ipc_m4_cb_info_alloc) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbExtendedAddress) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbExtendedAddress) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbExtendedAddress) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbExtendedAddress) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdRspPayloadBuffer) for ZIGBEE_Get_OTCmdRspPayloadBuffer + zigbee_core_wb.o(.text.ZbExtendedAddress) refers to zigbee_core_wb.o(.rodata.str1.1) for .L.str + zigbee_core_wb.o(.text.ZbExtendedAddress) refers to dbg_trace.o(.text.__aeabi_assert) for __aeabi_assert + zigbee_core_wb.o(.text.ZbExtendedAddress) refers to zigbee_core_wb.o(.text.zb_ipc_m4_memcpy2) for zb_ipc_m4_memcpy2 + zigbee_core_wb.o(.text.ZbExtendedAddress) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbExtendedAddress) refers to zigbee_core_wb.o(.text.ZbExtendedAddress) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbShortAddress) refers to zigbee_core_wb.o(.text.ZbNwkGet) for ZbNwkGet + zigbee_core_wb.o(.ARM.exidx.text.ZbShortAddress) refers to zigbee_core_wb.o(.text.ZbShortAddress) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbNwkGet) refers to zigbee_core_wb.o(.text.ZbNwkGetIndex) for ZbNwkGetIndex + zigbee_core_wb.o(.ARM.exidx.text.ZbNwkGet) refers to zigbee_core_wb.o(.text.ZbNwkGet) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbChangeExtAddr) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbChangeExtAddr) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbChangeExtAddr) refers to zigbee_core_wb.o(.text.zb_ipc_m4_memcpy2) for zb_ipc_m4_memcpy2 + zigbee_core_wb.o(.text.ZbChangeExtAddr) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbChangeExtAddr) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbChangeExtAddr) refers to zigbee_core_wb.o(.text.ZbChangeExtAddr) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbStartupConfigGetProDefaults) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbStartupConfigGetProDefaults) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbStartupConfigGetProDefaults) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbStartupConfigGetProDefaults) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbStartupConfigGetProDefaults) refers to zigbee_core_wb.o(.text.ZbStartupConfigGetProDefaults) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbStartupConfigGetProSeDefaults) refers to zigbee_core_wb.o(.text.ZbStartupConfigGetProDefaults) for ZbStartupConfigGetProDefaults + zigbee_core_wb.o(.ARM.exidx.text.ZbStartupConfigGetProSeDefaults) refers to zigbee_core_wb.o(.text.ZbStartupConfigGetProSeDefaults) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbStartup) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) for zb_ipc_m4_cb_info_alloc + zigbee_core_wb.o(.text.ZbStartup) refers to zigbee_core_wb.o(.bss.zigbee_m4_tl_callbacks) for zigbee_m4_tl_callbacks + zigbee_core_wb.o(.text.ZbStartup) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbStartup) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbStartup) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbStartup) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbStartup) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbStartup) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) for zb_ipc_m4_cb_info_free + zigbee_core_wb.o(.ARM.exidx.text.ZbStartup) refers to zigbee_core_wb.o(.text.ZbStartup) for [Anonymous Symbol] + zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) refers to malloc.o(i.free) for free + zigbee_core_wb.o(.ARM.exidx.text.zb_ipc_m4_cb_info_free) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbStartupRejoin) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) for zb_ipc_m4_cb_info_alloc + zigbee_core_wb.o(.text.ZbStartupRejoin) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbStartupRejoin) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbStartupRejoin) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbStartupRejoin) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbStartupRejoin) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbStartupRejoin) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) for zb_ipc_m4_cb_info_free + zigbee_core_wb.o(.ARM.exidx.text.ZbStartupRejoin) refers to zigbee_core_wb.o(.text.ZbStartupRejoin) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbStartupPersist) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) for zb_ipc_m4_cb_info_alloc + zigbee_core_wb.o(.text.ZbStartupPersist) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbStartupPersist) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbStartupPersist) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbStartupPersist) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbStartupPersist) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbStartupPersist) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) for zb_ipc_m4_cb_info_free + zigbee_core_wb.o(.ARM.exidx.text.ZbStartupPersist) refers to zigbee_core_wb.o(.text.ZbStartupPersist) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbStartupFindBindStart) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) for zb_ipc_m4_cb_info_alloc + zigbee_core_wb.o(.text.ZbStartupFindBindStart) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbStartupFindBindStart) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbStartupFindBindStart) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbStartupFindBindStart) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbStartupFindBindStart) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbStartupFindBindStart) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) for zb_ipc_m4_cb_info_free + zigbee_core_wb.o(.ARM.exidx.text.ZbStartupFindBindStart) refers to zigbee_core_wb.o(.text.ZbStartupFindBindStart) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbStartupFindBindStartEndpoint) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) for zb_ipc_m4_cb_info_alloc + zigbee_core_wb.o(.text.ZbStartupFindBindStartEndpoint) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbStartupFindBindStartEndpoint) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbStartupFindBindStartEndpoint) refers to app_zigbee.o(.text.ZIGBEE_CmdTransferWithNotif) for ZIGBEE_CmdTransferWithNotif + zigbee_core_wb.o(.text.ZbStartupFindBindStartEndpoint) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbStartupFindBindStartEndpoint) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbStartupFindBindStartEndpoint) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) for zb_ipc_m4_cb_info_free + zigbee_core_wb.o(.ARM.exidx.text.ZbStartupFindBindStartEndpoint) refers to zigbee_core_wb.o(.text.ZbStartupFindBindStartEndpoint) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbStartupTouchlinkTargetStop) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbStartupTouchlinkTargetStop) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbStartupTouchlinkTargetStop) refers to app_zigbee.o(.text.ZIGBEE_CmdTransferWithNotif) for ZIGBEE_CmdTransferWithNotif + zigbee_core_wb.o(.text.ZbStartupTouchlinkTargetStop) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbStartupTouchlinkTargetStop) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbStartupTouchlinkTargetStop) refers to zigbee_core_wb.o(.text.ZbStartupTouchlinkTargetStop) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbStartupTcsoStart) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) for zb_ipc_m4_cb_info_alloc + zigbee_core_wb.o(.text.ZbStartupTcsoStart) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbStartupTcsoStart) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbStartupTcsoStart) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbStartupTcsoStart) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbStartupTcsoStart) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbStartupTcsoStart) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) for zb_ipc_m4_cb_info_free + zigbee_core_wb.o(.ARM.exidx.text.ZbStartupTcsoStart) refers to zigbee_core_wb.o(.text.ZbStartupTcsoStart) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbStartupTcsoAbort) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbStartupTcsoAbort) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbStartupTcsoAbort) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbStartupTcsoAbort) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbStartupTcsoAbort) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbStartupTcsoAbort) refers to zigbee_core_wb.o(.text.ZbStartupTcsoAbort) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbTrustCenterRejoin) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) for zb_ipc_m4_cb_info_alloc + zigbee_core_wb.o(.text.ZbTrustCenterRejoin) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbTrustCenterRejoin) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbTrustCenterRejoin) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbTrustCenterRejoin) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbTrustCenterRejoin) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbTrustCenterRejoin) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) for zb_ipc_m4_cb_info_free + zigbee_core_wb.o(.ARM.exidx.text.ZbTrustCenterRejoin) refers to zigbee_core_wb.o(.text.ZbTrustCenterRejoin) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbPersistNotifyRegister) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbPersistNotifyRegister) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbPersistNotifyRegister) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbPersistNotifyRegister) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbPersistNotifyRegister) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbPersistNotifyRegister) refers to zigbee_core_wb.o(.bss.zb_persist_arg) for zb_persist_arg + zigbee_core_wb.o(.text.ZbPersistNotifyRegister) refers to zigbee_core_wb.o(.bss.zb_persist_cb) for zb_persist_cb + zigbee_core_wb.o(.ARM.exidx.text.ZbPersistNotifyRegister) refers to zigbee_core_wb.o(.text.ZbPersistNotifyRegister) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbPersistGet) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbPersistGet) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbPersistGet) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbPersistGet) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbPersistGet) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbPersistGet) refers to zigbee_core_wb.o(.text.ZbPersistGet) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbStateGet) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbStateGet) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbStateGet) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbStateGet) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbStateGet) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbStateGet) refers to zigbee_core_wb.o(.text.ZbStateGet) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbLeaveReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) for zb_ipc_m4_cb_info_alloc + zigbee_core_wb.o(.text.ZbLeaveReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbLeaveReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbLeaveReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbLeaveReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbLeaveReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbLeaveReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) for zb_ipc_m4_cb_info_free + zigbee_core_wb.o(.ARM.exidx.text.ZbLeaveReq) refers to zigbee_core_wb.o(.text.ZbLeaveReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbReset) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbReset) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbReset) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbReset) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbReset) refers to zigbee_core_wb.o(.text.ZbReset) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbShutdown) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbShutdown) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbShutdown) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbShutdown) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbShutdown) refers to zigbee_core_wb.o(.text.ZbShutdown) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbStatePause) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) for zb_ipc_m4_cb_info_alloc + zigbee_core_wb.o(.text.ZbStatePause) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbStatePause) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbStatePause) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbStatePause) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbStatePause) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbStatePause) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) for zb_ipc_m4_cb_info_free + zigbee_core_wb.o(.ARM.exidx.text.ZbStatePause) refers to zigbee_core_wb.o(.text.ZbStatePause) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbStateResume) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbStateResume) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbStateResume) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbStateResume) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbStateResume) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbStateResume) refers to zigbee_core_wb.o(.text.ZbStateResume) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbSecEcdsaValidate) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbSecEcdsaValidate) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbSecEcdsaValidate) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbSecEcdsaValidate) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbSecEcdsaValidate) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbSecEcdsaValidate) refers to zigbee_core_wb.o(.text.ZbSecEcdsaValidate) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZclTouchlinkInitiatorGetGrpIdReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) for zb_ipc_m4_cb_info_alloc + zigbee_core_wb.o(.text.ZbZclTouchlinkInitiatorGetGrpIdReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZclTouchlinkInitiatorGetGrpIdReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZclTouchlinkInitiatorGetGrpIdReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZclTouchlinkInitiatorGetGrpIdReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbZclTouchlinkInitiatorGetGrpIdReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZclTouchlinkInitiatorGetGrpIdReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) for zb_ipc_m4_cb_info_free + zigbee_core_wb.o(.ARM.exidx.text.ZbZclTouchlinkInitiatorGetGrpIdReq) refers to zigbee_core_wb.o(.text.ZbZclTouchlinkInitiatorGetGrpIdReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZclTouchlinkInitiatorGetEpListReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) for zb_ipc_m4_cb_info_alloc + zigbee_core_wb.o(.text.ZbZclTouchlinkInitiatorGetEpListReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZclTouchlinkInitiatorGetEpListReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZclTouchlinkInitiatorGetEpListReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZclTouchlinkInitiatorGetEpListReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbZclTouchlinkInitiatorGetEpListReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZclTouchlinkInitiatorGetEpListReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) for zb_ipc_m4_cb_info_free + zigbee_core_wb.o(.ARM.exidx.text.ZbZclTouchlinkInitiatorGetEpListReq) refers to zigbee_core_wb.o(.text.ZbZclTouchlinkInitiatorGetEpListReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZclTouchlinkTargetSendEpInfoCmd) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) for zb_ipc_m4_cb_info_alloc + zigbee_core_wb.o(.text.ZbZclTouchlinkTargetSendEpInfoCmd) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZclTouchlinkTargetSendEpInfoCmd) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZclTouchlinkTargetSendEpInfoCmd) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZclTouchlinkTargetSendEpInfoCmd) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbZclTouchlinkTargetSendEpInfoCmd) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZclTouchlinkTargetSendEpInfoCmd) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) for zb_ipc_m4_cb_info_free + zigbee_core_wb.o(.ARM.exidx.text.ZbZclTouchlinkTargetSendEpInfoCmd) refers to zigbee_core_wb.o(.text.ZbZclTouchlinkTargetSendEpInfoCmd) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbBdbGetIndex) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbBdbGetIndex) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbBdbGetIndex) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbBdbGetIndex) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbBdbGetIndex) refers to zigbee_core_wb.o(.text.ZbBdbGetIndex) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbBdbSetIndex) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbBdbSetIndex) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbBdbSetIndex) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbBdbSetIndex) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbBdbSetIndex) refers to zigbee_core_wb.o(.text.ZbBdbSetIndex) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbBdbGetEndpointStatus) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbBdbGetEndpointStatus) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbBdbGetEndpointStatus) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbBdbGetEndpointStatus) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbBdbGetEndpointStatus) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbBdbGetEndpointStatus) refers to zigbee_core_wb.o(.text.ZbBdbGetEndpointStatus) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbBdbSetEndpointStatus) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbBdbSetEndpointStatus) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbBdbSetEndpointStatus) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbBdbSetEndpointStatus) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbBdbSetEndpointStatus) refers to zigbee_core_wb.o(.text.ZbBdbSetEndpointStatus) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbApsdeDataReqCallback) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) for zb_ipc_m4_cb_info_alloc + zigbee_core_wb.o(.text.ZbApsdeDataReqCallback) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbApsdeDataReqCallback) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbApsdeDataReqCallback) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbApsdeDataReqCallback) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbApsdeDataReqCallback) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbApsdeDataReqCallback) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) for zb_ipc_m4_cb_info_free + zigbee_core_wb.o(.ARM.exidx.text.ZbApsdeDataReqCallback) refers to zigbee_core_wb.o(.text.ZbApsdeDataReqCallback) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbApsmeAddEndpoint) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbApsmeAddEndpoint) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbApsmeAddEndpoint) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbApsmeAddEndpoint) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbApsmeAddEndpoint) refers to zigbee_core_wb.o(.text.ZbApsmeAddEndpoint) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbApsmeRemoveEndpoint) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbApsmeRemoveEndpoint) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbApsmeRemoveEndpoint) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbApsmeRemoveEndpoint) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbApsmeRemoveEndpoint) refers to zigbee_core_wb.o(.text.ZbApsmeRemoveEndpoint) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbApsFilterEndpointAdd) refers to malloc.o(i.malloc) for malloc + zigbee_core_wb.o(.text.ZbApsFilterEndpointAdd) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbApsFilterEndpointAdd) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbApsFilterEndpointAdd) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbApsFilterEndpointAdd) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbApsFilterEndpointAdd) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbApsFilterEndpointAdd) refers to malloc.o(i.free) for free + zigbee_core_wb.o(.ARM.exidx.text.ZbApsFilterEndpointAdd) refers to zigbee_core_wb.o(.text.ZbApsFilterEndpointAdd) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbApsFilterClusterAdd) refers to malloc.o(i.malloc) for malloc + zigbee_core_wb.o(.text.ZbApsFilterClusterAdd) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbApsFilterClusterAdd) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbApsFilterClusterAdd) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbApsFilterClusterAdd) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbApsFilterClusterAdd) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbApsFilterClusterAdd) refers to malloc.o(i.free) for free + zigbee_core_wb.o(.ARM.exidx.text.ZbApsFilterClusterAdd) refers to zigbee_core_wb.o(.text.ZbApsFilterClusterAdd) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbApsFilterEndpointFree) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbApsFilterEndpointFree) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbApsFilterEndpointFree) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbApsFilterEndpointFree) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbApsFilterEndpointFree) refers to malloc.o(i.free) for free + zigbee_core_wb.o(.ARM.exidx.text.ZbApsFilterEndpointFree) refers to zigbee_core_wb.o(.text.ZbApsFilterEndpointFree) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbApsmeEndpointClusterListAppend) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbApsmeEndpointClusterListAppend) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbApsmeEndpointClusterListAppend) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbApsmeEndpointClusterListAppend) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbApsmeEndpointClusterListAppend) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbApsmeEndpointClusterListAppend) refers to zigbee_core_wb.o(.text.ZbApsmeEndpointClusterListAppend) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbApsEndpointExists) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbApsEndpointExists) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbApsEndpointExists) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbApsEndpointExists) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbApsEndpointExists) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbApsEndpointExists) refers to zigbee_core_wb.o(.text.ZbApsEndpointExists) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbApsEndpointProfile) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbApsEndpointProfile) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbApsEndpointProfile) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbApsEndpointProfile) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbApsEndpointProfile) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbApsEndpointProfile) refers to zigbee_core_wb.o(.text.ZbApsEndpointProfile) for [Anonymous Symbol] + zigbee_core_wb.o(.ARM.exidx.text.ZbApsAddrIsBcast) refers to zigbee_core_wb.o(.text.ZbApsAddrIsBcast) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbApsAddrIsLocal) refers to zigbee_core_wb.o(.text.ZbExtendedAddress) for ZbExtendedAddress + zigbee_core_wb.o(.text.ZbApsAddrIsLocal) refers to zigbee_core_wb.o(.text.ZbShortAddress) for ZbShortAddress + zigbee_core_wb.o(.ARM.exidx.text.ZbApsAddrIsLocal) refers to zigbee_core_wb.o(.text.ZbApsAddrIsLocal) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbApsGetIndex) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbApsGetIndex) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbApsGetIndex) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbApsGetIndex) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbApsGetIndex) refers to zigbee_core_wb.o(.text.ZbApsGetIndex) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbApsSetIndex) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbApsSetIndex) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbApsSetIndex) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbApsSetIndex) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbApsSetIndex) refers to zigbee_core_wb.o(.text.ZbApsSetIndex) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbApsLookupKey) refers to zigbee_core_wb.o(.text.ZbApsGetIndex) for ZbApsGetIndex + zigbee_core_wb.o(.text.ZbApsLookupKey) refers to memseta.o(.text) for __aeabi_memclr8 + zigbee_core_wb.o(.ARM.exidx.text.ZbApsLookupKey) refers to zigbee_core_wb.o(.text.ZbApsLookupKey) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbApsmeAddGroupReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbApsmeAddGroupReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbApsmeAddGroupReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbApsmeAddGroupReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbApsmeAddGroupReq) refers to zigbee_core_wb.o(.text.ZbApsmeAddGroupReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbApsmeRemoveGroupReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbApsmeRemoveGroupReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbApsmeRemoveGroupReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbApsmeRemoveGroupReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbApsmeRemoveGroupReq) refers to zigbee_core_wb.o(.text.ZbApsmeRemoveGroupReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbApsmeRemoveAllGroupsReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbApsmeRemoveAllGroupsReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbApsmeRemoveAllGroupsReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbApsmeRemoveAllGroupsReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbApsmeRemoveAllGroupsReq) refers to zigbee_core_wb.o(.text.ZbApsmeRemoveAllGroupsReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbApsGroupIsMember) refers to zigbee_core_wb.o(.text.ZbApsGetIndex) for ZbApsGetIndex + zigbee_core_wb.o(.ARM.exidx.text.ZbApsGroupIsMember) refers to zigbee_core_wb.o(.text.ZbApsGroupIsMember) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbApsGroupsGetCapacity) refers to zigbee_core_wb.o(.text.ZbApsGetIndex) for ZbApsGetIndex + zigbee_core_wb.o(.ARM.exidx.text.ZbApsGroupsGetCapacity) refers to zigbee_core_wb.o(.text.ZbApsGroupsGetCapacity) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbApsGroupsGetMembership) refers to zigbee_core_wb.o(.text.ZbApsGetIndex) for ZbApsGetIndex + zigbee_core_wb.o(.ARM.exidx.text.ZbApsGroupsGetMembership) refers to zigbee_core_wb.o(.text.ZbApsGroupsGetMembership) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbApsmeBindReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbApsmeBindReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbApsmeBindReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbApsmeBindReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbApsmeBindReq) refers to zigbee_core_wb.o(.text.ZbApsmeBindReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbApsmeUnbindReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbApsmeUnbindReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbApsmeUnbindReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbApsmeUnbindReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbApsmeUnbindReq) refers to zigbee_core_wb.o(.text.ZbApsmeUnbindReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbApsUnbindAllReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbApsUnbindAllReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbApsUnbindAllReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbApsUnbindAllReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbApsUnbindAllReq) refers to zigbee_core_wb.o(.text.ZbApsUnbindAllReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbApsBindSrcExists) refers to zigbee_core_wb.o(.text.ZbExtendedAddress) for ZbExtendedAddress + zigbee_core_wb.o(.text.ZbApsBindSrcExists) refers to zigbee_core_wb.o(.text.ZbApsGetIndex) for ZbApsGetIndex + zigbee_core_wb.o(.ARM.exidx.text.ZbApsBindSrcExists) refers to zigbee_core_wb.o(.text.ZbApsBindSrcExists) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbApsmeTransportKeyReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbApsmeTransportKeyReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbApsmeTransportKeyReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbApsmeTransportKeyReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbApsmeTransportKeyReq) refers to zigbee_core_wb.o(.text.ZbApsmeTransportKeyReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbApsmeRemoveDeviceReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbApsmeRemoveDeviceReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbApsmeRemoveDeviceReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbApsmeRemoveDeviceReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbApsmeRemoveDeviceReq) refers to zigbee_core_wb.o(.text.ZbApsmeRemoveDeviceReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbApsmeRequestKeyReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbApsmeRequestKeyReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbApsmeRequestKeyReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbApsmeRequestKeyReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbApsmeRequestKeyReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbApsmeRequestKeyReq) refers to zigbee_core_wb.o(.text.ZbApsmeRequestKeyReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbApsmeSwitchKeyReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbApsmeSwitchKeyReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbApsmeSwitchKeyReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbApsmeSwitchKeyReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbApsmeSwitchKeyReq) refers to zigbee_core_wb.o(.text.ZbApsmeSwitchKeyReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbApsmeAddKeyReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbApsmeAddKeyReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbApsmeAddKeyReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbApsmeAddKeyReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbApsmeAddKeyReq) refers to zigbee_core_wb.o(.text.ZbApsmeAddKeyReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbApsmeGetKeyReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbApsmeGetKeyReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbApsmeGetKeyReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbApsmeGetKeyReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbApsmeGetKeyReq) refers to zigbee_core_wb.o(.text.ZbApsmeGetKeyReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbApsmeRemoveKeyReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbApsmeRemoveKeyReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbApsmeRemoveKeyReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbApsmeRemoveKeyReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbApsmeRemoveKeyReq) refers to zigbee_core_wb.o(.text.ZbApsmeRemoveKeyReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbMsgFilterRegister) refers to zigbee_core_wb.o(.bss.zb_msg_filter_cb_list) for zb_msg_filter_cb_list + zigbee_core_wb.o(.text.ZbMsgFilterRegister) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbMsgFilterRegister) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbMsgFilterRegister) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbMsgFilterRegister) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbMsgFilterRegister) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbMsgFilterRegister) refers to zigbee_core_wb.o(.text.ZbMsgFilterRegister) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbMsgFilterRemove) refers to zigbee_core_wb.o(.bss.zb_msg_filter_cb_list) for zb_msg_filter_cb_list + zigbee_core_wb.o(.text.ZbMsgFilterRemove) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbMsgFilterRemove) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbMsgFilterRemove) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbMsgFilterRemove) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbMsgFilterRemove) refers to zigbee_core_wb.o(.text.ZbMsgFilterRemove) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbTimerAlloc) refers to zigbee_core_wb.o(.rodata.str1.1) for .L.str.2 + zigbee_core_wb.o(.text.ZbTimerAlloc) refers to zigbee_core_wb.o(.text.zb_heap_alloc) for zb_heap_alloc + zigbee_core_wb.o(.text.ZbTimerAlloc) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbTimerAlloc) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbTimerAlloc) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbTimerAlloc) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbTimerAlloc) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbTimerAlloc) refers to zigbee_core_wb.o(.text.zb_heap_free) for zb_heap_free + zigbee_core_wb.o(.ARM.exidx.text.ZbTimerAlloc) refers to zigbee_core_wb.o(.text.ZbTimerAlloc) for [Anonymous Symbol] + zigbee_core_wb.o(.text.zb_heap_alloc) refers to malloc.o(i.malloc) for malloc + zigbee_core_wb.o(.ARM.exidx.text.zb_heap_alloc) refers to zigbee_core_wb.o(.text.zb_heap_alloc) for [Anonymous Symbol] + zigbee_core_wb.o(.text.zb_heap_free) refers to malloc.o(i.free) for free + zigbee_core_wb.o(.ARM.exidx.text.zb_heap_free) refers to zigbee_core_wb.o(.text.zb_heap_free) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbTimerChangeCallback) refers to zigbee_core_wb.o(.text.ZbTimerStop) for ZbTimerStop + zigbee_core_wb.o(.ARM.exidx.text.ZbTimerChangeCallback) refers to zigbee_core_wb.o(.text.ZbTimerChangeCallback) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbTimerStop) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbTimerStop) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbTimerStop) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbTimerStop) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbTimerStop) refers to zigbee_core_wb.o(.text.ZbTimerStop) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbTimerFree) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbTimerFree) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbTimerFree) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbTimerFree) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbTimerFree) refers to zigbee_core_wb.o(.rodata.str1.1) for .L.str.2 + zigbee_core_wb.o(.text.ZbTimerFree) refers to zigbee_core_wb.o(.text.zb_heap_free) for zb_heap_free + zigbee_core_wb.o(.ARM.exidx.text.ZbTimerFree) refers to zigbee_core_wb.o(.text.ZbTimerFree) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbTimerRunning) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbTimerRunning) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbTimerRunning) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbTimerRunning) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbTimerRunning) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbTimerRunning) refers to zigbee_core_wb.o(.text.ZbTimerRunning) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbTimerRemaining) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbTimerRemaining) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbTimerRemaining) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbTimerRemaining) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbTimerRemaining) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbTimerRemaining) refers to zigbee_core_wb.o(.text.ZbTimerRemaining) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbTimerReset) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbTimerReset) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbTimerReset) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbTimerReset) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbTimerReset) refers to zigbee_core_wb.o(.text.ZbTimerReset) for [Anonymous Symbol] + zigbee_core_wb.o(.ARM.exidx.text.ZbTimeoutRemaining) refers to zigbee_core_wb.o(.text.ZbTimeoutRemaining) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbNwkGetIndex) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbNwkGetIndex) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbNwkGetIndex) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbNwkGetIndex) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbNwkGetIndex) refers to zigbee_core_wb.o(.text.ZbNwkGetIndex) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbNwkSetIndex) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbNwkSetIndex) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbNwkSetIndex) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbNwkSetIndex) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbNwkSetIndex) refers to zigbee_core_wb.o(.text.ZbNwkSetIndex) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbNwkSet) refers to zigbee_core_wb.o(.text.ZbNwkSetIndex) for ZbNwkSetIndex + zigbee_core_wb.o(.ARM.exidx.text.ZbNwkSet) refers to zigbee_core_wb.o(.text.ZbNwkSet) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbNwkAddrLookupExt) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbNwkAddrLookupExt) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbNwkAddrLookupExt) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbNwkAddrLookupExt) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdRspPayloadBuffer) for ZIGBEE_Get_OTCmdRspPayloadBuffer + zigbee_core_wb.o(.text.ZbNwkAddrLookupExt) refers to zigbee_core_wb.o(.rodata.str1.1) for .L.str + zigbee_core_wb.o(.text.ZbNwkAddrLookupExt) refers to dbg_trace.o(.text.__aeabi_assert) for __aeabi_assert + zigbee_core_wb.o(.text.ZbNwkAddrLookupExt) refers to zigbee_core_wb.o(.text.zb_ipc_m4_memcpy2) for zb_ipc_m4_memcpy2 + zigbee_core_wb.o(.text.ZbNwkAddrLookupExt) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbNwkAddrLookupExt) refers to zigbee_core_wb.o(.text.ZbNwkAddrLookupExt) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbNwkAddrLookupNwk) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbNwkAddrLookupNwk) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbNwkAddrLookupNwk) refers to zigbee_core_wb.o(.text.zb_ipc_m4_memcpy2) for zb_ipc_m4_memcpy2 + zigbee_core_wb.o(.text.ZbNwkAddrLookupNwk) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbNwkAddrLookupNwk) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbNwkAddrLookupNwk) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbNwkAddrLookupNwk) refers to zigbee_core_wb.o(.text.ZbNwkAddrLookupNwk) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbNwkGetSecMaterial) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbNwkGetSecMaterial) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbNwkGetSecMaterial) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbNwkGetSecMaterial) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbNwkGetSecMaterial) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbNwkGetSecMaterial) refers to zigbee_core_wb.o(.text.ZbNwkGetSecMaterial) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbNwkGetActiveKey) refers to zigbee_core_wb.o(.text.ZbNwkGet) for ZbNwkGet + zigbee_core_wb.o(.text.ZbNwkGetActiveKey) refers to zigbee_core_wb.o(.text.ZbNwkGetSecMaterial) for ZbNwkGetSecMaterial + zigbee_core_wb.o(.text.ZbNwkGetActiveKey) refers to memcpya.o(.text) for __aeabi_memcpy + zigbee_core_wb.o(.ARM.exidx.text.ZbNwkGetActiveKey) refers to zigbee_core_wb.o(.text.ZbNwkGetActiveKey) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbNlmeNetDiscReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) for zb_ipc_m4_cb_info_alloc + zigbee_core_wb.o(.text.ZbNlmeNetDiscReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbNlmeNetDiscReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbNlmeNetDiscReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbNlmeNetDiscReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbNlmeNetDiscReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbNlmeNetDiscReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) for zb_ipc_m4_cb_info_free + zigbee_core_wb.o(.ARM.exidx.text.ZbNlmeNetDiscReq) refers to zigbee_core_wb.o(.text.ZbNlmeNetDiscReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbNlmeEdScanReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) for zb_ipc_m4_cb_info_alloc + zigbee_core_wb.o(.text.ZbNlmeEdScanReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbNlmeEdScanReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbNlmeEdScanReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbNlmeEdScanReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbNlmeEdScanReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbNlmeEdScanReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) for zb_ipc_m4_cb_info_free + zigbee_core_wb.o(.ARM.exidx.text.ZbNlmeEdScanReq) refers to zigbee_core_wb.o(.text.ZbNlmeEdScanReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbNlmeLeaveReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) for zb_ipc_m4_cb_info_alloc + zigbee_core_wb.o(.text.ZbNlmeLeaveReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbNlmeLeaveReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbNlmeLeaveReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbNlmeLeaveReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbNlmeLeaveReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbNlmeLeaveReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) for zb_ipc_m4_cb_info_free + zigbee_core_wb.o(.ARM.exidx.text.ZbNlmeLeaveReq) refers to zigbee_core_wb.o(.text.ZbNlmeLeaveReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbNlmePermitJoinReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbNlmePermitJoinReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbNlmePermitJoinReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbNlmePermitJoinReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbNlmePermitJoinReq) refers to zigbee_core_wb.o(.text.ZbNlmePermitJoinReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbNlmeResetReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbNlmeResetReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbNlmeResetReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbNlmeResetReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbNlmeResetReq) refers to zigbee_core_wb.o(.text.ZbNlmeResetReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbNlmeSyncReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) for zb_ipc_m4_cb_info_alloc + zigbee_core_wb.o(.text.ZbNlmeSyncReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbNlmeSyncReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbNlmeSyncReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbNlmeSyncReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbNlmeSyncReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbNlmeSyncReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) for zb_ipc_m4_cb_info_free + zigbee_core_wb.o(.ARM.exidx.text.ZbNlmeSyncReq) refers to zigbee_core_wb.o(.text.ZbNlmeSyncReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbNlmeRouteDiscReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) for zb_ipc_m4_cb_info_alloc + zigbee_core_wb.o(.text.ZbNlmeRouteDiscReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbNlmeRouteDiscReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbNlmeRouteDiscReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbNlmeRouteDiscReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbNlmeRouteDiscReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbNlmeRouteDiscReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) for zb_ipc_m4_cb_info_free + zigbee_core_wb.o(.ARM.exidx.text.ZbNlmeRouteDiscReq) refers to zigbee_core_wb.o(.text.ZbNlmeRouteDiscReq) for [Anonymous Symbol] + zigbee_core_wb.o(.ARM.exidx.text.ZbNlmeJoiningPolicyGet) refers to zigbee_core_wb.o(.text.ZbNlmeJoiningPolicyGet) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbNwkNeighborClearAll) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbNwkNeighborClearAll) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbNwkNeighborClearAll) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbNwkNeighborClearAll) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbNwkNeighborClearAll) refers to zigbee_core_wb.o(.text.ZbNwkNeighborClearAll) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbNlmeDirectJoinReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbNlmeDirectJoinReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbNlmeDirectJoinReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbNlmeDirectJoinReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbNlmeDirectJoinReq) refers to zigbee_core_wb.o(.text.ZbNlmeDirectJoinReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbNlmeSetInterface) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbNlmeSetInterface) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbNlmeSetInterface) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbNlmeSetInterface) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbNlmeSetInterface) refers to zigbee_core_wb.o(.text.ZbNlmeSetInterface) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbNlmeGetInterface) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbNlmeGetInterface) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbNlmeGetInterface) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbNlmeGetInterface) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbNlmeGetInterface) refers to zigbee_core_wb.o(.text.ZbNlmeGetInterface) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbNwkIfSetTxPower) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbNwkIfSetTxPower) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbNwkIfSetTxPower) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbNwkIfSetTxPower) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbNwkIfSetTxPower) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbNwkIfSetTxPower) refers to zigbee_core_wb.o(.text.ZbNwkIfSetTxPower) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbNwkIfGetTxPower) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbNwkIfGetTxPower) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbNwkIfGetTxPower) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbNwkIfGetTxPower) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbNwkIfGetTxPower) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbNwkIfGetTxPower) refers to zigbee_core_wb.o(.text.ZbNwkIfGetTxPower) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbNwkSetFrameCounter) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbNwkSetFrameCounter) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbNwkSetFrameCounter) refers to zigbee_core_wb.o(.text.zb_ipc_m4_memcpy2) for zb_ipc_m4_memcpy2 + zigbee_core_wb.o(.text.ZbNwkSetFrameCounter) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbNwkSetFrameCounter) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbNwkSetFrameCounter) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbNwkSetFrameCounter) refers to zigbee_core_wb.o(.text.ZbNwkSetFrameCounter) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbNwkFastPollRequest) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbNwkFastPollRequest) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbNwkFastPollRequest) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbNwkFastPollRequest) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbNwkFastPollRequest) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbNwkFastPollRequest) refers to zigbee_core_wb.o(.text.ZbNwkFastPollRequest) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbNwkFastPollRelease) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbNwkFastPollRelease) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbNwkFastPollRelease) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbNwkFastPollRelease) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbNwkFastPollRelease) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbNwkFastPollRelease) refers to zigbee_core_wb.o(.text.ZbNwkFastPollRelease) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbNwkFastPollResourceCount) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbNwkFastPollResourceCount) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbNwkFastPollResourceCount) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbNwkFastPollResourceCount) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbNwkFastPollResourceCount) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbNwkFastPollResourceCount) refers to zigbee_core_wb.o(.text.ZbNwkFastPollResourceCount) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbNwkSendEdkaReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbNwkSendEdkaReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbNwkSendEdkaReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbNwkSendEdkaReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbNwkSendEdkaReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbNwkSendEdkaReq) refers to zigbee_core_wb.o(.text.ZbNwkSendEdkaReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbNwkAddrSetNextChildAddr) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbNwkAddrSetNextChildAddr) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbNwkAddrSetNextChildAddr) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbNwkAddrSetNextChildAddr) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbNwkAddrSetNextChildAddr) refers to zigbee_core_wb.o(.text.ZbNwkAddrSetNextChildAddr) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbNwkCommissioningConfig) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbNwkCommissioningConfig) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbNwkCommissioningConfig) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbNwkCommissioningConfig) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbNwkCommissioningConfig) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbNwkCommissioningConfig) refers to zigbee_core_wb.o(.text.ZbNwkCommissioningConfig) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZdoDeviceAnnceFilterRegister) refers to zigbee_core_wb.o(.text.zdo_filter_cbinfo_get) for zdo_filter_cbinfo_get + zigbee_core_wb.o(.text.ZbZdoDeviceAnnceFilterRegister) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZdoDeviceAnnceFilterRegister) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZdoDeviceAnnceFilterRegister) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZdoDeviceAnnceFilterRegister) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbZdoDeviceAnnceFilterRegister) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbZdoDeviceAnnceFilterRegister) refers to zigbee_core_wb.o(.text.ZbZdoDeviceAnnceFilterRegister) for [Anonymous Symbol] + zigbee_core_wb.o(.text.zdo_filter_cbinfo_get) refers to zigbee_core_wb.o(.bss.zdo_filter_cb_list) for zdo_filter_cb_list + zigbee_core_wb.o(.ARM.exidx.text.zdo_filter_cbinfo_get) refers to zigbee_core_wb.o(.text.zdo_filter_cbinfo_get) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZdoNwkAddrReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) for zb_ipc_m4_cb_info_alloc + zigbee_core_wb.o(.text.ZbZdoNwkAddrReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZdoNwkAddrReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZdoNwkAddrReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZdoNwkAddrReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbZdoNwkAddrReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZdoNwkAddrReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) for zb_ipc_m4_cb_info_free + zigbee_core_wb.o(.ARM.exidx.text.ZbZdoNwkAddrReq) refers to zigbee_core_wb.o(.text.ZbZdoNwkAddrReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZdoIeeeAddrReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) for zb_ipc_m4_cb_info_alloc + zigbee_core_wb.o(.text.ZbZdoIeeeAddrReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZdoIeeeAddrReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZdoIeeeAddrReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZdoIeeeAddrReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbZdoIeeeAddrReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZdoIeeeAddrReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) for zb_ipc_m4_cb_info_free + zigbee_core_wb.o(.ARM.exidx.text.ZbZdoIeeeAddrReq) refers to zigbee_core_wb.o(.text.ZbZdoIeeeAddrReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZdoNodeDescReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) for zb_ipc_m4_cb_info_alloc + zigbee_core_wb.o(.text.ZbZdoNodeDescReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZdoNodeDescReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZdoNodeDescReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZdoNodeDescReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbZdoNodeDescReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZdoNodeDescReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) for zb_ipc_m4_cb_info_free + zigbee_core_wb.o(.ARM.exidx.text.ZbZdoNodeDescReq) refers to zigbee_core_wb.o(.text.ZbZdoNodeDescReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZdoPowerDescReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) for zb_ipc_m4_cb_info_alloc + zigbee_core_wb.o(.text.ZbZdoPowerDescReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZdoPowerDescReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZdoPowerDescReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZdoPowerDescReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbZdoPowerDescReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZdoPowerDescReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) for zb_ipc_m4_cb_info_free + zigbee_core_wb.o(.ARM.exidx.text.ZbZdoPowerDescReq) refers to zigbee_core_wb.o(.text.ZbZdoPowerDescReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZdoSimpleDescReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) for zb_ipc_m4_cb_info_alloc + zigbee_core_wb.o(.text.ZbZdoSimpleDescReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZdoSimpleDescReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZdoSimpleDescReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZdoSimpleDescReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbZdoSimpleDescReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZdoSimpleDescReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) for zb_ipc_m4_cb_info_free + zigbee_core_wb.o(.ARM.exidx.text.ZbZdoSimpleDescReq) refers to zigbee_core_wb.o(.text.ZbZdoSimpleDescReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZdoActiveEpReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) for zb_ipc_m4_cb_info_alloc + zigbee_core_wb.o(.text.ZbZdoActiveEpReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZdoActiveEpReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZdoActiveEpReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZdoActiveEpReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbZdoActiveEpReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZdoActiveEpReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) for zb_ipc_m4_cb_info_free + zigbee_core_wb.o(.ARM.exidx.text.ZbZdoActiveEpReq) refers to zigbee_core_wb.o(.text.ZbZdoActiveEpReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZdoMatchDescReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) for zb_ipc_m4_cb_info_alloc + zigbee_core_wb.o(.text.ZbZdoMatchDescReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZdoMatchDescReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZdoMatchDescReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZdoMatchDescReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbZdoMatchDescReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZdoMatchDescReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) for zb_ipc_m4_cb_info_free + zigbee_core_wb.o(.ARM.exidx.text.ZbZdoMatchDescReq) refers to zigbee_core_wb.o(.text.ZbZdoMatchDescReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZdoMatchDescMulti) refers to zigbee_core_wb.o(.bss.zdo_match_multi_cb) for zdo_match_multi_cb + zigbee_core_wb.o(.text.ZbZdoMatchDescMulti) refers to zigbee_core_wb.o(.bss.zdo_match_multi_arg) for zdo_match_multi_arg + zigbee_core_wb.o(.text.ZbZdoMatchDescMulti) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZdoMatchDescMulti) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZdoMatchDescMulti) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZdoMatchDescMulti) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbZdoMatchDescMulti) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbZdoMatchDescMulti) refers to zigbee_core_wb.o(.text.ZbZdoMatchDescMulti) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZdoDeviceAnnce) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZdoDeviceAnnce) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZdoDeviceAnnce) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZdoDeviceAnnce) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbZdoDeviceAnnce) refers to zigbee_core_wb.o(.text.ZbZdoDeviceAnnce) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZdoDeviceAnnceAlias) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZdoDeviceAnnceAlias) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZdoDeviceAnnceAlias) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZdoDeviceAnnceAlias) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbZdoDeviceAnnceAlias) refers to zigbee_core_wb.o(.text.ZbZdoDeviceAnnceAlias) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZdoBindReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) for zb_ipc_m4_cb_info_alloc + zigbee_core_wb.o(.text.ZbZdoBindReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZdoBindReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZdoBindReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZdoBindReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbZdoBindReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZdoBindReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) for zb_ipc_m4_cb_info_free + zigbee_core_wb.o(.ARM.exidx.text.ZbZdoBindReq) refers to zigbee_core_wb.o(.text.ZbZdoBindReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZdoUnbindReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) for zb_ipc_m4_cb_info_alloc + zigbee_core_wb.o(.text.ZbZdoUnbindReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZdoUnbindReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZdoUnbindReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZdoUnbindReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbZdoUnbindReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZdoUnbindReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) for zb_ipc_m4_cb_info_free + zigbee_core_wb.o(.ARM.exidx.text.ZbZdoUnbindReq) refers to zigbee_core_wb.o(.text.ZbZdoUnbindReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZdoLqiReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) for zb_ipc_m4_cb_info_alloc + zigbee_core_wb.o(.text.ZbZdoLqiReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZdoLqiReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZdoLqiReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZdoLqiReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbZdoLqiReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZdoLqiReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) for zb_ipc_m4_cb_info_free + zigbee_core_wb.o(.ARM.exidx.text.ZbZdoLqiReq) refers to zigbee_core_wb.o(.text.ZbZdoLqiReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZdoRtgReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) for zb_ipc_m4_cb_info_alloc + zigbee_core_wb.o(.text.ZbZdoRtgReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZdoRtgReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZdoRtgReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZdoRtgReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbZdoRtgReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZdoRtgReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) for zb_ipc_m4_cb_info_free + zigbee_core_wb.o(.ARM.exidx.text.ZbZdoRtgReq) refers to zigbee_core_wb.o(.text.ZbZdoRtgReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZdoMgmtBindReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) for zb_ipc_m4_cb_info_alloc + zigbee_core_wb.o(.text.ZbZdoMgmtBindReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZdoMgmtBindReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZdoMgmtBindReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZdoMgmtBindReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbZdoMgmtBindReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZdoMgmtBindReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) for zb_ipc_m4_cb_info_free + zigbee_core_wb.o(.ARM.exidx.text.ZbZdoMgmtBindReq) refers to zigbee_core_wb.o(.text.ZbZdoMgmtBindReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZdoLeaveReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) for zb_ipc_m4_cb_info_alloc + zigbee_core_wb.o(.text.ZbZdoLeaveReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZdoLeaveReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZdoLeaveReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZdoLeaveReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbZdoLeaveReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZdoLeaveReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) for zb_ipc_m4_cb_info_free + zigbee_core_wb.o(.ARM.exidx.text.ZbZdoLeaveReq) refers to zigbee_core_wb.o(.text.ZbZdoLeaveReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZdoPermitJoinReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) for zb_ipc_m4_cb_info_alloc + zigbee_core_wb.o(.text.ZbZdoPermitJoinReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZdoPermitJoinReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZdoPermitJoinReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZdoPermitJoinReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbZdoPermitJoinReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZdoPermitJoinReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) for zb_ipc_m4_cb_info_free + zigbee_core_wb.o(.ARM.exidx.text.ZbZdoPermitJoinReq) refers to zigbee_core_wb.o(.text.ZbZdoPermitJoinReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZdoNwkUpdateReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) for zb_ipc_m4_cb_info_alloc + zigbee_core_wb.o(.text.ZbZdoNwkUpdateReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZdoNwkUpdateReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZdoNwkUpdateReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZdoNwkUpdateReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbZdoNwkUpdateReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZdoNwkUpdateReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) for zb_ipc_m4_cb_info_free + zigbee_core_wb.o(.ARM.exidx.text.ZbZdoNwkUpdateReq) refers to zigbee_core_wb.o(.text.ZbZdoNwkUpdateReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZdoNwkUpdateNotifyFilterRegister) refers to zigbee_core_wb.o(.text.zdo_filter_cbinfo_get) for zdo_filter_cbinfo_get + zigbee_core_wb.o(.text.ZbZdoNwkUpdateNotifyFilterRegister) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZdoNwkUpdateNotifyFilterRegister) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZdoNwkUpdateNotifyFilterRegister) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZdoNwkUpdateNotifyFilterRegister) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbZdoNwkUpdateNotifyFilterRegister) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbZdoNwkUpdateNotifyFilterRegister) refers to zigbee_core_wb.o(.text.ZbZdoNwkUpdateNotifyFilterRegister) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZdoFilterRemove) refers to zigbee_core_wb.o(.text.zdo_filter_cbinfo_del) for zdo_filter_cbinfo_del + zigbee_core_wb.o(.text.ZbZdoFilterRemove) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZdoFilterRemove) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZdoFilterRemove) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZdoFilterRemove) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbZdoFilterRemove) refers to zigbee_core_wb.o(.text.ZbZdoFilterRemove) for [Anonymous Symbol] + zigbee_core_wb.o(.text.zdo_filter_cbinfo_del) refers to zigbee_core_wb.o(.bss.zdo_filter_cb_list) for zdo_filter_cb_list + zigbee_core_wb.o(.ARM.exidx.text.zdo_filter_cbinfo_del) refers to zigbee_core_wb.o(.text.zdo_filter_cbinfo_del) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZclUptime) refers to zigbee_core_wb.o(.text.ZbBdbGetIndex) for ZbBdbGetIndex + zigbee_core_wb.o(.ARM.exidx.text.ZbZclUptime) refers to zigbee_core_wb.o(.text.ZbZclUptime) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZclDeviceLogCheckAllow) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZclDeviceLogCheckAllow) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZclDeviceLogCheckAllow) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZclDeviceLogCheckAllow) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbZclDeviceLogCheckAllow) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbZclDeviceLogCheckAllow) refers to zigbee_core_wb.o(.text.ZbZclDeviceLogCheckAllow) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZclBasicPostAlarm) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZclBasicPostAlarm) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZclBasicPostAlarm) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZclBasicPostAlarm) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbZclBasicPostAlarm) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbZclBasicPostAlarm) refers to zigbee_core_wb.o(.text.ZbZclBasicPostAlarm) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZclBasicServerResetCmdConfig) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZclBasicServerResetCmdConfig) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZclBasicServerResetCmdConfig) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZclBasicServerResetCmdConfig) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbZclBasicServerResetCmdConfig) refers to zigbee_core_wb.o(.text.ZbZclBasicServerResetCmdConfig) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZclBasicWriteDirect) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZclBasicWriteDirect) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZclBasicWriteDirect) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZclBasicWriteDirect) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbZclBasicWriteDirect) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbZclBasicWriteDirect) refers to zigbee_core_wb.o(.text.ZbZclBasicWriteDirect) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZclBasicServerConfigDefaults) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZclBasicServerConfigDefaults) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZclBasicServerConfigDefaults) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZclBasicServerConfigDefaults) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbZclBasicServerConfigDefaults) refers to zigbee_core_wb.o(.text.ZbZclBasicServerConfigDefaults) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZclDiagServerAlloc) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZclDiagServerAlloc) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZclDiagServerAlloc) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZclDiagServerAlloc) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbZclDiagServerAlloc) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbZclDiagServerAlloc) refers to zigbee_core_wb.o(.text.ZbZclDiagServerAlloc) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZclAddEndpoint) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZclAddEndpoint) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZclAddEndpoint) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZclAddEndpoint) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbZclAddEndpoint) refers to zigbee_core_wb.o(.text.ZbZclAddEndpoint) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZclRemoveEndpoint) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZclRemoveEndpoint) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZclRemoveEndpoint) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZclRemoveEndpoint) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbZclRemoveEndpoint) refers to zigbee_core_wb.o(.text.ZbZclRemoveEndpoint) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZclReadReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) for zb_ipc_m4_cb_info_alloc + zigbee_core_wb.o(.text.ZbZclReadReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZclReadReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZclReadReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZclReadReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbZclReadReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZclReadReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) for zb_ipc_m4_cb_info_free + zigbee_core_wb.o(.ARM.exidx.text.ZbZclReadReq) refers to zigbee_core_wb.o(.text.ZbZclReadReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZclWriteReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) for zb_ipc_m4_cb_info_alloc + zigbee_core_wb.o(.text.ZbZclWriteReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZclWriteReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZclWriteReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZclWriteReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbZclWriteReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZclWriteReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) for zb_ipc_m4_cb_info_free + zigbee_core_wb.o(.ARM.exidx.text.ZbZclWriteReq) refers to zigbee_core_wb.o(.text.ZbZclWriteReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZclDiscoverAttrReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) for zb_ipc_m4_cb_info_alloc + zigbee_core_wb.o(.text.ZbZclDiscoverAttrReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZclDiscoverAttrReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZclDiscoverAttrReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZclDiscoverAttrReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbZclDiscoverAttrReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZclDiscoverAttrReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) for zb_ipc_m4_cb_info_free + zigbee_core_wb.o(.ARM.exidx.text.ZbZclDiscoverAttrReq) refers to zigbee_core_wb.o(.text.ZbZclDiscoverAttrReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZclGetNextSeqnum) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZclGetNextSeqnum) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZclGetNextSeqnum) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZclGetNextSeqnum) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbZclGetNextSeqnum) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbZclGetNextSeqnum) refers to zigbee_core_wb.o(.text.ZbZclGetNextSeqnum) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZclCommandReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) for zb_ipc_m4_cb_info_alloc + zigbee_core_wb.o(.text.ZbZclCommandReq) refers to zigbee_core_wb.o(.text.ZbApsAddrIsBcast) for ZbApsAddrIsBcast + zigbee_core_wb.o(.text.ZbZclCommandReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZclCommandReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZclCommandReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZclCommandReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbZclCommandReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZclCommandReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) for zb_ipc_m4_cb_info_free + zigbee_core_wb.o(.ARM.exidx.text.ZbZclCommandReq) refers to zigbee_core_wb.o(.text.ZbZclCommandReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZclSendDefaultResponse) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZclSendDefaultResponse) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZclSendDefaultResponse) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZclSendDefaultResponse) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbZclSendDefaultResponse) refers to zigbee_core_wb.o(.text.ZbZclSendDefaultResponse) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZclClusterCommandReq) refers to zcl_cluster.o(.text.ZbZclClusterInitCommandReq) for ZbZclClusterInitCommandReq + zigbee_core_wb.o(.text.ZbZclClusterCommandReq) refers to zigbee_core_wb.o(.text.ZbZclGetNextSeqnum) for ZbZclGetNextSeqnum + zigbee_core_wb.o(.text.ZbZclClusterCommandReq) refers to zigbee_core_wb.o(.text.ZbZclCommandReq) for ZbZclCommandReq + zigbee_core_wb.o(.ARM.exidx.text.ZbZclClusterCommandReq) refers to zigbee_core_wb.o(.text.ZbZclClusterCommandReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZclClusterCommandReqDelayed) refers to zigbee_core_wb.o(.rodata.str1.1) for .L.str.2 + zigbee_core_wb.o(.text.ZbZclClusterCommandReqDelayed) refers to zigbee_core_wb.o(.text.zb_heap_alloc) for zb_heap_alloc + zigbee_core_wb.o(.text.ZbZclClusterCommandReqDelayed) refers to memseta.o(.text) for __aeabi_memclr8 + zigbee_core_wb.o(.text.ZbZclClusterCommandReqDelayed) refers to zigbee_core_wb.o(.text.cluster_command_timer) for cluster_command_timer + zigbee_core_wb.o(.text.ZbZclClusterCommandReqDelayed) refers to zigbee_core_wb.o(.text.ZbTimerAlloc) for ZbTimerAlloc + zigbee_core_wb.o(.text.ZbZclClusterCommandReqDelayed) refers to zigbee_core_wb.o(.text.zb_heap_free) for zb_heap_free + zigbee_core_wb.o(.text.ZbZclClusterCommandReqDelayed) refers to memcpya.o(.text) for __aeabi_memcpy + zigbee_core_wb.o(.text.ZbZclClusterCommandReqDelayed) refers to zigbee_core_wb.o(.text.ZbTimerReset) for ZbTimerReset + zigbee_core_wb.o(.ARM.exidx.text.ZbZclClusterCommandReqDelayed) refers to zigbee_core_wb.o(.text.ZbZclClusterCommandReqDelayed) for [Anonymous Symbol] + zigbee_core_wb.o(.text.cluster_command_timer) refers to zigbee_core_wb.o(.text.ZbZclClusterCommandReq) for ZbZclClusterCommandReq + zigbee_core_wb.o(.text.cluster_command_timer) refers to memseta.o(.text) for __aeabi_memclr8 + zigbee_core_wb.o(.text.cluster_command_timer) refers to zigbee_core_wb.o(.text.ZbTimerFree) for ZbTimerFree + zigbee_core_wb.o(.text.cluster_command_timer) refers to zigbee_core_wb.o(.rodata.str1.1) for .L.str.2 + zigbee_core_wb.o(.text.cluster_command_timer) refers to zigbee_core_wb.o(.text.zb_heap_free) for zb_heap_free + zigbee_core_wb.o(.ARM.exidx.text.cluster_command_timer) refers to zigbee_core_wb.o(.text.cluster_command_timer) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZclClusterCommandRsp) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZclClusterCommandRsp) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZclClusterCommandRsp) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZclClusterCommandRsp) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbZclClusterCommandRsp) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbZclClusterCommandRsp) refers to zigbee_core_wb.o(.text.ZbZclClusterCommandRsp) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZclClusterCommandRspWithCb) refers to zigbee_core_wb.o(.text.ZbZclClusterCommandRsp) for ZbZclClusterCommandRsp + zigbee_core_wb.o(.text.ZbZclClusterCommandRspWithCb) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) for zb_ipc_m4_cb_info_alloc + zigbee_core_wb.o(.text.ZbZclClusterCommandRspWithCb) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZclClusterCommandRspWithCb) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZclClusterCommandRspWithCb) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZclClusterCommandRspWithCb) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbZclClusterCommandRspWithCb) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZclClusterCommandRspWithCb) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) for zb_ipc_m4_cb_info_free + zigbee_core_wb.o(.ARM.exidx.text.ZbZclClusterCommandRspWithCb) refers to zigbee_core_wb.o(.text.ZbZclClusterCommandRspWithCb) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZclSendClusterStatusResponse) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZclSendClusterStatusResponse) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZclSendClusterStatusResponse) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZclSendClusterStatusResponse) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbZclSendClusterStatusResponse) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbZclSendClusterStatusResponse) refers to zigbee_core_wb.o(.text.ZbZclSendClusterStatusResponse) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZclClusterEndpointRegister) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZclClusterEndpointRegister) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZclClusterEndpointRegister) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZclClusterEndpointRegister) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbZclClusterEndpointRegister) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbZclClusterEndpointRegister) refers to zigbee_core_wb.o(.text.ZbZclClusterEndpointRegister) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZclClusterEndpointRemove) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZclClusterEndpointRemove) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZclClusterEndpointRemove) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZclClusterEndpointRemove) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbZclClusterEndpointRemove) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbZclClusterEndpointRemove) refers to zigbee_core_wb.o(.text.ZbZclClusterEndpointRemove) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZclClusterBind) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZclClusterBind) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZclClusterBind) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZclClusterBind) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbZclClusterBind) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbZclClusterBind) refers to zigbee_core_wb.o(.text.ZbZclClusterBind) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZclClusterUnbind) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZclClusterUnbind) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZclClusterUnbind) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZclClusterUnbind) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbZclClusterUnbind) refers to zigbee_core_wb.o(.text.ZbZclClusterUnbind) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZclClusterReverseBind) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZclClusterReverseBind) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZclClusterReverseBind) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZclClusterReverseBind) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbZclClusterReverseBind) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbZclClusterReverseBind) refers to zigbee_core_wb.o(.text.ZbZclClusterReverseBind) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZclClusterReverseUnbind) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZclClusterReverseUnbind) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZclClusterReverseUnbind) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZclClusterReverseUnbind) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbZclClusterReverseUnbind) refers to zigbee_core_wb.o(.text.ZbZclClusterReverseUnbind) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZclClusterRegisterAlarmResetHandler) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZclClusterRegisterAlarmResetHandler) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZclClusterRegisterAlarmResetHandler) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZclClusterRegisterAlarmResetHandler) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbZclClusterRegisterAlarmResetHandler) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbZclClusterRegisterAlarmResetHandler) refers to zigbee_core_wb.o(.text.ZbZclClusterRegisterAlarmResetHandler) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZclClusterRemoveAlarmResetHandler) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZclClusterRemoveAlarmResetHandler) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZclClusterRemoveAlarmResetHandler) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZclClusterRemoveAlarmResetHandler) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbZclClusterRemoveAlarmResetHandler) refers to zigbee_core_wb.o(.text.ZbZclClusterRemoveAlarmResetHandler) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZclClusterSendAlarm) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZclClusterSendAlarm) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZclClusterSendAlarm) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZclClusterSendAlarm) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbZclClusterSendAlarm) refers to zigbee_core_wb.o(.text.ZbZclClusterSendAlarm) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbZclKeWithDevice) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) for zb_ipc_m4_cb_info_alloc + zigbee_core_wb.o(.text.ZbZclKeWithDevice) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZclKeWithDevice) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbZclKeWithDevice) refers to zigbee_core_wb.o(.text.zb_ipc_m4_memcpy2) for zb_ipc_m4_memcpy2 + zigbee_core_wb.o(.text.ZbZclKeWithDevice) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbZclKeWithDevice) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbZclKeWithDevice) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbZclKeWithDevice) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) for zb_ipc_m4_cb_info_free + zigbee_core_wb.o(.ARM.exidx.text.ZbZclKeWithDevice) refers to zigbee_core_wb.o(.text.ZbZclKeWithDevice) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbApsFragDropTxAdd) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbApsFragDropTxAdd) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbApsFragDropTxAdd) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbApsFragDropTxAdd) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbApsFragDropTxAdd) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbApsFragDropTxAdd) refers to zigbee_core_wb.o(.text.ZbApsFragDropTxAdd) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbApsFragDropTxClear) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbApsFragDropTxClear) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbApsFragDropTxClear) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.ARM.exidx.text.ZbApsFragDropTxClear) refers to zigbee_core_wb.o(.text.ZbApsFragDropTxClear) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbAesMmoHash) refers to memseta.o(.text) for __aeabi_memclr4 + zigbee_core_wb.o(.text.ZbAesMmoHash) refers to zigbee_core_wb.o(.text.ZbHashInit) for ZbHashInit + zigbee_core_wb.o(.text.ZbAesMmoHash) refers to zigbee_core_wb.o(.text.ZbHashAdd) for ZbHashAdd + zigbee_core_wb.o(.text.ZbAesMmoHash) refers to zigbee_core_wb.o(.text.ZbHashDigest) for ZbHashDigest + zigbee_core_wb.o(.ARM.exidx.text.ZbAesMmoHash) refers to zigbee_core_wb.o(.text.ZbAesMmoHash) for [Anonymous Symbol] + zigbee_core_wb.o(.ARM.exidx.text.ZbHashInit) refers to zigbee_core_wb.o(.text.ZbHashInit) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbHashAdd) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbHashAdd) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbHashAdd) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbHashAdd) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbHashAdd) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbHashAdd) refers to zigbee_core_wb.o(.text.ZbHashAdd) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbHashDigest) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbHashDigest) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbHashDigest) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbHashDigest) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbHashDigest) refers to zigbee_core_wb.o(.text.ZbHashDigest) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbHmacInit) refers to zigbee_core_wb.o(.text.ZbHashInit) for ZbHashInit + zigbee_core_wb.o(.text.ZbHmacInit) refers to zigbee_core_wb.o(.text.ZbHashAdd) for ZbHashAdd + zigbee_core_wb.o(.text.ZbHmacInit) refers to zigbee_core_wb.o(.text.ZbHashDigest) for ZbHashDigest + zigbee_core_wb.o(.ARM.exidx.text.ZbHmacInit) refers to zigbee_core_wb.o(.text.ZbHmacInit) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbHmacDigest) refers to zigbee_core_wb.o(.text.ZbHashDigest) for ZbHashDigest + zigbee_core_wb.o(.text.ZbHmacDigest) refers to zigbee_core_wb.o(.text.ZbHashInit) for ZbHashInit + zigbee_core_wb.o(.text.ZbHmacDigest) refers to zigbee_core_wb.o(.text.ZbHashAdd) for ZbHashAdd + zigbee_core_wb.o(.ARM.exidx.text.ZbHmacDigest) refers to zigbee_core_wb.o(.text.ZbHmacDigest) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbSecAddDeviceLinkKeyByKey) refers to memseta.o(.text) for __aeabi_memclr8 + zigbee_core_wb.o(.text.ZbSecAddDeviceLinkKeyByKey) refers to zigbee_core_wb.o(.text.ZbApsmeAddKeyReq) for ZbApsmeAddKeyReq + zigbee_core_wb.o(.ARM.exidx.text.ZbSecAddDeviceLinkKeyByKey) refers to zigbee_core_wb.o(.text.ZbSecAddDeviceLinkKeyByKey) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbSecAddDeviceLinkKeyByInstallCode) refers to zigbee_core_wb.o(.text.ZbAesMmoHash) for ZbAesMmoHash + zigbee_core_wb.o(.text.ZbSecAddDeviceLinkKeyByInstallCode) refers to zigbee_core_wb.o(.text.ZbSecAddDeviceLinkKeyByKey) for ZbSecAddDeviceLinkKeyByKey + zigbee_core_wb.o(.ARM.exidx.text.ZbSecAddDeviceLinkKeyByInstallCode) refers to zigbee_core_wb.o(.text.ZbSecAddDeviceLinkKeyByInstallCode) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbSecKeyTransform) refers to zigbee_core_wb.o(.text.ZbHmacInit) for ZbHmacInit + zigbee_core_wb.o(.text.ZbSecKeyTransform) refers to zigbee_core_wb.o(.text.ZbHashAdd) for ZbHashAdd + zigbee_core_wb.o(.text.ZbSecKeyTransform) refers to zigbee_core_wb.o(.text.ZbHmacDigest) for ZbHmacDigest + zigbee_core_wb.o(.ARM.exidx.text.ZbSecKeyTransform) refers to zigbee_core_wb.o(.text.ZbSecKeyTransform) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbDebugMemory) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbDebugMemory) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbDebugMemory) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbDebugMemory) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbDebugMemory) refers to zigbee_core_wb.o(.text.ZbDebugMemory) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbDebugInfo) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbDebugInfo) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbDebugInfo) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbDebugInfo) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbDebugInfo) refers to zigbee_core_wb.o(.text.ZbDebugInfo) for [Anonymous Symbol] + zigbee_core_wb.o(.text.MacSetPropStrictDataPollReq) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.MacSetPropStrictDataPollReq) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.MacSetPropStrictDataPollReq) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.MacSetPropStrictDataPollReq) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.MacSetPropStrictDataPollReq) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.MacSetPropStrictDataPollReq) refers to zigbee_core_wb.o(.text.MacSetPropStrictDataPollReq) for [Anonymous Symbol] + zigbee_core_wb.o(.text.zb_ipc_get_secured_mem_info) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.zb_ipc_get_secured_mem_info) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.zb_ipc_get_secured_mem_info) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.zb_ipc_get_secured_mem_info) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.zb_ipc_get_secured_mem_info) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.zb_ipc_get_secured_mem_info) refers to zigbee_core_wb.o(.text.zb_ipc_get_secured_mem_info) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbHeapAvailable) refers to app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) for Pre_ZigbeeCmdProcessing + zigbee_core_wb.o(.text.ZbHeapAvailable) refers to app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) for ZIGBEE_Get_OTCmdPayloadBuffer + zigbee_core_wb.o(.text.ZbHeapAvailable) refers to app_zigbee.o(.text.ZIGBEE_CmdTransfer) for ZIGBEE_CmdTransfer + zigbee_core_wb.o(.text.ZbHeapAvailable) refers to zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) for zb_ipc_m4_get_retval + zigbee_core_wb.o(.text.ZbHeapAvailable) refers to tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) for Post_ZigbeeCmdProcessing + zigbee_core_wb.o(.ARM.exidx.text.ZbHeapAvailable) refers to zigbee_core_wb.o(.text.ZbHeapAvailable) for [Anonymous Symbol] + zigbee_core_wb.o(.text.WpanCrc) refers to zigbee_core_wb.o(.rodata.wpanCrcTable) for wpanCrcTable + zigbee_core_wb.o(.ARM.exidx.text.WpanCrc) refers to zigbee_core_wb.o(.text.WpanCrc) for [Anonymous Symbol] + zigbee_core_wb.o(.text.Zigbee_CallBackProcessing) refers to app_zigbee.o(.text.ZIGBEE_Get_NotificationPayloadBuffer) for ZIGBEE_Get_NotificationPayloadBuffer + zigbee_core_wb.o(.text.Zigbee_CallBackProcessing) refers to zigbee_core_wb.o(.bss.zb_ipc_globals) for zb_ipc_globals + zigbee_core_wb.o(.text.Zigbee_CallBackProcessing) refers to zigbee_core_wb.o(.rodata.str1.1) for .L.str.3 + zigbee_core_wb.o(.text.Zigbee_CallBackProcessing) refers to dbg_trace.o(.text.__aeabi_assert) for __aeabi_assert + zigbee_core_wb.o(.text.Zigbee_CallBackProcessing) refers to zigbee_core_wb.o(.bss.zb_persist_cb) for zb_persist_cb + zigbee_core_wb.o(.text.Zigbee_CallBackProcessing) refers to zigbee_core_wb.o(.bss.zb_persist_arg) for zb_persist_arg + zigbee_core_wb.o(.text.Zigbee_CallBackProcessing) refers to zigbee_core_wb.o(.bss.zdo_filter_cb_list) for zdo_filter_cb_list + zigbee_core_wb.o(.text.Zigbee_CallBackProcessing) refers to zigbee_core_wb.o(.bss.zdo_match_multi_cb) for zdo_match_multi_cb + zigbee_core_wb.o(.text.Zigbee_CallBackProcessing) refers to zigbee_core_wb.o(.bss.zdo_match_multi_arg) for zdo_match_multi_arg + zigbee_core_wb.o(.text.Zigbee_CallBackProcessing) refers to zcl_command_ind.o(.text.zcl_cluster_data_ind) for zcl_cluster_data_ind + zigbee_core_wb.o(.text.Zigbee_CallBackProcessing) refers to zcl_command_ind.o(.text.zcl_cluster_alarm_data_ind) for zcl_cluster_alarm_data_ind + zigbee_core_wb.o(.text.Zigbee_CallBackProcessing) refers to zigbee_core_wb.o(.text.zb_ipc_m4_memcpy2) for zb_ipc_m4_memcpy2 + zigbee_core_wb.o(.text.Zigbee_CallBackProcessing) refers to zigbee_core_wb.o(.bss.zigbee_m4_tl_callbacks) for zigbee_m4_tl_callbacks + zigbee_core_wb.o(.text.Zigbee_CallBackProcessing) refers to zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) for zb_ipc_m4_cb_info_free + zigbee_core_wb.o(.text.Zigbee_CallBackProcessing) refers to tl_mbox.o(.text.TL_ZIGBEE_SendM4AckToM0Notify) for TL_ZIGBEE_SendM4AckToM0Notify + zigbee_core_wb.o(.ARM.exidx.text.Zigbee_CallBackProcessing) refers to zigbee_core_wb.o(.text.Zigbee_CallBackProcessing) for [Anonymous Symbol] + zigbee_core_wb.o(.text.Zigbee_M0RequestProcessing) refers to app_zigbee.o(.text.ZIGBEE_Get_M0RequestPayloadBuffer) for ZIGBEE_Get_M0RequestPayloadBuffer + zigbee_core_wb.o(.text.Zigbee_M0RequestProcessing) refers to zigbee_core_wb.o(.rodata.str1.1) for .L.str.7 + zigbee_core_wb.o(.text.Zigbee_M0RequestProcessing) refers to dbg_trace.o(.text.__aeabi_assert) for __aeabi_assert + zigbee_core_wb.o(.text.Zigbee_M0RequestProcessing) refers to zigbee_core_wb.o(.bss.zb_ipc_globals) for zb_ipc_globals + zigbee_core_wb.o(.text.Zigbee_M0RequestProcessing) refers to zigbee_core_wb.o(.rodata.va_null) for va_null + zigbee_core_wb.o(.text.Zigbee_M0RequestProcessing) refers to malloc.o(i.malloc) for malloc + zigbee_core_wb.o(.text.Zigbee_M0RequestProcessing) refers to zigbee_core_wb.o(.text.zb_malloc_track) for zb_malloc_track + zigbee_core_wb.o(.text.Zigbee_M0RequestProcessing) refers to zigbee_core_wb.o(.text.zb_malloc_untrack) for zb_malloc_untrack + zigbee_core_wb.o(.text.Zigbee_M0RequestProcessing) refers to malloc.o(i.free) for free + zigbee_core_wb.o(.text.Zigbee_M0RequestProcessing) refers to tl_mbox.o(.text.TL_ZIGBEE_SendM4AckToM0Request) for TL_ZIGBEE_SendM4AckToM0Request + zigbee_core_wb.o(.ARM.exidx.text.Zigbee_M0RequestProcessing) refers to zigbee_core_wb.o(.text.Zigbee_M0RequestProcessing) for [Anonymous Symbol] + zigbee_core_wb.o(.text.zb_malloc_track) refers to zigbee_core_wb.o(.bss.zb_ipc_globals) for zb_ipc_globals + zigbee_core_wb.o(.ARM.exidx.text.zb_malloc_track) refers to zigbee_core_wb.o(.text.zb_malloc_track) for [Anonymous Symbol] + zigbee_core_wb.o(.text.zb_malloc_untrack) refers to zigbee_core_wb.o(.bss.zb_ipc_globals) for zb_ipc_globals + zigbee_core_wb.o(.ARM.exidx.text.zb_malloc_untrack) refers to zigbee_core_wb.o(.text.zb_malloc_untrack) for [Anonymous Symbol] + zigbee_core_wb.o(.text.zb_malloc_current_sz) refers to zigbee_core_wb.o(.bss.zb_ipc_globals) for zb_ipc_globals + zigbee_core_wb.o(.ARM.exidx.text.zb_malloc_current_sz) refers to zigbee_core_wb.o(.text.zb_malloc_current_sz) for [Anonymous Symbol] + zigbee_core_wb.o(.text.ZbLogPrintf) refers to zigbee_core_wb.o(.bss.zb_ipc_globals) for zb_ipc_globals + zigbee_core_wb.o(.ARM.exidx.text.ZbLogPrintf) refers to zigbee_core_wb.o(.text.ZbLogPrintf) for [Anonymous Symbol] + zigbee_core_wb.o(.data.ZbApsAddrBinding) refers to zigbee_core_wb.o(.rodata.sendToBinding) for [Anonymous Symbol] + stm32_lpm.o(.text.UTIL_LPM_Init) refers to stm32_lpm.o(.bss.StopModeDisable) for StopModeDisable + stm32_lpm.o(.text.UTIL_LPM_Init) refers to stm32_lpm.o(.bss.OffModeDisable) for OffModeDisable + stm32_lpm.o(.ARM.exidx.text.UTIL_LPM_Init) refers to stm32_lpm.o(.text.UTIL_LPM_Init) for [Anonymous Symbol] + stm32_lpm.o(.ARM.exidx.text.UTIL_LPM_DeInit) refers to stm32_lpm.o(.text.UTIL_LPM_DeInit) for [Anonymous Symbol] + stm32_lpm.o(.text.UTIL_LPM_SetStopMode) refers to stm32_lpm.o(.bss.StopModeDisable) for StopModeDisable + stm32_lpm.o(.ARM.exidx.text.UTIL_LPM_SetStopMode) refers to stm32_lpm.o(.text.UTIL_LPM_SetStopMode) for [Anonymous Symbol] + stm32_lpm.o(.text.UTIL_LPM_SetOffMode) refers to stm32_lpm.o(.bss.OffModeDisable) for OffModeDisable + stm32_lpm.o(.ARM.exidx.text.UTIL_LPM_SetOffMode) refers to stm32_lpm.o(.text.UTIL_LPM_SetOffMode) for [Anonymous Symbol] + stm32_lpm.o(.text.UTIL_LPM_GetMode) refers to stm32_lpm.o(.bss.StopModeDisable) for StopModeDisable + stm32_lpm.o(.text.UTIL_LPM_GetMode) refers to stm32_lpm.o(.bss.OffModeDisable) for OffModeDisable + stm32_lpm.o(.ARM.exidx.text.UTIL_LPM_GetMode) refers to stm32_lpm.o(.text.UTIL_LPM_GetMode) for [Anonymous Symbol] + stm32_lpm.o(.text.UTIL_LPM_EnterLowPower) refers to stm32_lpm.o(.bss.StopModeDisable) for StopModeDisable + stm32_lpm.o(.text.UTIL_LPM_EnterLowPower) refers to stm32_lpm_if.o(.rodata.UTIL_PowerDriver) for UTIL_PowerDriver + stm32_lpm.o(.text.UTIL_LPM_EnterLowPower) refers to stm32_lpm.o(.bss.OffModeDisable) for OffModeDisable + stm32_lpm.o(.ARM.exidx.text.UTIL_LPM_EnterLowPower) refers to stm32_lpm.o(.text.UTIL_LPM_EnterLowPower) for [Anonymous Symbol] + stm32_seq.o(.text.UTIL_SEQ_Init) refers to stm32_seq.o(.bss.TaskSet) for TaskSet + stm32_seq.o(.text.UTIL_SEQ_Init) refers to stm32_seq.o(.data.TaskMask) for TaskMask + stm32_seq.o(.text.UTIL_SEQ_Init) refers to stm32_seq.o(.data.SuperMask) for SuperMask + stm32_seq.o(.text.UTIL_SEQ_Init) refers to stm32_seq.o(.bss.EvtSet) for EvtSet + stm32_seq.o(.text.UTIL_SEQ_Init) refers to stm32_seq.o(.bss.EvtWaited) for EvtWaited + stm32_seq.o(.text.UTIL_SEQ_Init) refers to stm32_seq.o(.bss.CurrentTaskIdx) for CurrentTaskIdx + stm32_seq.o(.text.UTIL_SEQ_Init) refers to stm32_seq.o(.bss.TaskCb) for TaskCb + stm32_seq.o(.text.UTIL_SEQ_Init) refers to memseta.o(.text) for __aeabi_memclr4 + stm32_seq.o(.text.UTIL_SEQ_Init) refers to stm32_seq.o(.bss.TaskPrio) for TaskPrio + stm32_seq.o(.text.UTIL_SEQ_Init) refers to stm32_seq.o(.bss.TaskClearList) for TaskClearList + stm32_seq.o(.ARM.exidx.text.UTIL_SEQ_Init) refers to stm32_seq.o(.text.UTIL_SEQ_Init) for [Anonymous Symbol] + stm32_seq.o(.ARM.exidx.text.UTIL_SEQ_DeInit) refers to stm32_seq.o(.text.UTIL_SEQ_DeInit) for [Anonymous Symbol] + stm32_seq.o(.text.UTIL_SEQ_Run) refers to stm32_seq.o(.data.SuperMask) for SuperMask + stm32_seq.o(.text.UTIL_SEQ_Run) refers to stm32_seq.o(.bss.TaskSet) for TaskSet + stm32_seq.o(.text.UTIL_SEQ_Run) refers to stm32_seq.o(.bss.EvtSet) for EvtSet + stm32_seq.o(.text.UTIL_SEQ_Run) refers to stm32_seq.o(.data.TaskMask) for TaskMask + stm32_seq.o(.text.UTIL_SEQ_Run) refers to stm32_seq.o(.bss.EvtWaited) for EvtWaited + stm32_seq.o(.text.UTIL_SEQ_Run) refers to stm32_seq.o(.bss.TaskPrio) for TaskPrio + stm32_seq.o(.text.UTIL_SEQ_Run) refers to stm32_seq.o(.bss.TaskClearList) for TaskClearList + stm32_seq.o(.text.UTIL_SEQ_Run) refers to stm32_seq.o(.text.SEQ_BitPosition) for SEQ_BitPosition + stm32_seq.o(.text.UTIL_SEQ_Run) refers to stm32_seq.o(.bss.CurrentTaskIdx) for CurrentTaskIdx + stm32_seq.o(.text.UTIL_SEQ_Run) refers to stm32_seq.o(.text.UTIL_SEQ_PreTask) for UTIL_SEQ_PreTask + stm32_seq.o(.text.UTIL_SEQ_Run) refers to stm32_seq.o(.bss.TaskCb) for TaskCb + stm32_seq.o(.text.UTIL_SEQ_Run) refers to stm32_seq.o(.text.UTIL_SEQ_PostTask) for UTIL_SEQ_PostTask + stm32_seq.o(.text.UTIL_SEQ_Run) refers to stm32_seq.o(.text.UTIL_SEQ_CatchWarning) for UTIL_SEQ_CatchWarning + stm32_seq.o(.text.UTIL_SEQ_Run) refers to stm32_seq.o(.text.UTIL_SEQ_PreIdle) for UTIL_SEQ_PreIdle + stm32_seq.o(.text.UTIL_SEQ_Run) refers to app_entry.o(.text.UTIL_SEQ_Idle) for UTIL_SEQ_Idle + stm32_seq.o(.text.UTIL_SEQ_Run) refers to stm32_seq.o(.text.UTIL_SEQ_PostIdle) for UTIL_SEQ_PostIdle + stm32_seq.o(.ARM.exidx.text.UTIL_SEQ_Run) refers to stm32_seq.o(.text.UTIL_SEQ_Run) for [Anonymous Symbol] + stm32_seq.o(.ARM.exidx.text.SEQ_BitPosition) refers to stm32_seq.o(.text.SEQ_BitPosition) for [Anonymous Symbol] + stm32_seq.o(.ARM.exidx.text.UTIL_SEQ_PreTask) refers to stm32_seq.o(.text.UTIL_SEQ_PreTask) for [Anonymous Symbol] + stm32_seq.o(.ARM.exidx.text.UTIL_SEQ_PostTask) refers to stm32_seq.o(.text.UTIL_SEQ_PostTask) for [Anonymous Symbol] + stm32_seq.o(.ARM.exidx.text.UTIL_SEQ_CatchWarning) refers to stm32_seq.o(.text.UTIL_SEQ_CatchWarning) for [Anonymous Symbol] + stm32_seq.o(.ARM.exidx.text.UTIL_SEQ_PreIdle) refers to stm32_seq.o(.text.UTIL_SEQ_PreIdle) for [Anonymous Symbol] + stm32_seq.o(.ARM.exidx.text.UTIL_SEQ_Idle) refers to stm32_seq.o(.text.UTIL_SEQ_Idle) for [Anonymous Symbol] + stm32_seq.o(.ARM.exidx.text.UTIL_SEQ_PostIdle) refers to stm32_seq.o(.text.UTIL_SEQ_PostIdle) for [Anonymous Symbol] + stm32_seq.o(.text.UTIL_SEQ_RegTask) refers to stm32_seq.o(.text.SEQ_BitPosition) for SEQ_BitPosition + stm32_seq.o(.text.UTIL_SEQ_RegTask) refers to stm32_seq.o(.bss.TaskCb) for TaskCb + stm32_seq.o(.ARM.exidx.text.UTIL_SEQ_RegTask) refers to stm32_seq.o(.text.UTIL_SEQ_RegTask) for [Anonymous Symbol] + stm32_seq.o(.text.UTIL_SEQ_IsRegisteredTask) refers to stm32_seq.o(.text.SEQ_BitPosition) for SEQ_BitPosition + stm32_seq.o(.text.UTIL_SEQ_IsRegisteredTask) refers to stm32_seq.o(.bss.TaskCb) for TaskCb + stm32_seq.o(.ARM.exidx.text.UTIL_SEQ_IsRegisteredTask) refers to stm32_seq.o(.text.UTIL_SEQ_IsRegisteredTask) for [Anonymous Symbol] + stm32_seq.o(.text.UTIL_SEQ_SetTask) refers to stm32_seq.o(.bss.TaskSet) for TaskSet + stm32_seq.o(.text.UTIL_SEQ_SetTask) refers to stm32_seq.o(.bss.TaskPrio) for TaskPrio + stm32_seq.o(.ARM.exidx.text.UTIL_SEQ_SetTask) refers to stm32_seq.o(.text.UTIL_SEQ_SetTask) for [Anonymous Symbol] + stm32_seq.o(.text.UTIL_SEQ_IsSchedulableTask) refers to stm32_seq.o(.bss.TaskSet) for TaskSet + stm32_seq.o(.text.UTIL_SEQ_IsSchedulableTask) refers to stm32_seq.o(.data.TaskMask) for TaskMask + stm32_seq.o(.text.UTIL_SEQ_IsSchedulableTask) refers to stm32_seq.o(.data.SuperMask) for SuperMask + stm32_seq.o(.ARM.exidx.text.UTIL_SEQ_IsSchedulableTask) refers to stm32_seq.o(.text.UTIL_SEQ_IsSchedulableTask) for [Anonymous Symbol] + stm32_seq.o(.text.UTIL_SEQ_PauseTask) refers to stm32_seq.o(.data.TaskMask) for TaskMask + stm32_seq.o(.ARM.exidx.text.UTIL_SEQ_PauseTask) refers to stm32_seq.o(.text.UTIL_SEQ_PauseTask) for [Anonymous Symbol] + stm32_seq.o(.text.UTIL_SEQ_IsPauseTask) refers to stm32_seq.o(.data.TaskMask) for TaskMask + stm32_seq.o(.ARM.exidx.text.UTIL_SEQ_IsPauseTask) refers to stm32_seq.o(.text.UTIL_SEQ_IsPauseTask) for [Anonymous Symbol] + stm32_seq.o(.text.UTIL_SEQ_ResumeTask) refers to stm32_seq.o(.data.TaskMask) for TaskMask + stm32_seq.o(.ARM.exidx.text.UTIL_SEQ_ResumeTask) refers to stm32_seq.o(.text.UTIL_SEQ_ResumeTask) for [Anonymous Symbol] + stm32_seq.o(.text.UTIL_SEQ_SetEvt) refers to stm32_seq.o(.bss.EvtSet) for EvtSet + stm32_seq.o(.ARM.exidx.text.UTIL_SEQ_SetEvt) refers to stm32_seq.o(.text.UTIL_SEQ_SetEvt) for [Anonymous Symbol] + stm32_seq.o(.text.UTIL_SEQ_ClrEvt) refers to stm32_seq.o(.bss.EvtSet) for EvtSet + stm32_seq.o(.ARM.exidx.text.UTIL_SEQ_ClrEvt) refers to stm32_seq.o(.text.UTIL_SEQ_ClrEvt) for [Anonymous Symbol] + stm32_seq.o(.text.UTIL_SEQ_WaitEvt) refers to stm32_seq.o(.bss.CurrentTaskIdx) for CurrentTaskIdx + stm32_seq.o(.text.UTIL_SEQ_WaitEvt) refers to stm32_seq.o(.bss.EvtWaited) for EvtWaited + stm32_seq.o(.text.UTIL_SEQ_WaitEvt) refers to stm32_seq.o(.bss.EvtSet) for EvtSet + stm32_seq.o(.text.UTIL_SEQ_WaitEvt) refers to app_entry.o(.text.UTIL_SEQ_EvtIdle) for UTIL_SEQ_EvtIdle + stm32_seq.o(.ARM.exidx.text.UTIL_SEQ_WaitEvt) refers to stm32_seq.o(.text.UTIL_SEQ_WaitEvt) for [Anonymous Symbol] + stm32_seq.o(.text.UTIL_SEQ_EvtIdle) refers to stm32_seq.o(.text.UTIL_SEQ_Run) for UTIL_SEQ_Run + stm32_seq.o(.ARM.exidx.text.UTIL_SEQ_EvtIdle) refers to stm32_seq.o(.text.UTIL_SEQ_EvtIdle) for [Anonymous Symbol] + stm32_seq.o(.text.UTIL_SEQ_IsEvtPend) refers to stm32_seq.o(.bss.EvtWaited) for EvtWaited + stm32_seq.o(.text.UTIL_SEQ_IsEvtPend) refers to stm32_seq.o(.bss.EvtSet) for EvtSet + stm32_seq.o(.ARM.exidx.text.UTIL_SEQ_IsEvtPend) refers to stm32_seq.o(.text.UTIL_SEQ_IsEvtPend) for [Anonymous Symbol] + zcl_attr.o(.ARM.exidx.text.ZbZclAttrAddSorted) refers to zcl_attr.o(.text.ZbZclAttrAddSorted) for [Anonymous Symbol] + zcl_attr.o(.ARM.exidx.text.ZbZclAttrFind) refers to zcl_attr.o(.text.ZbZclAttrFind) for [Anonymous Symbol] + zcl_attr.o(.text.ZbZclAttrHandleDiscover) refers to zigbee_core_wb.o(.text.ZbZclSendDefaultResponse) for ZbZclSendDefaultResponse + zcl_attr.o(.text.ZbZclAttrHandleDiscover) refers to pletoh.o(.text.pletoh16) for pletoh16 + zcl_attr.o(.text.ZbZclAttrHandleDiscover) refers to zcl_header.o(.text.ZbZclAppendHeader) for ZbZclAppendHeader + zcl_attr.o(.text.ZbZclAttrHandleDiscover) refers to pletoh.o(.text.putle16) for putle16 + zcl_attr.o(.text.ZbZclAttrHandleDiscover) refers to zigbee_core_wb.o(.text.ZbApsAddrIsBcast) for ZbApsAddrIsBcast + zcl_attr.o(.text.ZbZclAttrHandleDiscover) refers to zcl_cluster.o(.text.ZbZclClusterInitApsdeReq) for ZbZclClusterInitApsdeReq + zcl_attr.o(.text.ZbZclAttrHandleDiscover) refers to zcl_cluster.o(.text.ZbZclTxOptsFromSecurityStatus) for ZbZclTxOptsFromSecurityStatus + zcl_attr.o(.text.ZbZclAttrHandleDiscover) refers to zigbee_core_wb.o(.text.ZbApsdeDataReqCallback) for ZbApsdeDataReqCallback + zcl_attr.o(.ARM.exidx.text.ZbZclAttrHandleDiscover) refers to zcl_attr.o(.text.ZbZclAttrHandleDiscover) for [Anonymous Symbol] + zcl_attr.o(.text.ZbZclAttrDiscoverGetList) refers to pletoh.o(.text.putle16) for putle16 + zcl_attr.o(.ARM.exidx.text.ZbZclAttrDiscoverGetList) refers to zcl_attr.o(.text.ZbZclAttrDiscoverGetList) for [Anonymous Symbol] + zcl_attr.o(.text.ZbZclAttrRead) refers to zcl_attr_list.o(.text.ZbZclAttrCallbackExec) for ZbZclAttrCallbackExec + zcl_attr.o(.text.ZbZclAttrRead) refers to memcpya.o(.text) for __aeabi_memcpy + zcl_attr.o(.text.ZbZclAttrRead) refers to pletoh.o(.text.pletoh16) for pletoh16 + zcl_attr.o(.ARM.exidx.text.ZbZclAttrRead) refers to zcl_attr.o(.text.ZbZclAttrRead) for [Anonymous Symbol] + zcl_attr.o(.text.ZbZclAttrWrite) refers to zcl_attr.o(.text.ZbZclAttrParseLength) for ZbZclAttrParseLength + zcl_attr.o(.text.ZbZclAttrWrite) refers to zcl_attr_integer.o(.text.ZbZclAttrIsInteger) for ZbZclAttrIsInteger + zcl_attr.o(.text.ZbZclAttrWrite) refers to zcl_attr_integer.o(.text.ZbZclParseInteger) for ZbZclParseInteger + zcl_attr.o(.text.ZbZclAttrWrite) refers to dfixl.o(.text) for __aeabi_d2lz + zcl_attr.o(.text.ZbZclAttrWrite) refers to zcl_attr_integer.o(.text.ZbZclAttrIntegerRangeCheck) for ZbZclAttrIntegerRangeCheck + zcl_attr.o(.text.ZbZclAttrWrite) refers to zcl_attr.o(.text.ZbZclAttrDefaultWrite) for ZbZclAttrDefaultWrite + zcl_attr.o(.text.ZbZclAttrWrite) refers to zcl_attr_list.o(.text.ZbZclAttrCallbackExec) for ZbZclAttrCallbackExec + zcl_attr.o(.text.ZbZclAttrWrite) refers to zigbee_core_wb.o(.text.ZbTimerReset) for ZbTimerReset + zcl_attr.o(.text.ZbZclAttrWrite) refers to zcl_attr_report.o(.text.zcl_attr_reporting_check) for zcl_attr_reporting_check + zcl_attr.o(.ARM.exidx.text.ZbZclAttrWrite) refers to zcl_attr.o(.text.ZbZclAttrWrite) for [Anonymous Symbol] + zcl_attr.o(.text.ZbZclAttrParseLength) refers to zcl_attr.o(.text.ZbZclAttrTypeLength) for ZbZclAttrTypeLength + zcl_attr.o(.text.ZbZclAttrParseLength) refers to pletoh.o(.text.pletoh16) for pletoh16 + zcl_attr.o(.ARM.exidx.text.ZbZclAttrParseLength) refers to zcl_attr.o(.text.ZbZclAttrParseLength) for [Anonymous Symbol] + zcl_attr.o(.text.ZbZclAttrDefaultWrite) refers to pletoh.o(.text.pletoh16) for pletoh16 + zcl_attr.o(.text.ZbZclAttrDefaultWrite) refers to pletoh.o(.text.putle16) for putle16 + zcl_attr.o(.text.ZbZclAttrDefaultWrite) refers to memcpya.o(.text) for __aeabi_memcpy + zcl_attr.o(.ARM.exidx.text.ZbZclAttrDefaultWrite) refers to zcl_attr.o(.text.ZbZclAttrDefaultWrite) for [Anonymous Symbol] + zcl_attr.o(.text.ZbZclAttrPostWrite) refers to zigbee_core_wb.o(.text.ZbTimerReset) for ZbTimerReset + zcl_attr.o(.text.ZbZclAttrPostWrite) refers to zcl_attr_report.o(.text.zcl_attr_reporting_check) for zcl_attr_reporting_check + zcl_attr.o(.ARM.exidx.text.ZbZclAttrPostWrite) refers to zcl_attr.o(.text.ZbZclAttrPostWrite) for [Anonymous Symbol] + zcl_attr.o(.text.ZbZclAttrPersist) refers to zigbee_core_wb.o(.text.ZbTimerReset) for ZbTimerReset + zcl_attr.o(.text.ZbZclAttrPersist) refers to zcl_attr_report.o(.text.zcl_attr_reporting_check) for zcl_attr_reporting_check + zcl_attr.o(.ARM.exidx.text.ZbZclAttrPersist) refers to zcl_attr.o(.text.ZbZclAttrPersist) for [Anonymous Symbol] + zcl_attr.o(.text.ZbZclAttrDefaultValue) refers to pletoh.o(.text.putle32) for putle32 + zcl_attr.o(.text.ZbZclAttrDefaultValue) refers to pletoh.o(.text.putle16) for putle16 + zcl_attr.o(.text.ZbZclAttrDefaultValue) refers to pletoh.o(.text.putle64) for putle64 + zcl_attr.o(.ARM.exidx.text.ZbZclAttrDefaultValue) refers to zcl_attr.o(.text.ZbZclAttrDefaultValue) for [Anonymous Symbol] + zcl_attr.o(.text.ZbZclAttrTypeLength) refers to zcl_attr.o(.rodata..Lswitch.table.ZbZclAttrTypeLength) for .Lswitch.table.ZbZclAttrTypeLength + zcl_attr.o(.ARM.exidx.text.ZbZclAttrTypeLength) refers to zcl_attr.o(.text.ZbZclAttrTypeLength) for [Anonymous Symbol] + zcl_attr.o(.ARM.exidx.text.ZbZclAttrIsAnalog) refers to zcl_attr.o(.text.ZbZclAttrIsAnalog) for [Anonymous Symbol] + zcl_attr_integer.o(.ARM.exidx.text.ZbZclAppendInteger) refers to zcl_attr_integer.o(.text.ZbZclAppendInteger) for [Anonymous Symbol] + zcl_attr_integer.o(.text.ZbZclParseInteger) refers to zcl_attr_integer.o(.text.ZbZclAttrIsInteger) for ZbZclAttrIsInteger + zcl_attr_integer.o(.ARM.exidx.text.ZbZclParseInteger) refers to zcl_attr_integer.o(.text.ZbZclParseInteger) for [Anonymous Symbol] + zcl_attr_integer.o(.ARM.exidx.text.ZbZclAttrIsInteger) refers to zcl_attr_integer.o(.text.ZbZclAttrIsInteger) for [Anonymous Symbol] + zcl_attr_integer.o(.ARM.exidx.text.ZbZclAttrIntegerRangeCheck) refers to zcl_attr_integer.o(.text.ZbZclAttrIntegerRangeCheck) for [Anonymous Symbol] + zcl_attr_integer.o(.text.ZbZclAttrIntegerRead) refers to zcl_attr.o(.text.ZbZclAttrRead) for ZbZclAttrRead + zcl_attr_integer.o(.text.ZbZclAttrIntegerRead) refers to zcl_attr_integer.o(.text.ZbZclParseInteger) for ZbZclParseInteger + zcl_attr_integer.o(.ARM.exidx.text.ZbZclAttrIntegerRead) refers to zcl_attr_integer.o(.text.ZbZclAttrIntegerRead) for [Anonymous Symbol] + zcl_attr_integer.o(.text.ZbZclAttrIntegerWrite) refers to zcl_attr.o(.text.ZbZclAttrRead) for ZbZclAttrRead + zcl_attr_integer.o(.text.ZbZclAttrIntegerWrite) refers to zcl_attr_integer.o(.text.ZbZclParseInteger) for ZbZclParseInteger + zcl_attr_integer.o(.text.ZbZclAttrIntegerWrite) refers to zcl_attr_integer.o(.text.ZbZclAttrIntegerRangeCheck) for ZbZclAttrIntegerRangeCheck + zcl_attr_integer.o(.text.ZbZclAttrIntegerWrite) refers to pletoh.o(.text.putle64) for putle64 + zcl_attr_integer.o(.text.ZbZclAttrIntegerWrite) refers to zcl_attr.o(.text.ZbZclAttrWrite) for ZbZclAttrWrite + zcl_attr_integer.o(.ARM.exidx.text.ZbZclAttrIntegerWrite) refers to zcl_attr_integer.o(.text.ZbZclAttrIntegerWrite) for [Anonymous Symbol] + zcl_attr_integer.o(.text.ZbZclAttrIntegerIncrement) refers to zcl_attr.o(.text.ZbZclAttrRead) for ZbZclAttrRead + zcl_attr_integer.o(.text.ZbZclAttrIntegerIncrement) refers to zcl_attr_integer.o(.text.ZbZclParseInteger) for ZbZclParseInteger + zcl_attr_integer.o(.text.ZbZclAttrIntegerIncrement) refers to zcl_attr.o(.text.ZbZclAttrTypeLength) for ZbZclAttrTypeLength + zcl_attr_integer.o(.text.ZbZclAttrIntegerIncrement) refers to zcl_attr_integer.o(.text.ZbZclAttrIntegerWrite) for ZbZclAttrIntegerWrite + zcl_attr_integer.o(.ARM.exidx.text.ZbZclAttrIntegerIncrement) refers to zcl_attr_integer.o(.text.ZbZclAttrIntegerIncrement) for [Anonymous Symbol] + zcl_attr_integer.o(.text.ZbZclAttrEuiRead) refers to zcl_attr.o(.text.ZbZclAttrRead) for ZbZclAttrRead + zcl_attr_integer.o(.text.ZbZclAttrEuiRead) refers to pletoh.o(.text.pletoh64) for pletoh64 + zcl_attr_integer.o(.ARM.exidx.text.ZbZclAttrEuiRead) refers to zcl_attr_integer.o(.text.ZbZclAttrEuiRead) for [Anonymous Symbol] + zcl_attr_integer.o(.text.ZbZclAttrEuiWrite) refers to zcl_attr.o(.text.ZbZclAttrRead) for ZbZclAttrRead + zcl_attr_integer.o(.text.ZbZclAttrEuiWrite) refers to pletoh.o(.text.pletoh64) for pletoh64 + zcl_attr_integer.o(.text.ZbZclAttrEuiWrite) refers to pletoh.o(.text.putle64) for putle64 + zcl_attr_integer.o(.text.ZbZclAttrEuiWrite) refers to zcl_attr.o(.text.ZbZclAttrWrite) for ZbZclAttrWrite + zcl_attr_integer.o(.ARM.exidx.text.ZbZclAttrEuiWrite) refers to zcl_attr_integer.o(.text.ZbZclAttrEuiWrite) for [Anonymous Symbol] + zcl_cluster.o(.ARM.exidx.text.ZbZclClusterGetEndpoint) refers to zcl_cluster.o(.text.ZbZclClusterGetEndpoint) for [Anonymous Symbol] + zcl_cluster.o(.ARM.exidx.text.ZbZclClusterSetCallbackArg) refers to zcl_cluster.o(.text.ZbZclClusterSetCallbackArg) for [Anonymous Symbol] + zcl_cluster.o(.ARM.exidx.text.ZbZclClusterSetMfrCode) refers to zcl_cluster.o(.text.ZbZclClusterSetMfrCode) for [Anonymous Symbol] + zcl_cluster.o(.ARM.exidx.text.ZbZclClusterGetClusterId) refers to zcl_cluster.o(.text.ZbZclClusterGetClusterId) for [Anonymous Symbol] + zcl_cluster.o(.text.ZbZclClusterSetProfileId) refers to zigbee_core_wb.o(.text.ZbZclClusterUnbind) for ZbZclClusterUnbind + zcl_cluster.o(.text.ZbZclClusterSetProfileId) refers to zigbee_core_wb.o(.text.ZbZclClusterBind) for ZbZclClusterBind + zcl_cluster.o(.ARM.exidx.text.ZbZclClusterSetProfileId) refers to zcl_cluster.o(.text.ZbZclClusterSetProfileId) for [Anonymous Symbol] + zcl_cluster.o(.ARM.exidx.text.ZbZclClusterGetProfileId) refers to zcl_cluster.o(.text.ZbZclClusterGetProfileId) for [Anonymous Symbol] + zcl_cluster.o(.ARM.exidx.text.ZbZclClusterSetMinSecurity) refers to zcl_cluster.o(.text.ZbZclClusterSetMinSecurity) for [Anonymous Symbol] + zcl_cluster.o(.text.ZbZclClusterCheckMinSecurity) refers to zigbee_core_wb.o(.text.ZbApsAddrIsBcast) for ZbApsAddrIsBcast + zcl_cluster.o(.text.ZbZclClusterCheckMinSecurity) refers to pletoh.o(.text.pletoh16) for pletoh16 + zcl_cluster.o(.ARM.exidx.text.ZbZclClusterCheckMinSecurity) refers to zcl_cluster.o(.text.ZbZclClusterCheckMinSecurity) for [Anonymous Symbol] + zcl_cluster.o(.ARM.exidx.text.ZbZclClusterSetTxOptions) refers to zcl_cluster.o(.text.ZbZclClusterSetTxOptions) for [Anonymous Symbol] + zcl_cluster.o(.ARM.exidx.text.ZbZclClusterGetTxOptions) refers to zcl_cluster.o(.text.ZbZclClusterGetTxOptions) for [Anonymous Symbol] + zcl_cluster.o(.ARM.exidx.text.ZbZclTxOptsFromSecurityStatus) refers to zcl_cluster.o(.text.ZbZclTxOptsFromSecurityStatus) for [Anonymous Symbol] + zcl_cluster.o(.ARM.exidx.text.ZbZclClusterGetDirection) refers to zcl_cluster.o(.text.ZbZclClusterGetDirection) for [Anonymous Symbol] + zcl_cluster.o(.text.ZbZclClusterGetDirectionStr) refers to zcl_cluster.o(.rodata.str1.1) for [Anonymous Symbol] + zcl_cluster.o(.ARM.exidx.text.ZbZclClusterGetDirectionStr) refers to zcl_cluster.o(.text.ZbZclClusterGetDirectionStr) for [Anonymous Symbol] + zcl_cluster.o(.ARM.exidx.text.ZbZclClusterSetDiscoverRoute) refers to zcl_cluster.o(.text.ZbZclClusterSetDiscoverRoute) for [Anonymous Symbol] + zcl_cluster.o(.ARM.exidx.text.ZbZclClusterSetRadius) refers to zcl_cluster.o(.text.ZbZclClusterSetRadius) for [Anonymous Symbol] + zcl_cluster.o(.ARM.exidx.text.ZbZclClusterGetRadius) refers to zcl_cluster.o(.text.ZbZclClusterGetRadius) for [Anonymous Symbol] + zcl_cluster.o(.ARM.exidx.text.ZbZclClusterSetMaxAsduLength) refers to zcl_cluster.o(.text.ZbZclClusterSetMaxAsduLength) for [Anonymous Symbol] + zcl_cluster.o(.ARM.exidx.text.ZbZclClusterGetMaxAsduLength) refers to zcl_cluster.o(.text.ZbZclClusterGetMaxAsduLength) for [Anonymous Symbol] + zcl_cluster.o(.text.ZbZclClusterInitCommandReq) refers to memseta.o(.text) for __aeabi_memclr8 + zcl_cluster.o(.ARM.exidx.text.ZbZclClusterInitCommandReq) refers to zcl_cluster.o(.text.ZbZclClusterInitCommandReq) for [Anonymous Symbol] + zcl_cluster.o(.text.ZbZclClusterInitApsdeReq) refers to memseta.o(.text) for __aeabi_memclr8 + zcl_cluster.o(.ARM.exidx.text.ZbZclClusterInitApsdeReq) refers to zcl_cluster.o(.text.ZbZclClusterInitApsdeReq) for [Anonymous Symbol] + zcl_command_ind.o(.text.zcl_cluster_data_ind) refers to zcl_header.o(.text.ZbZclParseHeader) for ZbZclParseHeader + zcl_command_ind.o(.text.zcl_cluster_data_ind) refers to zigbee_core_wb.o(.text.ZbApsAddrIsLocal) for ZbApsAddrIsLocal + zcl_command_ind.o(.text.zcl_cluster_data_ind) refers to zcl_cluster.o(.text.ZbZclClusterCheckMinSecurity) for ZbZclClusterCheckMinSecurity + zcl_command_ind.o(.text.zcl_cluster_data_ind) refers to zigbee_core_wb.o(.text.ZbZclDeviceLogCheckAllow) for ZbZclDeviceLogCheckAllow + zcl_command_ind.o(.text.zcl_cluster_data_ind) refers to zcl_attr_report.o(.text.ZbZclHandleReadReport) for ZbZclHandleReadReport + zcl_command_ind.o(.text.zcl_cluster_data_ind) refers to zcl_attr_report.o(.text.ZbZclHandleConfigReport) for ZbZclHandleConfigReport + zcl_command_ind.o(.text.zcl_cluster_data_ind) refers to zcl_command_ind.o(.text.ZbZclHandleReadAttr) for ZbZclHandleReadAttr + zcl_command_ind.o(.text.zcl_cluster_data_ind) refers to zcl_attr.o(.text.ZbZclAttrHandleDiscover) for ZbZclAttrHandleDiscover + zcl_command_ind.o(.text.zcl_cluster_data_ind) refers to zcl_cluster_scene.o(.text.ZbZclHandleGetSceneData) for ZbZclHandleGetSceneData + zcl_command_ind.o(.text.zcl_cluster_data_ind) refers to zcl_attr_report.o(.text.ZbZclHandleReportAttr) for ZbZclHandleReportAttr + zcl_command_ind.o(.text.zcl_cluster_data_ind) refers to zcl_header.o(.text.ZbZclAppendHeader) for ZbZclAppendHeader + zcl_command_ind.o(.text.zcl_cluster_data_ind) refers to zcl_cluster.o(.text.ZbZclClusterInitApsdeReq) for ZbZclClusterInitApsdeReq + zcl_command_ind.o(.text.zcl_cluster_data_ind) refers to zcl_cluster.o(.text.ZbZclTxOptsFromSecurityStatus) for ZbZclTxOptsFromSecurityStatus + zcl_command_ind.o(.text.zcl_cluster_data_ind) refers to pletoh.o(.text.putle16) for putle16 + zcl_command_ind.o(.text.zcl_cluster_data_ind) refers to pletoh.o(.text.pletoh16) for pletoh16 + zcl_command_ind.o(.text.zcl_cluster_data_ind) refers to zcl_attr.o(.text.ZbZclAttrParseLength) for ZbZclAttrParseLength + zcl_command_ind.o(.text.zcl_cluster_data_ind) refers to zcl_attr.o(.text.ZbZclAttrWrite) for ZbZclAttrWrite + zcl_command_ind.o(.text.zcl_cluster_data_ind) refers to zigbee_core_wb.o(.text.ZbZclSendDefaultResponse) for ZbZclSendDefaultResponse + zcl_command_ind.o(.text.zcl_cluster_data_ind) refers to zigbee_core_wb.o(.text.ZbApsdeDataReqCallback) for ZbApsdeDataReqCallback + zcl_command_ind.o(.text.zcl_cluster_data_ind) refers to zcl_cluster_scene.o(.text.ZbZclHandleSetSceneData) for ZbZclHandleSetSceneData + zcl_command_ind.o(.text.zcl_cluster_data_ind) refers to zcl_command_ind.o(.text.zcl_persist_handle_set) for zcl_persist_handle_set + zcl_command_ind.o(.ARM.exidx.text.zcl_cluster_data_ind) refers to zcl_command_ind.o(.text.zcl_cluster_data_ind) for [Anonymous Symbol] + zcl_command_ind.o(.text.zcl_cluster_alarm_data_ind) refers to zcl_header.o(.text.ZbZclParseHeader) for ZbZclParseHeader + zcl_command_ind.o(.text.zcl_cluster_alarm_data_ind) refers to pletoh.o(.text.pletoh16) for pletoh16 + zcl_command_ind.o(.text.zcl_cluster_alarm_data_ind) refers to zcl_cluster.o(.text.ZbZclClusterGetClusterId) for ZbZclClusterGetClusterId + zcl_command_ind.o(.text.zcl_cluster_alarm_data_ind) refers to zcl_header.o(.text.ZbZclAppendHeader) for ZbZclAppendHeader + zcl_command_ind.o(.text.zcl_cluster_alarm_data_ind) refers to zcl_cluster.o(.text.ZbZclTxOptsFromSecurityStatus) for ZbZclTxOptsFromSecurityStatus + zcl_command_ind.o(.text.zcl_cluster_alarm_data_ind) refers to zigbee_core_wb.o(.text.ZbApsdeDataReqCallback) for ZbApsdeDataReqCallback + zcl_command_ind.o(.ARM.exidx.text.zcl_cluster_alarm_data_ind) refers to zcl_command_ind.o(.text.zcl_cluster_alarm_data_ind) for [Anonymous Symbol] + zcl_command_ind.o(.text.ZbZclHandleReadAttr) refers to zcl_command_ind.o(.rodata.str1.1) for .L.str + zcl_command_ind.o(.text.ZbZclHandleReadAttr) refers to zigbee_core_wb.o(.text.zb_heap_alloc) for zb_heap_alloc + zcl_command_ind.o(.text.ZbZclHandleReadAttr) refers to zcl_header.o(.text.ZbZclAppendHeader) for ZbZclAppendHeader + zcl_command_ind.o(.text.ZbZclHandleReadAttr) refers to pletoh.o(.text.pletoh16) for pletoh16 + zcl_command_ind.o(.text.ZbZclHandleReadAttr) refers to pletoh.o(.text.putle16) for putle16 + zcl_command_ind.o(.text.ZbZclHandleReadAttr) refers to zcl_attr.o(.text.ZbZclAttrRead) for ZbZclAttrRead + zcl_command_ind.o(.text.ZbZclHandleReadAttr) refers to zcl_attr.o(.text.ZbZclAttrParseLength) for ZbZclAttrParseLength + zcl_command_ind.o(.text.ZbZclHandleReadAttr) refers to zcl_cluster.o(.text.ZbZclClusterInitApsdeReq) for ZbZclClusterInitApsdeReq + zcl_command_ind.o(.text.ZbZclHandleReadAttr) refers to zcl_cluster.o(.text.ZbZclTxOptsFromSecurityStatus) for ZbZclTxOptsFromSecurityStatus + zcl_command_ind.o(.text.ZbZclHandleReadAttr) refers to zigbee_core_wb.o(.text.ZbApsdeDataReqCallback) for ZbApsdeDataReqCallback + zcl_command_ind.o(.text.ZbZclHandleReadAttr) refers to zigbee_core_wb.o(.text.zb_heap_free) for zb_heap_free + zcl_command_ind.o(.text.ZbZclHandleReadAttr) refers to zigbee_core_wb.o(.text.ZbZclSendDefaultResponse) for ZbZclSendDefaultResponse + zcl_command_ind.o(.ARM.exidx.text.ZbZclHandleReadAttr) refers to zcl_command_ind.o(.text.ZbZclHandleReadAttr) for [Anonymous Symbol] + zcl_command_ind.o(.text.zcl_persist_handle_set) refers to pletoh.o(.text.pletoh16) for pletoh16 + zcl_command_ind.o(.text.zcl_persist_handle_set) refers to zcl_attr.o(.text.ZbZclAttrWrite) for ZbZclAttrWrite + zcl_command_ind.o(.ARM.exidx.text.zcl_persist_handle_set) refers to zcl_command_ind.o(.text.zcl_persist_handle_set) for [Anonymous Symbol] + zcl_onoff_server.o(.text.ZbZclOnOffServerAlloc) refers to zcl_cluster_init.o(.text.ZbZclClusterAlloc) for ZbZclClusterAlloc + zcl_onoff_server.o(.text.ZbZclOnOffServerAlloc) refers to zcl_attr_integer.o(.text.ZbZclAttrIntegerWrite) for ZbZclAttrIntegerWrite + zcl_onoff_server.o(.text.ZbZclOnOffServerAlloc) refers to zcl_onoff_server.o(.text.onOffServerGetSceneData) for onOffServerGetSceneData + zcl_onoff_server.o(.text.ZbZclOnOffServerAlloc) refers to zcl_onoff_server.o(.text.onOffServerSetSceneData) for onOffServerSetSceneData + zcl_onoff_server.o(.text.ZbZclOnOffServerAlloc) refers to zcl_onoff_server.o(.text.onOffServerCommand) for onOffServerCommand + zcl_onoff_server.o(.text.ZbZclOnOffServerAlloc) refers to zcl_onoff_server.o(.rodata.zcl_onoff_server_attr_list) for zcl_onoff_server_attr_list + zcl_onoff_server.o(.text.ZbZclOnOffServerAlloc) refers to zcl_attr_list.o(.text.ZbZclAttrAppendList) for ZbZclAttrAppendList + zcl_onoff_server.o(.text.ZbZclOnOffServerAlloc) refers to zcl_cluster_init.o(.text.ZbZclClusterFree) for ZbZclClusterFree + zcl_onoff_server.o(.text.ZbZclOnOffServerAlloc) refers to zcl_cluster.o(.text.ZbZclClusterSetCallbackArg) for ZbZclClusterSetCallbackArg + zcl_onoff_server.o(.text.ZbZclOnOffServerAlloc) refers to zcl_cluster_init.o(.text.ZbZclClusterAttach) for ZbZclClusterAttach + zcl_onoff_server.o(.ARM.exidx.text.ZbZclOnOffServerAlloc) refers to zcl_onoff_server.o(.text.ZbZclOnOffServerAlloc) for [Anonymous Symbol] + zcl_onoff_server.o(.text.onOffServerGetSceneData) refers to zcl_attr.o(.text.ZbZclAttrRead) for ZbZclAttrRead + zcl_onoff_server.o(.text.onOffServerGetSceneData) refers to pletoh.o(.text.putle16) for putle16 + zcl_onoff_server.o(.ARM.exidx.text.onOffServerGetSceneData) refers to zcl_onoff_server.o(.text.onOffServerGetSceneData) for [Anonymous Symbol] + zcl_onoff_server.o(.text.onOffServerSetSceneData) refers to zcl_attr_integer.o(.text.ZbZclAttrIntegerWrite) for ZbZclAttrIntegerWrite + zcl_onoff_server.o(.ARM.exidx.text.onOffServerSetSceneData) refers to zcl_onoff_server.o(.text.onOffServerSetSceneData) for [Anonymous Symbol] + zcl_onoff_server.o(.text.onOffServerCommand) refers to zcl_cluster.o(.text.ZbZclTxOptsFromSecurityStatus) for ZbZclTxOptsFromSecurityStatus + zcl_onoff_server.o(.text.onOffServerCommand) refers to zcl_attr.o(.text.ZbZclAttrRead) for ZbZclAttrRead + zcl_onoff_server.o(.text.onOffServerCommand) refers to zcl_attr_integer.o(.text.ZbZclAttrIntegerWrite) for ZbZclAttrIntegerWrite + zcl_onoff_server.o(.ARM.exidx.text.onOffServerCommand) refers to zcl_onoff_server.o(.text.onOffServerCommand) for [Anonymous Symbol] + zcl_onoff_server.o(.ARM.exidx.text.ZbZclOnOffServerSetLevelControlCallback) refers to zcl_onoff_server.o(.text.ZbZclOnOffServerSetLevelControlCallback) for [Anonymous Symbol] + zcl_attr_list.o(.text.ZbZclAttrAppendList) refers to zcl_attr.o(.text.ZbZclAttrFind) for ZbZclAttrFind + zcl_attr_list.o(.text.ZbZclAttrAppendList) refers to zcl_attr_report.o(.text.zcl_cluster_attr_report_delete) for zcl_cluster_attr_report_delete + zcl_attr_list.o(.text.ZbZclAttrAppendList) refers to zcl_attr_list.o(.rodata.str1.1) for .L.str + zcl_attr_list.o(.text.ZbZclAttrAppendList) refers to zigbee_core_wb.o(.text.zb_heap_free) for zb_heap_free + zcl_attr_list.o(.text.ZbZclAttrAppendList) refers to zcl_attr.o(.text.ZbZclAttrTypeLength) for ZbZclAttrTypeLength + zcl_attr_list.o(.text.ZbZclAttrAppendList) refers to zigbee_core_wb.o(.text.zb_heap_alloc) for zb_heap_alloc + zcl_attr_list.o(.text.ZbZclAttrAppendList) refers to memseta.o(.text) for __aeabi_memclr + zcl_attr_list.o(.text.ZbZclAttrAppendList) refers to zcl_attr.o(.text.ZbZclAttrAddSorted) for ZbZclAttrAddSorted + zcl_attr_list.o(.text.ZbZclAttrAppendList) refers to zcl_attr.o(.text.ZbZclAttrDefaultValue) for ZbZclAttrDefaultValue + zcl_attr_list.o(.text.ZbZclAttrAppendList) refers to zcl_attr_report.o(.text.zcl_reporting_create_default_reports) for zcl_reporting_create_default_reports + zcl_attr_list.o(.ARM.exidx.text.ZbZclAttrAppendList) refers to zcl_attr_list.o(.text.ZbZclAttrAppendList) for [Anonymous Symbol] + zcl_attr_list.o(.ARM.exidx.text.ZbZclAttrCallbackExec) refers to zcl_attr_list.o(.text.ZbZclAttrCallbackExec) for [Anonymous Symbol] + zcl_attr_list.o(.text.ZbZclAttrFreeList) refers to zcl_attr_list.o(.rodata.str1.1) for .L.str + zcl_attr_list.o(.text.ZbZclAttrFreeList) refers to zigbee_core_wb.o(.text.zb_heap_free) for zb_heap_free + zcl_attr_list.o(.text.ZbZclAttrFreeList) refers to zcl_attr_report.o(.text.zcl_cluster_attr_report_delete) for zcl_cluster_attr_report_delete + zcl_attr_list.o(.ARM.exidx.text.ZbZclAttrFreeList) refers to zcl_attr_list.o(.text.ZbZclAttrFreeList) for [Anonymous Symbol] + zcl_attr_report.o(.text.ZbZclAttrReportKick) refers to zigbee_core_wb.o(.text.ZbTimerReset) for ZbTimerReset + zcl_attr_report.o(.ARM.exidx.text.ZbZclAttrReportKick) refers to zcl_attr_report.o(.text.ZbZclAttrReportKick) for [Anonymous Symbol] + zcl_attr_report.o(.text.zcl_cluster_reports_timer) refers to zigbee_core_wb.o(.text.ZbZclUptime) for ZbZclUptime + zcl_attr_report.o(.text.zcl_cluster_reports_timer) refers to zigbee_core_wb.o(.text.ZbTimeoutRemaining) for ZbTimeoutRemaining + zcl_attr_report.o(.text.zcl_cluster_reports_timer) refers to memseta.o(.text) for __aeabi_memclr4 + zcl_attr_report.o(.text.zcl_cluster_reports_timer) refers to zigbee_core_wb.o(.text.ZbApsBindSrcExists) for ZbApsBindSrcExists + zcl_attr_report.o(.text.zcl_cluster_reports_timer) refers to zcl_attr_report.o(.rodata.str1.1) for .L.str + zcl_attr_report.o(.text.zcl_cluster_reports_timer) refers to zigbee_core_wb.o(.text.zb_heap_alloc) for zb_heap_alloc + zcl_attr_report.o(.text.zcl_cluster_reports_timer) refers to zcl_attr.o(.text.ZbZclAttrRead) for ZbZclAttrRead + zcl_attr_report.o(.text.zcl_cluster_reports_timer) refers to zigbee_core_wb.o(.text.ZbNwkGet) for ZbNwkGet + zcl_attr_report.o(.text.zcl_cluster_reports_timer) refers to zcl_attr.o(.text.ZbZclAttrParseLength) for ZbZclAttrParseLength + zcl_attr_report.o(.text.zcl_cluster_reports_timer) refers to zcl_attr_float.o(.text.ZbZclParseFloat) for ZbZclParseFloat + zcl_attr_report.o(.text.zcl_cluster_reports_timer) refers to dadd.o(.text) for __aeabi_dsub + zcl_attr_report.o(.text.zcl_cluster_reports_timer) refers to dcmplt.o(.text) for __aeabi_dcmplt + zcl_attr_report.o(.text.zcl_cluster_reports_timer) refers to zcl_attr_report.o(.text.zcl_reporting_queue_report) for zcl_reporting_queue_report + zcl_attr_report.o(.text.zcl_cluster_reports_timer) refers to zigbee_core_wb.o(.text.ZbTimerReset) for ZbTimerReset + zcl_attr_report.o(.text.zcl_cluster_reports_timer) refers to memcpya.o(.text) for __aeabi_memcpy + zcl_attr_report.o(.text.zcl_cluster_reports_timer) refers to pletoh.o(.text.putle16) for putle16 + zcl_attr_report.o(.text.zcl_cluster_reports_timer) refers to zcl_attr.o(.text.ZbZclAttrIsAnalog) for ZbZclAttrIsAnalog + zcl_attr_report.o(.text.zcl_cluster_reports_timer) refers to zcl_attr_integer.o(.text.ZbZclParseInteger) for ZbZclParseInteger + zcl_attr_report.o(.text.zcl_cluster_reports_timer) refers to zigbee_core_wb.o(.text.WpanCrc) for WpanCrc + zcl_attr_report.o(.text.zcl_cluster_reports_timer) refers to dfltul.o(.text) for __aeabi_ul2d + zcl_attr_report.o(.text.zcl_cluster_reports_timer) refers to dcmpgt.o(.text) for __aeabi_dcmpgt + zcl_attr_report.o(.text.zcl_cluster_reports_timer) refers to zigbee_core_wb.o(.text.zb_heap_free) for zb_heap_free + zcl_attr_report.o(.ARM.exidx.text.zcl_cluster_reports_timer) refers to zcl_attr_report.o(.text.zcl_cluster_reports_timer) for [Anonymous Symbol] + zcl_attr_report.o(.text.zcl_reporting_queue_report) refers to zcl_attr_report.o(.rodata.str1.1) for .L.str + zcl_attr_report.o(.text.zcl_reporting_queue_report) refers to zigbee_core_wb.o(.text.zb_heap_alloc) for zb_heap_alloc + zcl_attr_report.o(.text.zcl_reporting_queue_report) refers to memseta.o(.text) for __aeabi_memclr4 + zcl_attr_report.o(.text.zcl_reporting_queue_report) refers to zcl_attr_report.o(.text.report_command_timer) for report_command_timer + zcl_attr_report.o(.text.zcl_reporting_queue_report) refers to zigbee_core_wb.o(.text.ZbTimerAlloc) for ZbTimerAlloc + zcl_attr_report.o(.text.zcl_reporting_queue_report) refers to memcpya.o(.text) for __aeabi_memcpy4 + zcl_attr_report.o(.text.zcl_reporting_queue_report) refers to zigbee_core_wb.o(.text.ZbTimerReset) for ZbTimerReset + zcl_attr_report.o(.text.zcl_reporting_queue_report) refers to zcl_attr_report.o(.text.zcl_reporting_send_report) for zcl_reporting_send_report + zcl_attr_report.o(.text.zcl_reporting_queue_report) refers to zigbee_core_wb.o(.text.zb_heap_free) for zb_heap_free + zcl_attr_report.o(.ARM.exidx.text.zcl_reporting_queue_report) refers to zcl_attr_report.o(.text.zcl_reporting_queue_report) for [Anonymous Symbol] + zcl_attr_report.o(.text.zcl_attr_reporting_check) refers to zigbee_core_wb.o(.text.ZbNwkGet) for ZbNwkGet + zcl_attr_report.o(.text.zcl_attr_reporting_check) refers to zigbee_core_wb.o(.text.ZbTimerReset) for ZbTimerReset + zcl_attr_report.o(.ARM.exidx.text.zcl_attr_reporting_check) refers to zcl_attr_report.o(.text.zcl_attr_reporting_check) for [Anonymous Symbol] + zcl_attr_report.o(.text.ZbZclReportCleanup) refers to zcl_attr_report.o(.rodata.str1.1) for .L.str + zcl_attr_report.o(.text.ZbZclReportCleanup) refers to zigbee_core_wb.o(.text.zb_heap_free) for zb_heap_free + zcl_attr_report.o(.text.ZbZclReportCleanup) refers to zigbee_core_wb.o(.text.ZbNwkGet) for ZbNwkGet + zcl_attr_report.o(.text.ZbZclReportCleanup) refers to zigbee_core_wb.o(.text.ZbTimerReset) for ZbTimerReset + zcl_attr_report.o(.ARM.exidx.text.ZbZclReportCleanup) refers to zcl_attr_report.o(.text.ZbZclReportCleanup) for [Anonymous Symbol] + zcl_attr_report.o(.text.zcl_reporting_stack_event) refers to zigbee_core_wb.o(.text.ZbZclUptime) for ZbZclUptime + zcl_attr_report.o(.text.zcl_reporting_stack_event) refers to zigbee_core_wb.o(.text.ZbNwkGet) for ZbNwkGet + zcl_attr_report.o(.text.zcl_reporting_stack_event) refers to zigbee_core_wb.o(.text.ZbTimerReset) for ZbTimerReset + zcl_attr_report.o(.ARM.exidx.text.zcl_reporting_stack_event) refers to zcl_attr_report.o(.text.zcl_reporting_stack_event) for [Anonymous Symbol] + zcl_attr_report.o(.text.zcl_cluster_attr_report_delete) refers to zcl_attr_report.o(.rodata.str1.1) for .L.str + zcl_attr_report.o(.text.zcl_cluster_attr_report_delete) refers to zigbee_core_wb.o(.text.zb_heap_free) for zb_heap_free + zcl_attr_report.o(.text.zcl_cluster_attr_report_delete) refers to zigbee_core_wb.o(.text.ZbNwkGet) for ZbNwkGet + zcl_attr_report.o(.text.zcl_cluster_attr_report_delete) refers to zigbee_core_wb.o(.text.ZbTimerReset) for ZbTimerReset + zcl_attr_report.o(.ARM.exidx.text.zcl_cluster_attr_report_delete) refers to zcl_attr_report.o(.text.zcl_cluster_attr_report_delete) for [Anonymous Symbol] + zcl_attr_report.o(.text.zcl_reporting_create_default_reports) refers to memseta.o(.text) for __aeabi_memclr8 + zcl_attr_report.o(.text.zcl_reporting_create_default_reports) refers to zcl_attr.o(.text.ZbZclAttrIsAnalog) for ZbZclAttrIsAnalog + zcl_attr_report.o(.text.zcl_reporting_create_default_reports) refers to zigbee_core_wb.o(.text.ZbZclUptime) for ZbZclUptime + zcl_attr_report.o(.text.zcl_reporting_create_default_reports) refers to zcl_attr_report.o(.text.zcl_reporting_save_curr_val) for zcl_reporting_save_curr_val + zcl_attr_report.o(.text.zcl_reporting_create_default_reports) refers to zcl_attr_report.o(.text.zcl_reporting_create_new) for zcl_reporting_create_new + zcl_attr_report.o(.ARM.exidx.text.zcl_reporting_create_default_reports) refers to zcl_attr_report.o(.text.zcl_reporting_create_default_reports) for [Anonymous Symbol] + zcl_attr_report.o(.text.zcl_reporting_save_curr_val) refers to zcl_attr_report.o(.rodata.str1.1) for .L.str + zcl_attr_report.o(.text.zcl_reporting_save_curr_val) refers to zigbee_core_wb.o(.text.zb_heap_alloc) for zb_heap_alloc + zcl_attr_report.o(.text.zcl_reporting_save_curr_val) refers to zcl_attr.o(.text.ZbZclAttrRead) for ZbZclAttrRead + zcl_attr_report.o(.text.zcl_reporting_save_curr_val) refers to zcl_attr.o(.text.ZbZclAttrParseLength) for ZbZclAttrParseLength + zcl_attr_report.o(.text.zcl_reporting_save_curr_val) refers to zcl_attr.o(.text.ZbZclAttrIsAnalog) for ZbZclAttrIsAnalog + zcl_attr_report.o(.text.zcl_reporting_save_curr_val) refers to zcl_attr_float.o(.text.ZbZclAttrIsFloat) for ZbZclAttrIsFloat + zcl_attr_report.o(.text.zcl_reporting_save_curr_val) refers to zcl_attr_float.o(.text.ZbZclParseFloat) for ZbZclParseFloat + zcl_attr_report.o(.text.zcl_reporting_save_curr_val) refers to zigbee_core_wb.o(.text.WpanCrc) for WpanCrc + zcl_attr_report.o(.text.zcl_reporting_save_curr_val) refers to zigbee_core_wb.o(.text.zb_heap_free) for zb_heap_free + zcl_attr_report.o(.text.zcl_reporting_save_curr_val) refers to zcl_attr_integer.o(.text.ZbZclParseInteger) for ZbZclParseInteger + zcl_attr_report.o(.ARM.exidx.text.zcl_reporting_save_curr_val) refers to zcl_attr_report.o(.text.zcl_reporting_save_curr_val) for [Anonymous Symbol] + zcl_attr_report.o(.text.zcl_reporting_create_new) refers to zcl_attr_report.o(.rodata.str1.1) for .L.str + zcl_attr_report.o(.text.zcl_reporting_create_new) refers to zigbee_core_wb.o(.text.zb_heap_alloc) for zb_heap_alloc + zcl_attr_report.o(.text.zcl_reporting_create_new) refers to zigbee_core_wb.o(.text.ZbZclUptime) for ZbZclUptime + zcl_attr_report.o(.text.zcl_reporting_create_new) refers to zigbee_core_wb.o(.text.ZbNwkGet) for ZbNwkGet + zcl_attr_report.o(.text.zcl_reporting_create_new) refers to zigbee_core_wb.o(.text.ZbTimerReset) for ZbTimerReset + zcl_attr_report.o(.ARM.exidx.text.zcl_reporting_create_new) refers to zcl_attr_report.o(.text.zcl_reporting_create_new) for [Anonymous Symbol] + zcl_attr_report.o(.text.ZbZclHandleConfigReport) refers to zcl_header.o(.text.ZbZclAppendHeader) for ZbZclAppendHeader + zcl_attr_report.o(.text.ZbZclHandleConfigReport) refers to memseta.o(.text) for __aeabi_memclr8 + zcl_attr_report.o(.text.ZbZclHandleConfigReport) refers to zigbee_core_wb.o(.text.ZbZclSendDefaultResponse) for ZbZclSendDefaultResponse + zcl_attr_report.o(.text.ZbZclHandleConfigReport) refers to pletoh.o(.text.pletoh16) for pletoh16 + zcl_attr_report.o(.text.ZbZclHandleConfigReport) refers to pletoh.o(.text.putle16) for putle16 + zcl_attr_report.o(.text.ZbZclHandleConfigReport) refers to zcl_attr.o(.text.ZbZclAttrFind) for ZbZclAttrFind + zcl_attr_report.o(.text.ZbZclHandleConfigReport) refers to zigbee_core_wb.o(.text.ZbZclUptime) for ZbZclUptime + zcl_attr_report.o(.text.ZbZclHandleConfigReport) refers to zcl_attr_report.o(.text.zcl_reporting_epsilon_check) for zcl_reporting_epsilon_check + zcl_attr_report.o(.text.ZbZclHandleConfigReport) refers to zcl_attr.o(.text.ZbZclAttrParseLength) for ZbZclAttrParseLength + zcl_attr_report.o(.text.ZbZclHandleConfigReport) refers to zcl_attr_float.o(.text.ZbZclParseFloat) for ZbZclParseFloat + zcl_attr_report.o(.text.ZbZclHandleConfigReport) refers to zcl_attr.o(.text.ZbZclAttrIsAnalog) for ZbZclAttrIsAnalog + zcl_attr_report.o(.text.ZbZclHandleConfigReport) refers to dcmpeq.o(.text) for __aeabi_dcmpeq + zcl_attr_report.o(.text.ZbZclHandleConfigReport) refers to dcmplt.o(.text) for __aeabi_dcmplt + zcl_attr_report.o(.text.ZbZclHandleConfigReport) refers to zcl_attr_integer.o(.text.ZbZclParseInteger) for ZbZclParseInteger + zcl_attr_report.o(.text.ZbZclHandleConfigReport) refers to dfltl.o(.text) for __aeabi_l2d + zcl_attr_report.o(.text.ZbZclHandleConfigReport) refers to zcl_attr_report.o(.text.zcl_reporting_save_curr_val) for zcl_reporting_save_curr_val + zcl_attr_report.o(.text.ZbZclHandleConfigReport) refers to zcl_attr_report.o(.text.zcl_reporting_create_new) for zcl_reporting_create_new + zcl_attr_report.o(.text.ZbZclHandleConfigReport) refers to zigbee_core_wb.o(.text.ZbExtendedAddress) for ZbExtendedAddress + zcl_attr_report.o(.text.ZbZclHandleConfigReport) refers to zigbee_core_wb.o(.text.ZbApsmeBindReq) for ZbApsmeBindReq + zcl_attr_report.o(.text.ZbZclHandleConfigReport) refers to zcl_cluster.o(.text.ZbZclClusterInitApsdeReq) for ZbZclClusterInitApsdeReq + zcl_attr_report.o(.text.ZbZclHandleConfigReport) refers to zcl_cluster.o(.text.ZbZclTxOptsFromSecurityStatus) for ZbZclTxOptsFromSecurityStatus + zcl_attr_report.o(.text.ZbZclHandleConfigReport) refers to zigbee_core_wb.o(.text.ZbApsdeDataReqCallback) for ZbApsdeDataReqCallback + zcl_attr_report.o(.text.ZbZclHandleConfigReport) refers to zigbee_core_wb.o(.text.ZbNwkGet) for ZbNwkGet + zcl_attr_report.o(.text.ZbZclHandleConfigReport) refers to zigbee_core_wb.o(.text.ZbTimerReset) for ZbTimerReset + zcl_attr_report.o(.ARM.exidx.text.ZbZclHandleConfigReport) refers to zcl_attr_report.o(.text.ZbZclHandleConfigReport) for [Anonymous Symbol] + zcl_attr_report.o(.text.zcl_reporting_epsilon_check) refers to dcmplt.o(.text) for __aeabi_dcmplt + zcl_attr_report.o(.text.zcl_reporting_epsilon_check) refers to zcl_attr.o(.text.ZbZclAttrIsAnalog) for ZbZclAttrIsAnalog + zcl_attr_report.o(.text.zcl_reporting_epsilon_check) refers to dcmpge.o(.text) for __aeabi_dcmpge + zcl_attr_report.o(.text.zcl_reporting_epsilon_check) refers to dcmpeq.o(.text) for __aeabi_dcmpeq + zcl_attr_report.o(.ARM.exidx.text.zcl_reporting_epsilon_check) refers to zcl_attr_report.o(.text.zcl_reporting_epsilon_check) for [Anonymous Symbol] + zcl_attr_report.o(.text.ZbZclHandleReadReport) refers to zcl_attr_report.o(.rodata.str1.1) for .L.str + zcl_attr_report.o(.text.ZbZclHandleReadReport) refers to zigbee_core_wb.o(.text.zb_heap_alloc) for zb_heap_alloc + zcl_attr_report.o(.text.ZbZclHandleReadReport) refers to zcl_header.o(.text.ZbZclAppendHeader) for ZbZclAppendHeader + zcl_attr_report.o(.text.ZbZclHandleReadReport) refers to zigbee_core_wb.o(.text.ZbZclSendDefaultResponse) for ZbZclSendDefaultResponse + zcl_attr_report.o(.text.ZbZclHandleReadReport) refers to pletoh.o(.text.pletoh16) for pletoh16 + zcl_attr_report.o(.text.ZbZclHandleReadReport) refers to zcl_attr.o(.text.ZbZclAttrFind) for ZbZclAttrFind + zcl_attr_report.o(.text.ZbZclHandleReadReport) refers to zcl_attr_report.o(.text.zcl_append_report_config_record) for zcl_append_report_config_record + zcl_attr_report.o(.text.ZbZclHandleReadReport) refers to pletoh.o(.text.putle16) for putle16 + zcl_attr_report.o(.text.ZbZclHandleReadReport) refers to zcl_cluster.o(.text.ZbZclClusterInitApsdeReq) for ZbZclClusterInitApsdeReq + zcl_attr_report.o(.text.ZbZclHandleReadReport) refers to zcl_cluster.o(.text.ZbZclTxOptsFromSecurityStatus) for ZbZclTxOptsFromSecurityStatus + zcl_attr_report.o(.text.ZbZclHandleReadReport) refers to zigbee_core_wb.o(.text.ZbApsdeDataReqCallback) for ZbApsdeDataReqCallback + zcl_attr_report.o(.text.ZbZclHandleReadReport) refers to zigbee_core_wb.o(.text.zb_heap_free) for zb_heap_free + zcl_attr_report.o(.ARM.exidx.text.ZbZclHandleReadReport) refers to zcl_attr_report.o(.text.ZbZclHandleReadReport) for [Anonymous Symbol] + zcl_attr_report.o(.text.zcl_append_report_config_record) refers to zcl_attr_float.o(.text.ZbZclAttrIsFloat) for ZbZclAttrIsFloat + zcl_attr_report.o(.text.zcl_append_report_config_record) refers to pletoh.o(.text.putle16) for putle16 + zcl_attr_report.o(.text.zcl_append_report_config_record) refers to zcl_attr.o(.text.ZbZclAttrIsAnalog) for ZbZclAttrIsAnalog + zcl_attr_report.o(.text.zcl_append_report_config_record) refers to zcl_attr.o(.text.ZbZclAttrTypeLength) for ZbZclAttrTypeLength + zcl_attr_report.o(.text.zcl_append_report_config_record) refers to dcmpgt.o(.text) for __aeabi_dcmpgt + zcl_attr_report.o(.text.zcl_append_report_config_record) refers to dfixi.o(.text) for __aeabi_d2iz + zcl_attr_report.o(.text.zcl_append_report_config_record) refers to dfixul.o(.text) for __aeabi_d2ulz + zcl_attr_report.o(.text.zcl_append_report_config_record) refers to pletoh.o(.text.putle40) for putle40 + zcl_attr_report.o(.text.zcl_append_report_config_record) refers to dfixui.o(.text) for __aeabi_d2uiz + zcl_attr_report.o(.text.zcl_append_report_config_record) refers to pletoh.o(.text.putle24) for putle24 + zcl_attr_report.o(.text.zcl_append_report_config_record) refers to pletoh.o(.text.putle32) for putle32 + zcl_attr_report.o(.text.zcl_append_report_config_record) refers to pletoh.o(.text.putle64) for putle64 + zcl_attr_report.o(.text.zcl_append_report_config_record) refers to pletoh.o(.text.putle48) for putle48 + zcl_attr_report.o(.text.zcl_append_report_config_record) refers to pletoh.o(.text.putle56) for putle56 + zcl_attr_report.o(.ARM.exidx.text.zcl_append_report_config_record) refers to zcl_attr_report.o(.text.zcl_append_report_config_record) for [Anonymous Symbol] + zcl_attr_report.o(.text.ZbZclHandleReportAttr) refers to pletoh.o(.text.pletoh16) for pletoh16 + zcl_attr_report.o(.text.ZbZclHandleReportAttr) refers to zcl_attr.o(.text.ZbZclAttrParseLength) for ZbZclAttrParseLength + zcl_attr_report.o(.ARM.exidx.text.ZbZclHandleReportAttr) refers to zcl_attr_report.o(.text.ZbZclHandleReportAttr) for [Anonymous Symbol] + zcl_attr_report.o(.text.ZbZclAttrReportConfigReq) refers to zcl_attr_report.o(.text.zcl_append_report_config_record) for zcl_append_report_config_record + zcl_attr_report.o(.text.ZbZclAttrReportConfigReq) refers to memseta.o(.text) for __aeabi_memclr8 + zcl_attr_report.o(.text.ZbZclAttrReportConfigReq) refers to zigbee_core_wb.o(.text.ZbZclGetNextSeqnum) for ZbZclGetNextSeqnum + zcl_attr_report.o(.text.ZbZclAttrReportConfigReq) refers to zigbee_core_wb.o(.text.ZbZclCommandReq) for ZbZclCommandReq + zcl_attr_report.o(.ARM.exidx.text.ZbZclAttrReportConfigReq) refers to zcl_attr_report.o(.text.ZbZclAttrReportConfigReq) for [Anonymous Symbol] + zcl_attr_report.o(.text.ZbZclAttrReportReadReq) refers to pletoh.o(.text.putle16) for putle16 + zcl_attr_report.o(.text.ZbZclAttrReportReadReq) refers to memseta.o(.text) for __aeabi_memclr8 + zcl_attr_report.o(.text.ZbZclAttrReportReadReq) refers to zigbee_core_wb.o(.text.ZbZclGetNextSeqnum) for ZbZclGetNextSeqnum + zcl_attr_report.o(.text.ZbZclAttrReportReadReq) refers to zigbee_core_wb.o(.text.ZbZclCommandReq) for ZbZclCommandReq + zcl_attr_report.o(.ARM.exidx.text.ZbZclAttrReportReadReq) refers to zcl_attr_report.o(.text.ZbZclAttrReportReadReq) for [Anonymous Symbol] + zcl_attr_report.o(.text.ZbZclAttrReportConfigDefault) refers to zcl_attr.o(.text.ZbZclAttrFind) for ZbZclAttrFind + zcl_attr_report.o(.text.ZbZclAttrReportConfigDefault) refers to zigbee_core_wb.o(.text.ZbZclUptime) for ZbZclUptime + zcl_attr_report.o(.text.ZbZclAttrReportConfigDefault) refers to zigbee_core_wb.o(.text.ZbNwkGet) for ZbNwkGet + zcl_attr_report.o(.text.ZbZclAttrReportConfigDefault) refers to zigbee_core_wb.o(.text.ZbTimerReset) for ZbTimerReset + zcl_attr_report.o(.ARM.exidx.text.ZbZclAttrReportConfigDefault) refers to zcl_attr_report.o(.text.ZbZclAttrReportConfigDefault) for [Anonymous Symbol] + zcl_attr_report.o(.ARM.exidx.text.ZbZclClusterReportCallbackAttach) refers to zcl_attr_report.o(.text.ZbZclClusterReportCallbackAttach) for [Anonymous Symbol] + zcl_attr_report.o(.text.zcl_reporting_send_report) refers to zigbee_core_wb.o(.text.ZbZclGetNextSeqnum) for ZbZclGetNextSeqnum + zcl_attr_report.o(.text.zcl_reporting_send_report) refers to zcl_header.o(.text.ZbZclAppendHeader) for ZbZclAppendHeader + zcl_attr_report.o(.text.zcl_reporting_send_report) refers to zcl_cluster.o(.text.ZbZclClusterInitApsdeReq) for ZbZclClusterInitApsdeReq + zcl_attr_report.o(.text.zcl_reporting_send_report) refers to zigbee_core_wb.o(.data.ZbApsAddrBinding) for ZbApsAddrBinding + zcl_attr_report.o(.text.zcl_reporting_send_report) refers to zcl_attr_report.o(.text.zcl_reporting_send_conf) for zcl_reporting_send_conf + zcl_attr_report.o(.text.zcl_reporting_send_report) refers to zigbee_core_wb.o(.text.ZbApsdeDataReqCallback) for ZbApsdeDataReqCallback + zcl_attr_report.o(.text.zcl_reporting_send_report) refers to zcl_attr_report.o(.rodata.str1.1) for .L.str + zcl_attr_report.o(.text.zcl_reporting_send_report) refers to zigbee_core_wb.o(.text.zb_heap_free) for zb_heap_free + zcl_attr_report.o(.ARM.exidx.text.zcl_reporting_send_report) refers to zcl_attr_report.o(.text.zcl_reporting_send_report) for [Anonymous Symbol] + zcl_attr_report.o(.text.report_command_timer) refers to zcl_attr_report.o(.text.zcl_reporting_send_report) for zcl_reporting_send_report + zcl_attr_report.o(.text.report_command_timer) refers to zigbee_core_wb.o(.text.ZbTimerFree) for ZbTimerFree + zcl_attr_report.o(.text.report_command_timer) refers to zcl_attr_report.o(.rodata.str1.1) for .L.str + zcl_attr_report.o(.text.report_command_timer) refers to zigbee_core_wb.o(.text.zb_heap_free) for zb_heap_free + zcl_attr_report.o(.ARM.exidx.text.report_command_timer) refers to zcl_attr_report.o(.text.report_command_timer) for [Anonymous Symbol] + zcl_attr_report.o(.ARM.exidx.text.zcl_reporting_send_conf) refers to zcl_attr_report.o(.text.zcl_reporting_send_conf) for [Anonymous Symbol] + zcl_cluster_init.o(.text.ZbZclClusterAlloc) refers to zcl_cluster_init.o(.rodata.str1.1) for .L.str + zcl_cluster_init.o(.text.ZbZclClusterAlloc) refers to zigbee_core_wb.o(.text.zb_heap_alloc) for zb_heap_alloc + zcl_cluster_init.o(.text.ZbZclClusterAlloc) refers to memseta.o(.text) for __aeabi_memclr4 + zcl_cluster_init.o(.text.ZbZclClusterAlloc) refers to zcl_attr_report.o(.text.zcl_reporting_stack_event) for zcl_reporting_stack_event + zcl_cluster_init.o(.text.ZbZclClusterAlloc) refers to zigbee_core_wb.o(.text.ZbMsgFilterRegister) for ZbMsgFilterRegister + zcl_cluster_init.o(.text.ZbZclClusterAlloc) refers to zcl_attr_report.o(.text.zcl_cluster_reports_timer) for zcl_cluster_reports_timer + zcl_cluster_init.o(.text.ZbZclClusterAlloc) refers to zigbee_core_wb.o(.text.ZbTimerAlloc) for ZbTimerAlloc + zcl_cluster_init.o(.text.ZbZclClusterAlloc) refers to zcl_cluster_init.o(.text.zcl_cluster_persist_timer) for zcl_cluster_persist_timer + zcl_cluster_init.o(.text.ZbZclClusterAlloc) refers to zcl_cluster.o(.text.ZbZclClusterSetMinSecurity) for ZbZclClusterSetMinSecurity + zcl_cluster_init.o(.text.ZbZclClusterAlloc) refers to zcl_cluster_init.o(.rodata.zcl_attr_cluster_mandatory_revision) for zcl_attr_cluster_mandatory_revision + zcl_cluster_init.o(.text.ZbZclClusterAlloc) refers to zcl_attr_list.o(.text.ZbZclAttrAppendList) for ZbZclAttrAppendList + zcl_cluster_init.o(.text.ZbZclClusterAlloc) refers to zigbee_core_wb.o(.text.zb_heap_free) for zb_heap_free + zcl_cluster_init.o(.text.ZbZclClusterAlloc) refers to zcl_cluster_init.o(.text.ZbZclClusterFree) for ZbZclClusterFree + zcl_cluster_init.o(.text.ZbZclClusterAlloc) refers to zcl_attr_integer.o(.text.ZbZclAttrIntegerWrite) for ZbZclAttrIntegerWrite + zcl_cluster_init.o(.ARM.exidx.text.ZbZclClusterAlloc) refers to zcl_cluster_init.o(.text.ZbZclClusterAlloc) for [Anonymous Symbol] + zcl_cluster_init.o(.text.ZbZclClusterFree) refers to zigbee_core_wb.o(.text.ZbTimerFree) for ZbTimerFree + zcl_cluster_init.o(.text.ZbZclClusterFree) refers to zigbee_core_wb.o(.text.ZbMsgFilterRemove) for ZbMsgFilterRemove + zcl_cluster_init.o(.text.ZbZclClusterFree) refers to zcl_attr_report.o(.text.ZbZclReportCleanup) for ZbZclReportCleanup + zcl_cluster_init.o(.text.ZbZclClusterFree) refers to zigbee_core_wb.o(.text.ZbZclClusterUnbind) for ZbZclClusterUnbind + zcl_cluster_init.o(.text.ZbZclClusterFree) refers to zigbee_core_wb.o(.text.ZbZclClusterRemoveAlarmResetHandler) for ZbZclClusterRemoveAlarmResetHandler + zcl_cluster_init.o(.text.ZbZclClusterFree) refers to zigbee_core_wb.o(.text.ZbZclClusterEndpointRemove) for ZbZclClusterEndpointRemove + zcl_cluster_init.o(.text.ZbZclClusterFree) refers to zcl_attr_list.o(.text.ZbZclAttrFreeList) for ZbZclAttrFreeList + zcl_cluster_init.o(.text.ZbZclClusterFree) refers to zcl_cluster_init.o(.rodata.str1.1) for .L.str + zcl_cluster_init.o(.text.ZbZclClusterFree) refers to zigbee_core_wb.o(.text.zb_heap_free) for zb_heap_free + zcl_cluster_init.o(.ARM.exidx.text.ZbZclClusterFree) refers to zcl_cluster_init.o(.text.ZbZclClusterFree) for [Anonymous Symbol] + zcl_cluster_init.o(.text.zcl_cluster_persist_timer) refers to zcl_cluster_init.o(.rodata.str1.1) for .L.str + zcl_cluster_init.o(.text.zcl_cluster_persist_timer) refers to zigbee_core_wb.o(.text.zb_heap_alloc) for zb_heap_alloc + zcl_cluster_init.o(.text.zcl_cluster_persist_timer) refers to zcl_cluster_init.o(.text.zcl_persist_send_cache) for zcl_persist_send_cache + zcl_cluster_init.o(.text.zcl_cluster_persist_timer) refers to zigbee_core_wb.o(.text.zb_heap_free) for zb_heap_free + zcl_cluster_init.o(.text.zcl_cluster_persist_timer) refers to pletoh.o(.text.putle16) for putle16 + zcl_cluster_init.o(.text.zcl_cluster_persist_timer) refers to zcl_attr.o(.text.ZbZclAttrParseLength) for ZbZclAttrParseLength + zcl_cluster_init.o(.text.zcl_cluster_persist_timer) refers to memcpya.o(.text) for __aeabi_memcpy + zcl_cluster_init.o(.text.zcl_cluster_persist_timer) refers to zcl_attr_list.o(.text.ZbZclAttrCallbackExec) for ZbZclAttrCallbackExec + zcl_cluster_init.o(.ARM.exidx.text.zcl_cluster_persist_timer) refers to zcl_cluster_init.o(.text.zcl_cluster_persist_timer) for [Anonymous Symbol] + zcl_cluster_init.o(.text.ZbZclClusterAttach) refers to zigbee_core_wb.o(.text.ZbZclClusterBind) for ZbZclClusterBind + zcl_cluster_init.o(.text.ZbZclClusterAttach) refers to zcl_cluster_init.o(.text.zcl_cluster_command_dummy) for zcl_cluster_command_dummy + zcl_cluster_init.o(.ARM.exidx.text.ZbZclClusterAttach) refers to zcl_cluster_init.o(.text.ZbZclClusterAttach) for [Anonymous Symbol] + zcl_cluster_init.o(.ARM.exidx.text.zcl_cluster_command_dummy) refers to zcl_cluster_init.o(.text.zcl_cluster_command_dummy) for [Anonymous Symbol] + zcl_cluster_init.o(.text.zcl_persist_send_cache) refers to zigbee_core_wb.o(.text.ZbZclGetNextSeqnum) for ZbZclGetNextSeqnum + zcl_cluster_init.o(.text.zcl_persist_send_cache) refers to zcl_header.o(.text.ZbZclAppendHeader) for ZbZclAppendHeader + zcl_cluster_init.o(.text.zcl_persist_send_cache) refers to pletoh.o(.text.putle16) for putle16 + zcl_cluster_init.o(.text.zcl_persist_send_cache) refers to memseta.o(.text) for __aeabi_memclr8 + zcl_cluster_init.o(.text.zcl_persist_send_cache) refers to zigbee_core_wb.o(.text.ZbExtendedAddress) for ZbExtendedAddress + zcl_cluster_init.o(.text.zcl_persist_send_cache) refers to zigbee_core_wb.o(.text.ZbApsdeDataReqCallback) for ZbApsdeDataReqCallback + zcl_cluster_init.o(.ARM.exidx.text.zcl_persist_send_cache) refers to zcl_cluster_init.o(.text.zcl_persist_send_cache) for [Anonymous Symbol] + zcl_header.o(.text.ZbZclParseHeader) refers to pletoh.o(.text.pletoh16) for pletoh16 + zcl_header.o(.ARM.exidx.text.ZbZclParseHeader) refers to zcl_header.o(.text.ZbZclParseHeader) for [Anonymous Symbol] + zcl_header.o(.ARM.exidx.text.ZbZclPrependHeader) refers to zcl_header.o(.text.ZbZclPrependHeader) for [Anonymous Symbol] + zcl_header.o(.ARM.exidx.text.ZbZclAppendHeader) refers to zcl_header.o(.text.ZbZclAppendHeader) for [Anonymous Symbol] + zcl_cluster_scene.o(.text.ZbZclHandleGetSceneData) refers to zcl_header.o(.text.ZbZclAppendHeader) for ZbZclAppendHeader + zcl_cluster_scene.o(.text.ZbZclHandleGetSceneData) refers to zcl_cluster.o(.text.ZbZclClusterInitApsdeReq) for ZbZclClusterInitApsdeReq + zcl_cluster_scene.o(.text.ZbZclHandleGetSceneData) refers to zigbee_core_wb.o(.text.ZbApsdeDataReqCallback) for ZbApsdeDataReqCallback + zcl_cluster_scene.o(.text.ZbZclHandleGetSceneData) refers to zigbee_core_wb.o(.text.ZbZclSendDefaultResponse) for ZbZclSendDefaultResponse + zcl_cluster_scene.o(.ARM.exidx.text.ZbZclHandleGetSceneData) refers to zcl_cluster_scene.o(.text.ZbZclHandleGetSceneData) for [Anonymous Symbol] + zcl_cluster_scene.o(.text.ZbZclHandleSetSceneData) refers to pletoh.o(.text.pletoh32) for pletoh32 + zcl_cluster_scene.o(.text.ZbZclHandleSetSceneData) refers to zigbee_core_wb.o(.text.ZbZclSendDefaultResponse) for ZbZclSendDefaultResponse + zcl_cluster_scene.o(.text.ZbZclHandleSetSceneData) refers to zcl_header.o(.text.ZbZclAppendHeader) for ZbZclAppendHeader + zcl_cluster_scene.o(.text.ZbZclHandleSetSceneData) refers to zcl_cluster.o(.text.ZbZclClusterInitApsdeReq) for ZbZclClusterInitApsdeReq + zcl_cluster_scene.o(.text.ZbZclHandleSetSceneData) refers to zigbee_core_wb.o(.text.ZbApsdeDataReqCallback) for ZbApsdeDataReqCallback + zcl_cluster_scene.o(.ARM.exidx.text.ZbZclHandleSetSceneData) refers to zcl_cluster_scene.o(.text.ZbZclHandleSetSceneData) for [Anonymous Symbol] + pletoh.o(.ARM.exidx.text.is_little_endian) refers to pletoh.o(.text.is_little_endian) for [Anonymous Symbol] + pletoh.o(.ARM.exidx.text.pletoh16) refers to pletoh.o(.text.pletoh16) for [Anonymous Symbol] + pletoh.o(.ARM.exidx.text.pletoh24) refers to pletoh.o(.text.pletoh24) for [Anonymous Symbol] + pletoh.o(.ARM.exidx.text.pletoh32) refers to pletoh.o(.text.pletoh32) for [Anonymous Symbol] + pletoh.o(.ARM.exidx.text.pletoh40) refers to pletoh.o(.text.pletoh40) for [Anonymous Symbol] + pletoh.o(.ARM.exidx.text.pletoh48) refers to pletoh.o(.text.pletoh48) for [Anonymous Symbol] + pletoh.o(.ARM.exidx.text.pletoh56) refers to pletoh.o(.text.pletoh56) for [Anonymous Symbol] + pletoh.o(.ARM.exidx.text.pletoh64) refers to pletoh.o(.text.pletoh64) for [Anonymous Symbol] + pletoh.o(.ARM.exidx.text.putle16) refers to pletoh.o(.text.putle16) for [Anonymous Symbol] + pletoh.o(.ARM.exidx.text.putle24) refers to pletoh.o(.text.putle24) for [Anonymous Symbol] + pletoh.o(.ARM.exidx.text.putle32) refers to pletoh.o(.text.putle32) for [Anonymous Symbol] + pletoh.o(.ARM.exidx.text.putle40) refers to pletoh.o(.text.putle40) for [Anonymous Symbol] + pletoh.o(.ARM.exidx.text.putle48) refers to pletoh.o(.text.putle48) for [Anonymous Symbol] + pletoh.o(.ARM.exidx.text.putle56) refers to pletoh.o(.text.putle56) for [Anonymous Symbol] + pletoh.o(.ARM.exidx.text.putle64) refers to pletoh.o(.text.putle64) for [Anonymous Symbol] + zcl_attr_float.o(.text.ZbZclAppendFloat) refers to zcl_attr_float.o(.text.ZbZclFloatFrexp) for ZbZclFloatFrexp + zcl_attr_float.o(.text.ZbZclAppendFloat) refers to dcmplt.o(.text) for __aeabi_dcmplt + zcl_attr_float.o(.ARM.exidx.text.ZbZclAppendFloat) refers to zcl_attr_float.o(.text.ZbZclAppendFloat) for [Anonymous Symbol] + zcl_attr_float.o(.text.ZbZclFloatFrexp) refers to dcmplt.o(.text) for __aeabi_dcmplt + zcl_attr_float.o(.text.ZbZclFloatFrexp) refers to dadd.o(.text) for __aeabi_dadd + zcl_attr_float.o(.text.ZbZclFloatFrexp) refers to dcmpeq.o(.text) for __aeabi_dcmpeq + zcl_attr_float.o(.text.ZbZclFloatFrexp) refers to dcmpge.o(.text) for __aeabi_dcmpge + zcl_attr_float.o(.text.ZbZclFloatFrexp) refers to dmul.o(.text) for __aeabi_dmul + zcl_attr_float.o(.ARM.exidx.text.ZbZclFloatFrexp) refers to zcl_attr_float.o(.text.ZbZclFloatFrexp) for [Anonymous Symbol] + zcl_attr_float.o(.text.ZbZclParseFloat) refers to pletoh.o(.text.pletoh16) for pletoh16 + zcl_attr_float.o(.text.ZbZclParseFloat) refers to pletoh.o(.text.pletoh32) for pletoh32 + zcl_attr_float.o(.text.ZbZclParseFloat) refers to pletoh.o(.text.pletoh64) for pletoh64 + zcl_attr_float.o(.text.ZbZclParseFloat) refers to dfltui.o(.text) for __aeabi_ui2d + zcl_attr_float.o(.text.ZbZclParseFloat) refers to dfltul.o(.text) for __aeabi_ul2d + zcl_attr_float.o(.text.ZbZclParseFloat) refers to zcl_attr_float.o(.text.ZbZclFloatLdexp) for ZbZclFloatLdexp + zcl_attr_float.o(.ARM.exidx.text.ZbZclParseFloat) refers to zcl_attr_float.o(.text.ZbZclParseFloat) for [Anonymous Symbol] + zcl_attr_float.o(.text.ZbZclFloatLdexp) refers to dadd.o(.text) for __aeabi_dadd + zcl_attr_float.o(.text.ZbZclFloatLdexp) refers to dcmpeq.o(.text) for __aeabi_dcmpeq + zcl_attr_float.o(.text.ZbZclFloatLdexp) refers to dmul.o(.text) for __aeabi_dmul + zcl_attr_float.o(.text.ZbZclFloatLdexp) refers to dfltul.o(.text) for __aeabi_ul2d + zcl_attr_float.o(.text.ZbZclFloatLdexp) refers to ddiv.o(.text) for __aeabi_ddiv + zcl_attr_float.o(.ARM.exidx.text.ZbZclFloatLdexp) refers to zcl_attr_float.o(.text.ZbZclFloatLdexp) for [Anonymous Symbol] + zcl_attr_float.o(.ARM.exidx.text.ZbZclAttrIsFloat) refers to zcl_attr_float.o(.text.ZbZclAttrIsFloat) for [Anonymous Symbol] + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry10a.o(.ARM.Collect$$$$0000000D) for __rt_final_cpp + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry11a.o(.ARM.Collect$$$$0000000F) for __rt_final_exit + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry7b.o(.ARM.Collect$$$$00000008) for _main_clock + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry8b.o(.ARM.Collect$$$$0000000A) for _main_cpp_init + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry9a.o(.ARM.Collect$$$$0000000B) for _main_init + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry5.o(.ARM.Collect$$$$00000004) for _main_scatterload + entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry2.o(.ARM.Collect$$$$00000001) for _main_stk + fputs.o(i.fputs) refers to dbg_trace.o(.text.fputc) for fputc + fputs_e.o(.text) refers to dbg_trace.o(.text.fputc) for fputc + uldiv.o(.text) refers to llushr.o(.text) for __aeabi_llsr + uldiv.o(.text) refers to llshl.o(.text) for __aeabi_llsl + printfa.o(i.__0fprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0fprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0fprintf) refers to dbg_trace.o(.text.fputc) for fputc + printfa.o(i.__0printf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0printf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0printf) refers to dbg_trace.o(.text.fputc) for fputc + printfa.o(i.__0printf) refers to stdout.o(.data) for __stdout + printfa.o(i.__0snprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0snprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0snprintf) refers to printfa.o(i._snputc) for _snputc + printfa.o(i.__0sprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0sprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0sprintf) refers to printfa.o(i._sputc) for _sputc + printfa.o(i.__0vfprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0vfprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0vfprintf) refers to dbg_trace.o(.text.fputc) for fputc + printfa.o(i.__0vprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0vprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0vprintf) refers to dbg_trace.o(.text.fputc) for fputc + printfa.o(i.__0vprintf) refers to stdout.o(.data) for __stdout + printfa.o(i.__0vsnprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0vsnprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0vsnprintf) refers to printfa.o(i._snputc) for _snputc + printfa.o(i.__0vsprintf) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i.__0vsprintf) refers to printfa.o(i._printf_core) for _printf_core + printfa.o(i.__0vsprintf) refers to printfa.o(i._sputc) for _sputc + printfa.o(i._fp_digits) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i._fp_digits) refers to dmul.o(.text) for __aeabi_dmul + printfa.o(i._fp_digits) refers to ddiv.o(.text) for __aeabi_ddiv + printfa.o(i._fp_digits) refers to cdrcmple.o(.text) for __aeabi_cdrcmple + printfa.o(i._fp_digits) refers to dadd.o(.text) for __aeabi_dadd + printfa.o(i._fp_digits) refers to dfixul.o(.text) for __aeabi_d2ulz + printfa.o(i._fp_digits) refers to uldiv.o(.text) for __aeabi_uldivmod + printfa.o(i._printf_core) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i._printf_core) refers to printfa.o(i._printf_pre_padding) for _printf_pre_padding + printfa.o(i._printf_core) refers to uldiv.o(.text) for __aeabi_uldivmod + printfa.o(i._printf_core) refers to printfa.o(i._printf_post_padding) for _printf_post_padding + printfa.o(i._printf_core) refers to printfa.o(i._fp_digits) for _fp_digits + printfa.o(i._printf_core) refers to uidiv.o(.text) for __aeabi_uidivmod + printfa.o(i._printf_post_padding) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i._printf_pre_padding) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i._snputc) refers (Special) to iusefp.o(.text) for __I$use$fp + printfa.o(i._sputc) refers (Special) to iusefp.o(.text) for __I$use$fp + malloc.o(i.free) refers to mvars.o(.data) for __microlib_freelist + malloc.o(i.malloc) refers to mvars.o(.data) for __microlib_freelist_initialised + malloc.o(i.malloc) refers to mvars.o(.data) for __microlib_freelist + malloc.o(i.malloc) refers to startup_stm32wb55xx_cm4.o(HEAP) for __heap_base + mallocr.o(i.__free$realloc) refers to mvars.o(.data) for __microlib_freelist + mallocr.o(i.__malloc$realloc) refers to mallocr.o(i.internal_alloc) for internal_alloc + mallocr.o(i.__malloc$realloc) refers to mvars.o(.data) for __microlib_freelist_initialised + mallocr.o(i.__malloc$realloc) refers to startup_stm32wb55xx_cm4.o(HEAP) for __heap_base + mallocr.o(i.__malloc$realloc) refers to mvars.o(.data) for __microlib_freelist + mallocr.o(i.internal_alloc) refers to memcpya.o(.text) for __aeabi_memcpy + mallocr.o(i.internal_alloc) refers to mvars.o(.data) for __microlib_freelist + mallocr.o(i.realloc) refers to mallocr.o(i.__free$realloc) for __free$realloc + mallocr.o(i.realloc) refers to mallocr.o(i.internal_alloc) for internal_alloc + mallocr.o(i.realloc) refers to mallocr.o(i.__malloc$realloc) for __malloc$realloc + mallocr.o(i.realloc) refers to mvars.o(.data) for __microlib_freelist + malloca.o(i.__aligned_malloc) refers to mvars.o(.data) for __microlib_freelist_initialised + malloca.o(i.__aligned_malloc) refers to mvars.o(.data) for __microlib_freelist + malloca.o(i.__aligned_malloc) refers to startup_stm32wb55xx_cm4.o(HEAP) for __heap_base + malloca.o(i.__free$memalign) refers to mvars.o(.data) for __microlib_freelist + malloca.o(i.__malloc$memalign) refers to malloca.o(i.__aligned_malloc) for __aligned_malloc + mallocra.o(i.__aligned_malloc$realloc) refers to mallocra.o(i.internal_alloc) for internal_alloc + mallocra.o(i.__aligned_malloc$realloc) refers to mvars.o(.data) for __microlib_freelist_initialised + mallocra.o(i.__aligned_malloc$realloc) refers to startup_stm32wb55xx_cm4.o(HEAP) for __heap_base + mallocra.o(i.__aligned_malloc$realloc) refers to mvars.o(.data) for __microlib_freelist + mallocra.o(i.__free$realloc$memalign) refers to mvars.o(.data) for __microlib_freelist + mallocra.o(i.__malloc$realloc$memalign) refers to mallocra.o(i.__aligned_malloc$realloc) for __aligned_malloc$realloc + mallocra.o(i.__realloc$memalign) refers to mallocra.o(i.__free$realloc$memalign) for __free$realloc$memalign + mallocra.o(i.__realloc$memalign) refers to mallocra.o(i.internal_alloc) for internal_alloc + mallocra.o(i.__realloc$memalign) refers to mallocra.o(i.__malloc$realloc$memalign) for __malloc$realloc$memalign + mallocra.o(i.__realloc$memalign) refers to mvars.o(.data) for __microlib_freelist + mallocra.o(i.internal_alloc) refers to memcpya.o(.text) for __aeabi_memcpy + mallocra.o(i.internal_alloc) refers to mvars.o(.data) for __microlib_freelist + dadd.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dadd.o(.text) refers to llshl.o(.text) for __aeabi_llsl + dadd.o(.text) refers to llsshr.o(.text) for __aeabi_lasr + dadd.o(.text) refers to depilogue.o(.text) for _double_epilogue + dmul.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dmul.o(.text) refers to depilogue.o(.text) for _double_epilogue + ddiv.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + ddiv.o(.text) refers to depilogue.o(.text) for _double_round + dcmplt.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dcmpge.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dcmpgt.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dcmpeq.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dfltui.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dfltui.o(.text) refers to depilogue.o(.text) for _double_epilogue + dfltl.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dfltl.o(.text) refers to depilogue.o(.text) for _double_epilogue + dfltul.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dfltul.o(.text) refers to depilogue.o(.text) for _double_epilogue + dfixi.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dfixi.o(.text) refers to llushr.o(.text) for __aeabi_llsr + dfixui.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dfixui.o(.text) refers to llushr.o(.text) for __aeabi_llsr + dfixl.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dfixl.o(.text) refers to llushr.o(.text) for __aeabi_llsr + dfixl.o(.text) refers to llshl.o(.text) for __aeabi_llsl + dfixul.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + dfixul.o(.text) refers to llushr.o(.text) for __aeabi_llsr + dfixul.o(.text) refers to llshl.o(.text) for __aeabi_llsl + entry2.o(.ARM.Collect$$$$00000001) refers to entry2.o(.ARM.Collect$$$$00002712) for __lit__00000000 + entry2.o(.ARM.Collect$$$$00002712) refers to startup_stm32wb55xx_cm4.o(STACK) for __initial_sp + entry2.o(__vectab_stack_and_reset_area) refers to startup_stm32wb55xx_cm4.o(STACK) for __initial_sp + entry2.o(__vectab_stack_and_reset_area) refers to entry.o(.ARM.Collect$$$$00000000) for __main + entry5.o(.ARM.Collect$$$$00000004) refers to init.o(.text) for __scatterload + entry9a.o(.ARM.Collect$$$$0000000B) refers to main.o(.text.main) for main + entry9b.o(.ARM.Collect$$$$0000000C) refers to main.o(.text.main) for main + depilogue.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + depilogue.o(.text) refers to llshl.o(.text) for __aeabi_llsl + depilogue.o(.text) refers to llushr.o(.text) for __aeabi_llsr + cdrcmple.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp + init.o(.text) refers to entry5.o(.ARM.Collect$$$$00000004) for __main_after_scatterload + + +============================================================================== + +Removing Unused input sections from the image. + + Removing main.o(.text), (0 bytes). + Removing main.o(.ARM.exidx.text.main), (8 bytes). + Removing main.o(.ARM.exidx.text.SystemClock_Config), (8 bytes). + Removing main.o(.ARM.exidx.text.PeriphCommonClock_Config), (8 bytes). + Removing main.o(.ARM.exidx.text.MX_IPCC_Init), (8 bytes). + Removing main.o(.ARM.exidx.text.MX_GPIO_Init), (8 bytes). + Removing main.o(.ARM.exidx.text.MX_DMA_Init), (8 bytes). + Removing main.o(.ARM.exidx.text.MX_RTC_Init), (8 bytes). + Removing main.o(.ARM.exidx.text.MX_RF_Init), (8 bytes). + Removing main.o(.ARM.exidx.text.LL_RCC_LSE_SetDriveCapability), (8 bytes). + Removing main.o(.ARM.exidx.text.Error_Handler), (8 bytes). + Removing main.o(.text.MX_LPUART1_UART_Init), (142 bytes). + Removing main.o(.ARM.exidx.text.MX_LPUART1_UART_Init), (8 bytes). + Removing main.o(.ARM.exidx.text.MX_USART1_UART_Init), (8 bytes). + Removing main.o(.ARM.exidx.text.LL_AHB1_GRP1_EnableClock), (8 bytes). + Removing main.o(.ARM.exidx.text.LL_AHB2_GRP1_EnableClock), (8 bytes). + Removing main.o(.ARM.use_no_argv), (4 bytes). + Removing app_entry.o(.text), (0 bytes). + Removing app_entry.o(.ARM.exidx.text.MX_APPE_Config), (8 bytes). + Removing app_entry.o(.ARM.exidx.text.Reset_Device), (8 bytes). + Removing app_entry.o(.ARM.exidx.text.Config_HSE), (8 bytes). + Removing app_entry.o(.ARM.exidx.text.MX_APPE_Init), (8 bytes). + Removing app_entry.o(.ARM.exidx.text.System_Init), (8 bytes). + Removing app_entry.o(.ARM.exidx.text.SystemPower_Config), (8 bytes). + Removing app_entry.o(.ARM.exidx.text.Init_Debug), (8 bytes). + Removing app_entry.o(.ARM.exidx.text.Led_Init), (8 bytes). + Removing app_entry.o(.ARM.exidx.text.Button_Init), (8 bytes). + Removing app_entry.o(.ARM.exidx.text.RxUART_Init), (8 bytes). + Removing app_entry.o(.ARM.exidx.text.appe_Tl_Init), (8 bytes). + Removing app_entry.o(.ARM.exidx.text.Init_Smps), (8 bytes). + Removing app_entry.o(.ARM.exidx.text.Init_Exti), (8 bytes). + Removing app_entry.o(.ARM.exidx.text.LL_EXTI_EnableIT_32_63), (8 bytes). + Removing app_entry.o(.ARM.exidx.text.HAL_Delay), (8 bytes). + Removing app_entry.o(.ARM.exidx.text.LL_LPM_EnableSleep), (8 bytes). + Removing app_entry.o(.ARM.exidx.text.MX_APPE_Process), (8 bytes). + Removing app_entry.o(.ARM.exidx.text.UTIL_SEQ_Idle), (8 bytes). + Removing app_entry.o(.ARM.exidx.text.UTIL_SEQ_EvtIdle), (8 bytes). + Removing app_entry.o(.ARM.exidx.text.shci_notify_asynch_evt), (8 bytes). + Removing app_entry.o(.ARM.exidx.text.shci_cmd_resp_release), (8 bytes). + Removing app_entry.o(.ARM.exidx.text.shci_cmd_resp_wait), (8 bytes). + Removing app_entry.o(.ARM.exidx.text.TL_TRACES_EvtReceived), (8 bytes). + Removing app_entry.o(.ARM.exidx.text.DbgOutputInit), (8 bytes). + Removing app_entry.o(.ARM.exidx.text.DbgOutputTraces), (8 bytes). + Removing app_entry.o(.ARM.exidx.text.HAL_GPIO_EXTI_Callback), (8 bytes). + Removing app_entry.o(.ARM.exidx.text.LL_C2_EXTI_EnableIT_32_63), (8 bytes). + Removing app_entry.o(.ARM.exidx.text.LL_RCC_HSE_SetCapacitorTuning), (8 bytes). + Removing app_entry.o(.ARM.exidx.text.Init_Rtc), (8 bytes). + Removing app_entry.o(.ARM.exidx.text.LL_RTC_DisableWriteProtection), (8 bytes). + Removing app_entry.o(.ARM.exidx.text.LL_RTC_WAKEUP_SetClock), (8 bytes). + Removing app_entry.o(.ARM.exidx.text.LL_RTC_EnableWriteProtection), (8 bytes). + Removing app_entry.o(.ARM.exidx.text.LL_RCC_HSI_EnableAutoFromStop), (8 bytes). + Removing app_entry.o(.ARM.exidx.text.LL_RCC_SetClkAfterWakeFromStop), (8 bytes). + Removing app_entry.o(.ARM.exidx.text.LL_C2_PWR_SetPowerMode), (8 bytes). + Removing app_entry.o(.ARM.exidx.text.APPE_SysStatusNot), (8 bytes). + Removing app_entry.o(.ARM.exidx.text.APPE_SysUserEvtRx), (8 bytes). + Removing app_entry.o(.ARM.exidx.text.APPE_SysEvtReadyProcessing), (8 bytes). + Removing app_entry.o(.ARM.exidx.text.APPE_SysEvtError), (8 bytes). + Removing app_entry.o(.ARM.exidx.text.RxCpltCallback), (8 bytes). + Removing app_entry.o(.ARM.exidx.text.UartCmdExecute), (8 bytes). + Removing hw_timerserver.o(.text), (0 bytes). + Removing hw_timerserver.o(.ARM.exidx.text.HW_TS_RTC_Wakeup_Handler), (8 bytes). + Removing hw_timerserver.o(.ARM.exidx.text.UnlinkTimer), (8 bytes). + Removing hw_timerserver.o(.ARM.exidx.text.HW_TS_Start), (8 bytes). + Removing hw_timerserver.o(.ARM.exidx.text.HW_TS_Stop), (8 bytes). + Removing hw_timerserver.o(.ARM.exidx.text.HW_TS_RTC_Int_AppNot), (8 bytes). + Removing hw_timerserver.o(.ARM.exidx.text.RescheduleTimerList), (8 bytes). + Removing hw_timerserver.o(.ARM.exidx.text.HW_TS_Init), (8 bytes). + Removing hw_timerserver.o(.ARM.exidx.text.LL_EXTI_EnableRisingTrig_0_31), (8 bytes). + Removing hw_timerserver.o(.ARM.exidx.text.LL_EXTI_EnableIT_0_31), (8 bytes). + Removing hw_timerserver.o(.text.HW_TS_Create), (238 bytes). + Removing hw_timerserver.o(.ARM.exidx.text.HW_TS_Create), (8 bytes). + Removing hw_timerserver.o(.text.HW_TS_Delete), (44 bytes). + Removing hw_timerserver.o(.ARM.exidx.text.HW_TS_Delete), (8 bytes). + Removing hw_timerserver.o(.ARM.exidx.text.linkTimer), (8 bytes). + Removing hw_timerserver.o(.text.HW_TS_RTC_ReadLeftTicksToCount), (136 bytes). + Removing hw_timerserver.o(.ARM.exidx.text.HW_TS_RTC_ReadLeftTicksToCount), (8 bytes). + Removing hw_timerserver.o(.ARM.exidx.text.ReturnTimeElapsed), (8 bytes). + Removing hw_timerserver.o(.ARM.exidx.text.RestartWakeupCounter), (8 bytes). + Removing hw_timerserver.o(.ARM.exidx.text.ReadRtcSsrValue), (8 bytes). + Removing hw_timerserver.o(.ARM.exidx.text.LinkTimerAfter), (8 bytes). + Removing hw_timerserver.o(.ARM.exidx.text.LinkTimerBefore), (8 bytes). + Removing hw_uart.o(.text), (0 bytes). + Removing hw_uart.o(.ARM.exidx.text.HW_UART_Receive_IT), (8 bytes). + Removing hw_uart.o(.text.HW_UART_Transmit_IT), (134 bytes). + Removing hw_uart.o(.ARM.exidx.text.HW_UART_Transmit_IT), (8 bytes). + Removing hw_uart.o(.text.HW_UART_Transmit), (192 bytes). + Removing hw_uart.o(.ARM.exidx.text.HW_UART_Transmit), (8 bytes). + Removing hw_uart.o(.ARM.exidx.text.HW_UART_Transmit_DMA), (8 bytes). + Removing hw_uart.o(.text.HW_UART_Interrupt_Handler), (62 bytes). + Removing hw_uart.o(.ARM.exidx.text.HW_UART_Interrupt_Handler), (8 bytes). + Removing hw_uart.o(.text.HW_UART_DMA_Interrupt_Handler), (66 bytes). + Removing hw_uart.o(.ARM.exidx.text.HW_UART_DMA_Interrupt_Handler), (8 bytes). + Removing hw_uart.o(.ARM.exidx.text.HAL_UART_RxCpltCallback), (8 bytes). + Removing hw_uart.o(.ARM.exidx.text.HAL_UART_TxCpltCallback), (8 bytes). + Removing hw_uart.o(.bss.HW_hdma_huart1_tx), (96 bytes). + Removing hw_uart.o(.bss.HW_hdma_hlpuart1_tx), (96 bytes). + Removing stm32_lpm_if.o(.text), (0 bytes). + Removing stm32_lpm_if.o(.text.PWR_EnterSleepMode), (14 bytes). + Removing stm32_lpm_if.o(.ARM.exidx.text.PWR_EnterSleepMode), (8 bytes). + Removing stm32_lpm_if.o(.text.PWR_ExitSleepMode), (8 bytes). + Removing stm32_lpm_if.o(.ARM.exidx.text.PWR_ExitSleepMode), (8 bytes). + Removing stm32_lpm_if.o(.text.PWR_EnterStopMode), (24 bytes). + Removing stm32_lpm_if.o(.ARM.exidx.text.PWR_EnterStopMode), (8 bytes). + Removing stm32_lpm_if.o(.text.PWR_ExitStopMode), (12 bytes). + Removing stm32_lpm_if.o(.ARM.exidx.text.PWR_ExitStopMode), (8 bytes). + Removing stm32_lpm_if.o(.text.PWR_EnterOffMode), (28 bytes). + Removing stm32_lpm_if.o(.ARM.exidx.text.PWR_EnterOffMode), (8 bytes). + Removing stm32_lpm_if.o(.text.PWR_ExitOffMode), (8 bytes). + Removing stm32_lpm_if.o(.ARM.exidx.text.PWR_ExitOffMode), (8 bytes). + Removing stm32_lpm_if.o(.text.EnterLowPower), (138 bytes). + Removing stm32_lpm_if.o(.ARM.exidx.text.EnterLowPower), (8 bytes). + Removing stm32_lpm_if.o(.text.LL_PWR_ClearFlag_WU), (14 bytes). + Removing stm32_lpm_if.o(.ARM.exidx.text.LL_PWR_ClearFlag_WU), (8 bytes). + Removing stm32_lpm_if.o(.text.LL_PWR_SetPowerMode), (28 bytes). + Removing stm32_lpm_if.o(.ARM.exidx.text.LL_PWR_SetPowerMode), (8 bytes). + Removing stm32_lpm_if.o(.text.LL_LPM_EnableDeepSleep), (18 bytes). + Removing stm32_lpm_if.o(.ARM.exidx.text.LL_LPM_EnableDeepSleep), (8 bytes). + Removing stm32_lpm_if.o(.text.ExitLowPower), (150 bytes). + Removing stm32_lpm_if.o(.ARM.exidx.text.ExitLowPower), (8 bytes). + Removing stm32_lpm_if.o(.text.LL_LPM_EnableSleep), (18 bytes). + Removing stm32_lpm_if.o(.ARM.exidx.text.LL_LPM_EnableSleep), (8 bytes). + Removing stm32_lpm_if.o(.text.LL_HSEM_1StepLock), (36 bytes). + Removing stm32_lpm_if.o(.ARM.exidx.text.LL_HSEM_1StepLock), (8 bytes). + Removing stm32_lpm_if.o(.text.LL_PWR_IsActiveFlag_C2DS), (16 bytes). + Removing stm32_lpm_if.o(.ARM.exidx.text.LL_PWR_IsActiveFlag_C2DS), (8 bytes). + Removing stm32_lpm_if.o(.text.LL_PWR_IsActiveFlag_C2SB), (16 bytes). + Removing stm32_lpm_if.o(.ARM.exidx.text.LL_PWR_IsActiveFlag_C2SB), (8 bytes). + Removing stm32_lpm_if.o(.text.LL_HSEM_ReleaseLock), (26 bytes). + Removing stm32_lpm_if.o(.ARM.exidx.text.LL_HSEM_ReleaseLock), (8 bytes). + Removing stm32_lpm_if.o(.text.Switch_On_HSI), (46 bytes). + Removing stm32_lpm_if.o(.ARM.exidx.text.Switch_On_HSI), (8 bytes). + Removing stm32_lpm_if.o(.text.LL_RCC_HSI_Enable), (14 bytes). + Removing stm32_lpm_if.o(.ARM.exidx.text.LL_RCC_HSI_Enable), (8 bytes). + Removing stm32_lpm_if.o(.text.LL_RCC_HSI_IsReady), (12 bytes). + Removing stm32_lpm_if.o(.ARM.exidx.text.LL_RCC_HSI_IsReady), (8 bytes). + Removing stm32_lpm_if.o(.text.LL_RCC_SetSysClkSource), (26 bytes). + Removing stm32_lpm_if.o(.ARM.exidx.text.LL_RCC_SetSysClkSource), (8 bytes). + Removing stm32_lpm_if.o(.text.LL_RCC_SetSMPSClockSource), (26 bytes). + Removing stm32_lpm_if.o(.ARM.exidx.text.LL_RCC_SetSMPSClockSource), (8 bytes). + Removing stm32_lpm_if.o(.text.LL_RCC_GetSysClkSource), (14 bytes). + Removing stm32_lpm_if.o(.ARM.exidx.text.LL_RCC_GetSysClkSource), (8 bytes). + Removing stm32_lpm_if.o(.text.LL_RCC_HSE_Enable), (14 bytes). + Removing stm32_lpm_if.o(.ARM.exidx.text.LL_RCC_HSE_Enable), (8 bytes). + Removing stm32_lpm_if.o(.text.LL_RCC_HSE_IsReady), (12 bytes). + Removing stm32_lpm_if.o(.ARM.exidx.text.LL_RCC_HSE_IsReady), (8 bytes). + Removing stm32_lpm_if.o(.rodata.UTIL_PowerDriver), (24 bytes). + Removing stm_logging.o(.text), (0 bytes). + Removing stm_logging.o(.ARM.exidx.text.logApplication), (8 bytes). + Removing stm_logging.o(.ARM.exidx.text.logLevel), (8 bytes). + Removing stm_logging.o(.ARM.exidx.text.logRegion), (8 bytes). + Removing stm_logging.o(.ARM.exidx.text.levelToString), (8 bytes). + Removing stm32wbxx_it.o(.text), (0 bytes). + Removing stm32wbxx_it.o(.ARM.exidx.text.NMI_Handler), (8 bytes). + Removing stm32wbxx_it.o(.ARM.exidx.text.HardFault_Handler), (8 bytes). + Removing stm32wbxx_it.o(.ARM.exidx.text.MemManage_Handler), (8 bytes). + Removing stm32wbxx_it.o(.ARM.exidx.text.BusFault_Handler), (8 bytes). + Removing stm32wbxx_it.o(.ARM.exidx.text.UsageFault_Handler), (8 bytes). + Removing stm32wbxx_it.o(.ARM.exidx.text.SVC_Handler), (8 bytes). + Removing stm32wbxx_it.o(.ARM.exidx.text.DebugMon_Handler), (8 bytes). + Removing stm32wbxx_it.o(.ARM.exidx.text.PendSV_Handler), (8 bytes). + Removing stm32wbxx_it.o(.ARM.exidx.text.SysTick_Handler), (8 bytes). + Removing stm32wbxx_it.o(.ARM.exidx.text.PVD_PVM_IRQHandler), (8 bytes). + Removing stm32wbxx_it.o(.ARM.exidx.text.RTC_WKUP_IRQHandler), (8 bytes). + Removing stm32wbxx_it.o(.ARM.exidx.text.FLASH_IRQHandler), (8 bytes). + Removing stm32wbxx_it.o(.ARM.exidx.text.RCC_IRQHandler), (8 bytes). + Removing stm32wbxx_it.o(.ARM.exidx.text.DMA1_Channel1_IRQHandler), (8 bytes). + Removing stm32wbxx_it.o(.ARM.exidx.text.DMA1_Channel2_IRQHandler), (8 bytes). + Removing stm32wbxx_it.o(.ARM.exidx.text.C2SEV_PWR_C2H_IRQHandler), (8 bytes). + Removing stm32wbxx_it.o(.ARM.exidx.text.USART1_IRQHandler), (8 bytes). + Removing stm32wbxx_it.o(.ARM.exidx.text.LPUART1_IRQHandler), (8 bytes). + Removing stm32wbxx_it.o(.ARM.exidx.text.PWR_SOTF_BLEACT_802ACT_RFPHASE_IRQHandler), (8 bytes). + Removing stm32wbxx_it.o(.ARM.exidx.text.IPCC_C1_RX_IRQHandler), (8 bytes). + Removing stm32wbxx_it.o(.ARM.exidx.text.IPCC_C1_TX_IRQHandler), (8 bytes). + Removing stm32wbxx_it.o(.ARM.exidx.text.HSEM_IRQHandler), (8 bytes). + Removing stm32wbxx_it.o(.ARM.exidx.text.FPU_IRQHandler), (8 bytes). + Removing stm32wbxx_it.o(.ARM.exidx.text.EXTI4_IRQHandler), (8 bytes). + Removing stm32wbxx_it.o(.ARM.exidx.text.EXTI0_IRQHandler), (8 bytes). + Removing stm32wbxx_it.o(.ARM.exidx.text.EXTI1_IRQHandler), (8 bytes). + Removing stm32wbxx_hal_msp.o(.text), (0 bytes). + Removing stm32wbxx_hal_msp.o(.ARM.exidx.text.HAL_MspInit), (8 bytes). + Removing stm32wbxx_hal_msp.o(.ARM.exidx.text.LL_AHB3_GRP1_EnableClock), (8 bytes). + Removing stm32wbxx_hal_msp.o(.ARM.exidx.text.HAL_IPCC_MspInit), (8 bytes). + Removing stm32wbxx_hal_msp.o(.text.HAL_IPCC_MspDeInit), (50 bytes). + Removing stm32wbxx_hal_msp.o(.ARM.exidx.text.HAL_IPCC_MspDeInit), (8 bytes). + Removing stm32wbxx_hal_msp.o(.text.LL_AHB3_GRP1_DisableClock), (22 bytes). + Removing stm32wbxx_hal_msp.o(.ARM.exidx.text.LL_AHB3_GRP1_DisableClock), (8 bytes). + Removing stm32wbxx_hal_msp.o(.ARM.exidx.text.HAL_UART_MspInit), (8 bytes). + Removing stm32wbxx_hal_msp.o(.ARM.exidx.text.LL_APB1_GRP2_EnableClock), (8 bytes). + Removing stm32wbxx_hal_msp.o(.ARM.exidx.text.LL_AHB2_GRP1_EnableClock), (8 bytes). + Removing stm32wbxx_hal_msp.o(.ARM.exidx.text.LL_APB2_GRP1_EnableClock), (8 bytes). + Removing stm32wbxx_hal_msp.o(.text.HAL_UART_MspDeInit), (130 bytes). + Removing stm32wbxx_hal_msp.o(.ARM.exidx.text.HAL_UART_MspDeInit), (8 bytes). + Removing stm32wbxx_hal_msp.o(.text.LL_APB1_GRP2_DisableClock), (22 bytes). + Removing stm32wbxx_hal_msp.o(.ARM.exidx.text.LL_APB1_GRP2_DisableClock), (8 bytes). + Removing stm32wbxx_hal_msp.o(.text.LL_APB2_GRP1_DisableClock), (22 bytes). + Removing stm32wbxx_hal_msp.o(.ARM.exidx.text.LL_APB2_GRP1_DisableClock), (8 bytes). + Removing stm32wbxx_hal_msp.o(.ARM.exidx.text.HAL_RTC_MspInit), (8 bytes). + Removing stm32wbxx_hal_msp.o(.ARM.exidx.text.LL_RCC_SetRTCClockSource), (8 bytes). + Removing stm32wbxx_hal_msp.o(.ARM.exidx.text.LL_RCC_EnableRTC), (8 bytes). + Removing stm32wbxx_hal_msp.o(.ARM.exidx.text.LL_APB1_GRP1_EnableClock), (8 bytes). + Removing stm32wbxx_hal_msp.o(.text.HAL_RTC_MspDeInit), (48 bytes). + Removing stm32wbxx_hal_msp.o(.ARM.exidx.text.HAL_RTC_MspDeInit), (8 bytes). + Removing stm32wbxx_hal_msp.o(.text.LL_RCC_DisableRTC), (16 bytes). + Removing stm32wbxx_hal_msp.o(.ARM.exidx.text.LL_RCC_DisableRTC), (8 bytes). + Removing stm32wbxx_hal_msp.o(.text.LL_APB1_GRP1_DisableClock), (22 bytes). + Removing stm32wbxx_hal_msp.o(.ARM.exidx.text.LL_APB1_GRP1_DisableClock), (8 bytes). + Removing app_zigbee.o(.text), (0 bytes). + Removing app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_Init), (8 bytes). + Removing app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_CheckWirelessFirmwareInfo), (8 bytes). + Removing app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_RegisterCmdBuffer), (8 bytes). + Removing app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_TL_INIT), (8 bytes). + Removing app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_ProcessNotifyM0ToM4), (8 bytes). + Removing app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_ProcessRequestM0ToM4), (8 bytes). + Removing app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_NwkForm), (8 bytes). + Removing app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_StackLayersInit), (8 bytes). + Removing app_zigbee.o(.ARM.exidx.text.ZbStartupWait), (8 bytes). + Removing app_zigbee.o(.ARM.exidx.text.ZbStartupWaitCb), (8 bytes). + Removing app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_Error), (8 bytes). + Removing app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_TraceError), (8 bytes). + Removing app_zigbee.o(.ARM.exidx.text.ZIGBEE_Get_OTCmdPayloadBuffer), (8 bytes). + Removing app_zigbee.o(.ARM.exidx.text.ZIGBEE_Get_OTCmdRspPayloadBuffer), (8 bytes). + Removing app_zigbee.o(.ARM.exidx.text.ZIGBEE_Get_NotificationPayloadBuffer), (8 bytes). + Removing app_zigbee.o(.ARM.exidx.text.ZIGBEE_Get_M0RequestPayloadBuffer), (8 bytes). + Removing app_zigbee.o(.ARM.exidx.text.ZIGBEE_CmdTransfer), (8 bytes). + Removing app_zigbee.o(.ARM.exidx.text.Wait_Getting_Ack_From_M0), (8 bytes). + Removing app_zigbee.o(.text.ZIGBEE_CmdTransferWithNotif), (20 bytes). + Removing app_zigbee.o(.ARM.exidx.text.ZIGBEE_CmdTransferWithNotif), (8 bytes). + Removing app_zigbee.o(.ARM.exidx.text.TL_ZIGBEE_CmdEvtReceived), (8 bytes). + Removing app_zigbee.o(.ARM.exidx.text.Receive_Ack_From_M0), (8 bytes). + Removing app_zigbee.o(.ARM.exidx.text.TL_ZIGBEE_NotReceived), (8 bytes). + Removing app_zigbee.o(.ARM.exidx.text.Receive_Notification_From_M0), (8 bytes). + Removing app_zigbee.o(.ARM.exidx.text.Pre_ZigbeeCmdProcessing), (8 bytes). + Removing app_zigbee.o(.ARM.exidx.text.TL_ZIGBEE_M0RequestReceived), (8 bytes). + Removing app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_IsReady), (8 bytes). + Removing app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_Process), (8 bytes). + Removing app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_OpenPermitJoin), (8 bytes). + Removing app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_RequestNetworkRestart), (8 bytes). + Removing app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_SendSlaveReport), (8 bytes). + Removing app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_EncodeSlaveReport), (8 bytes). + Removing app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_SlaveReportConfCb), (8 bytes). + Removing app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_ConfigEndpoints), (8 bytes). + Removing app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_NextSlaveStartupControl), (8 bytes). + Removing app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_SlaveReportIndCb), (8 bytes). + Removing app_zigbee.o(.ARM.exidx.text.onOff_server_1_off), (8 bytes). + Removing app_zigbee.o(.ARM.exidx.text.onOff_server_1_on), (8 bytes). + Removing app_zigbee.o(.ARM.exidx.text.onOff_server_1_toggle), (8 bytes). + Removing app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_DecodeSlaveReport), (8 bytes). + Removing app_zigbee.o(.ARM.exidx.text.APP_ZIGBEE_ConfigGroupAddr), (8 bytes). + Removing hw_ipcc.o(.text), (0 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.HW_IPCC_Rx_Handler), (8 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.LL_C2_IPCC_IsActiveFlag_CHx), (8 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.HW_IPCC_SYS_EvtHandler), (8 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.HW_IPCC_ZIGBEE_StackNotifEvtHandler), (8 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.HW_IPCC_ZIGBEE_StackM0RequestHandler), (8 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.HW_IPCC_BLE_EvtHandler), (8 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.HW_IPCC_TRACES_EvtHandler), (8 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.HW_IPCC_Tx_Handler), (8 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.LL_C1_IPCC_IsActiveFlag_CHx), (8 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.HW_IPCC_SYS_CmdEvtHandler), (8 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.HW_IPCC_ZIGBEE_CmdEvtHandler), (8 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.HW_IPCC_MM_FreeBufHandler), (8 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.HW_IPCC_BLE_AclDataEvtHandler), (8 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.HW_IPCC_Enable), (8 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.LL_C2_AHB3_GRP1_EnableClock), (8 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.LL_EXTI_EnableRisingTrig_32_63), (8 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.LL_C2_EXTI_EnableEvent_32_63), (8 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.LL_PWR_EnableBootC2), (8 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.HW_IPCC_Init), (8 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.LL_AHB3_GRP1_EnableClock), (8 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.LL_C1_IPCC_EnableIT_RXO), (8 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.LL_C1_IPCC_EnableIT_TXF), (8 bytes). + Removing hw_ipcc.o(.text.HW_IPCC_BLE_Init), (50 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.HW_IPCC_BLE_Init), (8 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.LL_C1_IPCC_EnableReceiveChannel), (8 bytes). + Removing hw_ipcc.o(.text.HW_IPCC_BLE_SendCmd), (18 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.HW_IPCC_BLE_SendCmd), (8 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.LL_C1_IPCC_SetFlag_CHx), (8 bytes). + Removing hw_ipcc.o(.text.HW_IPCC_BLE_SendAclData), (62 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.HW_IPCC_BLE_SendAclData), (8 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.LL_C1_IPCC_EnableTransmitChannel), (8 bytes). + Removing hw_ipcc.o(.text.HW_IPCC_BLE_AclDataAckNot), (2 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.HW_IPCC_BLE_AclDataAckNot), (8 bytes). + Removing hw_ipcc.o(.text.HW_IPCC_BLE_RxEvtNot), (2 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.HW_IPCC_BLE_RxEvtNot), (8 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.HW_IPCC_SYS_Init), (8 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.HW_IPCC_SYS_SendCmd), (8 bytes). + Removing hw_ipcc.o(.text.HW_IPCC_SYS_CmdEvtNot), (2 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.HW_IPCC_SYS_CmdEvtNot), (8 bytes). + Removing hw_ipcc.o(.text.HW_IPCC_SYS_EvtNot), (2 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.HW_IPCC_SYS_EvtNot), (8 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.HW_IPCC_ZIGBEE_Init), (8 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.HW_IPCC_ZIGBEE_SendM4RequestToM0), (8 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.HW_IPCC_ZIGBEE_SendM4AckToM0Notify), (8 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.LL_C1_IPCC_ClearFlag_CHx), (8 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.HW_IPCC_ZIGBEE_SendM4AckToM0Request), (8 bytes). + Removing hw_ipcc.o(.text.HW_IPCC_ZIGBEE_RecvAppliAckFromM0), (2 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.HW_IPCC_ZIGBEE_RecvAppliAckFromM0), (8 bytes). + Removing hw_ipcc.o(.text.HW_IPCC_ZIGBEE_RecvM0NotifyToM4), (2 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.HW_IPCC_ZIGBEE_RecvM0NotifyToM4), (8 bytes). + Removing hw_ipcc.o(.text.HW_IPCC_ZIGBEE_RecvM0RequestToM4), (2 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.HW_IPCC_ZIGBEE_RecvM0RequestToM4), (8 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.HW_IPCC_MM_SendFreeBuf), (8 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.HW_IPCC_TRACES_Init), (8 bytes). + Removing hw_ipcc.o(.text.HW_IPCC_TRACES_EvtNot), (2 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.HW_IPCC_TRACES_EvtNot), (8 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.LL_C1_IPCC_DisableTransmitChannel), (8 bytes). + Removing hw_ipcc.o(.ARM.exidx.text.LL_C1_IPCC_DisableReceiveChannel), (8 bytes). + Removing app_globals.o(.text), (0 bytes). + Removing app_globals.o(.text.App_RoleName), (36 bytes). + Removing app_globals.o(.ARM.exidx.text.App_RoleName), (8 bytes). + Removing app_globals.o(.ARM.exidx.text.App_SetRole), (8 bytes). + Removing app_globals.o(.ARM.exidx.text.App_MakeSlaveReport), (8 bytes). + Removing app_globals.o(.ARM.exidx.text.App_MasterAcceptReport), (8 bytes). + Removing app_globals.o(.ARM.exidx.text.App_DebugCopyReportToMasterWatch), (8 bytes). + Removing app_globals.o(.ARM.exidx.text.App_DebugRefresh), (8 bytes). + Removing app_globals.o(.ARM.exidx.text.App_DebugOnSlaveReportTx), (8 bytes). + Removing app_globals.o(.ARM.exidx.text.App_DebugCopyReportToSlaveWatch), (8 bytes). + Removing app_globals.o(.rodata.str1.1), (13 bytes). + Removing hardware.o(.text), (0 bytes). + Removing hardware.o(.ARM.exidx.text.Hardware_Init), (8 bytes). + Removing hardware.o(.ARM.exidx.text.LL_AHB2_GRP1_EnableClock), (8 bytes). + Removing hardware.o(.ARM.exidx.text.Hardware_SetRoleLed), (8 bytes). + Removing hardware.o(.text.Hardware_Process), (2 bytes). + Removing hardware.o(.ARM.exidx.text.Hardware_Process), (8 bytes). + Removing hardware.o(.ARM.exidx.text.Hardware_GetTickMs), (8 bytes). + Removing hardware.o(.ARM.exidx.text.Hardware_ReadRoleSwitchIsMaster), (8 bytes). + Removing hardware.o(.ARM.exidx.text.Hardware_ReadButton), (8 bytes). + Removing hardware.o(.ARM.exidx.text.Hardware_ReadAnalogRaw), (8 bytes). + Removing slave_inputs.o(.text), (0 bytes). + Removing slave_inputs.o(.ARM.exidx.text.SlaveInputs_Init), (8 bytes). + Removing slave_inputs.o(.ARM.exidx.text.Analog_ToPercent), (8 bytes). + Removing slave_inputs.o(.ARM.exidx.text.SlaveInputs_Process), (8 bytes). + Removing slave_inputs.o(.text.SlaveInputs_HasChanges), (76 bytes). + Removing slave_inputs.o(.ARM.exidx.text.SlaveInputs_HasChanges), (8 bytes). + Removing slave_inputs.o(.ARM.exidx.text.SlaveInputs_ClearChanges), (8 bytes). + Removing zigbee_app.o(.text), (0 bytes). + Removing zigbee_app.o(.ARM.exidx.text.ZigbeeApp_Init), (8 bytes). + Removing zigbee_app.o(.ARM.exidx.text.ZigbeeApp_UpdateStatusLed), (8 bytes). + Removing zigbee_app.o(.ARM.exidx.text.ZigbeeApp_Process), (8 bytes). + Removing zigbee_app.o(.ARM.exidx.text.ZigbeeApp_UpdateRoleFromSwitch), (8 bytes). + Removing zigbee_port.o(.text), (0 bytes). + Removing zigbee_port.o(.ARM.exidx.text.ZigbeePort_Init), (8 bytes). + Removing zigbee_port.o(.ARM.exidx.text.ZigbeePort_Process), (8 bytes). + Removing zigbee_port.o(.ARM.exidx.text.ZigbeePort_SendSlaveInputs), (8 bytes). + Removing zigbee_port.o(.ARM.exidx.text.ZigbeePort_OnSlaveReportReceived), (8 bytes). + Removing stm32wbxx_nucleo.o(.text), (0 bytes). + Removing stm32wbxx_nucleo.o(.text.BSP_GetVersion), (10 bytes). + Removing stm32wbxx_nucleo.o(.ARM.exidx.text.BSP_GetVersion), (8 bytes). + Removing stm32wbxx_nucleo.o(.ARM.exidx.text.BSP_LED_Init), (8 bytes). + Removing stm32wbxx_nucleo.o(.ARM.exidx.text.LL_AHB2_GRP1_EnableClock), (8 bytes). + Removing stm32wbxx_nucleo.o(.text.BSP_LED_DeInit), (78 bytes). + Removing stm32wbxx_nucleo.o(.ARM.exidx.text.BSP_LED_DeInit), (8 bytes). + Removing stm32wbxx_nucleo.o(.ARM.exidx.text.BSP_LED_On), (8 bytes). + Removing stm32wbxx_nucleo.o(.ARM.exidx.text.BSP_LED_Off), (8 bytes). + Removing stm32wbxx_nucleo.o(.ARM.exidx.text.BSP_LED_Toggle), (8 bytes). + Removing stm32wbxx_nucleo.o(.ARM.exidx.text.BSP_PB_Init), (8 bytes). + Removing stm32wbxx_nucleo.o(.text.BSP_PB_DeInit), (70 bytes). + Removing stm32wbxx_nucleo.o(.ARM.exidx.text.BSP_PB_DeInit), (8 bytes). + Removing stm32wbxx_nucleo.o(.text.BSP_PB_GetState), (44 bytes). + Removing stm32wbxx_nucleo.o(.ARM.exidx.text.BSP_PB_GetState), (8 bytes). + Removing stm32wbxx_hal_hsem.o(.text), (0 bytes). + Removing stm32wbxx_hal_hsem.o(.text.HAL_HSEM_Take), (74 bytes). + Removing stm32wbxx_hal_hsem.o(.ARM.exidx.text.HAL_HSEM_Take), (8 bytes). + Removing stm32wbxx_hal_hsem.o(.text.HAL_HSEM_FastTake), (56 bytes). + Removing stm32wbxx_hal_hsem.o(.ARM.exidx.text.HAL_HSEM_FastTake), (8 bytes). + Removing stm32wbxx_hal_hsem.o(.text.HAL_HSEM_IsSemTaken), (24 bytes). + Removing stm32wbxx_hal_hsem.o(.ARM.exidx.text.HAL_HSEM_IsSemTaken), (8 bytes). + Removing stm32wbxx_hal_hsem.o(.text.HAL_HSEM_Release), (30 bytes). + Removing stm32wbxx_hal_hsem.o(.ARM.exidx.text.HAL_HSEM_Release), (8 bytes). + Removing stm32wbxx_hal_hsem.o(.text.HAL_HSEM_ReleaseAll), (30 bytes). + Removing stm32wbxx_hal_hsem.o(.ARM.exidx.text.HAL_HSEM_ReleaseAll), (8 bytes). + Removing stm32wbxx_hal_hsem.o(.text.HAL_HSEM_SetClearKey), (26 bytes). + Removing stm32wbxx_hal_hsem.o(.ARM.exidx.text.HAL_HSEM_SetClearKey), (8 bytes). + Removing stm32wbxx_hal_hsem.o(.text.HAL_HSEM_GetClearKey), (14 bytes). + Removing stm32wbxx_hal_hsem.o(.ARM.exidx.text.HAL_HSEM_GetClearKey), (8 bytes). + Removing stm32wbxx_hal_hsem.o(.text.HAL_HSEM_ActivateNotification), (24 bytes). + Removing stm32wbxx_hal_hsem.o(.ARM.exidx.text.HAL_HSEM_ActivateNotification), (8 bytes). + Removing stm32wbxx_hal_hsem.o(.text.HAL_HSEM_DeactivateNotification), (24 bytes). + Removing stm32wbxx_hal_hsem.o(.ARM.exidx.text.HAL_HSEM_DeactivateNotification), (8 bytes). + Removing stm32wbxx_hal_hsem.o(.ARM.exidx.text.HAL_HSEM_IRQHandler), (8 bytes). + Removing stm32wbxx_hal_hsem.o(.ARM.exidx.text.HAL_HSEM_FreeCallback), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.text), (0 bytes). + Removing stm32wbxx_hal_rcc.o(.text.HAL_RCC_DeInit), (362 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_DeInit), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.text.LL_RCC_MSI_DisablePLLMode), (14 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_MSI_DisablePLLMode), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_MSI_Enable), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_MSI_IsReady), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_MSI_SetRange), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_MSI_SetCalibTrimming), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_HSI_SetCalibTrimming), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_PLL_IsReady), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.text.LL_RCC_PLLSAI1_IsReady), (12 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_PLLSAI1_IsReady), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_OscConfig), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_GetSysClkSource), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_PLL_GetMainSource), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_MSI_GetRange), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.RCC_SetFlashLatencyFromMSIRange), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_GetHCLKFreq), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_MSI_Disable), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_HSE_Enable), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_HSE_Disable), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_HSE_IsReady), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_HSI_Enable), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_HSI_IsReady), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_HSI_Disable), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_LSI1_IsReady), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_LSI1_Enable), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_LSI2_Enable), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_LSI2_IsReady), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_LSI2_SetTrimming), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_LSI1_Disable), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_LSI2_Disable), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_LSE_Enable), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_LSE_EnableBypass), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_LSE_Disable), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_LSE_DisableBypass), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_LSE_IsReady), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_HSI48_Enable), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_HSI48_IsReady), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_HSI48_Disable), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_PLL_Disable), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_PLL_Enable), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_ClockConfig), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_SetAHBPrescaler), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_IsActiveFlag_HPRE), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_C2_RCC_SetAHBPrescaler), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_IsActiveFlag_C2HPRE), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_SetAHB4Prescaler), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_IsActiveFlag_SHDHPRE), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_SetAPB1Prescaler), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_IsActiveFlag_PPRE1), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_SetAPB2Prescaler), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_IsActiveFlag_PPRE2), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_SetSysClkSource), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.text.HAL_RCC_MCOConfig), (160 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_MCOConfig), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.text.LL_RCC_ConfigMCO), (32 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_ConfigMCO), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_GetSysClockFreq), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_HSE_IsEnabledDiv2), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_PLL_GetN), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_PLL_GetDivider), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_PLL_GetR), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_GetAHBPrescaler), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetHCLK2Freq), (42 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_GetHCLK2Freq), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.text.LL_C2_RCC_GetAHBPrescaler), (16 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_C2_RCC_GetAHBPrescaler), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetHCLK4Freq), (42 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_GetHCLK4Freq), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_GetAHB4Prescaler), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_GetPCLK1Freq), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_GetAPB1Prescaler), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_GetPCLK2Freq), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_GetAPB2Prescaler), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetOscConfig), (252 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_GetOscConfig), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetClockConfig), (84 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_GetClockConfig), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.text.HAL_RCC_EnableCSS), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_EnableCSS), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.text.LL_RCC_HSE_EnableCSS), (14 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.LL_RCC_HSE_EnableCSS), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.text.HAL_RCC_NMI_IRQHandler), (38 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_NMI_IRQHandler), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.text.HAL_RCC_CSSCallback), (2 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_CSSCallback), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetResetSource), (30 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.HAL_RCC_GetResetSource), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.ARM.exidx.text.RCC_SetFlashLatency), (8 bytes). + Removing stm32wbxx_hal_rcc.o(.rodata.cst16), (32 bytes). + Removing stm32wbxx_hal_rcc.o(.rodata..L__const.RCC_SetFlashLatency.FLASH_CLK_SRC_RANGE_VOS2), (12 bytes). + Removing stm32wbxx_ll_rcc.o(.text), (0 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text), (0 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_PeriphCLKConfig), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.RCCEx_PLLSAI1_ConfigNP), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_SetSAIClockSource), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_GetRTCClockSource), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_SetRTCClockSource), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_ForceBackupDomainReset), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_ReleaseBackupDomainReset), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_LSE_IsEnabled), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_LSE_IsReady), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_SetUSARTClockSource), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_SetLPUARTClockSource), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_SetLPTIMClockSource), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_SetI2CClockSource), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_SetUSBClockSource), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.RCCEx_PLLSAI1_ConfigNQ), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_SetRNGClockSource), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_SetCLK48ClockSource), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_SetADCClockSource), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.RCCEx_PLLSAI1_ConfigNR), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_SetRFWKPClockSource), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_SetSMPSPrescaler), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_SetSMPSClockSource), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKConfig), (246 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_GetPeriphCLKConfig), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_GetN), (14 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_PLLSAI1_GetN), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_GetP), (14 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_PLLSAI1_GetP), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_GetR), (14 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_PLLSAI1_GetR), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_GetQ), (14 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_PLLSAI1_GetQ), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetUSARTClockSource), (20 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_GetUSARTClockSource), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetLPUARTClockSource), (20 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_GetLPUARTClockSource), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetI2CClockSource), (26 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_GetI2CClockSource), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetLPTIMClockSource), (24 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_GetLPTIMClockSource), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetSAIClockSource), (20 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_GetSAIClockSource), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetUSBClockSource), (16 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_GetUSBClockSource), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetRngCLKSource), (46 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_GetRngCLKSource), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetADCClockSource), (20 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_GetADCClockSource), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetRFWKPClockSource), (14 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_GetRFWKPClockSource), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetSMPSPrescaler), (14 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_GetSMPSPrescaler), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetSMPSClockSelection), (14 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_GetSMPSClockSelection), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_GetPeriphCLKFreq), (2380 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_GetPeriphCLKFreq), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_LSI1_IsReady), (14 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_LSI1_IsReady), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_LSI2_IsReady), (14 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_LSI2_IsReady), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_HSI_IsReady), (12 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_HSI_IsReady), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_PLLSAI1_IsReady), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.RCC_PLLSAI1_GetFreqDomain_P), (192 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.RCC_PLLSAI1_GetFreqDomain_P), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLL_IsReady), (12 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_PLL_IsReady), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.RCC_PLL_GetFreqDomain_P), (192 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.RCC_PLL_GetFreqDomain_P), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.RCC_PLL_GetFreqDomain_Q), (192 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.RCC_PLL_GetFreqDomain_Q), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_MSI_IsReady), (12 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_MSI_IsReady), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_MSI_GetRange), (34 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_MSI_GetRange), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.RCC_PLLSAI1_GetFreqDomain_Q), (192 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.RCC_PLLSAI1_GetFreqDomain_Q), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_HSI48_IsReady), (14 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_HSI48_IsReady), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetAHBPrescaler), (14 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_GetAHBPrescaler), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetAPB2Prescaler), (14 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_GetAPB2Prescaler), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetAPB1Prescaler), (14 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_GetAPB1Prescaler), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.RCC_PLLSAI1_GetFreqDomain_R), (192 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.RCC_PLLSAI1_GetFreqDomain_R), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetSMPSClockSource), (14 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_GetSMPSClockSource), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_HSE_IsReady), (12 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_HSE_IsReady), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetRNGClockSource), (20 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_GetRNGClockSource), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetCLK48ClockSource), (20 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_GetCLK48ClockSource), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_EnablePLLSAI1), (176 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_EnablePLLSAI1), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_PLLSAI1_Disable), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_PLLSAI1_Enable), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_DisablePLLSAI1), (82 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_DisablePLLSAI1), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_WakeUpStopCLKConfig), (16 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_WakeUpStopCLKConfig), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetClkAfterWakeFromStop), (26 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_SetClkAfterWakeFromStop), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_EnableLSECSS), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_EnableLSECSS), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_LSE_EnableCSS), (16 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_LSE_EnableCSS), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_DisableLSECSS), (22 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_DisableLSECSS), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_LSE_DisableCSS), (16 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_LSE_DisableCSS), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_EnableLSECSS_IT), (42 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_EnableLSECSS_IT), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_EXTI_EnableIT_0_31), (24 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_EXTI_EnableIT_0_31), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_EXTI_EnableRisingTrig_0_31), (24 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_EXTI_EnableRisingTrig_0_31), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_LSECSS_IRQHandler), (38 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_LSECSS_IRQHandler), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_LSECSS_Callback), (2 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_LSECSS_Callback), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_LSCOConfig), (216 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_LSCOConfig), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_AHB2_GRP1_EnableClock), (32 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_AHB2_GRP1_EnableClock), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_EnableLSCO), (30 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_EnableLSCO), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_DisableLSCO), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_DisableLSCO), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_LSCO_Disable), (16 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_LSCO_Disable), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_EnableMSIPLLMode), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_EnableMSIPLLMode), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_MSI_EnablePLLMode), (14 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_MSI_EnablePLLMode), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_DisableMSIPLLMode), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_DisableMSIPLLMode), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_MSI_DisablePLLMode), (14 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_MSI_DisablePLLMode), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_TrimOsc), (80 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_TrimOsc), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_LSI2_SetTrimming), (28 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_LSI2_SetTrimming), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_CRSConfig), (106 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_CRSConfig), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_APB1_GRP1_ForceReset), (22 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_APB1_GRP1_ForceReset), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_APB1_GRP1_ReleaseReset), (22 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_APB1_GRP1_ReleaseReset), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_CRSSoftwareSynchronizationGenerate), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_CRSSoftwareSynchronizationGenerate), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_CRS_GenerateEvent_SWSYNC), (18 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_CRS_GenerateEvent_SWSYNC), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_CRSGetSynchronizationInfo), (42 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_CRSGetSynchronizationInfo), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_CRS_GetReloadCounter), (14 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_CRS_GetReloadCounter), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_CRS_GetHSI48SmoothTrimming), (16 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_CRS_GetHSI48SmoothTrimming), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_CRS_GetFreqErrorCapture), (14 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_CRS_GetFreqErrorCapture), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_CRS_GetFreqErrorDirection), (16 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_CRS_GetFreqErrorDirection), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_CRSWaitSynchronization), (328 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_CRSWaitSynchronization), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_CRS_IRQHandler), (240 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_CRS_IRQHandler), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_CRS_ClearFlag_SYNCOK), (14 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_CRS_ClearFlag_SYNCOK), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_CRS_SyncOkCallback), (2 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_CRS_SyncOkCallback), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_CRS_ClearFlag_SYNCWARN), (14 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_CRS_ClearFlag_SYNCWARN), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_CRS_SyncWarnCallback), (2 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_CRS_SyncWarnCallback), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_CRS_ClearFlag_ESYNC), (14 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_CRS_ClearFlag_ESYNC), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_CRS_ExpectedSyncCallback), (2 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_CRS_ExpectedSyncCallback), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_CRS_ClearFlag_ERR), (14 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_CRS_ClearFlag_ERR), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_CRS_ErrorCallback), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.HAL_RCCEx_CRS_ErrorCallback), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLL_GetMainSource), (14 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_PLL_GetMainSource), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_HSE_IsEnabledDiv2), (12 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_HSE_IsEnabledDiv2), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLL_GetN), (14 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_PLL_GetN), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLL_GetDivider), (14 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_PLL_GetDivider), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLL_GetP), (14 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_PLL_GetP), (8 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLL_GetQ), (14 bytes). + Removing stm32wbxx_hal_rcc_ex.o(.ARM.exidx.text.LL_RCC_PLL_GetQ), (8 bytes). + Removing stm32wbxx_hal_flash.o(.text), (0 bytes). + Removing stm32wbxx_hal_flash.o(.text.HAL_FLASH_Program), (180 bytes). + Removing stm32wbxx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_Program), (8 bytes). + Removing stm32wbxx_hal_flash.o(.text.FLASH_WaitForLastOperation), (300 bytes). + Removing stm32wbxx_hal_flash.o(.ARM.exidx.text.FLASH_WaitForLastOperation), (8 bytes). + Removing stm32wbxx_hal_flash.o(.text.FLASH_Program_DoubleWord), (44 bytes). + Removing stm32wbxx_hal_flash.o(.ARM.exidx.text.FLASH_Program_DoubleWord), (8 bytes). + Removing stm32wbxx_hal_flash.o(.text.FLASH_Program_Fast), (140 bytes). + Removing stm32wbxx_hal_flash.o(.ARM.exidx.text.FLASH_Program_Fast), (8 bytes). + Removing stm32wbxx_hal_flash.o(.text.HAL_FLASH_Program_IT), (190 bytes). + Removing stm32wbxx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_Program_IT), (8 bytes). + Removing stm32wbxx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_IRQHandler), (8 bytes). + Removing stm32wbxx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_OperationErrorCallback), (8 bytes). + Removing stm32wbxx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_EndOfOperationCallback), (8 bytes). + Removing stm32wbxx_hal_flash.o(.text.HAL_FLASH_Unlock), (86 bytes). + Removing stm32wbxx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_Unlock), (8 bytes). + Removing stm32wbxx_hal_flash.o(.text.HAL_FLASH_Lock), (48 bytes). + Removing stm32wbxx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_Lock), (8 bytes). + Removing stm32wbxx_hal_flash.o(.text.HAL_FLASH_OB_Unlock), (90 bytes). + Removing stm32wbxx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_OB_Unlock), (8 bytes). + Removing stm32wbxx_hal_flash.o(.text.HAL_FLASH_OB_Lock), (50 bytes). + Removing stm32wbxx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_OB_Lock), (8 bytes). + Removing stm32wbxx_hal_flash.o(.text.HAL_FLASH_OB_Launch), (20 bytes). + Removing stm32wbxx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_OB_Launch), (8 bytes). + Removing stm32wbxx_hal_flash.o(.text.HAL_FLASH_GetError), (12 bytes). + Removing stm32wbxx_hal_flash.o(.ARM.exidx.text.HAL_FLASH_GetError), (8 bytes). + Removing stm32wbxx_hal_flash_ex.o(.text), (0 bytes). + Removing stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_Erase), (214 bytes). + Removing stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.HAL_FLASHEx_Erase), (8 bytes). + Removing stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.FLASH_PageErase), (8 bytes). + Removing stm32wbxx_hal_flash_ex.o(.text.FLASH_AcknowledgePageErase), (20 bytes). + Removing stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.FLASH_AcknowledgePageErase), (8 bytes). + Removing stm32wbxx_hal_flash_ex.o(.text.FLASH_FlushCaches), (162 bytes). + Removing stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.FLASH_FlushCaches), (8 bytes). + Removing stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_Erase_IT), (184 bytes). + Removing stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.HAL_FLASHEx_Erase_IT), (8 bytes). + Removing stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_OBProgram), (340 bytes). + Removing stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.HAL_FLASHEx_OBProgram), (8 bytes). + Removing stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_WRPConfig), (74 bytes). + Removing stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_WRPConfig), (8 bytes). + Removing stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_OptrConfig), (48 bytes). + Removing stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_OptrConfig), (8 bytes). + Removing stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_GetUser), (40 bytes). + Removing stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_GetUser), (8 bytes). + Removing stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_GetRDP), (50 bytes). + Removing stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_GetRDP), (8 bytes). + Removing stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_PCROP1AConfig), (120 bytes). + Removing stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_PCROP1AConfig), (8 bytes). + Removing stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_PCROP1BConfig), (54 bytes). + Removing stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_PCROP1BConfig), (8 bytes). + Removing stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_SecureConfig), (270 bytes). + Removing stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_SecureConfig), (8 bytes). + Removing stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_IPCCBufferAddrConfig), (30 bytes). + Removing stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_IPCCBufferAddrConfig), (8 bytes). + Removing stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_ProceedWriteOperation), (62 bytes). + Removing stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_ProceedWriteOperation), (8 bytes). + Removing stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_OBGetConfig), (164 bytes). + Removing stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.HAL_FLASHEx_OBGetConfig), (8 bytes). + Removing stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_GetWRP), (74 bytes). + Removing stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_GetWRP), (8 bytes). + Removing stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_GetPCROP), (136 bytes). + Removing stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_GetPCROP), (8 bytes). + Removing stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_GetIPCCBufferAddr), (26 bytes). + Removing stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_GetIPCCBufferAddr), (8 bytes). + Removing stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_GetSecureMemoryConfig), (126 bytes). + Removing stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_GetSecureMemoryConfig), (8 bytes). + Removing stm32wbxx_hal_flash_ex.o(.text.FLASH_OB_GetC2BootResetConfig), (92 bytes). + Removing stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.FLASH_OB_GetC2BootResetConfig), (8 bytes). + Removing stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_FlashEmptyCheck), (16 bytes). + Removing stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.HAL_FLASHEx_FlashEmptyCheck), (8 bytes). + Removing stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_ForceFlashEmpty), (28 bytes). + Removing stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.HAL_FLASHEx_ForceFlashEmpty), (8 bytes). + Removing stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_SuspendOperation), (18 bytes). + Removing stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.HAL_FLASHEx_SuspendOperation), (8 bytes). + Removing stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_AllowOperation), (18 bytes). + Removing stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.HAL_FLASHEx_AllowOperation), (8 bytes). + Removing stm32wbxx_hal_flash_ex.o(.text.HAL_FLASHEx_IsOperationSuspended), (36 bytes). + Removing stm32wbxx_hal_flash_ex.o(.ARM.exidx.text.HAL_FLASHEx_IsOperationSuspended), (8 bytes). + Removing stm32wbxx_hal_gpio.o(.text), (0 bytes). + Removing stm32wbxx_hal_gpio.o(.ARM.exidx.text.HAL_GPIO_Init), (8 bytes). + Removing stm32wbxx_hal_gpio.o(.text.HAL_GPIO_DeInit), (444 bytes). + Removing stm32wbxx_hal_gpio.o(.ARM.exidx.text.HAL_GPIO_DeInit), (8 bytes). + Removing stm32wbxx_hal_gpio.o(.ARM.exidx.text.HAL_GPIO_ReadPin), (8 bytes). + Removing stm32wbxx_hal_gpio.o(.ARM.exidx.text.HAL_GPIO_WritePin), (8 bytes). + Removing stm32wbxx_hal_gpio.o(.text.HAL_GPIO_WriteMultipleStatePin), (36 bytes). + Removing stm32wbxx_hal_gpio.o(.ARM.exidx.text.HAL_GPIO_WriteMultipleStatePin), (8 bytes). + Removing stm32wbxx_hal_gpio.o(.ARM.exidx.text.HAL_GPIO_TogglePin), (8 bytes). + Removing stm32wbxx_hal_gpio.o(.text.HAL_GPIO_LockPin), (86 bytes). + Removing stm32wbxx_hal_gpio.o(.ARM.exidx.text.HAL_GPIO_LockPin), (8 bytes). + Removing stm32wbxx_hal_gpio.o(.ARM.exidx.text.HAL_GPIO_EXTI_IRQHandler), (8 bytes). + Removing stm32wbxx_hal_gpio.o(.text.HAL_GPIO_EXTI_Callback), (10 bytes). + Removing stm32wbxx_hal_gpio.o(.ARM.exidx.text.HAL_GPIO_EXTI_Callback), (8 bytes). + Removing stm32wbxx_hal_dma.o(.text), (0 bytes). + Removing stm32wbxx_hal_dma.o(.ARM.exidx.text.HAL_DMA_Init), (8 bytes). + Removing stm32wbxx_hal_dma.o(.ARM.exidx.text.DMA_CalcDMAMUXChannelBaseAndMask), (8 bytes). + Removing stm32wbxx_hal_dma.o(.ARM.exidx.text.DMA_CalcDMAMUXRequestGenBaseAndMask), (8 bytes). + Removing stm32wbxx_hal_dma.o(.text.HAL_DMA_DeInit), (308 bytes). + Removing stm32wbxx_hal_dma.o(.ARM.exidx.text.HAL_DMA_DeInit), (8 bytes). + Removing stm32wbxx_hal_dma.o(.text.HAL_DMA_Start), (154 bytes). + Removing stm32wbxx_hal_dma.o(.ARM.exidx.text.HAL_DMA_Start), (8 bytes). + Removing stm32wbxx_hal_dma.o(.ARM.exidx.text.DMA_SetConfig), (8 bytes). + Removing stm32wbxx_hal_dma.o(.ARM.exidx.text.HAL_DMA_Start_IT), (8 bytes). + Removing stm32wbxx_hal_dma.o(.ARM.exidx.text.HAL_DMA_Abort), (8 bytes). + Removing stm32wbxx_hal_dma.o(.ARM.exidx.text.HAL_DMA_Abort_IT), (8 bytes). + Removing stm32wbxx_hal_dma.o(.text.HAL_DMA_PollForTransfer), (456 bytes). + Removing stm32wbxx_hal_dma.o(.ARM.exidx.text.HAL_DMA_PollForTransfer), (8 bytes). + Removing stm32wbxx_hal_dma.o(.ARM.exidx.text.HAL_DMA_IRQHandler), (8 bytes). + Removing stm32wbxx_hal_dma.o(.text.HAL_DMA_RegisterCallback), (164 bytes). + Removing stm32wbxx_hal_dma.o(.ARM.exidx.text.HAL_DMA_RegisterCallback), (8 bytes). + Removing stm32wbxx_hal_dma.o(.text.HAL_DMA_UnRegisterCallback), (184 bytes). + Removing stm32wbxx_hal_dma.o(.ARM.exidx.text.HAL_DMA_UnRegisterCallback), (8 bytes). + Removing stm32wbxx_hal_dma.o(.text.HAL_DMA_GetState), (14 bytes). + Removing stm32wbxx_hal_dma.o(.ARM.exidx.text.HAL_DMA_GetState), (8 bytes). + Removing stm32wbxx_hal_dma.o(.text.HAL_DMA_GetError), (12 bytes). + Removing stm32wbxx_hal_dma.o(.ARM.exidx.text.HAL_DMA_GetError), (8 bytes). + Removing stm32wbxx_hal_dma_ex.o(.text), (0 bytes). + Removing stm32wbxx_hal_dma_ex.o(.text.HAL_DMAEx_ConfigMuxSync), (148 bytes). + Removing stm32wbxx_hal_dma_ex.o(.ARM.exidx.text.HAL_DMAEx_ConfigMuxSync), (8 bytes). + Removing stm32wbxx_hal_dma_ex.o(.text.HAL_DMAEx_ConfigMuxRequestGenerator), (124 bytes). + Removing stm32wbxx_hal_dma_ex.o(.ARM.exidx.text.HAL_DMAEx_ConfigMuxRequestGenerator), (8 bytes). + Removing stm32wbxx_hal_dma_ex.o(.text.HAL_DMAEx_EnableMuxRequestGenerator), (58 bytes). + Removing stm32wbxx_hal_dma_ex.o(.ARM.exidx.text.HAL_DMAEx_EnableMuxRequestGenerator), (8 bytes). + Removing stm32wbxx_hal_dma_ex.o(.text.HAL_DMAEx_DisableMuxRequestGenerator), (58 bytes). + Removing stm32wbxx_hal_dma_ex.o(.ARM.exidx.text.HAL_DMAEx_DisableMuxRequestGenerator), (8 bytes). + Removing stm32wbxx_hal_dma_ex.o(.text.HAL_DMAEx_MUX_IRQHandler), (148 bytes). + Removing stm32wbxx_hal_dma_ex.o(.ARM.exidx.text.HAL_DMAEx_MUX_IRQHandler), (8 bytes). + Removing stm32wbxx_hal_pwr.o(.text), (0 bytes). + Removing stm32wbxx_hal_pwr.o(.text.HAL_PWR_DeInit), (232 bytes). + Removing stm32wbxx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_DeInit), (8 bytes). + Removing stm32wbxx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_EnableBkUpAccess), (8 bytes). + Removing stm32wbxx_hal_pwr.o(.text.HAL_PWR_DisableBkUpAccess), (18 bytes). + Removing stm32wbxx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_DisableBkUpAccess), (8 bytes). + Removing stm32wbxx_hal_pwr.o(.text.HAL_PWR_ConfigPVD), (124 bytes). + Removing stm32wbxx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_ConfigPVD), (8 bytes). + Removing stm32wbxx_hal_pwr.o(.text.LL_EXTI_DisableIT_0_31), (24 bytes). + Removing stm32wbxx_hal_pwr.o(.ARM.exidx.text.LL_EXTI_DisableIT_0_31), (8 bytes). + Removing stm32wbxx_hal_pwr.o(.text.LL_C2_EXTI_DisableIT_0_31), (24 bytes). + Removing stm32wbxx_hal_pwr.o(.ARM.exidx.text.LL_C2_EXTI_DisableIT_0_31), (8 bytes). + Removing stm32wbxx_hal_pwr.o(.text.LL_EXTI_DisableFallingTrig_0_31), (24 bytes). + Removing stm32wbxx_hal_pwr.o(.ARM.exidx.text.LL_EXTI_DisableFallingTrig_0_31), (8 bytes). + Removing stm32wbxx_hal_pwr.o(.text.LL_EXTI_DisableRisingTrig_0_31), (24 bytes). + Removing stm32wbxx_hal_pwr.o(.ARM.exidx.text.LL_EXTI_DisableRisingTrig_0_31), (8 bytes). + Removing stm32wbxx_hal_pwr.o(.text.LL_EXTI_EnableIT_0_31), (24 bytes). + Removing stm32wbxx_hal_pwr.o(.ARM.exidx.text.LL_EXTI_EnableIT_0_31), (8 bytes). + Removing stm32wbxx_hal_pwr.o(.text.LL_EXTI_EnableRisingTrig_0_31), (24 bytes). + Removing stm32wbxx_hal_pwr.o(.ARM.exidx.text.LL_EXTI_EnableRisingTrig_0_31), (8 bytes). + Removing stm32wbxx_hal_pwr.o(.text.LL_EXTI_EnableFallingTrig_0_31), (24 bytes). + Removing stm32wbxx_hal_pwr.o(.ARM.exidx.text.LL_EXTI_EnableFallingTrig_0_31), (8 bytes). + Removing stm32wbxx_hal_pwr.o(.text.HAL_PWR_EnablePVD), (18 bytes). + Removing stm32wbxx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_EnablePVD), (8 bytes). + Removing stm32wbxx_hal_pwr.o(.text.HAL_PWR_DisablePVD), (18 bytes). + Removing stm32wbxx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_DisablePVD), (8 bytes). + Removing stm32wbxx_hal_pwr.o(.text.HAL_PWR_EnableWakeUpPin), (56 bytes). + Removing stm32wbxx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_EnableWakeUpPin), (8 bytes). + Removing stm32wbxx_hal_pwr.o(.text.HAL_PWR_DisableWakeUpPin), (32 bytes). + Removing stm32wbxx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_DisableWakeUpPin), (8 bytes). + Removing stm32wbxx_hal_pwr.o(.text.HAL_PWR_EnterSLEEPMode), (122 bytes). + Removing stm32wbxx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_EnterSLEEPMode), (8 bytes). + Removing stm32wbxx_hal_pwr.o(.text.HAL_PWR_EnterSTOPMode), (44 bytes). + Removing stm32wbxx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_EnterSTOPMode), (8 bytes). + Removing stm32wbxx_hal_pwr.o(.text.HAL_PWR_EnterSTANDBYMode), (46 bytes). + Removing stm32wbxx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_EnterSTANDBYMode), (8 bytes). + Removing stm32wbxx_hal_pwr.o(.text.HAL_PWR_EnableSleepOnExit), (18 bytes). + Removing stm32wbxx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_EnableSleepOnExit), (8 bytes). + Removing stm32wbxx_hal_pwr.o(.text.HAL_PWR_DisableSleepOnExit), (18 bytes). + Removing stm32wbxx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_DisableSleepOnExit), (8 bytes). + Removing stm32wbxx_hal_pwr.o(.text.HAL_PWR_EnableSEVOnPend), (18 bytes). + Removing stm32wbxx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_EnableSEVOnPend), (8 bytes). + Removing stm32wbxx_hal_pwr.o(.text.HAL_PWR_DisableSEVOnPend), (18 bytes). + Removing stm32wbxx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_DisableSEVOnPend), (8 bytes). + Removing stm32wbxx_hal_pwr.o(.ARM.exidx.text.HAL_PWR_PVDCallback), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text), (0 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_GetVoltageRange), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_ControlVoltageScaling), (226 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_ControlVoltageScaling), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnableBatteryCharging), (36 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnableBatteryCharging), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_DisableBatteryCharging), (18 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisableBatteryCharging), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnableVddUSB), (18 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnableVddUSB), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_DisableVddUSB), (18 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisableVddUSB), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnableInternalWakeUpLine), (18 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnableInternalWakeUpLine), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_DisableInternalWakeUpLine), (18 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisableInternalWakeUpLine), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnableBORH_SMPSBypassIT), (18 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnableBORH_SMPSBypassIT), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_DisableBORH_SMPSBypassIT), (18 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisableBORH_SMPSBypassIT), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnableRFPhaseIT), (18 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnableRFPhaseIT), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_DisableRFPhaseIT), (18 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisableRFPhaseIT), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnableBLEActivityIT), (18 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnableBLEActivityIT), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_DisableBLEActivityIT), (18 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisableBLEActivityIT), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_Enable802ActivityIT), (18 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_Enable802ActivityIT), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_Disable802ActivityIT), (18 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_Disable802ActivityIT), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnableHOLDC2IT), (18 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnableHOLDC2IT), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_DisableHOLDC2IT), (18 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisableHOLDC2IT), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnableGPIOPullUp), (280 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnableGPIOPullUp), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_DisableGPIOPullUp), (174 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisableGPIOPullUp), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnableGPIOPullDown), (280 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnableGPIOPullDown), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_DisableGPIOPullDown), (174 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisableGPIOPullDown), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnablePullUpPullDownConfig), (18 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnablePullUpPullDownConfig), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_DisablePullUpPullDownConfig), (18 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisablePullUpPullDownConfig), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_SetBORConfig), (16 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_SetBORConfig), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.LL_PWR_SetBORConfig), (28 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_PWR_SetBORConfig), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_GetBORConfig), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_GetBORConfig), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.LL_PWR_GetBORConfig), (16 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_PWR_GetBORConfig), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_HoldCore), (14 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_HoldCore), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.LL_PWR_DisableBootC2), (18 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_PWR_DisableBootC2), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_ReleaseCore), (14 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_ReleaseCore), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.LL_PWR_EnableBootC2), (18 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_PWR_EnableBootC2), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnableSRAMRetention), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnableSRAMRetention), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.LL_PWR_EnableSRAM2Retention), (18 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_PWR_EnableSRAM2Retention), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_DisableSRAMRetention), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisableSRAMRetention), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.LL_PWR_DisableSRAM2Retention), (18 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_PWR_DisableSRAM2Retention), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnableFlashPowerDown), (52 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnableFlashPowerDown), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_DisableFlashPowerDown), (24 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisableFlashPowerDown), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnablePVM1), (18 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnablePVM1), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_DisablePVM1), (18 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisablePVM1), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnablePVM3), (18 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnablePVM3), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_DisablePVM3), (18 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisablePVM3), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_ConfigPVM), (266 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_ConfigPVM), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_DisableEvent_0_31), (24 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_EXTI_DisableEvent_0_31), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_DisableIT_0_31), (24 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_EXTI_DisableIT_0_31), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_DisableFallingTrig_0_31), (24 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_EXTI_DisableFallingTrig_0_31), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_DisableRisingTrig_0_31), (24 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_EXTI_DisableRisingTrig_0_31), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_EnableIT_0_31), (24 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_EXTI_EnableIT_0_31), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_EnableEvent_0_31), (24 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_EXTI_EnableEvent_0_31), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_EnableRisingTrig_0_31), (24 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_EXTI_EnableRisingTrig_0_31), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_EnableFallingTrig_0_31), (24 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_EXTI_EnableFallingTrig_0_31), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_DisableEvent_32_63), (24 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_EXTI_DisableEvent_32_63), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_DisableIT_32_63), (24 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_EXTI_DisableIT_32_63), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_DisableFallingTrig_32_63), (24 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_EXTI_DisableFallingTrig_32_63), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_DisableRisingTrig_32_63), (24 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_EXTI_DisableRisingTrig_32_63), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_EnableIT_32_63), (24 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_EXTI_EnableIT_32_63), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_EnableEvent_32_63), (24 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_EXTI_EnableEvent_32_63), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_EnableRisingTrig_32_63), (24 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_EXTI_EnableRisingTrig_32_63), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_EnableFallingTrig_32_63), (24 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_EXTI_EnableFallingTrig_32_63), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_ConfigSMPS), (156 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_ConfigSMPS), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_SMPS_SetMode), (34 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_SMPS_SetMode), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_SMPS_GetEffectiveMode), (16 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_SMPS_GetEffectiveMode), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnableWakeUpPin), (90 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnableWakeUpPin), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_GetWakeupFlag), (30 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_GetWakeupFlag), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_ClearWakeupFlag), (72 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_ClearWakeupFlag), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnableLowPowerRunMode), (18 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnableLowPowerRunMode), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_DisableLowPowerRunMode), (142 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_DisableLowPowerRunMode), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnterSTOP0Mode), (80 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnterSTOP0Mode), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnterSTOP1Mode), (82 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnterSTOP1Mode), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnterSTOP2Mode), (82 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnterSTOP2Mode), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_EnterSHUTDOWNMode), (46 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_EnterSHUTDOWNMode), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_PVD_PVM_IRQHandler), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_EXTI_ReadFlag_0_31), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_EXTI_ClearFlag_0_31), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_PVM1Callback), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_EXTI_ReadFlag_32_63), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.HAL_PWREx_PVM3Callback), (8 bytes). + Removing stm32wbxx_hal_pwr_ex.o(.ARM.exidx.text.LL_EXTI_ClearFlag_32_63), (8 bytes). + Removing stm32wbxx_hal_cortex.o(.text), (0 bytes). + Removing stm32wbxx_hal_cortex.o(.ARM.exidx.text.HAL_NVIC_SetPriorityGrouping), (8 bytes). + Removing stm32wbxx_hal_cortex.o(.ARM.exidx.text.__NVIC_SetPriorityGrouping), (8 bytes). + Removing stm32wbxx_hal_cortex.o(.ARM.exidx.text.HAL_NVIC_SetPriority), (8 bytes). + Removing stm32wbxx_hal_cortex.o(.ARM.exidx.text.__NVIC_GetPriorityGrouping), (8 bytes). + Removing stm32wbxx_hal_cortex.o(.ARM.exidx.text.__NVIC_SetPriority), (8 bytes). + Removing stm32wbxx_hal_cortex.o(.ARM.exidx.text.NVIC_EncodePriority), (8 bytes). + Removing stm32wbxx_hal_cortex.o(.ARM.exidx.text.HAL_NVIC_EnableIRQ), (8 bytes). + Removing stm32wbxx_hal_cortex.o(.ARM.exidx.text.__NVIC_EnableIRQ), (8 bytes). + Removing stm32wbxx_hal_cortex.o(.ARM.exidx.text.HAL_NVIC_DisableIRQ), (8 bytes). + Removing stm32wbxx_hal_cortex.o(.ARM.exidx.text.__NVIC_DisableIRQ), (8 bytes). + Removing stm32wbxx_hal_cortex.o(.ARM.exidx.text.HAL_NVIC_SystemReset), (8 bytes). + Removing stm32wbxx_hal_cortex.o(.ARM.exidx.text.__NVIC_SystemReset), (8 bytes). + Removing stm32wbxx_hal_cortex.o(.ARM.exidx.text.HAL_SYSTICK_Config), (8 bytes). + Removing stm32wbxx_hal_cortex.o(.ARM.exidx.text.SysTick_Config), (8 bytes). + Removing stm32wbxx_hal_cortex.o(.text.HAL_NVIC_GetPriorityGrouping), (8 bytes). + Removing stm32wbxx_hal_cortex.o(.ARM.exidx.text.HAL_NVIC_GetPriorityGrouping), (8 bytes). + Removing stm32wbxx_hal_cortex.o(.text.HAL_NVIC_GetPriority), (36 bytes). + Removing stm32wbxx_hal_cortex.o(.ARM.exidx.text.HAL_NVIC_GetPriority), (8 bytes). + Removing stm32wbxx_hal_cortex.o(.text.NVIC_DecodePriority), (118 bytes). + Removing stm32wbxx_hal_cortex.o(.ARM.exidx.text.NVIC_DecodePriority), (8 bytes). + Removing stm32wbxx_hal_cortex.o(.text.__NVIC_GetPriority), (66 bytes). + Removing stm32wbxx_hal_cortex.o(.ARM.exidx.text.__NVIC_GetPriority), (8 bytes). + Removing stm32wbxx_hal_cortex.o(.ARM.exidx.text.HAL_NVIC_SetPendingIRQ), (8 bytes). + Removing stm32wbxx_hal_cortex.o(.ARM.exidx.text.__NVIC_SetPendingIRQ), (8 bytes). + Removing stm32wbxx_hal_cortex.o(.text.HAL_NVIC_GetPendingIRQ), (20 bytes). + Removing stm32wbxx_hal_cortex.o(.ARM.exidx.text.HAL_NVIC_GetPendingIRQ), (8 bytes). + Removing stm32wbxx_hal_cortex.o(.text.__NVIC_GetPendingIRQ), (64 bytes). + Removing stm32wbxx_hal_cortex.o(.ARM.exidx.text.__NVIC_GetPendingIRQ), (8 bytes). + Removing stm32wbxx_hal_cortex.o(.ARM.exidx.text.HAL_NVIC_ClearPendingIRQ), (8 bytes). + Removing stm32wbxx_hal_cortex.o(.ARM.exidx.text.__NVIC_ClearPendingIRQ), (8 bytes). + Removing stm32wbxx_hal_cortex.o(.text.HAL_SYSTICK_CLKSourceConfig), (52 bytes). + Removing stm32wbxx_hal_cortex.o(.ARM.exidx.text.HAL_SYSTICK_CLKSourceConfig), (8 bytes). + Removing stm32wbxx_hal_cortex.o(.text.HAL_SYSTICK_IRQHandler), (8 bytes). + Removing stm32wbxx_hal_cortex.o(.ARM.exidx.text.HAL_SYSTICK_IRQHandler), (8 bytes). + Removing stm32wbxx_hal_cortex.o(.text.HAL_SYSTICK_Callback), (2 bytes). + Removing stm32wbxx_hal_cortex.o(.ARM.exidx.text.HAL_SYSTICK_Callback), (8 bytes). + Removing stm32wbxx_hal_cortex.o(.text.HAL_MPU_Disable), (34 bytes). + Removing stm32wbxx_hal_cortex.o(.ARM.exidx.text.HAL_MPU_Disable), (8 bytes). + Removing stm32wbxx_hal_cortex.o(.text.HAL_MPU_Enable), (48 bytes). + Removing stm32wbxx_hal_cortex.o(.ARM.exidx.text.HAL_MPU_Enable), (8 bytes). + Removing stm32wbxx_hal_cortex.o(.text.HAL_MPU_EnableRegion), (36 bytes). + Removing stm32wbxx_hal_cortex.o(.ARM.exidx.text.HAL_MPU_EnableRegion), (8 bytes). + Removing stm32wbxx_hal_cortex.o(.text.HAL_MPU_DisableRegion), (36 bytes). + Removing stm32wbxx_hal_cortex.o(.ARM.exidx.text.HAL_MPU_DisableRegion), (8 bytes). + Removing stm32wbxx_hal_cortex.o(.text.HAL_MPU_ConfigRegion), (128 bytes). + Removing stm32wbxx_hal_cortex.o(.ARM.exidx.text.HAL_MPU_ConfigRegion), (8 bytes). + Removing stm32wbxx_hal.o(.text), (0 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.HAL_Init), (8 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.HAL_InitTick), (8 bytes). + Removing stm32wbxx_hal.o(.text.HAL_MspInit), (2 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.HAL_MspInit), (8 bytes). + Removing stm32wbxx_hal.o(.text.HAL_DeInit), (118 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.HAL_DeInit), (8 bytes). + Removing stm32wbxx_hal.o(.text.LL_APB1_GRP1_ForceReset), (22 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.LL_APB1_GRP1_ForceReset), (8 bytes). + Removing stm32wbxx_hal.o(.text.LL_APB1_GRP2_ForceReset), (22 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.LL_APB1_GRP2_ForceReset), (8 bytes). + Removing stm32wbxx_hal.o(.text.LL_APB1_GRP1_ReleaseReset), (22 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.LL_APB1_GRP1_ReleaseReset), (8 bytes). + Removing stm32wbxx_hal.o(.text.LL_APB1_GRP2_ReleaseReset), (22 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.LL_APB1_GRP2_ReleaseReset), (8 bytes). + Removing stm32wbxx_hal.o(.text.LL_APB2_GRP1_ForceReset), (22 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.LL_APB2_GRP1_ForceReset), (8 bytes). + Removing stm32wbxx_hal.o(.text.LL_APB2_GRP1_ReleaseReset), (22 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.LL_APB2_GRP1_ReleaseReset), (8 bytes). + Removing stm32wbxx_hal.o(.text.LL_APB3_GRP1_ForceReset), (22 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.LL_APB3_GRP1_ForceReset), (8 bytes). + Removing stm32wbxx_hal.o(.text.LL_APB3_GRP1_ReleaseReset), (22 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.LL_APB3_GRP1_ReleaseReset), (8 bytes). + Removing stm32wbxx_hal.o(.text.LL_AHB1_GRP1_ForceReset), (22 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.LL_AHB1_GRP1_ForceReset), (8 bytes). + Removing stm32wbxx_hal.o(.text.LL_AHB1_GRP1_ReleaseReset), (22 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.LL_AHB1_GRP1_ReleaseReset), (8 bytes). + Removing stm32wbxx_hal.o(.text.LL_AHB2_GRP1_ForceReset), (22 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.LL_AHB2_GRP1_ForceReset), (8 bytes). + Removing stm32wbxx_hal.o(.text.LL_AHB2_GRP1_ReleaseReset), (22 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.LL_AHB2_GRP1_ReleaseReset), (8 bytes). + Removing stm32wbxx_hal.o(.text.LL_AHB3_GRP1_ForceReset), (22 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.LL_AHB3_GRP1_ForceReset), (8 bytes). + Removing stm32wbxx_hal.o(.text.LL_AHB3_GRP1_ReleaseReset), (22 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.LL_AHB3_GRP1_ReleaseReset), (8 bytes). + Removing stm32wbxx_hal.o(.text.HAL_MspDeInit), (2 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.HAL_MspDeInit), (8 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.HAL_IncTick), (8 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.HAL_GetTick), (8 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.HAL_GetTickPrio), (8 bytes). + Removing stm32wbxx_hal.o(.text.HAL_SetTickFreq), (106 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.HAL_SetTickFreq), (8 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.HAL_GetTickFreq), (8 bytes). + Removing stm32wbxx_hal.o(.text.HAL_Delay), (66 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.HAL_Delay), (8 bytes). + Removing stm32wbxx_hal.o(.text.HAL_SuspendTick), (18 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.HAL_SuspendTick), (8 bytes). + Removing stm32wbxx_hal.o(.text.HAL_ResumeTick), (18 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.HAL_ResumeTick), (8 bytes). + Removing stm32wbxx_hal.o(.text.HAL_GetHalVersion), (10 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.HAL_GetHalVersion), (8 bytes). + Removing stm32wbxx_hal.o(.text.HAL_GetREVID), (8 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.HAL_GetREVID), (8 bytes). + Removing stm32wbxx_hal.o(.text.LL_DBGMCU_GetRevisionID), (14 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.LL_DBGMCU_GetRevisionID), (8 bytes). + Removing stm32wbxx_hal.o(.text.HAL_GetDEVID), (8 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.HAL_GetDEVID), (8 bytes). + Removing stm32wbxx_hal.o(.text.LL_DBGMCU_GetDeviceID), (16 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.LL_DBGMCU_GetDeviceID), (8 bytes). + Removing stm32wbxx_hal.o(.text.HAL_GetUIDw0), (12 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.HAL_GetUIDw0), (8 bytes). + Removing stm32wbxx_hal.o(.text.HAL_GetUIDw1), (12 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.HAL_GetUIDw1), (8 bytes). + Removing stm32wbxx_hal.o(.text.HAL_GetUIDw2), (12 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.HAL_GetUIDw2), (8 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.HAL_DBGMCU_EnableDBGSleepMode), (8 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.LL_DBGMCU_EnableDBGSleepMode), (8 bytes). + Removing stm32wbxx_hal.o(.text.HAL_DBGMCU_DisableDBGSleepMode), (8 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.HAL_DBGMCU_DisableDBGSleepMode), (8 bytes). + Removing stm32wbxx_hal.o(.text.LL_DBGMCU_DisableDBGSleepMode), (18 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.LL_DBGMCU_DisableDBGSleepMode), (8 bytes). + Removing stm32wbxx_hal.o(.text.HAL_DBGMCU_EnableDBGStopMode), (8 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.HAL_DBGMCU_EnableDBGStopMode), (8 bytes). + Removing stm32wbxx_hal.o(.text.LL_DBGMCU_EnableDBGStopMode), (18 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.LL_DBGMCU_EnableDBGStopMode), (8 bytes). + Removing stm32wbxx_hal.o(.text.HAL_DBGMCU_DisableDBGStopMode), (8 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.HAL_DBGMCU_DisableDBGStopMode), (8 bytes). + Removing stm32wbxx_hal.o(.text.LL_DBGMCU_DisableDBGStopMode), (18 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.LL_DBGMCU_DisableDBGStopMode), (8 bytes). + Removing stm32wbxx_hal.o(.text.HAL_DBGMCU_EnableDBGStandbyMode), (8 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.HAL_DBGMCU_EnableDBGStandbyMode), (8 bytes). + Removing stm32wbxx_hal.o(.text.LL_DBGMCU_EnableDBGStandbyMode), (18 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.LL_DBGMCU_EnableDBGStandbyMode), (8 bytes). + Removing stm32wbxx_hal.o(.text.HAL_DBGMCU_DisableDBGStandbyMode), (8 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.HAL_DBGMCU_DisableDBGStandbyMode), (8 bytes). + Removing stm32wbxx_hal.o(.text.LL_DBGMCU_DisableDBGStandbyMode), (18 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.LL_DBGMCU_DisableDBGStandbyMode), (8 bytes). + Removing stm32wbxx_hal.o(.text.HAL_SYSCFG_SRAM2Erase), (12 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.HAL_SYSCFG_SRAM2Erase), (8 bytes). + Removing stm32wbxx_hal.o(.text.LL_SYSCFG_UnlockSRAM2WRP), (16 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.LL_SYSCFG_UnlockSRAM2WRP), (8 bytes). + Removing stm32wbxx_hal.o(.text.LL_SYSCFG_EnableSRAM2Erase), (16 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.LL_SYSCFG_EnableSRAM2Erase), (8 bytes). + Removing stm32wbxx_hal.o(.text.HAL_SYSCFG_DisableSRAMFetch), (8 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.HAL_SYSCFG_DisableSRAMFetch), (8 bytes). + Removing stm32wbxx_hal.o(.text.LL_SYSCFG_DisableSRAMFetch), (16 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.LL_SYSCFG_DisableSRAMFetch), (8 bytes). + Removing stm32wbxx_hal.o(.text.HAL_SYSCFG_IsEnabledSRAMFetch), (8 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.HAL_SYSCFG_IsEnabledSRAMFetch), (8 bytes). + Removing stm32wbxx_hal.o(.text.LL_SYSCFG_IsEnabledSRAMFetch), (14 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.LL_SYSCFG_IsEnabledSRAMFetch), (8 bytes). + Removing stm32wbxx_hal.o(.text.HAL_SYSCFG_VREFBUF_VoltageScalingConfig), (64 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.HAL_SYSCFG_VREFBUF_VoltageScalingConfig), (8 bytes). + Removing stm32wbxx_hal.o(.text.LL_VREFBUF_SetVoltageScaling), (26 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.LL_VREFBUF_SetVoltageScaling), (8 bytes). + Removing stm32wbxx_hal.o(.text.HAL_SYSCFG_VREFBUF_TrimmingConfig), (16 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.HAL_SYSCFG_VREFBUF_TrimmingConfig), (8 bytes). + Removing stm32wbxx_hal.o(.text.HAL_SYSCFG_VREFBUF_HighImpedanceConfig), (26 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.HAL_SYSCFG_VREFBUF_HighImpedanceConfig), (8 bytes). + Removing stm32wbxx_hal.o(.text.LL_VREFBUF_SetTrimming), (18 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.LL_VREFBUF_SetTrimming), (8 bytes). + Removing stm32wbxx_hal.o(.text.HAL_SYSCFG_EnableVREFBUF), (72 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.HAL_SYSCFG_EnableVREFBUF), (8 bytes). + Removing stm32wbxx_hal.o(.text.LL_VREFBUF_Enable), (16 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.LL_VREFBUF_Enable), (8 bytes). + Removing stm32wbxx_hal.o(.text.HAL_SYSCFG_DisableVREFBUF), (8 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.HAL_SYSCFG_DisableVREFBUF), (8 bytes). + Removing stm32wbxx_hal.o(.text.LL_VREFBUF_Disable), (16 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.LL_VREFBUF_Disable), (8 bytes). + Removing stm32wbxx_hal.o(.text.HAL_SYSCFG_EnableIOBooster), (8 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.HAL_SYSCFG_EnableIOBooster), (8 bytes). + Removing stm32wbxx_hal.o(.text.LL_SYSCFG_EnableAnalogBooster), (16 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.LL_SYSCFG_EnableAnalogBooster), (8 bytes). + Removing stm32wbxx_hal.o(.text.HAL_SYSCFG_DisableIOBooster), (8 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.HAL_SYSCFG_DisableIOBooster), (8 bytes). + Removing stm32wbxx_hal.o(.text.LL_SYSCFG_DisableAnalogBooster), (16 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.LL_SYSCFG_DisableAnalogBooster), (8 bytes). + Removing stm32wbxx_hal.o(.text.HAL_SYSCFG_EnableIOVdd), (8 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.HAL_SYSCFG_EnableIOVdd), (8 bytes). + Removing stm32wbxx_hal.o(.text.LL_SYSCFG_EnableAnalogGpioSwitch), (16 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.LL_SYSCFG_EnableAnalogGpioSwitch), (8 bytes). + Removing stm32wbxx_hal.o(.text.HAL_SYSCFG_DisableIOVdd), (8 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.HAL_SYSCFG_DisableIOVdd), (8 bytes). + Removing stm32wbxx_hal.o(.text.LL_SYSCFG_DisableAnalogGpioSwitch), (16 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.LL_SYSCFG_DisableAnalogGpioSwitch), (8 bytes). + Removing stm32wbxx_hal.o(.text.HAL_SYSCFG_EnableSecurityAccess), (16 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.HAL_SYSCFG_EnableSecurityAccess), (8 bytes). + Removing stm32wbxx_hal.o(.text.LL_SYSCFG_EnableSecurityAccess), (24 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.LL_SYSCFG_EnableSecurityAccess), (8 bytes). + Removing stm32wbxx_hal.o(.text.HAL_SYSCFG_DisableSecurityAccess), (16 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.HAL_SYSCFG_DisableSecurityAccess), (8 bytes). + Removing stm32wbxx_hal.o(.text.LL_SYSCFG_DisableSecurityAccess), (24 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.LL_SYSCFG_DisableSecurityAccess), (8 bytes). + Removing stm32wbxx_hal.o(.text.HAL_SYSCFG_IsEnabledSecurityAccess), (16 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.HAL_SYSCFG_IsEnabledSecurityAccess), (8 bytes). + Removing stm32wbxx_hal.o(.text.LL_SYSCFG_IsEnabledSecurityAccess), (30 bytes). + Removing stm32wbxx_hal.o(.ARM.exidx.text.LL_SYSCFG_IsEnabledSecurityAccess), (8 bytes). + Removing stm32wbxx_hal_exti.o(.text), (0 bytes). + Removing stm32wbxx_hal_exti.o(.text.HAL_EXTI_SetConfigLine), (414 bytes). + Removing stm32wbxx_hal_exti.o(.ARM.exidx.text.HAL_EXTI_SetConfigLine), (8 bytes). + Removing stm32wbxx_hal_exti.o(.text.HAL_EXTI_GetConfigLine), (332 bytes). + Removing stm32wbxx_hal_exti.o(.ARM.exidx.text.HAL_EXTI_GetConfigLine), (8 bytes). + Removing stm32wbxx_hal_exti.o(.text.HAL_EXTI_ClearConfigLine), (268 bytes). + Removing stm32wbxx_hal_exti.o(.ARM.exidx.text.HAL_EXTI_ClearConfigLine), (8 bytes). + Removing stm32wbxx_hal_exti.o(.text.HAL_EXTI_RegisterCallback), (48 bytes). + Removing stm32wbxx_hal_exti.o(.ARM.exidx.text.HAL_EXTI_RegisterCallback), (8 bytes). + Removing stm32wbxx_hal_exti.o(.text.HAL_EXTI_GetHandle), (42 bytes). + Removing stm32wbxx_hal_exti.o(.ARM.exidx.text.HAL_EXTI_GetHandle), (8 bytes). + Removing stm32wbxx_hal_exti.o(.text.HAL_EXTI_IRQHandler), (90 bytes). + Removing stm32wbxx_hal_exti.o(.ARM.exidx.text.HAL_EXTI_IRQHandler), (8 bytes). + Removing stm32wbxx_hal_exti.o(.text.HAL_EXTI_GetPending), (70 bytes). + Removing stm32wbxx_hal_exti.o(.ARM.exidx.text.HAL_EXTI_GetPending), (8 bytes). + Removing stm32wbxx_hal_exti.o(.text.HAL_EXTI_ClearPending), (56 bytes). + Removing stm32wbxx_hal_exti.o(.ARM.exidx.text.HAL_EXTI_ClearPending), (8 bytes). + Removing stm32wbxx_hal_exti.o(.ARM.exidx.text.HAL_EXTI_GenerateSWI), (8 bytes). + Removing stm32wbxx_hal_ipcc.o(.text), (0 bytes). + Removing stm32wbxx_hal_ipcc.o(.ARM.exidx.text.HAL_IPCC_Init), (8 bytes). + Removing stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_MspInit), (8 bytes). + Removing stm32wbxx_hal_ipcc.o(.ARM.exidx.text.HAL_IPCC_MspInit), (8 bytes). + Removing stm32wbxx_hal_ipcc.o(.ARM.exidx.text.IPCC_Reset_Register), (8 bytes). + Removing stm32wbxx_hal_ipcc.o(.ARM.exidx.text.IPCC_SetDefaultCallbacks), (8 bytes). + Removing stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_DeInit), (88 bytes). + Removing stm32wbxx_hal_ipcc.o(.ARM.exidx.text.HAL_IPCC_DeInit), (8 bytes). + Removing stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_MspDeInit), (8 bytes). + Removing stm32wbxx_hal_ipcc.o(.ARM.exidx.text.HAL_IPCC_MspDeInit), (8 bytes). + Removing stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_ActivateNotification), (168 bytes). + Removing stm32wbxx_hal_ipcc.o(.ARM.exidx.text.HAL_IPCC_ActivateNotification), (8 bytes). + Removing stm32wbxx_hal_ipcc.o(.text.IPCC_UnmaskInterrupt), (76 bytes). + Removing stm32wbxx_hal_ipcc.o(.ARM.exidx.text.IPCC_UnmaskInterrupt), (8 bytes). + Removing stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_DeActivateNotification), (166 bytes). + Removing stm32wbxx_hal_ipcc.o(.ARM.exidx.text.HAL_IPCC_DeActivateNotification), (8 bytes). + Removing stm32wbxx_hal_ipcc.o(.ARM.exidx.text.HAL_IPCC_TxCallback), (8 bytes). + Removing stm32wbxx_hal_ipcc.o(.ARM.exidx.text.HAL_IPCC_RxCallback), (8 bytes). + Removing stm32wbxx_hal_ipcc.o(.text.IPCC_MaskInterrupt), (76 bytes). + Removing stm32wbxx_hal_ipcc.o(.ARM.exidx.text.IPCC_MaskInterrupt), (8 bytes). + Removing stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_GetChannelStatus), (90 bytes). + Removing stm32wbxx_hal_ipcc.o(.ARM.exidx.text.HAL_IPCC_GetChannelStatus), (8 bytes). + Removing stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_NotifyCPU), (140 bytes). + Removing stm32wbxx_hal_ipcc.o(.ARM.exidx.text.HAL_IPCC_NotifyCPU), (8 bytes). + Removing stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_TX_IRQHandler), (136 bytes). + Removing stm32wbxx_hal_ipcc.o(.ARM.exidx.text.HAL_IPCC_TX_IRQHandler), (8 bytes). + Removing stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_RX_IRQHandler), (142 bytes). + Removing stm32wbxx_hal_ipcc.o(.ARM.exidx.text.HAL_IPCC_RX_IRQHandler), (8 bytes). + Removing stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_GetState), (14 bytes). + Removing stm32wbxx_hal_ipcc.o(.ARM.exidx.text.HAL_IPCC_GetState), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text), (0 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_Init), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.HAL_UART_MspInit), (8 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_MspInit), (8 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_AdvFeatureConfig), (8 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_SetConfig), (8 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_CheckIdleState), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.HAL_HalfDuplex_Init), (170 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_HalfDuplex_Init), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.HAL_LIN_Init), (228 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_LIN_Init), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.HAL_MultiProcessor_Init), (220 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_MultiProcessor_Init), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.HAL_UART_DeInit), (124 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_DeInit), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.HAL_UART_MspDeInit), (8 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_MspDeInit), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.HAL_UART_Transmit), (312 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_Transmit), (8 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_WaitOnFlagUntilTimeout), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.HAL_UART_Receive), (438 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_Receive), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.HAL_UART_Transmit_IT), (304 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_Transmit_IT), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.UART_TxISR_16BIT_FIFOEN), (206 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_TxISR_16BIT_FIFOEN), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.UART_TxISR_8BIT_FIFOEN), (196 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_TxISR_8BIT_FIFOEN), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.UART_TxISR_16BIT), (152 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_TxISR_16BIT), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.UART_TxISR_8BIT), (142 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_TxISR_8BIT), (8 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_Receive_IT), (8 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_Start_Receive_IT), (8 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_Transmit_DMA), (8 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_DMATransmitCplt), (8 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_DMATxHalfCplt), (8 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_DMAError), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.HAL_UART_Receive_DMA), (160 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_Receive_DMA), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.UART_Start_Receive_DMA), (302 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_Start_Receive_DMA), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.HAL_UART_DMAPause), (226 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_DMAPause), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.HAL_UART_DMAResume), (208 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_DMAResume), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.HAL_UART_DMAStop), (288 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_DMAStop), (8 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_EndTxTransfer), (8 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_EndRxTransfer), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.HAL_UART_Abort), (478 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_Abort), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.HAL_UART_AbortTransmit), (256 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_AbortTransmit), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.HAL_UART_AbortReceive), (316 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_AbortReceive), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.HAL_UART_Abort_IT), (558 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_Abort_IT), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.UART_DMATxAbortCallback), (132 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_DMATxAbortCallback), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.UART_DMARxAbortCallback), (114 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_DMARxAbortCallback), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.HAL_UART_AbortCpltCallback), (8 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_AbortCpltCallback), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.HAL_UART_AbortTransmit_IT), (270 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_AbortTransmit_IT), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.UART_DMATxOnlyAbortCallback), (64 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_DMATxOnlyAbortCallback), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.HAL_UART_AbortTransmitCpltCallback), (8 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_AbortTransmitCpltCallback), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.HAL_UART_AbortReceive_IT), (344 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_AbortReceive_IT), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.UART_DMARxOnlyAbortCallback), (62 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_DMARxOnlyAbortCallback), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.HAL_UART_AbortReceiveCpltCallback), (8 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_AbortReceiveCpltCallback), (8 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_IRQHandler), (8 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_DMAAbortOnError), (8 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_ErrorCallback), (8 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UARTEx_RxEventCallback), (8 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_EndTransmit_IT), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.HAL_UART_TxCpltCallback), (8 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_TxCpltCallback), (8 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_TxHalfCpltCallback), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.HAL_UART_RxCpltCallback), (8 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_RxCpltCallback), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.HAL_UART_RxHalfCpltCallback), (8 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_RxHalfCpltCallback), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.HAL_UART_ReceiverTimeout_Config), (50 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_ReceiverTimeout_Config), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.HAL_UART_EnableReceiverTimeout), (140 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_EnableReceiverTimeout), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.HAL_UART_DisableReceiverTimeout), (140 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_DisableReceiverTimeout), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.HAL_MultiProcessor_EnableMuteMode), (114 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_MultiProcessor_EnableMuteMode), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.HAL_MultiProcessor_DisableMuteMode), (114 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_MultiProcessor_DisableMuteMode), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.HAL_MultiProcessor_EnterMuteMode), (20 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_MultiProcessor_EnterMuteMode), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.HAL_HalfDuplex_EnableTransmitter), (158 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_HalfDuplex_EnableTransmitter), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.HAL_HalfDuplex_EnableReceiver), (158 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_HalfDuplex_EnableReceiver), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.HAL_LIN_SendBreak), (94 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_LIN_SendBreak), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.HAL_UART_GetState), (30 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_GetState), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.HAL_UART_GetError), (14 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.HAL_UART_GetError), (8 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.LL_RCC_GetUSARTClockSource), (8 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.LL_RCC_GetLPUARTClockSource), (8 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_RxISR_16BIT_FIFOEN), (8 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_RxISR_8BIT_FIFOEN), (8 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_RxISR_16BIT), (8 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_RxISR_8BIT), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.UART_DMAReceiveCplt), (302 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_DMAReceiveCplt), (8 bytes). + Removing stm32wbxx_hal_uart.o(.text.UART_DMARxHalfCplt), (110 bytes). + Removing stm32wbxx_hal_uart.o(.ARM.exidx.text.UART_DMARxHalfCplt), (8 bytes). + Removing stm32wbxx_hal_uart_ex.o(.text), (0 bytes). + Removing stm32wbxx_hal_uart_ex.o(.text.HAL_RS485Ex_Init), (208 bytes). + Removing stm32wbxx_hal_uart_ex.o(.ARM.exidx.text.HAL_RS485Ex_Init), (8 bytes). + Removing stm32wbxx_hal_uart_ex.o(.ARM.exidx.text.HAL_UARTEx_WakeupCallback), (8 bytes). + Removing stm32wbxx_hal_uart_ex.o(.ARM.exidx.text.HAL_UARTEx_RxFifoFullCallback), (8 bytes). + Removing stm32wbxx_hal_uart_ex.o(.ARM.exidx.text.HAL_UARTEx_TxFifoEmptyCallback), (8 bytes). + Removing stm32wbxx_hal_uart_ex.o(.text.HAL_MultiProcessorEx_AddressLength_Set), (94 bytes). + Removing stm32wbxx_hal_uart_ex.o(.ARM.exidx.text.HAL_MultiProcessorEx_AddressLength_Set), (8 bytes). + Removing stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_StopModeWakeUpSourceConfig), (200 bytes). + Removing stm32wbxx_hal_uart_ex.o(.ARM.exidx.text.HAL_UARTEx_StopModeWakeUpSourceConfig), (8 bytes). + Removing stm32wbxx_hal_uart_ex.o(.text.UARTEx_Wakeup_AddressConfig), (58 bytes). + Removing stm32wbxx_hal_uart_ex.o(.ARM.exidx.text.UARTEx_Wakeup_AddressConfig), (8 bytes). + Removing stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_EnableStopMode), (104 bytes). + Removing stm32wbxx_hal_uart_ex.o(.ARM.exidx.text.HAL_UARTEx_EnableStopMode), (8 bytes). + Removing stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_DisableStopMode), (104 bytes). + Removing stm32wbxx_hal_uart_ex.o(.ARM.exidx.text.HAL_UARTEx_DisableStopMode), (8 bytes). + Removing stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_EnableFifoMode), (134 bytes). + Removing stm32wbxx_hal_uart_ex.o(.ARM.exidx.text.HAL_UARTEx_EnableFifoMode), (8 bytes). + Removing stm32wbxx_hal_uart_ex.o(.ARM.exidx.text.UARTEx_SetNbDataToProcess), (8 bytes). + Removing stm32wbxx_hal_uart_ex.o(.ARM.exidx.text.HAL_UARTEx_DisableFifoMode), (8 bytes). + Removing stm32wbxx_hal_uart_ex.o(.ARM.exidx.text.HAL_UARTEx_SetTxFifoThreshold), (8 bytes). + Removing stm32wbxx_hal_uart_ex.o(.ARM.exidx.text.HAL_UARTEx_SetRxFifoThreshold), (8 bytes). + Removing stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_ReceiveToIdle), (560 bytes). + Removing stm32wbxx_hal_uart_ex.o(.ARM.exidx.text.HAL_UARTEx_ReceiveToIdle), (8 bytes). + Removing stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_ReceiveToIdle_IT), (168 bytes). + Removing stm32wbxx_hal_uart_ex.o(.ARM.exidx.text.HAL_UARTEx_ReceiveToIdle_IT), (8 bytes). + Removing stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_ReceiveToIdle_DMA), (176 bytes). + Removing stm32wbxx_hal_uart_ex.o(.ARM.exidx.text.HAL_UARTEx_ReceiveToIdle_DMA), (8 bytes). + Removing stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_GetRxEventType), (12 bytes). + Removing stm32wbxx_hal_uart_ex.o(.ARM.exidx.text.HAL_UARTEx_GetRxEventType), (8 bytes). + Removing stm32wbxx_hal_rtc.o(.text), (0 bytes). + Removing stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_Init), (8 bytes). + Removing stm32wbxx_hal_rtc.o(.text.HAL_RTC_MspInit), (8 bytes). + Removing stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_MspInit), (8 bytes). + Removing stm32wbxx_hal_rtc.o(.ARM.exidx.text.RTC_EnterInitMode), (8 bytes). + Removing stm32wbxx_hal_rtc.o(.ARM.exidx.text.RTC_ExitInitMode), (8 bytes). + Removing stm32wbxx_hal_rtc.o(.text.HAL_RTC_DeInit), (220 bytes). + Removing stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_DeInit), (8 bytes). + Removing stm32wbxx_hal_rtc.o(.text.HAL_RTC_MspDeInit), (8 bytes). + Removing stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_MspDeInit), (8 bytes). + Removing stm32wbxx_hal_rtc.o(.text.HAL_RTC_SetTime), (352 bytes). + Removing stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_SetTime), (8 bytes). + Removing stm32wbxx_hal_rtc.o(.text.RTC_ByteToBcd2), (58 bytes). + Removing stm32wbxx_hal_rtc.o(.ARM.exidx.text.RTC_ByteToBcd2), (8 bytes). + Removing stm32wbxx_hal_rtc.o(.text.HAL_RTC_GetTime), (146 bytes). + Removing stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_GetTime), (8 bytes). + Removing stm32wbxx_hal_rtc.o(.text.RTC_Bcd2ToByte), (42 bytes). + Removing stm32wbxx_hal_rtc.o(.ARM.exidx.text.RTC_Bcd2ToByte), (8 bytes). + Removing stm32wbxx_hal_rtc.o(.text.HAL_RTC_SetDate), (304 bytes). + Removing stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_SetDate), (8 bytes). + Removing stm32wbxx_hal_rtc.o(.text.HAL_RTC_GetDate), (120 bytes). + Removing stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_GetDate), (8 bytes). + Removing stm32wbxx_hal_rtc.o(.text.HAL_RTC_SetAlarm), (668 bytes). + Removing stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_SetAlarm), (8 bytes). + Removing stm32wbxx_hal_rtc.o(.text.HAL_RTC_SetAlarm_IT), (748 bytes). + Removing stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_SetAlarm_IT), (8 bytes). + Removing stm32wbxx_hal_rtc.o(.text.HAL_RTC_DeactivateAlarm), (348 bytes). + Removing stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_DeactivateAlarm), (8 bytes). + Removing stm32wbxx_hal_rtc.o(.text.HAL_RTC_GetAlarm), (232 bytes). + Removing stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_GetAlarm), (8 bytes). + Removing stm32wbxx_hal_rtc.o(.text.HAL_RTC_AlarmIRQHandler), (172 bytes). + Removing stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_AlarmIRQHandler), (8 bytes). + Removing stm32wbxx_hal_rtc.o(.text.HAL_RTC_AlarmAEventCallback), (8 bytes). + Removing stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_AlarmAEventCallback), (8 bytes). + Removing stm32wbxx_hal_rtc.o(.text.HAL_RTC_PollForAlarmAEvent), (132 bytes). + Removing stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_PollForAlarmAEvent), (8 bytes). + Removing stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_WaitForSynchro), (8 bytes). + Removing stm32wbxx_hal_rtc.o(.text.HAL_RTC_DST_Add1Hour), (52 bytes). + Removing stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_DST_Add1Hour), (8 bytes). + Removing stm32wbxx_hal_rtc.o(.text.HAL_RTC_DST_Sub1Hour), (52 bytes). + Removing stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_DST_Sub1Hour), (8 bytes). + Removing stm32wbxx_hal_rtc.o(.text.HAL_RTC_DST_SetStoreOperation), (52 bytes). + Removing stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_DST_SetStoreOperation), (8 bytes). + Removing stm32wbxx_hal_rtc.o(.text.HAL_RTC_DST_ClearStoreOperation), (52 bytes). + Removing stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_DST_ClearStoreOperation), (8 bytes). + Removing stm32wbxx_hal_rtc.o(.text.HAL_RTC_DST_ReadStoreOperation), (18 bytes). + Removing stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_DST_ReadStoreOperation), (8 bytes). + Removing stm32wbxx_hal_rtc.o(.text.HAL_RTC_GetState), (14 bytes). + Removing stm32wbxx_hal_rtc.o(.ARM.exidx.text.HAL_RTC_GetState), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.text), (0 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_SetTimeStamp), (204 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_SetTimeStamp), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_SetTimeStamp_IT), (248 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_SetTimeStamp_IT), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_DeactivateTimeStamp), (152 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_DeactivateTimeStamp), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_SetInternalTimeStamp), (152 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_SetInternalTimeStamp), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_DeactivateInternalTimeStamp), (126 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_DeactivateInternalTimeStamp), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_GetTimeStamp), (270 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_GetTimeStamp), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_SetTamper), (544 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_SetTamper), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_SetTamper_IT), (514 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_SetTamper_IT), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_DeactivateTamper), (190 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_DeactivateTamper), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_TamperTimeStampIRQHandler), (308 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_TamperTimeStampIRQHandler), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_TimeStampEventCallback), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_TimeStampEventCallback), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_Tamper1EventCallback), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_Tamper1EventCallback), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_Tamper2EventCallback), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_Tamper2EventCallback), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_Tamper3EventCallback), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_Tamper3EventCallback), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_PollForTimeStampEvent), (168 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_PollForTimeStampEvent), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_PollForTamper1Event), (132 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_PollForTamper1Event), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_PollForTamper2Event), (132 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_PollForTamper2Event), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_PollForTamper3Event), (132 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_PollForTamper3Event), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_SetWakeUpTimer), (388 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_SetWakeUpTimer), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_SetWakeUpTimer_IT), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_DeactivateWakeUpTimer), (230 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_DeactivateWakeUpTimer), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_GetWakeUpTimer), (16 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_GetWakeUpTimer), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_WakeUpTimerIRQHandler), (80 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_WakeUpTimerIRQHandler), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_WakeUpTimerEventCallback), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_WakeUpTimerEventCallback), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_PollForWakeUpTimerEvent), (132 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_PollForWakeUpTimerEvent), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_BKUPWrite), (40 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_BKUPWrite), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_BKUPRead), (36 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_BKUPRead), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_SetSmoothCalib), (238 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_SetSmoothCalib), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_SetSynchroShift), (338 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_SetSynchroShift), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_SetCalibrationOutPut), (152 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_SetCalibrationOutPut), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_DeactivateCalibrationOutPut), (126 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_DeactivateCalibrationOutPut), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_SetRefClock), (170 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_SetRefClock), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_DeactivateRefClock), (170 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_DeactivateRefClock), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_EnableBypassShadow), (126 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_EnableBypassShadow), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_DisableBypassShadow), (126 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_DisableBypassShadow), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_AlarmBEventCallback), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_AlarmBEventCallback), (8 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_PollForAlarmBEvent), (132 bytes). + Removing stm32wbxx_hal_rtc_ex.o(.ARM.exidx.text.HAL_RTCEx_PollForAlarmBEvent), (8 bytes). + Removing stm32wbxx_hal_tim.o(.text), (0 bytes). + Removing stm32wbxx_hal_tim_ex.o(.text), (0 bytes). + Removing system_stm32wbxx.o(.text), (0 bytes). + Removing system_stm32wbxx.o(.ARM.exidx.text.SystemInit), (8 bytes). + Removing system_stm32wbxx.o(.text.SystemCoreClockUpdate), (326 bytes). + Removing system_stm32wbxx.o(.ARM.exidx.text.SystemCoreClockUpdate), (8 bytes). + Removing system_stm32wbxx.o(.rodata.SmpsPrescalerTable), (96 bytes). + Removing tl_mbox.o(.text), (0 bytes). + Removing tl_mbox.o(.ARM.exidx.text.TL_Enable), (8 bytes). + Removing tl_mbox.o(.ARM.exidx.text.TL_Init), (8 bytes). + Removing tl_mbox.o(.text.TL_BLE_Init), (108 bytes). + Removing tl_mbox.o(.ARM.exidx.text.TL_BLE_Init), (8 bytes). + Removing tl_mbox.o(.text.TL_BLE_SendCmd), (44 bytes). + Removing tl_mbox.o(.ARM.exidx.text.TL_BLE_SendCmd), (8 bytes). + Removing tl_mbox.o(.ARM.exidx.text.OutputDbgTrace), (8 bytes). + Removing tl_mbox.o(.ARM.exidx.text.HW_IPCC_BLE_RxEvtNot), (8 bytes). + Removing tl_mbox.o(.text.TL_BLE_SendAclData), (46 bytes). + Removing tl_mbox.o(.ARM.exidx.text.TL_BLE_SendAclData), (8 bytes). + Removing tl_mbox.o(.ARM.exidx.text.HW_IPCC_BLE_AclDataAckNot), (8 bytes). + Removing tl_mbox.o(.ARM.exidx.text.TL_SYS_Init), (8 bytes). + Removing tl_mbox.o(.ARM.exidx.text.TL_SYS_SendCmd), (8 bytes). + Removing tl_mbox.o(.ARM.exidx.text.HW_IPCC_SYS_CmdEvtNot), (8 bytes). + Removing tl_mbox.o(.ARM.exidx.text.HW_IPCC_SYS_EvtNot), (8 bytes). + Removing tl_mbox.o(.ARM.exidx.text.TL_ZIGBEE_Init), (8 bytes). + Removing tl_mbox.o(.ARM.exidx.text.TL_ZIGBEE_SendM4RequestToM0), (8 bytes). + Removing tl_mbox.o(.ARM.exidx.text.HW_IPCC_ZIGBEE_RecvAppliAckFromM0), (8 bytes). + Removing tl_mbox.o(.text.TL_ZIGBEE_CmdEvtReceived), (8 bytes). + Removing tl_mbox.o(.ARM.exidx.text.TL_ZIGBEE_CmdEvtReceived), (8 bytes). + Removing tl_mbox.o(.ARM.exidx.text.HW_IPCC_ZIGBEE_RecvM0NotifyToM4), (8 bytes). + Removing tl_mbox.o(.text.TL_ZIGBEE_NotReceived), (8 bytes). + Removing tl_mbox.o(.ARM.exidx.text.TL_ZIGBEE_NotReceived), (8 bytes). + Removing tl_mbox.o(.ARM.exidx.text.TL_ZIGBEE_SendM4AckToM0Notify), (8 bytes). + Removing tl_mbox.o(.ARM.exidx.text.HW_IPCC_ZIGBEE_RecvM0RequestToM4), (8 bytes). + Removing tl_mbox.o(.ARM.exidx.text.TL_ZIGBEE_SendM4AckToM0Request), (8 bytes). + Removing tl_mbox.o(.ARM.exidx.text.TL_MM_Init), (8 bytes). + Removing tl_mbox.o(.ARM.exidx.text.TL_MM_EvtDone), (8 bytes). + Removing tl_mbox.o(.ARM.exidx.text.SendFreeBuf), (8 bytes). + Removing tl_mbox.o(.ARM.exidx.text.TL_TRACES_Init), (8 bytes). + Removing tl_mbox.o(.ARM.exidx.text.HW_IPCC_TRACES_EvtNot), (8 bytes). + Removing tl_mbox.o(.text.TL_TRACES_EvtReceived), (8 bytes). + Removing tl_mbox.o(.ARM.exidx.text.TL_TRACES_EvtReceived), (8 bytes). + Removing tl_mbox.o(MB_MEM2), (15 bytes). + Removing shci.o(.text), (0 bytes). + Removing shci.o(.text.SHCI_C2_FUS_GetState), (50 bytes). + Removing shci.o(.ARM.exidx.text.SHCI_C2_FUS_GetState), (8 bytes). + Removing shci.o(.text.SHCI_C2_FUS_FwUpgrade), (92 bytes). + Removing shci.o(.ARM.exidx.text.SHCI_C2_FUS_FwUpgrade), (8 bytes). + Removing shci.o(.text.SHCI_C2_FUS_FwDelete), (30 bytes). + Removing shci.o(.ARM.exidx.text.SHCI_C2_FUS_FwDelete), (8 bytes). + Removing shci.o(.text.SHCI_C2_FUS_UpdateAuthKey), (32 bytes). + Removing shci.o(.ARM.exidx.text.SHCI_C2_FUS_UpdateAuthKey), (8 bytes). + Removing shci.o(.text.SHCI_C2_FUS_LockAuthKey), (30 bytes). + Removing shci.o(.ARM.exidx.text.SHCI_C2_FUS_LockAuthKey), (8 bytes). + Removing shci.o(.text.SHCI_C2_FUS_StoreUsrKey), (80 bytes). + Removing shci.o(.ARM.exidx.text.SHCI_C2_FUS_StoreUsrKey), (8 bytes). + Removing shci.o(.text.SHCI_C2_FUS_LoadUsrKey), (42 bytes). + Removing shci.o(.ARM.exidx.text.SHCI_C2_FUS_LoadUsrKey), (8 bytes). + Removing shci.o(.text.SHCI_C2_FUS_StartWs), (30 bytes). + Removing shci.o(.ARM.exidx.text.SHCI_C2_FUS_StartWs), (8 bytes). + Removing shci.o(.text.SHCI_C2_FUS_LockUsrKey), (42 bytes). + Removing shci.o(.ARM.exidx.text.SHCI_C2_FUS_LockUsrKey), (8 bytes). + Removing shci.o(.text.SHCI_C2_FUS_UnloadUsrKey), (42 bytes). + Removing shci.o(.ARM.exidx.text.SHCI_C2_FUS_UnloadUsrKey), (8 bytes). + Removing shci.o(.text.SHCI_C2_FUS_ActivateAntiRollback), (30 bytes). + Removing shci.o(.ARM.exidx.text.SHCI_C2_FUS_ActivateAntiRollback), (8 bytes). + Removing shci.o(.text.SHCI_C2_BLE_Init), (36 bytes). + Removing shci.o(.ARM.exidx.text.SHCI_C2_BLE_Init), (8 bytes). + Removing shci.o(.text.SHCI_C2_THREAD_Init), (30 bytes). + Removing shci.o(.ARM.exidx.text.SHCI_C2_THREAD_Init), (8 bytes). + Removing shci.o(.text.SHCI_C2_LLDTESTS_Init), (38 bytes). + Removing shci.o(.ARM.exidx.text.SHCI_C2_LLDTESTS_Init), (8 bytes). + Removing shci.o(.text.SHCI_C2_BLE_LLD_Init), (38 bytes). + Removing shci.o(.ARM.exidx.text.SHCI_C2_BLE_LLD_Init), (8 bytes). + Removing shci.o(.ARM.exidx.text.SHCI_C2_ZIGBEE_Init), (8 bytes). + Removing shci.o(.text.SHCI_C2_DEBUG_Init), (36 bytes). + Removing shci.o(.ARM.exidx.text.SHCI_C2_DEBUG_Init), (8 bytes). + Removing shci.o(.text.SHCI_C2_FLASH_EraseActivity), (42 bytes). + Removing shci.o(.ARM.exidx.text.SHCI_C2_FLASH_EraseActivity), (8 bytes). + Removing shci.o(.text.SHCI_C2_CONCURRENT_SetMode), (42 bytes). + Removing shci.o(.ARM.exidx.text.SHCI_C2_CONCURRENT_SetMode), (8 bytes). + Removing shci.o(.text.SHCI_C2_CONCURRENT_GetNextBleEvtTime), (42 bytes). + Removing shci.o(.ARM.exidx.text.SHCI_C2_CONCURRENT_GetNextBleEvtTime), (8 bytes). + Removing shci.o(.text.SHCI_C2_CONCURRENT_EnableNext_802154_EvtNotification), (30 bytes). + Removing shci.o(.ARM.exidx.text.SHCI_C2_CONCURRENT_EnableNext_802154_EvtNotification), (8 bytes). + Removing shci.o(.text.SHCI_C2_FLASH_StoreData), (42 bytes). + Removing shci.o(.ARM.exidx.text.SHCI_C2_FLASH_StoreData), (8 bytes). + Removing shci.o(.text.SHCI_C2_FLASH_EraseData), (42 bytes). + Removing shci.o(.ARM.exidx.text.SHCI_C2_FLASH_EraseData), (8 bytes). + Removing shci.o(.text.SHCI_C2_RADIO_AllowLowPower), (54 bytes). + Removing shci.o(.ARM.exidx.text.SHCI_C2_RADIO_AllowLowPower), (8 bytes). + Removing shci.o(.text.SHCI_C2_MAC_802_15_4_Init), (30 bytes). + Removing shci.o(.ARM.exidx.text.SHCI_C2_MAC_802_15_4_Init), (8 bytes). + Removing shci.o(.text.SHCI_C2_Reinit), (30 bytes). + Removing shci.o(.ARM.exidx.text.SHCI_C2_Reinit), (8 bytes). + Removing shci.o(.text.SHCI_C2_ExtpaConfig), (70 bytes). + Removing shci.o(.ARM.exidx.text.SHCI_C2_ExtpaConfig), (8 bytes). + Removing shci.o(.text.SHCI_C2_SetFlashActivityControl), (42 bytes). + Removing shci.o(.ARM.exidx.text.SHCI_C2_SetFlashActivityControl), (8 bytes). + Removing shci.o(.text.SHCI_C2_Config), (32 bytes). + Removing shci.o(.ARM.exidx.text.SHCI_C2_Config), (8 bytes). + Removing shci.o(.text.SHCI_C2_802_15_4_DeInit), (30 bytes). + Removing shci.o(.ARM.exidx.text.SHCI_C2_802_15_4_DeInit), (8 bytes). + Removing shci.o(.text.SHCI_C2_SetSystemClock), (42 bytes). + Removing shci.o(.ARM.exidx.text.SHCI_C2_SetSystemClock), (8 bytes). + Removing shci.o(.ARM.exidx.text.SHCI_GetWirelessFwInfo), (8 bytes). + Removing dbg_trace.o(.text), (0 bytes). + Removing dbg_trace.o(.text.DbgTraceGetFileName), (70 bytes). + Removing dbg_trace.o(.ARM.exidx.text.DbgTraceGetFileName), (8 bytes). + Removing dbg_trace.o(.text.DbgTraceBuffer), (80 bytes). + Removing dbg_trace.o(.ARM.exidx.text.DbgTraceBuffer), (8 bytes). + Removing dbg_trace.o(.ARM.exidx.text.DbgTraceInit), (8 bytes). + Removing dbg_trace.o(.text._write), (24 bytes). + Removing dbg_trace.o(.ARM.exidx.text._write), (8 bytes). + Removing dbg_trace.o(.ARM.exidx.text.DbgTraceWrite), (8 bytes). + Removing dbg_trace.o(.ARM.exidx.text.DbgTrace_TxCpltCallback), (8 bytes). + Removing dbg_trace.o(.ARM.exidx.text.__aeabi_assert), (8 bytes). + Removing dbg_trace.o(.ARM.exidx.text.fputc), (8 bytes). + Removing otp.o(.text), (0 bytes). + Removing otp.o(.ARM.exidx.text.OTP_Read), (8 bytes). + Removing stm_list.o(.text), (0 bytes). + Removing stm_list.o(.ARM.exidx.text.LST_init_head), (8 bytes). + Removing stm_list.o(.ARM.exidx.text.LST_is_empty), (8 bytes). + Removing stm_list.o(.ARM.exidx.text.LST_insert_head), (8 bytes). + Removing stm_list.o(.ARM.exidx.text.LST_insert_tail), (8 bytes). + Removing stm_list.o(.ARM.exidx.text.LST_remove_node), (8 bytes). + Removing stm_list.o(.ARM.exidx.text.LST_remove_head), (8 bytes). + Removing stm_list.o(.text.LST_remove_tail), (56 bytes). + Removing stm_list.o(.ARM.exidx.text.LST_remove_tail), (8 bytes). + Removing stm_list.o(.text.LST_insert_node_after), (64 bytes). + Removing stm_list.o(.ARM.exidx.text.LST_insert_node_after), (8 bytes). + Removing stm_list.o(.text.LST_insert_node_before), (64 bytes). + Removing stm_list.o(.ARM.exidx.text.LST_insert_node_before), (8 bytes). + Removing stm_list.o(.text.LST_get_size), (74 bytes). + Removing stm_list.o(.ARM.exidx.text.LST_get_size), (8 bytes). + Removing stm_list.o(.text.LST_get_next_node), (46 bytes). + Removing stm_list.o(.ARM.exidx.text.LST_get_next_node), (8 bytes). + Removing stm_list.o(.text.LST_get_prev_node), (46 bytes). + Removing stm_list.o(.ARM.exidx.text.LST_get_prev_node), (8 bytes). + Removing stm_queue.o(.text), (0 bytes). + Removing stm_queue.o(.ARM.exidx.text.CircularQueue_Init), (8 bytes). + Removing stm_queue.o(.ARM.exidx.text.CircularQueue_Add), (8 bytes). + Removing stm_queue.o(.text.CircularQueue_Remove_Copy), (14 bytes). + Removing stm_queue.o(.ARM.exidx.text.CircularQueue_Remove_Copy), (8 bytes). + Removing stm_queue.o(.ARM.exidx.text.CircularQueue_Remove), (8 bytes). + Removing stm_queue.o(.text.CircularQueue_Sense_Copy), (14 bytes). + Removing stm_queue.o(.ARM.exidx.text.CircularQueue_Sense_Copy), (8 bytes). + Removing stm_queue.o(.ARM.exidx.text.CircularQueue_Sense), (8 bytes). + Removing stm_queue.o(.text.CircularQueue_Empty), (28 bytes). + Removing stm_queue.o(.ARM.exidx.text.CircularQueue_Empty), (8 bytes). + Removing stm_queue.o(.text.CircularQueue_NbElement), (12 bytes). + Removing stm_queue.o(.ARM.exidx.text.CircularQueue_NbElement), (8 bytes). + Removing tl_zigbee_hci.o(.text), (0 bytes). + Removing tl_zigbee_hci.o(.text.Pre_ZigbeeCmdProcessing), (2 bytes). + Removing tl_zigbee_hci.o(.ARM.exidx.text.Pre_ZigbeeCmdProcessing), (8 bytes). + Removing tl_zigbee_hci.o(.ARM.exidx.text.Post_ZigbeeCmdProcessing), (8 bytes). + Removing tl_zigbee_hci.o(.text.ZIGBEE_CmdTransfer), (2 bytes). + Removing tl_zigbee_hci.o(.ARM.exidx.text.ZIGBEE_CmdTransfer), (8 bytes). + Removing tl_zigbee_hci.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer), (4 bytes). + Removing tl_zigbee_hci.o(.ARM.exidx.text.ZIGBEE_Get_OTCmdPayloadBuffer), (8 bytes). + Removing tl_zigbee_hci.o(.text.ZIGBEE_Get_OTCmdRspPayloadBuffer), (4 bytes). + Removing tl_zigbee_hci.o(.ARM.exidx.text.ZIGBEE_Get_OTCmdRspPayloadBuffer), (8 bytes). + Removing tl_zigbee_hci.o(.text.ZIGBEE_Get_NotificationPayloadBuffer), (4 bytes). + Removing tl_zigbee_hci.o(.ARM.exidx.text.ZIGBEE_Get_NotificationPayloadBuffer), (8 bytes). + Removing tl_zigbee_hci.o(.text.ZIGBEE_Get_M0RequestPayloadBuffer), (4 bytes). + Removing tl_zigbee_hci.o(.ARM.exidx.text.ZIGBEE_Get_M0RequestPayloadBuffer), (8 bytes). + Removing shci_tl.o(.text), (0 bytes). + Removing shci_tl.o(.ARM.exidx.text.shci_init), (8 bytes). + Removing shci_tl.o(.ARM.exidx.text.TlInit), (8 bytes). + Removing shci_tl.o(.ARM.exidx.text.shci_user_evt_proc), (8 bytes). + Removing shci_tl.o(.text.shci_resume_flow), (28 bytes). + Removing shci_tl.o(.ARM.exidx.text.shci_resume_flow), (8 bytes). + Removing shci_tl.o(.ARM.exidx.text.shci_send), (8 bytes). + Removing shci_tl.o(.ARM.exidx.text.Cmd_SetStatus), (8 bytes). + Removing shci_tl.o(.text.shci_cmd_resp_wait), (26 bytes). + Removing shci_tl.o(.ARM.exidx.text.shci_cmd_resp_wait), (8 bytes). + Removing shci_tl.o(.text.shci_cmd_resp_release), (20 bytes). + Removing shci_tl.o(.ARM.exidx.text.shci_cmd_resp_release), (8 bytes). + Removing shci_tl.o(.ARM.exidx.text.TlCmdEvtReceived), (8 bytes). + Removing shci_tl.o(.ARM.exidx.text.TlUserEvtReceived), (8 bytes). + Removing shci_tl_if.o(.text), (0 bytes). + Removing shci_tl_if.o(.ARM.exidx.text.shci_register_io_bus), (8 bytes). + Removing ee.o(.text), (0 bytes). + Removing ee.o(.text.EE_Init), (124 bytes). + Removing ee.o(.ARM.exidx.text.EE_Init), (8 bytes). + Removing ee.o(.text.EE_Reset), (44 bytes). + Removing ee.o(.ARM.exidx.text.EE_Reset), (8 bytes). + Removing ee.o(.text.EE_SetState), (64 bytes). + Removing ee.o(.ARM.exidx.text.EE_SetState), (8 bytes). + Removing ee.o(.text.EE_Recovery), (480 bytes). + Removing ee.o(.ARM.exidx.text.EE_Recovery), (8 bytes). + Removing ee.o(.text.EE_Read), (40 bytes). + Removing ee.o(.ARM.exidx.text.EE_Read), (8 bytes). + Removing ee.o(.text.EE_ReadEl), (180 bytes). + Removing ee.o(.ARM.exidx.text.EE_ReadEl), (8 bytes). + Removing ee.o(.text.EE_Write), (198 bytes). + Removing ee.o(.ARM.exidx.text.EE_Write), (8 bytes). + Removing ee.o(.text.EE_WriteEl), (222 bytes). + Removing ee.o(.ARM.exidx.text.EE_WriteEl), (8 bytes). + Removing ee.o(.text.EE_GetState), (70 bytes). + Removing ee.o(.ARM.exidx.text.EE_GetState), (8 bytes). + Removing ee.o(.text.EE_Transfer), (290 bytes). + Removing ee.o(.ARM.exidx.text.EE_Transfer), (8 bytes). + Removing ee.o(.text.EE_Clean), (112 bytes). + Removing ee.o(.ARM.exidx.text.EE_Clean), (8 bytes). + Removing ee.o(.text.EE_Dump), (162 bytes). + Removing ee.o(.ARM.exidx.text.EE_Dump), (8 bytes). + Removing ee.o(.text.EE_Crc), (246 bytes). + Removing ee.o(.ARM.exidx.text.EE_Crc), (8 bytes). + Removing ee.o(.bss.EE_var), (12 bytes). + Removing hw_flash.o(.text), (0 bytes). + Removing hw_flash.o(.text.HW_FLASH_Write), (124 bytes). + Removing hw_flash.o(.ARM.exidx.text.HW_FLASH_Write), (8 bytes). + Removing hw_flash.o(.text.HW_FLASH_Program_DoubleWord), (44 bytes). + Removing hw_flash.o(.ARM.exidx.text.HW_FLASH_Program_DoubleWord), (8 bytes). + Removing hw_flash.o(.text.HW_FLASH_Erase), (172 bytes). + Removing hw_flash.o(.ARM.exidx.text.HW_FLASH_Erase), (8 bytes). + Removing hw_flash.o(.text.HW_FLASH_PageErase), (44 bytes). + Removing hw_flash.o(.ARM.exidx.text.HW_FLASH_PageErase), (8 bytes). + Removing zigbee_core_wb.o(.text), (0 bytes). + Removing zigbee_core_wb.o(.text.zb_ipc_m4_stack_logging_config), (60 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.zb_ipc_m4_stack_logging_config), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbGetLogging), (56 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbGetLogging), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbSetLogging), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbHeapMaxAlloc), (6 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbHeapMaxAlloc), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbInit), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.zb_ipc_m4_memcpy2), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.zb_ipc_m4_get_retval), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbDestroy), (72 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbDestroy), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbDestroyWithCb), (108 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbDestroyWithCb), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.zb_ipc_m4_cb_info_alloc), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbExtendedAddress), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbShortAddress), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbNwkGet), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbChangeExtAddr), (56 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbChangeExtAddr), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbStartupConfigGetProDefaults), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbStartupConfigGetProSeDefaults), (54 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbStartupConfigGetProSeDefaults), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbStartup), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.zb_ipc_m4_cb_info_free), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbStartupRejoin), (112 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbStartupRejoin), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbStartupPersist), (140 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbStartupPersist), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbStartupFindBindStart), (112 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbStartupFindBindStart), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbStartupFindBindStartEndpoint), (124 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbStartupFindBindStartEndpoint), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbStartupTouchlinkTargetStop), (52 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbStartupTouchlinkTargetStop), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbStartupTcsoStart), (124 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbStartupTcsoStart), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbStartupTcsoAbort), (62 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbStartupTcsoAbort), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbTrustCenterRejoin), (112 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbTrustCenterRejoin), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbPersistNotifyRegister), (126 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbPersistNotifyRegister), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbPersistGet), (64 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbPersistGet), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbStateGet), (64 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbStateGet), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbLeaveReq), (112 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbLeaveReq), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbReset), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbShutdown), (40 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbShutdown), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbStatePause), (112 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbStatePause), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbStateResume), (52 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbStateResume), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbSecEcdsaValidate), (120 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbSecEcdsaValidate), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZclTouchlinkInitiatorGetGrpIdReq), (130 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZclTouchlinkInitiatorGetGrpIdReq), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZclTouchlinkInitiatorGetEpListReq), (130 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZclTouchlinkInitiatorGetEpListReq), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZclTouchlinkTargetSendEpInfoCmd), (134 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZclTouchlinkTargetSendEpInfoCmd), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbBdbGetIndex), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbBdbSetIndex), (98 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbBdbSetIndex), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbBdbGetEndpointStatus), (66 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbBdbGetEndpointStatus), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbBdbSetEndpointStatus), (66 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbBdbSetEndpointStatus), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbApsdeDataReqCallback), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbApsmeAddEndpoint), (58 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbApsmeAddEndpoint), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbApsmeRemoveEndpoint), (58 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbApsmeRemoveEndpoint), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbApsFilterEndpointAdd), (146 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbApsFilterEndpointAdd), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbApsFilterClusterAdd), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbApsFilterEndpointFree), (62 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbApsFilterEndpointFree), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbApsmeEndpointClusterListAppend), (104 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbApsmeEndpointClusterListAppend), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbApsEndpointExists), (76 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbApsEndpointExists), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbApsEndpointProfile), (66 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbApsEndpointProfile), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbApsAddrIsBcast), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbApsAddrIsLocal), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbApsGetIndex), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbApsSetIndex), (90 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbApsSetIndex), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbApsLookupKey), (132 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbApsLookupKey), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbApsmeAddGroupReq), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbApsmeRemoveGroupReq), (58 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbApsmeRemoveGroupReq), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbApsmeRemoveAllGroupsReq), (58 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbApsmeRemoveAllGroupsReq), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbApsGroupIsMember), (138 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbApsGroupIsMember), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbApsGroupsGetCapacity), (86 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbApsGroupsGetCapacity), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbApsGroupsGetMembership), (134 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbApsGroupsGetMembership), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbApsmeBindReq), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbApsmeUnbindReq), (58 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbApsmeUnbindReq), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbApsUnbindAllReq), (42 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbApsUnbindAllReq), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbApsBindSrcExists), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbApsmeTransportKeyReq), (50 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbApsmeTransportKeyReq), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbApsmeRemoveDeviceReq), (50 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbApsmeRemoveDeviceReq), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbApsmeRequestKeyReq), (62 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbApsmeRequestKeyReq), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbApsmeSwitchKeyReq), (50 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbApsmeSwitchKeyReq), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbApsmeAddKeyReq), (58 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbApsmeAddKeyReq), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbApsmeGetKeyReq), (58 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbApsmeGetKeyReq), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbApsmeRemoveKeyReq), (58 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbApsmeRemoveKeyReq), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbMsgFilterRegister), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbMsgFilterRemove), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbTimerAlloc), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.zb_heap_alloc), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.zb_heap_free), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbTimerChangeCallback), (32 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbTimerChangeCallback), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbTimerStop), (48 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbTimerStop), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbTimerFree), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbTimerRunning), (70 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbTimerRunning), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbTimerRemaining), (56 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbTimerRemaining), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbTimerReset), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbTimeoutRemaining), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbNwkGetIndex), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbNwkSetIndex), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbNwkSet), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbNwkAddrLookupExt), (114 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbNwkAddrLookupExt), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbNwkAddrLookupNwk), (70 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbNwkAddrLookupNwk), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbNwkGetSecMaterial), (84 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbNwkGetSecMaterial), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbNwkGetActiveKey), (92 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbNwkGetActiveKey), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbNlmeNetDiscReq), (122 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbNlmeNetDiscReq), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbNlmeEdScanReq), (122 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbNlmeEdScanReq), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbNlmeLeaveReq), (122 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbNlmeLeaveReq), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbNlmePermitJoinReq), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbNlmeResetReq), (58 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbNlmeResetReq), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbNlmeSyncReq), (122 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbNlmeSyncReq), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbNlmeRouteDiscReq), (122 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbNlmeRouteDiscReq), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbNlmeJoiningPolicyGet), (10 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbNlmeJoiningPolicyGet), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbNwkNeighborClearAll), (74 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbNwkNeighborClearAll), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbNlmeDirectJoinReq), (58 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbNlmeDirectJoinReq), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbNlmeSetInterface), (58 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbNlmeSetInterface), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbNlmeGetInterface), (58 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbNlmeGetInterface), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbNwkIfSetTxPower), (84 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbNwkIfSetTxPower), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbNwkIfGetTxPower), (80 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbNwkIfGetTxPower), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbNwkSetFrameCounter), (102 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbNwkSetFrameCounter), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbNwkFastPollRequest), (66 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbNwkFastPollRequest), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbNwkFastPollRelease), (72 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbNwkFastPollRelease), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbNwkFastPollResourceCount), (50 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbNwkFastPollResourceCount), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbNwkSendEdkaReq), (64 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbNwkSendEdkaReq), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbNwkAddrSetNextChildAddr), (54 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbNwkAddrSetNextChildAddr), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbNwkCommissioningConfig), (72 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbNwkCommissioningConfig), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZdoDeviceAnnceFilterRegister), (122 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZdoDeviceAnnceFilterRegister), (8 bytes). + Removing zigbee_core_wb.o(.text.zdo_filter_cbinfo_get), (72 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.zdo_filter_cbinfo_get), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZdoNwkAddrReq), (122 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZdoNwkAddrReq), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZdoIeeeAddrReq), (122 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZdoIeeeAddrReq), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZdoNodeDescReq), (122 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZdoNodeDescReq), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZdoPowerDescReq), (122 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZdoPowerDescReq), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZdoSimpleDescReq), (122 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZdoSimpleDescReq), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZdoActiveEpReq), (122 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZdoActiveEpReq), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZdoMatchDescReq), (122 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZdoMatchDescReq), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZdoMatchDescMulti), (144 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZdoMatchDescMulti), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZdoDeviceAnnce), (50 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZdoDeviceAnnce), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZdoDeviceAnnceAlias), (50 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZdoDeviceAnnceAlias), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZdoBindReq), (122 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZdoBindReq), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZdoUnbindReq), (122 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZdoUnbindReq), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZdoLqiReq), (122 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZdoLqiReq), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZdoRtgReq), (122 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZdoRtgReq), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZdoMgmtBindReq), (122 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZdoMgmtBindReq), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZdoLeaveReq), (122 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZdoLeaveReq), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZdoPermitJoinReq), (122 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZdoPermitJoinReq), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZdoNwkUpdateReq), (122 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZdoNwkUpdateReq), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZdoNwkUpdateNotifyFilterRegister), (122 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZdoNwkUpdateNotifyFilterRegister), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZdoFilterRemove), (64 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZdoFilterRemove), (8 bytes). + Removing zigbee_core_wb.o(.text.zdo_filter_cbinfo_del), (104 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.zdo_filter_cbinfo_del), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZclUptime), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZclDeviceLogCheckAllow), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZclBasicPostAlarm), (88 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZclBasicPostAlarm), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZclBasicServerResetCmdConfig), (58 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZclBasicServerResetCmdConfig), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZclBasicWriteDirect), (96 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZclBasicWriteDirect), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZclBasicServerConfigDefaults), (50 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZclBasicServerConfigDefaults), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZclDiagServerAlloc), (100 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZclDiagServerAlloc), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZclAddEndpoint), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZclRemoveEndpoint), (58 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZclRemoveEndpoint), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZclReadReq), (128 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZclReadReq), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZclWriteReq), (128 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZclWriteReq), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZclDiscoverAttrReq), (128 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZclDiscoverAttrReq), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZclGetNextSeqnum), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZclCommandReq), (160 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZclCommandReq), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZclSendDefaultResponse), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZclClusterCommandReq), (136 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZclClusterCommandReq), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZclClusterCommandReqDelayed), (236 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZclClusterCommandReqDelayed), (8 bytes). + Removing zigbee_core_wb.o(.text.cluster_command_timer), (132 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.cluster_command_timer), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZclClusterCommandRsp), (106 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZclClusterCommandRsp), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZclClusterCommandRspWithCb), (206 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZclClusterCommandRspWithCb), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZclSendClusterStatusResponse), (136 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZclSendClusterStatusResponse), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZclClusterEndpointRegister), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZclClusterEndpointRemove), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZclClusterBind), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZclClusterUnbind), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZclClusterReverseBind), (56 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZclClusterReverseBind), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZclClusterReverseUnbind), (56 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZclClusterReverseUnbind), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZclClusterRegisterAlarmResetHandler), (68 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZclClusterRegisterAlarmResetHandler), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZclClusterRemoveAlarmResetHandler), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZclClusterSendAlarm), (72 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZclClusterSendAlarm), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbZclKeWithDevice), (170 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbZclKeWithDevice), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbApsFragDropTxAdd), (68 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbApsFragDropTxAdd), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbApsFragDropTxClear), (38 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbApsFragDropTxClear), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbAesMmoHash), (50 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbAesMmoHash), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbHashInit), (34 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbHashInit), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbHashAdd), (84 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbHashAdd), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbHashDigest), (54 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbHashDigest), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbHmacInit), (198 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbHmacInit), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbHmacDigest), (58 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbHmacDigest), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbSecAddDeviceLinkKeyByKey), (102 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbSecAddDeviceLinkKeyByKey), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbSecAddDeviceLinkKeyByInstallCode), (68 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbSecAddDeviceLinkKeyByInstallCode), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbSecKeyTransform), (48 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbSecKeyTransform), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbDebugMemory), (42 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbDebugMemory), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbDebugInfo), (42 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbDebugInfo), (8 bytes). + Removing zigbee_core_wb.o(.text.MacSetPropStrictDataPollReq), (64 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.MacSetPropStrictDataPollReq), (8 bytes). + Removing zigbee_core_wb.o(.text.zb_ipc_get_secured_mem_info), (74 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.zb_ipc_get_secured_mem_info), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbHeapAvailable), (48 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbHeapAvailable), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.WpanCrc), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.Zigbee_CallBackProcessing), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.Zigbee_M0RequestProcessing), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.zb_malloc_track), (8 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.zb_malloc_untrack), (8 bytes). + Removing zigbee_core_wb.o(.text.zb_malloc_current_sz), (14 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.zb_malloc_current_sz), (8 bytes). + Removing zigbee_core_wb.o(.text.ZbLogPrintf), (86 bytes). + Removing zigbee_core_wb.o(.ARM.exidx.text.ZbLogPrintf), (8 bytes). + Removing zigbee_core_wb.o(.rodata.sec_key_null), (16 bytes). + Removing zigbee_core_wb.o(.rodata.sec_key_distrib_uncert), (16 bytes). + Removing zigbee_core_wb.o(.rodata.sec_key_touchlink_cert), (16 bytes). + Removing stm32_lpm.o(.text), (0 bytes). + Removing stm32_lpm.o(.ARM.exidx.text.UTIL_LPM_Init), (8 bytes). + Removing stm32_lpm.o(.text.UTIL_LPM_DeInit), (2 bytes). + Removing stm32_lpm.o(.ARM.exidx.text.UTIL_LPM_DeInit), (8 bytes). + Removing stm32_lpm.o(.ARM.exidx.text.UTIL_LPM_SetStopMode), (8 bytes). + Removing stm32_lpm.o(.ARM.exidx.text.UTIL_LPM_SetOffMode), (8 bytes). + Removing stm32_lpm.o(.text.UTIL_LPM_GetMode), (92 bytes). + Removing stm32_lpm.o(.ARM.exidx.text.UTIL_LPM_GetMode), (8 bytes). + Removing stm32_lpm.o(.text.UTIL_LPM_EnterLowPower), (132 bytes). + Removing stm32_lpm.o(.ARM.exidx.text.UTIL_LPM_EnterLowPower), (8 bytes). + Removing stm32_seq.o(.text), (0 bytes). + Removing stm32_seq.o(.text.UTIL_SEQ_Init), (150 bytes). + Removing stm32_seq.o(.ARM.exidx.text.UTIL_SEQ_Init), (8 bytes). + Removing stm32_seq.o(.text.UTIL_SEQ_DeInit), (2 bytes). + Removing stm32_seq.o(.ARM.exidx.text.UTIL_SEQ_DeInit), (8 bytes). + Removing stm32_seq.o(.ARM.exidx.text.UTIL_SEQ_Run), (8 bytes). + Removing stm32_seq.o(.ARM.exidx.text.SEQ_BitPosition), (8 bytes). + Removing stm32_seq.o(.ARM.exidx.text.UTIL_SEQ_PreTask), (8 bytes). + Removing stm32_seq.o(.ARM.exidx.text.UTIL_SEQ_PostTask), (8 bytes). + Removing stm32_seq.o(.ARM.exidx.text.UTIL_SEQ_CatchWarning), (8 bytes). + Removing stm32_seq.o(.ARM.exidx.text.UTIL_SEQ_PreIdle), (8 bytes). + Removing stm32_seq.o(.text.UTIL_SEQ_Idle), (2 bytes). + Removing stm32_seq.o(.ARM.exidx.text.UTIL_SEQ_Idle), (8 bytes). + Removing stm32_seq.o(.ARM.exidx.text.UTIL_SEQ_PostIdle), (8 bytes). + Removing stm32_seq.o(.ARM.exidx.text.UTIL_SEQ_RegTask), (8 bytes). + Removing stm32_seq.o(.text.UTIL_SEQ_IsRegisteredTask), (74 bytes). + Removing stm32_seq.o(.ARM.exidx.text.UTIL_SEQ_IsRegisteredTask), (8 bytes). + Removing stm32_seq.o(.ARM.exidx.text.UTIL_SEQ_SetTask), (8 bytes). + Removing stm32_seq.o(.text.UTIL_SEQ_IsSchedulableTask), (90 bytes). + Removing stm32_seq.o(.ARM.exidx.text.UTIL_SEQ_IsSchedulableTask), (8 bytes). + Removing stm32_seq.o(.text.UTIL_SEQ_PauseTask), (52 bytes). + Removing stm32_seq.o(.ARM.exidx.text.UTIL_SEQ_PauseTask), (8 bytes). + Removing stm32_seq.o(.text.UTIL_SEQ_IsPauseTask), (60 bytes). + Removing stm32_seq.o(.ARM.exidx.text.UTIL_SEQ_IsPauseTask), (8 bytes). + Removing stm32_seq.o(.text.UTIL_SEQ_ResumeTask), (52 bytes). + Removing stm32_seq.o(.ARM.exidx.text.UTIL_SEQ_ResumeTask), (8 bytes). + Removing stm32_seq.o(.ARM.exidx.text.UTIL_SEQ_SetEvt), (8 bytes). + Removing stm32_seq.o(.text.UTIL_SEQ_ClrEvt), (52 bytes). + Removing stm32_seq.o(.ARM.exidx.text.UTIL_SEQ_ClrEvt), (8 bytes). + Removing stm32_seq.o(.ARM.exidx.text.UTIL_SEQ_WaitEvt), (8 bytes). + Removing stm32_seq.o(.text.UTIL_SEQ_EvtIdle), (20 bytes). + Removing stm32_seq.o(.ARM.exidx.text.UTIL_SEQ_EvtIdle), (8 bytes). + Removing stm32_seq.o(.text.UTIL_SEQ_IsEvtPend), (32 bytes). + Removing stm32_seq.o(.ARM.exidx.text.UTIL_SEQ_IsEvtPend), (8 bytes). + Removing zcl_attr.o(.text), (0 bytes). + Removing zcl_attr.o(.ARM.exidx.text.ZbZclAttrAddSorted), (8 bytes). + Removing zcl_attr.o(.ARM.exidx.text.ZbZclAttrFind), (8 bytes). + Removing zcl_attr.o(.ARM.exidx.text.ZbZclAttrHandleDiscover), (8 bytes). + Removing zcl_attr.o(.text.ZbZclAttrDiscoverGetList), (126 bytes). + Removing zcl_attr.o(.ARM.exidx.text.ZbZclAttrDiscoverGetList), (8 bytes). + Removing zcl_attr.o(.ARM.exidx.text.ZbZclAttrRead), (8 bytes). + Removing zcl_attr.o(.ARM.exidx.text.ZbZclAttrWrite), (8 bytes). + Removing zcl_attr.o(.ARM.exidx.text.ZbZclAttrParseLength), (8 bytes). + Removing zcl_attr.o(.ARM.exidx.text.ZbZclAttrDefaultWrite), (8 bytes). + Removing zcl_attr.o(.text.ZbZclAttrPostWrite), (40 bytes). + Removing zcl_attr.o(.ARM.exidx.text.ZbZclAttrPostWrite), (8 bytes). + Removing zcl_attr.o(.text.ZbZclAttrPersist), (90 bytes). + Removing zcl_attr.o(.ARM.exidx.text.ZbZclAttrPersist), (8 bytes). + Removing zcl_attr.o(.ARM.exidx.text.ZbZclAttrDefaultValue), (8 bytes). + Removing zcl_attr.o(.ARM.exidx.text.ZbZclAttrTypeLength), (8 bytes). + Removing zcl_attr.o(.ARM.exidx.text.ZbZclAttrIsAnalog), (8 bytes). + Removing zcl_attr_integer.o(.text), (0 bytes). + Removing zcl_attr_integer.o(.text.ZbZclAppendInteger), (684 bytes). + Removing zcl_attr_integer.o(.ARM.exidx.text.ZbZclAppendInteger), (8 bytes). + Removing zcl_attr_integer.o(.ARM.exidx.text.ZbZclParseInteger), (8 bytes). + Removing zcl_attr_integer.o(.ARM.exidx.text.ZbZclAttrIsInteger), (8 bytes). + Removing zcl_attr_integer.o(.ARM.exidx.text.ZbZclAttrIntegerRangeCheck), (8 bytes). + Removing zcl_attr_integer.o(.text.ZbZclAttrIntegerRead), (96 bytes). + Removing zcl_attr_integer.o(.ARM.exidx.text.ZbZclAttrIntegerRead), (8 bytes). + Removing zcl_attr_integer.o(.ARM.exidx.text.ZbZclAttrIntegerWrite), (8 bytes). + Removing zcl_attr_integer.o(.text.ZbZclAttrIntegerIncrement), (172 bytes). + Removing zcl_attr_integer.o(.ARM.exidx.text.ZbZclAttrIntegerIncrement), (8 bytes). + Removing zcl_attr_integer.o(.text.ZbZclAttrEuiRead), (54 bytes). + Removing zcl_attr_integer.o(.ARM.exidx.text.ZbZclAttrEuiRead), (8 bytes). + Removing zcl_attr_integer.o(.text.ZbZclAttrEuiWrite), (128 bytes). + Removing zcl_attr_integer.o(.ARM.exidx.text.ZbZclAttrEuiWrite), (8 bytes). + Removing zcl_cluster.o(.text), (0 bytes). + Removing zcl_cluster.o(.ARM.exidx.text.ZbZclClusterGetEndpoint), (8 bytes). + Removing zcl_cluster.o(.ARM.exidx.text.ZbZclClusterSetCallbackArg), (8 bytes). + Removing zcl_cluster.o(.text.ZbZclClusterSetMfrCode), (4 bytes). + Removing zcl_cluster.o(.ARM.exidx.text.ZbZclClusterSetMfrCode), (8 bytes). + Removing zcl_cluster.o(.ARM.exidx.text.ZbZclClusterGetClusterId), (8 bytes). + Removing zcl_cluster.o(.text.ZbZclClusterSetProfileId), (34 bytes). + Removing zcl_cluster.o(.ARM.exidx.text.ZbZclClusterSetProfileId), (8 bytes). + Removing zcl_cluster.o(.text.ZbZclClusterGetProfileId), (4 bytes). + Removing zcl_cluster.o(.ARM.exidx.text.ZbZclClusterGetProfileId), (8 bytes). + Removing zcl_cluster.o(.ARM.exidx.text.ZbZclClusterSetMinSecurity), (8 bytes). + Removing zcl_cluster.o(.ARM.exidx.text.ZbZclClusterCheckMinSecurity), (8 bytes). + Removing zcl_cluster.o(.text.ZbZclClusterSetTxOptions), (8 bytes). + Removing zcl_cluster.o(.ARM.exidx.text.ZbZclClusterSetTxOptions), (8 bytes). + Removing zcl_cluster.o(.text.ZbZclClusterGetTxOptions), (8 bytes). + Removing zcl_cluster.o(.ARM.exidx.text.ZbZclClusterGetTxOptions), (8 bytes). + Removing zcl_cluster.o(.ARM.exidx.text.ZbZclTxOptsFromSecurityStatus), (8 bytes). + Removing zcl_cluster.o(.text.ZbZclClusterGetDirection), (4 bytes). + Removing zcl_cluster.o(.ARM.exidx.text.ZbZclClusterGetDirection), (8 bytes). + Removing zcl_cluster.o(.text.ZbZclClusterGetDirectionStr), (36 bytes). + Removing zcl_cluster.o(.ARM.exidx.text.ZbZclClusterGetDirectionStr), (8 bytes). + Removing zcl_cluster.o(.text.ZbZclClusterSetDiscoverRoute), (4 bytes). + Removing zcl_cluster.o(.ARM.exidx.text.ZbZclClusterSetDiscoverRoute), (8 bytes). + Removing zcl_cluster.o(.text.ZbZclClusterSetRadius), (4 bytes). + Removing zcl_cluster.o(.ARM.exidx.text.ZbZclClusterSetRadius), (8 bytes). + Removing zcl_cluster.o(.text.ZbZclClusterGetRadius), (4 bytes). + Removing zcl_cluster.o(.ARM.exidx.text.ZbZclClusterGetRadius), (8 bytes). + Removing zcl_cluster.o(.text.ZbZclClusterSetMaxAsduLength), (28 bytes). + Removing zcl_cluster.o(.ARM.exidx.text.ZbZclClusterSetMaxAsduLength), (8 bytes). + Removing zcl_cluster.o(.text.ZbZclClusterGetMaxAsduLength), (4 bytes). + Removing zcl_cluster.o(.ARM.exidx.text.ZbZclClusterGetMaxAsduLength), (8 bytes). + Removing zcl_cluster.o(.text.ZbZclClusterInitCommandReq), (36 bytes). + Removing zcl_cluster.o(.ARM.exidx.text.ZbZclClusterInitCommandReq), (8 bytes). + Removing zcl_cluster.o(.ARM.exidx.text.ZbZclClusterInitApsdeReq), (8 bytes). + Removing zcl_cluster.o(.rodata.str1.1), (19 bytes). + Removing zcl_command_ind.o(.text), (0 bytes). + Removing zcl_command_ind.o(.ARM.exidx.text.zcl_cluster_data_ind), (8 bytes). + Removing zcl_command_ind.o(.ARM.exidx.text.zcl_cluster_alarm_data_ind), (8 bytes). + Removing zcl_command_ind.o(.ARM.exidx.text.ZbZclHandleReadAttr), (8 bytes). + Removing zcl_command_ind.o(.ARM.exidx.text.zcl_persist_handle_set), (8 bytes). + Removing zcl_onoff_server.o(.text), (0 bytes). + Removing zcl_onoff_server.o(.ARM.exidx.text.ZbZclOnOffServerAlloc), (8 bytes). + Removing zcl_onoff_server.o(.ARM.exidx.text.onOffServerGetSceneData), (8 bytes). + Removing zcl_onoff_server.o(.ARM.exidx.text.onOffServerSetSceneData), (8 bytes). + Removing zcl_onoff_server.o(.ARM.exidx.text.onOffServerCommand), (8 bytes). + Removing zcl_onoff_server.o(.text.ZbZclOnOffServerSetLevelControlCallback), (6 bytes). + Removing zcl_onoff_server.o(.ARM.exidx.text.ZbZclOnOffServerSetLevelControlCallback), (8 bytes). + Removing zcl_attr_list.o(.text), (0 bytes). + Removing zcl_attr_list.o(.ARM.exidx.text.ZbZclAttrAppendList), (8 bytes). + Removing zcl_attr_list.o(.ARM.exidx.text.ZbZclAttrCallbackExec), (8 bytes). + Removing zcl_attr_list.o(.ARM.exidx.text.ZbZclAttrFreeList), (8 bytes). + Removing zcl_attr_report.o(.text), (0 bytes). + Removing zcl_attr_report.o(.text.ZbZclAttrReportKick), (64 bytes). + Removing zcl_attr_report.o(.ARM.exidx.text.ZbZclAttrReportKick), (8 bytes). + Removing zcl_attr_report.o(.ARM.exidx.text.zcl_cluster_reports_timer), (8 bytes). + Removing zcl_attr_report.o(.ARM.exidx.text.zcl_reporting_queue_report), (8 bytes). + Removing zcl_attr_report.o(.ARM.exidx.text.zcl_attr_reporting_check), (8 bytes). + Removing zcl_attr_report.o(.ARM.exidx.text.ZbZclReportCleanup), (8 bytes). + Removing zcl_attr_report.o(.ARM.exidx.text.zcl_reporting_stack_event), (8 bytes). + Removing zcl_attr_report.o(.ARM.exidx.text.zcl_cluster_attr_report_delete), (8 bytes). + Removing zcl_attr_report.o(.ARM.exidx.text.zcl_reporting_create_default_reports), (8 bytes). + Removing zcl_attr_report.o(.ARM.exidx.text.zcl_reporting_save_curr_val), (8 bytes). + Removing zcl_attr_report.o(.ARM.exidx.text.zcl_reporting_create_new), (8 bytes). + Removing zcl_attr_report.o(.ARM.exidx.text.ZbZclHandleConfigReport), (8 bytes). + Removing zcl_attr_report.o(.ARM.exidx.text.zcl_reporting_epsilon_check), (8 bytes). + Removing zcl_attr_report.o(.ARM.exidx.text.ZbZclHandleReadReport), (8 bytes). + Removing zcl_attr_report.o(.ARM.exidx.text.zcl_append_report_config_record), (8 bytes). + Removing zcl_attr_report.o(.ARM.exidx.text.ZbZclHandleReportAttr), (8 bytes). + Removing zcl_attr_report.o(.text.ZbZclAttrReportConfigReq), (216 bytes). + Removing zcl_attr_report.o(.ARM.exidx.text.ZbZclAttrReportConfigReq), (8 bytes). + Removing zcl_attr_report.o(.text.ZbZclAttrReportReadReq), (202 bytes). + Removing zcl_attr_report.o(.ARM.exidx.text.ZbZclAttrReportReadReq), (8 bytes). + Removing zcl_attr_report.o(.text.ZbZclAttrReportConfigDefault), (246 bytes). + Removing zcl_attr_report.o(.ARM.exidx.text.ZbZclAttrReportConfigDefault), (8 bytes). + Removing zcl_attr_report.o(.text.ZbZclClusterReportCallbackAttach), (4 bytes). + Removing zcl_attr_report.o(.ARM.exidx.text.ZbZclClusterReportCallbackAttach), (8 bytes). + Removing zcl_attr_report.o(.ARM.exidx.text.zcl_reporting_send_report), (8 bytes). + Removing zcl_attr_report.o(.ARM.exidx.text.report_command_timer), (8 bytes). + Removing zcl_attr_report.o(.ARM.exidx.text.zcl_reporting_send_conf), (8 bytes). + Removing zcl_cluster_init.o(.text), (0 bytes). + Removing zcl_cluster_init.o(.ARM.exidx.text.ZbZclClusterAlloc), (8 bytes). + Removing zcl_cluster_init.o(.ARM.exidx.text.ZbZclClusterFree), (8 bytes). + Removing zcl_cluster_init.o(.ARM.exidx.text.zcl_cluster_persist_timer), (8 bytes). + Removing zcl_cluster_init.o(.ARM.exidx.text.ZbZclClusterAttach), (8 bytes). + Removing zcl_cluster_init.o(.ARM.exidx.text.zcl_cluster_command_dummy), (8 bytes). + Removing zcl_cluster_init.o(.ARM.exidx.text.zcl_persist_send_cache), (8 bytes). + Removing zcl_header.o(.text), (0 bytes). + Removing zcl_header.o(.ARM.exidx.text.ZbZclParseHeader), (8 bytes). + Removing zcl_header.o(.text.ZbZclPrependHeader), (128 bytes). + Removing zcl_header.o(.ARM.exidx.text.ZbZclPrependHeader), (8 bytes). + Removing zcl_header.o(.ARM.exidx.text.ZbZclAppendHeader), (8 bytes). + Removing zcl_cluster_scene.o(.text), (0 bytes). + Removing zcl_cluster_scene.o(.ARM.exidx.text.ZbZclHandleGetSceneData), (8 bytes). + Removing zcl_cluster_scene.o(.ARM.exidx.text.ZbZclHandleSetSceneData), (8 bytes). + Removing pletoh.o(.text), (0 bytes). + Removing pletoh.o(.text.is_little_endian), (4 bytes). + Removing pletoh.o(.ARM.exidx.text.is_little_endian), (8 bytes). + Removing pletoh.o(.ARM.exidx.text.pletoh16), (8 bytes). + Removing pletoh.o(.text.pletoh24), (10 bytes). + Removing pletoh.o(.ARM.exidx.text.pletoh24), (8 bytes). + Removing pletoh.o(.ARM.exidx.text.pletoh32), (8 bytes). + Removing pletoh.o(.text.pletoh40), (8 bytes). + Removing pletoh.o(.ARM.exidx.text.pletoh40), (8 bytes). + Removing pletoh.o(.text.pletoh48), (8 bytes). + Removing pletoh.o(.ARM.exidx.text.pletoh48), (8 bytes). + Removing pletoh.o(.text.pletoh56), (12 bytes). + Removing pletoh.o(.ARM.exidx.text.pletoh56), (8 bytes). + Removing pletoh.o(.ARM.exidx.text.pletoh64), (8 bytes). + Removing pletoh.o(.ARM.exidx.text.putle16), (8 bytes). + Removing pletoh.o(.ARM.exidx.text.putle24), (8 bytes). + Removing pletoh.o(.ARM.exidx.text.putle32), (8 bytes). + Removing pletoh.o(.ARM.exidx.text.putle40), (8 bytes). + Removing pletoh.o(.ARM.exidx.text.putle48), (8 bytes). + Removing pletoh.o(.ARM.exidx.text.putle56), (8 bytes). + Removing pletoh.o(.ARM.exidx.text.putle64), (8 bytes). + Removing zcl_attr_float.o(.text), (0 bytes). + Removing zcl_attr_float.o(.text.ZbZclAppendFloat), (272 bytes). + Removing zcl_attr_float.o(.ARM.exidx.text.ZbZclAppendFloat), (8 bytes). + Removing zcl_attr_float.o(.text.ZbZclFloatFrexp), (584 bytes). + Removing zcl_attr_float.o(.ARM.exidx.text.ZbZclFloatFrexp), (8 bytes). + Removing zcl_attr_float.o(.ARM.exidx.text.ZbZclParseFloat), (8 bytes). + Removing zcl_attr_float.o(.ARM.exidx.text.ZbZclFloatLdexp), (8 bytes). + Removing zcl_attr_float.o(.ARM.exidx.text.ZbZclAttrIsFloat), (8 bytes). + +2261 unused section(s) (total 77301 bytes) removed from the image. + +============================================================================== + +Image Symbol Table + + Local Symbols + + Symbol Name Value Ov Type Size Object(Section) + + ../clib/../cmprslib/zerorunl.c 0x00000000 Number 0 __dczerorl.o ABSOLUTE + ../clib/division.s 0x00000000 Number 0 aeabi_sdiv.o ABSOLUTE + ../clib/microlib/division.c 0x00000000 Number 0 uldiv.o ABSOLUTE + ../clib/microlib/division.c 0x00000000 Number 0 uidiv.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry2.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry5.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry7a.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry7b.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry8a.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry8b.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry9a.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry9b.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry10a.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry10b.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry11a.o ABSOLUTE + ../clib/microlib/init/entry.s 0x00000000 Number 0 entry11b.o ABSOLUTE + ../clib/microlib/longlong.c 0x00000000 Number 0 llshl.o ABSOLUTE + ../clib/microlib/longlong.c 0x00000000 Number 0 llushr.o ABSOLUTE + ../clib/microlib/longlong.c 0x00000000 Number 0 llsshr.o ABSOLUTE + ../clib/microlib/malloc/malloc.c 0x00000000 Number 0 malloc.o ABSOLUTE + ../clib/microlib/malloc/malloc.c 0x00000000 Number 0 mallocr.o ABSOLUTE + ../clib/microlib/malloc/malloc.c 0x00000000 Number 0 malloca.o ABSOLUTE + ../clib/microlib/malloc/malloc.c 0x00000000 Number 0 mallocra.o ABSOLUTE + ../clib/microlib/malloc/mvars.c 0x00000000 Number 0 mvars.o ABSOLUTE + ../clib/microlib/printf/printf.c 0x00000000 Number 0 printfa.o ABSOLUTE + ../clib/microlib/stdio/fputs.c 0x00000000 Number 0 fputs.o ABSOLUTE + ../clib/microlib/stdio/fputs.c 0x00000000 Number 0 fputs_e.o ABSOLUTE + ../clib/microlib/stdio/streams.c 0x00000000 Number 0 stderr.o ABSOLUTE + ../clib/microlib/stdio/streams.c 0x00000000 Number 0 stdout.o ABSOLUTE + ../clib/microlib/stdlib/abort.c 0x00000000 Number 0 abort.o ABSOLUTE + ../clib/microlib/string/memcpy.c 0x00000000 Number 0 memcpya.o ABSOLUTE + ../clib/microlib/string/memcpy.c 0x00000000 Number 0 memcpyb.o ABSOLUTE + ../clib/microlib/string/memset.c 0x00000000 Number 0 memseta.o ABSOLUTE + ../clib/microlib/string/strchr.c 0x00000000 Number 0 strchr.o ABSOLUTE + ../clib/microlib/string/strcmp.c 0x00000000 Number 0 strcmp.o ABSOLUTE + ../clib/microlib/string/strcpy.c 0x00000000 Number 0 strcpy.o ABSOLUTE + ../clib/microlib/string/strrchr.c 0x00000000 Number 0 strrchr.o ABSOLUTE + ../clib/microlib/string/strstr.c 0x00000000 Number 0 strstr.o ABSOLUTE + ../clib/microlib/stubs.s 0x00000000 Number 0 iusefp.o ABSOLUTE + ../fplib/microlib/fpadd.c 0x00000000 Number 0 dadd.o ABSOLUTE + ../fplib/microlib/fpcmp.c 0x00000000 Number 0 dcmplt.o ABSOLUTE + ../fplib/microlib/fpcmp.c 0x00000000 Number 0 dcmpge.o ABSOLUTE + ../fplib/microlib/fpcmp.c 0x00000000 Number 0 dcmpgt.o ABSOLUTE + ../fplib/microlib/fpcmp.c 0x00000000 Number 0 dcmpeq.o ABSOLUTE + ../fplib/microlib/fpdiv.c 0x00000000 Number 0 ddiv.o ABSOLUTE + ../fplib/microlib/fpepilogue.c 0x00000000 Number 0 depilogue.o ABSOLUTE + ../fplib/microlib/fpfix.c 0x00000000 Number 0 dfixi.o ABSOLUTE + ../fplib/microlib/fpfix.c 0x00000000 Number 0 dfixui.o ABSOLUTE + ../fplib/microlib/fpfix.c 0x00000000 Number 0 dfixl.o ABSOLUTE + ../fplib/microlib/fpfix.c 0x00000000 Number 0 dfixul.o ABSOLUTE + ../fplib/microlib/fpflt.c 0x00000000 Number 0 dfltui.o ABSOLUTE + ../fplib/microlib/fpflt.c 0x00000000 Number 0 dfltl.o ABSOLUTE + ../fplib/microlib/fpflt.c 0x00000000 Number 0 dfltul.o ABSOLUTE + ../fplib/microlib/fpmul.c 0x00000000 Number 0 dmul.o ABSOLUTE + app_entry.c 0x00000000 Number 0 app_entry.o ABSOLUTE + app_globals.c 0x00000000 Number 0 app_globals.o ABSOLUTE + app_zigbee.c 0x00000000 Number 0 app_zigbee.o ABSOLUTE + cdrcmple.s 0x00000000 Number 0 cdrcmple.o ABSOLUTE + dbg_trace.c 0x00000000 Number 0 dbg_trace.o ABSOLUTE + dc.s 0x00000000 Number 0 dc.o ABSOLUTE + ee.c 0x00000000 Number 0 ee.o ABSOLUTE + handlers.s 0x00000000 Number 0 handlers.o ABSOLUTE + hardware.c 0x00000000 Number 0 hardware.o ABSOLUTE + hw_flash.c 0x00000000 Number 0 hw_flash.o ABSOLUTE + hw_ipcc.c 0x00000000 Number 0 hw_ipcc.o ABSOLUTE + hw_timerserver.c 0x00000000 Number 0 hw_timerserver.o ABSOLUTE + hw_uart.c 0x00000000 Number 0 hw_uart.o ABSOLUTE + init.s 0x00000000 Number 0 init.o ABSOLUTE + main.c 0x00000000 Number 0 main.o ABSOLUTE + otp.c 0x00000000 Number 0 otp.o ABSOLUTE + pletoh.c 0x00000000 Number 0 pletoh.o ABSOLUTE + shci.c 0x00000000 Number 0 shci.o ABSOLUTE + shci_tl.c 0x00000000 Number 0 shci_tl.o ABSOLUTE + shci_tl_if.c 0x00000000 Number 0 shci_tl_if.o ABSOLUTE + slave_inputs.c 0x00000000 Number 0 slave_inputs.o ABSOLUTE + startup_stm32wb55xx_cm4.s 0x00000000 Number 0 startup_stm32wb55xx_cm4.o ABSOLUTE + stm32_lpm.c 0x00000000 Number 0 stm32_lpm.o ABSOLUTE + stm32_lpm_if.c 0x00000000 Number 0 stm32_lpm_if.o ABSOLUTE + stm32_seq.c 0x00000000 Number 0 stm32_seq.o ABSOLUTE + stm32wbxx_hal.c 0x00000000 Number 0 stm32wbxx_hal.o ABSOLUTE + stm32wbxx_hal_cortex.c 0x00000000 Number 0 stm32wbxx_hal_cortex.o ABSOLUTE + stm32wbxx_hal_dma.c 0x00000000 Number 0 stm32wbxx_hal_dma.o ABSOLUTE + stm32wbxx_hal_dma_ex.c 0x00000000 Number 0 stm32wbxx_hal_dma_ex.o ABSOLUTE + stm32wbxx_hal_exti.c 0x00000000 Number 0 stm32wbxx_hal_exti.o ABSOLUTE + stm32wbxx_hal_flash.c 0x00000000 Number 0 stm32wbxx_hal_flash.o ABSOLUTE + stm32wbxx_hal_flash_ex.c 0x00000000 Number 0 stm32wbxx_hal_flash_ex.o ABSOLUTE + stm32wbxx_hal_gpio.c 0x00000000 Number 0 stm32wbxx_hal_gpio.o ABSOLUTE + stm32wbxx_hal_hsem.c 0x00000000 Number 0 stm32wbxx_hal_hsem.o ABSOLUTE + stm32wbxx_hal_ipcc.c 0x00000000 Number 0 stm32wbxx_hal_ipcc.o ABSOLUTE + stm32wbxx_hal_msp.c 0x00000000 Number 0 stm32wbxx_hal_msp.o ABSOLUTE + stm32wbxx_hal_pwr.c 0x00000000 Number 0 stm32wbxx_hal_pwr.o ABSOLUTE + stm32wbxx_hal_pwr_ex.c 0x00000000 Number 0 stm32wbxx_hal_pwr_ex.o ABSOLUTE + stm32wbxx_hal_rcc.c 0x00000000 Number 0 stm32wbxx_hal_rcc.o ABSOLUTE + stm32wbxx_hal_rcc_ex.c 0x00000000 Number 0 stm32wbxx_hal_rcc_ex.o ABSOLUTE + stm32wbxx_hal_rtc.c 0x00000000 Number 0 stm32wbxx_hal_rtc.o ABSOLUTE + stm32wbxx_hal_rtc_ex.c 0x00000000 Number 0 stm32wbxx_hal_rtc_ex.o ABSOLUTE + stm32wbxx_hal_tim.c 0x00000000 Number 0 stm32wbxx_hal_tim.o ABSOLUTE + stm32wbxx_hal_tim_ex.c 0x00000000 Number 0 stm32wbxx_hal_tim_ex.o ABSOLUTE + stm32wbxx_hal_uart.c 0x00000000 Number 0 stm32wbxx_hal_uart.o ABSOLUTE + stm32wbxx_hal_uart_ex.c 0x00000000 Number 0 stm32wbxx_hal_uart_ex.o ABSOLUTE + stm32wbxx_it.c 0x00000000 Number 0 stm32wbxx_it.o ABSOLUTE + stm32wbxx_ll_rcc.c 0x00000000 Number 0 stm32wbxx_ll_rcc.o ABSOLUTE + stm32wbxx_nucleo.c 0x00000000 Number 0 stm32wbxx_nucleo.o ABSOLUTE + stm_list.c 0x00000000 Number 0 stm_list.o ABSOLUTE + stm_logging.c 0x00000000 Number 0 stm_logging.o ABSOLUTE + stm_queue.c 0x00000000 Number 0 stm_queue.o ABSOLUTE + system_stm32wbxx.c 0x00000000 Number 0 system_stm32wbxx.o ABSOLUTE + tl_mbox.c 0x00000000 Number 0 tl_mbox.o ABSOLUTE + tl_zigbee_hci.c 0x00000000 Number 0 tl_zigbee_hci.o ABSOLUTE + zcl_attr.c 0x00000000 Number 0 zcl_attr.o ABSOLUTE + zcl_attr_float.c 0x00000000 Number 0 zcl_attr_float.o ABSOLUTE + zcl_attr_integer.c 0x00000000 Number 0 zcl_attr_integer.o ABSOLUTE + zcl_attr_list.c 0x00000000 Number 0 zcl_attr_list.o ABSOLUTE + zcl_attr_report.c 0x00000000 Number 0 zcl_attr_report.o ABSOLUTE + zcl_cluster.c 0x00000000 Number 0 zcl_cluster.o ABSOLUTE + zcl_cluster_init.c 0x00000000 Number 0 zcl_cluster_init.o ABSOLUTE + zcl_cluster_scene.c 0x00000000 Number 0 zcl_cluster_scene.o ABSOLUTE + zcl_command_ind.c 0x00000000 Number 0 zcl_command_ind.o ABSOLUTE + zcl_header.c 0x00000000 Number 0 zcl_header.o ABSOLUTE + zcl_onoff_server.c 0x00000000 Number 0 zcl_onoff_server.o ABSOLUTE + zigbee_app.c 0x00000000 Number 0 zigbee_app.o ABSOLUTE + zigbee_core_wb.c 0x00000000 Number 0 zigbee_core_wb.o ABSOLUTE + zigbee_port.c 0x00000000 Number 0 zigbee_port.o ABSOLUTE + RESET 0x08000000 Section 316 startup_stm32wb55xx_cm4.o(RESET) + .ARM.Collect$$$$00000000 0x0800013c Section 0 entry.o(.ARM.Collect$$$$00000000) + .ARM.Collect$$$$00000001 0x0800013c Section 4 entry2.o(.ARM.Collect$$$$00000001) + .ARM.Collect$$$$00000004 0x08000140 Section 4 entry5.o(.ARM.Collect$$$$00000004) + .ARM.Collect$$$$00000008 0x08000144 Section 0 entry7b.o(.ARM.Collect$$$$00000008) + .ARM.Collect$$$$0000000A 0x08000144 Section 0 entry8b.o(.ARM.Collect$$$$0000000A) + .ARM.Collect$$$$0000000B 0x08000144 Section 8 entry9a.o(.ARM.Collect$$$$0000000B) + __lit__00000000 0x0800014c Data 4 entry2.o(.ARM.Collect$$$$00002712) + .ARM.Collect$$$$0000000D 0x0800014c Section 0 entry10a.o(.ARM.Collect$$$$0000000D) + .ARM.Collect$$$$0000000F 0x0800014c Section 0 entry11a.o(.ARM.Collect$$$$0000000F) + .ARM.Collect$$$$00002712 0x0800014c Section 4 entry2.o(.ARM.Collect$$$$00002712) + $v0 0x08000150 Number 0 startup_stm32wb55xx_cm4.o(.text) + .text 0x08000150 Section 36 startup_stm32wb55xx_cm4.o(.text) + .text 0x08000174 Section 0 uldiv.o(.text) + .text 0x080001d6 Section 0 memcpya.o(.text) + .text 0x080001fa Section 0 memseta.o(.text) + .text 0x0800021e Section 0 strstr.o(.text) + .text 0x08000242 Section 0 strchr.o(.text) + .text 0x08000256 Section 0 strcmp.o(.text) + .text 0x08000272 Section 0 strcpy.o(.text) + .text 0x08000284 Section 0 dadd.o(.text) + .text 0x080003d2 Section 0 dmul.o(.text) + .text 0x080004b6 Section 0 ddiv.o(.text) + .text 0x08000594 Section 0 dcmplt.o(.text) + .text 0x080005ca Section 0 dcmpge.o(.text) + .text 0x08000600 Section 0 dcmpgt.o(.text) + .text 0x08000636 Section 0 dcmpeq.o(.text) + .text 0x0800066e Section 0 dfltui.o(.text) + .text 0x08000688 Section 0 dfltl.o(.text) + .text 0x080006b0 Section 0 dfltul.o(.text) + .text 0x080006c8 Section 0 dfixi.o(.text) + .text 0x08000706 Section 0 dfixui.o(.text) + .text 0x08000738 Section 0 dfixl.o(.text) + .text 0x08000782 Section 0 dfixul.o(.text) + .text 0x080007b2 Section 0 uidiv.o(.text) + .text 0x080007de Section 0 llshl.o(.text) + .text 0x080007fc Section 0 llushr.o(.text) + .text 0x0800081c Section 0 llsshr.o(.text) + .text 0x08000840 Section 0 iusefp.o(.text) + .text 0x08000840 Section 0 depilogue.o(.text) + .text 0x080008fc Section 48 cdrcmple.o(.text) + .text 0x0800092c Section 48 init.o(.text) + .text 0x0800095c Section 0 __dczerorl.o(.text) + APPE_SysEvtError 0x08000999 Thumb Code 62 app_entry.o(.text.APPE_SysEvtError) + [Anonymous Symbol] 0x08000998 Section 0 app_entry.o(.text.APPE_SysEvtError) + APPE_SysEvtReadyProcessing 0x080009d9 Thumb Code 12 app_entry.o(.text.APPE_SysEvtReadyProcessing) + [Anonymous Symbol] 0x080009d8 Section 0 app_entry.o(.text.APPE_SysEvtReadyProcessing) + APPE_SysStatusNot 0x080009e5 Thumb Code 10 app_entry.o(.text.APPE_SysStatusNot) + [Anonymous Symbol] 0x080009e4 Section 0 app_entry.o(.text.APPE_SysStatusNot) + APPE_SysUserEvtRx 0x080009f1 Thumb Code 64 app_entry.o(.text.APPE_SysUserEvtRx) + [Anonymous Symbol] 0x080009f0 Section 0 app_entry.o(.text.APPE_SysUserEvtRx) + APP_ZIGBEE_CheckWirelessFirmwareInfo 0x08000a31 Thumb Code 478 app_zigbee.o(.text.APP_ZIGBEE_CheckWirelessFirmwareInfo) + [Anonymous Symbol] 0x08000a30 Section 0 app_zigbee.o(.text.APP_ZIGBEE_CheckWirelessFirmwareInfo) + APP_ZIGBEE_ConfigEndpoints 0x08000c11 Thumb Code 336 app_zigbee.o(.text.APP_ZIGBEE_ConfigEndpoints) + [Anonymous Symbol] 0x08000c10 Section 0 app_zigbee.o(.text.APP_ZIGBEE_ConfigEndpoints) + APP_ZIGBEE_ConfigGroupAddr 0x08000d61 Thumb Code 88 app_zigbee.o(.text.APP_ZIGBEE_ConfigGroupAddr) + [Anonymous Symbol] 0x08000d60 Section 0 app_zigbee.o(.text.APP_ZIGBEE_ConfigGroupAddr) + APP_ZIGBEE_DecodeSlaveReport 0x08000db9 Thumb Code 94 app_zigbee.o(.text.APP_ZIGBEE_DecodeSlaveReport) + [Anonymous Symbol] 0x08000db8 Section 0 app_zigbee.o(.text.APP_ZIGBEE_DecodeSlaveReport) + APP_ZIGBEE_EncodeSlaveReport 0x08000e19 Thumb Code 76 app_zigbee.o(.text.APP_ZIGBEE_EncodeSlaveReport) + [Anonymous Symbol] 0x08000e18 Section 0 app_zigbee.o(.text.APP_ZIGBEE_EncodeSlaveReport) + [Anonymous Symbol] 0x08000e64 Section 0 app_zigbee.o(.text.APP_ZIGBEE_Error) + [Anonymous Symbol] 0x08000e80 Section 0 app_zigbee.o(.text.APP_ZIGBEE_Init) + [Anonymous Symbol] 0x08000eec Section 0 app_zigbee.o(.text.APP_ZIGBEE_IsReady) + APP_ZIGBEE_NextSlaveStartupControl 0x08000f55 Thumb Code 42 app_zigbee.o(.text.APP_ZIGBEE_NextSlaveStartupControl) + [Anonymous Symbol] 0x08000f54 Section 0 app_zigbee.o(.text.APP_ZIGBEE_NextSlaveStartupControl) + APP_ZIGBEE_NwkForm 0x08000f81 Thumb Code 674 app_zigbee.o(.text.APP_ZIGBEE_NwkForm) + [Anonymous Symbol] 0x08000f80 Section 0 app_zigbee.o(.text.APP_ZIGBEE_NwkForm) + APP_ZIGBEE_OpenPermitJoin 0x08001225 Thumb Code 120 app_zigbee.o(.text.APP_ZIGBEE_OpenPermitJoin) + [Anonymous Symbol] 0x08001224 Section 0 app_zigbee.o(.text.APP_ZIGBEE_OpenPermitJoin) + [Anonymous Symbol] 0x0800129c Section 0 app_zigbee.o(.text.APP_ZIGBEE_Process) + APP_ZIGBEE_ProcessNotifyM0ToM4 0x08001379 Thumb Code 36 app_zigbee.o(.text.APP_ZIGBEE_ProcessNotifyM0ToM4) + [Anonymous Symbol] 0x08001378 Section 0 app_zigbee.o(.text.APP_ZIGBEE_ProcessNotifyM0ToM4) + APP_ZIGBEE_ProcessRequestM0ToM4 0x0800139d Thumb Code 36 app_zigbee.o(.text.APP_ZIGBEE_ProcessRequestM0ToM4) + [Anonymous Symbol] 0x0800139c Section 0 app_zigbee.o(.text.APP_ZIGBEE_ProcessRequestM0ToM4) + [Anonymous Symbol] 0x080013c0 Section 0 app_zigbee.o(.text.APP_ZIGBEE_RegisterCmdBuffer) + APP_ZIGBEE_RequestNetworkRestart 0x080013d5 Thumb Code 176 app_zigbee.o(.text.APP_ZIGBEE_RequestNetworkRestart) + [Anonymous Symbol] 0x080013d4 Section 0 app_zigbee.o(.text.APP_ZIGBEE_RequestNetworkRestart) + [Anonymous Symbol] 0x08001484 Section 0 app_zigbee.o(.text.APP_ZIGBEE_SendSlaveReport) + APP_ZIGBEE_SlaveReportConfCb 0x0800159d Thumb Code 160 app_zigbee.o(.text.APP_ZIGBEE_SlaveReportConfCb) + [Anonymous Symbol] 0x0800159c Section 0 app_zigbee.o(.text.APP_ZIGBEE_SlaveReportConfCb) + APP_ZIGBEE_SlaveReportIndCb 0x0800163d Thumb Code 150 app_zigbee.o(.text.APP_ZIGBEE_SlaveReportIndCb) + [Anonymous Symbol] 0x0800163c Section 0 app_zigbee.o(.text.APP_ZIGBEE_SlaveReportIndCb) + APP_ZIGBEE_StackLayersInit 0x080016d5 Thumb Code 200 app_zigbee.o(.text.APP_ZIGBEE_StackLayersInit) + [Anonymous Symbol] 0x080016d4 Section 0 app_zigbee.o(.text.APP_ZIGBEE_StackLayersInit) + [Anonymous Symbol] 0x0800179c Section 0 app_zigbee.o(.text.APP_ZIGBEE_TL_INIT) + APP_ZIGBEE_TraceError 0x080017cd Thumb Code 76 app_zigbee.o(.text.APP_ZIGBEE_TraceError) + [Anonymous Symbol] 0x080017cc Section 0 app_zigbee.o(.text.APP_ZIGBEE_TraceError) + Analog_ToPercent 0x08001819 Thumb Code 62 slave_inputs.o(.text.Analog_ToPercent) + [Anonymous Symbol] 0x08001818 Section 0 slave_inputs.o(.text.Analog_ToPercent) + App_DebugCopyReportToMasterWatch 0x08001859 Thumb Code 64 app_globals.o(.text.App_DebugCopyReportToMasterWatch) + [Anonymous Symbol] 0x08001858 Section 0 app_globals.o(.text.App_DebugCopyReportToMasterWatch) + App_DebugCopyReportToSlaveWatch 0x08001899 Thumb Code 64 app_globals.o(.text.App_DebugCopyReportToSlaveWatch) + [Anonymous Symbol] 0x08001898 Section 0 app_globals.o(.text.App_DebugCopyReportToSlaveWatch) + [Anonymous Symbol] 0x080018d8 Section 0 app_globals.o(.text.App_DebugOnSlaveReportTx) + [Anonymous Symbol] 0x080018f8 Section 0 app_globals.o(.text.App_DebugRefresh) + [Anonymous Symbol] 0x08001978 Section 0 app_globals.o(.text.App_MakeSlaveReport) + [Anonymous Symbol] 0x080019e8 Section 0 app_globals.o(.text.App_MasterAcceptReport) + [Anonymous Symbol] 0x08001a38 Section 0 app_globals.o(.text.App_SetRole) + [Anonymous Symbol] 0x08001a58 Section 0 stm32wbxx_nucleo.o(.text.BSP_LED_Init) + [Anonymous Symbol] 0x08001ac8 Section 0 stm32wbxx_nucleo.o(.text.BSP_LED_Off) + [Anonymous Symbol] 0x08001af8 Section 0 stm32wbxx_nucleo.o(.text.BSP_LED_On) + [Anonymous Symbol] 0x08001b28 Section 0 stm32wbxx_nucleo.o(.text.BSP_LED_Toggle) + [Anonymous Symbol] 0x08001b54 Section 0 stm32wbxx_nucleo.o(.text.BSP_PB_Init) + [Anonymous Symbol] 0x08001c54 Section 0 stm32wbxx_it.o(.text.BusFault_Handler) + Button_Init 0x08001c59 Thumb Code 34 app_entry.o(.text.Button_Init) + [Anonymous Symbol] 0x08001c58 Section 0 app_entry.o(.text.Button_Init) + [Anonymous Symbol] 0x08001c7c Section 0 stm32wbxx_it.o(.text.C2SEV_PWR_C2H_IRQHandler) + [Anonymous Symbol] 0x08001c80 Section 0 stm_queue.o(.text.CircularQueue_Add) + [Anonymous Symbol] 0x08002148 Section 0 stm_queue.o(.text.CircularQueue_Init) + [Anonymous Symbol] 0x080021b8 Section 0 stm_queue.o(.text.CircularQueue_Remove) + [Anonymous Symbol] 0x080023bc Section 0 stm_queue.o(.text.CircularQueue_Sense) + Cmd_SetStatus 0x08002549 Thumb Code 108 shci_tl.o(.text.Cmd_SetStatus) + [Anonymous Symbol] 0x08002548 Section 0 shci_tl.o(.text.Cmd_SetStatus) + Config_HSE 0x080025b5 Thumb Code 32 app_entry.o(.text.Config_HSE) + [Anonymous Symbol] 0x080025b4 Section 0 app_entry.o(.text.Config_HSE) + [Anonymous Symbol] 0x080025d4 Section 0 stm32wbxx_it.o(.text.DMA1_Channel1_IRQHandler) + [Anonymous Symbol] 0x080025e4 Section 0 stm32wbxx_it.o(.text.DMA1_Channel2_IRQHandler) + DMA_CalcDMAMUXChannelBaseAndMask 0x080025f5 Thumb Code 118 stm32wbxx_hal_dma.o(.text.DMA_CalcDMAMUXChannelBaseAndMask) + [Anonymous Symbol] 0x080025f4 Section 0 stm32wbxx_hal_dma.o(.text.DMA_CalcDMAMUXChannelBaseAndMask) + DMA_CalcDMAMUXRequestGenBaseAndMask 0x0800266d Thumb Code 64 stm32wbxx_hal_dma.o(.text.DMA_CalcDMAMUXRequestGenBaseAndMask) + [Anonymous Symbol] 0x0800266c Section 0 stm32wbxx_hal_dma.o(.text.DMA_CalcDMAMUXRequestGenBaseAndMask) + DMA_SetConfig 0x080026ad Thumb Code 110 stm32wbxx_hal_dma.o(.text.DMA_SetConfig) + [Anonymous Symbol] 0x080026ac Section 0 stm32wbxx_hal_dma.o(.text.DMA_SetConfig) + [Anonymous Symbol] 0x0800271c Section 0 app_entry.o(.text.DbgOutputInit) + [Anonymous Symbol] 0x08002724 Section 0 app_entry.o(.text.DbgOutputTraces) + [Anonymous Symbol] 0x08002744 Section 0 dbg_trace.o(.text.DbgTraceInit) + [Anonymous Symbol] 0x08002770 Section 0 dbg_trace.o(.text.DbgTraceWrite) + DbgTrace_TxCpltCallback 0x0800282d Thumb Code 116 dbg_trace.o(.text.DbgTrace_TxCpltCallback) + [Anonymous Symbol] 0x0800282c Section 0 dbg_trace.o(.text.DbgTrace_TxCpltCallback) + [Anonymous Symbol] 0x080028a0 Section 0 stm32wbxx_it.o(.text.DebugMon_Handler) + [Anonymous Symbol] 0x080028a4 Section 0 stm32wbxx_it.o(.text.EXTI0_IRQHandler) + [Anonymous Symbol] 0x080028b0 Section 0 stm32wbxx_it.o(.text.EXTI1_IRQHandler) + [Anonymous Symbol] 0x080028bc Section 0 stm32wbxx_it.o(.text.EXTI4_IRQHandler) + [Anonymous Symbol] 0x080028c8 Section 0 main.o(.text.Error_Handler) + [Anonymous Symbol] 0x080028d8 Section 0 stm32wbxx_it.o(.text.FLASH_IRQHandler) + [Anonymous Symbol] 0x080028e0 Section 0 stm32wbxx_hal_flash_ex.o(.text.FLASH_PageErase) + [Anonymous Symbol] 0x0800290c Section 0 stm32wbxx_it.o(.text.FPU_IRQHandler) + [Anonymous Symbol] 0x08002910 Section 0 stm32wbxx_hal.o(.text.HAL_DBGMCU_EnableDBGSleepMode) + [Anonymous Symbol] 0x08002918 Section 0 stm32wbxx_hal_dma.o(.text.HAL_DMA_Abort) + [Anonymous Symbol] 0x080029d0 Section 0 stm32wbxx_hal_dma.o(.text.HAL_DMA_Abort_IT) + [Anonymous Symbol] 0x08002a80 Section 0 stm32wbxx_hal_dma.o(.text.HAL_DMA_IRQHandler) + [Anonymous Symbol] 0x08002bd8 Section 0 stm32wbxx_hal_dma.o(.text.HAL_DMA_Init) + [Anonymous Symbol] 0x08002d34 Section 0 stm32wbxx_hal_dma.o(.text.HAL_DMA_Start_IT) + [Anonymous Symbol] 0x08002e30 Section 0 app_entry.o(.text.HAL_Delay) + [Anonymous Symbol] 0x08002e74 Section 0 stm32wbxx_hal_exti.o(.text.HAL_EXTI_GenerateSWI) + [Anonymous Symbol] 0x08002eac Section 0 stm32wbxx_hal_flash.o(.text.HAL_FLASH_EndOfOperationCallback) + [Anonymous Symbol] 0x08002eb4 Section 0 stm32wbxx_hal_flash.o(.text.HAL_FLASH_IRQHandler) + [Anonymous Symbol] 0x08003064 Section 0 stm32wbxx_hal_flash.o(.text.HAL_FLASH_OperationErrorCallback) + [Anonymous Symbol] 0x0800306c Section 0 app_entry.o(.text.HAL_GPIO_EXTI_Callback) + [Anonymous Symbol] 0x0800309c Section 0 stm32wbxx_hal_gpio.o(.text.HAL_GPIO_EXTI_IRQHandler) + [Anonymous Symbol] 0x080030d4 Section 0 stm32wbxx_hal_gpio.o(.text.HAL_GPIO_Init) + [Anonymous Symbol] 0x08003404 Section 0 stm32wbxx_hal_gpio.o(.text.HAL_GPIO_ReadPin) + [Anonymous Symbol] 0x08003434 Section 0 stm32wbxx_hal_gpio.o(.text.HAL_GPIO_TogglePin) + [Anonymous Symbol] 0x0800345c Section 0 stm32wbxx_hal_gpio.o(.text.HAL_GPIO_WritePin) + [Anonymous Symbol] 0x08003488 Section 0 stm32wbxx_hal.o(.text.HAL_GetTick) + [Anonymous Symbol] 0x08003494 Section 0 stm32wbxx_hal.o(.text.HAL_GetTickFreq) + [Anonymous Symbol] 0x080034a0 Section 0 stm32wbxx_hal.o(.text.HAL_GetTickPrio) + [Anonymous Symbol] 0x080034ac Section 0 stm32wbxx_hal_hsem.o(.text.HAL_HSEM_FreeCallback) + [Anonymous Symbol] 0x080034b4 Section 0 stm32wbxx_hal_hsem.o(.text.HAL_HSEM_IRQHandler) + [Anonymous Symbol] 0x080034ec Section 0 stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_Init) + [Anonymous Symbol] 0x08003550 Section 0 stm32wbxx_hal_msp.o(.text.HAL_IPCC_MspInit) + [Anonymous Symbol] 0x0800359c Section 0 stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_RxCallback) + [Anonymous Symbol] 0x080035ac Section 0 stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_TxCallback) + [Anonymous Symbol] 0x080035bc Section 0 stm32wbxx_hal.o(.text.HAL_IncTick) + [Anonymous Symbol] 0x080035d8 Section 0 stm32wbxx_hal.o(.text.HAL_Init) + [Anonymous Symbol] 0x0800361c Section 0 stm32wbxx_hal.o(.text.HAL_InitTick) + [Anonymous Symbol] 0x080036a0 Section 0 stm32wbxx_hal_msp.o(.text.HAL_MspInit) + [Anonymous Symbol] 0x08003730 Section 0 stm32wbxx_hal_cortex.o(.text.HAL_NVIC_ClearPendingIRQ) + [Anonymous Symbol] 0x08003744 Section 0 stm32wbxx_hal_cortex.o(.text.HAL_NVIC_DisableIRQ) + [Anonymous Symbol] 0x08003758 Section 0 stm32wbxx_hal_cortex.o(.text.HAL_NVIC_EnableIRQ) + [Anonymous Symbol] 0x0800376c Section 0 stm32wbxx_hal_cortex.o(.text.HAL_NVIC_SetPendingIRQ) + [Anonymous Symbol] 0x08003780 Section 0 stm32wbxx_hal_cortex.o(.text.HAL_NVIC_SetPriority) + [Anonymous Symbol] 0x080037b0 Section 0 stm32wbxx_hal_cortex.o(.text.HAL_NVIC_SetPriorityGrouping) + [Anonymous Symbol] 0x080037c0 Section 0 stm32wbxx_hal_cortex.o(.text.HAL_NVIC_SystemReset) + [Anonymous Symbol] 0x080037c4 Section 0 stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_GetVoltageRange) + [Anonymous Symbol] 0x080037d4 Section 0 stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_PVD_PVM_IRQHandler) + [Anonymous Symbol] 0x08003824 Section 0 stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_PVM1Callback) + [Anonymous Symbol] 0x08003828 Section 0 stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_PVM3Callback) + [Anonymous Symbol] 0x0800382c Section 0 stm32wbxx_hal_pwr.o(.text.HAL_PWR_EnableBkUpAccess) + [Anonymous Symbol] 0x08003840 Section 0 stm32wbxx_hal_pwr.o(.text.HAL_PWR_PVDCallback) + [Anonymous Symbol] 0x08003844 Section 0 stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_PeriphCLKConfig) + [Anonymous Symbol] 0x08003b64 Section 0 stm32wbxx_hal_rcc.o(.text.HAL_RCC_ClockConfig) + [Anonymous Symbol] 0x08003e4c Section 0 stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetHCLKFreq) + [Anonymous Symbol] 0x08003e78 Section 0 stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetPCLK1Freq) + [Anonymous Symbol] 0x08003ea4 Section 0 stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetPCLK2Freq) + [Anonymous Symbol] 0x08003ed0 Section 0 stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetSysClockFreq) + [Anonymous Symbol] 0x08003fe8 Section 0 stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) + [Anonymous Symbol] 0x080047b8 Section 0 stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_SetWakeUpTimer_IT) + [Anonymous Symbol] 0x08004994 Section 0 stm32wbxx_hal_rtc.o(.text.HAL_RTC_Init) + [Anonymous Symbol] 0x08004aac Section 0 stm32wbxx_hal_msp.o(.text.HAL_RTC_MspInit) + [Anonymous Symbol] 0x08004b2c Section 0 stm32wbxx_hal_rtc.o(.text.HAL_RTC_WaitForSynchro) + [Anonymous Symbol] 0x08004b84 Section 0 stm32wbxx_hal_cortex.o(.text.HAL_SYSTICK_Config) + [Anonymous Symbol] 0x08004b94 Section 0 stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_DisableFifoMode) + [Anonymous Symbol] 0x08004c10 Section 0 stm32wbxx_hal_uart.o(.text.HAL_UARTEx_RxEventCallback) + [Anonymous Symbol] 0x08004c1c Section 0 stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_RxFifoFullCallback) + [Anonymous Symbol] 0x08004c24 Section 0 stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_SetRxFifoThreshold) + [Anonymous Symbol] 0x08004cb0 Section 0 stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_SetTxFifoThreshold) + [Anonymous Symbol] 0x08004d3c Section 0 stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_TxFifoEmptyCallback) + [Anonymous Symbol] 0x08004d44 Section 0 stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_WakeupCallback) + [Anonymous Symbol] 0x08004d4c Section 0 stm32wbxx_hal_uart.o(.text.HAL_UART_ErrorCallback) + [Anonymous Symbol] 0x08004d54 Section 0 stm32wbxx_hal_uart.o(.text.HAL_UART_IRQHandler) + [Anonymous Symbol] 0x080052ec Section 0 stm32wbxx_hal_uart.o(.text.HAL_UART_Init) + [Anonymous Symbol] 0x08005398 Section 0 stm32wbxx_hal_msp.o(.text.HAL_UART_MspInit) + [Anonymous Symbol] 0x08005558 Section 0 stm32wbxx_hal_uart.o(.text.HAL_UART_Receive_IT) + [Anonymous Symbol] 0x080055f8 Section 0 hw_uart.o(.text.HAL_UART_RxCpltCallback) + [Anonymous Symbol] 0x08005664 Section 0 stm32wbxx_hal_uart.o(.text.HAL_UART_Transmit_DMA) + [Anonymous Symbol] 0x0800576c Section 0 hw_uart.o(.text.HAL_UART_TxCpltCallback) + [Anonymous Symbol] 0x080057d8 Section 0 stm32wbxx_hal_uart.o(.text.HAL_UART_TxHalfCpltCallback) + [Anonymous Symbol] 0x080057e0 Section 0 stm32wbxx_it.o(.text.HSEM_IRQHandler) + [Anonymous Symbol] 0x080057e8 Section 0 tl_mbox.o(.text.HW_IPCC_BLE_AclDataAckNot) + HW_IPCC_BLE_AclDataEvtHandler 0x08005801 Thumb Code 54 hw_ipcc.o(.text.HW_IPCC_BLE_AclDataEvtHandler) + [Anonymous Symbol] 0x08005800 Section 0 hw_ipcc.o(.text.HW_IPCC_BLE_AclDataEvtHandler) + HW_IPCC_BLE_EvtHandler 0x08005839 Thumb Code 22 hw_ipcc.o(.text.HW_IPCC_BLE_EvtHandler) + [Anonymous Symbol] 0x08005838 Section 0 hw_ipcc.o(.text.HW_IPCC_BLE_EvtHandler) + [Anonymous Symbol] 0x08005850 Section 0 tl_mbox.o(.text.HW_IPCC_BLE_RxEvtNot) + [Anonymous Symbol] 0x080058b0 Section 0 hw_ipcc.o(.text.HW_IPCC_Enable) + [Anonymous Symbol] 0x080058d8 Section 0 hw_ipcc.o(.text.HW_IPCC_Init) + HW_IPCC_MM_FreeBufHandler 0x08005909 Thumb Code 74 hw_ipcc.o(.text.HW_IPCC_MM_FreeBufHandler) + [Anonymous Symbol] 0x08005908 Section 0 hw_ipcc.o(.text.HW_IPCC_MM_FreeBufHandler) + [Anonymous Symbol] 0x08005954 Section 0 hw_ipcc.o(.text.HW_IPCC_MM_SendFreeBuf) + [Anonymous Symbol] 0x080059bc Section 0 hw_ipcc.o(.text.HW_IPCC_Rx_Handler) + HW_IPCC_SYS_CmdEvtHandler 0x08005aa5 Thumb Code 54 hw_ipcc.o(.text.HW_IPCC_SYS_CmdEvtHandler) + [Anonymous Symbol] 0x08005aa4 Section 0 hw_ipcc.o(.text.HW_IPCC_SYS_CmdEvtHandler) + [Anonymous Symbol] 0x08005adc Section 0 tl_mbox.o(.text.HW_IPCC_SYS_CmdEvtNot) + HW_IPCC_SYS_EvtHandler 0x08005b0d Thumb Code 22 hw_ipcc.o(.text.HW_IPCC_SYS_EvtHandler) + [Anonymous Symbol] 0x08005b0c Section 0 hw_ipcc.o(.text.HW_IPCC_SYS_EvtHandler) + [Anonymous Symbol] 0x08005b24 Section 0 tl_mbox.o(.text.HW_IPCC_SYS_EvtNot) + [Anonymous Symbol] 0x08005b64 Section 0 hw_ipcc.o(.text.HW_IPCC_SYS_Init) + [Anonymous Symbol] 0x08005b98 Section 0 hw_ipcc.o(.text.HW_IPCC_SYS_SendCmd) + HW_IPCC_TRACES_EvtHandler 0x08005bd9 Thumb Code 22 hw_ipcc.o(.text.HW_IPCC_TRACES_EvtHandler) + [Anonymous Symbol] 0x08005bd8 Section 0 hw_ipcc.o(.text.HW_IPCC_TRACES_EvtHandler) + [Anonymous Symbol] 0x08005bf0 Section 0 tl_mbox.o(.text.HW_IPCC_TRACES_EvtNot) + [Anonymous Symbol] 0x08005c20 Section 0 hw_ipcc.o(.text.HW_IPCC_TRACES_Init) + [Anonymous Symbol] 0x08005c54 Section 0 hw_ipcc.o(.text.HW_IPCC_Tx_Handler) + HW_IPCC_ZIGBEE_CmdEvtHandler 0x08005d0d Thumb Code 54 hw_ipcc.o(.text.HW_IPCC_ZIGBEE_CmdEvtHandler) + [Anonymous Symbol] 0x08005d0c Section 0 hw_ipcc.o(.text.HW_IPCC_ZIGBEE_CmdEvtHandler) + [Anonymous Symbol] 0x08005d44 Section 0 hw_ipcc.o(.text.HW_IPCC_ZIGBEE_Init) + [Anonymous Symbol] 0x08005d80 Section 0 tl_mbox.o(.text.HW_IPCC_ZIGBEE_RecvAppliAckFromM0) + [Anonymous Symbol] 0x08005d94 Section 0 tl_mbox.o(.text.HW_IPCC_ZIGBEE_RecvM0NotifyToM4) + [Anonymous Symbol] 0x08005da8 Section 0 tl_mbox.o(.text.HW_IPCC_ZIGBEE_RecvM0RequestToM4) + [Anonymous Symbol] 0x08005dbc Section 0 hw_ipcc.o(.text.HW_IPCC_ZIGBEE_SendM4AckToM0Notify) + [Anonymous Symbol] 0x08005dfc Section 0 hw_ipcc.o(.text.HW_IPCC_ZIGBEE_SendM4AckToM0Request) + [Anonymous Symbol] 0x08005e3c Section 0 hw_ipcc.o(.text.HW_IPCC_ZIGBEE_SendM4RequestToM0) + HW_IPCC_ZIGBEE_StackM0RequestHandler 0x08005e7d Thumb Code 54 hw_ipcc.o(.text.HW_IPCC_ZIGBEE_StackM0RequestHandler) + [Anonymous Symbol] 0x08005e7c Section 0 hw_ipcc.o(.text.HW_IPCC_ZIGBEE_StackM0RequestHandler) + HW_IPCC_ZIGBEE_StackNotifEvtHandler 0x08005eb5 Thumb Code 54 hw_ipcc.o(.text.HW_IPCC_ZIGBEE_StackNotifEvtHandler) + [Anonymous Symbol] 0x08005eb4 Section 0 hw_ipcc.o(.text.HW_IPCC_ZIGBEE_StackNotifEvtHandler) + [Anonymous Symbol] 0x08005eec Section 0 hw_timerserver.o(.text.HW_TS_Init) + [Anonymous Symbol] 0x080060e0 Section 0 hw_timerserver.o(.text.HW_TS_RTC_Int_AppNot) + [Anonymous Symbol] 0x080060f4 Section 0 hw_timerserver.o(.text.HW_TS_RTC_Wakeup_Handler) + [Anonymous Symbol] 0x080062ac Section 0 hw_timerserver.o(.text.HW_TS_Start) + [Anonymous Symbol] 0x080063c0 Section 0 hw_timerserver.o(.text.HW_TS_Stop) + [Anonymous Symbol] 0x08006510 Section 0 hw_uart.o(.text.HW_UART_Receive_IT) + [Anonymous Symbol] 0x08006598 Section 0 hw_uart.o(.text.HW_UART_Transmit_DMA) + [Anonymous Symbol] 0x08006664 Section 0 stm32wbxx_it.o(.text.HardFault_Handler) + [Anonymous Symbol] 0x08006668 Section 0 hardware.o(.text.Hardware_GetTickMs) + [Anonymous Symbol] 0x08006670 Section 0 hardware.o(.text.Hardware_Init) + [Anonymous Symbol] 0x080066d8 Section 0 hardware.o(.text.Hardware_ReadAnalogRaw) + [Anonymous Symbol] 0x080066dc Section 0 hardware.o(.text.Hardware_ReadButton) + [Anonymous Symbol] 0x08006744 Section 0 hardware.o(.text.Hardware_ReadRoleSwitchIsMaster) + [Anonymous Symbol] 0x08006748 Section 0 hardware.o(.text.Hardware_SetRoleLed) + [Anonymous Symbol] 0x08006778 Section 0 stm32wbxx_it.o(.text.IPCC_C1_RX_IRQHandler) + [Anonymous Symbol] 0x08006780 Section 0 stm32wbxx_it.o(.text.IPCC_C1_TX_IRQHandler) + [Anonymous Symbol] 0x08006788 Section 0 stm32wbxx_hal_ipcc.o(.text.IPCC_Reset_Register) + [Anonymous Symbol] 0x080067a4 Section 0 stm32wbxx_hal_ipcc.o(.text.IPCC_SetDefaultCallbacks) + Init_Debug 0x080067e9 Thumb Code 32 app_entry.o(.text.Init_Debug) + [Anonymous Symbol] 0x080067e8 Section 0 app_entry.o(.text.Init_Debug) + [Anonymous Symbol] 0x08006808 Section 0 app_entry.o(.text.Init_Exti) + Init_Rtc 0x08006815 Thumb Code 36 app_entry.o(.text.Init_Rtc) + [Anonymous Symbol] 0x08006814 Section 0 app_entry.o(.text.Init_Rtc) + [Anonymous Symbol] 0x08006838 Section 0 app_entry.o(.text.Init_Smps) + LL_AHB1_GRP1_EnableClock 0x0800683d Thumb Code 32 main.o(.text.LL_AHB1_GRP1_EnableClock) + [Anonymous Symbol] 0x0800683c Section 0 main.o(.text.LL_AHB1_GRP1_EnableClock) + LL_AHB2_GRP1_EnableClock 0x0800685d Thumb Code 32 main.o(.text.LL_AHB2_GRP1_EnableClock) + [Anonymous Symbol] 0x0800685c Section 0 main.o(.text.LL_AHB2_GRP1_EnableClock) + LL_AHB2_GRP1_EnableClock 0x0800687d Thumb Code 32 stm32wbxx_hal_msp.o(.text.LL_AHB2_GRP1_EnableClock) + [Anonymous Symbol] 0x0800687c Section 0 stm32wbxx_hal_msp.o(.text.LL_AHB2_GRP1_EnableClock) + LL_AHB2_GRP1_EnableClock 0x0800689d Thumb Code 32 hardware.o(.text.LL_AHB2_GRP1_EnableClock) + [Anonymous Symbol] 0x0800689c Section 0 hardware.o(.text.LL_AHB2_GRP1_EnableClock) + LL_AHB2_GRP1_EnableClock 0x080068bd Thumb Code 32 stm32wbxx_nucleo.o(.text.LL_AHB2_GRP1_EnableClock) + [Anonymous Symbol] 0x080068bc Section 0 stm32wbxx_nucleo.o(.text.LL_AHB2_GRP1_EnableClock) + LL_AHB3_GRP1_EnableClock 0x080068dd Thumb Code 32 stm32wbxx_hal_msp.o(.text.LL_AHB3_GRP1_EnableClock) + [Anonymous Symbol] 0x080068dc Section 0 stm32wbxx_hal_msp.o(.text.LL_AHB3_GRP1_EnableClock) + LL_AHB3_GRP1_EnableClock 0x080068fd Thumb Code 32 hw_ipcc.o(.text.LL_AHB3_GRP1_EnableClock) + [Anonymous Symbol] 0x080068fc Section 0 hw_ipcc.o(.text.LL_AHB3_GRP1_EnableClock) + LL_APB1_GRP1_EnableClock 0x0800691d Thumb Code 32 stm32wbxx_hal_msp.o(.text.LL_APB1_GRP1_EnableClock) + [Anonymous Symbol] 0x0800691c Section 0 stm32wbxx_hal_msp.o(.text.LL_APB1_GRP1_EnableClock) + LL_APB1_GRP2_EnableClock 0x0800693d Thumb Code 32 stm32wbxx_hal_msp.o(.text.LL_APB1_GRP2_EnableClock) + [Anonymous Symbol] 0x0800693c Section 0 stm32wbxx_hal_msp.o(.text.LL_APB1_GRP2_EnableClock) + LL_APB2_GRP1_EnableClock 0x0800695d Thumb Code 32 stm32wbxx_hal_msp.o(.text.LL_APB2_GRP1_EnableClock) + [Anonymous Symbol] 0x0800695c Section 0 stm32wbxx_hal_msp.o(.text.LL_APB2_GRP1_EnableClock) + LL_C1_IPCC_ClearFlag_CHx 0x0800697d Thumb Code 16 hw_ipcc.o(.text.LL_C1_IPCC_ClearFlag_CHx) + [Anonymous Symbol] 0x0800697c Section 0 hw_ipcc.o(.text.LL_C1_IPCC_ClearFlag_CHx) + LL_C1_IPCC_DisableReceiveChannel 0x0800698d Thumb Code 20 hw_ipcc.o(.text.LL_C1_IPCC_DisableReceiveChannel) + [Anonymous Symbol] 0x0800698c Section 0 hw_ipcc.o(.text.LL_C1_IPCC_DisableReceiveChannel) + LL_C1_IPCC_DisableTransmitChannel 0x080069a1 Thumb Code 22 hw_ipcc.o(.text.LL_C1_IPCC_DisableTransmitChannel) + [Anonymous Symbol] 0x080069a0 Section 0 hw_ipcc.o(.text.LL_C1_IPCC_DisableTransmitChannel) + LL_C1_IPCC_EnableIT_RXO 0x080069b9 Thumb Code 18 hw_ipcc.o(.text.LL_C1_IPCC_EnableIT_RXO) + [Anonymous Symbol] 0x080069b8 Section 0 hw_ipcc.o(.text.LL_C1_IPCC_EnableIT_RXO) + LL_C1_IPCC_EnableIT_TXF 0x080069cd Thumb Code 18 hw_ipcc.o(.text.LL_C1_IPCC_EnableIT_TXF) + [Anonymous Symbol] 0x080069cc Section 0 hw_ipcc.o(.text.LL_C1_IPCC_EnableIT_TXF) + LL_C1_IPCC_EnableReceiveChannel 0x080069e1 Thumb Code 20 hw_ipcc.o(.text.LL_C1_IPCC_EnableReceiveChannel) + [Anonymous Symbol] 0x080069e0 Section 0 hw_ipcc.o(.text.LL_C1_IPCC_EnableReceiveChannel) + LL_C1_IPCC_EnableTransmitChannel 0x080069f5 Thumb Code 22 hw_ipcc.o(.text.LL_C1_IPCC_EnableTransmitChannel) + [Anonymous Symbol] 0x080069f4 Section 0 hw_ipcc.o(.text.LL_C1_IPCC_EnableTransmitChannel) + LL_C1_IPCC_IsActiveFlag_CHx 0x08006a0d Thumb Code 26 hw_ipcc.o(.text.LL_C1_IPCC_IsActiveFlag_CHx) + [Anonymous Symbol] 0x08006a0c Section 0 hw_ipcc.o(.text.LL_C1_IPCC_IsActiveFlag_CHx) + LL_C1_IPCC_SetFlag_CHx 0x08006a29 Thumb Code 18 hw_ipcc.o(.text.LL_C1_IPCC_SetFlag_CHx) + [Anonymous Symbol] 0x08006a28 Section 0 hw_ipcc.o(.text.LL_C1_IPCC_SetFlag_CHx) + LL_C2_AHB3_GRP1_EnableClock 0x08006a3d Thumb Code 34 hw_ipcc.o(.text.LL_C2_AHB3_GRP1_EnableClock) + [Anonymous Symbol] 0x08006a3c Section 0 hw_ipcc.o(.text.LL_C2_AHB3_GRP1_EnableClock) + LL_C2_EXTI_EnableEvent_32_63 0x08006a61 Thumb Code 24 hw_ipcc.o(.text.LL_C2_EXTI_EnableEvent_32_63) + [Anonymous Symbol] 0x08006a60 Section 0 hw_ipcc.o(.text.LL_C2_EXTI_EnableEvent_32_63) + LL_C2_EXTI_EnableIT_32_63 0x08006a79 Thumb Code 24 app_entry.o(.text.LL_C2_EXTI_EnableIT_32_63) + [Anonymous Symbol] 0x08006a78 Section 0 app_entry.o(.text.LL_C2_EXTI_EnableIT_32_63) + LL_C2_IPCC_IsActiveFlag_CHx 0x08006a91 Thumb Code 26 hw_ipcc.o(.text.LL_C2_IPCC_IsActiveFlag_CHx) + [Anonymous Symbol] 0x08006a90 Section 0 hw_ipcc.o(.text.LL_C2_IPCC_IsActiveFlag_CHx) + LL_C2_PWR_SetPowerMode 0x08006aad Thumb Code 28 app_entry.o(.text.LL_C2_PWR_SetPowerMode) + [Anonymous Symbol] 0x08006aac Section 0 app_entry.o(.text.LL_C2_PWR_SetPowerMode) + LL_C2_RCC_SetAHBPrescaler 0x08006ac9 Thumb Code 28 stm32wbxx_hal_rcc.o(.text.LL_C2_RCC_SetAHBPrescaler) + [Anonymous Symbol] 0x08006ac8 Section 0 stm32wbxx_hal_rcc.o(.text.LL_C2_RCC_SetAHBPrescaler) + LL_DBGMCU_EnableDBGSleepMode 0x08006ae5 Thumb Code 18 stm32wbxx_hal.o(.text.LL_DBGMCU_EnableDBGSleepMode) + [Anonymous Symbol] 0x08006ae4 Section 0 stm32wbxx_hal.o(.text.LL_DBGMCU_EnableDBGSleepMode) + LL_EXTI_ClearFlag_0_31 0x08006af9 Thumb Code 20 stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_ClearFlag_0_31) + [Anonymous Symbol] 0x08006af8 Section 0 stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_ClearFlag_0_31) + LL_EXTI_ClearFlag_32_63 0x08006b0d Thumb Code 20 stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_ClearFlag_32_63) + [Anonymous Symbol] 0x08006b0c Section 0 stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_ClearFlag_32_63) + LL_EXTI_EnableIT_0_31 0x08006b21 Thumb Code 24 hw_timerserver.o(.text.LL_EXTI_EnableIT_0_31) + [Anonymous Symbol] 0x08006b20 Section 0 hw_timerserver.o(.text.LL_EXTI_EnableIT_0_31) + LL_EXTI_EnableIT_32_63 0x08006b39 Thumb Code 24 app_entry.o(.text.LL_EXTI_EnableIT_32_63) + [Anonymous Symbol] 0x08006b38 Section 0 app_entry.o(.text.LL_EXTI_EnableIT_32_63) + LL_EXTI_EnableRisingTrig_0_31 0x08006b51 Thumb Code 24 hw_timerserver.o(.text.LL_EXTI_EnableRisingTrig_0_31) + [Anonymous Symbol] 0x08006b50 Section 0 hw_timerserver.o(.text.LL_EXTI_EnableRisingTrig_0_31) + LL_EXTI_EnableRisingTrig_32_63 0x08006b69 Thumb Code 24 hw_ipcc.o(.text.LL_EXTI_EnableRisingTrig_32_63) + [Anonymous Symbol] 0x08006b68 Section 0 hw_ipcc.o(.text.LL_EXTI_EnableRisingTrig_32_63) + LL_EXTI_ReadFlag_0_31 0x08006b81 Thumb Code 22 stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_ReadFlag_0_31) + [Anonymous Symbol] 0x08006b80 Section 0 stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_ReadFlag_0_31) + LL_EXTI_ReadFlag_32_63 0x08006b99 Thumb Code 22 stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_ReadFlag_32_63) + [Anonymous Symbol] 0x08006b98 Section 0 stm32wbxx_hal_pwr_ex.o(.text.LL_EXTI_ReadFlag_32_63) + LL_LPM_EnableSleep 0x08006bb1 Thumb Code 18 app_entry.o(.text.LL_LPM_EnableSleep) + [Anonymous Symbol] 0x08006bb0 Section 0 app_entry.o(.text.LL_LPM_EnableSleep) + LL_PWR_EnableBootC2 0x08006bc5 Thumb Code 18 hw_ipcc.o(.text.LL_PWR_EnableBootC2) + [Anonymous Symbol] 0x08006bc4 Section 0 hw_ipcc.o(.text.LL_PWR_EnableBootC2) + LL_RCC_EnableRTC 0x08006bd9 Thumb Code 16 stm32wbxx_hal_msp.o(.text.LL_RCC_EnableRTC) + [Anonymous Symbol] 0x08006bd8 Section 0 stm32wbxx_hal_msp.o(.text.LL_RCC_EnableRTC) + LL_RCC_ForceBackupDomainReset 0x08006be9 Thumb Code 16 stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_ForceBackupDomainReset) + [Anonymous Symbol] 0x08006be8 Section 0 stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_ForceBackupDomainReset) + LL_RCC_GetAHB4Prescaler 0x08006bf9 Thumb Code 18 stm32wbxx_hal_rcc.o(.text.LL_RCC_GetAHB4Prescaler) + [Anonymous Symbol] 0x08006bf8 Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_GetAHB4Prescaler) + LL_RCC_GetAHBPrescaler 0x08006c0d Thumb Code 14 stm32wbxx_hal_rcc.o(.text.LL_RCC_GetAHBPrescaler) + [Anonymous Symbol] 0x08006c0c Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_GetAHBPrescaler) + LL_RCC_GetAPB1Prescaler 0x08006c1d Thumb Code 14 stm32wbxx_hal_rcc.o(.text.LL_RCC_GetAPB1Prescaler) + [Anonymous Symbol] 0x08006c1c Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_GetAPB1Prescaler) + LL_RCC_GetAPB2Prescaler 0x08006c2d Thumb Code 14 stm32wbxx_hal_rcc.o(.text.LL_RCC_GetAPB2Prescaler) + [Anonymous Symbol] 0x08006c2c Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_GetAPB2Prescaler) + LL_RCC_GetLPUARTClockSource 0x08006c3d Thumb Code 20 stm32wbxx_hal_uart.o(.text.LL_RCC_GetLPUARTClockSource) + [Anonymous Symbol] 0x08006c3c Section 0 stm32wbxx_hal_uart.o(.text.LL_RCC_GetLPUARTClockSource) + LL_RCC_GetRTCClockSource 0x08006c51 Thumb Code 14 stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetRTCClockSource) + [Anonymous Symbol] 0x08006c50 Section 0 stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_GetRTCClockSource) + LL_RCC_GetSysClkSource 0x08006c61 Thumb Code 14 stm32wbxx_hal_rcc.o(.text.LL_RCC_GetSysClkSource) + [Anonymous Symbol] 0x08006c60 Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_GetSysClkSource) + LL_RCC_GetUSARTClockSource 0x08006c71 Thumb Code 20 stm32wbxx_hal_uart.o(.text.LL_RCC_GetUSARTClockSource) + [Anonymous Symbol] 0x08006c70 Section 0 stm32wbxx_hal_uart.o(.text.LL_RCC_GetUSARTClockSource) + LL_RCC_HSE_Disable 0x08006c85 Thumb Code 14 stm32wbxx_hal_rcc.o(.text.LL_RCC_HSE_Disable) + [Anonymous Symbol] 0x08006c84 Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_HSE_Disable) + LL_RCC_HSE_Enable 0x08006c95 Thumb Code 14 stm32wbxx_hal_rcc.o(.text.LL_RCC_HSE_Enable) + [Anonymous Symbol] 0x08006c94 Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_HSE_Enable) + LL_RCC_HSE_IsEnabledDiv2 0x08006ca5 Thumb Code 12 stm32wbxx_hal_rcc.o(.text.LL_RCC_HSE_IsEnabledDiv2) + [Anonymous Symbol] 0x08006ca4 Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_HSE_IsEnabledDiv2) + LL_RCC_HSE_IsReady 0x08006cb1 Thumb Code 12 stm32wbxx_hal_rcc.o(.text.LL_RCC_HSE_IsReady) + [Anonymous Symbol] 0x08006cb0 Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_HSE_IsReady) + LL_RCC_HSE_SetCapacitorTuning 0x08006cbd Thumb Code 38 app_entry.o(.text.LL_RCC_HSE_SetCapacitorTuning) + [Anonymous Symbol] 0x08006cbc Section 0 app_entry.o(.text.LL_RCC_HSE_SetCapacitorTuning) + LL_RCC_HSI48_Disable 0x08006ce5 Thumb Code 16 stm32wbxx_hal_rcc.o(.text.LL_RCC_HSI48_Disable) + [Anonymous Symbol] 0x08006ce4 Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_HSI48_Disable) + LL_RCC_HSI48_Enable 0x08006cf5 Thumb Code 16 stm32wbxx_hal_rcc.o(.text.LL_RCC_HSI48_Enable) + [Anonymous Symbol] 0x08006cf4 Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_HSI48_Enable) + LL_RCC_HSI48_IsReady 0x08006d05 Thumb Code 14 stm32wbxx_hal_rcc.o(.text.LL_RCC_HSI48_IsReady) + [Anonymous Symbol] 0x08006d04 Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_HSI48_IsReady) + LL_RCC_HSI_Disable 0x08006d15 Thumb Code 14 stm32wbxx_hal_rcc.o(.text.LL_RCC_HSI_Disable) + [Anonymous Symbol] 0x08006d14 Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_HSI_Disable) + LL_RCC_HSI_Enable 0x08006d25 Thumb Code 14 stm32wbxx_hal_rcc.o(.text.LL_RCC_HSI_Enable) + [Anonymous Symbol] 0x08006d24 Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_HSI_Enable) + LL_RCC_HSI_EnableAutoFromStop 0x08006d35 Thumb Code 14 app_entry.o(.text.LL_RCC_HSI_EnableAutoFromStop) + [Anonymous Symbol] 0x08006d34 Section 0 app_entry.o(.text.LL_RCC_HSI_EnableAutoFromStop) + LL_RCC_HSI_IsReady 0x08006d45 Thumb Code 12 stm32wbxx_hal_rcc.o(.text.LL_RCC_HSI_IsReady) + [Anonymous Symbol] 0x08006d44 Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_HSI_IsReady) + LL_RCC_HSI_SetCalibTrimming 0x08006d51 Thumb Code 28 stm32wbxx_hal_rcc.o(.text.LL_RCC_HSI_SetCalibTrimming) + [Anonymous Symbol] 0x08006d50 Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_HSI_SetCalibTrimming) + LL_RCC_IsActiveFlag_C2HPRE 0x08006d6d Thumb Code 16 stm32wbxx_hal_rcc.o(.text.LL_RCC_IsActiveFlag_C2HPRE) + [Anonymous Symbol] 0x08006d6c Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_IsActiveFlag_C2HPRE) + LL_RCC_IsActiveFlag_HPRE 0x08006d7d Thumb Code 14 stm32wbxx_hal_rcc.o(.text.LL_RCC_IsActiveFlag_HPRE) + [Anonymous Symbol] 0x08006d7c Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_IsActiveFlag_HPRE) + LL_RCC_IsActiveFlag_PPRE1 0x08006d8d Thumb Code 14 stm32wbxx_hal_rcc.o(.text.LL_RCC_IsActiveFlag_PPRE1) + [Anonymous Symbol] 0x08006d8c Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_IsActiveFlag_PPRE1) + LL_RCC_IsActiveFlag_PPRE2 0x08006d9d Thumb Code 14 stm32wbxx_hal_rcc.o(.text.LL_RCC_IsActiveFlag_PPRE2) + [Anonymous Symbol] 0x08006d9c Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_IsActiveFlag_PPRE2) + LL_RCC_IsActiveFlag_SHDHPRE 0x08006dad Thumb Code 16 stm32wbxx_hal_rcc.o(.text.LL_RCC_IsActiveFlag_SHDHPRE) + [Anonymous Symbol] 0x08006dac Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_IsActiveFlag_SHDHPRE) + LL_RCC_LSE_Disable 0x08006dbd Thumb Code 16 stm32wbxx_hal_rcc.o(.text.LL_RCC_LSE_Disable) + [Anonymous Symbol] 0x08006dbc Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_LSE_Disable) + LL_RCC_LSE_DisableBypass 0x08006dcd Thumb Code 16 stm32wbxx_hal_rcc.o(.text.LL_RCC_LSE_DisableBypass) + [Anonymous Symbol] 0x08006dcc Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_LSE_DisableBypass) + LL_RCC_LSE_Enable 0x08006ddd Thumb Code 16 stm32wbxx_hal_rcc.o(.text.LL_RCC_LSE_Enable) + [Anonymous Symbol] 0x08006ddc Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_LSE_Enable) + LL_RCC_LSE_EnableBypass 0x08006ded Thumb Code 16 stm32wbxx_hal_rcc.o(.text.LL_RCC_LSE_EnableBypass) + [Anonymous Symbol] 0x08006dec Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_LSE_EnableBypass) + LL_RCC_LSE_IsEnabled 0x08006dfd Thumb Code 14 stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_LSE_IsEnabled) + [Anonymous Symbol] 0x08006dfc Section 0 stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_LSE_IsEnabled) + LL_RCC_LSE_IsReady 0x08006e0d Thumb Code 14 stm32wbxx_hal_rcc.o(.text.LL_RCC_LSE_IsReady) + [Anonymous Symbol] 0x08006e0c Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_LSE_IsReady) + LL_RCC_LSE_IsReady 0x08006e1d Thumb Code 14 stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_LSE_IsReady) + [Anonymous Symbol] 0x08006e1c Section 0 stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_LSE_IsReady) + LL_RCC_LSE_SetDriveCapability 0x08006e2d Thumb Code 26 main.o(.text.LL_RCC_LSE_SetDriveCapability) + [Anonymous Symbol] 0x08006e2c Section 0 main.o(.text.LL_RCC_LSE_SetDriveCapability) + LL_RCC_LSI1_Disable 0x08006e49 Thumb Code 16 stm32wbxx_hal_rcc.o(.text.LL_RCC_LSI1_Disable) + [Anonymous Symbol] 0x08006e48 Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_LSI1_Disable) + LL_RCC_LSI1_Enable 0x08006e59 Thumb Code 16 stm32wbxx_hal_rcc.o(.text.LL_RCC_LSI1_Enable) + [Anonymous Symbol] 0x08006e58 Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_LSI1_Enable) + LL_RCC_LSI1_IsReady 0x08006e69 Thumb Code 14 stm32wbxx_hal_rcc.o(.text.LL_RCC_LSI1_IsReady) + [Anonymous Symbol] 0x08006e68 Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_LSI1_IsReady) + LL_RCC_LSI2_Disable 0x08006e79 Thumb Code 16 stm32wbxx_hal_rcc.o(.text.LL_RCC_LSI2_Disable) + [Anonymous Symbol] 0x08006e78 Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_LSI2_Disable) + LL_RCC_LSI2_Enable 0x08006e89 Thumb Code 16 stm32wbxx_hal_rcc.o(.text.LL_RCC_LSI2_Enable) + [Anonymous Symbol] 0x08006e88 Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_LSI2_Enable) + LL_RCC_LSI2_IsReady 0x08006e99 Thumb Code 14 stm32wbxx_hal_rcc.o(.text.LL_RCC_LSI2_IsReady) + [Anonymous Symbol] 0x08006e98 Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_LSI2_IsReady) + LL_RCC_LSI2_SetTrimming 0x08006ea9 Thumb Code 28 stm32wbxx_hal_rcc.o(.text.LL_RCC_LSI2_SetTrimming) + [Anonymous Symbol] 0x08006ea8 Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_LSI2_SetTrimming) + LL_RCC_MSI_Disable 0x08006ec5 Thumb Code 14 stm32wbxx_hal_rcc.o(.text.LL_RCC_MSI_Disable) + [Anonymous Symbol] 0x08006ec4 Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_MSI_Disable) + LL_RCC_MSI_Enable 0x08006ed5 Thumb Code 14 stm32wbxx_hal_rcc.o(.text.LL_RCC_MSI_Enable) + [Anonymous Symbol] 0x08006ed4 Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_MSI_Enable) + LL_RCC_MSI_GetRange 0x08006ee5 Thumb Code 34 stm32wbxx_hal_rcc.o(.text.LL_RCC_MSI_GetRange) + [Anonymous Symbol] 0x08006ee4 Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_MSI_GetRange) + LL_RCC_MSI_IsReady 0x08006f09 Thumb Code 12 stm32wbxx_hal_rcc.o(.text.LL_RCC_MSI_IsReady) + [Anonymous Symbol] 0x08006f08 Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_MSI_IsReady) + LL_RCC_MSI_SetCalibTrimming 0x08006f15 Thumb Code 28 stm32wbxx_hal_rcc.o(.text.LL_RCC_MSI_SetCalibTrimming) + [Anonymous Symbol] 0x08006f14 Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_MSI_SetCalibTrimming) + LL_RCC_MSI_SetRange 0x08006f31 Thumb Code 24 stm32wbxx_hal_rcc.o(.text.LL_RCC_MSI_SetRange) + [Anonymous Symbol] 0x08006f30 Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_MSI_SetRange) + LL_RCC_PLLSAI1_Disable 0x08006f49 Thumb Code 14 stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_Disable) + [Anonymous Symbol] 0x08006f48 Section 0 stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_Disable) + LL_RCC_PLLSAI1_Enable 0x08006f59 Thumb Code 14 stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_Enable) + [Anonymous Symbol] 0x08006f58 Section 0 stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_Enable) + LL_RCC_PLLSAI1_IsReady 0x08006f69 Thumb Code 12 stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_IsReady) + [Anonymous Symbol] 0x08006f68 Section 0 stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_PLLSAI1_IsReady) + LL_RCC_PLL_Disable 0x08006f75 Thumb Code 14 stm32wbxx_hal_rcc.o(.text.LL_RCC_PLL_Disable) + [Anonymous Symbol] 0x08006f74 Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_PLL_Disable) + LL_RCC_PLL_Enable 0x08006f85 Thumb Code 14 stm32wbxx_hal_rcc.o(.text.LL_RCC_PLL_Enable) + [Anonymous Symbol] 0x08006f84 Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_PLL_Enable) + LL_RCC_PLL_GetDivider 0x08006f95 Thumb Code 14 stm32wbxx_hal_rcc.o(.text.LL_RCC_PLL_GetDivider) + [Anonymous Symbol] 0x08006f94 Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_PLL_GetDivider) + LL_RCC_PLL_GetMainSource 0x08006fa5 Thumb Code 14 stm32wbxx_hal_rcc.o(.text.LL_RCC_PLL_GetMainSource) + [Anonymous Symbol] 0x08006fa4 Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_PLL_GetMainSource) + LL_RCC_PLL_GetN 0x08006fb5 Thumb Code 14 stm32wbxx_hal_rcc.o(.text.LL_RCC_PLL_GetN) + [Anonymous Symbol] 0x08006fb4 Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_PLL_GetN) + LL_RCC_PLL_GetR 0x08006fc5 Thumb Code 14 stm32wbxx_hal_rcc.o(.text.LL_RCC_PLL_GetR) + [Anonymous Symbol] 0x08006fc4 Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_PLL_GetR) + LL_RCC_PLL_IsReady 0x08006fd5 Thumb Code 12 stm32wbxx_hal_rcc.o(.text.LL_RCC_PLL_IsReady) + [Anonymous Symbol] 0x08006fd4 Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_PLL_IsReady) + LL_RCC_ReleaseBackupDomainReset 0x08006fe1 Thumb Code 16 stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_ReleaseBackupDomainReset) + [Anonymous Symbol] 0x08006fe0 Section 0 stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_ReleaseBackupDomainReset) + LL_RCC_SetADCClockSource 0x08006ff1 Thumb Code 26 stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetADCClockSource) + [Anonymous Symbol] 0x08006ff0 Section 0 stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetADCClockSource) + LL_RCC_SetAHB4Prescaler 0x0800700d Thumb Code 30 stm32wbxx_hal_rcc.o(.text.LL_RCC_SetAHB4Prescaler) + [Anonymous Symbol] 0x0800700c Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_SetAHB4Prescaler) + LL_RCC_SetAHBPrescaler 0x0800702d Thumb Code 26 stm32wbxx_hal_rcc.o(.text.LL_RCC_SetAHBPrescaler) + [Anonymous Symbol] 0x0800702c Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_SetAHBPrescaler) + LL_RCC_SetAPB1Prescaler 0x08007049 Thumb Code 26 stm32wbxx_hal_rcc.o(.text.LL_RCC_SetAPB1Prescaler) + [Anonymous Symbol] 0x08007048 Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_SetAPB1Prescaler) + LL_RCC_SetAPB2Prescaler 0x08007065 Thumb Code 26 stm32wbxx_hal_rcc.o(.text.LL_RCC_SetAPB2Prescaler) + [Anonymous Symbol] 0x08007064 Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_SetAPB2Prescaler) + LL_RCC_SetCLK48ClockSource 0x08007081 Thumb Code 26 stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetCLK48ClockSource) + [Anonymous Symbol] 0x08007080 Section 0 stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetCLK48ClockSource) + LL_RCC_SetClkAfterWakeFromStop 0x0800709d Thumb Code 26 app_entry.o(.text.LL_RCC_SetClkAfterWakeFromStop) + [Anonymous Symbol] 0x0800709c Section 0 app_entry.o(.text.LL_RCC_SetClkAfterWakeFromStop) + LL_RCC_SetI2CClockSource 0x080070b9 Thumb Code 38 stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetI2CClockSource) + [Anonymous Symbol] 0x080070b8 Section 0 stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetI2CClockSource) + LL_RCC_SetLPTIMClockSource 0x080070e1 Thumb Code 34 stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetLPTIMClockSource) + [Anonymous Symbol] 0x080070e0 Section 0 stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetLPTIMClockSource) + LL_RCC_SetLPUARTClockSource 0x08007105 Thumb Code 26 stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetLPUARTClockSource) + [Anonymous Symbol] 0x08007104 Section 0 stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetLPUARTClockSource) + LL_RCC_SetRFWKPClockSource 0x08007121 Thumb Code 26 stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetRFWKPClockSource) + [Anonymous Symbol] 0x08007120 Section 0 stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetRFWKPClockSource) + LL_RCC_SetRNGClockSource 0x0800713d Thumb Code 26 stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetRNGClockSource) + [Anonymous Symbol] 0x0800713c Section 0 stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetRNGClockSource) + LL_RCC_SetRTCClockSource 0x08007159 Thumb Code 26 stm32wbxx_hal_msp.o(.text.LL_RCC_SetRTCClockSource) + [Anonymous Symbol] 0x08007158 Section 0 stm32wbxx_hal_msp.o(.text.LL_RCC_SetRTCClockSource) + LL_RCC_SetRTCClockSource 0x08007175 Thumb Code 26 stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetRTCClockSource) + [Anonymous Symbol] 0x08007174 Section 0 stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetRTCClockSource) + LL_RCC_SetSAIClockSource 0x08007191 Thumb Code 26 stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetSAIClockSource) + [Anonymous Symbol] 0x08007190 Section 0 stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetSAIClockSource) + LL_RCC_SetSMPSClockSource 0x080071ad Thumb Code 26 stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetSMPSClockSource) + [Anonymous Symbol] 0x080071ac Section 0 stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetSMPSClockSource) + LL_RCC_SetSMPSPrescaler 0x080071c9 Thumb Code 26 stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetSMPSPrescaler) + [Anonymous Symbol] 0x080071c8 Section 0 stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetSMPSPrescaler) + LL_RCC_SetSysClkSource 0x080071e5 Thumb Code 26 stm32wbxx_hal_rcc.o(.text.LL_RCC_SetSysClkSource) + [Anonymous Symbol] 0x080071e4 Section 0 stm32wbxx_hal_rcc.o(.text.LL_RCC_SetSysClkSource) + LL_RCC_SetUSARTClockSource 0x08007201 Thumb Code 26 stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetUSARTClockSource) + [Anonymous Symbol] 0x08007200 Section 0 stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetUSARTClockSource) + LL_RCC_SetUSBClockSource 0x0800721d Thumb Code 16 stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetUSBClockSource) + [Anonymous Symbol] 0x0800721c Section 0 stm32wbxx_hal_rcc_ex.o(.text.LL_RCC_SetUSBClockSource) + LL_RTC_DisableWriteProtection 0x0800722d Thumb Code 20 app_entry.o(.text.LL_RTC_DisableWriteProtection) + [Anonymous Symbol] 0x0800722c Section 0 app_entry.o(.text.LL_RTC_DisableWriteProtection) + LL_RTC_EnableWriteProtection 0x08007241 Thumb Code 14 app_entry.o(.text.LL_RTC_EnableWriteProtection) + [Anonymous Symbol] 0x08007240 Section 0 app_entry.o(.text.LL_RTC_EnableWriteProtection) + LL_RTC_WAKEUP_SetClock 0x08007251 Thumb Code 26 app_entry.o(.text.LL_RTC_WAKEUP_SetClock) + [Anonymous Symbol] 0x08007250 Section 0 app_entry.o(.text.LL_RTC_WAKEUP_SetClock) + [Anonymous Symbol] 0x0800726c Section 0 stm32wbxx_it.o(.text.LPUART1_IRQHandler) + [Anonymous Symbol] 0x0800727c Section 0 stm_list.o(.text.LST_init_head) + [Anonymous Symbol] 0x0800728c Section 0 stm_list.o(.text.LST_insert_head) + [Anonymous Symbol] 0x080072cc Section 0 stm_list.o(.text.LST_insert_tail) + [Anonymous Symbol] 0x0800730c Section 0 stm_list.o(.text.LST_is_empty) + [Anonymous Symbol] 0x08007350 Section 0 stm_list.o(.text.LST_remove_head) + [Anonymous Symbol] 0x08007388 Section 0 stm_list.o(.text.LST_remove_node) + Led_Init 0x080073bd Thumb Code 22 app_entry.o(.text.Led_Init) + [Anonymous Symbol] 0x080073bc Section 0 app_entry.o(.text.Led_Init) + LinkTimerAfter 0x080073d5 Thumb Code 140 hw_timerserver.o(.text.LinkTimerAfter) + [Anonymous Symbol] 0x080073d4 Section 0 hw_timerserver.o(.text.LinkTimerAfter) + LinkTimerBefore 0x08007461 Thumb Code 180 hw_timerserver.o(.text.LinkTimerBefore) + [Anonymous Symbol] 0x08007460 Section 0 hw_timerserver.o(.text.LinkTimerBefore) + [Anonymous Symbol] 0x08007514 Section 0 app_entry.o(.text.MX_APPE_Config) + [Anonymous Symbol] 0x08007534 Section 0 app_entry.o(.text.MX_APPE_Init) + [Anonymous Symbol] 0x0800756c Section 0 app_entry.o(.text.MX_APPE_Process) + MX_DMA_Init 0x0800757d Thumb Code 58 main.o(.text.MX_DMA_Init) + [Anonymous Symbol] 0x0800757c Section 0 main.o(.text.MX_DMA_Init) + MX_GPIO_Init 0x080075b9 Thumb Code 22 main.o(.text.MX_GPIO_Init) + [Anonymous Symbol] 0x080075b8 Section 0 main.o(.text.MX_GPIO_Init) + MX_IPCC_Init 0x080075d1 Thumb Code 36 main.o(.text.MX_IPCC_Init) + [Anonymous Symbol] 0x080075d0 Section 0 main.o(.text.MX_IPCC_Init) + MX_RF_Init 0x080075f5 Thumb Code 2 main.o(.text.MX_RF_Init) + [Anonymous Symbol] 0x080075f4 Section 0 main.o(.text.MX_RF_Init) + MX_RTC_Init 0x080075f9 Thumb Code 90 main.o(.text.MX_RTC_Init) + [Anonymous Symbol] 0x080075f8 Section 0 main.o(.text.MX_RTC_Init) + [Anonymous Symbol] 0x08007654 Section 0 main.o(.text.MX_USART1_UART_Init) + [Anonymous Symbol] 0x080076e4 Section 0 stm32wbxx_it.o(.text.MemManage_Handler) + [Anonymous Symbol] 0x080076e8 Section 0 stm32wbxx_it.o(.text.NMI_Handler) + NVIC_EncodePriority 0x080076ed Thumb Code 108 stm32wbxx_hal_cortex.o(.text.NVIC_EncodePriority) + [Anonymous Symbol] 0x080076ec Section 0 stm32wbxx_hal_cortex.o(.text.NVIC_EncodePriority) + [Anonymous Symbol] 0x08007758 Section 0 otp.o(.text.OTP_Read) + OutputDbgTrace 0x080077bd Thumb Code 280 tl_mbox.o(.text.OutputDbgTrace) + [Anonymous Symbol] 0x080077bc Section 0 tl_mbox.o(.text.OutputDbgTrace) + [Anonymous Symbol] 0x080078d4 Section 0 stm32wbxx_it.o(.text.PVD_PVM_IRQHandler) + [Anonymous Symbol] 0x080078dc Section 0 stm32wbxx_it.o(.text.PWR_SOTF_BLEACT_802ACT_RFPHASE_IRQHandler) + [Anonymous Symbol] 0x080078e0 Section 0 stm32wbxx_it.o(.text.PendSV_Handler) + [Anonymous Symbol] 0x080078e4 Section 0 main.o(.text.PeriphCommonClock_Config) + [Anonymous Symbol] 0x0800791c Section 0 tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) + [Anonymous Symbol] 0x08007920 Section 0 app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) + RCCEx_PLLSAI1_ConfigNP 0x0800792d Thumb Code 182 stm32wbxx_hal_rcc_ex.o(.text.RCCEx_PLLSAI1_ConfigNP) + [Anonymous Symbol] 0x0800792c Section 0 stm32wbxx_hal_rcc_ex.o(.text.RCCEx_PLLSAI1_ConfigNP) + RCCEx_PLLSAI1_ConfigNQ 0x080079e5 Thumb Code 182 stm32wbxx_hal_rcc_ex.o(.text.RCCEx_PLLSAI1_ConfigNQ) + [Anonymous Symbol] 0x080079e4 Section 0 stm32wbxx_hal_rcc_ex.o(.text.RCCEx_PLLSAI1_ConfigNQ) + RCCEx_PLLSAI1_ConfigNR 0x08007a9d Thumb Code 182 stm32wbxx_hal_rcc_ex.o(.text.RCCEx_PLLSAI1_ConfigNR) + [Anonymous Symbol] 0x08007a9c Section 0 stm32wbxx_hal_rcc_ex.o(.text.RCCEx_PLLSAI1_ConfigNR) + [Anonymous Symbol] 0x08007b54 Section 0 stm32wbxx_it.o(.text.RCC_IRQHandler) + RCC_SetFlashLatency 0x08007b59 Thumb Code 262 stm32wbxx_hal_rcc.o(.text.RCC_SetFlashLatency) + [Anonymous Symbol] 0x08007b58 Section 0 stm32wbxx_hal_rcc.o(.text.RCC_SetFlashLatency) + RCC_SetFlashLatencyFromMSIRange 0x08007c61 Thumb Code 118 stm32wbxx_hal_rcc.o(.text.RCC_SetFlashLatencyFromMSIRange) + [Anonymous Symbol] 0x08007c60 Section 0 stm32wbxx_hal_rcc.o(.text.RCC_SetFlashLatencyFromMSIRange) + [Anonymous Symbol] 0x08007cd8 Section 0 stm32wbxx_hal_rtc.o(.text.RTC_EnterInitMode) + [Anonymous Symbol] 0x08007d5c Section 0 stm32wbxx_hal_rtc.o(.text.RTC_ExitInitMode) + [Anonymous Symbol] 0x08007da8 Section 0 stm32wbxx_it.o(.text.RTC_WKUP_IRQHandler) + ReadRtcSsrValue 0x08007db1 Thumb Code 60 hw_timerserver.o(.text.ReadRtcSsrValue) + [Anonymous Symbol] 0x08007db0 Section 0 hw_timerserver.o(.text.ReadRtcSsrValue) + Receive_Ack_From_M0 0x08007ded Thumb Code 10 app_zigbee.o(.text.Receive_Ack_From_M0) + [Anonymous Symbol] 0x08007dec Section 0 app_zigbee.o(.text.Receive_Ack_From_M0) + Receive_Notification_From_M0 0x08007df9 Thumb Code 26 app_zigbee.o(.text.Receive_Notification_From_M0) + [Anonymous Symbol] 0x08007df8 Section 0 app_zigbee.o(.text.Receive_Notification_From_M0) + RescheduleTimerList 0x08007e15 Thumb Code 378 hw_timerserver.o(.text.RescheduleTimerList) + [Anonymous Symbol] 0x08007e14 Section 0 hw_timerserver.o(.text.RescheduleTimerList) + Reset_Device 0x08007f91 Thumb Code 2 app_entry.o(.text.Reset_Device) + [Anonymous Symbol] 0x08007f90 Section 0 app_entry.o(.text.Reset_Device) + RestartWakeupCounter 0x08007f95 Thumb Code 214 hw_timerserver.o(.text.RestartWakeupCounter) + [Anonymous Symbol] 0x08007f94 Section 0 hw_timerserver.o(.text.RestartWakeupCounter) + ReturnTimeElapsed 0x0800806d Thumb Code 144 hw_timerserver.o(.text.ReturnTimeElapsed) + [Anonymous Symbol] 0x0800806c Section 0 hw_timerserver.o(.text.ReturnTimeElapsed) + RxCpltCallback 0x080080fd Thumb Code 158 app_entry.o(.text.RxCpltCallback) + [Anonymous Symbol] 0x080080fc Section 0 app_entry.o(.text.RxCpltCallback) + RxUART_Init 0x0800819d Thumb Code 28 app_entry.o(.text.RxUART_Init) + [Anonymous Symbol] 0x0800819c Section 0 app_entry.o(.text.RxUART_Init) + [Anonymous Symbol] 0x080081b8 Section 0 stm32_seq.o(.text.SEQ_BitPosition) + [Anonymous Symbol] 0x080081e8 Section 0 shci.o(.text.SHCI_C2_ZIGBEE_Init) + [Anonymous Symbol] 0x08008208 Section 0 shci.o(.text.SHCI_GetWirelessFwInfo) + [Anonymous Symbol] 0x0800832c Section 0 stm32wbxx_it.o(.text.SVC_Handler) + SendFreeBuf 0x08008331 Thumb Code 60 tl_mbox.o(.text.SendFreeBuf) + [Anonymous Symbol] 0x08008330 Section 0 tl_mbox.o(.text.SendFreeBuf) + [Anonymous Symbol] 0x0800836c Section 0 slave_inputs.o(.text.SlaveInputs_ClearChanges) + [Anonymous Symbol] 0x080083a8 Section 0 slave_inputs.o(.text.SlaveInputs_Init) + [Anonymous Symbol] 0x0800842c Section 0 slave_inputs.o(.text.SlaveInputs_Process) + SysTick_Config 0x08008529 Thumb Code 82 stm32wbxx_hal_cortex.o(.text.SysTick_Config) + [Anonymous Symbol] 0x08008528 Section 0 stm32wbxx_hal_cortex.o(.text.SysTick_Config) + [Anonymous Symbol] 0x0800857c Section 0 stm32wbxx_it.o(.text.SysTick_Handler) + [Anonymous Symbol] 0x08008584 Section 0 main.o(.text.SystemClock_Config) + [Anonymous Symbol] 0x08008624 Section 0 system_stm32wbxx.o(.text.SystemInit) + SystemPower_Config 0x080086a5 Thumb Code 48 app_entry.o(.text.SystemPower_Config) + [Anonymous Symbol] 0x080086a4 Section 0 app_entry.o(.text.SystemPower_Config) + System_Init 0x080086d5 Thumb Code 16 app_entry.o(.text.System_Init) + [Anonymous Symbol] 0x080086d4 Section 0 app_entry.o(.text.System_Init) + [Anonymous Symbol] 0x080086e4 Section 0 tl_mbox.o(.text.TL_Enable) + [Anonymous Symbol] 0x080086ec Section 0 tl_mbox.o(.text.TL_Init) + [Anonymous Symbol] 0x08008760 Section 0 tl_mbox.o(.text.TL_MM_EvtDone) + [Anonymous Symbol] 0x0800878c Section 0 tl_mbox.o(.text.TL_MM_Init) + [Anonymous Symbol] 0x080087fc Section 0 tl_mbox.o(.text.TL_SYS_Init) + [Anonymous Symbol] 0x08008854 Section 0 tl_mbox.o(.text.TL_SYS_SendCmd) + [Anonymous Symbol] 0x08008884 Section 0 app_entry.o(.text.TL_TRACES_EvtReceived) + [Anonymous Symbol] 0x080088a4 Section 0 tl_mbox.o(.text.TL_TRACES_Init) + [Anonymous Symbol] 0x080088cc Section 0 app_zigbee.o(.text.TL_ZIGBEE_CmdEvtReceived) + [Anonymous Symbol] 0x080088dc Section 0 tl_mbox.o(.text.TL_ZIGBEE_Init) + [Anonymous Symbol] 0x08008910 Section 0 app_zigbee.o(.text.TL_ZIGBEE_M0RequestReceived) + [Anonymous Symbol] 0x0800893c Section 0 app_zigbee.o(.text.TL_ZIGBEE_NotReceived) + [Anonymous Symbol] 0x08008958 Section 0 tl_mbox.o(.text.TL_ZIGBEE_SendM4AckToM0Notify) + [Anonymous Symbol] 0x08008970 Section 0 tl_mbox.o(.text.TL_ZIGBEE_SendM4AckToM0Request) + [Anonymous Symbol] 0x08008988 Section 0 tl_mbox.o(.text.TL_ZIGBEE_SendM4RequestToM0) + TlCmdEvtReceived 0x080089a1 Thumb Code 16 shci_tl.o(.text.TlCmdEvtReceived) + [Anonymous Symbol] 0x080089a0 Section 0 shci_tl.o(.text.TlCmdEvtReceived) + TlInit 0x080089b1 Thumb Code 108 shci_tl.o(.text.TlInit) + [Anonymous Symbol] 0x080089b0 Section 0 shci_tl.o(.text.TlInit) + TlUserEvtReceived 0x08008a1d Thumb Code 32 shci_tl.o(.text.TlUserEvtReceived) + [Anonymous Symbol] 0x08008a1c Section 0 shci_tl.o(.text.TlUserEvtReceived) + UARTEx_SetNbDataToProcess 0x08008a3d Thumb Code 134 stm32wbxx_hal_uart_ex.o(.text.UARTEx_SetNbDataToProcess) + [Anonymous Symbol] 0x08008a3c Section 0 stm32wbxx_hal_uart_ex.o(.text.UARTEx_SetNbDataToProcess) + [Anonymous Symbol] 0x08008ac4 Section 0 stm32wbxx_hal_uart.o(.text.UART_AdvFeatureConfig) + [Anonymous Symbol] 0x08008c0c Section 0 stm32wbxx_hal_uart.o(.text.UART_CheckIdleState) + UART_DMAAbortOnError 0x08008d55 Thumb Code 30 stm32wbxx_hal_uart.o(.text.UART_DMAAbortOnError) + [Anonymous Symbol] 0x08008d54 Section 0 stm32wbxx_hal_uart.o(.text.UART_DMAAbortOnError) + UART_DMAError 0x08008d75 Thumb Code 128 stm32wbxx_hal_uart.o(.text.UART_DMAError) + [Anonymous Symbol] 0x08008d74 Section 0 stm32wbxx_hal_uart.o(.text.UART_DMAError) + UART_DMATransmitCplt 0x08008df5 Thumb Code 124 stm32wbxx_hal_uart.o(.text.UART_DMATransmitCplt) + [Anonymous Symbol] 0x08008df4 Section 0 stm32wbxx_hal_uart.o(.text.UART_DMATransmitCplt) + UART_DMATxHalfCplt 0x08008e71 Thumb Code 22 stm32wbxx_hal_uart.o(.text.UART_DMATxHalfCplt) + [Anonymous Symbol] 0x08008e70 Section 0 stm32wbxx_hal_uart.o(.text.UART_DMATxHalfCplt) + UART_EndRxTransfer 0x08008e89 Thumb Code 158 stm32wbxx_hal_uart.o(.text.UART_EndRxTransfer) + [Anonymous Symbol] 0x08008e88 Section 0 stm32wbxx_hal_uart.o(.text.UART_EndRxTransfer) + UART_EndTransmit_IT 0x08008f29 Thumb Code 68 stm32wbxx_hal_uart.o(.text.UART_EndTransmit_IT) + [Anonymous Symbol] 0x08008f28 Section 0 stm32wbxx_hal_uart.o(.text.UART_EndTransmit_IT) + UART_EndTxTransfer 0x08008f6d Thumb Code 92 stm32wbxx_hal_uart.o(.text.UART_EndTxTransfer) + [Anonymous Symbol] 0x08008f6c Section 0 stm32wbxx_hal_uart.o(.text.UART_EndTxTransfer) + UART_RxISR_16BIT 0x08008fc9 Thumb Code 388 stm32wbxx_hal_uart.o(.text.UART_RxISR_16BIT) + [Anonymous Symbol] 0x08008fc8 Section 0 stm32wbxx_hal_uart.o(.text.UART_RxISR_16BIT) + UART_RxISR_16BIT_FIFOEN 0x0800914d Thumb Code 776 stm32wbxx_hal_uart.o(.text.UART_RxISR_16BIT_FIFOEN) + [Anonymous Symbol] 0x0800914c Section 0 stm32wbxx_hal_uart.o(.text.UART_RxISR_16BIT_FIFOEN) + UART_RxISR_8BIT 0x08009455 Thumb Code 384 stm32wbxx_hal_uart.o(.text.UART_RxISR_8BIT) + [Anonymous Symbol] 0x08009454 Section 0 stm32wbxx_hal_uart.o(.text.UART_RxISR_8BIT) + UART_RxISR_8BIT_FIFOEN 0x080095d5 Thumb Code 772 stm32wbxx_hal_uart.o(.text.UART_RxISR_8BIT_FIFOEN) + [Anonymous Symbol] 0x080095d4 Section 0 stm32wbxx_hal_uart.o(.text.UART_RxISR_8BIT_FIFOEN) + [Anonymous Symbol] 0x080098d8 Section 0 stm32wbxx_hal_uart.o(.text.UART_SetConfig) + [Anonymous Symbol] 0x08009cec Section 0 stm32wbxx_hal_uart.o(.text.UART_Start_Receive_IT) + [Anonymous Symbol] 0x08009f10 Section 0 stm32wbxx_hal_uart.o(.text.UART_WaitOnFlagUntilTimeout) + [Anonymous Symbol] 0x0800a01c Section 0 stm32wbxx_it.o(.text.USART1_IRQHandler) + [Anonymous Symbol] 0x0800a02c Section 0 stm32_lpm.o(.text.UTIL_LPM_Init) + [Anonymous Symbol] 0x0800a044 Section 0 stm32_lpm.o(.text.UTIL_LPM_SetOffMode) + [Anonymous Symbol] 0x0800a0a8 Section 0 stm32_lpm.o(.text.UTIL_LPM_SetStopMode) + [Anonymous Symbol] 0x0800a10c Section 0 stm32_seq.o(.text.UTIL_SEQ_CatchWarning) + [Anonymous Symbol] 0x0800a118 Section 0 app_entry.o(.text.UTIL_SEQ_EvtIdle) + [Anonymous Symbol] 0x0800a16c Section 0 app_entry.o(.text.UTIL_SEQ_Idle) + [Anonymous Symbol] 0x0800a170 Section 0 stm32_seq.o(.text.UTIL_SEQ_PostIdle) + [Anonymous Symbol] 0x0800a174 Section 0 stm32_seq.o(.text.UTIL_SEQ_PostTask) + [Anonymous Symbol] 0x0800a17c Section 0 stm32_seq.o(.text.UTIL_SEQ_PreIdle) + [Anonymous Symbol] 0x0800a180 Section 0 stm32_seq.o(.text.UTIL_SEQ_PreTask) + [Anonymous Symbol] 0x0800a188 Section 0 stm32_seq.o(.text.UTIL_SEQ_RegTask) + [Anonymous Symbol] 0x0800a1cc Section 0 stm32_seq.o(.text.UTIL_SEQ_Run) + [Anonymous Symbol] 0x0800a594 Section 0 stm32_seq.o(.text.UTIL_SEQ_SetEvt) + [Anonymous Symbol] 0x0800a5c8 Section 0 stm32_seq.o(.text.UTIL_SEQ_SetTask) + [Anonymous Symbol] 0x0800a614 Section 0 stm32_seq.o(.text.UTIL_SEQ_WaitEvt) + UartCmdExecute 0x0800a6bd Thumb Code 266 app_entry.o(.text.UartCmdExecute) + [Anonymous Symbol] 0x0800a6bc Section 0 app_entry.o(.text.UartCmdExecute) + UnlinkTimer 0x0800a7c9 Thumb Code 266 hw_timerserver.o(.text.UnlinkTimer) + [Anonymous Symbol] 0x0800a7c8 Section 0 hw_timerserver.o(.text.UnlinkTimer) + [Anonymous Symbol] 0x0800a8d4 Section 0 stm32wbxx_it.o(.text.UsageFault_Handler) + Wait_Getting_Ack_From_M0 0x0800a8d9 Thumb Code 10 app_zigbee.o(.text.Wait_Getting_Ack_From_M0) + [Anonymous Symbol] 0x0800a8d8 Section 0 app_zigbee.o(.text.Wait_Getting_Ack_From_M0) + [Anonymous Symbol] 0x0800a8e4 Section 0 zigbee_core_wb.o(.text.WpanCrc) + [Anonymous Symbol] 0x0800a92c Section 0 app_zigbee.o(.text.ZIGBEE_CmdTransfer) + [Anonymous Symbol] 0x0800a964 Section 0 app_zigbee.o(.text.ZIGBEE_Get_M0RequestPayloadBuffer) + [Anonymous Symbol] 0x0800a974 Section 0 app_zigbee.o(.text.ZIGBEE_Get_NotificationPayloadBuffer) + [Anonymous Symbol] 0x0800a984 Section 0 app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) + [Anonymous Symbol] 0x0800a994 Section 0 app_zigbee.o(.text.ZIGBEE_Get_OTCmdRspPayloadBuffer) + [Anonymous Symbol] 0x0800a9a4 Section 0 zigbee_core_wb.o(.text.ZbApsAddrIsBcast) + [Anonymous Symbol] 0x0800a9f8 Section 0 zigbee_core_wb.o(.text.ZbApsAddrIsLocal) + [Anonymous Symbol] 0x0800aa70 Section 0 zigbee_core_wb.o(.text.ZbApsBindSrcExists) + [Anonymous Symbol] 0x0800ab10 Section 0 zigbee_core_wb.o(.text.ZbApsFilterClusterAdd) + [Anonymous Symbol] 0x0800abb0 Section 0 zigbee_core_wb.o(.text.ZbApsGetIndex) + [Anonymous Symbol] 0x0800ac0c Section 0 zigbee_core_wb.o(.text.ZbApsdeDataReqCallback) + [Anonymous Symbol] 0x0800ac88 Section 0 zigbee_core_wb.o(.text.ZbApsmeAddGroupReq) + [Anonymous Symbol] 0x0800acc4 Section 0 zigbee_core_wb.o(.text.ZbApsmeBindReq) + [Anonymous Symbol] 0x0800ad00 Section 0 zigbee_core_wb.o(.text.ZbBdbGetIndex) + [Anonymous Symbol] 0x0800ad64 Section 0 zigbee_core_wb.o(.text.ZbExtendedAddress) + [Anonymous Symbol] 0x0800add4 Section 0 zigbee_core_wb.o(.text.ZbInit) + [Anonymous Symbol] 0x0800ae68 Section 0 zigbee_core_wb.o(.text.ZbMsgFilterRegister) + [Anonymous Symbol] 0x0800af1c Section 0 zigbee_core_wb.o(.text.ZbMsgFilterRemove) + [Anonymous Symbol] 0x0800afa0 Section 0 zigbee_core_wb.o(.text.ZbNlmePermitJoinReq) + [Anonymous Symbol] 0x0800afdc Section 0 zigbee_core_wb.o(.text.ZbNwkGet) + [Anonymous Symbol] 0x0800b008 Section 0 zigbee_core_wb.o(.text.ZbNwkGetIndex) + [Anonymous Symbol] 0x0800b06c Section 0 zigbee_core_wb.o(.text.ZbNwkSet) + [Anonymous Symbol] 0x0800b098 Section 0 zigbee_core_wb.o(.text.ZbNwkSetIndex) + [Anonymous Symbol] 0x0800b0fc Section 0 zigbee_core_wb.o(.text.ZbReset) + [Anonymous Symbol] 0x0800b124 Section 0 zigbee_core_wb.o(.text.ZbSetLogging) + [Anonymous Symbol] 0x0800b190 Section 0 zigbee_core_wb.o(.text.ZbShortAddress) + [Anonymous Symbol] 0x0800b1b4 Section 0 zigbee_core_wb.o(.text.ZbStartup) + [Anonymous Symbol] 0x0800b23c Section 0 zigbee_core_wb.o(.text.ZbStartupConfigGetProDefaults) + [Anonymous Symbol] 0x0800b26c Section 0 app_zigbee.o(.text.ZbStartupWait) + ZbStartupWaitCb 0x0800b2ed Thumb Code 38 app_zigbee.o(.text.ZbStartupWaitCb) + [Anonymous Symbol] 0x0800b2ec Section 0 app_zigbee.o(.text.ZbStartupWaitCb) + [Anonymous Symbol] 0x0800b314 Section 0 zigbee_core_wb.o(.text.ZbTimeoutRemaining) + [Anonymous Symbol] 0x0800b388 Section 0 zigbee_core_wb.o(.text.ZbTimerAlloc) + [Anonymous Symbol] 0x0800b410 Section 0 zigbee_core_wb.o(.text.ZbTimerFree) + [Anonymous Symbol] 0x0800b454 Section 0 zigbee_core_wb.o(.text.ZbTimerReset) + [Anonymous Symbol] 0x0800b48c Section 0 zigbee_core_wb.o(.text.ZbZclAddEndpoint) + [Anonymous Symbol] 0x0800b4c8 Section 0 zcl_header.o(.text.ZbZclAppendHeader) + [Anonymous Symbol] 0x0800b53c Section 0 zcl_attr.o(.text.ZbZclAttrAddSorted) + [Anonymous Symbol] 0x0800b584 Section 0 zcl_attr_list.o(.text.ZbZclAttrAppendList) + [Anonymous Symbol] 0x0800b700 Section 0 zcl_attr_list.o(.text.ZbZclAttrCallbackExec) + [Anonymous Symbol] 0x0800b710 Section 0 zcl_attr.o(.text.ZbZclAttrDefaultValue) + [Anonymous Symbol] 0x0800bb28 Section 0 zcl_attr.o(.text.ZbZclAttrDefaultWrite) + [Anonymous Symbol] 0x0800bdec Section 0 zcl_attr.o(.text.ZbZclAttrFind) + [Anonymous Symbol] 0x0800be20 Section 0 zcl_attr_list.o(.text.ZbZclAttrFreeList) + [Anonymous Symbol] 0x0800be88 Section 0 zcl_attr.o(.text.ZbZclAttrHandleDiscover) + [Anonymous Symbol] 0x0800bff0 Section 0 zcl_attr_integer.o(.text.ZbZclAttrIntegerRangeCheck) + [Anonymous Symbol] 0x0800c2a0 Section 0 zcl_attr_integer.o(.text.ZbZclAttrIntegerWrite) + [Anonymous Symbol] 0x0800c354 Section 0 zcl_attr.o(.text.ZbZclAttrIsAnalog) + [Anonymous Symbol] 0x0800c384 Section 0 zcl_attr_float.o(.text.ZbZclAttrIsFloat) + [Anonymous Symbol] 0x0800c394 Section 0 zcl_attr_integer.o(.text.ZbZclAttrIsInteger) + [Anonymous Symbol] 0x0800c584 Section 0 zcl_attr.o(.text.ZbZclAttrParseLength) + [Anonymous Symbol] 0x0800c6c4 Section 0 zcl_attr.o(.text.ZbZclAttrRead) + [Anonymous Symbol] 0x0800ca24 Section 0 zcl_attr.o(.text.ZbZclAttrTypeLength) + [Anonymous Symbol] 0x0800ca3c Section 0 zcl_attr.o(.text.ZbZclAttrWrite) + [Anonymous Symbol] 0x0800cbfc Section 0 zcl_cluster_init.o(.text.ZbZclClusterAlloc) + [Anonymous Symbol] 0x0800ccf8 Section 0 zcl_cluster_init.o(.text.ZbZclClusterAttach) + [Anonymous Symbol] 0x0800cd28 Section 0 zigbee_core_wb.o(.text.ZbZclClusterBind) + [Anonymous Symbol] 0x0800cd88 Section 0 zcl_cluster.o(.text.ZbZclClusterCheckMinSecurity) + [Anonymous Symbol] 0x0800ce84 Section 0 zigbee_core_wb.o(.text.ZbZclClusterEndpointRegister) + [Anonymous Symbol] 0x0800cecc Section 0 zigbee_core_wb.o(.text.ZbZclClusterEndpointRemove) + [Anonymous Symbol] 0x0800cf14 Section 0 zcl_cluster_init.o(.text.ZbZclClusterFree) + [Anonymous Symbol] 0x0800cf8c Section 0 zcl_cluster.o(.text.ZbZclClusterGetClusterId) + [Anonymous Symbol] 0x0800cf90 Section 0 zcl_cluster.o(.text.ZbZclClusterGetEndpoint) + [Anonymous Symbol] 0x0800cf94 Section 0 zcl_cluster.o(.text.ZbZclClusterInitApsdeReq) + [Anonymous Symbol] 0x0800cfd4 Section 0 zigbee_core_wb.o(.text.ZbZclClusterRemoveAlarmResetHandler) + [Anonymous Symbol] 0x0800d004 Section 0 zcl_cluster.o(.text.ZbZclClusterSetCallbackArg) + [Anonymous Symbol] 0x0800d008 Section 0 zcl_cluster.o(.text.ZbZclClusterSetMinSecurity) + [Anonymous Symbol] 0x0800d040 Section 0 zigbee_core_wb.o(.text.ZbZclClusterUnbind) + [Anonymous Symbol] 0x0800d070 Section 0 zigbee_core_wb.o(.text.ZbZclDeviceLogCheckAllow) + ZbZclFloatLdexp 0x0800d0c1 Thumb Code 256 zcl_attr_float.o(.text.ZbZclFloatLdexp) + [Anonymous Symbol] 0x0800d0c0 Section 0 zcl_attr_float.o(.text.ZbZclFloatLdexp) + [Anonymous Symbol] 0x0800d1d0 Section 0 zigbee_core_wb.o(.text.ZbZclGetNextSeqnum) + [Anonymous Symbol] 0x0800d208 Section 0 zcl_attr_report.o(.text.ZbZclHandleConfigReport) + [Anonymous Symbol] 0x0800d7ac Section 0 zcl_cluster_scene.o(.text.ZbZclHandleGetSceneData) + ZbZclHandleReadAttr 0x0800d885 Thumb Code 434 zcl_command_ind.o(.text.ZbZclHandleReadAttr) + [Anonymous Symbol] 0x0800d884 Section 0 zcl_command_ind.o(.text.ZbZclHandleReadAttr) + [Anonymous Symbol] 0x0800da38 Section 0 zcl_attr_report.o(.text.ZbZclHandleReadReport) + [Anonymous Symbol] 0x0800dc70 Section 0 zcl_attr_report.o(.text.ZbZclHandleReportAttr) + [Anonymous Symbol] 0x0800dcf4 Section 0 zcl_cluster_scene.o(.text.ZbZclHandleSetSceneData) + [Anonymous Symbol] 0x0800dde4 Section 0 zcl_onoff_server.o(.text.ZbZclOnOffServerAlloc) + [Anonymous Symbol] 0x0800de80 Section 0 zcl_attr_float.o(.text.ZbZclParseFloat) + [Anonymous Symbol] 0x0800e008 Section 0 zcl_header.o(.text.ZbZclParseHeader) + [Anonymous Symbol] 0x0800e074 Section 0 zcl_attr_integer.o(.text.ZbZclParseInteger) + [Anonymous Symbol] 0x0800e580 Section 0 zcl_attr_report.o(.text.ZbZclReportCleanup) + [Anonymous Symbol] 0x0800e610 Section 0 zigbee_core_wb.o(.text.ZbZclSendDefaultResponse) + [Anonymous Symbol] 0x0800e65c Section 0 zcl_cluster.o(.text.ZbZclTxOptsFromSecurityStatus) + [Anonymous Symbol] 0x0800e670 Section 0 zigbee_core_wb.o(.text.ZbZclUptime) + [Anonymous Symbol] 0x0800e690 Section 0 zigbee_app.o(.text.ZigbeeApp_Init) + [Anonymous Symbol] 0x0800e6c4 Section 0 zigbee_app.o(.text.ZigbeeApp_Process) + ZigbeeApp_UpdateRoleFromSwitch 0x0800e731 Thumb Code 86 zigbee_app.o(.text.ZigbeeApp_UpdateRoleFromSwitch) + [Anonymous Symbol] 0x0800e730 Section 0 zigbee_app.o(.text.ZigbeeApp_UpdateRoleFromSwitch) + ZigbeeApp_UpdateStatusLed 0x0800e789 Thumb Code 284 zigbee_app.o(.text.ZigbeeApp_UpdateStatusLed) + [Anonymous Symbol] 0x0800e788 Section 0 zigbee_app.o(.text.ZigbeeApp_UpdateStatusLed) + [Anonymous Symbol] 0x0800e8a4 Section 0 zigbee_port.o(.text.ZigbeePort_Init) + [Anonymous Symbol] 0x0800e8b0 Section 0 zigbee_port.o(.text.ZigbeePort_OnSlaveReportReceived) + [Anonymous Symbol] 0x0800e8c4 Section 0 zigbee_port.o(.text.ZigbeePort_Process) + [Anonymous Symbol] 0x0800e8cc Section 0 zigbee_port.o(.text.ZigbeePort_SendSlaveInputs) + [Anonymous Symbol] 0x0800e8f0 Section 0 zigbee_core_wb.o(.text.Zigbee_CallBackProcessing) + [Anonymous Symbol] 0x0800fc78 Section 0 zigbee_core_wb.o(.text.Zigbee_M0RequestProcessing) + __NVIC_ClearPendingIRQ 0x0800fdc5 Thumb Code 48 stm32wbxx_hal_cortex.o(.text.__NVIC_ClearPendingIRQ) + [Anonymous Symbol] 0x0800fdc4 Section 0 stm32wbxx_hal_cortex.o(.text.__NVIC_ClearPendingIRQ) + __NVIC_DisableIRQ 0x0800fdf5 Thumb Code 56 stm32wbxx_hal_cortex.o(.text.__NVIC_DisableIRQ) + [Anonymous Symbol] 0x0800fdf4 Section 0 stm32wbxx_hal_cortex.o(.text.__NVIC_DisableIRQ) + __NVIC_EnableIRQ 0x0800fe2d Thumb Code 48 stm32wbxx_hal_cortex.o(.text.__NVIC_EnableIRQ) + [Anonymous Symbol] 0x0800fe2c Section 0 stm32wbxx_hal_cortex.o(.text.__NVIC_EnableIRQ) + __NVIC_GetPriorityGrouping 0x0800fe5d Thumb Code 16 stm32wbxx_hal_cortex.o(.text.__NVIC_GetPriorityGrouping) + [Anonymous Symbol] 0x0800fe5c Section 0 stm32wbxx_hal_cortex.o(.text.__NVIC_GetPriorityGrouping) + __NVIC_SetPendingIRQ 0x0800fe6d Thumb Code 48 stm32wbxx_hal_cortex.o(.text.__NVIC_SetPendingIRQ) + [Anonymous Symbol] 0x0800fe6c Section 0 stm32wbxx_hal_cortex.o(.text.__NVIC_SetPendingIRQ) + __NVIC_SetPriority 0x0800fe9d Thumb Code 66 stm32wbxx_hal_cortex.o(.text.__NVIC_SetPriority) + [Anonymous Symbol] 0x0800fe9c Section 0 stm32wbxx_hal_cortex.o(.text.__NVIC_SetPriority) + __NVIC_SetPriorityGrouping 0x0800fee1 Thumb Code 60 stm32wbxx_hal_cortex.o(.text.__NVIC_SetPriorityGrouping) + [Anonymous Symbol] 0x0800fee0 Section 0 stm32wbxx_hal_cortex.o(.text.__NVIC_SetPriorityGrouping) + __NVIC_SystemReset 0x0800ff1d Thumb Code 38 stm32wbxx_hal_cortex.o(.text.__NVIC_SystemReset) + [Anonymous Symbol] 0x0800ff1c Section 0 stm32wbxx_hal_cortex.o(.text.__NVIC_SystemReset) + [Anonymous Symbol] 0x0800ff44 Section 0 dbg_trace.o(.text.__aeabi_assert) + appe_Tl_Init 0x08010001 Thumb Code 116 app_entry.o(.text.appe_Tl_Init) + [Anonymous Symbol] 0x08010000 Section 0 app_entry.o(.text.appe_Tl_Init) + [Anonymous Symbol] 0x08010074 Section 0 dbg_trace.o(.text.fputc) + levelToString 0x08010095 Thumb Code 86 stm_logging.o(.text.levelToString) + [Anonymous Symbol] 0x08010094 Section 0 stm_logging.o(.text.levelToString) + linkTimer 0x080100ed Thumb Code 390 hw_timerserver.o(.text.linkTimer) + [Anonymous Symbol] 0x080100ec Section 0 hw_timerserver.o(.text.linkTimer) + [Anonymous Symbol] 0x08010274 Section 0 stm_logging.o(.text.logApplication) + logLevel 0x08010351 Thumb Code 56 stm_logging.o(.text.logLevel) + [Anonymous Symbol] 0x08010350 Section 0 stm_logging.o(.text.logLevel) + logRegion 0x08010389 Thumb Code 118 stm_logging.o(.text.logRegion) + [Anonymous Symbol] 0x08010388 Section 0 stm_logging.o(.text.logRegion) + [Anonymous Symbol] 0x08010400 Section 0 main.o(.text.main) + onOffServerCommand 0x08010439 Thumb Code 184 zcl_onoff_server.o(.text.onOffServerCommand) + [Anonymous Symbol] 0x08010438 Section 0 zcl_onoff_server.o(.text.onOffServerCommand) + onOffServerGetSceneData 0x080104f1 Thumb Code 54 zcl_onoff_server.o(.text.onOffServerGetSceneData) + [Anonymous Symbol] 0x080104f0 Section 0 zcl_onoff_server.o(.text.onOffServerGetSceneData) + onOffServerSetSceneData 0x08010529 Thumb Code 32 zcl_onoff_server.o(.text.onOffServerSetSceneData) + [Anonymous Symbol] 0x08010528 Section 0 zcl_onoff_server.o(.text.onOffServerSetSceneData) + onOff_server_1_off 0x08010549 Thumb Code 92 app_zigbee.o(.text.onOff_server_1_off) + [Anonymous Symbol] 0x08010548 Section 0 app_zigbee.o(.text.onOff_server_1_off) + onOff_server_1_on 0x080105a5 Thumb Code 94 app_zigbee.o(.text.onOff_server_1_on) + [Anonymous Symbol] 0x080105a4 Section 0 app_zigbee.o(.text.onOff_server_1_on) + onOff_server_1_toggle 0x08010605 Thumb Code 92 app_zigbee.o(.text.onOff_server_1_toggle) + [Anonymous Symbol] 0x08010604 Section 0 app_zigbee.o(.text.onOff_server_1_toggle) + [Anonymous Symbol] 0x08010660 Section 0 pletoh.o(.text.pletoh16) + [Anonymous Symbol] 0x08010664 Section 0 pletoh.o(.text.pletoh32) + [Anonymous Symbol] 0x08010668 Section 0 pletoh.o(.text.pletoh64) + [Anonymous Symbol] 0x08010670 Section 0 pletoh.o(.text.putle16) + [Anonymous Symbol] 0x08010674 Section 0 pletoh.o(.text.putle24) + [Anonymous Symbol] 0x08010680 Section 0 pletoh.o(.text.putle32) + [Anonymous Symbol] 0x08010684 Section 0 pletoh.o(.text.putle40) + [Anonymous Symbol] 0x08010698 Section 0 pletoh.o(.text.putle48) + [Anonymous Symbol] 0x080106b4 Section 0 pletoh.o(.text.putle56) + [Anonymous Symbol] 0x080106d8 Section 0 pletoh.o(.text.putle64) + report_command_timer 0x08010701 Thumb Code 42 zcl_attr_report.o(.text.report_command_timer) + [Anonymous Symbol] 0x08010700 Section 0 zcl_attr_report.o(.text.report_command_timer) + [Anonymous Symbol] 0x0801072c Section 0 app_entry.o(.text.shci_cmd_resp_release) + [Anonymous Symbol] 0x0801073c Section 0 app_entry.o(.text.shci_cmd_resp_wait) + [Anonymous Symbol] 0x0801074c Section 0 shci_tl.o(.text.shci_init) + [Anonymous Symbol] 0x08010780 Section 0 app_entry.o(.text.shci_notify_asynch_evt) + [Anonymous Symbol] 0x08010794 Section 0 shci_tl_if.o(.text.shci_register_io_bus) + [Anonymous Symbol] 0x080107b4 Section 0 shci_tl.o(.text.shci_send) + [Anonymous Symbol] 0x08010838 Section 0 shci_tl.o(.text.shci_user_evt_proc) + [Anonymous Symbol] 0x08010908 Section 0 zigbee_core_wb.o(.text.zb_heap_alloc) + [Anonymous Symbol] 0x08010920 Section 0 zigbee_core_wb.o(.text.zb_heap_free) + zb_ipc_m4_cb_info_alloc 0x08010939 Thumb Code 52 zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) + [Anonymous Symbol] 0x08010938 Section 0 zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_alloc) + zb_ipc_m4_cb_info_free 0x0801096d Thumb Code 16 zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) + [Anonymous Symbol] 0x0801096c Section 0 zigbee_core_wb.o(.text.zb_ipc_m4_cb_info_free) + zb_ipc_m4_get_retval 0x0801097d Thumb Code 66 zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) + [Anonymous Symbol] 0x0801097c Section 0 zigbee_core_wb.o(.text.zb_ipc_m4_get_retval) + zb_ipc_m4_memcpy2 0x080109c1 Thumb Code 48 zigbee_core_wb.o(.text.zb_ipc_m4_memcpy2) + [Anonymous Symbol] 0x080109c0 Section 0 zigbee_core_wb.o(.text.zb_ipc_m4_memcpy2) + zb_malloc_track 0x080109f1 Thumb Code 44 zigbee_core_wb.o(.text.zb_malloc_track) + [Anonymous Symbol] 0x080109f0 Section 0 zigbee_core_wb.o(.text.zb_malloc_track) + zb_malloc_untrack 0x08010a1d Thumb Code 42 zigbee_core_wb.o(.text.zb_malloc_untrack) + [Anonymous Symbol] 0x08010a1c Section 0 zigbee_core_wb.o(.text.zb_malloc_untrack) + zcl_append_report_config_record 0x08010a49 Thumb Code 576 zcl_attr_report.o(.text.zcl_append_report_config_record) + [Anonymous Symbol] 0x08010a48 Section 0 zcl_attr_report.o(.text.zcl_append_report_config_record) + [Anonymous Symbol] 0x08010cc8 Section 0 zcl_attr_report.o(.text.zcl_attr_reporting_check) + [Anonymous Symbol] 0x08010d44 Section 0 zcl_command_ind.o(.text.zcl_cluster_alarm_data_ind) + [Anonymous Symbol] 0x08010ea4 Section 0 zcl_attr_report.o(.text.zcl_cluster_attr_report_delete) + zcl_cluster_command_dummy 0x08010f4d Thumb Code 4 zcl_cluster_init.o(.text.zcl_cluster_command_dummy) + [Anonymous Symbol] 0x08010f4c Section 0 zcl_cluster_init.o(.text.zcl_cluster_command_dummy) + [Anonymous Symbol] 0x08010f50 Section 0 zcl_command_ind.o(.text.zcl_cluster_data_ind) + zcl_cluster_persist_timer 0x08011355 Thumb Code 544 zcl_cluster_init.o(.text.zcl_cluster_persist_timer) + [Anonymous Symbol] 0x08011354 Section 0 zcl_cluster_init.o(.text.zcl_cluster_persist_timer) + [Anonymous Symbol] 0x08011578 Section 0 zcl_attr_report.o(.text.zcl_cluster_reports_timer) + zcl_persist_handle_set 0x08011bc5 Thumb Code 108 zcl_command_ind.o(.text.zcl_persist_handle_set) + [Anonymous Symbol] 0x08011bc4 Section 0 zcl_command_ind.o(.text.zcl_persist_handle_set) + [Anonymous Symbol] 0x08011c30 Section 0 zcl_cluster_init.o(.text.zcl_persist_send_cache) + [Anonymous Symbol] 0x08011d0c Section 0 zcl_attr_report.o(.text.zcl_reporting_create_default_reports) + zcl_reporting_create_new 0x08011e39 Thumb Code 282 zcl_attr_report.o(.text.zcl_reporting_create_new) + [Anonymous Symbol] 0x08011e38 Section 0 zcl_attr_report.o(.text.zcl_reporting_create_new) + zcl_reporting_epsilon_check 0x08011f59 Thumb Code 208 zcl_attr_report.o(.text.zcl_reporting_epsilon_check) + [Anonymous Symbol] 0x08011f58 Section 0 zcl_attr_report.o(.text.zcl_reporting_epsilon_check) + zcl_reporting_queue_report 0x08012031 Thumb Code 126 zcl_attr_report.o(.text.zcl_reporting_queue_report) + [Anonymous Symbol] 0x08012030 Section 0 zcl_attr_report.o(.text.zcl_reporting_queue_report) + zcl_reporting_save_curr_val 0x080120b1 Thumb Code 234 zcl_attr_report.o(.text.zcl_reporting_save_curr_val) + [Anonymous Symbol] 0x080120b0 Section 0 zcl_attr_report.o(.text.zcl_reporting_save_curr_val) + zcl_reporting_send_conf 0x0801219d Thumb Code 2 zcl_attr_report.o(.text.zcl_reporting_send_conf) + [Anonymous Symbol] 0x0801219c Section 0 zcl_attr_report.o(.text.zcl_reporting_send_conf) + zcl_reporting_send_report 0x080121a1 Thumb Code 286 zcl_attr_report.o(.text.zcl_reporting_send_report) + [Anonymous Symbol] 0x080121a0 Section 0 zcl_attr_report.o(.text.zcl_reporting_send_report) + [Anonymous Symbol] 0x080122c0 Section 0 zcl_attr_report.o(.text.zcl_reporting_stack_event) + i.__0printf 0x08012364 Section 0 printfa.o(i.__0printf) + i.__0snprintf 0x08012384 Section 0 printfa.o(i.__0snprintf) + i.__0sprintf 0x080123b8 Section 0 printfa.o(i.__0sprintf) + i.__0vsnprintf 0x080123e0 Section 0 printfa.o(i.__0vsnprintf) + i.__scatterload_copy 0x08012414 Section 14 handlers.o(i.__scatterload_copy) + i.__scatterload_null 0x08012422 Section 2 handlers.o(i.__scatterload_null) + i.__scatterload_zeroinit 0x08012424 Section 14 handlers.o(i.__scatterload_zeroinit) + _fp_digits 0x08012435 Thumb Code 366 printfa.o(i._fp_digits) + i._fp_digits 0x08012434 Section 0 printfa.o(i._fp_digits) + _printf_core 0x080125b9 Thumb Code 1744 printfa.o(i._printf_core) + i._printf_core 0x080125b8 Section 0 printfa.o(i._printf_core) + _printf_post_padding 0x08012c95 Thumb Code 36 printfa.o(i._printf_post_padding) + i._printf_post_padding 0x08012c94 Section 0 printfa.o(i._printf_post_padding) + _printf_pre_padding 0x08012cb9 Thumb Code 46 printfa.o(i._printf_pre_padding) + i._printf_pre_padding 0x08012cb8 Section 0 printfa.o(i._printf_pre_padding) + _snputc 0x08012ce7 Thumb Code 22 printfa.o(i._snputc) + i._snputc 0x08012ce6 Section 0 printfa.o(i._snputc) + _sputc 0x08012cfd Thumb Code 10 printfa.o(i._sputc) + i._sputc 0x08012cfc Section 0 printfa.o(i._sputc) + i.fputs 0x08012d06 Section 0 fputs.o(i.fputs) + i.free 0x08012d20 Section 0 malloc.o(i.free) + i.malloc 0x08012d70 Section 0 malloc.o(i.malloc) + .Lswitch.table.ZbZclAttrTypeLength 0x08012ddc Data 456 zcl_attr.o(.rodata..Lswitch.table.ZbZclAttrTypeLength) + UARTEx_SetNbDataToProcess.denominator 0x08013054 Data 8 stm32wbxx_hal_uart_ex.o(.rodata.UARTEx_SetNbDataToProcess.denominator) + [Anonymous Symbol] 0x08013054 Section 0 stm32wbxx_hal_uart_ex.o(.rodata.UARTEx_SetNbDataToProcess.denominator) + UARTEx_SetNbDataToProcess.numerator 0x0801305c Data 8 stm32wbxx_hal_uart_ex.o(.rodata.UARTEx_SetNbDataToProcess.numerator) + [Anonymous Symbol] 0x0801305c Section 0 stm32wbxx_hal_uart_ex.o(.rodata.UARTEx_SetNbDataToProcess.numerator) + sendToBinding 0x08013090 Data 16 zigbee_core_wb.o(.rodata.sendToBinding) + [Anonymous Symbol] 0x08013090 Section 0 zigbee_core_wb.o(.rodata.sendToBinding) + .L.str 0x080130a0 Data 30 app_entry.o(.rodata.str1.1) + [Anonymous Symbol] 0x080130a0 Section 0 app_entry.o(.rodata.str1.1) + .L.str.1 0x080130be Data 30 app_entry.o(.rodata.str1.1) + .L.str.3 0x080130dc Data 4 app_entry.o(.rodata.str1.1) + .L.str.5 0x080130e0 Data 4 app_entry.o(.rodata.str1.1) + .L.str.7 0x080130e4 Data 4 app_entry.o(.rodata.str1.1) + .L.str.10 0x080130e8 Data 19 app_entry.o(.rodata.str1.1) + .L.str.4 0x080130fb Data 7 app_entry.o(.rodata.str1.1) + .L.str.6 0x08013102 Data 7 app_entry.o(.rodata.str1.1) + .L.str.8 0x08013109 Data 7 app_entry.o(.rodata.str1.1) + .L.str.9 0x08013110 Data 4 app_entry.o(.rodata.str1.1) + .L.str.11 0x08013114 Data 28 app_entry.o(.rodata.str1.1) + .L.str.2 0x08013130 Data 12 app_entry.o(.rodata.str1.1) + .L.str 0x08013139 Data 3 app_entry.o(.rodata.str1.1) + .L.str.8 0x0801313c Data 4 stm_logging.o(.rodata.str1.1) + [Anonymous Symbol] 0x0801313c Section 0 stm_logging.o(.rodata.str1.1) + .L.str.7 0x08013140 Data 5 stm_logging.o(.rodata.str1.1) + .L.str.6 0x08013145 Data 16 stm_logging.o(.rodata.str1.1) + .L.str.5 0x08013155 Data 17 stm_logging.o(.rodata.str1.1) + .L.str.4 0x08013166 Data 5 stm_logging.o(.rodata.str1.1) + .L.str.1 0x0801316b Data 8 stm_logging.o(.rodata.str1.1) + .L.str.3 0x08013173 Data 8 stm_logging.o(.rodata.str1.1) + .L.str.2 0x0801317b Data 8 stm_logging.o(.rodata.str1.1) + .L.str.14 0x08013183 Data 16 app_zigbee.o(.rodata.str1.1) + [Anonymous Symbol] 0x08013183 Section 0 app_zigbee.o(.rodata.str1.1) + .L.str.1 0x08013193 Data 15 app_zigbee.o(.rodata.str1.1) + .L.str.26 0x080131a2 Data 6 app_zigbee.o(.rodata.str1.1) + .L.str.16 0x080131a8 Data 33 app_zigbee.o(.rodata.str1.1) + .L.str.15 0x080131c9 Data 61 app_zigbee.o(.rodata.str1.1) + .L.str.13 0x08013206 Data 37 app_zigbee.o(.rodata.str1.1) + .L.str.17 0x0801322b Data 59 app_zigbee.o(.rodata.str1.1) + .L.str.18 0x08013266 Data 25 app_zigbee.o(.rodata.str1.1) + .L.str.28 0x0801327f Data 24 app_zigbee.o(.rodata.str1.1) + .L.str.8 0x08013297 Data 12 app_zigbee.o(.rodata.str1.1) + .L.str.6 0x080132a3 Data 39 app_zigbee.o(.rodata.str1.1) + .L.str.3 0x080132ca Data 27 app_zigbee.o(.rodata.str1.1) + .L.str.7 0x080132e5 Data 44 app_zigbee.o(.rodata.str1.1) + .L.str.9 0x08013311 Data 11 app_zigbee.o(.rodata.str1.1) + .L.str.12 0x0801331c Data 31 app_zigbee.o(.rodata.str1.1) + .L.str.11 0x0801333b Data 36 app_zigbee.o(.rodata.str1.1) + .L.str.5 0x0801335f Data 33 app_zigbee.o(.rodata.str1.1) + .L.str.4 0x08013380 Data 31 app_zigbee.o(.rodata.str1.1) + .L.str.24 0x0801339f Data 17 app_zigbee.o(.rodata.str1.1) + .L.str.29 0x080133b0 Data 28 app_zigbee.o(.rodata.str1.1) + .L.str.19 0x080133cc Data 22 app_zigbee.o(.rodata.str1.1) + .L.str.22 0x080133e2 Data 7 app_zigbee.o(.rodata.str1.1) + .L.str.20 0x080133e9 Data 27 app_zigbee.o(.rodata.str1.1) + .L.str.21 0x08013404 Data 27 app_zigbee.o(.rodata.str1.1) + .L.str.10 0x0801341f Data 20 app_zigbee.o(.rodata.str1.1) + .L.str.27 0x08013433 Data 19 app_zigbee.o(.rodata.str1.1) + .L.str.23 0x08013446 Data 27 app_zigbee.o(.rodata.str1.1) + .L.str.25 0x08013461 Data 16 app_zigbee.o(.rodata.str1.1) + .L.str 0x08013471 Data 16 app_zigbee.o(.rodata.str1.1) + .L.str.2 0x08013481 Data 27 app_zigbee.o(.rodata.str1.1) + .L.str.30 0x0801349c Data 35 app_zigbee.o(.rodata.str1.1) + .L.str.31 0x080134bf Data 32 app_zigbee.o(.rodata.str1.1) + .L.str 0x080134de Data 1 app_zigbee.o(.rodata.str1.1) + .L.str 0x080134de Data 1 app_zigbee.o(.rodata.str1.1) + .L.str 0x080134de Data 1 app_zigbee.o(.rodata.str1.1) + .L.str 0x080134de Data 1 app_zigbee.o(.rodata.str1.1) + .L.str.2 0x080134de Data 1 app_zigbee.o(.rodata.str1.1) + .L.str 0x080134df Data 6 dbg_trace.o(.rodata.str1.1) + .L.str.1 0x080134df Data 23 dbg_trace.o(.rodata.str1.1) + [Anonymous Symbol] 0x080134df Section 0 dbg_trace.o(.rodata.str1.1) + .L.str.2 0x080134f6 Data 8 dbg_trace.o(.rodata.str1.1) + .L.str.3 0x080134fe Data 8 dbg_trace.o(.rodata.str1.1) + .L.str.7 0x0801350c Data 21 zigbee_core_wb.o(.rodata.str1.1) + [Anonymous Symbol] 0x0801350c Section 0 zigbee_core_wb.o(.rodata.str1.1) + .L.str.3 0x08013521 Data 26 zigbee_core_wb.o(.rodata.str1.1) + .L.str.9 0x0801353b Data 20 zigbee_core_wb.o(.rodata.str1.1) + .L.str.5 0x0801354f Data 26 zigbee_core_wb.o(.rodata.str1.1) + .L.str 0x08013569 Data 20 zigbee_core_wb.o(.rodata.str1.1) + .L.str.4 0x0801357d Data 26 zigbee_core_wb.o(.rodata.str1.1) + .L.str.6 0x08013597 Data 26 zigbee_core_wb.o(.rodata.str1.1) + .L.str.8 0x080135b1 Data 12 zigbee_core_wb.o(.rodata.str1.1) + .L.str.1 0x080135bd Data 119 zigbee_core_wb.o(.rodata.str1.1) + va_null 0x08013634 Data 4 zigbee_core_wb.o(.rodata.va_null) + [Anonymous Symbol] 0x08013634 Section 0 zigbee_core_wb.o(.rodata.va_null) + zcl_attr_cluster_mandatory_revision 0x08013838 Data 40 zcl_cluster_init.o(.rodata.zcl_attr_cluster_mandatory_revision) + [Anonymous Symbol] 0x08013838 Section 0 zcl_cluster_init.o(.rodata.zcl_attr_cluster_mandatory_revision) + zcl_onoff_server_attr_list 0x08013860 Data 40 zcl_onoff_server.o(.rodata.zcl_onoff_server_attr_list) + [Anonymous Symbol] 0x08013860 Section 0 zcl_onoff_server.o(.rodata.zcl_onoff_server_attr_list) + .data 0x20000008 Section 4 stderr.o(.data) + .data 0x2000000c Section 4 stdout.o(.data) + .data 0x20000010 Section 4 mvars.o(.data) + .data 0x20000014 Section 4 mvars.o(.data) + APP_ZIGBEE_slave_try_rejoin 0x20000018 Data 1 app_zigbee.o(.data.APP_ZIGBEE_slave_try_rejoin) + [Anonymous Symbol] 0x20000018 Section 0 app_zigbee.o(.data.APP_ZIGBEE_slave_try_rejoin) + OnOffServerCallbacks_1 0x20000038 Data 12 app_zigbee.o(.data.OnOffServerCallbacks_1) + [Anonymous Symbol] 0x20000038 Section 0 app_zigbee.o(.data.OnOffServerCallbacks_1) + SuperMask 0x20000044 Data 4 stm32_seq.o(.data.SuperMask) + [Anonymous Symbol] 0x20000044 Section 0 stm32_seq.o(.data.SuperMask) + TaskMask 0x2000004c Data 4 stm32_seq.o(.data.TaskMask) + [Anonymous Symbol] 0x2000004c Section 0 stm32_seq.o(.data.TaskMask) + SHciAsynchEventQueue 0x200000b0 Data 8 shci_tl.o(SYSTEM_DRIVER_CONTEXT) + [Anonymous Symbol] 0x200000b0 Section 0 shci_tl.o(SYSTEM_DRIVER_CONTEXT) + pCmdBuffer 0x200000bc Data 4 shci_tl.o(SYSTEM_DRIVER_CONTEXT) + SHCICmdStatus 0x200000c0 Data 1 shci_tl.o(SYSTEM_DRIVER_CONTEXT) + APP_ZIGBEE_join_watchdog_start_ms 0x200000c8 Data 4 app_zigbee.o(.bss.APP_ZIGBEE_join_watchdog_start_ms) + [Anonymous Symbol] 0x200000c8 Section 0 app_zigbee.o(.bss.APP_ZIGBEE_join_watchdog_start_ms) + APP_ZIGBEE_last_permit_join_ms 0x200000cc Data 4 app_zigbee.o(.bss.APP_ZIGBEE_last_permit_join_ms) + [Anonymous Symbol] 0x200000cc Section 0 app_zigbee.o(.bss.APP_ZIGBEE_last_permit_join_ms) + APP_ZIGBEE_last_rejoin_ms 0x200000d0 Data 4 app_zigbee.o(.bss.APP_ZIGBEE_last_rejoin_ms) + [Anonymous Symbol] 0x200000d0 Section 0 app_zigbee.o(.bss.APP_ZIGBEE_last_rejoin_ms) + APP_ZIGBEE_slave_report_payload 0x200000d4 Data 8 app_zigbee.o(.bss.APP_ZIGBEE_slave_report_payload) + [Anonymous Symbol] 0x200000d4 Section 0 app_zigbee.o(.bss.APP_ZIGBEE_slave_report_payload) + APP_ZIGBEE_slave_report_tx_pending 0x200000dc Data 1 app_zigbee.o(.bss.APP_ZIGBEE_slave_report_tx_pending) + [Anonymous Symbol] 0x200000dc Section 0 app_zigbee.o(.bss.APP_ZIGBEE_slave_report_tx_pending) + APP_ZIGBEE_tx_fail_streak 0x200000e0 Data 4 app_zigbee.o(.bss.APP_ZIGBEE_tx_fail_streak) + [Anonymous Symbol] 0x200000e0 Section 0 app_zigbee.o(.bss.APP_ZIGBEE_tx_fail_streak) + AsynchPrescalerUserConfig 0x200000e4 Data 1 hw_timerserver.o(.bss.AsynchPrescalerUserConfig) + [Anonymous Symbol] 0x200000e4 Section 0 hw_timerserver.o(.bss.AsynchPrescalerUserConfig) + BLE_IoBusAclDataTxAck 0x200000e8 Data 4 tl_mbox.o(.bss.BLE_IoBusAclDataTxAck) + [Anonymous Symbol] 0x200000e8 Section 0 tl_mbox.o(.bss.BLE_IoBusAclDataTxAck) + BLE_IoBusEvtCallBackFunction 0x200000ec Data 4 tl_mbox.o(.bss.BLE_IoBusEvtCallBackFunction) + [Anonymous Symbol] 0x200000ec Section 0 tl_mbox.o(.bss.BLE_IoBusEvtCallBackFunction) + CmdRspStatusFlag 0x200000f0 Data 1 shci_tl.o(.bss.CmdRspStatusFlag) + [Anonymous Symbol] 0x200000f0 Section 0 shci_tl.o(.bss.CmdRspStatusFlag) + CommandString 0x200000f1 Data 256 app_entry.o(.bss.CommandString) + [Anonymous Symbol] 0x200000f1 Section 0 app_entry.o(.bss.CommandString) + CptReceiveNotifyFromM0 0x200001f4 Data 4 app_zigbee.o(.bss.CptReceiveNotifyFromM0) + [Anonymous Symbol] 0x200001f4 Section 0 app_zigbee.o(.bss.CptReceiveNotifyFromM0) + CptReceiveRequestFromM0 0x200001f8 Data 4 app_zigbee.o(.bss.CptReceiveRequestFromM0) + [Anonymous Symbol] 0x200001f8 Section 0 app_zigbee.o(.bss.CptReceiveRequestFromM0) + CurrentRunningTimerID 0x200001fc Data 1 hw_timerserver.o(.bss.CurrentRunningTimerID) + [Anonymous Symbol] 0x200001fc Section 0 hw_timerserver.o(.bss.CurrentRunningTimerID) + CurrentTaskIdx 0x20000200 Data 4 stm32_seq.o(.bss.CurrentTaskIdx) + [Anonymous Symbol] 0x20000200 Section 0 stm32_seq.o(.bss.CurrentTaskIdx) + EvtSet 0x20000204 Data 4 stm32_seq.o(.bss.EvtSet) + [Anonymous Symbol] 0x20000204 Section 0 stm32_seq.o(.bss.EvtSet) + EvtWaited 0x20000208 Data 4 stm32_seq.o(.bss.EvtWaited) + [Anonymous Symbol] 0x20000208 Section 0 stm32_seq.o(.bss.EvtWaited) + FreeBufCb 0x2000020c Data 4 hw_ipcc.o(.bss.FreeBufCb) + [Anonymous Symbol] 0x2000020c Section 0 hw_ipcc.o(.bss.FreeBufCb) + LocalFreeBufQueue 0x20000220 Data 8 tl_mbox.o(.bss.LocalFreeBufQueue) + [Anonymous Symbol] 0x20000220 Section 0 tl_mbox.o(.bss.LocalFreeBufQueue) + MaxWakeupTimerSetup 0x20000228 Data 2 hw_timerserver.o(.bss.MaxWakeupTimerSetup) + [Anonymous Symbol] 0x20000228 Section 0 hw_timerserver.o(.bss.MaxWakeupTimerSetup) + MsgDbgTraceQueue 0x2000022c Data 32 dbg_trace.o(.bss.MsgDbgTraceQueue) + [Anonymous Symbol] 0x2000022c Section 0 dbg_trace.o(.bss.MsgDbgTraceQueue) + MsgDbgTraceQueueBuff 0x2000024c Data 4096 dbg_trace.o(.bss.MsgDbgTraceQueueBuff) + [Anonymous Symbol] 0x2000024c Section 0 dbg_trace.o(.bss.MsgDbgTraceQueueBuff) + OffModeDisable 0x2000124c Data 4 stm32_lpm.o(.bss.OffModeDisable) + [Anonymous Symbol] 0x2000124c Section 0 stm32_lpm.o(.bss.OffModeDisable) + PreviousRunningTimerID 0x20001250 Data 1 hw_timerserver.o(.bss.PreviousRunningTimerID) + [Anonymous Symbol] 0x20001250 Section 0 hw_timerserver.o(.bss.PreviousRunningTimerID) + SSRValueOnLastSetup 0x20001254 Data 4 hw_timerserver.o(.bss.SSRValueOnLastSetup) + [Anonymous Symbol] 0x20001254 Section 0 hw_timerserver.o(.bss.SSRValueOnLastSetup) + SYS_CMD_IoBusCallBackFunction 0x20001258 Data 4 tl_mbox.o(.bss.SYS_CMD_IoBusCallBackFunction) + [Anonymous Symbol] 0x20001258 Section 0 tl_mbox.o(.bss.SYS_CMD_IoBusCallBackFunction) + SYS_EVT_IoBusCallBackFunction 0x2000125c Data 4 tl_mbox.o(.bss.SYS_EVT_IoBusCallBackFunction) + [Anonymous Symbol] 0x2000125c Section 0 tl_mbox.o(.bss.SYS_EVT_IoBusCallBackFunction) + StatusNotCallBackFunction 0x20001260 Data 4 shci_tl.o(.bss.StatusNotCallBackFunction) + [Anonymous Symbol] 0x20001260 Section 0 shci_tl.o(.bss.StatusNotCallBackFunction) + StopModeDisable 0x20001264 Data 4 stm32_lpm.o(.bss.StopModeDisable) + [Anonymous Symbol] 0x20001264 Section 0 stm32_lpm.o(.bss.StopModeDisable) + SynchPrescalerUserConfig 0x20001268 Data 2 hw_timerserver.o(.bss.SynchPrescalerUserConfig) + [Anonymous Symbol] 0x20001268 Section 0 hw_timerserver.o(.bss.SynchPrescalerUserConfig) + TL_MM_Init.p_mem_manager_table 0x2000126c Data 4 tl_mbox.o(.bss.TL_MM_Init.p_mem_manager_table) + [Anonymous Symbol] 0x2000126c Section 0 tl_mbox.o(.bss.TL_MM_Init.p_mem_manager_table) + TaskCb 0x20001270 Data 128 stm32_seq.o(.bss.TaskCb) + [Anonymous Symbol] 0x20001270 Section 0 stm32_seq.o(.bss.TaskCb) + TaskClearList 0x200012f0 Data 4 stm32_seq.o(.bss.TaskClearList) + [Anonymous Symbol] 0x200012f0 Section 0 stm32_seq.o(.bss.TaskClearList) + TaskPrio 0x200012f4 Data 16 stm32_seq.o(.bss.TaskPrio) + [Anonymous Symbol] 0x200012f4 Section 0 stm32_seq.o(.bss.TaskPrio) + TaskSet 0x20001304 Data 4 stm32_seq.o(.bss.TaskSet) + [Anonymous Symbol] 0x20001304 Section 0 stm32_seq.o(.bss.TaskSet) + WakeupTimerDivider 0x20001308 Data 1 hw_timerserver.o(.bss.WakeupTimerDivider) + [Anonymous Symbol] 0x20001308 Section 0 hw_timerserver.o(.bss.WakeupTimerDivider) + WakeupTimerLimitation 0x20001309 Data 1 hw_timerserver.o(.bss.WakeupTimerLimitation) + [Anonymous Symbol] 0x20001309 Section 0 hw_timerserver.o(.bss.WakeupTimerLimitation) + aRxBuffer 0x2000130a Data 8 app_entry.o(.bss.aRxBuffer) + [Anonymous Symbol] 0x2000130a Section 0 app_entry.o(.bss.aRxBuffer) + aTimerContext 0x20001314 Data 144 hw_timerserver.o(.bss.aTimerContext) + [Anonymous Symbol] 0x20001314 Section 0 hw_timerserver.o(.bss.aTimerContext) + indexReceiveChar 0x200015f8 Data 2 app_entry.o(.bss.indexReceiveChar) + [Anonymous Symbol] 0x200015f8 Section 0 app_entry.o(.bss.indexReceiveChar) + p_ZIGBEE_notif_M0_to_M4 0x20001614 Data 4 app_zigbee.o(.bss.p_ZIGBEE_notif_M0_to_M4) + [Anonymous Symbol] 0x20001614 Section 0 app_zigbee.o(.bss.p_ZIGBEE_notif_M0_to_M4) + p_ZIGBEE_otcmdbuffer 0x20001618 Data 4 app_zigbee.o(.bss.p_ZIGBEE_otcmdbuffer) + [Anonymous Symbol] 0x20001618 Section 0 app_zigbee.o(.bss.p_ZIGBEE_otcmdbuffer) + p_ZIGBEE_request_M0_to_M4 0x2000161c Data 4 app_zigbee.o(.bss.p_ZIGBEE_request_M0_to_M4) + [Anonymous Symbol] 0x2000161c Section 0 app_zigbee.o(.bss.p_ZIGBEE_request_M0_to_M4) + shciContext 0x20001620 Data 32 shci_tl.o(.bss.shciContext) + [Anonymous Symbol] 0x20001620 Section 0 shci_tl.o(.bss.shciContext) + zb_ipc_globals 0x200016d0 Data 17 zigbee_core_wb.o(.bss.zb_ipc_globals) + [Anonymous Symbol] 0x200016d0 Section 0 zigbee_core_wb.o(.bss.zb_ipc_globals) + zb_msg_filter_cb_list 0x200016e4 Data 384 zigbee_core_wb.o(.bss.zb_msg_filter_cb_list) + [Anonymous Symbol] 0x200016e4 Section 0 zigbee_core_wb.o(.bss.zb_msg_filter_cb_list) + zb_persist_arg 0x20001864 Data 4 zigbee_core_wb.o(.bss.zb_persist_arg) + [Anonymous Symbol] 0x20001864 Section 0 zigbee_core_wb.o(.bss.zb_persist_arg) + zb_persist_cb 0x20001868 Data 4 zigbee_core_wb.o(.bss.zb_persist_cb) + [Anonymous Symbol] 0x20001868 Section 0 zigbee_core_wb.o(.bss.zb_persist_cb) + zdo_filter_cb_list 0x2000186c Data 96 zigbee_core_wb.o(.bss.zdo_filter_cb_list) + [Anonymous Symbol] 0x2000186c Section 0 zigbee_core_wb.o(.bss.zdo_filter_cb_list) + zdo_match_multi_arg 0x200018cc Data 4 zigbee_core_wb.o(.bss.zdo_match_multi_arg) + [Anonymous Symbol] 0x200018cc Section 0 zigbee_core_wb.o(.bss.zdo_match_multi_arg) + zdo_match_multi_cb 0x200018d0 Data 4 zigbee_core_wb.o(.bss.zdo_match_multi_cb) + [Anonymous Symbol] 0x200018d0 Section 0 zigbee_core_wb.o(.bss.zdo_match_multi_cb) + zigbee_app_info 0x200018d4 Data 28 app_zigbee.o(.bss.zigbee_app_info) + [Anonymous Symbol] 0x200018d4 Section 0 app_zigbee.o(.bss.zigbee_app_info) + zigbee_m4_tl_callbacks 0x200018f0 Data 4 zigbee_core_wb.o(.bss.zigbee_m4_tl_callbacks) + [Anonymous Symbol] 0x200018f0 Section 0 zigbee_core_wb.o(.bss.zigbee_m4_tl_callbacks) + HEAP 0x200018f8 Section 102400 startup_stm32wb55xx_cm4.o(HEAP) + STACK 0x2001a8f8 Section 4096 startup_stm32wb55xx_cm4.o(STACK) + TL_RefTable 0x20030000 Data 40 tl_mbox.o(MAPPING_TABLE) + [Anonymous Symbol] 0x20030000 Section 0 tl_mbox.o(MAPPING_TABLE) + ZigbeeConfigBuffer 0x20030028 Data 12 app_zigbee.o(MB_MEM1) + [Anonymous Symbol] 0x20030028 Section 0 app_zigbee.o(MB_MEM1) + TL_DeviceInfoTable 0x20030034 Data 32 tl_mbox.o(MB_MEM1) + [Anonymous Symbol] 0x20030034 Section 0 tl_mbox.o(MB_MEM1) + TL_BleTable 0x20030054 Data 16 tl_mbox.o(MB_MEM1) + TL_ThreadTable 0x20030064 Data 16 tl_mbox.o(MB_MEM1) + TL_LldTestsTable 0x20030074 Data 8 tl_mbox.o(MB_MEM1) + TL_BleLldTable 0x2003007c Data 8 tl_mbox.o(MB_MEM1) + TL_SysTable 0x20030084 Data 8 tl_mbox.o(MB_MEM1) + TL_MemManagerTable 0x2003008c Data 28 tl_mbox.o(MB_MEM1) + TL_TracesTable 0x200300a8 Data 4 tl_mbox.o(MB_MEM1) + TL_Mac_802_15_4_Table 0x200300ac Data 12 tl_mbox.o(MB_MEM1) + TL_Zigbee_Table 0x200300b8 Data 12 tl_mbox.o(MB_MEM1) + EvtQueue 0x200300c4 Data 8 tl_mbox.o(MB_MEM1) + SystemEvtQueue 0x200300cc Data 8 tl_mbox.o(MB_MEM1) + FreeBufQueue 0x200300d4 Data 8 tl_mbox.o(MB_MEM1) + TracesEvtQueue 0x200300dc Data 8 tl_mbox.o(MB_MEM1) + SystemCmdBuffer 0x200300e4 Data 267 app_entry.o(MB_MEM2) + [Anonymous Symbol] 0x200300e4 Section 0 app_entry.o(MB_MEM2) + SystemSpareEvtBuffer 0x200301f0 Data 266 app_entry.o(MB_MEM2) + EvtPool 0x200302fc Data 1340 app_entry.o(MB_MEM2) + ZigbeeOtCmdBuffer 0x20030838 Data 267 app_zigbee.o(MB_MEM2) + [Anonymous Symbol] 0x20030838 Section 0 app_zigbee.o(MB_MEM2) + ZigbeeNotifRspEvtBuffer 0x20030944 Data 266 app_zigbee.o(MB_MEM2) + ZigbeeNotifRequestBuffer 0x20030a50 Data 266 app_zigbee.o(MB_MEM2) + + Global Symbols + + Symbol Name Value Ov Type Size Object(Section) + + BuildAttributes$$THM_ISAv4$E$P$D$K$B$S$7EM$VFPi3$EXTD16$VFPS$VFMA$PE$A:L22UL41UL21$X:L11$S22US41US21$IEEE1$IW$~IW$USESV6$~STKCKD$USESV7$~SHL$OTIME$ROPI$EBA8$MICROLIB$REQ8$PRES8$EABIv2 0x00000000 Number 0 anon$$obj.o ABSOLUTE + HW_TS_RTC_CountUpdated_AppNot - Undefined Weak Reference + __cpp_initialize__aeabi_ - Undefined Weak Reference + __cxa_finalize - Undefined Weak Reference + _clock_init - Undefined Weak Reference + _microlib_exit - Undefined Weak Reference + __Vectors_Size 0x0000013c Number 0 startup_stm32wb55xx_cm4.o ABSOLUTE + __Vectors 0x08000000 Data 4 startup_stm32wb55xx_cm4.o(RESET) + __Vectors_End 0x0800013c Data 0 startup_stm32wb55xx_cm4.o(RESET) + __main 0x0800013d Thumb Code 0 entry.o(.ARM.Collect$$$$00000000) + _main_stk 0x0800013d Thumb Code 0 entry2.o(.ARM.Collect$$$$00000001) + _main_scatterload 0x08000141 Thumb Code 0 entry5.o(.ARM.Collect$$$$00000004) + __main_after_scatterload 0x08000145 Thumb Code 0 entry5.o(.ARM.Collect$$$$00000004) + _main_clock 0x08000145 Thumb Code 0 entry7b.o(.ARM.Collect$$$$00000008) + _main_cpp_init 0x08000145 Thumb Code 0 entry8b.o(.ARM.Collect$$$$0000000A) + _main_init 0x08000145 Thumb Code 0 entry9a.o(.ARM.Collect$$$$0000000B) + __rt_final_cpp 0x0800014d Thumb Code 0 entry10a.o(.ARM.Collect$$$$0000000D) + __rt_final_exit 0x0800014d Thumb Code 0 entry11a.o(.ARM.Collect$$$$0000000F) + Reset_Handler 0x08000151 Thumb Code 8 startup_stm32wb55xx_cm4.o(.text) + ADC1_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + AES1_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + AES2_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + COMP_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + CRS_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + DMA1_Channel3_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + DMA1_Channel4_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + DMA1_Channel5_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + DMA1_Channel6_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + DMA1_Channel7_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + DMA2_Channel1_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + DMA2_Channel2_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + DMA2_Channel3_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + DMA2_Channel4_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + DMA2_Channel5_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + DMA2_Channel6_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + DMA2_Channel7_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + DMAMUX1_OVR_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + EXTI15_10_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + EXTI2_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + EXTI3_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + EXTI9_5_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + I2C1_ER_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + I2C1_EV_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + I2C3_ER_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + I2C3_EV_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + LCD_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + LPTIM1_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + LPTIM2_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + PKA_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + QUADSPI_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + RNG_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + RTC_Alarm_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + SAI1_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + SPI1_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + SPI2_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + TAMP_STAMP_LSECSS_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + TIM1_BRK_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + TIM1_CC_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + TIM1_TRG_COM_TIM17_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + TIM1_UP_TIM16_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + TIM2_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + TSC_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + USB_HP_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + USB_LP_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + WWDG_IRQHandler 0x0800016b Thumb Code 0 startup_stm32wb55xx_cm4.o(.text) + __aeabi_uldivmod 0x08000175 Thumb Code 98 uldiv.o(.text) + __aeabi_memcpy 0x080001d7 Thumb Code 36 memcpya.o(.text) + __aeabi_memcpy4 0x080001d7 Thumb Code 0 memcpya.o(.text) + __aeabi_memcpy8 0x080001d7 Thumb Code 0 memcpya.o(.text) + __aeabi_memset 0x080001fb Thumb Code 14 memseta.o(.text) + __aeabi_memset4 0x080001fb Thumb Code 0 memseta.o(.text) + __aeabi_memset8 0x080001fb Thumb Code 0 memseta.o(.text) + __aeabi_memclr 0x08000209 Thumb Code 4 memseta.o(.text) + __aeabi_memclr4 0x08000209 Thumb Code 0 memseta.o(.text) + __aeabi_memclr8 0x08000209 Thumb Code 0 memseta.o(.text) + _memset$wrapper 0x0800020d Thumb Code 18 memseta.o(.text) + strstr 0x0800021f Thumb Code 36 strstr.o(.text) + strchr 0x08000243 Thumb Code 20 strchr.o(.text) + strcmp 0x08000257 Thumb Code 28 strcmp.o(.text) + strcpy 0x08000273 Thumb Code 18 strcpy.o(.text) + __aeabi_dadd 0x08000285 Thumb Code 322 dadd.o(.text) + __aeabi_dsub 0x080003c7 Thumb Code 6 dadd.o(.text) + __aeabi_drsub 0x080003cd Thumb Code 6 dadd.o(.text) + __aeabi_dmul 0x080003d3 Thumb Code 228 dmul.o(.text) + __aeabi_ddiv 0x080004b7 Thumb Code 222 ddiv.o(.text) + __aeabi_dcmplt 0x08000595 Thumb Code 54 dcmplt.o(.text) + __aeabi_dcmpge 0x080005cb Thumb Code 54 dcmpge.o(.text) + __aeabi_dcmpgt 0x08000601 Thumb Code 54 dcmpgt.o(.text) + __aeabi_dcmpeq 0x08000637 Thumb Code 56 dcmpeq.o(.text) + __aeabi_ui2d 0x0800066f Thumb Code 26 dfltui.o(.text) + __aeabi_l2d 0x08000689 Thumb Code 40 dfltl.o(.text) + __aeabi_ul2d 0x080006b1 Thumb Code 24 dfltul.o(.text) + __aeabi_d2iz 0x080006c9 Thumb Code 62 dfixi.o(.text) + __aeabi_d2uiz 0x08000707 Thumb Code 50 dfixui.o(.text) + __aeabi_d2lz 0x08000739 Thumb Code 74 dfixl.o(.text) + __aeabi_d2ulz 0x08000783 Thumb Code 48 dfixul.o(.text) + __aeabi_uidiv 0x080007b3 Thumb Code 0 uidiv.o(.text) + __aeabi_uidivmod 0x080007b3 Thumb Code 44 uidiv.o(.text) + __aeabi_llsl 0x080007df Thumb Code 30 llshl.o(.text) + _ll_shift_l 0x080007df Thumb Code 0 llshl.o(.text) + __aeabi_llsr 0x080007fd Thumb Code 32 llushr.o(.text) + _ll_ushift_r 0x080007fd Thumb Code 0 llushr.o(.text) + __aeabi_lasr 0x0800081d Thumb Code 36 llsshr.o(.text) + _ll_sshift_r 0x0800081d Thumb Code 0 llsshr.o(.text) + __I$use$fp 0x08000841 Thumb Code 0 iusefp.o(.text) + _double_round 0x08000841 Thumb Code 30 depilogue.o(.text) + _double_epilogue 0x0800085f Thumb Code 156 depilogue.o(.text) + __aeabi_cdrcmple 0x080008fd Thumb Code 48 cdrcmple.o(.text) + __scatterload 0x0800092d Thumb Code 38 init.o(.text) + __scatterload_rt2 0x0800092d Thumb Code 0 init.o(.text) + __decompress 0x0800095d Thumb Code 0 __dczerorl.o(.text) + __decompress0 0x0800095d Thumb Code 58 __dczerorl.o(.text) + APP_ZIGBEE_Error 0x08000e65 Thumb Code 28 app_zigbee.o(.text.APP_ZIGBEE_Error) + APP_ZIGBEE_Init 0x08000e81 Thumb Code 108 app_zigbee.o(.text.APP_ZIGBEE_Init) + APP_ZIGBEE_IsReady 0x08000eed Thumb Code 102 app_zigbee.o(.text.APP_ZIGBEE_IsReady) + APP_ZIGBEE_Process 0x0800129d Thumb Code 220 app_zigbee.o(.text.APP_ZIGBEE_Process) + APP_ZIGBEE_RegisterCmdBuffer 0x080013c1 Thumb Code 20 app_zigbee.o(.text.APP_ZIGBEE_RegisterCmdBuffer) + APP_ZIGBEE_SendSlaveReport 0x08001485 Thumb Code 280 app_zigbee.o(.text.APP_ZIGBEE_SendSlaveReport) + APP_ZIGBEE_TL_INIT 0x0800179d Thumb Code 46 app_zigbee.o(.text.APP_ZIGBEE_TL_INIT) + App_DebugOnSlaveReportTx 0x080018d9 Thumb Code 30 app_globals.o(.text.App_DebugOnSlaveReportTx) + App_DebugRefresh 0x080018f9 Thumb Code 128 app_globals.o(.text.App_DebugRefresh) + App_MakeSlaveReport 0x08001979 Thumb Code 110 app_globals.o(.text.App_MakeSlaveReport) + App_MasterAcceptReport 0x080019e9 Thumb Code 78 app_globals.o(.text.App_MasterAcceptReport) + App_SetRole 0x08001a39 Thumb Code 30 app_globals.o(.text.App_SetRole) + BSP_LED_Init 0x08001a59 Thumb Code 112 stm32wbxx_nucleo.o(.text.BSP_LED_Init) + BSP_LED_Off 0x08001ac9 Thumb Code 46 stm32wbxx_nucleo.o(.text.BSP_LED_Off) + BSP_LED_On 0x08001af9 Thumb Code 46 stm32wbxx_nucleo.o(.text.BSP_LED_On) + BSP_LED_Toggle 0x08001b29 Thumb Code 44 stm32wbxx_nucleo.o(.text.BSP_LED_Toggle) + BSP_PB_Init 0x08001b55 Thumb Code 256 stm32wbxx_nucleo.o(.text.BSP_PB_Init) + BusFault_Handler 0x08001c55 Thumb Code 4 stm32wbxx_it.o(.text.BusFault_Handler) + C2SEV_PWR_C2H_IRQHandler 0x08001c7d Thumb Code 2 stm32wbxx_it.o(.text.C2SEV_PWR_C2H_IRQHandler) + CircularQueue_Add 0x08001c81 Thumb Code 1224 stm_queue.o(.text.CircularQueue_Add) + CircularQueue_Init 0x08002149 Thumb Code 110 stm_queue.o(.text.CircularQueue_Init) + CircularQueue_Remove 0x080021b9 Thumb Code 516 stm_queue.o(.text.CircularQueue_Remove) + CircularQueue_Sense 0x080023bd Thumb Code 394 stm_queue.o(.text.CircularQueue_Sense) + DMA1_Channel1_IRQHandler 0x080025d5 Thumb Code 16 stm32wbxx_it.o(.text.DMA1_Channel1_IRQHandler) + DMA1_Channel2_IRQHandler 0x080025e5 Thumb Code 16 stm32wbxx_it.o(.text.DMA1_Channel2_IRQHandler) + DbgOutputInit 0x0800271d Thumb Code 8 app_entry.o(.text.DbgOutputInit) + DbgOutputTraces 0x08002725 Thumb Code 30 app_entry.o(.text.DbgOutputTraces) + DbgTraceInit 0x08002745 Thumb Code 44 dbg_trace.o(.text.DbgTraceInit) + DbgTraceWrite 0x08002771 Thumb Code 188 dbg_trace.o(.text.DbgTraceWrite) + DebugMon_Handler 0x080028a1 Thumb Code 2 stm32wbxx_it.o(.text.DebugMon_Handler) + EXTI0_IRQHandler 0x080028a5 Thumb Code 10 stm32wbxx_it.o(.text.EXTI0_IRQHandler) + EXTI1_IRQHandler 0x080028b1 Thumb Code 10 stm32wbxx_it.o(.text.EXTI1_IRQHandler) + EXTI4_IRQHandler 0x080028bd Thumb Code 10 stm32wbxx_it.o(.text.EXTI4_IRQHandler) + Error_Handler 0x080028c9 Thumb Code 14 main.o(.text.Error_Handler) + FLASH_IRQHandler 0x080028d9 Thumb Code 8 stm32wbxx_it.o(.text.FLASH_IRQHandler) + FLASH_PageErase 0x080028e1 Thumb Code 44 stm32wbxx_hal_flash_ex.o(.text.FLASH_PageErase) + FPU_IRQHandler 0x0800290d Thumb Code 2 stm32wbxx_it.o(.text.FPU_IRQHandler) + HAL_DBGMCU_EnableDBGSleepMode 0x08002911 Thumb Code 8 stm32wbxx_hal.o(.text.HAL_DBGMCU_EnableDBGSleepMode) + HAL_DMA_Abort 0x08002919 Thumb Code 184 stm32wbxx_hal_dma.o(.text.HAL_DMA_Abort) + HAL_DMA_Abort_IT 0x080029d1 Thumb Code 174 stm32wbxx_hal_dma.o(.text.HAL_DMA_Abort_IT) + HAL_DMA_IRQHandler 0x08002a81 Thumb Code 342 stm32wbxx_hal_dma.o(.text.HAL_DMA_IRQHandler) + HAL_DMA_Init 0x08002bd9 Thumb Code 346 stm32wbxx_hal_dma.o(.text.HAL_DMA_Init) + HAL_DMA_Start_IT 0x08002d35 Thumb Code 252 stm32wbxx_hal_dma.o(.text.HAL_DMA_Start_IT) + HAL_Delay 0x08002e31 Thumb Code 68 app_entry.o(.text.HAL_Delay) + HAL_EXTI_GenerateSWI 0x08002e75 Thumb Code 54 stm32wbxx_hal_exti.o(.text.HAL_EXTI_GenerateSWI) + HAL_FLASH_EndOfOperationCallback 0x08002ead Thumb Code 8 stm32wbxx_hal_flash.o(.text.HAL_FLASH_EndOfOperationCallback) + HAL_FLASH_IRQHandler 0x08002eb5 Thumb Code 432 stm32wbxx_hal_flash.o(.text.HAL_FLASH_IRQHandler) + HAL_FLASH_OperationErrorCallback 0x08003065 Thumb Code 8 stm32wbxx_hal_flash.o(.text.HAL_FLASH_OperationErrorCallback) + HAL_GPIO_EXTI_Callback 0x0800306d Thumb Code 48 app_entry.o(.text.HAL_GPIO_EXTI_Callback) + HAL_GPIO_EXTI_IRQHandler 0x0800309d Thumb Code 56 stm32wbxx_hal_gpio.o(.text.HAL_GPIO_EXTI_IRQHandler) + HAL_GPIO_Init 0x080030d5 Thumb Code 814 stm32wbxx_hal_gpio.o(.text.HAL_GPIO_Init) + HAL_GPIO_ReadPin 0x08003405 Thumb Code 46 stm32wbxx_hal_gpio.o(.text.HAL_GPIO_ReadPin) + HAL_GPIO_TogglePin 0x08003435 Thumb Code 38 stm32wbxx_hal_gpio.o(.text.HAL_GPIO_TogglePin) + HAL_GPIO_WritePin 0x0800345d Thumb Code 44 stm32wbxx_hal_gpio.o(.text.HAL_GPIO_WritePin) + HAL_GetTick 0x08003489 Thumb Code 12 stm32wbxx_hal.o(.text.HAL_GetTick) + HAL_GetTickFreq 0x08003495 Thumb Code 12 stm32wbxx_hal.o(.text.HAL_GetTickFreq) + HAL_GetTickPrio 0x080034a1 Thumb Code 12 stm32wbxx_hal.o(.text.HAL_GetTickPrio) + HAL_HSEM_FreeCallback 0x080034ad Thumb Code 8 stm32wbxx_hal_hsem.o(.text.HAL_HSEM_FreeCallback) + HAL_HSEM_IRQHandler 0x080034b5 Thumb Code 54 stm32wbxx_hal_hsem.o(.text.HAL_HSEM_IRQHandler) + HAL_IPCC_Init 0x080034ed Thumb Code 100 stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_Init) + HAL_IPCC_MspInit 0x08003551 Thumb Code 76 stm32wbxx_hal_msp.o(.text.HAL_IPCC_MspInit) + HAL_IPCC_RxCallback 0x0800359d Thumb Code 14 stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_RxCallback) + HAL_IPCC_TxCallback 0x080035ad Thumb Code 14 stm32wbxx_hal_ipcc.o(.text.HAL_IPCC_TxCallback) + HAL_IncTick 0x080035bd Thumb Code 26 stm32wbxx_hal.o(.text.HAL_IncTick) + HAL_Init 0x080035d9 Thumb Code 66 stm32wbxx_hal.o(.text.HAL_Init) + HAL_InitTick 0x0800361d Thumb Code 130 stm32wbxx_hal.o(.text.HAL_InitTick) + HAL_MspInit 0x080036a1 Thumb Code 144 stm32wbxx_hal_msp.o(.text.HAL_MspInit) + HAL_NVIC_ClearPendingIRQ 0x08003731 Thumb Code 20 stm32wbxx_hal_cortex.o(.text.HAL_NVIC_ClearPendingIRQ) + HAL_NVIC_DisableIRQ 0x08003745 Thumb Code 20 stm32wbxx_hal_cortex.o(.text.HAL_NVIC_DisableIRQ) + HAL_NVIC_EnableIRQ 0x08003759 Thumb Code 20 stm32wbxx_hal_cortex.o(.text.HAL_NVIC_EnableIRQ) + HAL_NVIC_SetPendingIRQ 0x0800376d Thumb Code 20 stm32wbxx_hal_cortex.o(.text.HAL_NVIC_SetPendingIRQ) + HAL_NVIC_SetPriority 0x08003781 Thumb Code 46 stm32wbxx_hal_cortex.o(.text.HAL_NVIC_SetPriority) + HAL_NVIC_SetPriorityGrouping 0x080037b1 Thumb Code 16 stm32wbxx_hal_cortex.o(.text.HAL_NVIC_SetPriorityGrouping) + HAL_NVIC_SystemReset 0x080037c1 Thumb Code 4 stm32wbxx_hal_cortex.o(.text.HAL_NVIC_SystemReset) + HAL_PWREx_GetVoltageRange 0x080037c5 Thumb Code 16 stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_GetVoltageRange) + HAL_PWREx_PVD_PVM_IRQHandler 0x080037d5 Thumb Code 78 stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_PVD_PVM_IRQHandler) + HAL_PWREx_PVM1Callback 0x08003825 Thumb Code 2 stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_PVM1Callback) + HAL_PWREx_PVM3Callback 0x08003829 Thumb Code 2 stm32wbxx_hal_pwr_ex.o(.text.HAL_PWREx_PVM3Callback) + HAL_PWR_EnableBkUpAccess 0x0800382d Thumb Code 18 stm32wbxx_hal_pwr.o(.text.HAL_PWR_EnableBkUpAccess) + HAL_PWR_PVDCallback 0x08003841 Thumb Code 2 stm32wbxx_hal_pwr.o(.text.HAL_PWR_PVDCallback) + HAL_RCCEx_PeriphCLKConfig 0x08003845 Thumb Code 800 stm32wbxx_hal_rcc_ex.o(.text.HAL_RCCEx_PeriphCLKConfig) + HAL_RCC_ClockConfig 0x08003b65 Thumb Code 744 stm32wbxx_hal_rcc.o(.text.HAL_RCC_ClockConfig) + HAL_RCC_GetHCLKFreq 0x08003e4d Thumb Code 42 stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetHCLKFreq) + HAL_RCC_GetPCLK1Freq 0x08003e79 Thumb Code 44 stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetPCLK1Freq) + HAL_RCC_GetPCLK2Freq 0x08003ea5 Thumb Code 44 stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetPCLK2Freq) + HAL_RCC_GetSysClockFreq 0x08003ed1 Thumb Code 280 stm32wbxx_hal_rcc.o(.text.HAL_RCC_GetSysClockFreq) + HAL_RCC_OscConfig 0x08003fe9 Thumb Code 2000 stm32wbxx_hal_rcc.o(.text.HAL_RCC_OscConfig) + HAL_RTCEx_SetWakeUpTimer_IT 0x080047b9 Thumb Code 474 stm32wbxx_hal_rtc_ex.o(.text.HAL_RTCEx_SetWakeUpTimer_IT) + HAL_RTC_Init 0x08004995 Thumb Code 280 stm32wbxx_hal_rtc.o(.text.HAL_RTC_Init) + HAL_RTC_MspInit 0x08004aad Thumb Code 128 stm32wbxx_hal_msp.o(.text.HAL_RTC_MspInit) + HAL_RTC_WaitForSynchro 0x08004b2d Thumb Code 88 stm32wbxx_hal_rtc.o(.text.HAL_RTC_WaitForSynchro) + HAL_SYSTICK_Config 0x08004b85 Thumb Code 16 stm32wbxx_hal_cortex.o(.text.HAL_SYSTICK_Config) + HAL_UARTEx_DisableFifoMode 0x08004b95 Thumb Code 124 stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_DisableFifoMode) + HAL_UARTEx_RxEventCallback 0x08004c11 Thumb Code 12 stm32wbxx_hal_uart.o(.text.HAL_UARTEx_RxEventCallback) + HAL_UARTEx_RxFifoFullCallback 0x08004c1d Thumb Code 8 stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_RxFifoFullCallback) + HAL_UARTEx_SetRxFifoThreshold 0x08004c25 Thumb Code 140 stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_SetRxFifoThreshold) + HAL_UARTEx_SetTxFifoThreshold 0x08004cb1 Thumb Code 140 stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_SetTxFifoThreshold) + HAL_UARTEx_TxFifoEmptyCallback 0x08004d3d Thumb Code 8 stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_TxFifoEmptyCallback) + HAL_UARTEx_WakeupCallback 0x08004d45 Thumb Code 8 stm32wbxx_hal_uart_ex.o(.text.HAL_UARTEx_WakeupCallback) + HAL_UART_ErrorCallback 0x08004d4d Thumb Code 8 stm32wbxx_hal_uart.o(.text.HAL_UART_ErrorCallback) + HAL_UART_IRQHandler 0x08004d55 Thumb Code 1430 stm32wbxx_hal_uart.o(.text.HAL_UART_IRQHandler) + HAL_UART_Init 0x080052ed Thumb Code 170 stm32wbxx_hal_uart.o(.text.HAL_UART_Init) + HAL_UART_MspInit 0x08005399 Thumb Code 446 stm32wbxx_hal_msp.o(.text.HAL_UART_MspInit) + HAL_UART_Receive_IT 0x08005559 Thumb Code 160 stm32wbxx_hal_uart.o(.text.HAL_UART_Receive_IT) + HAL_UART_RxCpltCallback 0x080055f9 Thumb Code 108 hw_uart.o(.text.HAL_UART_RxCpltCallback) + HAL_UART_Transmit_DMA 0x08005665 Thumb Code 264 stm32wbxx_hal_uart.o(.text.HAL_UART_Transmit_DMA) + HAL_UART_TxCpltCallback 0x0800576d Thumb Code 108 hw_uart.o(.text.HAL_UART_TxCpltCallback) + HAL_UART_TxHalfCpltCallback 0x080057d9 Thumb Code 8 stm32wbxx_hal_uart.o(.text.HAL_UART_TxHalfCpltCallback) + HSEM_IRQHandler 0x080057e1 Thumb Code 8 stm32wbxx_it.o(.text.HSEM_IRQHandler) + HW_IPCC_BLE_AclDataAckNot 0x080057e9 Thumb Code 24 tl_mbox.o(.text.HW_IPCC_BLE_AclDataAckNot) + HW_IPCC_BLE_RxEvtNot 0x08005851 Thumb Code 96 tl_mbox.o(.text.HW_IPCC_BLE_RxEvtNot) + HW_IPCC_Enable 0x080058b1 Thumb Code 40 hw_ipcc.o(.text.HW_IPCC_Enable) + HW_IPCC_Init 0x080058d9 Thumb Code 48 hw_ipcc.o(.text.HW_IPCC_Init) + HW_IPCC_MM_SendFreeBuf 0x08005955 Thumb Code 104 hw_ipcc.o(.text.HW_IPCC_MM_SendFreeBuf) + HW_IPCC_Rx_Handler 0x080059bd Thumb Code 230 hw_ipcc.o(.text.HW_IPCC_Rx_Handler) + HW_IPCC_SYS_CmdEvtNot 0x08005add Thumb Code 46 tl_mbox.o(.text.HW_IPCC_SYS_CmdEvtNot) + HW_IPCC_SYS_EvtNot 0x08005b25 Thumb Code 64 tl_mbox.o(.text.HW_IPCC_SYS_EvtNot) + HW_IPCC_SYS_Init 0x08005b65 Thumb Code 50 hw_ipcc.o(.text.HW_IPCC_SYS_Init) + HW_IPCC_SYS_SendCmd 0x08005b99 Thumb Code 62 hw_ipcc.o(.text.HW_IPCC_SYS_SendCmd) + HW_IPCC_TRACES_EvtNot 0x08005bf1 Thumb Code 48 tl_mbox.o(.text.HW_IPCC_TRACES_EvtNot) + HW_IPCC_TRACES_Init 0x08005c21 Thumb Code 50 hw_ipcc.o(.text.HW_IPCC_TRACES_Init) + HW_IPCC_Tx_Handler 0x08005c55 Thumb Code 184 hw_ipcc.o(.text.HW_IPCC_Tx_Handler) + HW_IPCC_ZIGBEE_Init 0x08005d45 Thumb Code 60 hw_ipcc.o(.text.HW_IPCC_ZIGBEE_Init) + HW_IPCC_ZIGBEE_RecvAppliAckFromM0 0x08005d81 Thumb Code 20 tl_mbox.o(.text.HW_IPCC_ZIGBEE_RecvAppliAckFromM0) + HW_IPCC_ZIGBEE_RecvM0NotifyToM4 0x08005d95 Thumb Code 20 tl_mbox.o(.text.HW_IPCC_ZIGBEE_RecvM0NotifyToM4) + HW_IPCC_ZIGBEE_RecvM0RequestToM4 0x08005da9 Thumb Code 20 tl_mbox.o(.text.HW_IPCC_ZIGBEE_RecvM0RequestToM4) + HW_IPCC_ZIGBEE_SendM4AckToM0Notify 0x08005dbd Thumb Code 62 hw_ipcc.o(.text.HW_IPCC_ZIGBEE_SendM4AckToM0Notify) + HW_IPCC_ZIGBEE_SendM4AckToM0Request 0x08005dfd Thumb Code 62 hw_ipcc.o(.text.HW_IPCC_ZIGBEE_SendM4AckToM0Request) + HW_IPCC_ZIGBEE_SendM4RequestToM0 0x08005e3d Thumb Code 62 hw_ipcc.o(.text.HW_IPCC_ZIGBEE_SendM4RequestToM0) + HW_TS_Init 0x08005eed Thumb Code 498 hw_timerserver.o(.text.HW_TS_Init) + HW_TS_RTC_Int_AppNot 0x080060e1 Thumb Code 20 hw_timerserver.o(.text.HW_TS_RTC_Int_AppNot) + HW_TS_RTC_Wakeup_Handler 0x080060f5 Thumb Code 438 hw_timerserver.o(.text.HW_TS_RTC_Wakeup_Handler) + HW_TS_Start 0x080062ad Thumb Code 274 hw_timerserver.o(.text.HW_TS_Start) + HW_TS_Stop 0x080063c1 Thumb Code 336 hw_timerserver.o(.text.HW_TS_Stop) + HW_UART_Receive_IT 0x08006511 Thumb Code 134 hw_uart.o(.text.HW_UART_Receive_IT) + HW_UART_Transmit_DMA 0x08006599 Thumb Code 204 hw_uart.o(.text.HW_UART_Transmit_DMA) + HardFault_Handler 0x08006665 Thumb Code 4 stm32wbxx_it.o(.text.HardFault_Handler) + Hardware_GetTickMs 0x08006669 Thumb Code 8 hardware.o(.text.Hardware_GetTickMs) + Hardware_Init 0x08006671 Thumb Code 102 hardware.o(.text.Hardware_Init) + Hardware_ReadAnalogRaw 0x080066d9 Thumb Code 4 hardware.o(.text.Hardware_ReadAnalogRaw) + Hardware_ReadButton 0x080066dd Thumb Code 104 hardware.o(.text.Hardware_ReadButton) + Hardware_ReadRoleSwitchIsMaster 0x08006745 Thumb Code 4 hardware.o(.text.Hardware_ReadRoleSwitchIsMaster) + Hardware_SetRoleLed 0x08006749 Thumb Code 46 hardware.o(.text.Hardware_SetRoleLed) + IPCC_C1_RX_IRQHandler 0x08006779 Thumb Code 8 stm32wbxx_it.o(.text.IPCC_C1_RX_IRQHandler) + IPCC_C1_TX_IRQHandler 0x08006781 Thumb Code 8 stm32wbxx_it.o(.text.IPCC_C1_TX_IRQHandler) + IPCC_Reset_Register 0x08006789 Thumb Code 28 stm32wbxx_hal_ipcc.o(.text.IPCC_Reset_Register) + IPCC_SetDefaultCallbacks 0x080067a5 Thumb Code 68 stm32wbxx_hal_ipcc.o(.text.IPCC_SetDefaultCallbacks) + Init_Exti 0x08006809 Thumb Code 10 app_entry.o(.text.Init_Exti) + Init_Smps 0x08006839 Thumb Code 2 app_entry.o(.text.Init_Smps) + LPUART1_IRQHandler 0x0800726d Thumb Code 16 stm32wbxx_it.o(.text.LPUART1_IRQHandler) + LST_init_head 0x0800727d Thumb Code 16 stm_list.o(.text.LST_init_head) + LST_insert_head 0x0800728d Thumb Code 64 stm_list.o(.text.LST_insert_head) + LST_insert_tail 0x080072cd Thumb Code 64 stm_list.o(.text.LST_insert_tail) + LST_is_empty 0x0800730d Thumb Code 66 stm_list.o(.text.LST_is_empty) + LST_remove_head 0x08007351 Thumb Code 56 stm_list.o(.text.LST_remove_head) + LST_remove_node 0x08007389 Thumb Code 52 stm_list.o(.text.LST_remove_node) + MX_APPE_Config 0x08007515 Thumb Code 30 app_entry.o(.text.MX_APPE_Config) + MX_APPE_Init 0x08007535 Thumb Code 54 app_entry.o(.text.MX_APPE_Init) + MX_APPE_Process 0x0800756d Thumb Code 16 app_entry.o(.text.MX_APPE_Process) + MX_USART1_UART_Init 0x08007655 Thumb Code 144 main.o(.text.MX_USART1_UART_Init) + MemManage_Handler 0x080076e5 Thumb Code 4 stm32wbxx_it.o(.text.MemManage_Handler) + NMI_Handler 0x080076e9 Thumb Code 4 stm32wbxx_it.o(.text.NMI_Handler) + OTP_Read 0x08007759 Thumb Code 98 otp.o(.text.OTP_Read) + PVD_PVM_IRQHandler 0x080078d5 Thumb Code 8 stm32wbxx_it.o(.text.PVD_PVM_IRQHandler) + PWR_SOTF_BLEACT_802ACT_RFPHASE_IRQHandler 0x080078dd Thumb Code 2 stm32wbxx_it.o(.text.PWR_SOTF_BLEACT_802ACT_RFPHASE_IRQHandler) + PendSV_Handler 0x080078e1 Thumb Code 2 stm32wbxx_it.o(.text.PendSV_Handler) + PeriphCommonClock_Config 0x080078e5 Thumb Code 54 main.o(.text.PeriphCommonClock_Config) + Post_ZigbeeCmdProcessing 0x0800791d Thumb Code 2 tl_zigbee_hci.o(.text.Post_ZigbeeCmdProcessing) + Pre_ZigbeeCmdProcessing 0x08007921 Thumb Code 10 app_zigbee.o(.text.Pre_ZigbeeCmdProcessing) + RCC_IRQHandler 0x08007b55 Thumb Code 2 stm32wbxx_it.o(.text.RCC_IRQHandler) + RTC_EnterInitMode 0x08007cd9 Thumb Code 132 stm32wbxx_hal_rtc.o(.text.RTC_EnterInitMode) + RTC_ExitInitMode 0x08007d5d Thumb Code 74 stm32wbxx_hal_rtc.o(.text.RTC_ExitInitMode) + RTC_WKUP_IRQHandler 0x08007da9 Thumb Code 8 stm32wbxx_it.o(.text.RTC_WKUP_IRQHandler) + SEQ_BitPosition 0x080081b9 Thumb Code 48 stm32_seq.o(.text.SEQ_BitPosition) + SHCI_C2_ZIGBEE_Init 0x080081e9 Thumb Code 30 shci.o(.text.SHCI_C2_ZIGBEE_Init) + SHCI_GetWirelessFwInfo 0x08008209 Thumb Code 292 shci.o(.text.SHCI_GetWirelessFwInfo) + SVC_Handler 0x0800832d Thumb Code 2 stm32wbxx_it.o(.text.SVC_Handler) + SlaveInputs_ClearChanges 0x0800836d Thumb Code 58 slave_inputs.o(.text.SlaveInputs_ClearChanges) + SlaveInputs_Init 0x080083a9 Thumb Code 132 slave_inputs.o(.text.SlaveInputs_Init) + SlaveInputs_Process 0x0800842d Thumb Code 250 slave_inputs.o(.text.SlaveInputs_Process) + SysTick_Handler 0x0800857d Thumb Code 8 stm32wbxx_it.o(.text.SysTick_Handler) + SystemClock_Config 0x08008585 Thumb Code 158 main.o(.text.SystemClock_Config) + SystemInit 0x08008625 Thumb Code 126 system_stm32wbxx.o(.text.SystemInit) + TL_Enable 0x080086e5 Thumb Code 8 tl_mbox.o(.text.TL_Enable) + TL_Init 0x080086ed Thumb Code 116 tl_mbox.o(.text.TL_Init) + TL_MM_EvtDone 0x08008761 Thumb Code 44 tl_mbox.o(.text.TL_MM_EvtDone) + TL_MM_Init 0x0800878d Thumb Code 110 tl_mbox.o(.text.TL_MM_Init) + TL_SYS_Init 0x080087fd Thumb Code 88 tl_mbox.o(.text.TL_SYS_Init) + TL_SYS_SendCmd 0x08008855 Thumb Code 46 tl_mbox.o(.text.TL_SYS_SendCmd) + TL_TRACES_EvtReceived 0x08008885 Thumb Code 32 app_entry.o(.text.TL_TRACES_EvtReceived) + TL_TRACES_Init 0x080088a5 Thumb Code 40 tl_mbox.o(.text.TL_TRACES_Init) + TL_ZIGBEE_CmdEvtReceived 0x080088cd Thumb Code 14 app_zigbee.o(.text.TL_ZIGBEE_CmdEvtReceived) + TL_ZIGBEE_Init 0x080088dd Thumb Code 50 tl_mbox.o(.text.TL_ZIGBEE_Init) + TL_ZIGBEE_M0RequestReceived 0x08008911 Thumb Code 44 app_zigbee.o(.text.TL_ZIGBEE_M0RequestReceived) + TL_ZIGBEE_NotReceived 0x0800893d Thumb Code 26 app_zigbee.o(.text.TL_ZIGBEE_NotReceived) + TL_ZIGBEE_SendM4AckToM0Notify 0x08008959 Thumb Code 24 tl_mbox.o(.text.TL_ZIGBEE_SendM4AckToM0Notify) + TL_ZIGBEE_SendM4AckToM0Request 0x08008971 Thumb Code 24 tl_mbox.o(.text.TL_ZIGBEE_SendM4AckToM0Request) + TL_ZIGBEE_SendM4RequestToM0 0x08008989 Thumb Code 24 tl_mbox.o(.text.TL_ZIGBEE_SendM4RequestToM0) + UART_AdvFeatureConfig 0x08008ac5 Thumb Code 328 stm32wbxx_hal_uart.o(.text.UART_AdvFeatureConfig) + UART_CheckIdleState 0x08008c0d Thumb Code 326 stm32wbxx_hal_uart.o(.text.UART_CheckIdleState) + UART_SetConfig 0x080098d9 Thumb Code 1042 stm32wbxx_hal_uart.o(.text.UART_SetConfig) + UART_Start_Receive_IT 0x08009ced Thumb Code 546 stm32wbxx_hal_uart.o(.text.UART_Start_Receive_IT) + UART_WaitOnFlagUntilTimeout 0x08009f11 Thumb Code 268 stm32wbxx_hal_uart.o(.text.UART_WaitOnFlagUntilTimeout) + USART1_IRQHandler 0x0800a01d Thumb Code 16 stm32wbxx_it.o(.text.USART1_IRQHandler) + UTIL_LPM_Init 0x0800a02d Thumb Code 24 stm32_lpm.o(.text.UTIL_LPM_Init) + UTIL_LPM_SetOffMode 0x0800a045 Thumb Code 98 stm32_lpm.o(.text.UTIL_LPM_SetOffMode) + UTIL_LPM_SetStopMode 0x0800a0a9 Thumb Code 98 stm32_lpm.o(.text.UTIL_LPM_SetStopMode) + UTIL_SEQ_CatchWarning 0x0800a10d Thumb Code 10 stm32_seq.o(.text.UTIL_SEQ_CatchWarning) + UTIL_SEQ_EvtIdle 0x0800a119 Thumb Code 84 app_entry.o(.text.UTIL_SEQ_EvtIdle) + UTIL_SEQ_Idle 0x0800a16d Thumb Code 2 app_entry.o(.text.UTIL_SEQ_Idle) + UTIL_SEQ_PostIdle 0x0800a171 Thumb Code 2 stm32_seq.o(.text.UTIL_SEQ_PostIdle) + UTIL_SEQ_PostTask 0x0800a175 Thumb Code 8 stm32_seq.o(.text.UTIL_SEQ_PostTask) + UTIL_SEQ_PreIdle 0x0800a17d Thumb Code 2 stm32_seq.o(.text.UTIL_SEQ_PreIdle) + UTIL_SEQ_PreTask 0x0800a181 Thumb Code 8 stm32_seq.o(.text.UTIL_SEQ_PreTask) + UTIL_SEQ_RegTask 0x0800a189 Thumb Code 68 stm32_seq.o(.text.UTIL_SEQ_RegTask) + UTIL_SEQ_Run 0x0800a1cd Thumb Code 966 stm32_seq.o(.text.UTIL_SEQ_Run) + UTIL_SEQ_SetEvt 0x0800a595 Thumb Code 52 stm32_seq.o(.text.UTIL_SEQ_SetEvt) + UTIL_SEQ_SetTask 0x0800a5c9 Thumb Code 76 stm32_seq.o(.text.UTIL_SEQ_SetTask) + UTIL_SEQ_WaitEvt 0x0800a615 Thumb Code 168 stm32_seq.o(.text.UTIL_SEQ_WaitEvt) + UsageFault_Handler 0x0800a8d5 Thumb Code 4 stm32wbxx_it.o(.text.UsageFault_Handler) + WpanCrc 0x0800a8e5 Thumb Code 72 zigbee_core_wb.o(.text.WpanCrc) + ZIGBEE_CmdTransfer 0x0800a92d Thumb Code 54 app_zigbee.o(.text.ZIGBEE_CmdTransfer) + ZIGBEE_Get_M0RequestPayloadBuffer 0x0800a965 Thumb Code 14 app_zigbee.o(.text.ZIGBEE_Get_M0RequestPayloadBuffer) + ZIGBEE_Get_NotificationPayloadBuffer 0x0800a975 Thumb Code 14 app_zigbee.o(.text.ZIGBEE_Get_NotificationPayloadBuffer) + ZIGBEE_Get_OTCmdPayloadBuffer 0x0800a985 Thumb Code 14 app_zigbee.o(.text.ZIGBEE_Get_OTCmdPayloadBuffer) + ZIGBEE_Get_OTCmdRspPayloadBuffer 0x0800a995 Thumb Code 14 app_zigbee.o(.text.ZIGBEE_Get_OTCmdRspPayloadBuffer) + ZbApsAddrIsBcast 0x0800a9a5 Thumb Code 84 zigbee_core_wb.o(.text.ZbApsAddrIsBcast) + ZbApsAddrIsLocal 0x0800a9f9 Thumb Code 120 zigbee_core_wb.o(.text.ZbApsAddrIsLocal) + ZbApsBindSrcExists 0x0800aa71 Thumb Code 158 zigbee_core_wb.o(.text.ZbApsBindSrcExists) + ZbApsFilterClusterAdd 0x0800ab11 Thumb Code 160 zigbee_core_wb.o(.text.ZbApsFilterClusterAdd) + ZbApsGetIndex 0x0800abb1 Thumb Code 90 zigbee_core_wb.o(.text.ZbApsGetIndex) + ZbApsdeDataReqCallback 0x0800ac0d Thumb Code 122 zigbee_core_wb.o(.text.ZbApsdeDataReqCallback) + ZbApsmeAddGroupReq 0x0800ac89 Thumb Code 58 zigbee_core_wb.o(.text.ZbApsmeAddGroupReq) + ZbApsmeBindReq 0x0800acc5 Thumb Code 58 zigbee_core_wb.o(.text.ZbApsmeBindReq) + ZbBdbGetIndex 0x0800ad01 Thumb Code 98 zigbee_core_wb.o(.text.ZbBdbGetIndex) + ZbExtendedAddress 0x0800ad65 Thumb Code 110 zigbee_core_wb.o(.text.ZbExtendedAddress) + ZbInit 0x0800add5 Thumb Code 148 zigbee_core_wb.o(.text.ZbInit) + ZbMsgFilterRegister 0x0800ae69 Thumb Code 180 zigbee_core_wb.o(.text.ZbMsgFilterRegister) + ZbMsgFilterRemove 0x0800af1d Thumb Code 132 zigbee_core_wb.o(.text.ZbMsgFilterRemove) + ZbNlmePermitJoinReq 0x0800afa1 Thumb Code 58 zigbee_core_wb.o(.text.ZbNlmePermitJoinReq) + ZbNwkGet 0x0800afdd Thumb Code 42 zigbee_core_wb.o(.text.ZbNwkGet) + ZbNwkGetIndex 0x0800b009 Thumb Code 98 zigbee_core_wb.o(.text.ZbNwkGetIndex) + ZbNwkSet 0x0800b06d Thumb Code 42 zigbee_core_wb.o(.text.ZbNwkSet) + ZbNwkSetIndex 0x0800b099 Thumb Code 98 zigbee_core_wb.o(.text.ZbNwkSetIndex) + ZbReset 0x0800b0fd Thumb Code 40 zigbee_core_wb.o(.text.ZbReset) + ZbSetLogging 0x0800b125 Thumb Code 108 zigbee_core_wb.o(.text.ZbSetLogging) + ZbShortAddress 0x0800b191 Thumb Code 34 zigbee_core_wb.o(.text.ZbShortAddress) + ZbStartup 0x0800b1b5 Thumb Code 136 zigbee_core_wb.o(.text.ZbStartup) + ZbStartupConfigGetProDefaults 0x0800b23d Thumb Code 46 zigbee_core_wb.o(.text.ZbStartupConfigGetProDefaults) + ZbStartupWait 0x0800b26d Thumb Code 126 app_zigbee.o(.text.ZbStartupWait) + ZbTimeoutRemaining 0x0800b315 Thumb Code 114 zigbee_core_wb.o(.text.ZbTimeoutRemaining) + ZbTimerAlloc 0x0800b389 Thumb Code 134 zigbee_core_wb.o(.text.ZbTimerAlloc) + ZbTimerFree 0x0800b411 Thumb Code 66 zigbee_core_wb.o(.text.ZbTimerFree) + ZbTimerReset 0x0800b455 Thumb Code 56 zigbee_core_wb.o(.text.ZbTimerReset) + ZbZclAddEndpoint 0x0800b48d Thumb Code 58 zigbee_core_wb.o(.text.ZbZclAddEndpoint) + ZbZclAppendHeader 0x0800b4c9 Thumb Code 114 zcl_header.o(.text.ZbZclAppendHeader) + ZbZclAttrAddSorted 0x0800b53d Thumb Code 70 zcl_attr.o(.text.ZbZclAttrAddSorted) + ZbZclAttrAppendList 0x0800b585 Thumb Code 364 zcl_attr_list.o(.text.ZbZclAttrAppendList) + ZbZclAttrCallbackExec 0x0800b701 Thumb Code 16 zcl_attr_list.o(.text.ZbZclAttrCallbackExec) + ZbZclAttrDefaultValue 0x0800b711 Thumb Code 1046 zcl_attr.o(.text.ZbZclAttrDefaultValue) + ZbZclAttrDefaultWrite 0x0800bb29 Thumb Code 708 zcl_attr.o(.text.ZbZclAttrDefaultWrite) + ZbZclAttrFind 0x0800bded Thumb Code 50 zcl_attr.o(.text.ZbZclAttrFind) + ZbZclAttrFreeList 0x0800be21 Thumb Code 104 zcl_attr_list.o(.text.ZbZclAttrFreeList) + ZbZclAttrHandleDiscover 0x0800be89 Thumb Code 360 zcl_attr.o(.text.ZbZclAttrHandleDiscover) + ZbZclAttrIntegerRangeCheck 0x0800bff1 Thumb Code 688 zcl_attr_integer.o(.text.ZbZclAttrIntegerRangeCheck) + ZbZclAttrIntegerWrite 0x0800c2a1 Thumb Code 180 zcl_attr_integer.o(.text.ZbZclAttrIntegerWrite) + ZbZclAttrIsAnalog 0x0800c355 Thumb Code 48 zcl_attr.o(.text.ZbZclAttrIsAnalog) + ZbZclAttrIsFloat 0x0800c385 Thumb Code 14 zcl_attr_float.o(.text.ZbZclAttrIsFloat) + ZbZclAttrIsInteger 0x0800c395 Thumb Code 496 zcl_attr_integer.o(.text.ZbZclAttrIsInteger) + ZbZclAttrParseLength 0x0800c585 Thumb Code 318 zcl_attr.o(.text.ZbZclAttrParseLength) + ZbZclAttrRead 0x0800c6c5 Thumb Code 862 zcl_attr.o(.text.ZbZclAttrRead) + ZbZclAttrTypeLength 0x0800ca25 Thumb Code 24 zcl_attr.o(.text.ZbZclAttrTypeLength) + ZbZclAttrWrite 0x0800ca3d Thumb Code 448 zcl_attr.o(.text.ZbZclAttrWrite) + ZbZclClusterAlloc 0x0800cbfd Thumb Code 250 zcl_cluster_init.o(.text.ZbZclClusterAlloc) + ZbZclClusterAttach 0x0800ccf9 Thumb Code 48 zcl_cluster_init.o(.text.ZbZclClusterAttach) + ZbZclClusterBind 0x0800cd29 Thumb Code 96 zigbee_core_wb.o(.text.ZbZclClusterBind) + ZbZclClusterCheckMinSecurity 0x0800cd89 Thumb Code 252 zcl_cluster.o(.text.ZbZclClusterCheckMinSecurity) + ZbZclClusterEndpointRegister 0x0800ce85 Thumb Code 70 zigbee_core_wb.o(.text.ZbZclClusterEndpointRegister) + ZbZclClusterEndpointRemove 0x0800cecd Thumb Code 70 zigbee_core_wb.o(.text.ZbZclClusterEndpointRemove) + ZbZclClusterFree 0x0800cf15 Thumb Code 120 zcl_cluster_init.o(.text.ZbZclClusterFree) + ZbZclClusterGetClusterId 0x0800cf8d Thumb Code 4 zcl_cluster.o(.text.ZbZclClusterGetClusterId) + ZbZclClusterGetEndpoint 0x0800cf91 Thumb Code 4 zcl_cluster.o(.text.ZbZclClusterGetEndpoint) + ZbZclClusterInitApsdeReq 0x0800cf95 Thumb Code 62 zcl_cluster.o(.text.ZbZclClusterInitApsdeReq) + ZbZclClusterRemoveAlarmResetHandler 0x0800cfd5 Thumb Code 48 zigbee_core_wb.o(.text.ZbZclClusterRemoveAlarmResetHandler) + ZbZclClusterSetCallbackArg 0x0800d005 Thumb Code 4 zcl_cluster.o(.text.ZbZclClusterSetCallbackArg) + ZbZclClusterSetMinSecurity 0x0800d009 Thumb Code 54 zcl_cluster.o(.text.ZbZclClusterSetMinSecurity) + ZbZclClusterUnbind 0x0800d041 Thumb Code 48 zigbee_core_wb.o(.text.ZbZclClusterUnbind) + ZbZclDeviceLogCheckAllow 0x0800d071 Thumb Code 80 zigbee_core_wb.o(.text.ZbZclDeviceLogCheckAllow) + ZbZclGetNextSeqnum 0x0800d1d1 Thumb Code 52 zigbee_core_wb.o(.text.ZbZclGetNextSeqnum) + ZbZclHandleConfigReport 0x0800d209 Thumb Code 1442 zcl_attr_report.o(.text.ZbZclHandleConfigReport) + ZbZclHandleGetSceneData 0x0800d7ad Thumb Code 214 zcl_cluster_scene.o(.text.ZbZclHandleGetSceneData) + ZbZclHandleReadReport 0x0800da39 Thumb Code 566 zcl_attr_report.o(.text.ZbZclHandleReadReport) + ZbZclHandleReportAttr 0x0800dc71 Thumb Code 130 zcl_attr_report.o(.text.ZbZclHandleReportAttr) + ZbZclHandleSetSceneData 0x0800dcf5 Thumb Code 240 zcl_cluster_scene.o(.text.ZbZclHandleSetSceneData) + ZbZclOnOffServerAlloc 0x0800dde5 Thumb Code 156 zcl_onoff_server.o(.text.ZbZclOnOffServerAlloc) + ZbZclParseFloat 0x0800de81 Thumb Code 368 zcl_attr_float.o(.text.ZbZclParseFloat) + ZbZclParseHeader 0x0800e009 Thumb Code 108 zcl_header.o(.text.ZbZclParseHeader) + ZbZclParseInteger 0x0800e075 Thumb Code 1290 zcl_attr_integer.o(.text.ZbZclParseInteger) + ZbZclReportCleanup 0x0800e581 Thumb Code 144 zcl_attr_report.o(.text.ZbZclReportCleanup) + ZbZclSendDefaultResponse 0x0800e611 Thumb Code 76 zigbee_core_wb.o(.text.ZbZclSendDefaultResponse) + ZbZclTxOptsFromSecurityStatus 0x0800e65d Thumb Code 18 zcl_cluster.o(.text.ZbZclTxOptsFromSecurityStatus) + ZbZclUptime 0x0800e671 Thumb Code 32 zigbee_core_wb.o(.text.ZbZclUptime) + ZigbeeApp_Init 0x0800e691 Thumb Code 52 zigbee_app.o(.text.ZigbeeApp_Init) + ZigbeeApp_Process 0x0800e6c5 Thumb Code 108 zigbee_app.o(.text.ZigbeeApp_Process) + ZigbeePort_Init 0x0800e8a5 Thumb Code 12 zigbee_port.o(.text.ZigbeePort_Init) + ZigbeePort_OnSlaveReportReceived 0x0800e8b1 Thumb Code 20 zigbee_port.o(.text.ZigbeePort_OnSlaveReportReceived) + ZigbeePort_Process 0x0800e8c5 Thumb Code 8 zigbee_port.o(.text.ZigbeePort_Process) + ZigbeePort_SendSlaveInputs 0x0800e8cd Thumb Code 36 zigbee_port.o(.text.ZigbeePort_SendSlaveInputs) + Zigbee_CallBackProcessing 0x0800e8f1 Thumb Code 4998 zigbee_core_wb.o(.text.Zigbee_CallBackProcessing) + Zigbee_M0RequestProcessing 0x0800fc79 Thumb Code 332 zigbee_core_wb.o(.text.Zigbee_M0RequestProcessing) + __aeabi_assert 0x0800ff45 Thumb Code 188 dbg_trace.o(.text.__aeabi_assert) + fputc 0x08010075 Thumb Code 32 dbg_trace.o(.text.fputc) + logApplication 0x08010275 Thumb Code 218 stm_logging.o(.text.logApplication) + main 0x08010401 Thumb Code 56 main.o(.text.main) + pletoh16 0x08010661 Thumb Code 4 pletoh.o(.text.pletoh16) + pletoh32 0x08010665 Thumb Code 4 pletoh.o(.text.pletoh32) + pletoh64 0x08010669 Thumb Code 8 pletoh.o(.text.pletoh64) + putle16 0x08010671 Thumb Code 4 pletoh.o(.text.putle16) + putle24 0x08010675 Thumb Code 12 pletoh.o(.text.putle24) + putle32 0x08010681 Thumb Code 4 pletoh.o(.text.putle32) + putle40 0x08010685 Thumb Code 18 pletoh.o(.text.putle40) + putle48 0x08010699 Thumb Code 26 pletoh.o(.text.putle48) + putle56 0x080106b5 Thumb Code 36 pletoh.o(.text.putle56) + putle64 0x080106d9 Thumb Code 40 pletoh.o(.text.putle64) + shci_cmd_resp_release 0x0801072d Thumb Code 16 app_entry.o(.text.shci_cmd_resp_release) + shci_cmd_resp_wait 0x0801073d Thumb Code 16 app_entry.o(.text.shci_cmd_resp_wait) + shci_init 0x0801074d Thumb Code 50 shci_tl.o(.text.shci_init) + shci_notify_asynch_evt 0x08010781 Thumb Code 18 app_entry.o(.text.shci_notify_asynch_evt) + shci_register_io_bus 0x08010795 Thumb Code 32 shci_tl_if.o(.text.shci_register_io_bus) + shci_send 0x080107b5 Thumb Code 130 shci_tl.o(.text.shci_send) + shci_user_evt_proc 0x08010839 Thumb Code 206 shci_tl.o(.text.shci_user_evt_proc) + zb_heap_alloc 0x08010909 Thumb Code 22 zigbee_core_wb.o(.text.zb_heap_alloc) + zb_heap_free 0x08010921 Thumb Code 22 zigbee_core_wb.o(.text.zb_heap_free) + zcl_attr_reporting_check 0x08010cc9 Thumb Code 124 zcl_attr_report.o(.text.zcl_attr_reporting_check) + zcl_cluster_alarm_data_ind 0x08010d45 Thumb Code 350 zcl_command_ind.o(.text.zcl_cluster_alarm_data_ind) + zcl_cluster_attr_report_delete 0x08010ea5 Thumb Code 166 zcl_attr_report.o(.text.zcl_cluster_attr_report_delete) + zcl_cluster_data_ind 0x08010f51 Thumb Code 1026 zcl_command_ind.o(.text.zcl_cluster_data_ind) + zcl_cluster_reports_timer 0x08011579 Thumb Code 1612 zcl_attr_report.o(.text.zcl_cluster_reports_timer) + zcl_persist_send_cache 0x08011c31 Thumb Code 218 zcl_cluster_init.o(.text.zcl_persist_send_cache) + zcl_reporting_create_default_reports 0x08011d0d Thumb Code 300 zcl_attr_report.o(.text.zcl_reporting_create_default_reports) + zcl_reporting_stack_event 0x080122c1 Thumb Code 164 zcl_attr_report.o(.text.zcl_reporting_stack_event) + __0printf 0x08012365 Thumb Code 22 printfa.o(i.__0printf) + __1printf 0x08012365 Thumb Code 0 printfa.o(i.__0printf) + __2printf 0x08012365 Thumb Code 0 printfa.o(i.__0printf) + __c89printf 0x08012365 Thumb Code 0 printfa.o(i.__0printf) + printf 0x08012365 Thumb Code 0 printfa.o(i.__0printf) + __0snprintf 0x08012385 Thumb Code 48 printfa.o(i.__0snprintf) + __1snprintf 0x08012385 Thumb Code 0 printfa.o(i.__0snprintf) + __2snprintf 0x08012385 Thumb Code 0 printfa.o(i.__0snprintf) + __c89snprintf 0x08012385 Thumb Code 0 printfa.o(i.__0snprintf) + snprintf 0x08012385 Thumb Code 0 printfa.o(i.__0snprintf) + __0sprintf 0x080123b9 Thumb Code 34 printfa.o(i.__0sprintf) + __1sprintf 0x080123b9 Thumb Code 0 printfa.o(i.__0sprintf) + __2sprintf 0x080123b9 Thumb Code 0 printfa.o(i.__0sprintf) + __c89sprintf 0x080123b9 Thumb Code 0 printfa.o(i.__0sprintf) + sprintf 0x080123b9 Thumb Code 0 printfa.o(i.__0sprintf) + __0vsnprintf 0x080123e1 Thumb Code 46 printfa.o(i.__0vsnprintf) + __1vsnprintf 0x080123e1 Thumb Code 0 printfa.o(i.__0vsnprintf) + __2vsnprintf 0x080123e1 Thumb Code 0 printfa.o(i.__0vsnprintf) + __c89vsnprintf 0x080123e1 Thumb Code 0 printfa.o(i.__0vsnprintf) + vsnprintf 0x080123e1 Thumb Code 0 printfa.o(i.__0vsnprintf) + __scatterload_copy 0x08012415 Thumb Code 14 handlers.o(i.__scatterload_copy) + __scatterload_null 0x08012423 Thumb Code 2 handlers.o(i.__scatterload_null) + __scatterload_zeroinit 0x08012425 Thumb Code 14 handlers.o(i.__scatterload_zeroinit) + fputs 0x08012d07 Thumb Code 24 fputs.o(i.fputs) + free 0x08012d21 Thumb Code 76 malloc.o(i.free) + malloc 0x08012d71 Thumb Code 92 malloc.o(i.malloc) + AHBPrescTable 0x08012fa4 Data 64 system_stm32wbxx.o(.rodata.AHBPrescTable) + APBPrescTable 0x08012fe4 Data 32 system_stm32wbxx.o(.rodata.APBPrescTable) + BUTTON_IRQn 0x08013004 Data 3 stm32wbxx_nucleo.o(.rodata.BUTTON_IRQn) + BUTTON_PIN 0x08013008 Data 6 stm32wbxx_nucleo.o(.rodata.BUTTON_PIN) + GPIO_PIN 0x0801300e Data 6 stm32wbxx_nucleo.o(.rodata.GPIO_PIN) + MSIRangeTable 0x08013014 Data 64 system_stm32wbxx.o(.rodata.MSIRangeTable) + UARTPrescTable 0x08013064 Data 24 stm32wbxx_hal_uart.o(.rodata.UARTPrescTable) + sec_key_ha 0x0801307c Data 16 zigbee_core_wb.o(.rodata.sec_key_ha) + wpanCrcTable 0x08013638 Data 512 zigbee_core_wb.o(.rodata.wpanCrcTable) + Region$$Table$$Base 0x08013888 Number 0 anon$$obj.o(Region$$Table) + Region$$Table$$Limit 0x080138b8 Number 0 anon$$obj.o(Region$$Table) + __stderr 0x20000008 Data 4 stderr.o(.data) + __stdout 0x2000000c Data 4 stdout.o(.data) + __microlib_freelist 0x20000010 Data 4 mvars.o(.data) + __microlib_freelist_initialised 0x20000014 Data 4 mvars.o(.data) + BUTTON_PORT 0x2000001c Data 12 stm32wbxx_nucleo.o(.data.BUTTON_PORT) + DbgTracePeripheralReady 0x20000028 Data 1 dbg_trace.o(.data.DbgTracePeripheralReady) + GPIO_PORT 0x2000002c Data 12 stm32wbxx_nucleo.o(.data.GPIO_PORT) + SystemCoreClock 0x20000048 Data 4 system_stm32wbxx.o(.data.SystemCoreClock) + ZbApsAddrBinding 0x20000050 Data 4 zigbee_core_wb.o(.data.ZbApsAddrBinding) + g_app 0x20000054 Data 76 app_globals.o(.data.g_app) + uwTickFreq 0x200000a0 Data 1 stm32wbxx_hal.o(.data.uwTickFreq) + uwTickPrio 0x200000a4 Data 4 stm32wbxx_hal.o(.data.uwTickPrio) + watch_is_slave 0x200000a8 Data 4 app_globals.o(.data.watch_is_slave) + watch_role 0x200000ac Data 4 app_globals.o(.data.watch_role) + SHCI_TL_UserEventFlow 0x200000b8 Data 1 shci_tl.o(SYSTEM_DRIVER_CONTEXT) + HW_hlpuart1RxCb 0x20000210 Data 4 hw_uart.o(.bss.HW_hlpuart1RxCb) + HW_hlpuart1TxCb 0x20000214 Data 4 hw_uart.o(.bss.HW_hlpuart1TxCb) + HW_huart1RxCb 0x20000218 Data 4 hw_uart.o(.bss.HW_huart1RxCb) + HW_huart1TxCb 0x2000021c Data 4 hw_uart.o(.bss.HW_huart1TxCb) + exti_handle 0x200013a4 Data 8 app_entry.o(.bss.exti_handle) + g_ot_notification_allowed 0x200013ac Data 1 app_zigbee.o(.bss.g_ot_notification_allowed) + hdma_lpuart1_tx 0x200013b0 Data 96 main.o(.bss.hdma_lpuart1_tx) + hdma_usart1_tx 0x20001410 Data 96 main.o(.bss.hdma_usart1_tx) + hipcc 0x20001470 Data 60 main.o(.bss.hipcc) + hlpuart1 0x200014ac Data 148 main.o(.bss.hlpuart1) + hrtc 0x20001540 Data 36 main.o(.bss.hrtc) + huart1 0x20001564 Data 148 main.o(.bss.huart1) + pFlash 0x200015fc Data 24 stm32wbxx_hal_flash.o(.bss.pFlash) + uwTick 0x20001640 Data 4 stm32wbxx_hal.o(.bss.uwTick) + watch_is_master 0x20001644 Data 4 app_globals.o(.bss.watch_is_master) + watch_join_watchdog_count 0x20001648 Data 4 app_globals.o(.bss.watch_join_watchdog_count) + watch_master_analog_percent 0x2000164c Data 4 app_globals.o(.bss.watch_master_analog_percent) + watch_master_analog_raw 0x20001650 Data 4 app_globals.o(.bss.watch_master_analog_raw) + watch_master_button_mask 0x20001654 Data 4 app_globals.o(.bss.watch_master_button_mask) + watch_master_last_seen_ms 0x20001658 Data 4 app_globals.o(.bss.watch_master_last_seen_ms) + watch_master_last_sequence 0x2000165c Data 4 app_globals.o(.bss.watch_master_last_sequence) + watch_master_online 0x20001660 Data 4 app_globals.o(.bss.watch_master_online) + watch_permit_join_count 0x20001664 Data 4 app_globals.o(.bss.watch_permit_join_count) + watch_permit_join_duration 0x20001668 Data 4 app_globals.o(.bss.watch_permit_join_duration) + watch_permit_join_status 0x2000166c Data 4 app_globals.o(.bss.watch_permit_join_status) + watch_rejoin_active 0x20001670 Data 4 app_globals.o(.bss.watch_rejoin_active) + watch_rejoin_fail_count 0x20001674 Data 4 app_globals.o(.bss.watch_rejoin_fail_count) + watch_rejoin_last_status 0x20001678 Data 4 app_globals.o(.bss.watch_rejoin_last_status) + watch_rejoin_request_count 0x2000167c Data 4 app_globals.o(.bss.watch_rejoin_request_count) + watch_rejoin_success_count 0x20001680 Data 4 app_globals.o(.bss.watch_rejoin_success_count) + watch_report_rx_count 0x20001684 Data 4 app_globals.o(.bss.watch_report_rx_count) + watch_report_rx_decode_fail_count 0x20001688 Data 4 app_globals.o(.bss.watch_report_rx_decode_fail_count) + watch_report_rx_ind_count 0x2000168c Data 4 app_globals.o(.bss.watch_report_rx_ind_count) + watch_report_rx_last_cluster 0x20001690 Data 4 app_globals.o(.bss.watch_report_rx_last_cluster) + watch_report_rx_last_length 0x20001694 Data 4 app_globals.o(.bss.watch_report_rx_last_length) + watch_report_tx_attempt_count 0x20001698 Data 4 app_globals.o(.bss.watch_report_tx_attempt_count) + watch_report_tx_busy_count 0x2000169c Data 4 app_globals.o(.bss.watch_report_tx_busy_count) + watch_report_tx_confirm_count 0x200016a0 Data 4 app_globals.o(.bss.watch_report_tx_confirm_count) + watch_report_tx_confirm_status 0x200016a4 Data 4 app_globals.o(.bss.watch_report_tx_confirm_status) + watch_report_tx_count 0x200016a8 Data 4 app_globals.o(.bss.watch_report_tx_count) + watch_report_tx_fail_streak 0x200016ac Data 4 app_globals.o(.bss.watch_report_tx_fail_streak) + watch_report_tx_ok_count 0x200016b0 Data 4 app_globals.o(.bss.watch_report_tx_ok_count) + watch_role_pin_is_master 0x200016b4 Data 4 app_globals.o(.bss.watch_role_pin_is_master) + watch_slave_analog_percent 0x200016b8 Data 4 app_globals.o(.bss.watch_slave_analog_percent) + watch_slave_analog_raw 0x200016bc Data 4 app_globals.o(.bss.watch_slave_analog_raw) + watch_slave_button_mask 0x200016c0 Data 4 app_globals.o(.bss.watch_slave_button_mask) + watch_slave_sequence 0x200016c4 Data 4 app_globals.o(.bss.watch_slave_sequence) + watch_zigbee_ready 0x200016c8 Data 4 app_globals.o(.bss.watch_zigbee_ready) + watch_zigbee_state 0x200016cc Data 4 app_globals.o(.bss.watch_zigbee_state) + __heap_base 0x200018f8 Data 0 startup_stm32wb55xx_cm4.o(HEAP) + __heap_limit 0x2001a8f8 Data 0 startup_stm32wb55xx_cm4.o(HEAP) + __initial_sp 0x2001b8f8 Data 0 startup_stm32wb55xx_cm4.o(STACK) + + + +============================================================================== + +Memory Map of the image + + Image Entry point : 0x0800013d + + Load Region LR_IROM1 (Base: 0x08000000, Size: 0x000144d4, Max: 0x00080000, ABSOLUTE, COMPRESSED[0x00013990]) + + Execution Region ER_IROM1 (Exec base: 0x08000000, Load base: 0x08000000, Size: 0x000138b8, Max: 0x00080000, ABSOLUTE) + + Exec Addr Load Addr Size Type Attr Idx E Section Name Object + + 0x08000000 0x08000000 0x0000013c Data RO 3 RESET startup_stm32wb55xx_cm4.o + 0x0800013c 0x0800013c 0x00000000 Code RO 3382 * .ARM.Collect$$$$00000000 mc_w.l(entry.o) + 0x0800013c 0x0800013c 0x00000004 Code RO 3494 .ARM.Collect$$$$00000001 mc_w.l(entry2.o) + 0x08000140 0x08000140 0x00000004 Code RO 3497 .ARM.Collect$$$$00000004 mc_w.l(entry5.o) + 0x08000144 0x08000144 0x00000000 Code RO 3499 .ARM.Collect$$$$00000008 mc_w.l(entry7b.o) + 0x08000144 0x08000144 0x00000000 Code RO 3501 .ARM.Collect$$$$0000000A mc_w.l(entry8b.o) + 0x08000144 0x08000144 0x00000008 Code RO 3502 .ARM.Collect$$$$0000000B mc_w.l(entry9a.o) + 0x0800014c 0x0800014c 0x00000000 Code RO 3504 .ARM.Collect$$$$0000000D mc_w.l(entry10a.o) + 0x0800014c 0x0800014c 0x00000000 Code RO 3506 .ARM.Collect$$$$0000000F mc_w.l(entry11a.o) + 0x0800014c 0x0800014c 0x00000004 Code RO 3495 .ARM.Collect$$$$00002712 mc_w.l(entry2.o) + 0x08000150 0x08000150 0x00000024 Code RO 4 .text startup_stm32wb55xx_cm4.o + 0x08000174 0x08000174 0x00000062 Code RO 3390 .text mc_w.l(uldiv.o) + 0x080001d6 0x080001d6 0x00000024 Code RO 3394 .text mc_w.l(memcpya.o) + 0x080001fa 0x080001fa 0x00000024 Code RO 3396 .text mc_w.l(memseta.o) + 0x0800021e 0x0800021e 0x00000024 Code RO 3398 .text mc_w.l(strstr.o) + 0x08000242 0x08000242 0x00000014 Code RO 3400 .text mc_w.l(strchr.o) + 0x08000256 0x08000256 0x0000001c Code RO 3402 .text mc_w.l(strcmp.o) + 0x08000272 0x08000272 0x00000012 Code RO 3404 .text mc_w.l(strcpy.o) + 0x08000284 0x08000284 0x0000014e Code RO 3466 .text mf_w.l(dadd.o) + 0x080003d2 0x080003d2 0x000000e4 Code RO 3468 .text mf_w.l(dmul.o) + 0x080004b6 0x080004b6 0x000000de Code RO 3470 .text mf_w.l(ddiv.o) + 0x08000594 0x08000594 0x00000036 Code RO 3472 .text mf_w.l(dcmplt.o) + 0x080005ca 0x080005ca 0x00000036 Code RO 3474 .text mf_w.l(dcmpge.o) + 0x08000600 0x08000600 0x00000036 Code RO 3476 .text mf_w.l(dcmpgt.o) + 0x08000636 0x08000636 0x00000038 Code RO 3478 .text mf_w.l(dcmpeq.o) + 0x0800066e 0x0800066e 0x0000001a Code RO 3480 .text mf_w.l(dfltui.o) + 0x08000688 0x08000688 0x00000028 Code RO 3482 .text mf_w.l(dfltl.o) + 0x080006b0 0x080006b0 0x00000018 Code RO 3484 .text mf_w.l(dfltul.o) + 0x080006c8 0x080006c8 0x0000003e Code RO 3486 .text mf_w.l(dfixi.o) + 0x08000706 0x08000706 0x00000032 Code RO 3488 .text mf_w.l(dfixui.o) + 0x08000738 0x08000738 0x0000004a Code RO 3490 .text mf_w.l(dfixl.o) + 0x08000782 0x08000782 0x00000030 Code RO 3492 .text mf_w.l(dfixul.o) + 0x080007b2 0x080007b2 0x0000002c Code RO 3518 .text mc_w.l(uidiv.o) + 0x080007de 0x080007de 0x0000001e Code RO 3520 .text mc_w.l(llshl.o) + 0x080007fc 0x080007fc 0x00000020 Code RO 3522 .text mc_w.l(llushr.o) + 0x0800081c 0x0800081c 0x00000024 Code RO 3524 .text mc_w.l(llsshr.o) + 0x08000840 0x08000840 0x00000000 Code RO 3528 .text mc_w.l(iusefp.o) + 0x08000840 0x08000840 0x000000ba Code RO 3529 .text mf_w.l(depilogue.o) + 0x080008fa 0x080008fa 0x00000002 PAD + 0x080008fc 0x080008fc 0x00000030 Code RO 3531 .text mf_w.l(cdrcmple.o) + 0x0800092c 0x0800092c 0x00000030 Code RO 3533 .text mc_w.l(init.o) + 0x0800095c 0x0800095c 0x0000003a Code RO 3543 .text mc_w.l(__dczerorl.o) + 0x08000996 0x08000996 0x00000002 PAD + 0x08000998 0x08000998 0x0000003e Code RO 129 .text.APPE_SysEvtError app_entry.o + 0x080009d6 0x080009d6 0x00000002 PAD + 0x080009d8 0x080009d8 0x0000000c Code RO 127 .text.APPE_SysEvtReadyProcessing app_entry.o + 0x080009e4 0x080009e4 0x0000000a Code RO 123 .text.APPE_SysStatusNot app_entry.o + 0x080009ee 0x080009ee 0x00000002 PAD + 0x080009f0 0x080009f0 0x00000040 Code RO 125 .text.APPE_SysUserEvtRx app_entry.o + 0x08000a30 0x08000a30 0x000001de Code RO 407 .text.APP_ZIGBEE_CheckWirelessFirmwareInfo app_zigbee.o + 0x08000c0e 0x08000c0e 0x00000002 PAD + 0x08000c10 0x08000c10 0x00000150 Code RO 469 .text.APP_ZIGBEE_ConfigEndpoints app_zigbee.o + 0x08000d60 0x08000d60 0x00000058 Code RO 483 .text.APP_ZIGBEE_ConfigGroupAddr app_zigbee.o + 0x08000db8 0x08000db8 0x0000005e Code RO 481 .text.APP_ZIGBEE_DecodeSlaveReport app_zigbee.o + 0x08000e16 0x08000e16 0x00000002 PAD + 0x08000e18 0x08000e18 0x0000004c Code RO 465 .text.APP_ZIGBEE_EncodeSlaveReport app_zigbee.o + 0x08000e64 0x08000e64 0x0000001c Code RO 425 .text.APP_ZIGBEE_Error app_zigbee.o + 0x08000e80 0x08000e80 0x0000006c Code RO 405 .text.APP_ZIGBEE_Init app_zigbee.o + 0x08000eec 0x08000eec 0x00000066 Code RO 455 .text.APP_ZIGBEE_IsReady app_zigbee.o + 0x08000f52 0x08000f52 0x00000002 PAD + 0x08000f54 0x08000f54 0x0000002a Code RO 471 .text.APP_ZIGBEE_NextSlaveStartupControl app_zigbee.o + 0x08000f7e 0x08000f7e 0x00000002 PAD + 0x08000f80 0x08000f80 0x000002a2 Code RO 417 .text.APP_ZIGBEE_NwkForm app_zigbee.o + 0x08001222 0x08001222 0x00000002 PAD + 0x08001224 0x08001224 0x00000078 Code RO 459 .text.APP_ZIGBEE_OpenPermitJoin app_zigbee.o + 0x0800129c 0x0800129c 0x000000dc Code RO 457 .text.APP_ZIGBEE_Process app_zigbee.o + 0x08001378 0x08001378 0x00000024 Code RO 413 .text.APP_ZIGBEE_ProcessNotifyM0ToM4 app_zigbee.o + 0x0800139c 0x0800139c 0x00000024 Code RO 415 .text.APP_ZIGBEE_ProcessRequestM0ToM4 app_zigbee.o + 0x080013c0 0x080013c0 0x00000014 Code RO 409 .text.APP_ZIGBEE_RegisterCmdBuffer app_zigbee.o + 0x080013d4 0x080013d4 0x000000b0 Code RO 461 .text.APP_ZIGBEE_RequestNetworkRestart app_zigbee.o + 0x08001484 0x08001484 0x00000118 Code RO 463 .text.APP_ZIGBEE_SendSlaveReport app_zigbee.o + 0x0800159c 0x0800159c 0x000000a0 Code RO 467 .text.APP_ZIGBEE_SlaveReportConfCb app_zigbee.o + 0x0800163c 0x0800163c 0x00000096 Code RO 473 .text.APP_ZIGBEE_SlaveReportIndCb app_zigbee.o + 0x080016d2 0x080016d2 0x00000002 PAD + 0x080016d4 0x080016d4 0x000000c8 Code RO 419 .text.APP_ZIGBEE_StackLayersInit app_zigbee.o + 0x0800179c 0x0800179c 0x0000002e Code RO 411 .text.APP_ZIGBEE_TL_INIT app_zigbee.o + 0x080017ca 0x080017ca 0x00000002 PAD + 0x080017cc 0x080017cc 0x0000004c Code RO 427 .text.APP_ZIGBEE_TraceError app_zigbee.o + 0x08001818 0x08001818 0x0000003e Code RO 700 .text.Analog_ToPercent slave_inputs.o + 0x08001856 0x08001856 0x00000002 PAD + 0x08001858 0x08001858 0x00000040 Code RO 620 .text.App_DebugCopyReportToMasterWatch app_globals.o + 0x08001898 0x08001898 0x00000040 Code RO 626 .text.App_DebugCopyReportToSlaveWatch app_globals.o + 0x080018d8 0x080018d8 0x0000001e Code RO 624 .text.App_DebugOnSlaveReportTx app_globals.o + 0x080018f6 0x080018f6 0x00000002 PAD + 0x080018f8 0x080018f8 0x00000080 Code RO 622 .text.App_DebugRefresh app_globals.o + 0x08001978 0x08001978 0x0000006e Code RO 616 .text.App_MakeSlaveReport app_globals.o + 0x080019e6 0x080019e6 0x00000002 PAD + 0x080019e8 0x080019e8 0x0000004e Code RO 618 .text.App_MasterAcceptReport app_globals.o + 0x08001a36 0x08001a36 0x00000002 PAD + 0x08001a38 0x08001a38 0x0000001e Code RO 614 .text.App_SetRole app_globals.o + 0x08001a56 0x08001a56 0x00000002 PAD + 0x08001a58 0x08001a58 0x00000070 Code RO 747 .text.BSP_LED_Init stm32wbxx_nucleo.o + 0x08001ac8 0x08001ac8 0x0000002e Code RO 755 .text.BSP_LED_Off stm32wbxx_nucleo.o + 0x08001af6 0x08001af6 0x00000002 PAD + 0x08001af8 0x08001af8 0x0000002e Code RO 753 .text.BSP_LED_On stm32wbxx_nucleo.o + 0x08001b26 0x08001b26 0x00000002 PAD + 0x08001b28 0x08001b28 0x0000002c Code RO 757 .text.BSP_LED_Toggle stm32wbxx_nucleo.o + 0x08001b54 0x08001b54 0x00000100 Code RO 759 .text.BSP_PB_Init stm32wbxx_nucleo.o + 0x08001c54 0x08001c54 0x00000004 Code RO 307 .text.BusFault_Handler stm32wbxx_it.o + 0x08001c58 0x08001c58 0x00000022 Code RO 69 .text.Button_Init app_entry.o + 0x08001c7a 0x08001c7a 0x00000002 PAD + 0x08001c7c 0x08001c7c 0x00000002 Code RO 331 .text.C2SEV_PWR_C2H_IRQHandler stm32wbxx_it.o + 0x08001c7e 0x08001c7e 0x00000002 PAD + 0x08001c80 0x08001c80 0x000004c8 Code RO 2450 .text.CircularQueue_Add stm_queue.o + 0x08002148 0x08002148 0x0000006e Code RO 2448 .text.CircularQueue_Init stm_queue.o + 0x080021b6 0x080021b6 0x00000002 PAD + 0x080021b8 0x080021b8 0x00000204 Code RO 2454 .text.CircularQueue_Remove stm_queue.o + 0x080023bc 0x080023bc 0x0000018a Code RO 2458 .text.CircularQueue_Sense stm_queue.o + 0x08002546 0x08002546 0x00000002 PAD + 0x08002548 0x08002548 0x0000006c Code RO 2502 .text.Cmd_SetStatus shci_tl.o + 0x080025b4 0x080025b4 0x00000020 Code RO 57 .text.Config_HSE app_entry.o + 0x080025d4 0x080025d4 0x00000010 Code RO 327 .text.DMA1_Channel1_IRQHandler stm32wbxx_it.o + 0x080025e4 0x080025e4 0x00000010 Code RO 329 .text.DMA1_Channel2_IRQHandler stm32wbxx_it.o + 0x080025f4 0x080025f4 0x00000076 Code RO 1317 .text.DMA_CalcDMAMUXChannelBaseAndMask stm32wbxx_hal_dma.o + 0x0800266a 0x0800266a 0x00000002 PAD + 0x0800266c 0x0800266c 0x00000040 Code RO 1319 .text.DMA_CalcDMAMUXRequestGenBaseAndMask stm32wbxx_hal_dma.o + 0x080026ac 0x080026ac 0x0000006e Code RO 1325 .text.DMA_SetConfig stm32wbxx_hal_dma.o + 0x0800271a 0x0800271a 0x00000002 PAD + 0x0800271c 0x0800271c 0x00000008 Code RO 99 .text.DbgOutputInit app_entry.o + 0x08002724 0x08002724 0x0000001e Code RO 101 .text.DbgOutputTraces app_entry.o + 0x08002742 0x08002742 0x00000002 PAD + 0x08002744 0x08002744 0x0000002c Code RO 2386 .text.DbgTraceInit dbg_trace.o + 0x08002770 0x08002770 0x000000bc Code RO 2390 .text.DbgTraceWrite dbg_trace.o + 0x0800282c 0x0800282c 0x00000074 Code RO 2392 .text.DbgTrace_TxCpltCallback dbg_trace.o + 0x080028a0 0x080028a0 0x00000002 Code RO 313 .text.DebugMon_Handler stm32wbxx_it.o + 0x080028a2 0x080028a2 0x00000002 PAD + 0x080028a4 0x080028a4 0x0000000a Code RO 349 .text.EXTI0_IRQHandler stm32wbxx_it.o + 0x080028ae 0x080028ae 0x00000002 PAD + 0x080028b0 0x080028b0 0x0000000a Code RO 351 .text.EXTI1_IRQHandler stm32wbxx_it.o + 0x080028ba 0x080028ba 0x00000002 PAD + 0x080028bc 0x080028bc 0x0000000a Code RO 347 .text.EXTI4_IRQHandler stm32wbxx_it.o + 0x080028c6 0x080028c6 0x00000002 PAD + 0x080028c8 0x080028c8 0x0000000e Code RO 29 .text.Error_Handler main.o + 0x080028d6 0x080028d6 0x00000002 PAD + 0x080028d8 0x080028d8 0x00000008 Code RO 323 .text.FLASH_IRQHandler stm32wbxx_it.o + 0x080028e0 0x080028e0 0x0000002c Code RO 1233 .text.FLASH_PageErase stm32wbxx_hal_flash_ex.o + 0x0800290c 0x0800290c 0x00000002 Code RO 345 .text.FPU_IRQHandler stm32wbxx_it.o + 0x0800290e 0x0800290e 0x00000002 PAD + 0x08002910 0x08002910 0x00000008 Code RO 1726 .text.HAL_DBGMCU_EnableDBGSleepMode stm32wbxx_hal.o + 0x08002918 0x08002918 0x000000b8 Code RO 1329 .text.HAL_DMA_Abort stm32wbxx_hal_dma.o + 0x080029d0 0x080029d0 0x000000ae Code RO 1331 .text.HAL_DMA_Abort_IT stm32wbxx_hal_dma.o + 0x08002a7e 0x08002a7e 0x00000002 PAD + 0x08002a80 0x08002a80 0x00000156 Code RO 1335 .text.HAL_DMA_IRQHandler stm32wbxx_hal_dma.o + 0x08002bd6 0x08002bd6 0x00000002 PAD + 0x08002bd8 0x08002bd8 0x0000015a Code RO 1315 .text.HAL_DMA_Init stm32wbxx_hal_dma.o + 0x08002d32 0x08002d32 0x00000002 PAD + 0x08002d34 0x08002d34 0x000000fc Code RO 1327 .text.HAL_DMA_Start_IT stm32wbxx_hal_dma.o + 0x08002e30 0x08002e30 0x00000044 Code RO 81 .text.HAL_Delay app_entry.o + 0x08002e74 0x08002e74 0x00000036 Code RO 1836 .text.HAL_EXTI_GenerateSWI stm32wbxx_hal_exti.o + 0x08002eaa 0x08002eaa 0x00000002 PAD + 0x08002eac 0x08002eac 0x00000008 Code RO 1209 .text.HAL_FLASH_EndOfOperationCallback stm32wbxx_hal_flash.o + 0x08002eb4 0x08002eb4 0x000001b0 Code RO 1205 .text.HAL_FLASH_IRQHandler stm32wbxx_hal_flash.o + 0x08003064 0x08003064 0x00000008 Code RO 1207 .text.HAL_FLASH_OperationErrorCallback stm32wbxx_hal_flash.o + 0x0800306c 0x0800306c 0x00000030 Code RO 103 .text.HAL_GPIO_EXTI_Callback app_entry.o + 0x0800309c 0x0800309c 0x00000038 Code RO 1304 .text.HAL_GPIO_EXTI_IRQHandler stm32wbxx_hal_gpio.o + 0x080030d4 0x080030d4 0x0000032e Code RO 1290 .text.HAL_GPIO_Init stm32wbxx_hal_gpio.o + 0x08003402 0x08003402 0x00000002 PAD + 0x08003404 0x08003404 0x0000002e Code RO 1294 .text.HAL_GPIO_ReadPin stm32wbxx_hal_gpio.o + 0x08003432 0x08003432 0x00000002 PAD + 0x08003434 0x08003434 0x00000026 Code RO 1300 .text.HAL_GPIO_TogglePin stm32wbxx_hal_gpio.o + 0x0800345a 0x0800345a 0x00000002 PAD + 0x0800345c 0x0800345c 0x0000002c Code RO 1296 .text.HAL_GPIO_WritePin stm32wbxx_hal_gpio.o + 0x08003488 0x08003488 0x0000000c Code RO 1696 .text.HAL_GetTick stm32wbxx_hal.o + 0x08003494 0x08003494 0x0000000c Code RO 1702 .text.HAL_GetTickFreq stm32wbxx_hal.o + 0x080034a0 0x080034a0 0x0000000c Code RO 1698 .text.HAL_GetTickPrio stm32wbxx_hal.o + 0x080034ac 0x080034ac 0x00000008 Code RO 797 .text.HAL_HSEM_FreeCallback stm32wbxx_hal_hsem.o + 0x080034b4 0x080034b4 0x00000036 Code RO 795 .text.HAL_HSEM_IRQHandler stm32wbxx_hal_hsem.o + 0x080034ea 0x080034ea 0x00000002 PAD + 0x080034ec 0x080034ec 0x00000064 Code RO 1845 .text.HAL_IPCC_Init stm32wbxx_hal_ipcc.o + 0x08003550 0x08003550 0x0000004c Code RO 364 .text.HAL_IPCC_MspInit stm32wbxx_hal_msp.o + 0x0800359c 0x0800359c 0x0000000e Code RO 1865 .text.HAL_IPCC_RxCallback stm32wbxx_hal_ipcc.o + 0x080035aa 0x080035aa 0x00000002 PAD + 0x080035ac 0x080035ac 0x0000000e Code RO 1863 .text.HAL_IPCC_TxCallback stm32wbxx_hal_ipcc.o + 0x080035ba 0x080035ba 0x00000002 PAD + 0x080035bc 0x080035bc 0x0000001a Code RO 1694 .text.HAL_IncTick stm32wbxx_hal.o + 0x080035d6 0x080035d6 0x00000002 PAD + 0x080035d8 0x080035d8 0x00000042 Code RO 1656 .text.HAL_Init stm32wbxx_hal.o + 0x0800361a 0x0800361a 0x00000002 PAD + 0x0800361c 0x0800361c 0x00000082 Code RO 1658 .text.HAL_InitTick stm32wbxx_hal.o + 0x0800369e 0x0800369e 0x00000002 PAD + 0x080036a0 0x080036a0 0x00000090 Code RO 360 .text.HAL_MspInit stm32wbxx_hal_msp.o + 0x08003730 0x08003730 0x00000014 Code RO 1629 .text.HAL_NVIC_ClearPendingIRQ stm32wbxx_hal_cortex.o + 0x08003744 0x08003744 0x00000014 Code RO 1601 .text.HAL_NVIC_DisableIRQ stm32wbxx_hal_cortex.o + 0x08003758 0x08003758 0x00000014 Code RO 1597 .text.HAL_NVIC_EnableIRQ stm32wbxx_hal_cortex.o + 0x0800376c 0x0800376c 0x00000014 Code RO 1621 .text.HAL_NVIC_SetPendingIRQ stm32wbxx_hal_cortex.o + 0x08003780 0x08003780 0x0000002e Code RO 1589 .text.HAL_NVIC_SetPriority stm32wbxx_hal_cortex.o + 0x080037ae 0x080037ae 0x00000002 PAD + 0x080037b0 0x080037b0 0x00000010 Code RO 1585 .text.HAL_NVIC_SetPriorityGrouping stm32wbxx_hal_cortex.o + 0x080037c0 0x080037c0 0x00000004 Code RO 1605 .text.HAL_NVIC_SystemReset stm32wbxx_hal_cortex.o + 0x080037c4 0x080037c4 0x00000010 Code RO 1422 .text.HAL_PWREx_GetVoltageRange stm32wbxx_hal_pwr_ex.o + 0x080037d4 0x080037d4 0x0000004e Code RO 1564 .text.HAL_PWREx_PVD_PVM_IRQHandler stm32wbxx_hal_pwr_ex.o + 0x08003822 0x08003822 0x00000002 PAD + 0x08003824 0x08003824 0x00000002 Code RO 1570 .text.HAL_PWREx_PVM1Callback stm32wbxx_hal_pwr_ex.o + 0x08003826 0x08003826 0x00000002 PAD + 0x08003828 0x08003828 0x00000002 Code RO 1574 .text.HAL_PWREx_PVM3Callback stm32wbxx_hal_pwr_ex.o + 0x0800382a 0x0800382a 0x00000002 PAD + 0x0800382c 0x0800382c 0x00000012 Code RO 1371 .text.HAL_PWR_EnableBkUpAccess stm32wbxx_hal_pwr.o + 0x0800383e 0x0800383e 0x00000002 PAD + 0x08003840 0x08003840 0x00000002 Code RO 1413 .text.HAL_PWR_PVDCallback stm32wbxx_hal_pwr.o + 0x08003842 0x08003842 0x00000002 PAD + 0x08003844 0x08003844 0x00000320 Code RO 966 .text.HAL_RCCEx_PeriphCLKConfig stm32wbxx_hal_rcc_ex.o + 0x08003b64 0x08003b64 0x000002e8 Code RO 884 .text.HAL_RCC_ClockConfig stm32wbxx_hal_rcc.o + 0x08003e4c 0x08003e4c 0x0000002a Code RO 834 .text.HAL_RCC_GetHCLKFreq stm32wbxx_hal_rcc.o + 0x08003e76 0x08003e76 0x00000002 PAD + 0x08003e78 0x08003e78 0x0000002c Code RO 932 .text.HAL_RCC_GetPCLK1Freq stm32wbxx_hal_rcc.o + 0x08003ea4 0x08003ea4 0x0000002c Code RO 936 .text.HAL_RCC_GetPCLK2Freq stm32wbxx_hal_rcc.o + 0x08003ed0 0x08003ed0 0x00000118 Code RO 912 .text.HAL_RCC_GetSysClockFreq stm32wbxx_hal_rcc.o + 0x08003fe8 0x08003fe8 0x000007d0 Code RO 824 .text.HAL_RCC_OscConfig stm32wbxx_hal_rcc.o + 0x080047b8 0x080047b8 0x000001da Code RO 2180 .text.HAL_RTCEx_SetWakeUpTimer_IT stm32wbxx_hal_rtc_ex.o + 0x08004992 0x08004992 0x00000002 PAD + 0x08004994 0x08004994 0x00000118 Code RO 2083 .text.HAL_RTC_Init stm32wbxx_hal_rtc.o + 0x08004aac 0x08004aac 0x00000080 Code RO 384 .text.HAL_RTC_MspInit stm32wbxx_hal_msp.o + 0x08004b2c 0x08004b2c 0x00000058 Code RO 2121 .text.HAL_RTC_WaitForSynchro stm32wbxx_hal_rtc.o + 0x08004b84 0x08004b84 0x00000010 Code RO 1609 .text.HAL_SYSTICK_Config stm32wbxx_hal_cortex.o + 0x08004b94 0x08004b94 0x0000007c Code RO 2060 .text.HAL_UARTEx_DisableFifoMode stm32wbxx_hal_uart_ex.o + 0x08004c10 0x08004c10 0x0000000c Code RO 1980 .text.HAL_UARTEx_RxEventCallback stm32wbxx_hal_uart.o + 0x08004c1c 0x08004c1c 0x00000008 Code RO 2042 .text.HAL_UARTEx_RxFifoFullCallback stm32wbxx_hal_uart_ex.o + 0x08004c24 0x08004c24 0x0000008c Code RO 2064 .text.HAL_UARTEx_SetRxFifoThreshold stm32wbxx_hal_uart_ex.o + 0x08004cb0 0x08004cb0 0x0000008c Code RO 2062 .text.HAL_UARTEx_SetTxFifoThreshold stm32wbxx_hal_uart_ex.o + 0x08004d3c 0x08004d3c 0x00000008 Code RO 2044 .text.HAL_UARTEx_TxFifoEmptyCallback stm32wbxx_hal_uart_ex.o + 0x08004d44 0x08004d44 0x00000008 Code RO 2040 .text.HAL_UARTEx_WakeupCallback stm32wbxx_hal_uart_ex.o + 0x08004d4c 0x08004d4c 0x00000008 Code RO 1978 .text.HAL_UART_ErrorCallback stm32wbxx_hal_uart.o + 0x08004d54 0x08004d54 0x00000596 Code RO 1974 .text.HAL_UART_IRQHandler stm32wbxx_hal_uart.o + 0x080052ea 0x080052ea 0x00000002 PAD + 0x080052ec 0x080052ec 0x000000aa Code RO 1886 .text.HAL_UART_Init stm32wbxx_hal_uart.o + 0x08005396 0x08005396 0x00000002 PAD + 0x08005398 0x08005398 0x000001be Code RO 370 .text.HAL_UART_MspInit stm32wbxx_hal_msp.o + 0x08005556 0x08005556 0x00000002 PAD + 0x08005558 0x08005558 0x000000a0 Code RO 1922 .text.HAL_UART_Receive_IT stm32wbxx_hal_uart.o + 0x080055f8 0x080055f8 0x0000006c Code RO 212 .text.HAL_UART_RxCpltCallback hw_uart.o + 0x08005664 0x08005664 0x00000108 Code RO 1926 .text.HAL_UART_Transmit_DMA stm32wbxx_hal_uart.o + 0x0800576c 0x0800576c 0x0000006c Code RO 214 .text.HAL_UART_TxCpltCallback hw_uart.o + 0x080057d8 0x080057d8 0x00000008 Code RO 1986 .text.HAL_UART_TxHalfCpltCallback stm32wbxx_hal_uart.o + 0x080057e0 0x080057e0 0x00000008 Code RO 343 .text.HSEM_IRQHandler stm32wbxx_it.o + 0x080057e8 0x080057e8 0x00000018 Code RO 2255 .text.HW_IPCC_BLE_AclDataAckNot tl_mbox.o + 0x08005800 0x08005800 0x00000036 Code RO 534 .text.HW_IPCC_BLE_AclDataEvtHandler hw_ipcc.o + 0x08005836 0x08005836 0x00000002 PAD + 0x08005838 0x08005838 0x00000016 Code RO 520 .text.HW_IPCC_BLE_EvtHandler hw_ipcc.o + 0x0800584e 0x0800584e 0x00000002 PAD + 0x08005850 0x08005850 0x00000060 Code RO 2251 .text.HW_IPCC_BLE_RxEvtNot tl_mbox.o + 0x080058b0 0x080058b0 0x00000028 Code RO 536 .text.HW_IPCC_Enable hw_ipcc.o + 0x080058d8 0x080058d8 0x00000030 Code RO 546 .text.HW_IPCC_Init hw_ipcc.o + 0x08005908 0x08005908 0x0000004a Code RO 532 .text.HW_IPCC_MM_FreeBufHandler hw_ipcc.o + 0x08005952 0x08005952 0x00000002 PAD + 0x08005954 0x08005954 0x00000068 Code RO 594 .text.HW_IPCC_MM_SendFreeBuf hw_ipcc.o + 0x080059bc 0x080059bc 0x000000e6 Code RO 510 .text.HW_IPCC_Rx_Handler hw_ipcc.o + 0x08005aa2 0x08005aa2 0x00000002 PAD + 0x08005aa4 0x08005aa4 0x00000036 Code RO 528 .text.HW_IPCC_SYS_CmdEvtHandler hw_ipcc.o + 0x08005ada 0x08005ada 0x00000002 PAD + 0x08005adc 0x08005adc 0x0000002e Code RO 2261 .text.HW_IPCC_SYS_CmdEvtNot tl_mbox.o + 0x08005b0a 0x08005b0a 0x00000002 PAD + 0x08005b0c 0x08005b0c 0x00000016 Code RO 514 .text.HW_IPCC_SYS_EvtHandler hw_ipcc.o + 0x08005b22 0x08005b22 0x00000002 PAD + 0x08005b24 0x08005b24 0x00000040 Code RO 2263 .text.HW_IPCC_SYS_EvtNot tl_mbox.o + 0x08005b64 0x08005b64 0x00000032 Code RO 570 .text.HW_IPCC_SYS_Init hw_ipcc.o + 0x08005b96 0x08005b96 0x00000002 PAD + 0x08005b98 0x08005b98 0x0000003e Code RO 572 .text.HW_IPCC_SYS_SendCmd hw_ipcc.o + 0x08005bd6 0x08005bd6 0x00000002 PAD + 0x08005bd8 0x08005bd8 0x00000016 Code RO 522 .text.HW_IPCC_TRACES_EvtHandler hw_ipcc.o + 0x08005bee 0x08005bee 0x00000002 PAD + 0x08005bf0 0x08005bf0 0x00000030 Code RO 2291 .text.HW_IPCC_TRACES_EvtNot tl_mbox.o + 0x08005c20 0x08005c20 0x00000032 Code RO 596 .text.HW_IPCC_TRACES_Init hw_ipcc.o + 0x08005c52 0x08005c52 0x00000002 PAD + 0x08005c54 0x08005c54 0x000000b8 Code RO 524 .text.HW_IPCC_Tx_Handler hw_ipcc.o + 0x08005d0c 0x08005d0c 0x00000036 Code RO 530 .text.HW_IPCC_ZIGBEE_CmdEvtHandler hw_ipcc.o + 0x08005d42 0x08005d42 0x00000002 PAD + 0x08005d44 0x08005d44 0x0000003c Code RO 578 .text.HW_IPCC_ZIGBEE_Init hw_ipcc.o + 0x08005d80 0x08005d80 0x00000014 Code RO 2269 .text.HW_IPCC_ZIGBEE_RecvAppliAckFromM0 tl_mbox.o + 0x08005d94 0x08005d94 0x00000014 Code RO 2273 .text.HW_IPCC_ZIGBEE_RecvM0NotifyToM4 tl_mbox.o + 0x08005da8 0x08005da8 0x00000014 Code RO 2279 .text.HW_IPCC_ZIGBEE_RecvM0RequestToM4 tl_mbox.o + 0x08005dbc 0x08005dbc 0x0000003e Code RO 582 .text.HW_IPCC_ZIGBEE_SendM4AckToM0Notify hw_ipcc.o + 0x08005dfa 0x08005dfa 0x00000002 PAD + 0x08005dfc 0x08005dfc 0x0000003e Code RO 586 .text.HW_IPCC_ZIGBEE_SendM4AckToM0Request hw_ipcc.o + 0x08005e3a 0x08005e3a 0x00000002 PAD + 0x08005e3c 0x08005e3c 0x0000003e Code RO 580 .text.HW_IPCC_ZIGBEE_SendM4RequestToM0 hw_ipcc.o + 0x08005e7a 0x08005e7a 0x00000002 PAD + 0x08005e7c 0x08005e7c 0x00000036 Code RO 518 .text.HW_IPCC_ZIGBEE_StackM0RequestHandler hw_ipcc.o + 0x08005eb2 0x08005eb2 0x00000002 PAD + 0x08005eb4 0x08005eb4 0x00000036 Code RO 516 .text.HW_IPCC_ZIGBEE_StackNotifEvtHandler hw_ipcc.o + 0x08005eea 0x08005eea 0x00000002 PAD + 0x08005eec 0x08005eec 0x000001f2 Code RO 160 .text.HW_TS_Init hw_timerserver.o + 0x080060de 0x080060de 0x00000002 PAD + 0x080060e0 0x080060e0 0x00000014 Code RO 156 .text.HW_TS_RTC_Int_AppNot hw_timerserver.o + 0x080060f4 0x080060f4 0x000001b6 Code RO 148 .text.HW_TS_RTC_Wakeup_Handler hw_timerserver.o + 0x080062aa 0x080062aa 0x00000002 PAD + 0x080062ac 0x080062ac 0x00000112 Code RO 152 .text.HW_TS_Start hw_timerserver.o + 0x080063be 0x080063be 0x00000002 PAD + 0x080063c0 0x080063c0 0x00000150 Code RO 154 .text.HW_TS_Stop hw_timerserver.o + 0x08006510 0x08006510 0x00000086 Code RO 200 .text.HW_UART_Receive_IT hw_uart.o + 0x08006596 0x08006596 0x00000002 PAD + 0x08006598 0x08006598 0x000000cc Code RO 206 .text.HW_UART_Transmit_DMA hw_uart.o + 0x08006664 0x08006664 0x00000004 Code RO 303 .text.HardFault_Handler stm32wbxx_it.o + 0x08006668 0x08006668 0x00000008 Code RO 683 .text.Hardware_GetTickMs hardware.o + 0x08006670 0x08006670 0x00000066 Code RO 675 .text.Hardware_Init hardware.o + 0x080066d6 0x080066d6 0x00000002 PAD + 0x080066d8 0x080066d8 0x00000004 Code RO 689 .text.Hardware_ReadAnalogRaw hardware.o + 0x080066dc 0x080066dc 0x00000068 Code RO 687 .text.Hardware_ReadButton hardware.o + 0x08006744 0x08006744 0x00000004 Code RO 685 .text.Hardware_ReadRoleSwitchIsMaster hardware.o + 0x08006748 0x08006748 0x0000002e Code RO 679 .text.Hardware_SetRoleLed hardware.o + 0x08006776 0x08006776 0x00000002 PAD + 0x08006778 0x08006778 0x00000008 Code RO 339 .text.IPCC_C1_RX_IRQHandler stm32wbxx_it.o + 0x08006780 0x08006780 0x00000008 Code RO 341 .text.IPCC_C1_TX_IRQHandler stm32wbxx_it.o + 0x08006788 0x08006788 0x0000001c Code RO 1849 .text.IPCC_Reset_Register stm32wbxx_hal_ipcc.o + 0x080067a4 0x080067a4 0x00000044 Code RO 1851 .text.IPCC_SetDefaultCallbacks stm32wbxx_hal_ipcc.o + 0x080067e8 0x080067e8 0x00000020 Code RO 65 .text.Init_Debug app_entry.o + 0x08006808 0x08006808 0x0000000a Code RO 77 .text.Init_Exti app_entry.o + 0x08006812 0x08006812 0x00000002 PAD + 0x08006814 0x08006814 0x00000024 Code RO 109 .text.Init_Rtc app_entry.o + 0x08006838 0x08006838 0x00000002 Code RO 75 .text.Init_Smps app_entry.o + 0x0800683a 0x0800683a 0x00000002 PAD + 0x0800683c 0x0800683c 0x00000020 Code RO 35 .text.LL_AHB1_GRP1_EnableClock main.o + 0x0800685c 0x0800685c 0x00000020 Code RO 37 .text.LL_AHB2_GRP1_EnableClock main.o + 0x0800687c 0x0800687c 0x00000020 Code RO 374 .text.LL_AHB2_GRP1_EnableClock stm32wbxx_hal_msp.o + 0x0800689c 0x0800689c 0x00000020 Code RO 677 .text.LL_AHB2_GRP1_EnableClock hardware.o + 0x080068bc 0x080068bc 0x00000020 Code RO 749 .text.LL_AHB2_GRP1_EnableClock stm32wbxx_nucleo.o + 0x080068dc 0x080068dc 0x00000020 Code RO 362 .text.LL_AHB3_GRP1_EnableClock stm32wbxx_hal_msp.o + 0x080068fc 0x080068fc 0x00000020 Code RO 548 .text.LL_AHB3_GRP1_EnableClock hw_ipcc.o + 0x0800691c 0x0800691c 0x00000020 Code RO 390 .text.LL_APB1_GRP1_EnableClock stm32wbxx_hal_msp.o + 0x0800693c 0x0800693c 0x00000020 Code RO 372 .text.LL_APB1_GRP2_EnableClock stm32wbxx_hal_msp.o + 0x0800695c 0x0800695c 0x00000020 Code RO 376 .text.LL_APB2_GRP1_EnableClock stm32wbxx_hal_msp.o + 0x0800697c 0x0800697c 0x00000010 Code RO 584 .text.LL_C1_IPCC_ClearFlag_CHx hw_ipcc.o + 0x0800698c 0x0800698c 0x00000014 Code RO 602 .text.LL_C1_IPCC_DisableReceiveChannel hw_ipcc.o + 0x080069a0 0x080069a0 0x00000016 Code RO 600 .text.LL_C1_IPCC_DisableTransmitChannel hw_ipcc.o + 0x080069b6 0x080069b6 0x00000002 PAD + 0x080069b8 0x080069b8 0x00000012 Code RO 550 .text.LL_C1_IPCC_EnableIT_RXO hw_ipcc.o + 0x080069ca 0x080069ca 0x00000002 PAD + 0x080069cc 0x080069cc 0x00000012 Code RO 552 .text.LL_C1_IPCC_EnableIT_TXF hw_ipcc.o + 0x080069de 0x080069de 0x00000002 PAD + 0x080069e0 0x080069e0 0x00000014 Code RO 556 .text.LL_C1_IPCC_EnableReceiveChannel hw_ipcc.o + 0x080069f4 0x080069f4 0x00000016 Code RO 564 .text.LL_C1_IPCC_EnableTransmitChannel hw_ipcc.o + 0x08006a0a 0x08006a0a 0x00000002 PAD + 0x08006a0c 0x08006a0c 0x0000001a Code RO 526 .text.LL_C1_IPCC_IsActiveFlag_CHx hw_ipcc.o + 0x08006a26 0x08006a26 0x00000002 PAD + 0x08006a28 0x08006a28 0x00000012 Code RO 560 .text.LL_C1_IPCC_SetFlag_CHx hw_ipcc.o + 0x08006a3a 0x08006a3a 0x00000002 PAD + 0x08006a3c 0x08006a3c 0x00000022 Code RO 538 .text.LL_C2_AHB3_GRP1_EnableClock hw_ipcc.o + 0x08006a5e 0x08006a5e 0x00000002 PAD + 0x08006a60 0x08006a60 0x00000018 Code RO 542 .text.LL_C2_EXTI_EnableEvent_32_63 hw_ipcc.o + 0x08006a78 0x08006a78 0x00000018 Code RO 105 .text.LL_C2_EXTI_EnableIT_32_63 app_entry.o + 0x08006a90 0x08006a90 0x0000001a Code RO 512 .text.LL_C2_IPCC_IsActiveFlag_CHx hw_ipcc.o + 0x08006aaa 0x08006aaa 0x00000002 PAD + 0x08006aac 0x08006aac 0x0000001c Code RO 121 .text.LL_C2_PWR_SetPowerMode app_entry.o + 0x08006ac8 0x08006ac8 0x0000001c Code RO 890 .text.LL_C2_RCC_SetAHBPrescaler stm32wbxx_hal_rcc.o + 0x08006ae4 0x08006ae4 0x00000012 Code RO 1728 .text.LL_DBGMCU_EnableDBGSleepMode stm32wbxx_hal.o + 0x08006af6 0x08006af6 0x00000002 PAD + 0x08006af8 0x08006af8 0x00000014 Code RO 1568 .text.LL_EXTI_ClearFlag_0_31 stm32wbxx_hal_pwr_ex.o + 0x08006b0c 0x08006b0c 0x00000014 Code RO 1576 .text.LL_EXTI_ClearFlag_32_63 stm32wbxx_hal_pwr_ex.o + 0x08006b20 0x08006b20 0x00000018 Code RO 164 .text.LL_EXTI_EnableIT_0_31 hw_timerserver.o + 0x08006b38 0x08006b38 0x00000018 Code RO 79 .text.LL_EXTI_EnableIT_32_63 app_entry.o + 0x08006b50 0x08006b50 0x00000018 Code RO 162 .text.LL_EXTI_EnableRisingTrig_0_31 hw_timerserver.o + 0x08006b68 0x08006b68 0x00000018 Code RO 540 .text.LL_EXTI_EnableRisingTrig_32_63 hw_ipcc.o + 0x08006b80 0x08006b80 0x00000016 Code RO 1566 .text.LL_EXTI_ReadFlag_0_31 stm32wbxx_hal_pwr_ex.o + 0x08006b96 0x08006b96 0x00000002 PAD + 0x08006b98 0x08006b98 0x00000016 Code RO 1572 .text.LL_EXTI_ReadFlag_32_63 stm32wbxx_hal_pwr_ex.o + 0x08006bae 0x08006bae 0x00000002 PAD + 0x08006bb0 0x08006bb0 0x00000012 Code RO 83 .text.LL_LPM_EnableSleep app_entry.o + 0x08006bc2 0x08006bc2 0x00000002 PAD + 0x08006bc4 0x08006bc4 0x00000012 Code RO 544 .text.LL_PWR_EnableBootC2 hw_ipcc.o + 0x08006bd6 0x08006bd6 0x00000002 PAD + 0x08006bd8 0x08006bd8 0x00000010 Code RO 388 .text.LL_RCC_EnableRTC stm32wbxx_hal_msp.o + 0x08006be8 0x08006be8 0x00000010 Code RO 976 .text.LL_RCC_ForceBackupDomainReset stm32wbxx_hal_rcc_ex.o + 0x08006bf8 0x08006bf8 0x00000012 Code RO 930 .text.LL_RCC_GetAHB4Prescaler stm32wbxx_hal_rcc.o + 0x08006c0a 0x08006c0a 0x00000002 PAD + 0x08006c0c 0x08006c0c 0x0000000e Code RO 922 .text.LL_RCC_GetAHBPrescaler stm32wbxx_hal_rcc.o + 0x08006c1a 0x08006c1a 0x00000002 PAD + 0x08006c1c 0x08006c1c 0x0000000e Code RO 934 .text.LL_RCC_GetAPB1Prescaler stm32wbxx_hal_rcc.o + 0x08006c2a 0x08006c2a 0x00000002 PAD + 0x08006c2c 0x08006c2c 0x0000000e Code RO 938 .text.LL_RCC_GetAPB2Prescaler stm32wbxx_hal_rcc.o + 0x08006c3a 0x08006c3a 0x00000002 PAD + 0x08006c3c 0x08006c3c 0x00000014 Code RO 2016 .text.LL_RCC_GetLPUARTClockSource stm32wbxx_hal_uart.o + 0x08006c50 0x08006c50 0x0000000e Code RO 972 .text.LL_RCC_GetRTCClockSource stm32wbxx_hal_rcc_ex.o + 0x08006c5e 0x08006c5e 0x00000002 PAD + 0x08006c60 0x08006c60 0x0000000e Code RO 826 .text.LL_RCC_GetSysClkSource stm32wbxx_hal_rcc.o + 0x08006c6e 0x08006c6e 0x00000002 PAD + 0x08006c70 0x08006c70 0x00000014 Code RO 2014 .text.LL_RCC_GetUSARTClockSource stm32wbxx_hal_uart.o + 0x08006c84 0x08006c84 0x0000000e Code RO 840 .text.LL_RCC_HSE_Disable stm32wbxx_hal_rcc.o + 0x08006c92 0x08006c92 0x00000002 PAD + 0x08006c94 0x08006c94 0x0000000e Code RO 838 .text.LL_RCC_HSE_Enable stm32wbxx_hal_rcc.o + 0x08006ca2 0x08006ca2 0x00000002 PAD + 0x08006ca4 0x08006ca4 0x0000000c Code RO 914 .text.LL_RCC_HSE_IsEnabledDiv2 stm32wbxx_hal_rcc.o + 0x08006cb0 0x08006cb0 0x0000000c Code RO 842 .text.LL_RCC_HSE_IsReady stm32wbxx_hal_rcc.o + 0x08006cbc 0x08006cbc 0x00000026 Code RO 107 .text.LL_RCC_HSE_SetCapacitorTuning app_entry.o + 0x08006ce2 0x08006ce2 0x00000002 PAD + 0x08006ce4 0x08006ce4 0x00000010 Code RO 878 .text.LL_RCC_HSI48_Disable stm32wbxx_hal_rcc.o + 0x08006cf4 0x08006cf4 0x00000010 Code RO 874 .text.LL_RCC_HSI48_Enable stm32wbxx_hal_rcc.o + 0x08006d04 0x08006d04 0x0000000e Code RO 876 .text.LL_RCC_HSI48_IsReady stm32wbxx_hal_rcc.o + 0x08006d12 0x08006d12 0x00000002 PAD + 0x08006d14 0x08006d14 0x0000000e Code RO 848 .text.LL_RCC_HSI_Disable stm32wbxx_hal_rcc.o + 0x08006d22 0x08006d22 0x00000002 PAD + 0x08006d24 0x08006d24 0x0000000e Code RO 844 .text.LL_RCC_HSI_Enable stm32wbxx_hal_rcc.o + 0x08006d32 0x08006d32 0x00000002 PAD + 0x08006d34 0x08006d34 0x0000000e Code RO 117 .text.LL_RCC_HSI_EnableAutoFromStop app_entry.o + 0x08006d42 0x08006d42 0x00000002 PAD + 0x08006d44 0x08006d44 0x0000000c Code RO 846 .text.LL_RCC_HSI_IsReady stm32wbxx_hal_rcc.o + 0x08006d50 0x08006d50 0x0000001c Code RO 818 .text.LL_RCC_HSI_SetCalibTrimming stm32wbxx_hal_rcc.o + 0x08006d6c 0x08006d6c 0x00000010 Code RO 892 .text.LL_RCC_IsActiveFlag_C2HPRE stm32wbxx_hal_rcc.o + 0x08006d7c 0x08006d7c 0x0000000e Code RO 888 .text.LL_RCC_IsActiveFlag_HPRE stm32wbxx_hal_rcc.o + 0x08006d8a 0x08006d8a 0x00000002 PAD + 0x08006d8c 0x08006d8c 0x0000000e Code RO 900 .text.LL_RCC_IsActiveFlag_PPRE1 stm32wbxx_hal_rcc.o + 0x08006d9a 0x08006d9a 0x00000002 PAD + 0x08006d9c 0x08006d9c 0x0000000e Code RO 904 .text.LL_RCC_IsActiveFlag_PPRE2 stm32wbxx_hal_rcc.o + 0x08006daa 0x08006daa 0x00000002 PAD + 0x08006dac 0x08006dac 0x00000010 Code RO 896 .text.LL_RCC_IsActiveFlag_SHDHPRE stm32wbxx_hal_rcc.o + 0x08006dbc 0x08006dbc 0x00000010 Code RO 868 .text.LL_RCC_LSE_Disable stm32wbxx_hal_rcc.o + 0x08006dcc 0x08006dcc 0x00000010 Code RO 870 .text.LL_RCC_LSE_DisableBypass stm32wbxx_hal_rcc.o + 0x08006ddc 0x08006ddc 0x00000010 Code RO 864 .text.LL_RCC_LSE_Enable stm32wbxx_hal_rcc.o + 0x08006dec 0x08006dec 0x00000010 Code RO 866 .text.LL_RCC_LSE_EnableBypass stm32wbxx_hal_rcc.o + 0x08006dfc 0x08006dfc 0x0000000e Code RO 980 .text.LL_RCC_LSE_IsEnabled stm32wbxx_hal_rcc_ex.o + 0x08006e0a 0x08006e0a 0x00000002 PAD + 0x08006e0c 0x08006e0c 0x0000000e Code RO 872 .text.LL_RCC_LSE_IsReady stm32wbxx_hal_rcc.o + 0x08006e1a 0x08006e1a 0x00000002 PAD + 0x08006e1c 0x08006e1c 0x0000000e Code RO 982 .text.LL_RCC_LSE_IsReady stm32wbxx_hal_rcc_ex.o + 0x08006e2a 0x08006e2a 0x00000002 PAD + 0x08006e2c 0x08006e2c 0x0000001a Code RO 27 .text.LL_RCC_LSE_SetDriveCapability main.o + 0x08006e46 0x08006e46 0x00000002 PAD + 0x08006e48 0x08006e48 0x00000010 Code RO 860 .text.LL_RCC_LSI1_Disable stm32wbxx_hal_rcc.o + 0x08006e58 0x08006e58 0x00000010 Code RO 852 .text.LL_RCC_LSI1_Enable stm32wbxx_hal_rcc.o + 0x08006e68 0x08006e68 0x0000000e Code RO 850 .text.LL_RCC_LSI1_IsReady stm32wbxx_hal_rcc.o + 0x08006e76 0x08006e76 0x00000002 PAD + 0x08006e78 0x08006e78 0x00000010 Code RO 862 .text.LL_RCC_LSI2_Disable stm32wbxx_hal_rcc.o + 0x08006e88 0x08006e88 0x00000010 Code RO 854 .text.LL_RCC_LSI2_Enable stm32wbxx_hal_rcc.o + 0x08006e98 0x08006e98 0x0000000e Code RO 856 .text.LL_RCC_LSI2_IsReady stm32wbxx_hal_rcc.o + 0x08006ea6 0x08006ea6 0x00000002 PAD + 0x08006ea8 0x08006ea8 0x0000001c Code RO 858 .text.LL_RCC_LSI2_SetTrimming stm32wbxx_hal_rcc.o + 0x08006ec4 0x08006ec4 0x0000000e Code RO 836 .text.LL_RCC_MSI_Disable stm32wbxx_hal_rcc.o + 0x08006ed2 0x08006ed2 0x00000002 PAD + 0x08006ed4 0x08006ed4 0x0000000e Code RO 810 .text.LL_RCC_MSI_Enable stm32wbxx_hal_rcc.o + 0x08006ee2 0x08006ee2 0x00000002 PAD + 0x08006ee4 0x08006ee4 0x00000022 Code RO 830 .text.LL_RCC_MSI_GetRange stm32wbxx_hal_rcc.o + 0x08006f06 0x08006f06 0x00000002 PAD + 0x08006f08 0x08006f08 0x0000000c Code RO 812 .text.LL_RCC_MSI_IsReady stm32wbxx_hal_rcc.o + 0x08006f14 0x08006f14 0x0000001c Code RO 816 .text.LL_RCC_MSI_SetCalibTrimming stm32wbxx_hal_rcc.o + 0x08006f30 0x08006f30 0x00000018 Code RO 814 .text.LL_RCC_MSI_SetRange stm32wbxx_hal_rcc.o + 0x08006f48 0x08006f48 0x0000000e Code RO 1086 .text.LL_RCC_PLLSAI1_Disable stm32wbxx_hal_rcc_ex.o + 0x08006f56 0x08006f56 0x00000002 PAD + 0x08006f58 0x08006f58 0x0000000e Code RO 1088 .text.LL_RCC_PLLSAI1_Enable stm32wbxx_hal_rcc_ex.o + 0x08006f66 0x08006f66 0x00000002 PAD + 0x08006f68 0x08006f68 0x0000000c Code RO 1050 .text.LL_RCC_PLLSAI1_IsReady stm32wbxx_hal_rcc_ex.o + 0x08006f74 0x08006f74 0x0000000e Code RO 880 .text.LL_RCC_PLL_Disable stm32wbxx_hal_rcc.o + 0x08006f82 0x08006f82 0x00000002 PAD + 0x08006f84 0x08006f84 0x0000000e Code RO 882 .text.LL_RCC_PLL_Enable stm32wbxx_hal_rcc.o + 0x08006f92 0x08006f92 0x00000002 PAD + 0x08006f94 0x08006f94 0x0000000e Code RO 918 .text.LL_RCC_PLL_GetDivider stm32wbxx_hal_rcc.o + 0x08006fa2 0x08006fa2 0x00000002 PAD + 0x08006fa4 0x08006fa4 0x0000000e Code RO 828 .text.LL_RCC_PLL_GetMainSource stm32wbxx_hal_rcc.o + 0x08006fb2 0x08006fb2 0x00000002 PAD + 0x08006fb4 0x08006fb4 0x0000000e Code RO 916 .text.LL_RCC_PLL_GetN stm32wbxx_hal_rcc.o + 0x08006fc2 0x08006fc2 0x00000002 PAD + 0x08006fc4 0x08006fc4 0x0000000e Code RO 920 .text.LL_RCC_PLL_GetR stm32wbxx_hal_rcc.o + 0x08006fd2 0x08006fd2 0x00000002 PAD + 0x08006fd4 0x08006fd4 0x0000000c Code RO 820 .text.LL_RCC_PLL_IsReady stm32wbxx_hal_rcc.o + 0x08006fe0 0x08006fe0 0x00000010 Code RO 978 .text.LL_RCC_ReleaseBackupDomainReset stm32wbxx_hal_rcc_ex.o + 0x08006ff0 0x08006ff0 0x0000001a Code RO 1000 .text.LL_RCC_SetADCClockSource stm32wbxx_hal_rcc_ex.o + 0x0800700a 0x0800700a 0x00000002 PAD + 0x0800700c 0x0800700c 0x0000001e Code RO 894 .text.LL_RCC_SetAHB4Prescaler stm32wbxx_hal_rcc.o + 0x0800702a 0x0800702a 0x00000002 PAD + 0x0800702c 0x0800702c 0x0000001a Code RO 886 .text.LL_RCC_SetAHBPrescaler stm32wbxx_hal_rcc.o + 0x08007046 0x08007046 0x00000002 PAD + 0x08007048 0x08007048 0x0000001a Code RO 898 .text.LL_RCC_SetAPB1Prescaler stm32wbxx_hal_rcc.o + 0x08007062 0x08007062 0x00000002 PAD + 0x08007064 0x08007064 0x0000001a Code RO 902 .text.LL_RCC_SetAPB2Prescaler stm32wbxx_hal_rcc.o + 0x0800707e 0x0800707e 0x00000002 PAD + 0x08007080 0x08007080 0x0000001a Code RO 998 .text.LL_RCC_SetCLK48ClockSource stm32wbxx_hal_rcc_ex.o + 0x0800709a 0x0800709a 0x00000002 PAD + 0x0800709c 0x0800709c 0x0000001a Code RO 119 .text.LL_RCC_SetClkAfterWakeFromStop app_entry.o + 0x080070b6 0x080070b6 0x00000002 PAD + 0x080070b8 0x080070b8 0x00000026 Code RO 990 .text.LL_RCC_SetI2CClockSource stm32wbxx_hal_rcc_ex.o + 0x080070de 0x080070de 0x00000002 PAD + 0x080070e0 0x080070e0 0x00000022 Code RO 988 .text.LL_RCC_SetLPTIMClockSource stm32wbxx_hal_rcc_ex.o + 0x08007102 0x08007102 0x00000002 PAD + 0x08007104 0x08007104 0x0000001a Code RO 986 .text.LL_RCC_SetLPUARTClockSource stm32wbxx_hal_rcc_ex.o + 0x0800711e 0x0800711e 0x00000002 PAD + 0x08007120 0x08007120 0x0000001a Code RO 1004 .text.LL_RCC_SetRFWKPClockSource stm32wbxx_hal_rcc_ex.o + 0x0800713a 0x0800713a 0x00000002 PAD + 0x0800713c 0x0800713c 0x0000001a Code RO 996 .text.LL_RCC_SetRNGClockSource stm32wbxx_hal_rcc_ex.o + 0x08007156 0x08007156 0x00000002 PAD + 0x08007158 0x08007158 0x0000001a Code RO 386 .text.LL_RCC_SetRTCClockSource stm32wbxx_hal_msp.o + 0x08007172 0x08007172 0x00000002 PAD + 0x08007174 0x08007174 0x0000001a Code RO 974 .text.LL_RCC_SetRTCClockSource stm32wbxx_hal_rcc_ex.o + 0x0800718e 0x0800718e 0x00000002 PAD + 0x08007190 0x08007190 0x0000001a Code RO 970 .text.LL_RCC_SetSAIClockSource stm32wbxx_hal_rcc_ex.o + 0x080071aa 0x080071aa 0x00000002 PAD + 0x080071ac 0x080071ac 0x0000001a Code RO 1008 .text.LL_RCC_SetSMPSClockSource stm32wbxx_hal_rcc_ex.o + 0x080071c6 0x080071c6 0x00000002 PAD + 0x080071c8 0x080071c8 0x0000001a Code RO 1006 .text.LL_RCC_SetSMPSPrescaler stm32wbxx_hal_rcc_ex.o + 0x080071e2 0x080071e2 0x00000002 PAD + 0x080071e4 0x080071e4 0x0000001a Code RO 906 .text.LL_RCC_SetSysClkSource stm32wbxx_hal_rcc.o + 0x080071fe 0x080071fe 0x00000002 PAD + 0x08007200 0x08007200 0x0000001a Code RO 984 .text.LL_RCC_SetUSARTClockSource stm32wbxx_hal_rcc_ex.o + 0x0800721a 0x0800721a 0x00000002 PAD + 0x0800721c 0x0800721c 0x00000010 Code RO 992 .text.LL_RCC_SetUSBClockSource stm32wbxx_hal_rcc_ex.o + 0x0800722c 0x0800722c 0x00000014 Code RO 111 .text.LL_RTC_DisableWriteProtection app_entry.o + 0x08007240 0x08007240 0x0000000e Code RO 115 .text.LL_RTC_EnableWriteProtection app_entry.o + 0x0800724e 0x0800724e 0x00000002 PAD + 0x08007250 0x08007250 0x0000001a Code RO 113 .text.LL_RTC_WAKEUP_SetClock app_entry.o + 0x0800726a 0x0800726a 0x00000002 PAD + 0x0800726c 0x0800726c 0x00000010 Code RO 335 .text.LPUART1_IRQHandler stm32wbxx_it.o + 0x0800727c 0x0800727c 0x00000010 Code RO 2417 .text.LST_init_head stm_list.o + 0x0800728c 0x0800728c 0x00000040 Code RO 2421 .text.LST_insert_head stm_list.o + 0x080072cc 0x080072cc 0x00000040 Code RO 2423 .text.LST_insert_tail stm_list.o + 0x0800730c 0x0800730c 0x00000042 Code RO 2419 .text.LST_is_empty stm_list.o + 0x0800734e 0x0800734e 0x00000002 PAD + 0x08007350 0x08007350 0x00000038 Code RO 2427 .text.LST_remove_head stm_list.o + 0x08007388 0x08007388 0x00000034 Code RO 2425 .text.LST_remove_node stm_list.o + 0x080073bc 0x080073bc 0x00000016 Code RO 67 .text.Led_Init app_entry.o + 0x080073d2 0x080073d2 0x00000002 PAD + 0x080073d4 0x080073d4 0x0000008c Code RO 180 .text.LinkTimerAfter hw_timerserver.o + 0x08007460 0x08007460 0x000000b4 Code RO 182 .text.LinkTimerBefore hw_timerserver.o + 0x08007514 0x08007514 0x0000001e Code RO 53 .text.MX_APPE_Config app_entry.o + 0x08007532 0x08007532 0x00000002 PAD + 0x08007534 0x08007534 0x00000036 Code RO 59 .text.MX_APPE_Init app_entry.o + 0x0800756a 0x0800756a 0x00000002 PAD + 0x0800756c 0x0800756c 0x00000010 Code RO 85 .text.MX_APPE_Process app_entry.o + 0x0800757c 0x0800757c 0x0000003a Code RO 21 .text.MX_DMA_Init main.o + 0x080075b6 0x080075b6 0x00000002 PAD + 0x080075b8 0x080075b8 0x00000016 Code RO 19 .text.MX_GPIO_Init main.o + 0x080075ce 0x080075ce 0x00000002 PAD + 0x080075d0 0x080075d0 0x00000024 Code RO 17 .text.MX_IPCC_Init main.o + 0x080075f4 0x080075f4 0x00000002 Code RO 25 .text.MX_RF_Init main.o + 0x080075f6 0x080075f6 0x00000002 PAD + 0x080075f8 0x080075f8 0x0000005a Code RO 23 .text.MX_RTC_Init main.o + 0x08007652 0x08007652 0x00000002 PAD + 0x08007654 0x08007654 0x00000090 Code RO 33 .text.MX_USART1_UART_Init main.o + 0x080076e4 0x080076e4 0x00000004 Code RO 305 .text.MemManage_Handler stm32wbxx_it.o + 0x080076e8 0x080076e8 0x00000004 Code RO 301 .text.NMI_Handler stm32wbxx_it.o + 0x080076ec 0x080076ec 0x0000006c Code RO 1595 .text.NVIC_EncodePriority stm32wbxx_hal_cortex.o + 0x08007758 0x08007758 0x00000062 Code RO 2409 .text.OTP_Read otp.o + 0x080077ba 0x080077ba 0x00000002 PAD + 0x080077bc 0x080077bc 0x00000118 Code RO 2249 .text.OutputDbgTrace tl_mbox.o + 0x080078d4 0x080078d4 0x00000008 Code RO 319 .text.PVD_PVM_IRQHandler stm32wbxx_it.o + 0x080078dc 0x080078dc 0x00000002 Code RO 337 .text.PWR_SOTF_BLEACT_802ACT_RFPHASE_IRQHandler stm32wbxx_it.o + 0x080078de 0x080078de 0x00000002 PAD + 0x080078e0 0x080078e0 0x00000002 Code RO 315 .text.PendSV_Handler stm32wbxx_it.o + 0x080078e2 0x080078e2 0x00000002 PAD + 0x080078e4 0x080078e4 0x00000036 Code RO 15 .text.PeriphCommonClock_Config main.o + 0x0800791a 0x0800791a 0x00000002 PAD + 0x0800791c 0x0800791c 0x00000002 Code RO 2473 .text.Post_ZigbeeCmdProcessing tl_zigbee_hci.o + 0x0800791e 0x0800791e 0x00000002 PAD + 0x08007920 0x08007920 0x0000000a Code RO 451 .text.Pre_ZigbeeCmdProcessing app_zigbee.o + 0x0800792a 0x0800792a 0x00000002 PAD + 0x0800792c 0x0800792c 0x000000b6 Code RO 968 .text.RCCEx_PLLSAI1_ConfigNP stm32wbxx_hal_rcc_ex.o + 0x080079e2 0x080079e2 0x00000002 PAD + 0x080079e4 0x080079e4 0x000000b6 Code RO 994 .text.RCCEx_PLLSAI1_ConfigNQ stm32wbxx_hal_rcc_ex.o + 0x08007a9a 0x08007a9a 0x00000002 PAD + 0x08007a9c 0x08007a9c 0x000000b6 Code RO 1002 .text.RCCEx_PLLSAI1_ConfigNR stm32wbxx_hal_rcc_ex.o + 0x08007b52 0x08007b52 0x00000002 PAD + 0x08007b54 0x08007b54 0x00000002 Code RO 325 .text.RCC_IRQHandler stm32wbxx_it.o + 0x08007b56 0x08007b56 0x00000002 PAD + 0x08007b58 0x08007b58 0x00000106 Code RO 954 .text.RCC_SetFlashLatency stm32wbxx_hal_rcc.o + 0x08007c5e 0x08007c5e 0x00000002 PAD + 0x08007c60 0x08007c60 0x00000076 Code RO 832 .text.RCC_SetFlashLatencyFromMSIRange stm32wbxx_hal_rcc.o + 0x08007cd6 0x08007cd6 0x00000002 PAD + 0x08007cd8 0x08007cd8 0x00000084 Code RO 2087 .text.RTC_EnterInitMode stm32wbxx_hal_rtc.o + 0x08007d5c 0x08007d5c 0x0000004a Code RO 2089 .text.RTC_ExitInitMode stm32wbxx_hal_rtc.o + 0x08007da6 0x08007da6 0x00000002 PAD + 0x08007da8 0x08007da8 0x00000008 Code RO 321 .text.RTC_WKUP_IRQHandler stm32wbxx_it.o + 0x08007db0 0x08007db0 0x0000003c Code RO 178 .text.ReadRtcSsrValue hw_timerserver.o + 0x08007dec 0x08007dec 0x0000000a Code RO 445 .text.Receive_Ack_From_M0 app_zigbee.o + 0x08007df6 0x08007df6 0x00000002 PAD + 0x08007df8 0x08007df8 0x0000001a Code RO 449 .text.Receive_Notification_From_M0 app_zigbee.o + 0x08007e12 0x08007e12 0x00000002 PAD + 0x08007e14 0x08007e14 0x0000017a Code RO 158 .text.RescheduleTimerList hw_timerserver.o + 0x08007f8e 0x08007f8e 0x00000002 PAD + 0x08007f90 0x08007f90 0x00000002 Code RO 55 .text.Reset_Device app_entry.o + 0x08007f92 0x08007f92 0x00000002 PAD + 0x08007f94 0x08007f94 0x000000d6 Code RO 176 .text.RestartWakeupCounter hw_timerserver.o + 0x0800806a 0x0800806a 0x00000002 PAD + 0x0800806c 0x0800806c 0x00000090 Code RO 174 .text.ReturnTimeElapsed hw_timerserver.o + 0x080080fc 0x080080fc 0x0000009e Code RO 131 .text.RxCpltCallback app_entry.o + 0x0800819a 0x0800819a 0x00000002 PAD + 0x0800819c 0x0800819c 0x0000001c Code RO 71 .text.RxUART_Init app_entry.o + 0x080081b8 0x080081b8 0x00000030 Code RO 3011 .text.SEQ_BitPosition stm32_seq.o + 0x080081e8 0x080081e8 0x0000001e Code RO 2341 .text.SHCI_C2_ZIGBEE_Init shci.o + 0x08008206 0x08008206 0x00000002 PAD + 0x08008208 0x08008208 0x00000124 Code RO 2373 .text.SHCI_GetWirelessFwInfo shci.o + 0x0800832c 0x0800832c 0x00000002 Code RO 311 .text.SVC_Handler stm32wbxx_it.o + 0x0800832e 0x0800832e 0x00000002 PAD + 0x08008330 0x08008330 0x0000003c Code RO 2287 .text.SendFreeBuf tl_mbox.o + 0x0800836c 0x0800836c 0x0000003a Code RO 706 .text.SlaveInputs_ClearChanges slave_inputs.o + 0x080083a6 0x080083a6 0x00000002 PAD + 0x080083a8 0x080083a8 0x00000084 Code RO 698 .text.SlaveInputs_Init slave_inputs.o + 0x0800842c 0x0800842c 0x000000fa Code RO 702 .text.SlaveInputs_Process slave_inputs.o + 0x08008526 0x08008526 0x00000002 PAD + 0x08008528 0x08008528 0x00000052 Code RO 1611 .text.SysTick_Config stm32wbxx_hal_cortex.o + 0x0800857a 0x0800857a 0x00000002 PAD + 0x0800857c 0x0800857c 0x00000008 Code RO 317 .text.SysTick_Handler stm32wbxx_it.o + 0x08008584 0x08008584 0x0000009e Code RO 13 .text.SystemClock_Config main.o + 0x08008622 0x08008622 0x00000002 PAD + 0x08008624 0x08008624 0x0000007e Code RO 2225 .text.SystemInit system_stm32wbxx.o + 0x080086a2 0x080086a2 0x00000002 PAD + 0x080086a4 0x080086a4 0x00000030 Code RO 63 .text.SystemPower_Config app_entry.o + 0x080086d4 0x080086d4 0x00000010 Code RO 61 .text.System_Init app_entry.o + 0x080086e4 0x080086e4 0x00000008 Code RO 2241 .text.TL_Enable tl_mbox.o + 0x080086ec 0x080086ec 0x00000074 Code RO 2243 .text.TL_Init tl_mbox.o + 0x08008760 0x08008760 0x0000002c Code RO 2285 .text.TL_MM_EvtDone tl_mbox.o + 0x0800878c 0x0800878c 0x0000006e Code RO 2283 .text.TL_MM_Init tl_mbox.o + 0x080087fa 0x080087fa 0x00000002 PAD + 0x080087fc 0x080087fc 0x00000058 Code RO 2257 .text.TL_SYS_Init tl_mbox.o + 0x08008854 0x08008854 0x0000002e Code RO 2259 .text.TL_SYS_SendCmd tl_mbox.o + 0x08008882 0x08008882 0x00000002 PAD + 0x08008884 0x08008884 0x00000020 Code RO 97 .text.TL_TRACES_EvtReceived app_entry.o + 0x080088a4 0x080088a4 0x00000028 Code RO 2289 .text.TL_TRACES_Init tl_mbox.o + 0x080088cc 0x080088cc 0x0000000e Code RO 443 .text.TL_ZIGBEE_CmdEvtReceived app_zigbee.o + 0x080088da 0x080088da 0x00000002 PAD + 0x080088dc 0x080088dc 0x00000032 Code RO 2265 .text.TL_ZIGBEE_Init tl_mbox.o + 0x0800890e 0x0800890e 0x00000002 PAD + 0x08008910 0x08008910 0x0000002c Code RO 453 .text.TL_ZIGBEE_M0RequestReceived app_zigbee.o + 0x0800893c 0x0800893c 0x0000001a Code RO 447 .text.TL_ZIGBEE_NotReceived app_zigbee.o + 0x08008956 0x08008956 0x00000002 PAD + 0x08008958 0x08008958 0x00000018 Code RO 2277 .text.TL_ZIGBEE_SendM4AckToM0Notify tl_mbox.o + 0x08008970 0x08008970 0x00000018 Code RO 2281 .text.TL_ZIGBEE_SendM4AckToM0Request tl_mbox.o + 0x08008988 0x08008988 0x00000018 Code RO 2267 .text.TL_ZIGBEE_SendM4RequestToM0 tl_mbox.o + 0x080089a0 0x080089a0 0x00000010 Code RO 2508 .text.TlCmdEvtReceived shci_tl.o + 0x080089b0 0x080089b0 0x0000006c Code RO 2494 .text.TlInit shci_tl.o + 0x08008a1c 0x08008a1c 0x00000020 Code RO 2510 .text.TlUserEvtReceived shci_tl.o + 0x08008a3c 0x08008a3c 0x00000086 Code RO 2058 .text.UARTEx_SetNbDataToProcess stm32wbxx_hal_uart_ex.o + 0x08008ac2 0x08008ac2 0x00000002 PAD + 0x08008ac4 0x08008ac4 0x00000148 Code RO 1890 .text.UART_AdvFeatureConfig stm32wbxx_hal_uart.o + 0x08008c0c 0x08008c0c 0x00000146 Code RO 1894 .text.UART_CheckIdleState stm32wbxx_hal_uart.o + 0x08008d52 0x08008d52 0x00000002 PAD + 0x08008d54 0x08008d54 0x0000001e Code RO 1976 .text.UART_DMAAbortOnError stm32wbxx_hal_uart.o + 0x08008d72 0x08008d72 0x00000002 PAD + 0x08008d74 0x08008d74 0x00000080 Code RO 1932 .text.UART_DMAError stm32wbxx_hal_uart.o + 0x08008df4 0x08008df4 0x0000007c Code RO 1928 .text.UART_DMATransmitCplt stm32wbxx_hal_uart.o + 0x08008e70 0x08008e70 0x00000016 Code RO 1930 .text.UART_DMATxHalfCplt stm32wbxx_hal_uart.o + 0x08008e86 0x08008e86 0x00000002 PAD + 0x08008e88 0x08008e88 0x0000009e Code RO 1946 .text.UART_EndRxTransfer stm32wbxx_hal_uart.o + 0x08008f26 0x08008f26 0x00000002 PAD + 0x08008f28 0x08008f28 0x00000044 Code RO 1982 .text.UART_EndTransmit_IT stm32wbxx_hal_uart.o + 0x08008f6c 0x08008f6c 0x0000005c Code RO 1944 .text.UART_EndTxTransfer stm32wbxx_hal_uart.o + 0x08008fc8 0x08008fc8 0x00000184 Code RO 2022 .text.UART_RxISR_16BIT stm32wbxx_hal_uart.o + 0x0800914c 0x0800914c 0x00000308 Code RO 2018 .text.UART_RxISR_16BIT_FIFOEN stm32wbxx_hal_uart.o + 0x08009454 0x08009454 0x00000180 Code RO 2024 .text.UART_RxISR_8BIT stm32wbxx_hal_uart.o + 0x080095d4 0x080095d4 0x00000304 Code RO 2020 .text.UART_RxISR_8BIT_FIFOEN stm32wbxx_hal_uart.o + 0x080098d8 0x080098d8 0x00000412 Code RO 1892 .text.UART_SetConfig stm32wbxx_hal_uart.o + 0x08009cea 0x08009cea 0x00000002 PAD + 0x08009cec 0x08009cec 0x00000222 Code RO 1924 .text.UART_Start_Receive_IT stm32wbxx_hal_uart.o + 0x08009f0e 0x08009f0e 0x00000002 PAD + 0x08009f10 0x08009f10 0x0000010c Code RO 1908 .text.UART_WaitOnFlagUntilTimeout stm32wbxx_hal_uart.o + 0x0800a01c 0x0800a01c 0x00000010 Code RO 333 .text.USART1_IRQHandler stm32wbxx_it.o + 0x0800a02c 0x0800a02c 0x00000018 Code RO 2984 .text.UTIL_LPM_Init stm32_lpm.o + 0x0800a044 0x0800a044 0x00000062 Code RO 2990 .text.UTIL_LPM_SetOffMode stm32_lpm.o + 0x0800a0a6 0x0800a0a6 0x00000002 PAD + 0x0800a0a8 0x0800a0a8 0x00000062 Code RO 2988 .text.UTIL_LPM_SetStopMode stm32_lpm.o + 0x0800a10a 0x0800a10a 0x00000002 PAD + 0x0800a10c 0x0800a10c 0x0000000a Code RO 3017 .text.UTIL_SEQ_CatchWarning stm32_seq.o + 0x0800a116 0x0800a116 0x00000002 PAD + 0x0800a118 0x0800a118 0x00000054 Code RO 89 .text.UTIL_SEQ_EvtIdle app_entry.o + 0x0800a16c 0x0800a16c 0x00000002 Code RO 87 .text.UTIL_SEQ_Idle app_entry.o + 0x0800a16e 0x0800a16e 0x00000002 PAD + 0x0800a170 0x0800a170 0x00000002 Code RO 3023 .text.UTIL_SEQ_PostIdle stm32_seq.o + 0x0800a172 0x0800a172 0x00000002 PAD + 0x0800a174 0x0800a174 0x00000008 Code RO 3015 .text.UTIL_SEQ_PostTask stm32_seq.o + 0x0800a17c 0x0800a17c 0x00000002 Code RO 3019 .text.UTIL_SEQ_PreIdle stm32_seq.o + 0x0800a17e 0x0800a17e 0x00000002 PAD + 0x0800a180 0x0800a180 0x00000008 Code RO 3013 .text.UTIL_SEQ_PreTask stm32_seq.o + 0x0800a188 0x0800a188 0x00000044 Code RO 3025 .text.UTIL_SEQ_RegTask stm32_seq.o + 0x0800a1cc 0x0800a1cc 0x000003c6 Code RO 3009 .text.UTIL_SEQ_Run stm32_seq.o + 0x0800a592 0x0800a592 0x00000002 PAD + 0x0800a594 0x0800a594 0x00000034 Code RO 3039 .text.UTIL_SEQ_SetEvt stm32_seq.o + 0x0800a5c8 0x0800a5c8 0x0000004c Code RO 3029 .text.UTIL_SEQ_SetTask stm32_seq.o + 0x0800a614 0x0800a614 0x000000a8 Code RO 3043 .text.UTIL_SEQ_WaitEvt stm32_seq.o + 0x0800a6bc 0x0800a6bc 0x0000010a Code RO 133 .text.UartCmdExecute app_entry.o + 0x0800a7c6 0x0800a7c6 0x00000002 PAD + 0x0800a7c8 0x0800a7c8 0x0000010a Code RO 150 .text.UnlinkTimer hw_timerserver.o + 0x0800a8d2 0x0800a8d2 0x00000002 PAD + 0x0800a8d4 0x0800a8d4 0x00000004 Code RO 309 .text.UsageFault_Handler stm32wbxx_it.o + 0x0800a8d8 0x0800a8d8 0x0000000a Code RO 439 .text.Wait_Getting_Ack_From_M0 app_zigbee.o + 0x0800a8e2 0x0800a8e2 0x00000002 PAD + 0x0800a8e4 0x0800a8e4 0x00000048 Code RO 2946 .text.WpanCrc zigbee_core_wb.o + 0x0800a92c 0x0800a92c 0x00000036 Code RO 437 .text.ZIGBEE_CmdTransfer app_zigbee.o + 0x0800a962 0x0800a962 0x00000002 PAD + 0x0800a964 0x0800a964 0x0000000e Code RO 435 .text.ZIGBEE_Get_M0RequestPayloadBuffer app_zigbee.o + 0x0800a972 0x0800a972 0x00000002 PAD + 0x0800a974 0x0800a974 0x0000000e Code RO 433 .text.ZIGBEE_Get_NotificationPayloadBuffer app_zigbee.o + 0x0800a982 0x0800a982 0x00000002 PAD + 0x0800a984 0x0800a984 0x0000000e Code RO 429 .text.ZIGBEE_Get_OTCmdPayloadBuffer app_zigbee.o + 0x0800a992 0x0800a992 0x00000002 PAD + 0x0800a994 0x0800a994 0x0000000e Code RO 431 .text.ZIGBEE_Get_OTCmdRspPayloadBuffer app_zigbee.o + 0x0800a9a2 0x0800a9a2 0x00000002 PAD + 0x0800a9a4 0x0800a9a4 0x00000054 Code RO 2682 .text.ZbApsAddrIsBcast zigbee_core_wb.o + 0x0800a9f8 0x0800a9f8 0x00000078 Code RO 2684 .text.ZbApsAddrIsLocal zigbee_core_wb.o + 0x0800aa70 0x0800aa70 0x0000009e Code RO 2710 .text.ZbApsBindSrcExists zigbee_core_wb.o + 0x0800ab0e 0x0800ab0e 0x00000002 PAD + 0x0800ab10 0x0800ab10 0x000000a0 Code RO 2672 .text.ZbApsFilterClusterAdd zigbee_core_wb.o + 0x0800abb0 0x0800abb0 0x0000005a Code RO 2686 .text.ZbApsGetIndex zigbee_core_wb.o + 0x0800ac0a 0x0800ac0a 0x00000002 PAD + 0x0800ac0c 0x0800ac0c 0x0000007a Code RO 2664 .text.ZbApsdeDataReqCallback zigbee_core_wb.o + 0x0800ac86 0x0800ac86 0x00000002 PAD + 0x0800ac88 0x0800ac88 0x0000003a Code RO 2692 .text.ZbApsmeAddGroupReq zigbee_core_wb.o + 0x0800acc2 0x0800acc2 0x00000002 PAD + 0x0800acc4 0x0800acc4 0x0000003a Code RO 2704 .text.ZbApsmeBindReq zigbee_core_wb.o + 0x0800acfe 0x0800acfe 0x00000002 PAD + 0x0800ad00 0x0800ad00 0x00000062 Code RO 2656 .text.ZbBdbGetIndex zigbee_core_wb.o + 0x0800ad62 0x0800ad62 0x00000002 PAD + 0x0800ad64 0x0800ad64 0x0000006e Code RO 2600 .text.ZbExtendedAddress zigbee_core_wb.o + 0x0800add2 0x0800add2 0x00000002 PAD + 0x0800add4 0x0800add4 0x00000094 Code RO 2588 .text.ZbInit zigbee_core_wb.o + 0x0800ae68 0x0800ae68 0x000000b4 Code RO 2726 .text.ZbMsgFilterRegister zigbee_core_wb.o + 0x0800af1c 0x0800af1c 0x00000084 Code RO 2728 .text.ZbMsgFilterRemove zigbee_core_wb.o + 0x0800afa0 0x0800afa0 0x0000003a Code RO 2770 .text.ZbNlmePermitJoinReq zigbee_core_wb.o + 0x0800afda 0x0800afda 0x00000002 PAD + 0x0800afdc 0x0800afdc 0x0000002a Code RO 2604 .text.ZbNwkGet zigbee_core_wb.o + 0x0800b006 0x0800b006 0x00000002 PAD + 0x0800b008 0x0800b008 0x00000062 Code RO 2750 .text.ZbNwkGetIndex zigbee_core_wb.o + 0x0800b06a 0x0800b06a 0x00000002 PAD + 0x0800b06c 0x0800b06c 0x0000002a Code RO 2754 .text.ZbNwkSet zigbee_core_wb.o + 0x0800b096 0x0800b096 0x00000002 PAD + 0x0800b098 0x0800b098 0x00000062 Code RO 2752 .text.ZbNwkSetIndex zigbee_core_wb.o + 0x0800b0fa 0x0800b0fa 0x00000002 PAD + 0x0800b0fc 0x0800b0fc 0x00000028 Code RO 2640 .text.ZbReset zigbee_core_wb.o + 0x0800b124 0x0800b124 0x0000006c Code RO 2584 .text.ZbSetLogging zigbee_core_wb.o + 0x0800b190 0x0800b190 0x00000022 Code RO 2602 .text.ZbShortAddress zigbee_core_wb.o + 0x0800b1b2 0x0800b1b2 0x00000002 PAD + 0x0800b1b4 0x0800b1b4 0x00000088 Code RO 2612 .text.ZbStartup zigbee_core_wb.o + 0x0800b23c 0x0800b23c 0x0000002e Code RO 2608 .text.ZbStartupConfigGetProDefaults zigbee_core_wb.o + 0x0800b26a 0x0800b26a 0x00000002 PAD + 0x0800b26c 0x0800b26c 0x0000007e Code RO 421 .text.ZbStartupWait app_zigbee.o + 0x0800b2ea 0x0800b2ea 0x00000002 PAD + 0x0800b2ec 0x0800b2ec 0x00000026 Code RO 423 .text.ZbStartupWaitCb app_zigbee.o + 0x0800b312 0x0800b312 0x00000002 PAD + 0x0800b314 0x0800b314 0x00000072 Code RO 2748 .text.ZbTimeoutRemaining zigbee_core_wb.o + 0x0800b386 0x0800b386 0x00000002 PAD + 0x0800b388 0x0800b388 0x00000086 Code RO 2730 .text.ZbTimerAlloc zigbee_core_wb.o + 0x0800b40e 0x0800b40e 0x00000002 PAD + 0x0800b410 0x0800b410 0x00000042 Code RO 2740 .text.ZbTimerFree zigbee_core_wb.o + 0x0800b452 0x0800b452 0x00000002 PAD + 0x0800b454 0x0800b454 0x00000038 Code RO 2746 .text.ZbTimerReset zigbee_core_wb.o + 0x0800b48c 0x0800b48c 0x0000003a Code RO 2866 .text.ZbZclAddEndpoint zigbee_core_wb.o + 0x0800b4c6 0x0800b4c6 0x00000002 PAD + 0x0800b4c8 0x0800b4c8 0x00000072 Code RO 3305 .text.ZbZclAppendHeader stm32wb_zigbee_wb_lib_keil.lib(zcl_header.o) + 0x0800b53a 0x0800b53a 0x00000002 PAD + 0x0800b53c 0x0800b53c 0x00000046 Code RO 3065 .text.ZbZclAttrAddSorted stm32wb_zigbee_wb_lib_keil.lib(zcl_attr.o) + 0x0800b582 0x0800b582 0x00000002 PAD + 0x0800b584 0x0800b584 0x0000017c Code RO 3211 .text.ZbZclAttrAppendList stm32wb_zigbee_wb_lib_keil.lib(zcl_attr_list.o) + 0x0800b700 0x0800b700 0x00000010 Code RO 3213 .text.ZbZclAttrCallbackExec stm32wb_zigbee_wb_lib_keil.lib(zcl_attr_list.o) + 0x0800b710 0x0800b710 0x00000416 Code RO 3085 .text.ZbZclAttrDefaultValue stm32wb_zigbee_wb_lib_keil.lib(zcl_attr.o) + 0x0800bb26 0x0800bb26 0x00000002 PAD + 0x0800bb28 0x0800bb28 0x000002c4 Code RO 3079 .text.ZbZclAttrDefaultWrite stm32wb_zigbee_wb_lib_keil.lib(zcl_attr.o) + 0x0800bdec 0x0800bdec 0x00000032 Code RO 3067 .text.ZbZclAttrFind stm32wb_zigbee_wb_lib_keil.lib(zcl_attr.o) + 0x0800be1e 0x0800be1e 0x00000002 PAD + 0x0800be20 0x0800be20 0x00000068 Code RO 3215 .text.ZbZclAttrFreeList stm32wb_zigbee_wb_lib_keil.lib(zcl_attr_list.o) + 0x0800be88 0x0800be88 0x00000168 Code RO 3069 .text.ZbZclAttrHandleDiscover stm32wb_zigbee_wb_lib_keil.lib(zcl_attr.o) + 0x0800bff0 0x0800bff0 0x000002b0 Code RO 3106 .text.ZbZclAttrIntegerRangeCheck stm32wb_zigbee_wb_lib_keil.lib(zcl_attr_integer.o) + 0x0800c2a0 0x0800c2a0 0x000000b4 Code RO 3110 .text.ZbZclAttrIntegerWrite stm32wb_zigbee_wb_lib_keil.lib(zcl_attr_integer.o) + 0x0800c354 0x0800c354 0x00000030 Code RO 3089 .text.ZbZclAttrIsAnalog stm32wb_zigbee_wb_lib_keil.lib(zcl_attr.o) + 0x0800c384 0x0800c384 0x0000000e Code RO 3373 .text.ZbZclAttrIsFloat stm32wb_zigbee_wb_lib_keil.lib(zcl_attr_float.o) + 0x0800c392 0x0800c392 0x00000002 PAD + 0x0800c394 0x0800c394 0x000001f0 Code RO 3104 .text.ZbZclAttrIsInteger stm32wb_zigbee_wb_lib_keil.lib(zcl_attr_integer.o) + 0x0800c584 0x0800c584 0x0000013e Code RO 3077 .text.ZbZclAttrParseLength stm32wb_zigbee_wb_lib_keil.lib(zcl_attr.o) + 0x0800c6c2 0x0800c6c2 0x00000002 PAD + 0x0800c6c4 0x0800c6c4 0x0000035e Code RO 3073 .text.ZbZclAttrRead stm32wb_zigbee_wb_lib_keil.lib(zcl_attr.o) + 0x0800ca22 0x0800ca22 0x00000002 PAD + 0x0800ca24 0x0800ca24 0x00000018 Code RO 3087 .text.ZbZclAttrTypeLength stm32wb_zigbee_wb_lib_keil.lib(zcl_attr.o) + 0x0800ca3c 0x0800ca3c 0x000001c0 Code RO 3075 .text.ZbZclAttrWrite stm32wb_zigbee_wb_lib_keil.lib(zcl_attr.o) + 0x0800cbfc 0x0800cbfc 0x000000fa Code RO 3279 .text.ZbZclClusterAlloc stm32wb_zigbee_wb_lib_keil.lib(zcl_cluster_init.o) + 0x0800ccf6 0x0800ccf6 0x00000002 PAD + 0x0800ccf8 0x0800ccf8 0x00000030 Code RO 3285 .text.ZbZclClusterAttach stm32wb_zigbee_wb_lib_keil.lib(zcl_cluster_init.o) + 0x0800cd28 0x0800cd28 0x00000060 Code RO 2898 .text.ZbZclClusterBind zigbee_core_wb.o + 0x0800cd88 0x0800cd88 0x000000fc Code RO 3140 .text.ZbZclClusterCheckMinSecurity stm32wb_zigbee_wb_lib_keil.lib(zcl_cluster.o) + 0x0800ce84 0x0800ce84 0x00000046 Code RO 2894 .text.ZbZclClusterEndpointRegister zigbee_core_wb.o + 0x0800ceca 0x0800ceca 0x00000002 PAD + 0x0800cecc 0x0800cecc 0x00000046 Code RO 2896 .text.ZbZclClusterEndpointRemove zigbee_core_wb.o + 0x0800cf12 0x0800cf12 0x00000002 PAD + 0x0800cf14 0x0800cf14 0x00000078 Code RO 3281 .text.ZbZclClusterFree stm32wb_zigbee_wb_lib_keil.lib(zcl_cluster_init.o) + 0x0800cf8c 0x0800cf8c 0x00000004 Code RO 3132 .text.ZbZclClusterGetClusterId stm32wb_zigbee_wb_lib_keil.lib(zcl_cluster.o) + 0x0800cf90 0x0800cf90 0x00000004 Code RO 3126 .text.ZbZclClusterGetEndpoint stm32wb_zigbee_wb_lib_keil.lib(zcl_cluster.o) + 0x0800cf94 0x0800cf94 0x0000003e Code RO 3164 .text.ZbZclClusterInitApsdeReq stm32wb_zigbee_wb_lib_keil.lib(zcl_cluster.o) + 0x0800cfd2 0x0800cfd2 0x00000002 PAD + 0x0800cfd4 0x0800cfd4 0x00000030 Code RO 2908 .text.ZbZclClusterRemoveAlarmResetHandler zigbee_core_wb.o + 0x0800d004 0x0800d004 0x00000004 Code RO 3128 .text.ZbZclClusterSetCallbackArg stm32wb_zigbee_wb_lib_keil.lib(zcl_cluster.o) + 0x0800d008 0x0800d008 0x00000036 Code RO 3138 .text.ZbZclClusterSetMinSecurity stm32wb_zigbee_wb_lib_keil.lib(zcl_cluster.o) + 0x0800d03e 0x0800d03e 0x00000002 PAD + 0x0800d040 0x0800d040 0x00000030 Code RO 2900 .text.ZbZclClusterUnbind zigbee_core_wb.o + 0x0800d070 0x0800d070 0x00000050 Code RO 2854 .text.ZbZclDeviceLogCheckAllow zigbee_core_wb.o + 0x0800d0c0 0x0800d0c0 0x00000110 Code RO 3371 .text.ZbZclFloatLdexp stm32wb_zigbee_wb_lib_keil.lib(zcl_attr_float.o) + 0x0800d1d0 0x0800d1d0 0x00000034 Code RO 2876 .text.ZbZclGetNextSeqnum zigbee_core_wb.o + 0x0800d204 0x0800d204 0x00000004 PAD + 0x0800d208 0x0800d208 0x000005a2 Code RO 3246 .text.ZbZclHandleConfigReport stm32wb_zigbee_wb_lib_keil.lib(zcl_attr_report.o) + 0x0800d7aa 0x0800d7aa 0x00000002 PAD + 0x0800d7ac 0x0800d7ac 0x000000d6 Code RO 3315 .text.ZbZclHandleGetSceneData stm32wb_zigbee_wb_lib_keil.lib(zcl_cluster_scene.o) + 0x0800d882 0x0800d882 0x00000002 PAD + 0x0800d884 0x0800d884 0x000001b2 Code RO 3179 .text.ZbZclHandleReadAttr stm32wb_zigbee_wb_lib_keil.lib(zcl_command_ind.o) + 0x0800da36 0x0800da36 0x00000002 PAD + 0x0800da38 0x0800da38 0x00000236 Code RO 3250 .text.ZbZclHandleReadReport stm32wb_zigbee_wb_lib_keil.lib(zcl_attr_report.o) + 0x0800dc6e 0x0800dc6e 0x00000002 PAD + 0x0800dc70 0x0800dc70 0x00000082 Code RO 3254 .text.ZbZclHandleReportAttr stm32wb_zigbee_wb_lib_keil.lib(zcl_attr_report.o) + 0x0800dcf2 0x0800dcf2 0x00000002 PAD + 0x0800dcf4 0x0800dcf4 0x000000f0 Code RO 3317 .text.ZbZclHandleSetSceneData stm32wb_zigbee_wb_lib_keil.lib(zcl_cluster_scene.o) + 0x0800dde4 0x0800dde4 0x0000009c Code RO 3192 .text.ZbZclOnOffServerAlloc stm32wb_zigbee_wb_lib_keil.lib(zcl_onoff_server.o) + 0x0800de80 0x0800de80 0x00000188 Code RO 3369 .text.ZbZclParseFloat stm32wb_zigbee_wb_lib_keil.lib(zcl_attr_float.o) + 0x0800e008 0x0800e008 0x0000006c Code RO 3301 .text.ZbZclParseHeader stm32wb_zigbee_wb_lib_keil.lib(zcl_header.o) + 0x0800e074 0x0800e074 0x0000050a Code RO 3102 .text.ZbZclParseInteger stm32wb_zigbee_wb_lib_keil.lib(zcl_attr_integer.o) + 0x0800e57e 0x0800e57e 0x00000002 PAD + 0x0800e580 0x0800e580 0x00000090 Code RO 3234 .text.ZbZclReportCleanup stm32wb_zigbee_wb_lib_keil.lib(zcl_attr_report.o) + 0x0800e610 0x0800e610 0x0000004c Code RO 2880 .text.ZbZclSendDefaultResponse zigbee_core_wb.o + 0x0800e65c 0x0800e65c 0x00000012 Code RO 3146 .text.ZbZclTxOptsFromSecurityStatus stm32wb_zigbee_wb_lib_keil.lib(zcl_cluster.o) + 0x0800e66e 0x0800e66e 0x00000002 PAD + 0x0800e670 0x0800e670 0x00000020 Code RO 2852 .text.ZbZclUptime zigbee_core_wb.o + 0x0800e690 0x0800e690 0x00000034 Code RO 715 .text.ZigbeeApp_Init zigbee_app.o + 0x0800e6c4 0x0800e6c4 0x0000006c Code RO 719 .text.ZigbeeApp_Process zigbee_app.o + 0x0800e730 0x0800e730 0x00000056 Code RO 721 .text.ZigbeeApp_UpdateRoleFromSwitch zigbee_app.o + 0x0800e786 0x0800e786 0x00000002 PAD + 0x0800e788 0x0800e788 0x0000011c Code RO 717 .text.ZigbeeApp_UpdateStatusLed zigbee_app.o + 0x0800e8a4 0x0800e8a4 0x0000000c Code RO 730 .text.ZigbeePort_Init zigbee_port.o + 0x0800e8b0 0x0800e8b0 0x00000014 Code RO 736 .text.ZigbeePort_OnSlaveReportReceived zigbee_port.o + 0x0800e8c4 0x0800e8c4 0x00000008 Code RO 732 .text.ZigbeePort_Process zigbee_port.o + 0x0800e8cc 0x0800e8cc 0x00000024 Code RO 734 .text.ZigbeePort_SendSlaveInputs zigbee_port.o + 0x0800e8f0 0x0800e8f0 0x00001386 Code RO 2948 .text.Zigbee_CallBackProcessing zigbee_core_wb.o + 0x0800fc76 0x0800fc76 0x00000002 PAD + 0x0800fc78 0x0800fc78 0x0000014c Code RO 2950 .text.Zigbee_M0RequestProcessing zigbee_core_wb.o + 0x0800fdc4 0x0800fdc4 0x00000030 Code RO 1631 .text.__NVIC_ClearPendingIRQ stm32wbxx_hal_cortex.o + 0x0800fdf4 0x0800fdf4 0x00000038 Code RO 1603 .text.__NVIC_DisableIRQ stm32wbxx_hal_cortex.o + 0x0800fe2c 0x0800fe2c 0x00000030 Code RO 1599 .text.__NVIC_EnableIRQ stm32wbxx_hal_cortex.o + 0x0800fe5c 0x0800fe5c 0x00000010 Code RO 1591 .text.__NVIC_GetPriorityGrouping stm32wbxx_hal_cortex.o + 0x0800fe6c 0x0800fe6c 0x00000030 Code RO 1623 .text.__NVIC_SetPendingIRQ stm32wbxx_hal_cortex.o + 0x0800fe9c 0x0800fe9c 0x00000042 Code RO 1593 .text.__NVIC_SetPriority stm32wbxx_hal_cortex.o + 0x0800fede 0x0800fede 0x00000002 PAD + 0x0800fee0 0x0800fee0 0x0000003c Code RO 1587 .text.__NVIC_SetPriorityGrouping stm32wbxx_hal_cortex.o + 0x0800ff1c 0x0800ff1c 0x00000026 Code RO 1607 .text.__NVIC_SystemReset stm32wbxx_hal_cortex.o + 0x0800ff42 0x0800ff42 0x00000002 PAD + 0x0800ff44 0x0800ff44 0x000000bc Code RO 2394 .text.__aeabi_assert dbg_trace.o + 0x08010000 0x08010000 0x00000074 Code RO 73 .text.appe_Tl_Init app_entry.o + 0x08010074 0x08010074 0x00000020 Code RO 2396 .text.fputc dbg_trace.o + 0x08010094 0x08010094 0x00000056 Code RO 291 .text.levelToString stm_logging.o + 0x080100ea 0x080100ea 0x00000002 PAD + 0x080100ec 0x080100ec 0x00000186 Code RO 170 .text.linkTimer hw_timerserver.o + 0x08010272 0x08010272 0x00000002 PAD + 0x08010274 0x08010274 0x000000da Code RO 285 .text.logApplication stm_logging.o + 0x0801034e 0x0801034e 0x00000002 PAD + 0x08010350 0x08010350 0x00000038 Code RO 287 .text.logLevel stm_logging.o + 0x08010388 0x08010388 0x00000076 Code RO 289 .text.logRegion stm_logging.o + 0x080103fe 0x080103fe 0x00000002 PAD + 0x08010400 0x08010400 0x00000038 Code RO 11 .text.main main.o + 0x08010438 0x08010438 0x000000b8 Code RO 3198 .text.onOffServerCommand stm32wb_zigbee_wb_lib_keil.lib(zcl_onoff_server.o) + 0x080104f0 0x080104f0 0x00000036 Code RO 3194 .text.onOffServerGetSceneData stm32wb_zigbee_wb_lib_keil.lib(zcl_onoff_server.o) + 0x08010526 0x08010526 0x00000002 PAD + 0x08010528 0x08010528 0x00000020 Code RO 3196 .text.onOffServerSetSceneData stm32wb_zigbee_wb_lib_keil.lib(zcl_onoff_server.o) + 0x08010548 0x08010548 0x0000005c Code RO 475 .text.onOff_server_1_off app_zigbee.o + 0x080105a4 0x080105a4 0x0000005e Code RO 477 .text.onOff_server_1_on app_zigbee.o + 0x08010602 0x08010602 0x00000002 PAD + 0x08010604 0x08010604 0x0000005c Code RO 479 .text.onOff_server_1_toggle app_zigbee.o + 0x08010660 0x08010660 0x00000004 Code RO 3329 .text.pletoh16 stm32wb_zigbee_wb_lib_keil.lib(pletoh.o) + 0x08010664 0x08010664 0x00000004 Code RO 3333 .text.pletoh32 stm32wb_zigbee_wb_lib_keil.lib(pletoh.o) + 0x08010668 0x08010668 0x00000008 Code RO 3341 .text.pletoh64 stm32wb_zigbee_wb_lib_keil.lib(pletoh.o) + 0x08010670 0x08010670 0x00000004 Code RO 3343 .text.putle16 stm32wb_zigbee_wb_lib_keil.lib(pletoh.o) + 0x08010674 0x08010674 0x0000000c Code RO 3345 .text.putle24 stm32wb_zigbee_wb_lib_keil.lib(pletoh.o) + 0x08010680 0x08010680 0x00000004 Code RO 3347 .text.putle32 stm32wb_zigbee_wb_lib_keil.lib(pletoh.o) + 0x08010684 0x08010684 0x00000012 Code RO 3349 .text.putle40 stm32wb_zigbee_wb_lib_keil.lib(pletoh.o) + 0x08010696 0x08010696 0x00000002 PAD + 0x08010698 0x08010698 0x0000001a Code RO 3351 .text.putle48 stm32wb_zigbee_wb_lib_keil.lib(pletoh.o) + 0x080106b2 0x080106b2 0x00000002 PAD + 0x080106b4 0x080106b4 0x00000024 Code RO 3353 .text.putle56 stm32wb_zigbee_wb_lib_keil.lib(pletoh.o) + 0x080106d8 0x080106d8 0x00000028 Code RO 3355 .text.putle64 stm32wb_zigbee_wb_lib_keil.lib(pletoh.o) + 0x08010700 0x08010700 0x0000002a Code RO 3266 .text.report_command_timer stm32wb_zigbee_wb_lib_keil.lib(zcl_attr_report.o) + 0x0801072a 0x0801072a 0x00000002 PAD + 0x0801072c 0x0801072c 0x00000010 Code RO 93 .text.shci_cmd_resp_release app_entry.o + 0x0801073c 0x0801073c 0x00000010 Code RO 95 .text.shci_cmd_resp_wait app_entry.o + 0x0801074c 0x0801074c 0x00000032 Code RO 2492 .text.shci_init shci_tl.o + 0x0801077e 0x0801077e 0x00000002 PAD + 0x08010780 0x08010780 0x00000012 Code RO 91 .text.shci_notify_asynch_evt app_entry.o + 0x08010792 0x08010792 0x00000002 PAD + 0x08010794 0x08010794 0x00000020 Code RO 2523 .text.shci_register_io_bus shci_tl_if.o + 0x080107b4 0x080107b4 0x00000082 Code RO 2500 .text.shci_send shci_tl.o + 0x08010836 0x08010836 0x00000002 PAD + 0x08010838 0x08010838 0x000000ce Code RO 2496 .text.shci_user_evt_proc shci_tl.o + 0x08010906 0x08010906 0x00000002 PAD + 0x08010908 0x08010908 0x00000016 Code RO 2732 .text.zb_heap_alloc zigbee_core_wb.o + 0x0801091e 0x0801091e 0x00000002 PAD + 0x08010920 0x08010920 0x00000016 Code RO 2734 .text.zb_heap_free zigbee_core_wb.o + 0x08010936 0x08010936 0x00000002 PAD + 0x08010938 0x08010938 0x00000034 Code RO 2598 .text.zb_ipc_m4_cb_info_alloc zigbee_core_wb.o + 0x0801096c 0x0801096c 0x00000010 Code RO 2614 .text.zb_ipc_m4_cb_info_free zigbee_core_wb.o + 0x0801097c 0x0801097c 0x00000042 Code RO 2592 .text.zb_ipc_m4_get_retval zigbee_core_wb.o + 0x080109be 0x080109be 0x00000002 PAD + 0x080109c0 0x080109c0 0x00000030 Code RO 2590 .text.zb_ipc_m4_memcpy2 zigbee_core_wb.o + 0x080109f0 0x080109f0 0x0000002c Code RO 2952 .text.zb_malloc_track zigbee_core_wb.o + 0x08010a1c 0x08010a1c 0x0000002a Code RO 2954 .text.zb_malloc_untrack zigbee_core_wb.o + 0x08010a46 0x08010a46 0x00000002 PAD + 0x08010a48 0x08010a48 0x00000280 Code RO 3252 .text.zcl_append_report_config_record stm32wb_zigbee_wb_lib_keil.lib(zcl_attr_report.o) + 0x08010cc8 0x08010cc8 0x0000007c Code RO 3232 .text.zcl_attr_reporting_check stm32wb_zigbee_wb_lib_keil.lib(zcl_attr_report.o) + 0x08010d44 0x08010d44 0x0000015e Code RO 3177 .text.zcl_cluster_alarm_data_ind stm32wb_zigbee_wb_lib_keil.lib(zcl_command_ind.o) + 0x08010ea2 0x08010ea2 0x00000002 PAD + 0x08010ea4 0x08010ea4 0x000000a6 Code RO 3238 .text.zcl_cluster_attr_report_delete stm32wb_zigbee_wb_lib_keil.lib(zcl_attr_report.o) + 0x08010f4a 0x08010f4a 0x00000002 PAD + 0x08010f4c 0x08010f4c 0x00000004 Code RO 3287 .text.zcl_cluster_command_dummy stm32wb_zigbee_wb_lib_keil.lib(zcl_cluster_init.o) + 0x08010f50 0x08010f50 0x00000402 Code RO 3175 .text.zcl_cluster_data_ind stm32wb_zigbee_wb_lib_keil.lib(zcl_command_ind.o) + 0x08011352 0x08011352 0x00000002 PAD + 0x08011354 0x08011354 0x00000220 Code RO 3283 .text.zcl_cluster_persist_timer stm32wb_zigbee_wb_lib_keil.lib(zcl_cluster_init.o) + 0x08011574 0x08011574 0x00000004 PAD + 0x08011578 0x08011578 0x0000064c Code RO 3228 .text.zcl_cluster_reports_timer stm32wb_zigbee_wb_lib_keil.lib(zcl_attr_report.o) + 0x08011bc4 0x08011bc4 0x0000006c Code RO 3181 .text.zcl_persist_handle_set stm32wb_zigbee_wb_lib_keil.lib(zcl_command_ind.o) + 0x08011c30 0x08011c30 0x000000da Code RO 3289 .text.zcl_persist_send_cache stm32wb_zigbee_wb_lib_keil.lib(zcl_cluster_init.o) + 0x08011d0a 0x08011d0a 0x00000002 PAD + 0x08011d0c 0x08011d0c 0x0000012c Code RO 3240 .text.zcl_reporting_create_default_reports stm32wb_zigbee_wb_lib_keil.lib(zcl_attr_report.o) + 0x08011e38 0x08011e38 0x0000011a Code RO 3244 .text.zcl_reporting_create_new stm32wb_zigbee_wb_lib_keil.lib(zcl_attr_report.o) + 0x08011f52 0x08011f52 0x00000006 PAD + 0x08011f58 0x08011f58 0x000000d8 Code RO 3248 .text.zcl_reporting_epsilon_check stm32wb_zigbee_wb_lib_keil.lib(zcl_attr_report.o) + 0x08012030 0x08012030 0x0000007e Code RO 3230 .text.zcl_reporting_queue_report stm32wb_zigbee_wb_lib_keil.lib(zcl_attr_report.o) + 0x080120ae 0x080120ae 0x00000002 PAD + 0x080120b0 0x080120b0 0x000000ea Code RO 3242 .text.zcl_reporting_save_curr_val stm32wb_zigbee_wb_lib_keil.lib(zcl_attr_report.o) + 0x0801219a 0x0801219a 0x00000002 PAD + 0x0801219c 0x0801219c 0x00000002 Code RO 3268 .text.zcl_reporting_send_conf stm32wb_zigbee_wb_lib_keil.lib(zcl_attr_report.o) + 0x0801219e 0x0801219e 0x00000002 PAD + 0x080121a0 0x080121a0 0x0000011e Code RO 3264 .text.zcl_reporting_send_report stm32wb_zigbee_wb_lib_keil.lib(zcl_attr_report.o) + 0x080122be 0x080122be 0x00000002 PAD + 0x080122c0 0x080122c0 0x000000a4 Code RO 3236 .text.zcl_reporting_stack_event stm32wb_zigbee_wb_lib_keil.lib(zcl_attr_report.o) + 0x08012364 0x08012364 0x00000020 Code RO 3411 i.__0printf mc_w.l(printfa.o) + 0x08012384 0x08012384 0x00000034 Code RO 3412 i.__0snprintf mc_w.l(printfa.o) + 0x080123b8 0x080123b8 0x00000028 Code RO 3413 i.__0sprintf mc_w.l(printfa.o) + 0x080123e0 0x080123e0 0x00000034 Code RO 3416 i.__0vsnprintf mc_w.l(printfa.o) + 0x08012414 0x08012414 0x0000000e Code RO 3537 i.__scatterload_copy mc_w.l(handlers.o) + 0x08012422 0x08012422 0x00000002 Code RO 3538 i.__scatterload_null mc_w.l(handlers.o) + 0x08012424 0x08012424 0x0000000e Code RO 3539 i.__scatterload_zeroinit mc_w.l(handlers.o) + 0x08012432 0x08012432 0x00000002 PAD + 0x08012434 0x08012434 0x00000184 Code RO 3418 i._fp_digits mc_w.l(printfa.o) + 0x080125b8 0x080125b8 0x000006dc Code RO 3419 i._printf_core mc_w.l(printfa.o) + 0x08012c94 0x08012c94 0x00000024 Code RO 3420 i._printf_post_padding mc_w.l(printfa.o) + 0x08012cb8 0x08012cb8 0x0000002e Code RO 3421 i._printf_pre_padding mc_w.l(printfa.o) + 0x08012ce6 0x08012ce6 0x00000016 Code RO 3422 i._snputc mc_w.l(printfa.o) + 0x08012cfc 0x08012cfc 0x0000000a Code RO 3423 i._sputc mc_w.l(printfa.o) + 0x08012d06 0x08012d06 0x00000018 Code RO 3385 i.fputs mc_w.l(fputs.o) + 0x08012d1e 0x08012d1e 0x00000002 PAD + 0x08012d20 0x08012d20 0x00000050 Code RO 3438 i.free mc_w.l(malloc.o) + 0x08012d70 0x08012d70 0x0000006c Code RO 3439 i.malloc mc_w.l(malloc.o) + 0x08012ddc 0x08012ddc 0x000001c8 Data RO 3091 .rodata..Lswitch.table.ZbZclAttrTypeLength stm32wb_zigbee_wb_lib_keil.lib(zcl_attr.o) + 0x08012fa4 0x08012fa4 0x00000040 Data RO 2230 .rodata.AHBPrescTable system_stm32wbxx.o + 0x08012fe4 0x08012fe4 0x00000020 Data RO 2231 .rodata.APBPrescTable system_stm32wbxx.o + 0x08013004 0x08013004 0x00000003 Data RO 769 .rodata.BUTTON_IRQn stm32wbxx_nucleo.o + 0x08013007 0x08013007 0x00000001 PAD + 0x08013008 0x08013008 0x00000006 Data RO 768 .rodata.BUTTON_PIN stm32wbxx_nucleo.o + 0x0801300e 0x0801300e 0x00000006 Data RO 766 .rodata.GPIO_PIN stm32wbxx_nucleo.o + 0x08013014 0x08013014 0x00000040 Data RO 2232 .rodata.MSIRangeTable system_stm32wbxx.o + 0x08013054 0x08013054 0x00000008 Data RO 2075 .rodata.UARTEx_SetNbDataToProcess.denominator stm32wbxx_hal_uart_ex.o + 0x0801305c 0x0801305c 0x00000008 Data RO 2074 .rodata.UARTEx_SetNbDataToProcess.numerator stm32wbxx_hal_uart_ex.o + 0x08013064 0x08013064 0x00000018 Data RO 2030 .rodata.UARTPrescTable stm32wbxx_hal_uart.o + 0x0801307c 0x0801307c 0x00000010 Data RO 2961 .rodata.sec_key_ha zigbee_core_wb.o + 0x0801308c 0x0801308c 0x00000004 PAD + 0x08013090 0x08013090 0x00000010 Data RO 2964 .rodata.sendToBinding zigbee_core_wb.o + 0x080130a0 0x080130a0 0x0000009c Data RO 137 .rodata.str1.1 app_entry.o + 0x0801313c 0x0801313c 0x00000047 Data RO 293 .rodata.str1.1 stm_logging.o + 0x08013183 0x08013183 0x0000035c Data RO 486 .rodata.str1.1 app_zigbee.o + 0x080134df 0x080134df 0x0000002d Data RO 2399 .rodata.str1.1 dbg_trace.o + 0x0801350c 0x0801350c 0x00000128 Data RO 2967 .rodata.str1.1 zigbee_core_wb.o + 0x08013634 0x08013634 0x00000004 Data RO 2976 .rodata.va_null zigbee_core_wb.o + 0x08013638 0x08013638 0x00000200 Data RO 2974 .rodata.wpanCrcTable zigbee_core_wb.o + 0x08013838 0x08013838 0x00000028 Data RO 3292 .rodata.zcl_attr_cluster_mandatory_revision stm32wb_zigbee_wb_lib_keil.lib(zcl_cluster_init.o) + 0x08013860 0x08013860 0x00000028 Data RO 3202 .rodata.zcl_onoff_server_attr_list stm32wb_zigbee_wb_lib_keil.lib(zcl_onoff_server.o) + 0x08013888 0x08013888 0x00000030 Data RO 3536 Region$$Table anon$$obj.o + + + Execution Region RW_IRAM1 (Exec base: 0x20000008, Load base: 0x080138b8, Size: 0x0001b8f0, Max: 0x0002fff8, ABSOLUTE) + + Exec Addr Load Addr Size Type Attr Idx E Section Name Object + + 0x20000008 0x080138b8 0x00000004 Data RW 3389 .data mc_w.l(stderr.o) + 0x2000000c 0x080138bc 0x00000004 Data RW 3508 .data mc_w.l(stdout.o) + 0x20000010 0x080138c0 0x00000004 Data RW 3526 .data mc_w.l(mvars.o) + 0x20000014 0x080138c4 0x00000004 Data RW 3527 .data mc_w.l(mvars.o) + 0x20000018 0x080138c8 0x00000001 Data RW 500 .data.APP_ZIGBEE_slave_try_rejoin app_zigbee.o + 0x20000019 0x080138c9 0x00000003 PAD + 0x2000001c 0x080138cc 0x0000000c Data RW 767 .data.BUTTON_PORT stm32wbxx_nucleo.o + 0x20000028 0x080138d8 0x00000001 Data RW 2398 .data.DbgTracePeripheralReady dbg_trace.o + 0x20000029 0x080138d9 0x00000003 PAD + 0x2000002c 0x080138dc 0x0000000c Data RW 765 .data.GPIO_PORT stm32wbxx_nucleo.o + 0x20000038 0x080138e8 0x0000000c Data RW 499 .data.OnOffServerCallbacks_1 app_zigbee.o + 0x20000044 0x080138f4 0x00000004 Data RW 3051 .data.SuperMask stm32_seq.o + 0x20000048 0x080138f8 0x00000004 Data RW 2229 .data.SystemCoreClock system_stm32wbxx.o + 0x2000004c 0x080138fc 0x00000004 Data RW 3050 .data.TaskMask stm32_seq.o + 0x20000050 0x08013900 0x00000004 Data RW 2965 .data.ZbApsAddrBinding zigbee_core_wb.o + 0x20000054 0x08013904 0x0000004c Data RW 628 .data.g_app app_globals.o + 0x200000a0 0x08013950 0x00000001 Data RW 1811 .data.uwTickFreq stm32wbxx_hal.o + 0x200000a1 0x08013951 0x00000003 PAD + 0x200000a4 0x08013954 0x00000004 Data RW 1810 .data.uwTickPrio stm32wbxx_hal.o + 0x200000a8 0x08013958 0x00000004 Data RW 631 .data.watch_is_slave app_globals.o + 0x200000ac 0x0801395c 0x00000004 Data RW 629 .data.watch_role app_globals.o + 0x200000b0 0x08013960 0x00000011 Data RW 2514 SYSTEM_DRIVER_CONTEXT shci_tl.o + 0x200000c1 0x08013971 0x00000007 PAD + 0x200000c8 - 0x00000004 Zero RW 495 .bss.APP_ZIGBEE_join_watchdog_start_ms app_zigbee.o + 0x200000cc - 0x00000004 Zero RW 494 .bss.APP_ZIGBEE_last_permit_join_ms app_zigbee.o + 0x200000d0 - 0x00000004 Zero RW 502 .bss.APP_ZIGBEE_last_rejoin_ms app_zigbee.o + 0x200000d4 - 0x00000008 Zero RW 498 .bss.APP_ZIGBEE_slave_report_payload app_zigbee.o + 0x200000dc - 0x00000001 Zero RW 497 .bss.APP_ZIGBEE_slave_report_tx_pending app_zigbee.o + 0x200000dd 0x08013971 0x00000003 PAD + 0x200000e0 - 0x00000004 Zero RW 496 .bss.APP_ZIGBEE_tx_fail_streak app_zigbee.o + 0x200000e4 - 0x00000001 Zero RW 188 .bss.AsynchPrescalerUserConfig hw_timerserver.o + 0x200000e5 0x08013971 0x00000003 PAD + 0x200000e8 - 0x00000004 Zero RW 2299 .bss.BLE_IoBusAclDataTxAck tl_mbox.o + 0x200000ec - 0x00000004 Zero RW 2298 .bss.BLE_IoBusEvtCallBackFunction tl_mbox.o + 0x200000f0 - 0x00000001 Zero RW 2515 .bss.CmdRspStatusFlag shci_tl.o + 0x200000f1 - 0x00000100 Zero RW 140 .bss.CommandString app_entry.o + 0x200001f1 0x08013971 0x00000003 PAD + 0x200001f4 - 0x00000004 Zero RW 501 .bss.CptReceiveNotifyFromM0 app_zigbee.o + 0x200001f8 - 0x00000004 Zero RW 491 .bss.CptReceiveRequestFromM0 app_zigbee.o + 0x200001fc - 0x00000001 Zero RW 184 .bss.CurrentRunningTimerID hw_timerserver.o + 0x200001fd 0x08013971 0x00000003 PAD + 0x20000200 - 0x00000004 Zero RW 3054 .bss.CurrentTaskIdx stm32_seq.o + 0x20000204 - 0x00000004 Zero RW 3052 .bss.EvtSet stm32_seq.o + 0x20000208 - 0x00000004 Zero RW 3053 .bss.EvtWaited stm32_seq.o + 0x2000020c - 0x00000004 Zero RW 604 .bss.FreeBufCb hw_ipcc.o + 0x20000210 - 0x00000004 Zero RW 219 .bss.HW_hlpuart1RxCb hw_uart.o + 0x20000214 - 0x00000004 Zero RW 221 .bss.HW_hlpuart1TxCb hw_uart.o + 0x20000218 - 0x00000004 Zero RW 218 .bss.HW_huart1RxCb hw_uart.o + 0x2000021c - 0x00000004 Zero RW 220 .bss.HW_huart1TxCb hw_uart.o + 0x20000220 - 0x00000008 Zero RW 2303 .bss.LocalFreeBufQueue tl_mbox.o + 0x20000228 - 0x00000002 Zero RW 190 .bss.MaxWakeupTimerSetup hw_timerserver.o + 0x2000022a 0x08013971 0x00000002 PAD + 0x2000022c - 0x00000020 Zero RW 2400 .bss.MsgDbgTraceQueue dbg_trace.o + 0x2000024c - 0x00001000 Zero RW 2401 .bss.MsgDbgTraceQueueBuff dbg_trace.o + 0x2000124c - 0x00000004 Zero RW 2997 .bss.OffModeDisable stm32_lpm.o + 0x20001250 - 0x00000001 Zero RW 192 .bss.PreviousRunningTimerID hw_timerserver.o + 0x20001251 0x08013971 0x00000003 PAD + 0x20001254 - 0x00000004 Zero RW 191 .bss.SSRValueOnLastSetup hw_timerserver.o + 0x20001258 - 0x00000004 Zero RW 2300 .bss.SYS_CMD_IoBusCallBackFunction tl_mbox.o + 0x2000125c - 0x00000004 Zero RW 2301 .bss.SYS_EVT_IoBusCallBackFunction tl_mbox.o + 0x20001260 - 0x00000004 Zero RW 2512 .bss.StatusNotCallBackFunction shci_tl.o + 0x20001264 - 0x00000004 Zero RW 2996 .bss.StopModeDisable stm32_lpm.o + 0x20001268 - 0x00000002 Zero RW 189 .bss.SynchPrescalerUserConfig hw_timerserver.o + 0x2000126a 0x08013971 0x00000002 PAD + 0x2000126c - 0x00000004 Zero RW 2302 .bss.TL_MM_Init.p_mem_manager_table tl_mbox.o + 0x20001270 - 0x00000080 Zero RW 3055 .bss.TaskCb stm32_seq.o + 0x200012f0 - 0x00000004 Zero RW 3057 .bss.TaskClearList stm32_seq.o + 0x200012f4 - 0x00000010 Zero RW 3056 .bss.TaskPrio stm32_seq.o + 0x20001304 - 0x00000004 Zero RW 3049 .bss.TaskSet stm32_seq.o + 0x20001308 - 0x00000001 Zero RW 187 .bss.WakeupTimerDivider hw_timerserver.o + 0x20001309 - 0x00000001 Zero RW 186 .bss.WakeupTimerLimitation hw_timerserver.o + 0x2000130a - 0x00000008 Zero RW 138 .bss.aRxBuffer app_entry.o + 0x20001312 0x08013971 0x00000002 PAD + 0x20001314 - 0x00000090 Zero RW 185 .bss.aTimerContext hw_timerserver.o + 0x200013a4 - 0x00000008 Zero RW 135 .bss.exti_handle app_entry.o + 0x200013ac - 0x00000001 Zero RW 485 .bss.g_ot_notification_allowed app_zigbee.o + 0x200013ad 0x08013971 0x00000003 PAD + 0x200013b0 - 0x00000060 Zero RW 42 .bss.hdma_lpuart1_tx main.o + 0x20001410 - 0x00000060 Zero RW 43 .bss.hdma_usart1_tx main.o + 0x20001470 - 0x0000003c Zero RW 41 .bss.hipcc main.o + 0x200014ac - 0x00000094 Zero RW 39 .bss.hlpuart1 main.o + 0x20001540 - 0x00000024 Zero RW 44 .bss.hrtc main.o + 0x20001564 - 0x00000094 Zero RW 40 .bss.huart1 main.o + 0x200015f8 - 0x00000002 Zero RW 139 .bss.indexReceiveChar app_entry.o + 0x200015fa 0x08013971 0x00000002 PAD + 0x200015fc - 0x00000018 Zero RW 1223 .bss.pFlash stm32wbxx_hal_flash.o + 0x20001614 - 0x00000004 Zero RW 489 .bss.p_ZIGBEE_notif_M0_to_M4 app_zigbee.o + 0x20001618 - 0x00000004 Zero RW 488 .bss.p_ZIGBEE_otcmdbuffer app_zigbee.o + 0x2000161c - 0x00000004 Zero RW 490 .bss.p_ZIGBEE_request_M0_to_M4 app_zigbee.o + 0x20001620 - 0x00000020 Zero RW 2513 .bss.shciContext shci_tl.o + 0x20001640 - 0x00000004 Zero RW 1812 .bss.uwTick stm32wbxx_hal.o + 0x20001644 - 0x00000004 Zero RW 630 .bss.watch_is_master app_globals.o + 0x20001648 - 0x00000004 Zero RW 665 .bss.watch_join_watchdog_count app_globals.o + 0x2000164c - 0x00000004 Zero RW 639 .bss.watch_master_analog_percent app_globals.o + 0x20001650 - 0x00000004 Zero RW 638 .bss.watch_master_analog_raw app_globals.o + 0x20001654 - 0x00000004 Zero RW 637 .bss.watch_master_button_mask app_globals.o + 0x20001658 - 0x00000004 Zero RW 635 .bss.watch_master_last_seen_ms app_globals.o + 0x2000165c - 0x00000004 Zero RW 636 .bss.watch_master_last_sequence app_globals.o + 0x20001660 - 0x00000004 Zero RW 634 .bss.watch_master_online app_globals.o + 0x20001664 - 0x00000004 Zero RW 662 .bss.watch_permit_join_count app_globals.o + 0x20001668 - 0x00000004 Zero RW 664 .bss.watch_permit_join_duration app_globals.o + 0x2000166c - 0x00000004 Zero RW 663 .bss.watch_permit_join_status app_globals.o + 0x20001670 - 0x00000004 Zero RW 659 .bss.watch_rejoin_active app_globals.o + 0x20001674 - 0x00000004 Zero RW 658 .bss.watch_rejoin_fail_count app_globals.o + 0x20001678 - 0x00000004 Zero RW 660 .bss.watch_rejoin_last_status app_globals.o + 0x2000167c - 0x00000004 Zero RW 656 .bss.watch_rejoin_request_count app_globals.o + 0x20001680 - 0x00000004 Zero RW 657 .bss.watch_rejoin_success_count app_globals.o + 0x20001684 - 0x00000004 Zero RW 645 .bss.watch_report_rx_count app_globals.o + 0x20001688 - 0x00000004 Zero RW 652 .bss.watch_report_rx_decode_fail_count app_globals.o + 0x2000168c - 0x00000004 Zero RW 651 .bss.watch_report_rx_ind_count app_globals.o + 0x20001690 - 0x00000004 Zero RW 653 .bss.watch_report_rx_last_cluster app_globals.o + 0x20001694 - 0x00000004 Zero RW 654 .bss.watch_report_rx_last_length app_globals.o + 0x20001698 - 0x00000004 Zero RW 646 .bss.watch_report_tx_attempt_count app_globals.o + 0x2000169c - 0x00000004 Zero RW 648 .bss.watch_report_tx_busy_count app_globals.o + 0x200016a0 - 0x00000004 Zero RW 649 .bss.watch_report_tx_confirm_count app_globals.o + 0x200016a4 - 0x00000004 Zero RW 650 .bss.watch_report_tx_confirm_status app_globals.o + 0x200016a8 - 0x00000004 Zero RW 644 .bss.watch_report_tx_count app_globals.o + 0x200016ac - 0x00000004 Zero RW 661 .bss.watch_report_tx_fail_streak app_globals.o + 0x200016b0 - 0x00000004 Zero RW 647 .bss.watch_report_tx_ok_count app_globals.o + 0x200016b4 - 0x00000004 Zero RW 632 .bss.watch_role_pin_is_master app_globals.o + 0x200016b8 - 0x00000004 Zero RW 643 .bss.watch_slave_analog_percent app_globals.o + 0x200016bc - 0x00000004 Zero RW 642 .bss.watch_slave_analog_raw app_globals.o + 0x200016c0 - 0x00000004 Zero RW 641 .bss.watch_slave_button_mask app_globals.o + 0x200016c4 - 0x00000004 Zero RW 640 .bss.watch_slave_sequence app_globals.o + 0x200016c8 - 0x00000004 Zero RW 655 .bss.watch_zigbee_ready app_globals.o + 0x200016cc - 0x00000004 Zero RW 633 .bss.watch_zigbee_state app_globals.o + 0x200016d0 - 0x00000011 Zero RW 2966 .bss.zb_ipc_globals zigbee_core_wb.o + 0x200016e1 0x08013971 0x00000003 PAD + 0x200016e4 - 0x00000180 Zero RW 2971 .bss.zb_msg_filter_cb_list zigbee_core_wb.o + 0x20001864 - 0x00000004 Zero RW 2969 .bss.zb_persist_arg zigbee_core_wb.o + 0x20001868 - 0x00000004 Zero RW 2970 .bss.zb_persist_cb zigbee_core_wb.o + 0x2000186c - 0x00000060 Zero RW 2975 .bss.zdo_filter_cb_list zigbee_core_wb.o + 0x200018cc - 0x00000004 Zero RW 2973 .bss.zdo_match_multi_arg zigbee_core_wb.o + 0x200018d0 - 0x00000004 Zero RW 2972 .bss.zdo_match_multi_cb zigbee_core_wb.o + 0x200018d4 - 0x0000001c Zero RW 493 .bss.zigbee_app_info app_zigbee.o + 0x200018f0 - 0x00000004 Zero RW 2968 .bss.zigbee_m4_tl_callbacks zigbee_core_wb.o + 0x200018f4 0x08013971 0x00000004 PAD + 0x200018f8 - 0x00019000 Zero RW 2 HEAP startup_stm32wb55xx_cm4.o + 0x2001a8f8 - 0x00001000 Zero RW 1 STACK startup_stm32wb55xx_cm4.o + + + Execution Region RW_RAM_SHARED (Exec base: 0x20030000, Load base: 0x08013978, Size: 0x00000b5c, Max: 0x00002800, ABSOLUTE, COMPRESSED[0x00000018]) + + Exec Addr Load Addr Size Type Attr Idx E Section Name Object + + 0x20030000 COMPRESSED 0x00000028 Data RW 2296 MAPPING_TABLE tl_mbox.o + 0x20030028 COMPRESSED 0x0000000c Data RW 492 MB_MEM1 app_zigbee.o + 0x20030034 COMPRESSED 0x000000b0 Data RW 2295 MB_MEM1 tl_mbox.o + 0x200300e4 COMPRESSED 0x00000754 Data RW 136 MB_MEM2 app_entry.o + 0x20030838 COMPRESSED 0x00000322 Data RW 487 MB_MEM2 app_zigbee.o + + +============================================================================== + +Image component sizes + + + Code (inc. data) RO Data RW Data ZI Data Debug Object Name + + 1604 0 156 1876 274 14457 app_entry.o + 504 0 0 84 140 4796 app_globals.o + 4238 0 860 827 74 36502 app_zigbee.o + 568 0 45 1 4128 4308 dbg_trace.o + 300 0 0 0 0 4023 hardware.o + 1762 0 0 0 4 12581 hw_ipcc.o + 3386 0 0 0 157 11779 hw_timerserver.o + 554 4 0 0 16 6176 hw_uart.o + 724 0 0 0 584 13115 main.o + 98 0 0 0 0 785 otp.o + 322 0 0 0 0 16590 shci.o + 650 0 0 17 37 4494 shci_tl.o + 32 0 0 0 0 1137 shci_tl_if.o + 502 0 0 0 0 2030 slave_inputs.o + 36 8 316 0 106496 832 startup_stm32wb55xx_cm4.o + 220 0 0 0 8 2523 stm32_lpm.o + 1408 0 0 8 164 7071 stm32_seq.o + 284 0 0 5 4 14578 stm32wbxx_hal.o + 732 0 0 0 0 9288 stm32wbxx_hal_cortex.o + 1590 0 0 0 0 7907 stm32wbxx_hal_dma.o + 54 0 0 0 0 5473 stm32wbxx_hal_exti.o + 448 0 0 0 24 5317 stm32wbxx_hal_flash.o + 44 0 0 0 0 7709 stm32wbxx_hal_flash_ex.o + 998 0 0 0 0 5142 stm32wbxx_hal_gpio.o + 62 0 0 0 0 3084 stm32wbxx_hal_hsem.o + 224 0 0 0 0 5927 stm32wbxx_hal_ipcc.o + 996 0 0 0 0 12949 stm32wbxx_hal_msp.o + 20 0 0 0 0 5717 stm32wbxx_hal_pwr.o + 182 0 0 0 0 13268 stm32wbxx_hal_pwr_ex.o + 4430 0 0 0 0 17445 stm32wbxx_hal_rcc.o + 1808 0 0 0 0 23472 stm32wbxx_hal_rcc_ex.o + 574 0 0 0 0 10710 stm32wbxx_hal_rtc.o + 474 0 0 0 0 13204 stm32wbxx_hal_rtc_ex.o + 7544 30 24 0 0 28393 stm32wbxx_hal_uart.o + 562 0 16 0 0 9120 stm32wbxx_hal_uart_ex.o + 184 0 0 0 0 2744 stm32wbxx_it.o + 536 0 15 24 0 6627 stm32wbxx_nucleo.o + 318 0 0 0 0 4086 stm_list.o + 478 4 71 0 0 2016 stm_logging.o + 2244 0 0 0 0 4453 stm_queue.o + 126 0 160 4 0 3517 system_stm32wbxx.o + 1252 10 0 216 28 9636 tl_mbox.o + 2 0 0 0 0 1619 tl_zigbee_hci.o + 530 4 0 0 0 1613 zigbee_app.o + 8934 0 844 4 517 95607 zigbee_core_wb.o + 76 0 0 0 0 1998 zigbee_port.o + + ---------------------------------------------------------------------- + 53108 60 2560 3080 112692 475818 Object Totals + 0 0 48 0 0 0 (incl. Generated) + 494 0 5 14 37 0 (incl. Padding) + + ---------------------------------------------------------------------- + + Code (inc. data) RO Data RW Data ZI Data Debug Library Member Name + + 58 0 0 0 0 0 __dczerorl.o + 0 0 0 0 0 0 entry.o + 0 0 0 0 0 0 entry10a.o + 0 0 0 0 0 0 entry11a.o + 8 4 0 0 0 0 entry2.o + 4 0 0 0 0 0 entry5.o + 0 0 0 0 0 0 entry7b.o + 0 0 0 0 0 0 entry8b.o + 8 4 0 0 0 0 entry9a.o + 24 0 0 0 0 80 fputs.o + 30 0 0 0 0 0 handlers.o + 48 10 0 0 0 68 init.o + 0 0 0 0 0 0 iusefp.o + 30 0 0 0 0 68 llshl.o + 36 0 0 0 0 68 llsshr.o + 32 0 0 0 0 68 llushr.o + 188 20 0 0 0 160 malloc.o + 36 0 0 0 0 68 memcpya.o + 36 0 0 0 0 108 memseta.o + 0 0 0 8 0 0 mvars.o + 2434 106 0 0 0 840 printfa.o + 0 0 0 4 0 0 stderr.o + 0 0 0 4 0 0 stdout.o + 20 0 0 0 0 68 strchr.o + 28 0 0 0 0 76 strcmp.o + 18 0 0 0 0 68 strcpy.o + 36 0 0 0 0 80 strstr.o + 44 0 0 0 0 80 uidiv.o + 98 0 0 0 0 92 uldiv.o + 48 0 0 0 0 68 cdrcmple.o + 334 0 0 0 0 148 dadd.o + 56 0 0 0 0 80 dcmpeq.o + 54 0 0 0 0 80 dcmpge.o + 54 0 0 0 0 80 dcmpgt.o + 54 0 0 0 0 80 dcmplt.o + 222 0 0 0 0 100 ddiv.o + 186 0 0 0 0 176 depilogue.o + 62 0 0 0 0 80 dfixi.o + 74 0 0 0 0 80 dfixl.o + 50 0 0 0 0 76 dfixui.o + 48 0 0 0 0 68 dfixul.o + 40 0 0 0 0 80 dfltl.o + 26 0 0 0 0 76 dfltui.o + 24 0 0 0 0 76 dfltul.o + 228 0 0 0 0 96 dmul.o + 156 0 0 0 0 4938 pletoh.o + 3934 1466 456 0 0 26791 zcl_attr.o + 678 40 0 0 0 8936 zcl_attr_float.o + 2654 1000 0 0 0 21210 zcl_attr_integer.o + 500 16 0 0 0 15238 zcl_attr_list.o + 6476 100 0 0 0 46533 zcl_attr_report.o + 398 0 0 0 0 18730 zcl_cluster.o + 1184 0 40 0 0 19217 zcl_cluster_init.o + 454 0 0 0 0 15471 zcl_cluster_scene.o + 1918 34 0 0 0 20888 zcl_command_ind.o + 222 0 0 0 0 2811 zcl_header.o + 426 0 40 0 0 16334 zcl_onoff_server.o + + ---------------------------------------------------------------------- + 23852 2800 536 16 0 220533 Library Totals + 76 0 0 0 0 0 (incl. Padding) + + ---------------------------------------------------------------------- + + Code (inc. data) RO Data RW Data ZI Data Debug Library Name + + 3216 144 0 16 0 1992 mc_w.l + 1560 0 0 0 0 1444 mf_w.l + 19000 2656 536 0 0 217097 stm32wb_zigbee_wb_lib_keil.lib + + ---------------------------------------------------------------------- + 23852 2800 536 16 0 220533 Library Totals + + ---------------------------------------------------------------------- + +============================================================================== + + + Code (inc. data) RO Data RW Data ZI Data Debug + + 76960 2860 3096 3096 112692 693539 Grand Totals + 76960 2860 3096 212 112692 693539 ELF Image Totals (compressed) + 76960 2860 3096 212 0 0 ROM Totals + +============================================================================== + + Total RO Size (Code + RO Data) 80056 ( 78.18kB) + Total RW Size (RW Data + ZI Data) 115788 ( 113.07kB) + Total ROM Size (Code + RO Data + RW Data) 80268 ( 78.39kB) + +============================================================================== + diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/Zigbee_OnOff_Server_Coord_Zigbee_OnOff_Server_Coord.dep b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/Zigbee_OnOff_Server_Coord_Zigbee_OnOff_Server_Coord.dep new file mode 100644 index 0000000..d6f995a --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/Zigbee_OnOff_Server_Coord_Zigbee_OnOff_Server_Coord.dep @@ -0,0 +1,2066 @@ +Dependencies for Project 'Zigbee_OnOff_Server_Coord', Target 'Zigbee_OnOff_Server_Coord': (DO NOT MODIFY !) +CompilerVersion: 6220000::V6.22::ARMCLANG +F (startup_stm32wb55xx_cm4.s)(0x6A17523C)(--target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -masm=auto -Wa,armasm,--diag_suppress=A1950W -c -mlittle-endian -gdwarf-4 -Wa,armasm,--pd,"__MICROLIB SETA 1" -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -Wa,armasm,--pd,"__UVISION_VERSION SETA 541" -Wa,armasm,--pd,"STM32WB55xx SETA 1" -Wa,armasm,--pd,"_RTE_ SETA 1" -o ./zigbee_onoff_server_coord/exe/startup_stm32wb55xx_cm4.o) +F (../Core/Src/main.c)(0x6A17627D)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/main.o -MMD) +I (..\Core\Inc\main.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (..\Core\Inc\app_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h)(0x6A175241) +I (..\Core\Inc\hw_conf.h)(0x6A17523C) +I (..\Core\Inc\hw_if.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h)(0x6A177494) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_nucleo_conf.h)(0x6A17523C) +I (..\Core\Inc\app_entry.h)(0x6A17523C) +I (..\Core\Inc\app_common.h)(0x6A17523C) +F (../Core/Src/app_entry.c)(0x6A175303)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/app_entry.o -MMD) +I (..\Core\Inc\app_common.h)(0x6A17523C) +I (..\Core\Inc\app_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h)(0x6A175241) +I (..\Core\Inc\hw_conf.h)(0x6A17523C) +I (..\Core\Inc\hw_if.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h)(0x6A177494) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_nucleo_conf.h)(0x6A17523C) +I (..\Core\Inc\main.h)(0x6A17523C) +I (..\Core\Inc\app_entry.h)(0x6A17523C) +I (..\STM32_WPAN\App\app_zigbee.h)(0x6A177FEA) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\stm32_wpan_common.h)(0x6A175242) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl_zigbee_hci.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\zigbee_core.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\stm32wbxx_core_interface_def.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\zigbee_types.h)(0x6A175241) +I (..\App\app_types.h)(0x6A1787CA) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Utilities\sequencer\stm32_seq.h)(0x6A175244) +I (..\Core\Inc\stm_logging.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\shci_tl.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Utilities\lpm\tiny_lpm\stm32_lpm.h)(0x6A175244) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\dbg_trace.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\shci\shci.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\mbox_def.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\otp.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\utilities_common.h)(0x6A175241) +I (..\App\hardware.h)(0x6A177EC3) +I (..\App\zigbee_app.h)(0x6A175174) +F (../Core/Src/hw_timerserver.c)(0x6A17523C)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/hw_timerserver.o -MMD) +I (..\Core\Inc\app_common.h)(0x6A17523C) +I (..\Core\Inc\app_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h)(0x6A175241) +I (..\Core\Inc\hw_conf.h)(0x6A17523C) +I (..\Core\Inc\hw_if.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h)(0x6A177494) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_nucleo_conf.h)(0x6A17523C) +F (../Core/Src/hw_uart.c)(0x6A17523C)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/hw_uart.o -MMD) +I (..\Core\Inc\app_common.h)(0x6A17523C) +I (..\Core\Inc\app_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h)(0x6A175241) +I (..\Core\Inc\hw_conf.h)(0x6A17523C) +I (..\Core\Inc\hw_if.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h)(0x6A177494) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_nucleo_conf.h)(0x6A17523C) +F (../Core/Src/stm32_lpm_if.c)(0x6A17523C)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/stm32_lpm_if.o -MMD) +I (..\Core\Inc\stm32_lpm_if.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Utilities\lpm\tiny_lpm\stm32_lpm.h)(0x6A175244) +I (..\Core\Inc\app_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h)(0x6A175241) +I (..\Core\Inc\hw_conf.h)(0x6A17523C) +I (..\Core\Inc\hw_if.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h)(0x6A177494) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_nucleo_conf.h)(0x6A17523C) +F (../Core/Src/stm_logging.c)(0x6A17523C)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/stm_logging.o -MMD) +I (..\Core\Inc\app_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h)(0x6A175241) +I (..\Core\Inc\hw_conf.h)(0x6A17523C) +I (..\Core\Inc\hw_if.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h)(0x6A177494) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_nucleo_conf.h)(0x6A17523C) +I (..\Core\Inc\stm_logging.h)(0x6A17523C) +F (../Core/Src/stm32wbxx_it.c)(0x6A17523C)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/stm32wbxx_it.o -MMD) +I (..\Core\Inc\main.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (..\Core\Inc\app_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h)(0x6A175241) +I (..\Core\Inc\hw_conf.h)(0x6A17523C) +I (..\Core\Inc\hw_if.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h)(0x6A177494) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_nucleo_conf.h)(0x6A17523C) +I (..\Core\Inc\app_entry.h)(0x6A17523C) +I (..\Core\Inc\app_common.h)(0x6A17523C) +I (..\Core\Inc\stm32wbxx_it.h)(0x6A17523C) +F (../Core/Src/stm32wbxx_hal_msp.c)(0x6A17523C)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/stm32wbxx_hal_msp.o -MMD) +I (..\Core\Inc\main.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (..\Core\Inc\app_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h)(0x6A175241) +I (..\Core\Inc\hw_conf.h)(0x6A17523C) +I (..\Core\Inc\hw_if.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h)(0x6A177494) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_nucleo_conf.h)(0x6A17523C) +I (..\Core\Inc\app_entry.h)(0x6A17523C) +I (..\Core\Inc\app_common.h)(0x6A17523C) +F (../STM32_WPAN/App/app_zigbee.c)(0x6A178811)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/app_zigbee.o -MMD) +I (..\Core\Inc\app_common.h)(0x6A17523C) +I (..\Core\Inc\app_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h)(0x6A175241) +I (..\Core\Inc\hw_conf.h)(0x6A17523C) +I (..\Core\Inc\hw_if.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h)(0x6A177494) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_nucleo_conf.h)(0x6A17523C) +I (..\Core\Inc\app_entry.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\dbg_trace.h)(0x6A175241) +I (..\STM32_WPAN\App\app_zigbee.h)(0x6A177FEA) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\stm32_wpan_common.h)(0x6A175242) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl_zigbee_hci.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\zigbee_core.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\stm32wbxx_core_interface_def.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\zigbee_types.h)(0x6A175241) +I (..\App\app_types.h)(0x6A1787CA) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\zigbee_interface.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\mac\pletoh.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\mac\llist.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\mac\ieee802154_enums.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\mac\mcp_enums.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.security.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.hash.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.bdb.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.aps.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.nwk.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.startup.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\zcl.touchlink.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\zcl.enum.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.zdo.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\shci\shci.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\mbox_def.h)(0x6A175241) +I (..\Core\Inc\stm_logging.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Utilities\sequencer\stm32_seq.h)(0x6A175244) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\zcl.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.onoff.h)(0x6A175241) +I (..\App\app_config.h)(0x6A178861) +I (..\App\zigbee_port.h)(0x6A1751A7) +F (../STM32_WPAN/Target/hw_ipcc.c)(0x6A17523C)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/hw_ipcc.o -MMD) +I (..\Core\Inc\app_common.h)(0x6A17523C) +I (..\Core\Inc\app_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h)(0x6A175241) +I (..\Core\Inc\hw_conf.h)(0x6A17523C) +I (..\Core\Inc\hw_if.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h)(0x6A177494) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_nucleo_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\mbox_def.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\stm32_wpan_common.h)(0x6A175242) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6A175233) +I (..\Core\Inc\utilities_conf.h)(0x6A17523C) +F (../App/app_globals.c)(0x6A1787CE)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/app_globals.o -MMD) +I (..\App\app_config.h)(0x6A178861) +I (..\App\app_types.h)(0x6A1787CA) +F (../App/hardware.c)(0x6A177EC5)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/hardware.o -MMD) +I (..\App\hardware.h)(0x6A177EC3) +I (..\App\app_config.h)(0x6A178861) +I (..\App\app_types.h)(0x6A1787CA) +I (..\Core\Inc\main.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (..\Core\Inc\app_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h)(0x6A175241) +I (..\Core\Inc\hw_conf.h)(0x6A17523C) +I (..\Core\Inc\hw_if.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h)(0x6A177494) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_nucleo_conf.h)(0x6A17523C) +I (..\Core\Inc\app_entry.h)(0x6A17523C) +I (..\Core\Inc\app_common.h)(0x6A17523C) +F (../App/slave_inputs.c)(0x6A175173)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/slave_inputs.o -MMD) +I (..\App\app_config.h)(0x6A178861) +I (..\App\app_types.h)(0x6A1787CA) +I (..\App\hardware.h)(0x6A177EC3) +I (..\App\slave_inputs.h)(0x6A175173) +F (../App/zigbee_app.c)(0x6A17869E)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/zigbee_app.o -MMD) +I (..\App\app_config.h)(0x6A178861) +I (..\App\app_types.h)(0x6A1787CA) +I (..\App\hardware.h)(0x6A177EC3) +I (..\App\slave_inputs.h)(0x6A175173) +I (..\App\zigbee_app.h)(0x6A175174) +I (..\App\zigbee_port.h)(0x6A1751A7) +F (../App/zigbee_port.c)(0x6A177FED)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/zigbee_port.o -MMD) +I (..\App\zigbee_port.h)(0x6A1751A7) +I (..\App\app_types.h)(0x6A1787CA) +I (..\STM32_WPAN\App\app_zigbee.h)(0x6A177FEA) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\stm32_wpan_common.h)(0x6A175242) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_armclang.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl_zigbee_hci.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\zigbee_core.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\stm32wbxx_core_interface_def.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\zigbee_types.h)(0x6A175241) +F (../readme.txt)(0x6A17523C)() +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/BSP/P-NUCLEO-WB55.Nucleo/stm32wbxx_nucleo.c)(0x6A175235)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/stm32wbxx_nucleo.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h)(0x6A177494) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_nucleo_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_hsem.c)(0x6A175236)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/stm32wbxx_hal_hsem.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_rcc.c)(0x6A175236)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/stm32wbxx_hal_rcc.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_ll_rcc.c)(0x6A175236)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/stm32wbxx_ll_rcc.o -MMD) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_rcc_ex.c)(0x6A175236)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/stm32wbxx_hal_rcc_ex.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_flash.c)(0x6A175236)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/stm32wbxx_hal_flash.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_flash_ex.c)(0x6A175236)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/stm32wbxx_hal_flash_ex.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_gpio.c)(0x6A175236)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/stm32wbxx_hal_gpio.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_dma.c)(0x6A175236)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/stm32wbxx_hal_dma.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_dma_ex.c)(0x6A175236)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/stm32wbxx_hal_dma_ex.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_pwr.c)(0x6A175236)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/stm32wbxx_hal_pwr.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_pwr_ex.c)(0x6A175236)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/stm32wbxx_hal_pwr_ex.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_cortex.c)(0x6A175236)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/stm32wbxx_hal_cortex.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal.c)(0x6A175236)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/stm32wbxx_hal.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_exti.c)(0x6A175236)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/stm32wbxx_hal_exti.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_ipcc.c)(0x6A175236)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/stm32wbxx_hal_ipcc.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_uart.c)(0x6A175236)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/stm32wbxx_hal_uart.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_uart_ex.c)(0x6A175236)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/stm32wbxx_hal_uart_ex.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_rtc.c)(0x6A175236)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/stm32wbxx_hal_rtc.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_rtc_ex.c)(0x6A175236)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/stm32wbxx_hal_rtc_ex.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_tim.c)(0x6A175236)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/stm32wbxx_hal_tim.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_tim_ex.c)(0x6A175236)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/stm32wbxx_hal_tim_ex.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (../Core/Src/system_stm32wbxx.c)(0x6A17523C)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/system_stm32wbxx.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/lib/stm32wb_zigbee_wb_lib_keil.lib)(0x6A175241)() +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/tl_mbox.c)(0x6A175241)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/tl_mbox.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\stm32_wpan_common.h)(0x6A175242) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_armclang.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\stm_list.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\mbox_def.h)(0x6A175241) +I (..\STM32_WPAN\App\tl_dbg_conf.h)(0x6A17523C) +I (..\Core\Inc\app_conf.h)(0x6A17523C) +I (..\Core\Inc\hw_conf.h)(0x6A17523C) +I (..\Core\Inc\hw_if.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h)(0x6A177494) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_nucleo_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\dbg_trace.h)(0x6A175241) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci/shci.c)(0x6A175241)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/shci.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\stm32_wpan_common.h)(0x6A175242) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_armclang.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\shci_tl.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\shci\shci.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\mbox_def.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/utilities/dbg_trace.c)(0x6A175241)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/dbg_trace.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\utilities_common.h)(0x6A175241) +I (..\Core\Inc\app_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h)(0x6A175241) +I (..\Core\Inc\hw_conf.h)(0x6A17523C) +I (..\Core\Inc\hw_if.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h)(0x6A177494) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_nucleo_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\stm_queue.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\dbg_trace.h)(0x6A175241) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/utilities/otp.c)(0x6A175241)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/otp.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\utilities_common.h)(0x6A175241) +I (..\Core\Inc\app_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h)(0x6A175241) +I (..\Core\Inc\hw_conf.h)(0x6A17523C) +I (..\Core\Inc\hw_if.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h)(0x6A177494) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_nucleo_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\otp.h)(0x6A175241) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/utilities/stm_list.c)(0x6A175241)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/stm_list.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\utilities_common.h)(0x6A175241) +I (..\Core\Inc\app_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h)(0x6A175241) +I (..\Core\Inc\hw_conf.h)(0x6A17523C) +I (..\Core\Inc\hw_if.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h)(0x6A177494) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_nucleo_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\stm_list.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\stm32_wpan_common.h)(0x6A175242) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6A175233) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/utilities/stm_queue.c)(0x6A175241)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/stm_queue.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\utilities_common.h)(0x6A175241) +I (..\Core\Inc\app_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h)(0x6A175241) +I (..\Core\Inc\hw_conf.h)(0x6A17523C) +I (..\Core\Inc\hw_if.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h)(0x6A177494) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_nucleo_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\stm_queue.h)(0x6A175241) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/tl_zigbee_hci.c)(0x6A175241)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/tl_zigbee_hci.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\stm32_wpan_common.h)(0x6A175242) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_armclang.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\stm_list.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl_zigbee_hci.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\zigbee_core.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\stm32wbxx_core_interface_def.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\zigbee_types.h)(0x6A175241) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/shci_tl.c)(0x6A175241)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/shci_tl.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\stm32_wpan_common.h)(0x6A175242) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_armclang.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\stm_list.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\shci_tl.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl.h)(0x6A175241) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/shci_tl_if.c)(0x6A175241)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/shci_tl_if.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\shci_tl.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\stm32_wpan_common.h)(0x6A175242) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_armclang.h)(0x6A175233) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/platform/ee.c)(0x6A175241)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/ee.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\platform\ee_cfg.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\utilities_common.h)(0x6A175241) +I (..\Core\Inc\app_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h)(0x6A175241) +I (..\Core\Inc\hw_conf.h)(0x6A17523C) +I (..\Core\Inc\hw_if.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h)(0x6A177494) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_nucleo_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\platform\hw_flash.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\platform\ee.h)(0x6A175241) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/platform/hw_flash.c)(0x6A175241)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/hw_flash.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\platform\hw_flash.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares/ST/STM32_WPAN/zigbee/core/src/zigbee_core_wb.c)(0x6A175241)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/zigbee_core_wb.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\zigbee_types.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\zigbee_interface.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\stm32wbxx_core_interface_def.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\stm32_wpan_common.h)(0x6A175242) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\mac\pletoh.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\mac\llist.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\mac\ieee802154_enums.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\mac\mcp_enums.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.security.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.hash.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.bdb.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.aps.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.nwk.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.startup.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\zcl.touchlink.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\zcl.enum.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.zdo.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\zcl.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\key\zcl.key.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.diagnostics.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\mac\ieee802154_crc.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\zigbee_core.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl_zigbee_hci.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl.h)(0x6A175241) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\dbg_trace.h)(0x6A175241) +I (..\Core\Inc\stm_logging.h)(0x6A17523C) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Utilities/lpm/tiny_lpm/stm32_lpm.c)(0x6A175244)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/stm32_lpm.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Utilities\lpm\tiny_lpm\stm32_lpm.h)(0x6A175244) +I (..\Core\Inc\utilities_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_armclang.h)(0x6A175233) +I (..\Core\Inc\app_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h)(0x6A175241) +I (..\Core\Inc\hw_conf.h)(0x6A17523C) +I (..\Core\Inc\hw_if.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h)(0x6A177494) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_nucleo_conf.h)(0x6A17523C) +F (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Utilities/sequencer/stm32_seq.c)(0x6A175244)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__MICROLIB -mlittle-endian -gdwarf-4 -O0 -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 -Wno-reserved-identifier -I ../Core/Inc -I ../STM32_WPAN/App -I ../App -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/lpm/tiny_lpm -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/utilities -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/extras -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zgp -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Device/ST/STM32WBxx/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Utilities/sequencer -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/mac -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/key -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/se -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/security -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/general -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/platform -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Middlewares/ST/STM32_WPAN/zigbee/core/inc -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/CMSIS/Include -I C:/Users/frima/STM32Cube/Repository/STM32Cube_FW_WB_V1.23.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo -Wno-format -I./RTE/_Zigbee_OnOff_Server_Coord -IC:/Arm/Packs/ARM/CMSIS/6.1.0/CMSIS/Core/Include -D__UVISION_VERSION="541" -DSTM32WB55xx -D_RTE_ -DUSE_STM32WBXX_NUCLEO -DZIGBEE_WB -DUSE_HAL_DRIVER -DSTM32WB55xx -DEXTI6_IRQn="EXTI9_5_IRQn" -o ./zigbee_onoff_server_coord/exe/stm32_seq.o -MMD) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Utilities\sequencer\stm32_seq.h)(0x6A175244) +I (..\Core\Inc\utilities_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_compiler.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_armclang.h)(0x6A175233) +I (..\Core\Inc\app_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h)(0x6A175241) +I (..\Core\Inc\hw_conf.h)(0x6A17523C) +I (..\Core\Inc\hw_if.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h)(0x6A175233) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_hal_conf.h)(0x6A17523C) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h)(0x6A175235) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h)(0x6A177494) +I (C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h)(0x6A175235) +I (..\Core\Inc\stm32wbxx_nucleo_conf.h)(0x6A17523C) diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/app_entry.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/app_entry.d new file mode 100644 index 0000000..db5102c --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/app_entry.d @@ -0,0 +1,66 @@ +./zigbee_onoff_server_coord/exe/app_entry.o: ..\Core\Src\app_entry.c \ + ..\Core\Inc\app_common.h ..\Core\Inc\app_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h \ + ..\Core\Inc\hw_conf.h ..\Core\Inc\hw_if.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h \ + ..\Core\Inc\stm32wbxx_hal_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h \ + ..\Core\Inc\stm32wbxx_nucleo_conf.h ..\Core\Inc\main.h \ + ..\Core\Inc\app_entry.h ..\STM32_WPAN\App\app_zigbee.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\stm32_wpan_common.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_compiler.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl_zigbee_hci.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\zigbee_core.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\stm32wbxx_core_interface_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\zigbee_types.h \ + ..\App\app_types.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Utilities\sequencer\stm32_seq.h \ + ..\Core\Inc\stm_logging.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\shci_tl.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Utilities\lpm\tiny_lpm\stm32_lpm.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\dbg_trace.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\shci\shci.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\mbox_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\otp.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\utilities_common.h \ + ..\App\hardware.h ..\App\zigbee_app.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/app_entry.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/app_entry.o new file mode 100644 index 0000000000000000000000000000000000000000..fb6209e34002c5f154adf0e324fa3dd058bc8bdc GIT binary patch literal 38928 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 literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/app_globals.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/app_globals.d new file mode 100644 index 0000000..fc83761 --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/app_globals.d @@ -0,0 +1,2 @@ +./zigbee_onoff_server_coord/exe/app_globals.o: ..\App\app_globals.c \ + ..\App\app_config.h ..\App\app_types.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/app_globals.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/app_globals.o new file mode 100644 index 0000000000000000000000000000000000000000..4c1a7dfddb90a7fafffe35ea3e568a09fc104d4e GIT binary patch literal 14480 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 literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/app_zigbee.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/app_zigbee.d new file mode 100644 index 0000000..e4f5263 --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/app_zigbee.d @@ -0,0 +1,80 @@ +./zigbee_onoff_server_coord/exe/app_zigbee.o: \ + ..\STM32_WPAN\App\app_zigbee.c ..\Core\Inc\app_common.h \ + ..\Core\Inc\app_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h \ + ..\Core\Inc\hw_conf.h ..\Core\Inc\hw_if.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h \ + ..\Core\Inc\stm32wbxx_hal_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h \ + ..\Core\Inc\stm32wbxx_nucleo_conf.h ..\Core\Inc\app_entry.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\dbg_trace.h \ + ..\STM32_WPAN\App\app_zigbee.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\stm32_wpan_common.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_compiler.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl_zigbee_hci.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\zigbee_core.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\stm32wbxx_core_interface_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\zigbee_types.h \ + ..\App\app_types.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\zigbee_interface.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\mac\pletoh.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\mac\llist.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\mac\ieee802154_enums.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\mac\mcp_enums.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.security.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.hash.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.bdb.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.aps.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.nwk.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.startup.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\zcl.touchlink.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\zcl.enum.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.zdo.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\shci\shci.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\mbox_def.h \ + ..\Core\Inc\stm_logging.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Utilities\sequencer\stm32_seq.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\zcl.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.onoff.h \ + ..\App\app_config.h ..\App\zigbee_port.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/app_zigbee.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/app_zigbee.o new file mode 100644 index 0000000000000000000000000000000000000000..e15966f5fbe1f96172ce19233b2dea9b8c9a3aad GIT binary patch literal 74396 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 WfD>R%w~8qC4K&I@$Q54%@P7cMmZ-V_ literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/hardware.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/hardware.d new file mode 100644 index 0000000..c5c1153 --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/hardware.d @@ -0,0 +1,50 @@ +./zigbee_onoff_server_coord/exe/hardware.o: ..\App\hardware.c \ + ..\App\hardware.h ..\App\app_config.h ..\App\app_types.h \ + ..\Core\Inc\main.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h \ + ..\Core\Inc\stm32wbxx_hal_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h \ + ..\Core\Inc\app_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h \ + ..\Core\Inc\hw_conf.h ..\Core\Inc\hw_if.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h \ + ..\Core\Inc\stm32wbxx_nucleo_conf.h ..\Core\Inc\app_entry.h \ + ..\Core\Inc\app_common.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/hardware.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/hardware.o new file mode 100644 index 0000000000000000000000000000000000000000..4bf24e03955949139aee4154ef65a71d8af006a7 GIT binary patch literal 9084 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 literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/hw_flash.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/hw_flash.d new file mode 100644 index 0000000..cd72da5 --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/hw_flash.d @@ -0,0 +1,37 @@ +./zigbee_onoff_server_coord/exe/hw_flash.o: \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\platform\hw_flash.c \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\platform\hw_flash.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h \ + ..\Core\Inc\stm32wbxx_hal_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/hw_flash.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/hw_flash.o new file mode 100644 index 0000000000000000000000000000000000000000..440c7a85d00e3045b72ecb9d4b35e46361b9e1f0 GIT binary patch literal 5676 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 literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/hw_timerserver.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/hw_timerserver.d new file mode 100644 index 0000000..3e48d68 --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/hw_timerserver.d @@ -0,0 +1,48 @@ +./zigbee_onoff_server_coord/exe/hw_timerserver.o: \ + ..\Core\Src\hw_timerserver.c ..\Core\Inc\app_common.h \ + ..\Core\Inc\app_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h \ + ..\Core\Inc\hw_conf.h ..\Core\Inc\hw_if.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h \ + ..\Core\Inc\stm32wbxx_hal_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h \ + ..\Core\Inc\stm32wbxx_nucleo_conf.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/hw_timerserver.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/hw_timerserver.o new file mode 100644 index 0000000000000000000000000000000000000000..f21d63e132ffdf53e46aad44c0f4bb2363dbc420 GIT binary patch literal 28196 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 K=>4Du^8WxSoqdx4 literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/main.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/main.d new file mode 100644 index 0000000..355e4c9 --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/main.d @@ -0,0 +1,49 @@ +./zigbee_onoff_server_coord/exe/main.o: ..\Core\Src\main.c \ + ..\Core\Inc\main.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h \ + ..\Core\Inc\stm32wbxx_hal_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h \ + ..\Core\Inc\app_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h \ + ..\Core\Inc\hw_conf.h ..\Core\Inc\hw_if.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h \ + ..\Core\Inc\stm32wbxx_nucleo_conf.h ..\Core\Inc\app_entry.h \ + ..\Core\Inc\app_common.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/main.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/main.o new file mode 100644 index 0000000000000000000000000000000000000000..aa985350248e0d89f0489e03954eb215b2fb58c8 GIT binary patch literal 25084 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 literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/otp.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/otp.d new file mode 100644 index 0000000..f7f1fd2 --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/otp.d @@ -0,0 +1,50 @@ +./zigbee_onoff_server_coord/exe/otp.o: \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\otp.c \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\utilities_common.h \ + ..\Core\Inc\app_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h \ + ..\Core\Inc\hw_conf.h ..\Core\Inc\hw_if.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h \ + ..\Core\Inc\stm32wbxx_hal_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h \ + ..\Core\Inc\stm32wbxx_nucleo_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\otp.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/otp.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/otp.o new file mode 100644 index 0000000000000000000000000000000000000000..567b45ad05fa36debbe3e0982995462b0ae9b02b GIT binary patch literal 2276 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 literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/shci_tl.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/shci_tl.d new file mode 100644 index 0000000..882c025 --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/shci_tl.d @@ -0,0 +1,8 @@ +./zigbee_onoff_server_coord/exe/shci_tl.o: \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\shci_tl.c \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\stm32_wpan_common.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_compiler.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_armclang.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\stm_list.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\shci_tl.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/shci_tl.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/shci_tl.o new file mode 100644 index 0000000000000000000000000000000000000000..d068f07c4feb8a51c2c22868ff5366aabf954ef4 GIT binary patch literal 12180 zcmc&)3vgUldH(OcdseHJEz6eVM{LLIM-pT3N|qmSOyXFUSe2Y~`DA#r&Ok0jFs$N&|$UDv>{bwrWSd_{AzOQ|mF#MhvWDky?f$hAo4N+j@WM+-$k)Tx(P8{oV;liLUUI z=VmwA5zcWp_wc#;ru$*z=Ds^2xoPdO`@p3bRhY5+6fP&_9&akzQEoo5<@nZZzk5Mw z<=p3;OtjbM?ws;E$h#-m+f@*~r?_wKI#(z6<2n_dX>L$TtURq)f7~-wWhW< z1Br}t^tkh9?T+L8-*F1_tyEE_5{UHbS?5%7Yjsc3CLGObgZk;ct}7At8{7lcJs(t6 z^sK{nL6lJM%ycemY*t=l)13K@Go2geh`4LSYuw(vq2Y}U?pzUXwrp?q8p(>pnjNpP zp&?+@^orqn=;AYAC{ow#G^oHJ0n*skFN5vIh6dOr9fx)ei(!5x_-Rx%G;9PpJqUg6 zJR7_*23zZ6#&Q@gm?6^C3h5Q|L}n@-au#IL+zOh)mR5(*x>oCEr!mD@@lA7sDO@q{ zTIl8|agBhf%#GTJ%v)1qaY|V73 z^v5BK-6v`f=%17R>x6ip2Cbinhn(jud??dSQ8@i1!_BPe80@TI4 z-$L>&4*x)%=fv(&!=Pu7KOyREz{RBh$`S7p5QlJi8|!m`gyX#d@D*IK_tm*h>`rw% z=o`tuSJcBm?dC35eH=80#P0UQ%YwKMmv?Rboq#$wNwbDBy7MyaF+iej`Y!?R#pSk} zqTUPUjjo7V+{io}wQz=jl^K_!cf{QTc#;FwngL%2^EnRaPNdW(<%9egL~66BPlEn? zs=5}4_cDYZA#-J7fl8|!$n9j?MI8nfNUw^iBbM$+sAHfHQNDVby4%ugn$!u<$0=Xi zqCN!FW7o}<_)aiQ%y8zd=)@aA{}x={hWb%}ip`3XZKg^5t>^;d_kfzodgA6oAOAqD z=5N7Docj17rniJAcOIU}eU&=rL*(uz~ut@|qxTWw3ZRB;GD`_u*2z6A9I; z-U^b_QaeSx6EqW5yRbRm0w&JeC{7da7`m_GiXBR**hFTR%^mKIo@?llonsfF4}z zS#rC7K;1kFw$*z9_kx+l2g;96&Cj`IcAv_x|(F1Ts!nqwdd zr9F$Do`Jq@9re%XO`#((zOxUHBynGYUb?A&iI0q6A}w0Kn)+9$@1_0~t=Im!?9RUJ z)ISG(?0V{-tHw`h{Vml0w4(p1)_Wz`ei543uM^W^zfiY<{2Pd3FN*r8rC*9w_D<|q z35kCg1}!u7`1q$ldtX5J0XjLFm>xS)eOlfw>OBy1nPPX~X?X^Ae}F*kz=qtSUI57l zjoK#aH=yZJaT;vg8Ejm0Hm)Wc*NKhG!)En*5y7)qY%B^}O7}t6H9lG#AM?k`8&aJU zqbaiafR8p@zE8R~ zwB1nhCrWJxCi0`%wt>OE)g4`vLw;MoUmP#x%i|M=tHR8dn=&_T&fK^v-LX2|-qx2N z87cU;WheX+Yyz{)O}jgHw&lml{=|Xou-{h9mO+k{+J*{#rktDbvmF%Fg~i8Q39|6(qx>BdAF}TafbMqF)_0oXf%q#;p&GXgJKE700FA_(b4()jHS| z3;viCvxf`g*%8TPI{W)O_hbgP-_nyA+_SqUlVNOR86*K>Ku4{xL0Vu3wsmdKz?Ms; z3$Udye%r;RneKcki(_B$d9s9XT%E3QtRd=~AD8W8c_2z=E7t96QNLgE z%hK-;`}sqN=Z}p@ceb4E9KKby`sKkqu*`+qzDt6{%l%V<#5xZm?i??7WebJPScEN; zW5ebA_*f--6lL>d>2R3uJe18BYG%R8+1x?*mx=+qrI0;X9og5N>F*iXjjp$+bD-x! z#Z8^t2dh%}@vS4X1eG{a%nXl?3b}*^-Y~7>In#QjS1i7c5xZ5h-#KqPy+mSP{Em!9dOpIr5GPCREwEHO9s% zZ3gxXWJ0wmV#mRUsi+M;wL3eJ9hH(^TPY6TTITk_tq?KbgmhVPyK!MM_LkGj6yhdI zMO^~e7^mg@s6RegmIK@>tPZje%=3T$WbNFBr*ziO4&}w!2(qgq-F}s*VLTxGsg8;2`?DF3(lj( z@J-?TMdP&T;Psmm$i{cg=ElU`&O6=BjW7=D_pMXVsbqygp;BFY@AL2gP)b+ z{NKFiCd>IkzMS_<|4;8xgx!0cpD$z%t<9`iwHLdDS66T6&aHcg@?(3`>Am@};ldWGIKM3>-7{BsLv} zI@Np~e1A!$;d5bp2do}c3s#pPa5P+HSusl z6>6T$kQ;0Ce56;KC(UwwjlNmBOn!{%NV;ka%9A*aH^tn4eVD&?B~nY8vFSX z{UX_1qhA!!FO_R*^h+c9D`b6*K3bpGN9^Aa;iLIR=i3&sw_j6%*poF8{rU*MLC!$J z+HmA7*At#8*~T^g7}nP|^80WFdjkh2?n-&ZtUuq8v)l&lD{TMS$oS8g^`i~_eK4Xw zX$Kp9FOVtmdvKOJLy{)m?V4|vMxbr<$5T4m^F6x6oiFzz9(le)m$-|BXIZwao0B;dXSaH{+}$59}t7WVVq9?j(;NF#Y6#HrrW|qJ zPdV^|l&=zbz{npq@{duDWFDm){y$AQ@Cou5_Y`^HSAj_;i?*VX&z``ZOG0~ywEZmd zu;=_M_E=o5e-i7!b>+IHfLu5J0!^+p^@owJKd_&6nE#Em1CG#c9exHFd(M~s*j6AY z_Ye0G<8U8cYIv?cc}!8-@V5a@p&fX&;WrtcaXG%1Jdkn8-(q-xtZ2pA9pwmuDM~wo zp{>BCg{hV&fE76wpL~*serPK&dGf65G$8B5dL`Ef`@T{yB+oeRvcS&0Jg_6OuI}<+ zUym z20h&LjNf8#zQM~4b{OPAJ?(ZFe3QW;gE#@z`oA#vE+Y2ZJ%)eC;KvMp%HS7?i$%U{ z_-`A0)*w&c8TS=~jvMgP4bC%onZZ>CuQB*$gFJMnpU)fo3Na;e+VE!${>tDV4B}-e z?o!-0M2uf(aH+u+2G{oe5ZWl$d*<9=(#vqIO?;OmIE?^YZB8iU)3xX%U*zt7;P!6}1B z4IVf6X@gH1{D#3F8T^^S-x|d2AoxkHpASUd|1Rpv`=7|?7VF4I2@zA%bwkP;Q$*Bl znL*t8x-Pf{G`15lXpKQUO2kDS^!*RqL>|t%4Q?Z1-n|BOJUl#fJmjbSfY*MI-)`E0 zA0#5bg5irqB!ATK?;;}4hYbHwBG&H-!#_ntuzxoE_ld~wdBeXzWD>j|5s!b5WS;wp z$m@edF9ejJ(}@rNc4X0k&=JQ7Y1 zl}g&FJ!{lqg3sEq@pAsa;Y?N^DDz-V(!=AUqc~W8?bP(4TqLKeEHW8$cvm$K3nI39 z;ykpfp3+svy_PcKqYJ~U=YG}UwQ`mXlJM!^gntl60ytgFk7tG^OQKf=NA?r>p~*6i zHMFast`qpn0VM%fDo@}{uyVj2vdfPh7!Rr+1iIMiuHGDDI5ET#C=PQajTQ0JTX){D z6322lHr9&=@6nUoi~JElM~;-Ewrcj2vs#vm>v1aC*T-YoZv0UtJo7@nmOp?)Nn>!a z!1^RM609nVjJWWmwL0=ObQgF)p^$au@HXrqq6*cWe-a69Qk*ttD%^xWI)2Cxc zO_y%6<~+I@?;=Vq(&tQRY?*R)NYbUlqePql5BBtBy8E}^*wdfs+O>1A=jK6KR!(2V zZaupz*{x%@mfae5tJ!t1Tg9#&kDC8!3G0KzAl4z z3{^kE6}9UyV+hvuzktS1aM^^5tsVcdgn3_$i}}zlfs4;@_$%HHWXs{A+~#ckeF3tt zzy0t>JNm=xu;Q;C&cgW>q2qhSHtUc7jU?i1bVXB_kS zQpxYD5r1d!{<8JMCuqgr7SQ4Ro&d7|GTUr^n;{72_X7Mahm860q{rsB7&Kf|@;eQN zacRS5{VfC?_Sb~t8k^rtV@Ey~soxp+vwH{Xia&0ku)n$RcQf?N5C5sDlHbqW+Wbbq zGY)OoY<~X^dDveulplT?RQw%5KKNI;kNBThF1G*p%@OuD1%LZ7j`_{OW$X9mz+bg~ zCO_J++5B#a_&XiS4_l|=uQTvh$?pvOVd*N(`nx9L?+pAk!HW5TtoYOan<%ute>C~g zhRyn$9r5>aC_k>fo$tLE57SD1T<;b-GR^us0lRSh&V};hNuKq`{~!c^mHN$vKd!Gm z?X&*!5r2sV)%~|PiYo^`R!`s06?2v0j*OCBK`&GY)Oo ztUvxAr?9_Gq5NKF>^SZ`oDpHJ+kOz%2L+aX2k59>iUy`xyCoptvc?~u7q(fujac8X zKmKOtINK~;g22+$(T?|mZI=8!2uoAd?l&O9b=iix@R`jzx8q`d%&023rg-ggue`sDBJs*lr&-a}NiYMjfwo za35K*JRIKi#)itz!x+;mT0`1hY#u*|`1>R5<}#3JcHO=kxi3$ps`FhBTRY!pBK}(N r-F7DuvCX=EI^u8l;@~@!_1l2U`nv=KOe^gnJminVAN|<<%o6-JWxRqh literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/shci_tl_if.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/shci_tl_if.d new file mode 100644 index 0000000..fba57b4 --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/shci_tl_if.d @@ -0,0 +1,7 @@ +./zigbee_onoff_server_coord/exe/shci_tl_if.o: \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\shci_tl_if.c \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\shci_tl.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\stm32_wpan_common.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_compiler.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_armclang.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/shci_tl_if.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/shci_tl_if.o new file mode 100644 index 0000000000000000000000000000000000000000..14793d78b1e7b791db7dd6c3bec407d820e45fc7 GIT binary patch literal 2828 zcmc&$PiP!f82@HwXLqx^*(TYfN!nNksck8AcC$%po0hg|lBTgqTe4}Rbjx&h_azzJ zf6mPI4+urCBHEMmAPSzv3LdcvTSEg9j_r-#0t28G?cb!57~9{k}i% zd*6HSo0q*kzjQ`X6p~G$1GFU(4JHGNJ{iCP%E9{TJ$j4oo_a|1IePM1gxku!_5!O{l~$m{DERlx z$72aY@?tWv5Bx{gPh=8h$tU{~Hux@dZE7�E4-QM=16&oRgnn==lx<>0e{$hl4tu z>ILYrbnFMHGVBuj8AI3k0ay$aT^AUPF=XhddoHD8x>KjiJEcPEEbK`R;xa3*lwd*x0@Tr zl_?>P7RL*Pt28^EzvKzm%dfjm!_JphmnVv|or=h>h<3|!{FZxbOKF{1v(`>qm&eWG zgjvWhJGEL}+^}8Y!KdqHtzDcspLd$RaM$gs$hU1DwCUw5bz%9NuCQx)zh3q>tB&Q@ zEoa@V()@J!;>v~R=Vw>TB22sN`HhL@d-B&51y@B0S;Kil_?bx}Z+eb2gedk?N-HQU|_A;QB=CZMIy9P>&ym zz9gD8nzMa-ruq^s2!GW9`lYi~XYm5je{u3NXK|6XuqzHJCqQS5X5lF5Riq(q9%@Wd zyf?9&q#iXD&!V;l)IoKKhLsUzRN1BMR>qV)@n@91%07j^Bt9S|0n&%^=mS1Ri{X<} zUdd*9S&uH80dhJUL%E@n=sqO8GLN#o3|w94%KuXrD97?S;nc0`Q`Y2o8N1>>yEJot zp&1$_<6V$B-SwcwJ^J};~bCX|*u)HAfen<}<4sBS`wbYW{A2)R^{%(lr z_f(ux;Kr`9{Uix6Mh_lGMAGp0M^phh+BD*u*lHT3wgfPZvfJc7x(W>^VW1DF8tnnf z#&`Fv6o4$_y{3E*1(6HD0hY1MPGBKi?jW|!e%K&o81=3nBm1dHb62S6^;G!p4{1LdLjp&R^ABc@ zfmh6RDji>VG6BzbDVW*K$7!y&$ZWQJVJ@7%bjb5Iu%k~TWqE$JFyN(tyjyY)jcrfQW;nw{v(d9gL|0xr# zfp7OS*dc7vuLK$8NT)*m7y=vMT%Vi|`|-~f6CLr|uK~HOqO)G+EaM%7E*kGR;;|pc zL%BSO$GLHrtqk&}6oArpC&Jmxbu}f85!)N!(RJsr?kCXky1c&J2j|bz<<%Id)mz)* zu{gBN?=Chv51nl6!~LBQrT)G=kWe8*yO3dONBv%q0#N#W5#ek;g2WFn37b6UPa#M5 z`zQ9>2OaO1Un{xakHBSYP`U;~CZdq^1K6VRGN?a!ZyZ;~dkBsrd(!H-)O(OPjyz}f F{|jpxpy>br literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/slave_inputs.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/slave_inputs.d new file mode 100644 index 0000000..39e9959 --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/slave_inputs.d @@ -0,0 +1,3 @@ +./zigbee_onoff_server_coord/exe/slave_inputs.o: ..\App\slave_inputs.c \ + ..\App\app_config.h ..\App\app_types.h ..\App\hardware.h \ + ..\App\slave_inputs.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/slave_inputs.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/slave_inputs.o new file mode 100644 index 0000000000000000000000000000000000000000..32b0ac3399ce8e93a1dd3ffd46945ce2cc7b7a24 GIT binary patch literal 6136 zcmb_gYiwM_6+UyX=Vtxb^)vA!foy_FOd!{5$4-Nx;73gSNJ5$>D57?qwfEZIvff>G zH;F@$;)Jxg1zPi`va1qkp+8zRt@(jOfk=k7@S_jWR)tDcC4N*`G*U&OfCUoncjn$P zcQ;nsA07G5ne&)$&Y3xP?pdGfJ$RQ8f^-wqM4xd)C#sZ2wkgs?jnK|KcX5%zkFAu` z>hcrlji$ywyQ9^QK3x@eK^E?Ok7x-`QN);|mDUQ#D(LFVg2H`iwlWsjN?d(K^qq9) ziU=dVvFu{#`C{(;L+2lP`Jtsplzid*N|=fkXRfe2?B|8W%PSUL!9#O2zxct-NYNix zmpeaPP1D@!GR?=fb@g<Jm$&wYK7SCDfY zS+$C+8j*coMFt+a$5yK7iIwUK?Hl4jeCFH}kkh+@%!T4<@vacF-J4%uU6%9aLjPoE zLrqf+JYpMjfvo~*b3tGiSl@RNSOWVb`o1C}eWR<(Y*|gb7u9q{?ZxGl64EPfiHJEd zPiHT$7>K!q#6n<3EcDGTU0q^6T(N&C&^IIIJ7?Y93f#}uS5}OQ+3o;*DqPL-c2e&p z$8M_FO~k%Q#ct-s+j(|rL*28h%OWi1ir->yP35gge_JNVpqbY@%ja`mWy)ummDgf& zPTcQDdS_YWosFmzH-@UE8LFt=9I6z@Yl)0a)L(6eI!bRVB{Cby4Bb&$ieZrr<0`AO z&eiR#zq6i5mMS5U)kcP=>8~c*P-x7;fXuTgzSf2zOLky=qSA6j%Bn?asq0HH2w(cE znb`+_sL_B^D$R=2Yjqv%cax6p^(Ygg1>Lvth&#<0kPU{>1M)+bbei)lDKd_Oyu^|_ z%%6e;gu=bZlHp&XH>xDw0y=@mG9E9tv7S*g01mUcy919H{u6q`VsXHD+={S~wF4Zc zP#bfBec)W5KgK`|zm47qLtk?{>$g9N9$blSXI3&$x5T4l}oN5j|QlcL(u^VfM!8nulC+2pk$&?Q*dP!=#Z2H8JlQ%k|)dR!-h z!x%GwSzp8%fqZx$65~^Jb9l^cWtO=m$os@f^Lh%N)8nm1a28{B#tbXBi7tZS#s|fX z1LnrzbK}5t>q$+eQ%NV8>j-ycrozm|6HX>Pp2~!Kr$(Jv%!!5f+O4hOW2sc4BOJ|4 zjU}SViSU=&9p~28mPllnY`eKDogT_2qNkmacrtw|m$k>Jw`1tY(YptFdyWk`9?(!W zH?^nr%xHW2(4qZWGsWLu`2#M>44~C!5Wa^+mHilZeX660he6>`6G$ z%$kxi(KCb%m`Xb_N~X?GIs+_>N4l{+G$s}!=6?js1Ww&z|#k%|4uO&$-O@ehkj*?obgusqV@Q zI8-E`gn~@)j_~(c^mGgjI`PEF>GqMfmLWLLPtU=w!v}^&3XdajQtY)xEv3Ed9a4k21T#`3h?eYdF_FFH?Cd-z`pt=ck=eQJB>7ap~ z7HezP$vUhU0%Wljv26471zBmCWdLlJwGp`$ik+9Fyi_`nKhF#c*-$blYhX}i9rXF! z3ZJisv}QowW(~?PhMV5N3K3avU68vj$a2K65&m3f%W7K&t=)2K9Atn6LFlf-a0h%2 z!luzi2+gwiP4=h7%wks%VS{Cs+iK~0tg!t>xeKN>fP*6vvny?BW7b|s@3iGz19Ja> z9JJ*o7Yt#_TD83!ZH^iN+j0wr*k|}I-;|=Xxggq?iH~N`7iJSo+3A~KkU`sg@!Ys& zzD7Vj2sa;4Zkkul*_Qch2*sdPY8N2>?ixg1T%GM3?rGkvV#SfQs;QhId979@jVmgm zf3EtKCYdzg(<8a49|oM${N5PucX@4!3BEVaUVXQHdQ^gW`jRyr4@?TtZF%}ofxe3N z=IK$l`kG0bd>rGU((yHuHv2f%Z!O@r(KjIB`1sDKGEDjdGhX9&{-px`QUUK{)gAF0 z%wZYdDOE-ZeGUxse2-KaA^Muf^Bq!UR8a$H2`aNj(B>M#uNk5UXeY}z5`CE|!i<5k zeiD@Rr&(Tv4sDmWN4un32l2cxk0gm&SW`Mza2mqm=rZ5N84b>%25E$9tg)MZR@pYusF#nNO{lG+F6w=<74xY^Tl zEyVKAdvw1?@Al|D9vx{HVvLm|}mIN(BMD#oL8K#kCtb$b~p!|+_CuBeTNW$>wGqsAskOS?T;v)98cvRs9V31olNB% z`@rGjyR*6I*nR#viFgvV6CbDxJf4Y8IfaFjjpcIDQL?jVr^AQ9aM#LR3wIIZ z)Bo6ZApcCCZ2-A_H)OgYT~*^BP(0>)j~l-i{>JYgw}b10ME=?f6~h?*;JE7eKi^kB8;jXN`9+WPZE~+|6vqczEsB@Om)z`?mz1YXRLf z-mMV$*JXzB@an3j?b^Zl*RAud%l0~sS26al8vygMLUKEe_X=1)UKn^MA>%l>+R%9X zee?T=T2}d|D-w8A1c{_^9^0uL#p{Nrjz<5@1= z+PR(Z{L>YY#^djfA8+30ALD8~{^5?lwfs8?ybkcXX}qr%;63H@kH66x@2HEn=HK@` z|8zyB@%W!1e*YGI{_!_OVw+U{)(c&yt`^b6z(wC*kN*ow5@?u2GQwOtAJN{?AxgqLjAXQ$82 zf}KC!IbXb7HS2gk2ACi3QQ$qj&Ut(YBR}3-z-s~y@832bo{hP_=@h}Y{V8t^oqrXu F|2LO=suTbK literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/startup_stm32wb55xx_cm4.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/startup_stm32wb55xx_cm4.o new file mode 100644 index 0000000000000000000000000000000000000000..1d14d1ecfa0a8efd5b85e8bcb61ceabc0782b8c3 GIT binary patch literal 6920 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 TM}VFmqyM_QaB%RWPw@K}N;ySa literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32_lpm.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32_lpm.d new file mode 100644 index 0000000..240d571 --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32_lpm.d @@ -0,0 +1,52 @@ +./zigbee_onoff_server_coord/exe/stm32_lpm.o: \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Utilities\lpm\tiny_lpm\stm32_lpm.c \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Utilities\lpm\tiny_lpm\stm32_lpm.h \ + ..\Core\Inc\utilities_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_compiler.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_armclang.h \ + ..\Core\Inc\app_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h \ + ..\Core\Inc\hw_conf.h ..\Core\Inc\hw_if.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h \ + ..\Core\Inc\stm32wbxx_hal_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h \ + ..\Core\Inc\stm32wbxx_nucleo_conf.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32_lpm.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32_lpm.o new file mode 100644 index 0000000000000000000000000000000000000000..8858c13bd5e9fdfa37155dde2c17cd2f351ceef4 GIT binary patch literal 6956 zcmc&&du$xV8K2#~T|X|l_!06B9LOQA3+qQ5N(@R9KVqENi4`Z1Qm5xTdmW$f-MM#b zNLmP{G7lBfUIcAjgb7lS=v!$Ehz6BX38`wKt%|51eJO3F=D#8etpcS=f4{kzyS*c% zNJZ*MJKubd`F-CvubtgH`v!Lyh9Pt@M6)PyLOiluYV1x)nneq=+x{+$=kbVW^_Xr~ zkInScgnbLGLi^s6R{q$zaNX-~*3E_Tp#>w)R`zK-zj!Vzj2+_m)c4Mx6$?gl!>`Yu zwH_|wP1W^OkJX$BO7f71Gw0753r^lyn0vGCzN(Y|FJE_`WFBVTTo5WFE05U4^LWHm zlsQF@ovRYd&Xh|HDYed+lAb@y+&M1HW)b$b%827Q_tbsTi=DS&Qy4cV;N<|kXml$t zrsn#sg>9(U2Yd!?%={d*=EC!+Yl}8UUL@!GjfHKf8Bb`TDqkhzsXjUPBZML6)TlQ$ zL>g@?Qnzw#q~6%SQV6qCSdoFouJCnXbCnR*3Ng@VMaT*fYJzTSIEbIYLR7nkWbKWs2O6X3TSFJ)`CFsx@kHX15X2O1fsc+fv+r-YY618c#LhK(;!tL^WPxSI#sZ?KSQa3v; zrv*q3QlA%dmonN7h0N$>`lt(J zG%tOGi25qVs7@lDE+TR@ah$BvL|k4%X zy?b`{_3RtCC#F3yo6aQG5lSA>`EhUcw>0}`EUay=V@qC?p zsSAWEyOONm^OThZ+4aND*Bdpwi%y~9_hI)$^eYN%S&n6*xX zFBEgRd5KtQtTI*`YmBwVI^$C33Zu!m(!eW6aETZ^4(kk22XY=IgoE6;J+fpeczMu) zvhV~A^4w4CqYL*{cVyjvm2tmyN0v)G-Isf>J5v1x<6g5n(k#Skyd6T~a_nc^#Qqgo zN&<%OU8ARKbeET$j@`OB*4aLa4EXd6Zr|NMnnm6a( z4bR%fW2T8AgUTqX?lKG|)W-9$2-#Mx^?>;~yY>*QE$gj2Ts!=jZ8)U|61=&OOgLZPqg z(9I(HJ4O)w-lLW1Piyqw8h|Xs{&k>NJ?1=Wy>N7=-RM|9fy&xt*R(_QEJT+$*3Tib zcRAKmFa`Td!*#6hADu)Z*2{(~^ZH%UbFE`Nfo_%)uJrz@_WnZ{EAKy5-tAS+Fvjc@ z=q^x%;IzsZFrdSB4HRpjsDZ+UVpV6**1BK%v))#*JXwr|WBdy>3Y_VRvQ>^!Czj%Z>ZomiZmn~BA$T_ zrX@NQ&#)TID#4o)^$E$>iWVqJd_sc)jBL72U1qensP?^+L`oaeO8JtfHS+G_UBF z6MKV*piXGP_w4(8!)#ambe)YmI|nW8Q!?D`cwNQ!wm zr1bn=VLyJVkRDT%-#4^-O3@cdF;BlydahI2zo97KD%7u5w3QU&zl9WbJ&NvC@>>+W zTgmf^A{{v{SOStFbU7}7mK0MW^8uu!Tvv>fJCig@3S+Jx(q>Y`ah0Od{t{&mpHdHA z>M{P;(hj_wcQ_wZ{4go-#}q$73VdJjhe_dQ6UPI%{A}cWj*$ZAIa0>SJkjrAQrHW3 z!b{8^ip3L&taqz$arN?rJDy3U@Xa9HtT*lAQsR1tlM{!f(k))G)jjp1Hu5GbEeKrd zTaXhu?)%wfV%GO^1#g9LviJm{q`>9;?8QSVzt~>DU%7!yL0*CjH<_U4WO_0q+;qnG z-2UDBug2AQ{Fb18I+^x@{A4zsf*_I0x%!r_KT)Kx;v3|mqoptK7f7H?^?oxF{8G38 z#(UHk!O11^s?I;FtE=?;ijb^g9M!0*@{l?=*~pcuxk#1;-2j{a!FqVY~v z;Jp%v564syuL*+?jPE7rE)-uBcER|5ABYdlBHp_d@wI_xe6(TF@tv!P@7+Lrd>7D; z{k~ejE3Ut5!Sjx!i^ls>1zrdXHwq)J1KtfZo?pN#jvs&8(GP7{G~P@FUK8+WM?Aix zG~R1y!?YM5->>uFbl`$KdCVgZ zu3e4`u7Slo@@VTm#CQpt`&u?s(Ygn~2k|;_hZ}>8c)Zo?ad{MN_R%M12nXDa74cDz zD?^#x%^1u+$aJ9%pB1P`bveO74-~Dt9Wo5Xj8@T(XN)e|uB!s?9PF5zE_x2Hfn6}) zhXVO-fU(ZE@GD&R#u`PZ^?Ff2to>eDf%g{hI7S>l-k~*~yzhb6<#8M;XH?89A*5X$ Gp8o(E!1#** literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32_lpm_if.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32_lpm_if.d new file mode 100644 index 0000000..7d9d8d2 --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32_lpm_if.d @@ -0,0 +1,49 @@ +./zigbee_onoff_server_coord/exe/stm32_lpm_if.o: \ + ..\Core\Src\stm32_lpm_if.c ..\Core\Inc\stm32_lpm_if.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Utilities\lpm\tiny_lpm\stm32_lpm.h \ + ..\Core\Inc\app_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h \ + ..\Core\Inc\hw_conf.h ..\Core\Inc\hw_if.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h \ + ..\Core\Inc\stm32wbxx_hal_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h \ + ..\Core\Inc\stm32wbxx_nucleo_conf.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32_lpm_if.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32_lpm_if.o new file mode 100644 index 0000000000000000000000000000000000000000..30d4293548a2aa0eeced908ffbd863754d8c880e GIT binary patch literal 18532 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 OH$(C;KeQ{x=YIhD8Q@0% literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal.d new file mode 100644 index 0000000..0d4efc1 --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal.d @@ -0,0 +1,36 @@ +./zigbee_onoff_server_coord/exe/stm32wbxx_hal.o: \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal.c \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h \ + ..\Core\Inc\stm32wbxx_hal_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal.o new file mode 100644 index 0000000000000000000000000000000000000000..10279eacab7bac8e76d7a00311c063048c144aae GIT binary patch literal 45196 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 literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_cortex.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_cortex.d new file mode 100644 index 0000000..ced51fa --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_cortex.d @@ -0,0 +1,36 @@ +./zigbee_onoff_server_coord/exe/stm32wbxx_hal_cortex.o: \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_cortex.c \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h \ + ..\Core\Inc\stm32wbxx_hal_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_cortex.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_cortex.o new file mode 100644 index 0000000000000000000000000000000000000000..306064782fa22ecd88ddf3af78aab83f37c060c5 GIT binary patch literal 23704 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 Wq3Cl*jh%}@Ar{EPX9)FT`21hKIUfoD literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_dma.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_dma.d new file mode 100644 index 0000000..07d55ba --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_dma.d @@ -0,0 +1,36 @@ +./zigbee_onoff_server_coord/exe/stm32wbxx_hal_dma.o: \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_dma.c \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h \ + ..\Core\Inc\stm32wbxx_hal_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_dma.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_dma.o new file mode 100644 index 0000000000000000000000000000000000000000..0db69979b245019515d0c54dea88f303d4ffda0a GIT binary patch literal 17740 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 VunShVjb4ninDUu>iG0QQ`yY#rmJR>_ literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_dma_ex.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_dma_ex.d new file mode 100644 index 0000000..9d49ebc --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_dma_ex.d @@ -0,0 +1,36 @@ +./zigbee_onoff_server_coord/exe/stm32wbxx_hal_dma_ex.o: \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_dma_ex.c \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h \ + ..\Core\Inc\stm32wbxx_hal_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_dma_ex.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_dma_ex.o new file mode 100644 index 0000000000000000000000000000000000000000..39253044968445cb2cfa9b1538d14f93e4bb78d9 GIT binary patch literal 7980 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 literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_flash.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_flash.d new file mode 100644 index 0000000..ea2e3ec --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_flash.d @@ -0,0 +1,36 @@ +./zigbee_onoff_server_coord/exe/stm32wbxx_hal_flash.o: \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_flash.c \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h \ + ..\Core\Inc\stm32wbxx_hal_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_flash.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_flash.o new file mode 100644 index 0000000000000000000000000000000000000000..7a196fd947416de810c8e0e4e1abb9e3a4a7b24b GIT binary patch literal 13804 zcmcIq3v`s#oxk_{=9?LkAtV7YV2}Y3Bf{jtL!eYAFJ1wYCgGulolKGm8O?*8Of(9# zDd<_YY6;rY6ReN==&8H5XJc!vFO=@$S?h6k?Y0)|+ATeG54LqH0;Qhz*zE6j=iZrb zhCtgr?S=3A-T(dn@BeY{|K9KB`{uLt8&*pxg(*^$i3}yg(Q6dPS)!m!RD(PG?fqlk z5$B+NzjfdE$?$0*j^GkQvdr`S@sn2Y-j8OBniFW3XqPhR-#LC#$thX{*S0mDy<_M2 zZ~riU??*oI5Ux|tkDv68$}%tdJEPVE_Ls@^oIw2$YvU)~J-iRpot`FNJtw5Ud!*Li zmaU!EsFPl>He2||h7Z$y#x?xyJIAaM>J%g6C+kiZ3g{7{`-m;dCcgzuX5%h`|%TaLLM%hd%O%Bfhmy(=v1@Ul6DA)IQ{Id*w|30g2k$ zHqY43H5f}Z&VN7VjCc+XD~*`N5znX`arHktjM4hwOyRJ1#5*cRSW7(XQ==lfEoiky zJr&l7#GRu(Maboxhm>!k>{rMWcWmP9aHR;2{i>)@Vgyg06r=tT|LE|U!u^w6KK&_q zyXMcz+f)XaaThAn=bZ44nwI@-&gg5Hbywu4!aF%@7ti(!Ww6QNyriI+LinPTN4n)m5hG5m;5&wWqRfZ9O}E75 zh(H#NV?;;3h5G~Gs8zhSyRddG;&|vIJDs^=!ps#qbHxOiYqW{r{x&(9TIn*_gxvu7 zuUDo(uE{e0o7bPnM0><{1m36&aIHP#^>DXUHVYYI=<2v!Q5_A(w_=r;HW`ySy`#zBw)Wgpg>Rhu05!L45VBnPwxD;M8DlM#H?WtbUv^iY64kN| zyWf-`A~Jp5J-KIoZY;&g*a{0#R*F2SI~`D-)tvi8@W{Ct*b`Qt`)u3MbK9}kWlMX0 zi0t_@eH&K3(H478^e#x5;2;A2M?m?#{HyB6(%ORL3qTy!5hyBDv{O zA*?0BE?779`WY+pKap>h2w_hb>!#WTB!%!ymHGLpsxw&$l2{Io*CW?WH9TJ#c%@T> z@Xtf#y8L_yOqv2cLgb~@;o*?4)u9?lt8=Js@=_&TAfZ)=DRV$wi{?V=%g?_K)uIr* zFZPB@Qoda^gH8)k>&{=PLAnxNxGB6PSew!6nSZGCm~8gQkhj6g79Vr zhYe$)I?T*)$-B&P@k(dO%BggGYyOSS7I0_LSS74pPA6EIookPA1w+CWZrXEk2xI3# zYT~X=E3-tMqJ;R4MuPPd+^)st+2z=5uxoJZK@V$>r^Fg`-UWF8mvx(PW~2F8)`vXK z^`?Hi-)S=SI|9yDQ{PqSY&Z4Y(}ev1I!-}@TDOq_`yFmKSwc9gW&VC=kqmqd%xltjU zD}#amGQ@H@FYrHxSRu;-9~fe#To^cKh)>9hz{iGIC6@$z@K|~MNx3{wWQgnJsz3>d z3dVE23?fw-5(^j$Z4=4v7R}vtF^5AicE{KwDhg3cv%<`iyBZMy)>n^ zzjtSUU#u^=GFYAH4U&xa#1g@-{zS08w>{R`8S4x#3sqGGTl@QaRtBSq-j1GV-;Us? zm&Rf%swyigwu{=8<(md#iGlL2M7%dz-qN~paaHYLd#t=UwzGdAp6pNDo@tD%-V)hT z6WLrDs#+YXD6dPzZ)I22X-mz}P-JcOhDfTlyd}}GZ6MjZxazicFuJ2Xk*=QTKzFD^ z)UVvu)ZDnfzP5E+OnYf0moDA5v94iJb@N8Cb2Y`qhW?IQ#9-e*d`BOG>FACo1dVLE zVMAkWLw%hh+*OFT-o7(d7wZ!Bi9~;*w!br$=^yV)ib32KS4EPdDbe2%>l{qP8vEAt z$NP4O>dwwYY+yh%MR&x+4ef-1*8ciLbRZ^HZ>Vlr8&O>b28;!I(%7JUsBdm=Y*w|J zO)WR7O6$6f^^KcaMRjenXs&OmZ{7@l8|rUt7L84<3R{{5c=fd|fl4x)MN@5aV^d`{ z1az&wS!`)WOA2aCdrexR1`_LRP>Xib=r$c|Vt($u_eV|7b|zz_}gB%yl1)wnYe-xwXZMa7*S zsvU`FuWD&YMw5f-QA_c+MB~ZT{fQ0Hfn?*(SR$H?_xEK+nO!4w{e$g2u`T_H&K$;S zbUNQuWL>MPab5GL)<*j}u^wEFX-lcxi1zffN0DEg$COv~eVvV6X{p-t1vd5dFe5WP zRDx#6#+t}^B4|5bYD09eucOICB$^t%x@a<*N#CA+EMDGJ5-(eVBpy&h zD_Y~dvHroNh%x6yGTw0u7>T4{f0NdU{@Wt)zRuW?>b)GDJ7WXMNEBHw1`-{q3MR4_ z6B%ibC&kVvC$Kq|98C0Wj`j@3aQ^rUY&q3yv4KTn(e}8I+&pWmLKQ27)6t(u#)cO4 zE)m|zzKwn{$;$H<@HA{qvn~;r$`Uz4&XkwQQhB*|uAC?5OZ?>_xK&6WDuq%M0>)81 zI4aBC1^8P7hXY)u@R(Cm;QxaBJFBLkEStxDJIzBU>M~^^Dm4X#S#8|cYYOIN>E|Aw z){`+k}S+8USXj?-p-V?cXX=F*|HcTt8+6~n=tl8Ec@7op%ZHxDH^bBG* z|EsxyN7i3NdF{rQbuHy}v0LLEF+3bI&&P5E`WFi!WyNU3M&N$dcE-9w-JG=S=F}rt zGdl4ggb=2BBB2iaF=iM`mktd<5~rPx-huc)#2h5hhI5g?kpJXTId5oPn^{egK4=AkN1f4)R%N-d#>14bitMXW>St2-Ix!@#dH3 z49)ZClApKFDQ|F!ArwL^MBDqA$7{d2XRnjD!{c$L*x$6!Sbmo?wLS2?p#o$h@EX~f~I^x7Zp3E2m%y__iy^#$|jXM4IZ@Aean>OxublqH=2 zhGyzxu+fFYfM}&N#Xp33+zXR&%<{u%D|e=qBYHMHYMQ+ED|?tK_V=vy@MA`L%HPgp z!z^fTfdj~)iO5t#~AA7h{}Xf%J!k>{nxgSK>JUjC2HcnBV+3a2=$NR8iaQDk9&DcFn@rVz{O`T}tpM%XbQ*5yU z@_f!N#AS(maW#CJyUGF)cKuDKVR~=i;eytWbyF=(p79xAl}X5=jtyKZ)fq< zTcWfETU;W3n8m*&&11zDGsJ&n@$qKURcuizUeDr}y148=TfCaZSFa?}GPam2j%4xY zrg^N`;z}`|#lJF#Unb6G@o`vl6J)nkofN`ekg~(IEP-ALod&vSLM*x z3BD8M{PWCOY}w*f^?*&CS&OVHu}1TGZY{QaVx{I&5zm%S!9VurnY7p{5_};`n&;4B zoTqPwJZYXi=UOww*_{55WbsSIa}cIH&!ENDY_$eR^ZZ$C%@serD>SYmBL7!w`coR)H1-m)E^gEGUX2HcSSN=x{e;G+iC8x;YWj7J$B0P& zpK1D(#*c|uS3c}L^mDq#D~MPmi!{AT<2oYNU5ln8M69>Crf=7Hr^dTAen}(JS>*xD zD&!W+dFJzg$Sr{L$)!)^lIOT`sS|@l2+z}4M#T7GOHx=tgpws1mlH8gYCQwPq@lb{ z<60udWrM~hB8;|b+)BhaY}43AgfpEQyNQUuN2Buh3hl3@{Q#}}KzvF+Xr&+VDLtT- z9>h09J)n0J5$6{*JxWBJW14=3h&YdG`ZXfrJFe+>h|`34U(=_E-2Av+p`YJt8Rs-j z^Etpcx&M>T{hx6z*EF94jB^EI;yQkohJV5yUJ`w)D&v}QRHe~7F zOd|Y>5aG}LMEG%>2>Ssa5O(JiVNZlQW9@@GBGLBtMC?`(!mGlh2qj`YA-pCE#fIXY zL#i#5_4YZU-V}#A`g?ovnM5erXfm0Iw+|*`1F8Ngy$O65VM~e{NG2v!o_Wukep{=2 zpf{llF>@Tuh`C--PoyQ6opLSS*VR9vZx?y3p3(ltgf8f-c_E!qm5C#ZcR>yMwYXAn zL7~j+^NY)=_vsfGalduPY_;N@xCr(2Cu5;CH*8vj*W;uoNT5ty>F)s9UkfhY=>lI6 zLhSf3-$WqgK8eS=c{Qd!Uw?~A$9w+nCTbwkeBX0Hd=CzXj``h}4C z$!NO>4cy+V@S-E6XP#ePlyf=jz{Q@I46P8jE$8i8-j?yUl(!|kRW9aT-72eCRkzAY z#Z$Km-Yc*b{HdiIdlCMp%X2u~@r-Q>wlY=t9f5UhJ*q6xXux#22ST}W+<#3ma{N`x zBs7LKV-$bBwrQIFP!3zA;29bJckV@<%;U~UIE(}?0t7&~a^WlFw z4(|2bzfCdvKAEFW1hL;kD2xl+ZCYP3f&&50u%Oq~P55agQ|qi=Ug zUwS^i4w`n%+Zm&8C`aFu!Hj=XUHX2Gx_exnK|j79FvaNmDH`1Ijs;V>8b&+E!uahAIDL~_zU^LEJSdlqeOeWPGjM zZBD7m()VOaE}aMOYP;ALvgDqCoZIf$oXj`}A!+Q6r}U-m@~r0GXH6Wx$+26C4U_TC zRaR5_Sp6`^?sG1?SAcKq9?P*i5BhG>x(LSZzvb8+)^@MdvPSNEId+e@?9SKvl)pLi zyC3?hv@U|t#~|U+)(e96P>>hvHPaWF85W+vEM_upf5eYC!mk}qbWw;AvC!2kh=YD&`%&dA^x;o|bTRrE120o3$M+JZm@41lnL2sj zf%1ot)20~SAJE|T@6;T;FN70ewDSyL{JRl#(+5@2iU-0FE4mooCeUtu`;nk0&=$tE z442Wj19kQ>YwQi^OPC-vkNj0Ra@S$=u1A|Gl;Oo6h7wKL$4%Z<43B*g-cG}!+*U&X zja&(YOr7j^AXn#VFs@F6oIBp``I&g>yNTDIqc4aD!nNiQ;j-(=(YN-hl(S*TT<6la V6LJVSUAAJw4Qm@1a%Go!`+u^xD>VQB literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_flash_ex.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_flash_ex.d new file mode 100644 index 0000000..74df7d7 --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_flash_ex.d @@ -0,0 +1,36 @@ +./zigbee_onoff_server_coord/exe/stm32wbxx_hal_flash_ex.o: \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_flash_ex.c \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h \ + ..\Core\Inc\stm32wbxx_hal_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_flash_ex.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_flash_ex.o new file mode 100644 index 0000000000000000000000000000000000000000..4919cde5404afebe26000da3c10508deb20c10f6 GIT binary patch literal 20704 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 literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_gpio.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_gpio.d new file mode 100644 index 0000000..90f7861 --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_gpio.d @@ -0,0 +1,36 @@ +./zigbee_onoff_server_coord/exe/stm32wbxx_hal_gpio.o: \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_gpio.c \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h \ + ..\Core\Inc\stm32wbxx_hal_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_gpio.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_gpio.o new file mode 100644 index 0000000000000000000000000000000000000000..4f5e0ce342a5f911611d4df73b4ddd64c01222fd GIT binary patch literal 11392 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 E1!JW_!2kdN literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_hsem.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_hsem.d new file mode 100644 index 0000000..718866d --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_hsem.d @@ -0,0 +1,36 @@ +./zigbee_onoff_server_coord/exe/stm32wbxx_hal_hsem.o: \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_hsem.c \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h \ + ..\Core\Inc\stm32wbxx_hal_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_hsem.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_hsem.o new file mode 100644 index 0000000000000000000000000000000000000000..62677500819d4e6b64d159f743fa0ba68f06b5ae GIT binary patch literal 8248 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 literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_ipcc.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_ipcc.d new file mode 100644 index 0000000..5dda824 --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_ipcc.d @@ -0,0 +1,36 @@ +./zigbee_onoff_server_coord/exe/stm32wbxx_hal_ipcc.o: \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_ipcc.c \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h \ + ..\Core\Inc\stm32wbxx_hal_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_ipcc.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_ipcc.o new file mode 100644 index 0000000000000000000000000000000000000000..749df12cd8ca18993faaf87e987a6ba196e2730e GIT binary patch literal 14740 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 literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_msp.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_msp.d new file mode 100644 index 0000000..2b7436a --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_msp.d @@ -0,0 +1,49 @@ +./zigbee_onoff_server_coord/exe/stm32wbxx_hal_msp.o: \ + ..\Core\Src\stm32wbxx_hal_msp.c ..\Core\Inc\main.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h \ + ..\Core\Inc\stm32wbxx_hal_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h \ + ..\Core\Inc\app_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h \ + ..\Core\Inc\hw_conf.h ..\Core\Inc\hw_if.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h \ + ..\Core\Inc\stm32wbxx_nucleo_conf.h ..\Core\Inc\app_entry.h \ + ..\Core\Inc\app_common.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_msp.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_msp.o new file mode 100644 index 0000000000000000000000000000000000000000..9b860df9ed929c268f22465e8a614a10bc8880bf GIT binary patch literal 25744 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 literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_pwr.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_pwr.d new file mode 100644 index 0000000..ab844f2 --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_pwr.d @@ -0,0 +1,36 @@ +./zigbee_onoff_server_coord/exe/stm32wbxx_hal_pwr.o: \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_pwr.c \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h \ + ..\Core\Inc\stm32wbxx_hal_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_pwr.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_pwr.o new file mode 100644 index 0000000000000000000000000000000000000000..8adaacec7074dbdbac0f120088b2d4d512cc5915 GIT binary patch literal 15892 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 am5p~6NbYf+k51{q+ROSsjSqSG`1}u`2RGUP literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_rcc.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_rcc.d new file mode 100644 index 0000000..f8b343a --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_rcc.d @@ -0,0 +1,36 @@ +./zigbee_onoff_server_coord/exe/stm32wbxx_hal_rcc.o: \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_rcc.c \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h \ + ..\Core\Inc\stm32wbxx_hal_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_rcc.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_rcc.o new file mode 100644 index 0000000000000000000000000000000000000000..90a39b27331e1f13c7b9bdd26af79156cc8de716 GIT binary patch literal 51096 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 JQVv~8{XgRr=)V8} literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_rcc_ex.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_rcc_ex.d new file mode 100644 index 0000000..c57a237 --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_rcc_ex.d @@ -0,0 +1,36 @@ +./zigbee_onoff_server_coord/exe/stm32wbxx_hal_rcc_ex.o: \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_rcc_ex.c \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h \ + ..\Core\Inc\stm32wbxx_hal_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_rcc_ex.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_rcc_ex.o new file mode 100644 index 0000000000000000000000000000000000000000..3c8357c6c5644f6f74d0832ff868327d6509d775 GIT binary patch literal 72492 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 B14IA- literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_rtc.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_rtc.d new file mode 100644 index 0000000..18d3102 --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_rtc.d @@ -0,0 +1,36 @@ +./zigbee_onoff_server_coord/exe/stm32wbxx_hal_rtc.o: \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_rtc.c \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h \ + ..\Core\Inc\stm32wbxx_hal_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_rtc.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_rtc.o new file mode 100644 index 0000000000000000000000000000000000000000..bffd3817e99c67c63ea356facfc81431aa2fe5c1 GIT binary patch literal 26816 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 bg^!VU9yUs!IqJ)6l;T;Na?C!Rhx~s6Mix$4 literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_rtc_ex.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_rtc_ex.d new file mode 100644 index 0000000..22daee5 --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_rtc_ex.d @@ -0,0 +1,36 @@ +./zigbee_onoff_server_coord/exe/stm32wbxx_hal_rtc_ex.o: \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_rtc_ex.c \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h \ + ..\Core\Inc\stm32wbxx_hal_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_rtc_ex.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_rtc_ex.o new file mode 100644 index 0000000000000000000000000000000000000000..6199406960e32ce9e703e9e64f51696476c2157a GIT binary patch literal 35128 zcmeHwdtg-6x$m02XHRC5kc5CCD%9a2h6s}vPqi|60pTGr0YML(BqS3O$%{M?l%r9w z(yA?}=QLO!Slb?o*kW6Id{j$sTdSwqYM-`8Ej{&!ZEdBNOSz>j_xG*!tvzdRCIM=D z&i&&q$^NZxt#AFlZ$0*U%mlqen#}r9JPaZLf_U9jw)9 zfwmoOap>%5RD35TkMd$7ys&o*_D4t$PaeJ>emVzw7E-mSzNf2G>;GV#sAXjR;@ebf{l_zeZS>DA2WYGapKod6l0(AqO}M_no*Y$# zdQ{P9T7K-Njo&@?=Z)b?cv&pum?9mt?~%bCYG0C+e~Ov>6CVH4q9D3q?|;G z*cI6Qwck7C!FxydP%Jbtc<+^n1&-Vl2;RF(rVU;hy!VwJD*53J$i?0Ge2*A9`1@eg z-n|Ghab&)*ckk$V=C}~?410ID#~Lbl`sCr@kl1|k4}UosL`rZd&hbTv4|04*kIm`C zWOF)k;r^F8#CGzqBWD9||B*k>H>w;xPpC8z4ILPKMowDt{@#AT+8NlTM!4l0McLxS zAB&X=*`2WZ_Dd+oA_w?yj#4{ZUYA%&);x4*}ygQr>u{7n1DDI_sAl$LDGTd@M z=D~w$wYc|H+VW#3dcS+@FTFYOa0{(&xIZxqq+=E^^Z#Jv)42BMf0gskbmi1*!Yx?c z^-&xZO){-0OQzA>O}fc_7_H;aH`30I z(nUvb;=%UE;8Nt&I8MY~{hnjTr@Xrn!vP6|<#h zs`aFJNRE~`uGBhWcl^A-?j03rKcRWcmV4+sk7tVu4<#7}Wjl|apNkqQ*2bf1XG}BS z^NrT-pez@_t~XnR4}A?xv@@S5Xdj%M|C03`(O>S>{Il|R4E%lF^-hff?cHDRiyj^C z#}_r4&dwLvGj1R15q5T7#3P4-#(pN~ z?uvt$pXjVbsCLEJpV6tz5e3sR7sY^r<5|>_iYoo@cSsS`v#tE9a#|gc&r1?Rg8{_X`zQ>s?32i04zDDpQ?_`Sgr_x`_ITPAPL~hqLENlIVn} z&%A1;FweZy6Jx|(7=8dM$9T zlBm}#`KiF7CUcD!zEdyB`m{WVGpHNKxKqr!m2?k}{K=VW9TA!;R+oVVir-q~0WLe6}&9w5d(a&ot<)uIBLo z&g!%?ICUm(IIEfbVB0}k6inlpTrpB#Q0fGode(FJghT%!X9;U}xH5o0IcGQjH8ZBZ zpLD&4Tfgo)<67%`N3ANfr`GihoOL}{p`L0zJczw_!4K#j#%B+zzF0G9rKDZ?dB_RM z9qgXRX#O|1skR;d%rYVvANB>Sf--5N|Bzno)%4y@1}a%7%asHrzBvi13(zERSep6pGc1fvz(bMbl?V?Ti3S2$4Av(i|j@ zBJzxk%Ms0r!KK_#JYN~O=-iqy^UoC`+YuHgQOTT{9&xm%kfRIbx`iAnG{!9?#j*ZE zWak`q9iHU5u4jE%3gp$Iua^RWsrEZ0+P^2s{xhzY9YQf% z1mA!V4zON{ol9i)1-J%;O0fMed`7c<^I@v|#8V zq@+EH%UTN>OYQKh!7@AYX=J{Ezu+ueL>|$?Y&#fvObc`DaO4Rs%(XKkUxDxo`~~OP zIgy|0oJ;Iz}$+u%GBKP|l_=gUd_jNyC~4h7a0k-^ur!LT&=nl>1$p+c_( zEW^n>oal zLpfC@F*ZdWzR0zzt_ZQ$B&()bE#sDAm%DH>0a#!E?!mrl|632D5M z)Oh0*jpL;8Zc^i2r6GHNuk>Rarb#Cd^fXZ*sGH~zRWA_ao)d4AXiHIzpzV@l4sp!z za?J2@%k&yW54Fek;87k z=E!`H8eqRHgq{lvj3gFmV9VzDoIy!ba$xN~qRe!-iPglC>2MQ=C1s{VO-#c@QYw)K zb|zWKa%iSfE&i5l@#lzgqoz~?d!wXu{pgdFs!)zB^cEG`t1YQvw^tTY1G83Yog}R% z9e3zHX=tdSdja+e&W}h#ar{VW$U(JTa#WDUVXu3Kr54f3L3LRAK~>i zM+7SkkZ;G z+ry?M@(Qh`+Vl#k1%J|Z5_PT2H4B|fg|7D&y53u8t5Hb#Gn)$S)rENI8vZD)deVBq ztM!7?GG^Y5q;(?A9lj?F9yNSFMjDx6&zzVU<|b3aH#1C4=JsTk6ooSti65q=XL{&1 zs{UQLEWur4y?D+PYj56TApRDTtVcxNm(zrJD--cYgL&hjvKWh{_4#OC3F0d${@6qj zdJ)QLui~-~+QI2ocu&x>B2R%vZpVU_h&-bO#|lR9!HCKUS>ednwUB0IM!uzmu$2>e zQ40}kY~&RPAA#S&bSppdQ=OAxjgS0X3z=3l^0pR6SyLkKXd%lgh#b*EwlzKS2QB1S z#gRX0VYD?f57-ubw6lfve zs*S|7aIUo?GE)oZS*s(LXyJToO(d>`@m6DGffgoMEs>>K_<+?Gsnfy*R!3yD7NS;9 zPhQzk@uXAmk0B{uj5tW zyr1d#!pyw4bbN76-g`Q}Y;0Ztl#-`5ANMy1Cn6y*EBzV_OQ#v~9I`nlbS=pPxcr*r zfpf-MtMcwb^gP@F*3}|!NXOR(^7iO>qm{Q;$D8fEFCs2&wFdK^)$wb?c`xaBPiEe0 zI^LHfLO&y;zrtk_)?#bNIYI0CymUmR(XApcSI2J(bA&-;vyFOKGYQOB3j>V!Zi5DIj5pg?ms1&uVpQJ~E@1==H1pnWcdXBEipCq>a> zG7N`%IiDsx3a233p&bl`w-n&f5*28#Ktc2C@&zhcaJ2+2oD^tzqu{U4K9wvq>UwJQ z^OJgIcV|y`SE8%`l4yBvXOzVDjzn*?wYxW3-MKE&(voP2&W@FqMptxqcU%%}>g{aq zXzE%Y{fAkJ#Jtjy;^MWU@{*#JeTm+_qSoH_&ZeUJ70b#>D+kskis}+Q-F@x--Mw3q zi46-@HLR*=xT+*pS{5rVs_JduL`7wxRTY~zH!Lb&+MrU4>U*2l^!0a^m0q_F8Es7+ z4ZZ!%4T;UMW>I~~n%cVMi>oVFtVyt&T6NZ}HOs1&%qXv0CI-6t+ShlX2F-0vy@HsR zFOg7PSGT-Q#wu3UUo9gmYL-K6mJl$AF0i@Fu{btPhfywbf9!YDV-%FQ! z1^iB^VdYC3)=7T}Md3PEQ+MT}rmhy;fJQU9xz(F+pH?F4OGnNw z8!o%HyQ5=4cdyq8!??~jd>AfQxiDO=^1#T&@L1KfA+fTDY?}?@%^0q&Q(yStVT^w$oU*~y_kk{0aNC0Z*xx;?`ySvEyxbyw56jzqs)!AC$A-3Sd}hO#YGttzz#vzY z-hrNev7)zq{d&w_S9DkRHuWXMvZlTb3p$$Civ{f+SeryWX3h?{yP!9*aUjvvyhWfN zX}_{QQ8mD>E7ID5j*gW*vMJE;ojuFDRC-mSKcN~xjuAN%Yj3IDx-k{>w>NLVjnmsN z)bv!@JwPj?mgFtpOlhJ5i_1VyU1EKEA1R>fO;kx?%t*C~-uCVmPfEu?AKdGs9!t(# z)QOyYRa3`6LdaRGyrre2UPaNB3+jcOk}xcL;3s^<7T|BQFD+k$4Q^ASXJ~Y8&`pSw2tj;X64;uRiSv`Ymq%2dKPs}udeZ1D;!mUfdqq~JM^B}N zJ!!OmugD6Ee4q|=c0t-l1GiZfSy8WjI?q&O<#;&gY~xRR7Gz}K9un;d~Fm(|zQ7gZ%TwKpel9!?&Ki{Q)O%*t>FZGoxR zJZZNiT4Qb0#NK3V!E|y9j;DxYVquk8vo>!=0=_0YrHneX2Zza#c0|w-^hG(oO+F9^ zIGO1WI<}n=3&mRPuiw~eKNELw!4}|PPftV9mAIey4VJZ(KJvip` z;LrcmYHzdNuLp3!{@Fjl?5C_-et)as%MU5>Q7g4CU$&?<);o3ywZ%8#$wMsp znBy#V&ZUH+(Nok=^YMpfOM39;l z+U_{pob+Or_M9r&#ZG$Z87hbDS8pI+>_>yKzq_deFqIy%e+X0gpLQl_2o zWn!^YHp5B3*a>&R8#D!~X>W7F#VqYPRYD!d->UCHIev`sZg0B*qx&Q*rJ8?kcW87| zr{%~_`^ELG_We%smid3a)An93JMDGn@84;IFojOL6`e9{r;Y1$qR7Xn9*?2S)1vH> zhkn1^m=u4$1)cH`G*flT7eX{CUQ3hW3tL+4e?vr1VFeicN!B#ja2|3pz=ONW4*l3k zD|Vb`MoLf%n_8J3At!!3j1z~X6X8itT1n^u+(Wm9p2CE*gGOO!x#NUC=-5S0S}9T^ zp>|x;Lbp0o!xeIrI-#X!k^2Cb{THKbscfr2C}W9lmibCrzzL*hT_#j+t6d#d7gG*f1%P0q{F#ZK{JCl+%)7^8(Cg5-0c9|gFa%}X9Fj*32;$jIJikPi4IXA~ zjOiv-H{X#SaEj3M^Kk=LKj2J%z=0h*B-`iL1FiNyr=O;M95|C*jM`)8i}nc74kkjI zT2GVwZ~#6$3Lh}|scq4USiI3JQ8Y_2Y|nncnSdUb6>vrs^9je_ET`{R`>HzVNWr7y)25_6`;oQpw{5%W!WPeR8|SJU%T7{IqW z1(d=8}m;O4;jDWL7!&3}@og%5 zFUqDG6Z=M)v)fC(t@am3`74o4vzwlWs4Z~2<8Xi@!s%wCC&=`_!!(UnCrtBEa+WMZ zW8j45%$F^IF-tpm%$T%i$25uidJ23*W2^nKEMHqtOQf7Kuq67AlmD?1hW<4xb-N#s zhU5YDB^dhRsfH%``JN%ZZw|xv9myy6c8`MZ`+hzgDd9RTM(MP7SgIPzx!@VuA(^zM zFTpNPCNISTCKE7wg=jOGj(OQeQXrJ#qlP~wE#C~wC;$5_@6C1(`9JJwwI9hIzO!t( zP?~qeH+s;T&t|9YofneKUjp-sXT|(5G5>5B<`ZB}F;m`=4Pa> z=){9ZIt0bh2koY{|kNjOT>In z{t{pQ6{5hCe}yl?EV*_Xdw-0jI<@5{ed)OzZ7tuMb*%=6@T`tmo5NuKhW*0FaHMdx+nhzU;d5aIZr-)yORvIxFsndW{X>W@@+o(cAtEwxE~L;)Aum+ zyk)Ls3wnm0BR;JaHUTBFXgKX0COv_%7$u_nNuZc#&W}`c5;~xNKO#wa zs@UR@r-=m~dAhh2%A~(n@)wEC;M0Np`wje{eEME5*D4ctd*nG{o=3h^OvLvgQXiLG zYrd%A_M`72bFE6z=Hve~>%S%W7m6!bCfm8z5@BzxDNLLo1+h50O>$B5;VOr$pnF`JQc3O_JRdUTldNoxEPPqE2^ zPQQlbO^n}Tr2Z#;3WZZu`J(lTzZm!?(n)?BNHT>&45~&TmD|b)5QT+w1x^>@a$x!f zDT=}vBb-WE&r;5x$%sZklS=+xM#?FiE5uTk*D*dv$kT7(B@hq_FJpug3lL4m^xHy6 zl}9Ly50hRYvqfPQBNav{Tr`Z|i}4UV@+~+;^|G$OSY*s2ti{vzETe0LwG3^^@+?N$ z8Bn=$MwpT^hNwggDTy77)E=b2nej%(?TjB|{1?X0Fn*EoAmdAnKV>}3c$AU8geN;R zUlX3sSim@ov4U|q;~K_x#!Zad7&$y5A-x$Ba_zL3@#tSUv$Hj#Bo5gY^Gah05Ga=@sG}M*+%458caVBFqAqMFZ zmak!KXWT@H`D&2m+Zl%lF{nSu@}rDT5n?|32Fu@Ne2ox;pWdY;e}2dK7edT;VXSAA zK87($i21IN<#~*Y7*{d25JrXQV)>sK?_m4{<6go^LVSVcuQ9&N_%p_L2&do`ewH2d zJ^4lZ8N$ho#e`FZxP;{z#?_4L88{ zF(VE6(=px%QEm!j31Li#OIfD3wJ5)y5cBO?mTA91=>vqNLfphMy-r2x_cQKie3B6J z@z+`Y4&&>L?=YTV4C9`#W@G*%1RuQ#MOe%@pK&Q6=JBgoPB8W}Zeyg^qp18tjGrUK z{Qd;X-(vg`<9{(8Wei}yVPPG}AOz2OjMErr6JmXcv%H*f4Pjh}R+a}Cw=?b{tPtW8 zEbn7{lJPmhDj{BG`Dcvp5H7$tW7)x6L4MH-wbmjb#8`w_yFTR#xFDeFUIdM zzRCD5;|a#JEalf2#%YW*8RLvg8CNs5F!nHRW!%Ad591z2fk5jsrg@3D9p(CqW|D{{ zO0KV1VkBbekn1Uy1c^~Xj73bz5(@}Xcse7dG`SvPYLbYlM6P?Z<)ig4PKfmlx1dDa zT5>&G%2-Q?b!-LWYC<@%hOvsAY68zG$QVC*5pI@Qm(nJ}vM!Gwb(W8K-#xPx$t zIzJKaBzdYjFAxrqj7r|exQDP%h)*%@B}C=-Gaev}3GpSyCkTs$_zL4eLd@^qV0@ks zjrAhq%Y>Mxf57-E;ankJV?0ENdG<}lw+Sy3;vL2#gqSyvG9D+43-KpLI+W4;NIxe; z7$&U3{+Ka`5cA+z#(cs>nEx2*+(h%<6vlkwU5tO!*iu2MIAwa*#*kL+(Q{ zE`AFg8V_=Rf^iV0bsYWwAR+qw%Y^9fmk80%ZxW(^PY|MCH-poPBAsxOke@$N|2;|T z8v5?WglO-N!$)f8&)`=^ zsC~2HE46C_VO)rx5LRG+I0lIJdz29EmWH~}efR;w#X^W!Z=xfHN1|hi&Fw9lV|c5g zKbCxJGu7K)BbP|=GFhx8v2I{}L({r-y@^dinmCPFyu?;Xug!Vhgd5pz@(s7MEy-^` zp7P3{wC8J&5p{=cMg4wdJHIF^-V^hAJr{CX94Y)AOs(Ulb* zRypbG>3kSLb69qR(|9X5Rkw|xIV`(sUH67PjfK-_4{HT&@0vJG$9vv&PgToP6-F|9 z>TC69+LwQQ$z)Y|C2CmJ)ZUMmHuhu?^V zDb(t>;7!cVO1#XPd^KBk1YXmQb#?bAVhgWWIRkG_l04#)Yz$KGd)FfubKCT63K@$9 zR#o+z1*b71XH?%W5u8a8-)|e7NfF<#CD4nr70oTBE4nMT;AP&C8Io`DOFcD~@Cq-N zQ*vu>6W$Ic-s;Wm{q$P(vTnR6CKKq*TQ}wOw&bq^4D(9W$fYqljn{EiwS2nYwUODy?B}Dsn*YjEHkef2?#KT}$LuUP|Z6 z1bLO0(m66gUgf21wk#;GCGsjSWwT_myq3tTyp+w9$?{qvukun>CX?m0L|)aUR3^)7 ziHcJ~S&2-R*AjJ=$;C2RUQ6T^`}s2sKfpNxM-w;Ht`}lG&JH@@SR+F(t`x^{MFt!Z zJORfV89t8ByZw4E8k$<~PNmm#i_SwK9FtsMwBCoI2Ny+L>s_VvJ_ea|=#R?v;rwIT zrE~Ier0byh+Ld0?uBFQBdTG4`^h~>9!!ACWcJ1DPf*!lz8`4Huk3{;>JLtJ~_pn{E zK|$N?gq~?P$FK{RT)SC5yL*SR8}!+YqqC{Ka4eKT+og^*?dBVHaddR;miz3|dH6== zBG7zue0HB_yEsnDp!LdpcB6(}964RPzwnK#m%*ohi;D;~AASE~)}sJ?bUV;^!4cKv zd%`#V4uOE$g>)!rzAyRsRvZ4|NbB-F1b@tN@HPmd=o1|@-^Z1nI}XAaOk_8Y6}8^o z&@=1NXxPQ?j=Og0*Go;iIrP0r3cK_ppXT@*3z_WdC-Agg`g{TZL>zw<+6=q+_`$XN zg0H^gQRrD&LR~c9SAF$;jqTzi3>mcE)4uxl7lk~{n2H!X!f9Y8r9W>uR`1)-# z_@Ypvac}|tG~Y$OagdL>kL-{R10lH8!%Z?@0wYSzO?U@~aEQlH%? z47)R+soVJ`G_u*wjo{nMTm+hreth1n$3gJXd`9E1i1oEEk{fAmx;=@B3O?m75e|L$S`NQZ*vd(6l8 zw&5Q=lcM?V^!az+F#gexxSIYQG5n*aVm04C`234vu_C`ohl2KRm5)#0K^W4b{+P#l zB$xU8D*)eir0byhihO)w@ag`gXK%EB0iS>S*+2c{uIBr*uYdCm|2}B&osR-$|9*-5 zqXZ6`kA7C%Y`-Y@qR^rG&c`3=QGI{wo1f=qt8~(#p!t5~o1f!`f90%4e3fc{<<5U` z@af;MH2LQH_E(Dx|0)f>F^bO}f8+7_v$R8G2-?4FA77i{Up4Ddxd&0eY`-bsdy9xT zXueM%Vzyro_;mj+gf8h3-v-6!`j?3f1f`P>1-TV-#2}HLk1t&Cq3f(B-TN*-?lR!vSiSFLrTxJdk5>)`Sk9Ap4l#Y47>Hv z)pphYYb3dz-vhqw%tfH>(sOJk-(K+P@v_q3`z7K~b^Xi7_asz5(xIUF{tI!F?+L>{ zL|y;hMq#sEqTnkaA`Y7G4W;MWUBq_v6ZBf|r_eL)9yIJ;15VO|idX?9({3&Jrm#%{ z&9_+Txpw>6?i$wBdJCXu+I`-zOV285yN~eDmqs;KSE^a(-?$ z_~?K8VUCyQ&r$x74h79O*2gDSD?OU;6Rbz|`VjuietQ{wsm`lgm7d!!ZF!1sJ<=&? zyPFX=+a+w+ZDT#M`y~EMyFK7bb#DB;(sS(|VY}BNor1Re2;!#Q9K-Gg)+4(|u@N`z z9tYn(r0byh=r`0&zI^cM@zM!p(j&fqSA4F2pBksqNr!^wd(OvKVEEU~dc;@lo7eV( zFO`4gzWJ)y@Nc8RH&*ev{;kee{*ev^?H`>J&HBa-|N2;u{42+w*?x`SOVw|4l%8w% z5ZfI`_zrh32;ny~I585fS65BlJWgSKV) j_zGIFk3c51-<|l=eDwJZn$-<)Z0HVh8(hhHG#>viRawNp literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_tim.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_tim.d new file mode 100644 index 0000000..4670841 --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_tim.d @@ -0,0 +1,36 @@ +./zigbee_onoff_server_coord/exe/stm32wbxx_hal_tim.o: \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_tim.c \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h \ + ..\Core\Inc\stm32wbxx_hal_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_tim.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_tim.o new file mode 100644 index 0000000000000000000000000000000000000000..8d6f710506f85923130b1daa6484445b9ede97bc GIT binary patch literal 604 zcma)2O-sW-5S@+vP(iJt_<2}Fq?ax+R-wg9>4%rrgH$gfB}rEeW|NYv*q;20{uKQM zI@2UJM+au#dpmE3nf>VYdyFy2f2D-^xk>VshUq<{X zjCfZ$ay*t}ekm-A55v%JaywG4ZwJr(;X=xWb!M86(CT4FTiT8X>#)hTjBR5FcG(`=X9w(%9kF9LVW(^ZpSErXz{*G}`N>gZmH!WijL8zs;zPYQ#+IC+d*6Q4Pcc#Mv(R4DW^M%Spt72 j`6w!wINxM0@F3rPCJ-}UAGwjc|3uC)sZRGaANBeL)!s)F literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_tim_ex.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_tim_ex.d new file mode 100644 index 0000000..c0e68ca --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_tim_ex.d @@ -0,0 +1,36 @@ +./zigbee_onoff_server_coord/exe/stm32wbxx_hal_tim_ex.o: \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_tim_ex.c \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h \ + ..\Core\Inc\stm32wbxx_hal_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_tim_ex.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_tim_ex.o new file mode 100644 index 0000000000000000000000000000000000000000..1fb90abc5d1f31a55365acc6134dc2a0f3eed1ca GIT binary patch literal 608 zcma)2O-sW-5S@+vP(iJt_<2}Fq?ax+R-wg9DQ!Ji1@Yq`Qj&DlU^gkris{L}=ugpK zpfgQkb97+#y|?prnAwlcMVB!KSum)=OaYuHqFA3As!*nCJ5b}mm%eWDR;V~hZzMzh z6okB^9621yAwLzC#czUO)Z})k+>z}+^M?~D8`hC&K0>RD9c^hl9RPvLf#xN6@ zo(1^+0fFr`2scm)7XX2eg{^hyId57A=2vDdUxV@@M4b!+EW7= z3l~JBLv1^V6Giy%=%I5i=l()|pVQd}gp{SUmi+(BSV$?YO}=bT@^#W0LDq+-obD(l m3H+Vpqo`oweB-IWgM4?HK+Jqs$c^0nCvuKSb-JhdsMjw{vq)S3 literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_uart.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_uart.d new file mode 100644 index 0000000..7f88c42 --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_uart.d @@ -0,0 +1,36 @@ +./zigbee_onoff_server_coord/exe/stm32wbxx_hal_uart.o: \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_uart.c \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h \ + ..\Core\Inc\stm32wbxx_hal_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_uart.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_uart.o new file mode 100644 index 0000000000000000000000000000000000000000..d4cf75278c6b168a4e651735bc3c8c07f0142464 GIT binary patch literal 75308 zcmeFad3;sX)jqz@z4zREGu{l$M!6tJM92gvT8EGXgb)S;C|WQ?$b=!GA!yn z72nhwQPcLS?#`y@JqPxwz4+I?yLW>s1y^lR@r!!bDb;=8e?B`vdQ|*T@Km?e7;TL2 zw^VcqYA%nnrc*|vl^^<@BYiNWTaD8j;~#dFPDgpGaRcg(RU33V+E^-b*ao#ZuNuHJm5A}T-aS+=hlOVNfZRo7-We&_70^65*M%Q8KY zg<3-?QN$9zU+yi@nIxrCm&x%-DNQaDr<`hEnVzt#O((SJoU7YHnGFeTI+MyMT_&g5 zTc#9c@;trj%+hV43@upNy#1e@!_#14r`J7-{O@S~fqhQDm8T_b8?Ev0rIgp6o%dg{ zJ)=v(8^)*%SaSLY%6bg{Hk4Ux1zwS{WkX|HQ)SZ=O+(7F%A@7!T`Z>>r+xH~?596E z@Qr9``j%*U#+H=E=n`_+Ug_KnTDp;1XTZZu9anaEH{^C(%hS6lk7?D|**NEe15+OT z;6S!3af6oFvpl{(rYNx*W4G%pQ@;EoYHC5#5zsUkrx#h%!kdHn1D*?SdHGFie;_rS zNk1R2VtWG`)AoimM)pQE2KQ!ZJh1QBz5d>hgUmS}mM$?;?adwc9N1@f!}_f`(48sO znj)#v*7V)6y|m$%X~}Jqfph|l__)tZ2O?cIG>LSv-(%E)eUWaJUkyDY-5FadmzQE>d+@Kg zHz#ZRC-3i%c14jtqtSY23hWs9!-0K<-u{ktQs{XzkH@Iuy}EW|;5$AEadmj`s-e@^ zdf?jNbt!=2 zw8cFbgPtZ>cFtmy(N>sjO|v#f@`pTUX*-0XgE9vV8kF;&TcP`2ZG&r1X`DwZ1Ym_g zNpEg^`zIglFIDQDQxxq%eY5h1K--ZRI)~}L z{g}1a(OhZG)qkmZ{Btz->zyik7eVixh<<%_(;m0Qir>_`9Ne3F8}U=cr#E1ZH{1Y! z$@InE&iglP4|j!8;?dqN?Rj=rSkHaN-aJjRMffQUR0-NU1=QMjJ76k~JDcjYQw@mPdOxDwfz)AKnse z@RnvA7>@ck;Ab?+p8c)AU+tQEXuoUjNLh0?V9kyGN9%9r{p+>|x~$EC#I7Nx&e|K0 zdFrh7F|`nRSoaVmIiq80E@-D`0U6tX>=XjBn+SMz6R53s6NxfOyNQ?@1Bqrgp_WWv z!nCuSF!`k)c4C(iFe}jhxU#S+1rTLSS!cIl!#UyCR$K z>KzuhuZn8FiRYK@zoe5fn?AL(cbIZ^tz*;$d!rJQqFY9o_`x-(i>0E7YV(zoI#osC zl~}cFQee?&w`$7g?lvCkigX9NLRi;A*!wVEkh{J2RJ8%|B-$Og&fciE5(?uC#Q>{c6E|4|c<(mrPey8}hRt|)k_!{mgzts=(0=$3mR-I{z8 zem>!8q4c0Fq@kB4I-1>CQ14;5rZZBf`uz6d?JxDldqQ2o&6|4D;?`A&wU`GzO~EbE z($ZnuKknRLnsP<GocLdTj@*NaZitjb3v!x0DWxZrM;4e2zV*mD$6=Y5{wJeIDcQ z48-4HcW3@o)CqQ%=1&2d7S#TzWno?aU2G5}qqmLGxax|Y71Exfx_Sq!ar#343)Z?A~ z`_xX?r>-42;upOev!d{5ZJ&f+ElT*+nP}1RtSs>?uDa1Jr5_x~x~X@G3PIihtg}l{ zvS2UEc91U~=NFk?UuE1~euK^rZHcb*`u&;O@6S}f zk~y?deV#{~bKb?<>CNa-Jd}tB>oImgi3h2PcraLJnsi`GFa6_WXHQm2Ae@eK{e z3qukuLfxe;+uv6;+~bENKJZKhk8YZbK87%gN@0hnHZ+9ydMRUVdj8xu1F_N%p)2OL zwI!tYHSR9rC|JwHo&Q{}ij`u&q###`Tz9`@V(MUJVu9=T?)i8<>}D)BBA>hH5IkeK z_6$bRRHgDy(Q}uvZt_F^{$NEpNPk$)^qSgXzud2OqtI(c9iBc1B4U7A5$tjzWJpIy zjMIuhQM4}PiHAI8@;~ZlO{N#$0m_zBzww84+bM}ViV^t>(XU{iepR7g%ys*Pmi0Kf z{erh*|LKksTQ#M;{W7Ios}F~NIsMAgkq~R+3e|ylkKS15P4IJj^JBCU^4wu~`%)%- zN!HrznvHiQ>+|Kb9zd;E1iG+~&?{8XtWaWquf~+;)o(3!d}jAHBL4*F7w}n?`x0kY zZ}bZ!?dmDdDdl=gaw(k2v04~AV&|ak81UFp_tNJBo%j2r0wenI+J0t_;Ef3rF>kp$ zr$@T?4td)5c}JlFDt`dRQukeYgn75bJD*(-Fr|W9;GuD@30%RF=b*W@;y!Z2_DEM4 zv1?E~+#T7n0dZ-NiXbj={V=IBLG#?jwaCN?t|B&OMVM%utp$=w+GIk)%eO+YBNFdKZx-ApyaAGoNxJc3*ibyoALJv&; z?&)pBPNU+_tnEfY>cZ&C-kIn+9nsZG>DHRI-6PsKqw-;=oaju;{!#I2*g4mn>5?_9 zz&`J*(4%Xm@s4CYa&`Pd|Ma{l#o5Ee$K-PCmx@O}*QYnYr&k`tryIXuo#WWKYg|t& z_p+hxM_V0x@4~LkrJ_r{)O1Z@tpo-dtrb13`6cl7B6|B0j7VrpmiCR1>`BcoZa8|* zJzr@&id#9RWo5()=AB7y#O2EWd2@$nFh=^$^$qt45_ghstxS9}<**Ap=v@-axur^FMi^}K;5cro3{~7@Q^0ve|;k^NKTQb^oHq!4-MC}m#?l@m< z>^jhE@6DJ$+B&`A{h68H$-VJw;_MXrmckviFAjS5txk`;(Zuv9d7sTb&@LnM%h3-; zq9`H}>Lo_g$S|X6`ekJJ`{j*XPS5(b9~#~POLU3G)#_LySp8+=rM?Wg$KH}Ri$82%>;OhtC3lGy>Y^gGH9jsIe0}FdkqtfT|Xs{USs^kiO2NQ z;i^UZi8n?a)2GdY#ZbK#sQtQCcxIMq*XyIE#KGDwa@v+X2G^!D71xm%;z?L`xDkvu z^ENbbP2N!JQn*vE4U5P5pAB&3K3IG==NVeniBj}>Z=~~%g;UCSy*HM*ws+%-GhSaV zo^ZUl8#Mbrcf6b!)8D*4L~O=$7H>73TNPS~k=V6TNGx-(x!;c+5>IjZi`Gt`+?knd z4dd_7-ZL{zEuO2hB(n6C%`zrBI=<($6;HbL@YmP*TfCyEaJwE{>~z%loR3HxZ$3k zj2$CBJ0@f&;znQDsL^^mEW)xTenc^sBc9U-&KWqB8IR)(i0HM2>zb*Nn7>O26uegF5zi|6wo;p&y4&9RR^n9H*x&-j_+}O~o$+$kUok-MI zHoc)+OJs^ZQ0h?HH#kP#RuED0C;Ser$voms0q+N`@CFITcz zOTBvqH@0AJ(Mn$m`eqJu=~whyrY|~s!^wD)WH0v<9GxKi#_TaRsGyAdFhAEbRzaU1 zCD+5VvV;4J;|(5Z2N`+aDVqD@zV^O&J9jud)5!fI)&R4QvHQ7SG^L!_#kY{mx@pSN zf+lv^zSxzJjo4*kLtoh}W7YsZ^>Q`hI61T4ZN-eOt!K=3jE7Enf7*ITgEZB|62W&L>xQV+>&-VPq@^&4&6BR} zv91_w*3*=!Q8i|0>}*W$%Iq%vC}u@V)4I~S_u}sFhTh4l6Oo-y2X5${sMBHG?cC5i zLG?()k9C)}#$l^i_mo!p_4i&qurI9}uQ%>bzv#fe^lod!qj-ZUTE-{38QrBH#It)o zP*b91YX7I5riGr!2GqZycM{(JTcRadjTRzQOzu-GeV<~=cH-$~w$`S|Q##-&9rBds zv(Ub!L!QzBPickHLp?o>pr@|>>ATrSb7FNgizaFxtKV&t&l#nW8r{L?Q`C%B$^zGeewRCUf{ij58#q z>%hL0EwQ9qVoL8+oFO{pnIVSb%n(DF84}zZ6R&qu5y^|ehq*Fxey)Edre}HS{*mwy z_MW~}`u-uBnkdu&P_$nbM=Q~T()Yg)uQ9DEJQujDcO-7a2P7PQBZJmyh<$uNw<`yLaJ4D0|{(Zb_ElY8)5$vG6C}f$^RzWHk(!N^PuIjLJXu$_lsC?s)z!6yiSsd^En?U` zxwVZw%nF;_hSQIoy_s32A7|qIz2mgc#PsYdQKgB<#M#%GMgL*h87MhfDR7;5#guHHaaz;l0M_KLKtrRO{C>f9CKogm+veU|L`EcoVz2FurC zf9rqpe&CB}>ZdkS5BKR_8a#_RrA=!8g{6Eq%EB|x>9x33^4&GA(Qm)^F43GPj4*6Jrv&0mOi64dTmPb%o|Y={q9Z# z&kT9z9DxM$rn~#x{;St1{$J~4-iPCzoZl8PyuB0f*ur^#jCOJE?_iO+W~L_J-#IsP z<|#+tH}Q-={x@x-=l@mP^gU-E8^U?Y`@THihV0KGCw!qr;``IT@J5qwAw+#Qnr`HF z?1t8T-sQf@XuQeT@Bd!U&{v`-{T}lr$-^QF@3DG3%=`Tl-YW$#DhHo!{@G>h;l9)0 zKC45lK#U0bVuKlb?u49CcjM!R_^&>~(WMc!N*%5f%MQjf->=BPD#-V<@V+?WQ%_Th ze1{^cv9l3x@ne6)=NP5?Yq3vZ`9_oMAF+=td&U^9E2FiEW z7`{QmoKoK#Bnchx28r2s^{)f(Bag!RLg{A5=GJs>;gf5!1m3CIpJiG6{={&8e}bdJ zeJoSly>Z_V#J4BR4o2;L{S9NMyYMXleiMLi`I&D7n0GVAV=wEqN_@Zb?u2U(bF$6w zyshEZV4R9eG)vYO`&npW?tgh3bzq-H}sZZCS+{6bVYO}=YrMmTuAM@0hZ!P%ghCS zd(508M|-@R=Sat2-E(BVXD-A&rTd=?rWG?6yrsX|xnRy8eMiUmFHdXk{keDEe3f&- zJICCW%=ppg&xQVH(f?*Hypfm-jEUo9E+A4O8uC4*{^o+YOZrddg1JrVYwgdU3%s+B z$l8E6!xBD!Ct@4#u^H0`Air}(7%_bS^dAII#y3tnaW|}Edc+gcDapjf%Op0MyKtUI zox8NYclD+vb9%Sr=~JIuZHbD!OXj_Fw1JZSQBmvbi;9WX5f!~R@qSM*PZt;!%}q7E z!>#E&t4Y?IC6c2e@4!t|q$QlF=-hlWE_rXs@z%8OevJ2z_+Fo0r*jnV@yvRB2W-hZ zL5@WhMj#9EBnP8l>v)2@I~`AK&p1$ue;g9`j)~`5eeWHen@^tjoo^@gxo4Dd;LYLm z1{>o*$^LQBy86Z;(R$+j#{OG(W+bJX)yb{tJk3t7$r8!qU?;|bmT<%jSNNt7Z(ishiD%bX^G%HD?;Rae%GlGylfLhvII_$= zi<$SyrOcCEeBaA=mz>ZcahKe$4$wNNf@Nh}qcd~uU}o0fLo&0i1%s6e zOjNl7@_g7+a~#TuT>6GM1s$KwWz>L}h_vlTa$# z!vUF-Yq34kNN$3c###eJ9+CqGT4RPPHOSVj4u&3TNCCQ^6D}R1dtr|m%3doq)K&q> zVn2r^mtvViCi=?crD;h@9hzKNsl$@9C{*1x3Kj+8C-+)M1v3*jijt$X7GsA(UhM$4nM8bqwzD4 zdJ=vHRb((AYDu}`)R`bv>O%aql*tUuO&@#8uc?+RoVMb-pj4Io%1vM!)vXFJ6DKq%Jg5Elocu~iOnNgzFT zu0w1HWW~;Nh)V+lVi!5YWq~2F^$u})ATM^QLu?GhW1AdeQ(#nVvqM}F$d7&3A+8LJ zQ(@|T2XeyqhCe~__efe(B0mR2qG=I8MlODQ2uFx~Vr6ZxB9BUs~z0_Z{LfD=YSI5NtT|D{DY30=Lo99=C?X(jDU0R$eUIA$D2u z*dT{^!WtDj)FGa<@?%Fh#8cL|SfN8aZ572PgV62##+n!_b2z`XCdaBA;u-7s*r^V& z+bWIKIK=O)iddsV{N9=#Tj>ygu&QDm4zb6Y8|wt2+j-WSAG^%q{Lxw%yUHQ{WG#wa z?-0*fOJcV=b)L7D#eVE?Uce*p2OZ+iR&(qZ4)LP3GWN7n=OwE>_D6^F7po)oibK3? zofmu8A@*9Gv5%ZOuUPBwEmg7gtJa2C7=+gPHEUxm%i+9kb;Slc#9yteV?!O{4XZmg z+#&W^*T+VKI12GC@}{*dyU^jhWks#*V?Z54*4tLPl|9Aby<<(cvS&KfyH=Hzy}+UV zX3e#-Yd~q8{%*~;vYQ;GnRd+O6zgIK2O{I;`wx9IDqk&&qz$q5frcTG?+p)W_C3 z>~$$Z$Gl;lbWEj9hY2#~k$yRpdp^?t zVEUE(+@pctjv)Qo+}tTh>tOoV`MFg{uV?K?o&?sTLW@maMI@w$^E;N?##=z(3IA1Z9F%}NnbKbrFFt^_7IFyx?W*) z>S~&prFT%lr_yhA=$A zWxFJ z=H~7~dK{c5^qu*+y-3ex`s#(b$Dyp2^SwnX?WbU5`~p9Ygf@{BD|0|3V8zlw==BBL zm{^uW*jTLwIYbz%)gcZM!DgEq@kq?dj7HKdcVm!&PEQ6$TOiX4sk9ea;Z6Kl z#tMV2%ur;2$4Z0H?KJGcRYp2~T*WenQs_|2T^0_3&?_CGc@$dA3Mb&lUsz!zg$}o3 z&pTyCQ0M}dsl|_BXgrcnp`)x=41`wh2neO6H8BQ4)BlQE*xf7jL;SNA{|wB)B&%Z- zHo$?+>PVa)d7Rg0U;W1~E zT&yL78*e39<8brVkgV0D>G(9QaE$7#%@B2lXm!?Vr6FU$C9JeQgWi*OB20jW*>cuq z=3lMzRUR!UjC9TTfiQNvjHqVZZWvy}AI|pI`3=9$7+xFgb;z(5AH!15IHjUm%V%^c zSUU7wYV(ZwMPs@W&kfe%3RWr!NY_lI5`|6I9hibl07x*ou_3iqKpgt zGA{6py77xCdy<^BLjIyDBlYGMA#3;5L=T@0`Fi-QRyxtc zKk34W9zGX3-1IOtl8uI**LA@S=?=f(>2Q%&=Mkz?Y>UB7hl_17c)B)tu`LEq)dnxt zC(68QVRiB5kapTrY;DZE4_t=Qj3tJF!z(_&#XoEDAK2=BS?Ho^@xCmX*y)+n`lmR@ z>p@J-A^AWS4UmVoF#Ih(il-=KEOZ&B#m5Z8wD=gf*5Y^A;zqWZt_O9a)1qnOii0%K zeXu63^ET0~n+V|kAkgeKfnU&OqE%FPszrAyFV9uh*zFu?qReHOUVPKr#1*=UTsAR> zO_*sqM>o+|=4l6$d4|Z;Q*N7Ee>fs;C$l&cyri49-C#LweXQV zUoPfNP#`^1+$&F;K0Q<1YlwEQ^h^;xNV`{hrXK7kUEwB*4$CxyU4bDNzcW#EoG_YQ zhKZsD!g$(c7>l1Ij1OIgv3R**nCTh?*IGP_9eBWRod^8ZdB8tE9x&E<+UnU9 z&JO$HiyamRF!99>`@G8zYX|7#T|@Q8TUMO{Jvcw6@cE8+nMHZN<6Q%^cg=UaD@S|R zeB)g|f^I%1`j(hfa`Yo@Px%Uy<1XNoYoT!!(kGGXvuQ1moDG1Y6f-QZe_|3p3KI(nK2 zJXh)Cl7Ow}#QARv5Rs45P_1uO@LlfNxWiR=*~#j>Xco#X1~| zMYYAgX)IRY3OB7@D6QV^GEA%2NUM5IECSbB{0Up##5rN+*(Nj3aD;PAXJmHC*n5V@ z$lNSruVwONU@gu}hs+!FRMtW6hCVWl*|vFPjzvu_&3cu*Nf>9jTA0SZFO6wO`-?W) z2sXCEF`IF;9cBQdZuJ3L?oKfbEhY_`fckS`EOTp^A%9F5o)zBc{**8>p@eTP{M9hb zyvG$U>`_D&M?`${enf=xKF_0~X>e4;gm%xMng&M;!($U;tfLIWGhAKl4X zyn`i>1WQQ?*J08EL47Kw-4rBUuf-pP|V}_~RFiamxQP*0$hYe2yqQt-PmNyz-|4ce;JJ)6<8Ax(|4+gyWvmhXFbeT-~P+X8K*@>4OZl8PRTG zczn?G`UYWme9-jzR&VEc{InL2qb3Dz=L-CtE9%p^>8!BB?c5I2IX#5m!%$g^m$StC zQP}Hv-Ldy|$KcYFzebn-hgJgQ#0ruhI%LsIlK*tban&UM$073~`uM>ep+ttrzv{(Mp)74me2yQM;j%NU{=+l8^vWtbUvpD;GM3^P7E z3`6DdR{k-xhQ>3`W8-g`#wR0R8aLzfcM)|a7&4+}eBKwv^==L0l^;tR#w`!iBXSDRBj+OWR0_EqTKkk3 z%@P;5B`)xkVC=LOPhp8qSi3=_mL~B>VnCW3rA(<# zmYU@+HOo`VgvV_xb-7c@Y%(s_rTQLXzmujlF`>{@{{^ex=&yd`L8^aWs_P*bpnLLH zR=+omebu9PuSY+#SqbC0c3`K!ft{v-B8U*LHqQG?(?FhQ184^Saj)V=?ikA5d5pBhs^&e zxor+PN=N8bIrKEtjq3>A?vQypLa)|j-Vzj%@i&q4Cpur{T?~dqH4{01Dva0N8YXh? z62@U}I5#WXi^90xWthkr9ZLcS3ub%9Ly?V06UM1Q#sbpvSYtK%=yQe(jKPZJ=G6%vD3z7K*n-W zVeEBl7|RV4#xS?L#&QM1=yn;#atnmZs~p$2JtEp|*WK-=p~P3A4ZXowdW&6;)R;RPzqkye*+s(O#j!7-eAh6H z%AH!}52*4-TyM;t=_9?~z*BRyj=lPF4rG?r@n7byj%PU$Y*YzLi)&nlQ6)tfFSrcj zUWW){fUBd4ZG~PP&0Rx)x4ZA~fS0E)Qr>YcQq1w|Z|1y5g+wVc*8h}aU8Tz~7X3&V zD_w@^#>c|A-DQ|=1Y%~E>;uKF<>ToM<3Xp4)JK^g;x5I$ptR<^EcYHw}(rkhza?X;TH%4$w6E-0B$P*hma z)^rZ5>Pn}Tb#&BBpHfw0atr6REnT##eZ_>5bI$^!v9`Hpb!}UF!BRE#xJ7fT=TuHD zpTDS1lynMCnzU$E#mwy3BZL3?gbbjqw&2?&Z%c`b^7IbG-V{2QxTHVyr zUVL;-yQ-;~Qe8de^qP4y&X`&=|Ma<2YiiuGOB-w36jhotQ^VBi>N(XqRkmQ>={hlg z#;mDx7R=Y_1+%N>l+T=6p$Sj2V%C(JdGn{tpITErb>37{)|)q_!pL&-65`z~ry(PP zV%Wo)a<(&X&VuUlsWo%Ut7aDWpIy>7d-}W?eKY5sJ`Y0r=2y*|+Bb8-?24(=X3R#1 z6V`=UwQVPqz_v8DWyZYr+V(mpH_>WyD}0habdyI<)NMlOJcuoyb~0pERXI3s z%8X*2rXj0Oomx?(%4bYPxf#>=12yK&n#+n)rk530&zr9kB~D_3PB>MI)s(rWkee!D zo|K(@7)G zUviQvFQ37Y5JMcT$|`6uj7NEOHB!^(O~p@#eT0wcp>jIq>)x@< zgQ38MBRI(tlXU99R*BlhMo}ZvlTPYtF@{b{(?uN7ns9_CDnq2pF6F& z_1yCIW;F-lYhLY&mCa4?y*Vv)D4HP4n_HKjts_t^Vyc-vY{&85Da+1b+sky@Ag0yT zwy$oh)8zb)xlJuqb?4MI&uBpt?W#ICqoTIGR(SKytzD@#Xj3JH!o1wzgDv zOl@mxZBtWLx3@ZdoZ6y`d9!raX3Z;`*3`DD-Kgu=%29mf{Eo8K_4RYx+tmDyh4rvN z)3@p*S>C!D5nyF?qC~Y@!X! zoa(xzbt~JOT3e`w8xX2HNIR;btLI=jOD>Ygbjva7%K2cshFBu*VeSMaYoBhHLGp~!DO&! zQ<|~*tbl4{`7`FWHMMHrVk2G$se=EQr348_a~%M6u3j3v;Ses$1~?++E1TQPYnz+T zs)YzEWk61@Yf;rF8wDxK%}$cz zGNk?Lli?1i>Z*}k7fS&saKD1WoePLu^P zw|4a^k71BgUAJoW3V#;YG}GSHmSyuhv}Onqi7bRvjt8?6vUOlcBAqTJWsAy5xe2>L zr}-WJIAh!dx+dlOTla-8Kg-d?-^iSn=5P8N>c7_K2zJcxI2H}s@kMf_QvYISRG(sI zx7ZsJwT^RIl1APioE^=lcGSokmx$8ZdK^iaL^Og^yk>q!|7y%ncwRzIqE7We>QsMT z9WxKwWU|&sL`ldr`wg*-Q_59S_A34HlVXbzG;4Kxo!N>ZJSCM7S)W&AYD;@vo3DT; z#F-WxYoef5vrhp>SIwlllVirYs;Y)NQIuG~laAgj z&TC!WhRvwUs+!A6UY-_G&3#Kh;mzdt32&a_W{$h%5@E;Vvu<8uyj3HQ-l~1Y%C@=& zbyizjd)OAz5BhP;{)am!hwA z9phI_RN;)stf)%iAB9!;c4lBeV4xao4Y7t=!>mKBJnOLVNNbdJgoTS`#k&^^@71X+ zUOeIYQXRl2gzsTl=VhkjX{5Zjf&@Oioh-|YUSVAlD9c1)mUlk9Nh`|?`SN(n$vpii zQ3~?LGa;kYFQ2!d30}URm)y2j=Igp`(F+VOk2k0ZnMpj}c6xdJ^~WoVx2}ouMgDep z6Pw`0{XE{zCU~glZHG6uWtl^KdAz+X%N*d#draqL`SQB^$>R-g8Q!?^>b*_piGAY! z_IU$bmKpbz=WTF8UzGRCO17Do$6Mn>J#^B`>-6%#@bb2Kd2v6FH=zlc@CmQ&cne*Y zndi&ft@8%>d2eygp4HLR9+tBd+YJWJ5eu*$6N3O zFG=P)t%Ez)yfS$Uou~)Jy}Cy=&p+pQo1Q2SL0(y<|Di12z$awI{jwO261*>=7jNwo z<)`~)9rh(;dHcQnF;n>bA_siz-$pPE<*5%WKgXMY0z&D;r*RU+#ityJ@h$a_FQ0rIjK`-T30}Ux9-ojT zcyT{3IaYXe;ggg^JurSV9#3D?XOM<3{d|&{K>)$2Y?U9kXl7kgbIm!EY9|l6yIQaAPkq!r+ z1}Br*EH}%}4p-WP!of^ZELc^fvyiYOkJyKp`iFor?3wnUVn`{d3|@79JsWxt;)2Z& zJ!}u(X{S*_rEP^9!fBNO?87Wq!+UJYwo=nhNy`4&Fe*L=747g&I~YB|judO+CNJUR zd`aRFJ0*IeeJF&bu;1%#8^VKyj(j7y%Q@5yi&KCDmFsYKDhSW9aA3MC7n)BlZJc{R>_!Y zr_3yYX$}oH*%N>#71*O-tR42SN;@5f7=yeC1@`Cy`$T3m*kh4#bOAhOd^q@U{TgT# z{51qcX4=Ci*g4_A}(C~$Xu0jwL`GqeC*sMp^39AsdO z(~ImOXaFY92w$Rmx~={L_VhLMD$&#HQ6D{hqi;{YXE^UlPp>lMd;XqQL118H4!Tol zAA#1!*4t^7_F}__X9S_g6k93j`LFY<4tH3^t-U#j2LMVFOISj7fNToB1wWc4} zX-zL3=F#+{I<4tOmkz}&&k9FhPf~O&6irg;Wz>dB zw`!Hb!52UV!@(ayb{=#OqC0tz7u51d!#zN!hKrEyGvU`BV%fpe<@NwnjiE{gFbY?Q zp$bPD-T*JG0F_b@jl(9h!UY8%Y^{g1fhZaYS0S3cxom4Vc-V8F5yxC~8*Jxu$&|nc+5^jRj3>ffG=!%IyR)P? z`|AaE4Y{b)h}AR=?seEL6p4N^LZ&g61+Qfwc@q^gk_uJnaB2!&%0mA_p$K|W2v?hn z#q7Ri`0*Js`}2oqQ#kN1^*``8VX!dpub}&$foBM&0}O+1**XLt%mJ_?#NKXAW#x{o z1(o=01%LtsH=naL_#Q@$%kn@7O0R^|_jQ*|#$Emi4Mz6oF0+%|Whz8rH)Y(VO2^}b zyBv-o=0;&+fqfjD5)ER86<}g%j~P*H=Yv_I-SueA90*7B`Ay4KdX4EneB-Uv@Qv#r zr9a=eCzXcX*1ut&T&)fJAnFclf-w;TICBb}nd6y6v^19$8&iyv$(eeb4O}l_nRIvz zHz?@UiEHdib{}3=rHe$C%A1j+YY{leQfXsc6{GKI)2{> zc6^T0@xk!o!=T(in6#4S#l%iS9+ymPaL^4|WU;xB1v{$<6N5W6Zg(;Y>;kCEoiYY4 zG0(AO)BE5Q?EdtzB79>w_>(iWj(-?YY0nNeF})SBG6>uD-I;IHYR>*|)jSGnav0FD zv3fT~#W*v3ioIwQyF)9sJfYa&{uFyRPWvSkqx#~9D(Hme+Cd|{hM7VDx#2;zxW=z*W#%D?rLc-Uzr6+Lqo zna|qwlvsy;ApQ=6$EP8-r09Uy1b;{guNUuSmk`_z55fUCpNrunm>-qF*V^HhH$gyu z^KoOIWe-Wck*g_Z{SXKVq7j{(=_I+Za(xSi;f?(Vu6LJi4PKpBiP^|FU{+$H3{7HF z3auusu}`S9D_|A|H?Ew%wGh^-(#yJyIT|U}$&~OTIviqF>n$s11V>qRqG$)3gOdM7 zl0LCgY;fmNx|ICe1zx!VN>C5c(^W$g!J*wLGG z@+db6uX1wpd0Z&A&w%ZYFR%|Uu$L9snA&NTI(BGB@oo(4#-fXjp9HtGW8Hfz4L`1- zWBlzPj`6^umVI<;gMB<&z=Vuo=xOqG5_O%kfP^PK0*3}MK8)H{IIStkcF+684G&L3 z6N>9m+IQV|KDLIN$k~=a)Lo+4+yb6}T0|NS+l6x>E2d6%yb;DXa zSf(VByf5-jFU}Ot;euPl(R8bu^zwhCn>@mktVhR-?XRIMc32|{?5UMDZeCL0ICMU) zsYG+K!;!g>b5L%$Y#tZ&+{1)(7AD+C=y~(mS#YU!hoVpY9O-@ngXX8s>~|!Kd_%R| zZNZKf_Q%4x-Ykh8-@|5fRRJdLuJnQ=ciOFoa;9r1>_eR{*pWg{zMZoE^MVXxpHmV0 z8{OQ#KFz(SJKEB3N0WR~#PJGCX8%x(Cs(Sp0&~SN8tDwA(-0+jIlv8q*}@Lt!J>ax zPZnE=)kMT%jCpgS#UlNAV#C2dwP8H(#6F|H@!W*z9848&a0f&m;4u4VCJn+3eTqjH zB7!5R82dA9;OOF*w;0_$XO&3>s^UoH~_&yZc0tx&Czw19a--hX`LN>sCZ|>JpKz76V@0c z`WrI*jtq~joR!mw>tCHoOb48W3^!0*G@!NijUYU@KjmKRqul>)ApdK#&sy(Vms__W zoS{F3x5X?wJ$0=ebi&}5aJ~u7IHur90lj~n&cLcJTOG!7IG}zkz$;<6C6{wwVMcPj zFVcnUP2q#ObzXR`eK_PWqBz@(u{08{F>hYUgIw^H7}~FrOZ$WPazYFoI3b2tU^5Xy z!@*09q>sIl*eSg#19?;Nc+8^X+L-<3=r)U?S7IQoV$;W+^E8)gbFSuP@6kx> zg%CHVt&I4$XC+7cn}_>05FEi&)EUKYOT2M=flDT{skDPdeW#weUFv5F_B#U)gLY<9 zQx#52*6R6#XyuE7j%{%?`(mv;p6bQ{9JW4Bi|YsW|9~j#e;XTc&cSxWbun}LcJ$XL zl1Pc(jxr+9o*V?;J&z4nBh9hIQJ<%7dbaTp&ypza09UKTMMO16KX_3q-99b2HapqK zn{Z(BY+5<=W+P*E)k(qV2*^9gCiKq!?R0f^vYr0xFvWem7*J0xF`&3*vH{JRwHQNh z`ehy#9ElJpUQisUw)SZIfbc>BqN^B3l&l-S3jTntrG zI_=1ESHgHl!o%AVQgMx>Ll^f`%k9`hcG`n>#v|I*v3W|vYRuWGb;pewZtEtYoBGie zpJ|mr$+UX-Ko4}oZVv}$TzV#UC^3nVu}ZLJYoUnbBjGW;1j>fT@Tm`@=wV2*exaRK zXpiDaECabIP-!FyJ~fVDrp0*{K}%4JmkHQ*7245>`gswozIKmozkpy29ZJHtqF-BK z)R}hLOcbcMkErCs*tGBr`>^GZ0narGqX&+{iLGFX*1z!9Ki7SbOLY(Oo@j{!PKot(7KTccG^RB-5qD{m;~L!&&U<8ut~eAGS!bqw zl*t%{gQ*dsGqxhUIvG}4QPS3WWAeIEs6)fB@F@q2ZJYX^n@^eS%aY{3gbP7;i|y>< z7^QHHfACZM?*{a{(CqC$`@R0NKkGmH6KI-}ildOWdXs*K!AhHur1+JCSPBDyQofrz z902QsZ#C5iuNhQOzZFY_c@jG7VJCql=H(_lF}P(APCzd;;i&!trk-!&?kM;p+>Kem zq4j;Ad;I2eTf7r3K6~&MZ(@tDu$>#(;$NA%&b0XUL0i0hFbAiB9r{OOeQ?uY(;>cY zlDK+92T2cyPcjG`?A4JQT~RMX)J^||sC%`jnYd7WC}~V~8V>b+6pj2`H&Q4kgQQzr z(Hom#jK@zKVV$RWG2GAP!X8)Z49(L-L;V*elPvt7Ic)lzX`lFcD=9{Wd~H<3Cq0|x3_ z+cdePOt3chVI|&QdUup%55m0R>pF;;L%6;o7V^&5i=JI_4mRW5a%6F(n5kEk!|-sf z-d4f&Uq{Fbeln^6QGkzgc&#+k9)ZGG>bSO#gww_GHUb{R=oMWHa&E$NaE8g!ak$tn z+zG*4L$Fly!Cng1T^xfmFmJyw53h4@Pl?`)3ZB=p&$LAru|2M;E&eyvo9-58P+{ z{{svom;qj|2YBuO#Q?uBlJnm@2gf5~=c);}1w%1oxvL(6F&a))%mp%?6gxy@VEaec zF=vAYjVYMGvW3Mfe2%|4m^eZ4K+f1ecg+B%X-DTANo@bnbG^q+;~YtBdz+l?l(=q& zo+EsqpR(2-H3?fy@%1Wu1m_60r_d4W`a#_LBWy_q!o4|J`|tfI^nN_lJxX^O+i)C6 z*=uv%@c(A7-|;^|!AQXJ?gJTT^>i-B-3>U$>41lDKI#A%u_3IItzo?G(-gaGy#% zYT?srK4LVRcRZ6qgw4aiM8M_iYh+B)?*|-TX&;9*f~Q5SFC0YrT0hT$?(;w038LAg z=7&K7myvP$y_q5$ZyY5?pjj-IUrq__Nj@d`4sX)u&-?=Yq3(u0e8-&C0_qL*4EQg4 z_}f75_0Sjk%D<()0si+XKz}k+8R+dEIv4bh^~=mGkfC1B!Ec80(Cg7K|74i?WT;a? z^RI?Ew38wRRkj-A>mPodmgf^x1642Db3X&!BvL^&R6XJ2%I@`w|k>D{ARHN1LKK|$=em?#-oHq+!B=CHKYMlBD?BjmMsWJF9*EA=;FA-4R za9KzNRgt>TXOE&J{zNs`$DgRqfypS3-{%Ub$?5>UltG%`FP1*KfebOQ12@Ku0Zym-~9-v{fd8ggfzeJ5l|nhbA;~HbgwHMsi3M-5uf}j z#qT1qKEIO|P;=E*q4_9hCzB>qBG z>ElDb_z%BR7Et`giTeqvMd}b=d6sfNLA6A^>+9bVH3oB+`ty4&0rjbRRr*KC!b%7T zs%2`Yul}+GkBOjaP*?c)4N3gvs>a7(p2TlaMLvFV|GuFtA3u5iw5#9y?A@LuzeBC^ z*{36kf1axF@j2@5Cx}rV=;L>)w-B;vzjgQ*z|UjwWiHZfn%;n)?k5QT8$SJ6%l!n^ z2K9iCpIm>V+Ti0mzdO#z2&ya9=|29IYKrJriXs7ZmD?CnLC|A;<&*i>s84+Mye6ss zwd!df|5|m8w8xnrNc`?PQ!NO3h0lJBg6=1%ZdNDy_&2*uq=M=;{CzBM)@^Ek$k_WZ zWCzq8>dj0;S7`cPZ(-EGL+$nT_l_j~UFsem|E?tdcD2UG-=4(3SIzVB?@i)Apho%l z4XdXo6RRFi%DUncP%S1CUJ<4OD{)C)fSpGe|A zt?u;kpHAZMR_FQnyOa2P)GQx=PZIx6>M$SwPf7e2)O$Yr@K=typP+h4_4xQNxlE*j zYOkvG^?z>?|20+Oc>#{ohLBzpHNZ@!w72?^oye`1_OiAF7jm z{121(y=sV$pS=Eks^0S1=hLM6%G%-M>rj^{6I3=sU*Z!?{LW94h5c+2pWhmGKSBJ8 zfc03nnaS_s=LCXkjx0h5t7>E*qVB{Nn0$WkKPQl?HVDn{{O1HR6#uvi`TU-LP9R$~ zV7+ucSx6k0MAxPp?hrtBAY?u1+0V0lbyE4KljxtK4BO*(^K0{j#ej2eB_q@1GMWQib>x3v8d? z@z23u1698`5pY6z;u;`@gtw#zt0I&sdPTsi--*u&oTrLpJ>d7?a{`_Cey$_U ze5d_wUw=2M>!m#P$O&AjhWh$@jpFYf2TSh@a{||@?LPj^>N(jD@_Xkwf!owlkxw@p z8Q8A=jq=Wi{dqIVp9aI9oe%ks`1ISUI(_Z+sAt9hOHei^@JqEANc}cy`f+unkA6bU zkn>)f=0C08knu3|ZnaKmhOwN$9<^Tj!<9NG@Fz9TN57zENc(4M{!8jAu|L=2oWNdn zt&9)No)dUYO$4T5*~3m&r9PGZse72eQ9aMD%w)F}c4uOw5*Y90!*B zmX!NF(Xq=A?9-)OwUj$U%4z#J<%TI$%KXRi1D~;Zf*6!CB&qLKBK3s568gpwADQ2y z)c1&^l=`C}K#d)VxJtSQ<-GMqD|G?#3*l^QfJMNKq{k}NMH)ysg-0p%0%_puq{qSk zNdx&AJ4SH4V4+~K-~^>EMl$s&p(h!CC_EOw^&9%&chu-}Od&eKzbst@yd7AGW9pAc z0~t39kH=pSCJp3g>@oODu)xBTaCZSL0&*M*OO-l@G_Vs`IK}Mqi-6ler~U>%@ELo8 zDWCdVp;xwCnF#`)v2z4ZQR+-2Q!xn3iP$z>Mua{uO8(oD&lQ^b@iTUw-~z$Z zl%k51^A{rIRIxnhGl-!18GE`?*8-XUeWH{9b)}w@{5QP$i!n~13u`e>z#<^!7s6Pt zk_K}9ONFxCf?Us1Ujh@Ku{APZ9D1o4#{|Dl$~9npL$dH}0UsC=oDX;B| z@{h3m@uprPKKuasvOMHA5>ZaexdZc1@|St@@5CR|kbK6aMESeSyrrCF5Rm$&$hliz z>)>xTV;_mEz`a;21vx%}`^}$sX8uUhKT&Fo@Fx&=DuocC>v4TyxvvXyzLSOvYCK2q zJi)bs-x2HF zzb@D)xLRqbsa`hamSKq<<;6Tks{pw*`5gU^#uC3Cs=}`Y^$x1Sbnl6|5Gl z5o{Lxrr^bbR|#$tyi0J0;I9Su2)-itcfn5tqlh=ubD-cz!9u|k1ZN7KF4!QrT5zr4 zX2BZ;?-G1S@Cm^`3I0{^AA%O*9QBC_9x6CXaDm`r!6w1gf)@#H65Jwqo8UcyI|ZK* zd{*!k!M_RqOVAD*y|M)l6+BY#Xu)#9xq^!YmkXXJc!}Uuf;S5CT*dxBAoxqcX9WK& zxKFTGFc=ZL2_7OiMsR}QNrE#4PZL}!*ebY1@D9Nz1%D^_yx?C2-xvJ1U`o{JGf;4Z z;CR7f1*Zz0BDh$vNpQ8`MS`0Iw+P-Q_>kZ(!Dj_u6?{+dQ^Cv>qaV+SwD)MiV!;yx zX9zA3tQA}#c!A&*f;?AJ-cG?M1z!>TyP%zF%H;?S7d%?9T<{FR2Elg0ONfXu`Y*4e zy={`O|4usQ(gQ;OLhuYp7tpp#F>0XlI(x3j~)5t`h7d z;{0@((E1MN zQ>sqrcEPoR-x1V*VKWc$UFZh|e?>e@sb_?KL2w^2uGITN<58;CD<*iD;CR8~1!oGL zA=p41snj=w?i9RIaI4^5f)5KmK^(2rAB28YQ2%*A*oOxg+9@V@nBaK9;{|65E+me@ z`9|n(2zClyDR>p&u0dwcsCw|FY2U3f(JoI1BYB;Est1eGd^F zBl#1AE)}{;=rf3uus;-fmEamd{pU0x?*=J%hvYv%JVvQUh2Aarvf$qZKPIAFINRuz zO9VY!=y5_%7J91CrwDzf(94DHAfAA8ztEcn`A7NKZ~Z63fDcKzUrYY8#4@E`7W!?$ ze+k;y0F$3hME%2r9xL=@Vg>Fqgq|h1NU(`G4Zpih=nDil30^OFr{IIc8QAv={X4g3$L1J}UXY5&8w8-w^sALLU%118YX$bfpFpVV@%eOCUlI8E}a zg{~3$Y@s`ZUMKWsp>GiSPGXHx_Y3`);2#8E7XCXz_X-`t+Dg5$iKu_5&|`%@TIh12 z=Lo%+xKybIq1yy661;*~hx;I*ZxQ^7;LnK-NG_LO-j8Z^v8nXp(a0v2z`eO zeU#9Xg{}~~n%IocvNy-1C(60&op3t8P9mQUR z`VAyP&Iq9kiK~=4R_F@Bd4fxbt8tGc^lHI1#B*^kB=j|c-xs`J@G-$Z2)-)#cOvS4 zEOg`$L+27{N1=}rda}?JLZ2e^VxgA{eU8xUgzgghdZBL@`hKAw75cYAzaaEm#BVG0 z51~I3%)nla`VAwVkNabx3k8oS;{I!z(5DD45nMsMNU3v$UL$ygZQN-^mHA(1F!CAy> zlsZl5dciiyzd-2Ag}z4U+lX5*e}sNS@JY%4qtLGj{hrYOCSHeidpHn!4iY?^c!N^o zg+5+zrr;TZ4a6I<&lb8gx~FA(~2p|278R-v~Gy;JBXg#M$@uL}L1(4PpMG6M2{pj0jq z`W+@XUhsIqnSy5sHVJkJULtrE5%O*n`bR=PDDT1Dm;xS5HFSw0(f>O5%-cBqt&&!D0NuzW32|h@~`R8H59^wpnFBrIs^h}&51a}kX zU_BCij(CcBK1ke4dY*Z1OMH{`0);nj4elqNhUe&ly~NWM-Y7N5=gi#Sh6JO;#pb;k zVixHdytghmgt*i^MZ*O}+M#C*~X7=OVcViU$+kk1RbKhw_>fTg6dAFB|YPF!i8 z(-G&AUWM@&Tu8)zX_4R(;<*@q!A9b@G5&%piRUZTF4#f55aTb{NxTT-FSvoY7UM72 zMO=^Z7wjfpg7FvJM!Xc`FL*oga`Rl9xScfC`TGPPBwmT}7wjQ!Ht$Oicagpd<1e_I zh;@38;B&-lF#dvjiCA}E7krb5_4HlA{lptE{(`;48!`TZ3Ui<9B!1Jl#whU?jK5$O z@ivUV;1J>uF#dvZ;vE=&!F(d(=r}>X@4>jGpVI*OJe6_lc)=m`Lrji5BJw5*J((E7 z^H!m&h`8TeB=izu)I6_e{qsl6Ckb|Pr}ujA0uLhmLb4(a&<=DVb!M2L0) z9VH?T4G}tz7#BYVe=_Nj;-8@BlO8R82YMyxF^Dfj(AvMoiywjRWC^!$S8E5r1|Iy@!bS^RCeQiHJig2&8^Q#GwH~4$9J*cT9}y9U9u~TXh&Z%c=siTnA)((SA`bNm{V5S~ zC>?WH>rX@+iVHo8coXy&dNT1A=r42?@ixSHp&N;aL!CmeBO(r6FZ4Dd;?RRaKTJgY z*(3CGM8u&C`YHb1O@xj4J_6&+Y4i`o7cFOiQmZ4N5l<}SaX+JAt0 z@!|jxabi*$a3uOq9IezT8Ne~P_s#?&4!lpq{J$&)#JvBEi21JXmod*@$pVe}oxyue z%Qs|4mabE2vHeer3Y=XTG1!Dg65;1RLJjY?ad`Mh{ zc{3ciTB$k2bCtRow%~l&Lp)!pcZe6_-{JTNzdx3^7V(t0UMao5z69qc(w8drUE<}i zI}v_7eiZOZ^n(b$eVcd{><(MgPv;P?`TrU_A0Vr$I*z{#$UkV9R#sG)E1}VA|GZ^! z*ojq;mLelui)w2D-zwAt7Fe96c67%Wa||sVN+&6)pc2Wfs2D?g+E!F#FURNk$BDVfQaeZ&4h`o;4Wy{$QGWs|JTGD>-4N6Y-t8BMC&6b8|%HP@^a zXN(Qbw^}H!S=--Re9IMAy%7_t;<<7$uW{GFf>qb7y?k|F|E765b$wPUIs&>fCStB- z^}MRA4o3^Jrgt7o%~j=4{fyURiJ6KVnx7|oEG<*vXr}A^l+pssk^3p7$JM&2q{r3D znW1jB>gSj1Y3<~z)n2m49c0=$m~ES9fRpD-E6mIB$+^f`D@oNH2L-1*-q@G5Wr-Xv z3pQ3NX=`48)z40yrIMrN%HIAsZMR5jS9ETJ8yHge((-i+dNITD`d*80N^Mt<&YkUM z3(v|d)v+C$`$8GPxo309wN6xj;ZnCLFMFKJIE8d?ri(btTiJW{hZdGAy+&8-&aAC@ zUN|EyUcPZd^a>}{%BnTl-l?y69_!t(adlm_Yt}E96>B+rv|Oq$#tht7cP(F0$;Y`% zsQQW1^Y)jkm9GUANhan-_WbDGk9T#GENa~N+5_N-Rd^jG=W+Gh z6-L@9%Y)t;|Abr1xlZa0Pl^?KPjah+Wu+K=$7;RtScRjd{hP)&j@_)|d+c^c${2C= zsPP1jm9o+?Sx?H`+|XZayQF|}mXxhhmZWTvvRTR|DWzzeEpjPar7TI=B4x9bO(@Gn zdDzw_aw%J-EJ@iSWwVq`Qifud$fazRvLt1Tl+98$p)42WVOy)nrEHb5BxQ?~%~Cc= zDMedJP?n4Gu&qVpQnpH2lCnk0W+|J(8VcK*MJ{EllqD%!q->V5 zDLfW=lgOoPm9ivdi;8923#Hi!*g{Rc#_YBr?y@vAU23_(!1_5<1 zibB=RfzGyLtMR3tIxctOdl$C_NY?fX zKi651(J%b|h;45>c=*Ud@;lq`?hU+@-)`(M=0^=f^V{ioT_!(#l#=rMM;Hfb-0uNz zmyklCyuZ3}&<)-+NZ4L{1e16_4!o4#G9<_Rs9`AY2aY#r^20|qiMKZ#A1S|;fQC?^S`9#?^$$VLder<-OeTCVVgGcpP0Eb>uyOUz^`# z@Fr*Ew;MW}-(>JKKYWCj@*4`gl;3$cq0xsLhUUkyVR;QEzhcy}-b!~~n+6{5ZK0t& zey`5*W`Z{bBDS{?OX|p*=gw>V{uS3#!%*H_$7?tFHAfxmU4)ac?Y|N58Z+{{5IURR zeDFF@pZW0`K=b2C9jj9R@q1PD(dz`w?*x1-Z?nm7mf`i`gl+RX54^{)T|;@-1YPod zCi>2fLe;H+&iZaKzL!9&?KqD5*7q2m536a^@#)`#F8S^OpY5H)jR^Jq3v||ZtMP4* zI@a6jeD{HO7eO(UcZ>7w!v6!X{+pfdCg;1&_|An^+uQ7X`TeZhB8v<4o#A|sM&C=L zR&@=|cZc!4Eb^G|>CX3A@U}-57s})J^lbm_HoW;!N8VFz{P8}fTu%){c~83WyvOhs zL>=or8hGh-bsKoE!?{yKc@I0@KJYpq;_=amC3WQ8*^H{+5F~LYrMs%srg+LcR6Be zcZZ*pUpIJ2F@^HBI$l?`#_NJw^II2qDZl=hA2kf+t#-WbYK`}z8+FX@9yk8@J+kdsuc5rV z-T2#Ft?{}c*8Hvuyp-P#@aRJgLwV~RZ%eht`#{vO-c>HY-QX43p)r*APRH9?tsNiB zpw;~Ny;f9D`5nOpF@30EC~vys9jMmwTM>1vcidecjDq(R)@vy5@9uSf|0@Hp9EGa; zi+kNaRIT~;LQ5Te-!!>?Tpa}OAl7Rr@4}!OTEx$_Cv0eWO z$45FJ@c-O&>{;Hipi90p@y3Jo*HDB|-=ol3->JrTZPc;e`L16|;C+su7|MIOYww}x zyUyv(aqVp|zU!gY{c#+R(WR-qN5JDf8#UDTUsz$=F%!ILSjYX*kEQaSz+d51fob8p4A>;0yw|$pvSRWZgpxY)j-OuNf2Y1Ktfz*d zynjJw`)|cHyaZ6-w>9X--N(R{nybD@}q{K zJl>bW^7fhhZj3tS_XqqP1r}-lc7nGV&oz|yJLoKL*zl;Qj=b*#Udr!4Ls(A@gF41H z9q)kQ-GuGRYXa2fcL+QlKN`y8eQs=ihYas#h?O@n@KS!A7l!<(VJMIPS8RDl4DXhx zgQPGTc&YyuM;=)W<^4M7lJC-}+Y)3+_k{BuHNLk-9(_OU#?>)r15TO)Y-p4Reib^Tm6Jicyfe#_l{>x=p6Ypdq>e#fgA-gd*=74}EkZv&CX+!)H+ z9(1W+hNA8ZL6&septJqlZ+yQPd8cCe_{94Cb~AXqcd>^0K8AIcHwYeI+jxBJ#8UfZ zSKy`mrWM0}qlTfpFFD?`CciI79rOD$D%f!~1H9J|6hnDWa)G~MICt~FtzzDjy$p$%6lT{lJC-}`)ZIS-Q&>Vr_d4CPd2{y zV;y<)<^9d9?=tXkshmQ6uME26TZz68M5XH90iE?d*Z6)NTJ?SEta{&m@a8AiT6>>_ z&hn-j-Zu^J!N5!T?FEnRqlTgRecSOG4DVY}$9h{rd(&}LjXbg#%DXY>lJEYg`%aK0 z-SyDfcFZ)sdn1p&Z-vP2kApeB9YL3T4@cdD&bJ*p>svCu-!;B_U3*7zeD8PdeJ1K2 za=yDCh&h~TRO}N){WO1SU_XqBJ zw*(#c6R;Ahd&FJuE;7EuP*TTw@5Zn7Z3j=Uaj+@*zCGyD{@ovae@GEReHY>}nw*aF zF5~;7sH5)%__e+VbA0jkp1S1QjW@Nd|6}|z)E9rotMlzPzCVdN)|+=`y>A)3tn1Uc z(AjpB4ex;Aof&v3zr!&)RK74@IHs`ke1(}2M&Ca~ zt?F*V1ABbzHol{gN8fwh`JfNHtnqx0JI*&p->04L-R?NwV|@Q;d^b7YEjhkxo$vPO z`zPo7A?Lf#`2N}WK74k4KYxY17e-jr@!5mW+5Q^_ZwA)$I`L@KvH$J}ytF?am=(qm zH4NP!w>jQXli%N>jy&F%(T;&T0r+m+zj4% z@i7;=9#zyrwr+=R6IaI2ht)~-x>t1IoYU ziW+X`eG9nMID3;m3QOI_`?%w@)2CahTdGg6RNbPuKXg+Cx})&WU^^I{(AoBm{;t+u z{vA-;`%=eSI#ek9;*ElkLVeG6yz(fnxzW$;zbS_I99|bp_ZMc~58aDH{@(_XzBqIX F{|AJZUyA?$ literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_uart_ex.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_uart_ex.d new file mode 100644 index 0000000..cf87e78 --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_uart_ex.d @@ -0,0 +1,36 @@ +./zigbee_onoff_server_coord/exe/stm32wbxx_hal_uart_ex.o: \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Src\stm32wbxx_hal_uart_ex.c \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h \ + ..\Core\Inc\stm32wbxx_hal_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_uart_ex.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_hal_uart_ex.o new file mode 100644 index 0000000000000000000000000000000000000000..02040989644ed2df9a59086a02d4aee7e1c95fbf GIT binary patch literal 21096 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 A&j0`b literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_it.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_it.d new file mode 100644 index 0000000..29917af --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_it.d @@ -0,0 +1,49 @@ +./zigbee_onoff_server_coord/exe/stm32wbxx_it.o: \ + ..\Core\Src\stm32wbxx_it.c ..\Core\Inc\main.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h \ + ..\Core\Inc\stm32wbxx_hal_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h \ + ..\Core\Inc\app_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h \ + ..\Core\Inc\hw_conf.h ..\Core\Inc\hw_if.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h \ + ..\Core\Inc\stm32wbxx_nucleo_conf.h ..\Core\Inc\app_entry.h \ + ..\Core\Inc\app_common.h ..\Core\Inc\stm32wbxx_it.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_it.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_it.o new file mode 100644 index 0000000000000000000000000000000000000000..16b6a98f4334ff75dc23183554b77b9277df137c GIT binary patch literal 13216 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 literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_nucleo.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_nucleo.d new file mode 100644 index 0000000..aa39b85 --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_nucleo.d @@ -0,0 +1,39 @@ +./zigbee_onoff_server_coord/exe/stm32wbxx_nucleo.o: \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.c \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h \ + ..\Core\Inc\stm32wbxx_nucleo_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h \ + ..\Core\Inc\stm32wbxx_hal_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_nucleo.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm32wbxx_nucleo.o new file mode 100644 index 0000000000000000000000000000000000000000..15b4770b7b70a5822288899aa72b54ed6b0ea3c1 GIT binary patch literal 14684 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 literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm_list.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm_list.d new file mode 100644 index 0000000..1df496c --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm_list.d @@ -0,0 +1,52 @@ +./zigbee_onoff_server_coord/exe/stm_list.o: \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\stm_list.c \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\utilities_common.h \ + ..\Core\Inc\app_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h \ + ..\Core\Inc\hw_conf.h ..\Core\Inc\hw_if.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h \ + ..\Core\Inc\stm32wbxx_hal_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h \ + ..\Core\Inc\stm32wbxx_nucleo_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\stm_list.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\stm32_wpan_common.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_compiler.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm_list.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm_list.o new file mode 100644 index 0000000000000000000000000000000000000000..316e6e4babdbb998793db59c49c5daac6737a59f GIT binary patch literal 10064 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 literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm_logging.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm_logging.d new file mode 100644 index 0000000..856038b --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm_logging.d @@ -0,0 +1,47 @@ +./zigbee_onoff_server_coord/exe/stm_logging.o: ..\Core\Src\stm_logging.c \ + ..\Core\Inc\app_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h \ + ..\Core\Inc\hw_conf.h ..\Core\Inc\hw_if.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h \ + ..\Core\Inc\stm32wbxx_hal_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h \ + ..\Core\Inc\stm32wbxx_nucleo_conf.h ..\Core\Inc\stm_logging.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm_logging.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm_logging.o new file mode 100644 index 0000000000000000000000000000000000000000..d538fa2ac1aad6c2cefeed07b789a68f50ecf4eb GIT binary patch literal 6104 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 literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm_queue.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm_queue.d new file mode 100644 index 0000000..90a12d6 --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm_queue.d @@ -0,0 +1,50 @@ +./zigbee_onoff_server_coord/exe/stm_queue.o: \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\stm_queue.c \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\utilities_common.h \ + ..\Core\Inc\app_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h \ + ..\Core\Inc\hw_conf.h ..\Core\Inc\hw_if.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h \ + ..\Core\Inc\stm32wbxx_hal_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h \ + ..\Core\Inc\stm32wbxx_nucleo_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\stm_queue.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm_queue.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/stm_queue.o new file mode 100644 index 0000000000000000000000000000000000000000..e7dd7c63be7206100c7056dcfd0d4de7000c9087 GIT binary patch literal 10860 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 literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/system_stm32wbxx.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/system_stm32wbxx.d new file mode 100644 index 0000000..aa0e293 --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/system_stm32wbxx.d @@ -0,0 +1,36 @@ +./zigbee_onoff_server_coord/exe/system_stm32wbxx.o: \ + ..\Core\Src\system_stm32wbxx.c \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h \ + ..\Core\Inc\stm32wbxx_hal_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/system_stm32wbxx.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/system_stm32wbxx.o new file mode 100644 index 0000000000000000000000000000000000000000..d33dc62a3bd97af70c15d762c9449ebaf26750f7 GIT binary patch literal 7484 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 literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/tl_mbox.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/tl_mbox.d new file mode 100644 index 0000000..5d36aa7 --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/tl_mbox.d @@ -0,0 +1,55 @@ +./zigbee_onoff_server_coord/exe/tl_mbox.o: \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl_mbox.c \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\stm32_wpan_common.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_compiler.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_armclang.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\stm_list.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\mbox_def.h \ + ..\STM32_WPAN\App\tl_dbg_conf.h ..\Core\Inc\app_conf.h \ + ..\Core\Inc\hw_conf.h ..\Core\Inc\hw_if.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h \ + ..\Core\Inc\stm32wbxx_hal_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_utils.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\BSP\P-NUCLEO-WB55.Nucleo\stm32wbxx_nucleo_errno.h \ + ..\Core\Inc\stm32wbxx_nucleo_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\dbg_trace.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/tl_mbox.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/tl_mbox.o new file mode 100644 index 0000000000000000000000000000000000000000..44469815ea96b74566513bb3084d7752a5d4b260 GIT binary patch literal 26732 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 jzL%CN^&E_LVY>;N;X4G0$ literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/tl_zigbee_hci.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/tl_zigbee_hci.d new file mode 100644 index 0000000..4ea0306 --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/tl_zigbee_hci.d @@ -0,0 +1,46 @@ +./zigbee_onoff_server_coord/exe/tl_zigbee_hci.o: \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl_zigbee_hci.c \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\stm32_wpan_common.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_compiler.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_armclang.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\hw.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\stm_list.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl_zigbee_hci.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\zigbee_core.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h \ + ..\Core\Inc\stm32wbxx_hal_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\stm32wbxx_core_interface_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\zigbee_types.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/tl_zigbee_hci.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/tl_zigbee_hci.o new file mode 100644 index 0000000000000000000000000000000000000000..2aaf255ebe2f768e7ec6364e20b756120862d427 GIT binary patch literal 4984 zcmc&&OKewo7VI@M~h5#EE4)&4Y<<=W%RbF%S37 zb?Q_RRH#A~3)BTHx?<4{NbROVzyhR##0m+C1yY5?0t5(&Rl7p4DBpMIobmC*R)PfL zkMH^Z_kYg0=bU>c-^kv$<~WWRa%4z$C6TueMV7>P1VeHW)~)%5H~kLcCDpJ*xt@V{ z`kV{B{fT(*k&|b8`<&Y+MPjb>IY-;4PQ`mClV40;I{oF-BJoz`Vn5Ywhh?!}Byj@J za2ILscalj)igX;3c<*9Ag)0y{2O(ZfCc$<&4gl%Cwhz%Hevanb(8Y(_@5V27tb+Y3b6=8Ye6boDX3CO zl~OOcnM`V}Rx3}Y@{F$OD<3Oy91npq^e2{7OE(y0$cyncXg^ z^orW5)%~y*Jla)y*Y0?CX1rHM-OQLfl3wylrLuZGAE-Kf8gAa5<>{MgzZ$AwJzrGm zt$YZ!T2B|s$_qCGl`o~kaxN@;Z}=MprM%6e?-nIHnOk1D^_A@GT2ASn=jvf)Ec1F{ zVj{ORcm4A8%91Px%DW$h%~ndwL9M9jb-%hH%e8vAui^gU{7g3M!Fw&pSL^F45UrY5 zp?7PIY4VTCwR~x2d!5$BIoYn({f#PS4ugOFP=BOvNCnMxDe=w;P2SRmMqVTU29CVzEUv?j)`m6?$RQpZJnBwaF)+8J-x& zzf{y)qm8~5Mu4?l&hD|dH*I9%(j_PM*t=TnJ<_+wZm(L#AC{gyc5a+qipx>y*keDs zYXldULBA;)OUyvVigFwqN1F^U~-Xph*2mP+SONO4F~kV@#@Wwv8dF5{b5P?D z5y3BN93i5gyoVB_cwF3~c+`vhAxHkG7tIsoFVP=$7l@E=5K;H8mUBeZ-PCfK*dwx| z<;O(SY=#!LWSZMYn2M_ zLgL~ib#dzm{K9sq>f#2ftOIZd*r28nUJrwYkpXJQFYQE`+@56|D#PihAN}txEda2DBYF=`t$tRzrr)~_zpZcTIPNbj`(|HEzVE@0UzaI7 zq$?2UcL5K5_)zB03cKzUbon=lPzgdH1{H}wy>n>PzaU3-34kDRdm*)5t3augv`47lhT}*KR{>KebuUqW4&4TP4ISIp5LYx*e3t5;ny7Rn~+)8+)PYN z0G(ZT)2hpFwiz#L@-g%_nC}_^XlysY7@p>H5PB?yVHd#Ib+;gV41ew;{C`KYZU(%G z0V_k;L{nrm8Ji2)&bNTY$#=qhylt6rOo3<22p-ZV^4WJg+W2suY`+>3WT7);{O*Dw zZ|Fy6Vzt89o`;Ncja`a}e%vF5jNk8C^7SM{-ZD-=lm55xv&Z{WYrN;RAKy2>*Z6DF uJIMDpOJUewfU)xp;oRjJ$oYE#59>1DKjCMeV>>u}K7x*UIA`=bg6H2J(2HRJ literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/zigbee_app.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/zigbee_app.d new file mode 100644 index 0000000..480d62e --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/zigbee_app.d @@ -0,0 +1,3 @@ +./zigbee_onoff_server_coord/exe/zigbee_app.o: ..\App\zigbee_app.c \ + ..\App\app_config.h ..\App\app_types.h ..\App\hardware.h \ + ..\App\slave_inputs.h ..\App\zigbee_app.h ..\App\zigbee_port.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/zigbee_app.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/zigbee_app.o new file mode 100644 index 0000000000000000000000000000000000000000..b6fe082adb8b7c0629a79b09d2e98fd1604d2fa1 GIT binary patch literal 5704 zcmb_gZEPIH8J^kou6;i2oMR`3BqZm^2_}&BN0Q2zh@8KOzin)XuR6V+ee3w(e0SWf z!O)5it7@SIl&G`~RY;>Ye=1Zp65>aph#(cIv_WkJO4}c8qqeG%XeEd$8Yybs=h@vk z?;TL_qa)9}^S<-U^S=Ae%mRvYN-0#4qD8E0LPYD_5o5nAT0|2@AAfn}TAceAN=N^BJ)5-hz%U>e_djrP^7z`SJgK48PBKc)TU+hCWSkuN=-WqR6KiP-6-Q|K$)1{DGj7veTji&? z2Qad}@`~MCcUdQQ)z%w&ZKQE)ZJj*QD1=ra2kXP(uJEm4A@mlZ*KXS&L`5??w}r#7 z85U-3G-KE5wFKR8-J$D*F!u}1Hw+?umE{;Asx0yGX`$VM@aoMF9vwF0t=N$jkZ9dK zf4%5)H6iZyC53h?8YwIFrz!PQw26vG(NsxqOsmviq)~qbjnsdMR#Vez^gp;mAG$+4 z1DalkRu=~CJXiAQb{e`&?L_4=dxyek1yU)*HuU7ty|h+gyx|0U)s1MO)&GcEID%GG z5uHYrM-S85=T5)VHQYnPO-1^>q=#mnqusL5iV#UEzJW%QAv&$T0nJ$&V-??lsH_O> zqj@*LucITeKq%gO!HbhRBVeIpReH0FxopPHI9<{1{9=@9DsAVZ^Vxi~e{t4MChcVO zb5=)3bUK?&cSRHV#kq7Mb1eG#1GarjM|)e_QDIrF-MQS%BdKGvwjEF8a@L&a@0yvI z93SfMou09Mnwf&LxUb`(*#ie=M*D{Mc2ACqrA#4pECUa73yHkwo|uSFj*s-mN4uw{ z`zP1+sgdqG`^CM3hkN?_;}heP)A8})61C^Z)IBAJ{>jO4kKo>(c;Dbu@A%jlV(IU5 zNnslr9~>JTJFL`?je7+5x{rj1iw|Z}j#yWZWE7?7OeUY#evne5OL$|lXYP&@kbJ@IOFYjI4FU*?C(JB$r zs?Ay+WUWElBpT(l@;bRiZk5~Qc5|m}mb)ch7J>^bxzo9QBamw-6*$!L%eB|kK))7M z74FrZ+Nx*e*R-BmfP-V)^2M=e=@|EPaja|}_jzy(2Or*_fE8cWtF<*0pys)k-X0dc zT{FXWDjk3DKzx7u44#0sccgpl@XTx~Ghpq1fa4GEJ){1#&; z&^Mb^QKR9aQ4L7_2(Xr3xM(z*dSu9`Gf$(pU|bKPhIyj~kj8eS8QP62M(2=maK-2u zGK7BLX`@-+Z0Yv_1_|I9qoLi{g6TUi8xe1&GF()KP@B=vRt7TK5$CI=aq2%4(r84e zo8Z_me>yyDY*;Wtre%&84I{>Gc-ao07Q$UHFB&w{R%f;vHN!@z)i7E?+FC|>lQedL zlR4Ur=h|ehfO6Dmf*v{zl^%vb1_tvLxE(e&w=t83H2p*}=fQH?T?NllAwFCSj_LRi zyc-zDYKa_l?iub$&HD@#r|8gsRf4Y+zkq(Qh^Q2ALXQRXViz4yoH zes>xEbeaD3K>XzU2Pz>v*BiC4=qkg18+KKQ|DjSKseh?VZz`LAbD2M0Fm7pKj@AaNv;@f`QJ!&gXTIlKY6V#h0DF1l)~->&kelDB+*$N{K11Kcv)^OdTIES{L1&D#$O3*T`^ zSaaFMMcn!POUeYkS>6R_DxG-H9?ayHoPuYt@^;$7C(yE&Q^{p_wzYl>axXvrCR$5H6#akvwj(umt_~rtL(& zcflJNNaT|bCGvLsu&9P4biS|LH*Q3DT*I9Sm+hpICG+ zlkq9r;nRGkK-RCnpB}?HrkF9`1+UHirOCS^S;(uCm=#vx;YG@3$2!1fKbw7`IcasU z*UqL5JNq-27jZuH0J;zFt>43@3XY0f`1NF;?=}{m#bDtXXW_f492dkY+$?Z7iXw)} zlEnL+=Q@hYc!=Zsq8Al>xfMv31ytHq%!=<2Y(c(L;3F=IilblTyARJ6jF0aM-d9vn zeDlBs`Obo`1)wM@@9iqSgC1WozNf)OzwWPC9|s{i%lIw?;-eqMw~Br+zUQFuy{3wa z?=LU}<9io;%dkaJ(Jk`5fj%gT@!_K6#zzc`;^RNMf_x)*KdSuk_lSz`Zy>{8aUWEH zkKa>O6yKi#3i3^ZF9uK)m3v9?z2xx~VDGvMhk_ zTVB^~InJ`;`SldE{|4@m8icO8kD?QNj#KmtTNIcERP`M7u;H&*4q|}&MHMx+0i7V< zStK_GP!yH-1I0HA9OtORoW#IeH28&GR$Mn;`+W?B!aa))`>N#CLG}%5Yz;cj z7LSEnh`U=UkP5d0`BHrjUjXha0UV!$Wh-#O=lyHodHG#e&%2?FZvqFX0yb5YuW%V( fGu~HGfLM9oR(vl37nm-l5kv$A^6=(QTm<#MwR)xK literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/zigbee_core_wb.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/zigbee_core_wb.d new file mode 100644 index 0000000..a077cdc --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/zigbee_core_wb.d @@ -0,0 +1,64 @@ +./zigbee_onoff_server_coord/exe/zigbee_core_wb.o: \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\src\zigbee_core_wb.c \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\zigbee_types.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\zigbee_interface.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\stm32wbxx_core_interface_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h \ + ..\Core\Inc\stm32wbxx_hal_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\stm32_wpan_common.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_compiler.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\mac\pletoh.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\mac\llist.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\mac\ieee802154_enums.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\mac\mcp_enums.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.security.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.hash.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.bdb.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.aps.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.nwk.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.startup.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\zcl.touchlink.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\zcl.enum.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zigbee.zdo.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\zcl.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\key\zcl.key.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\zcl\general\zcl.diagnostics.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\stack\include\mac\ieee802154_crc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\zigbee_core.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl_zigbee_hci.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\utilities\dbg_trace.h \ + ..\Core\Inc\stm_logging.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/zigbee_core_wb.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/zigbee_core_wb.o new file mode 100644 index 0000000000000000000000000000000000000000..365d9dd6964ff81dc4a9ad329df69e67e2a7c367 GIT binary patch literal 219776 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 T4XL zlm^5<0p zw69o$bfDOPbg=jU=@9V^(kg7_0&Les67=;of)N1h4Riy*-oS7G>zk-9X0opj7)zvJ1Tg{Q!DGzb}A1!)IS;DxbG3(^K+KYFfm2X90< zZ@X>BX5ApXtTPfx>NrYxm(3SI4UgMD0dE4A;W^K>E0_eh4h*=y*MfD_^AF+puCVLJ zNU%QM)4r~2cXlv>=O2K;^;5H8bM<~tZZHqev?J%**DBZp&lq2ttGab?0G{_!{X=ci z$Ef<6-VPhpsNtnm@r8J;clHei@aldu15z)>bE9-TJ&6Z@w(ffn5WB9;@hb2koSm|1riMqy~Uk?zL>?cs;c1uC`i89L7ZR~=C?D>XmS@(er%E<=O9o*RQy zmrgu9H)+A<^bQL5+^h#%tLIycU`O>_;tF=b^IRbCOm%Cn+wj2KPbpg9JQTP+R|oq5 zk{x&^Yr#RP;WZHHc~s6y-H6mu#%4SQ?nae-&!Pk$i*0-?vGK9g#>Z{0;54+WlLa!j zgO5gdU_QKBAc}&3XIA1QW41hQW5G&|xXpUzxDzKCbG?a^jCs&mF%V{@PDX0+dL14E z{m;R0@SYP~4-(YN-r*3@(x3NSJw7zN7npG}-V4)sXgrCo^p41go4t2rRc4{gL5LZ-NYo=l zWYEk?EkSDOVkRB~SAtB$^;N<(z|mY_k#<#ugJbbbrzEcJby-I|?7vRa{I4*&cN6G7 z!eeF$s_UUN+n7j)QTq3AHt)8CRZTV|FevyMoH9QI-~1 zrzZ{^DscLs&T<2f;)v--RH3d2JcdnV|A%NLoiLqFrN)RBm0H~GLq03@4|>b~+3#u$ zDs6^q+IfLq33da$?NrVHmH2^2A3dBNKz$~8rd}t#zRL8~Q`4Iua{*8W`ssBw7g?RP zpX|R3Z?jUTAhjspM3hfw%IDZ954Tf3*G~C7JLP}aDW7krd;uu?zhG+rN>KZrsA=b7 zA2~42M(twzSiwQTuu?tm4F%s;&-;>s+f@CZ(aq0- z#jMoVky_e(8;_ZnKt3}t$tK^`cKIelzB;IKh~&G5Bn5lyD6!{LCA`s#EzVBl=6$YWJ=>E862iXXS`OTQhN9|bE?Fr zx3XCzbodAAXQc+R<1!@UF*AG~o%b!V$*|Ne!)@T{7lr?J@Z>^$KJSa+yw5)rD6&#V zCUA}+oY|F)YsF;;DILkKm*W-yOlKiuuI3V zD^_STFzl{YnM@435|zo)>!vSInTC43^q9&t((9++sWOfA2AY3LQ_|85q?Yx}!DD9o zf6$UiQ zmgpy&M0-H3n?kc!*Au>vW zrprKk^qvZz19^HNUB%mhlWB(d1(>o@_2zL_y?D%=1yp*VO=1!Xv^8L&*(l3OZI`Hg zGF4v6l@HtG!tzk_7joqb5|xXn@;9iQ7qHF60nEke58*9M=z$DOug@UEy391p^bIPL zWdzdSM21z~&b(Ro~TY!%W5~4Mpln{BK;r8BT zqp{L1#ND*i7>4>;sYOUF?#AIUb1rlDnyuyQcJAH)cSBKy`p>%&++BoB1sZza1b5R^ z$y-Jj&GkH9D~5_u;`UY=2}N!I+PETLCWdyPepV_ClT@;?)Q8gItdRjCF2KPn{`3(m zfz4>CM~t%M%JKY2OS&dTnfV4~TkBLGS@$N&w$Y~`E8BPG_AgQUr*yP8>3R?zDF#E< z&F!Dke*-JXYTW*5{h6y(`^&ifCTf2-wXe(V?^f-@-2QH+kJ1pgzlZ4)ckdHB_vtSZ zIyiY~jnREh=+4v0aNq&4@6T_)qqigDn91iOOX?xahX~b3Tnpr^dHn>=UXLuv&4h|1 zp=N|Kk5T?aDC_Igo?HzcDYit`q%oApx^E|R^_e4})0R^@a!qgLE#JT;o`v(zIAPxo2&T!;J?N{1#h%Fts(c)CyZ`m-`ihG!ohlL+NkI(U%i zzEavY*$BU4#^dU(l0C-5vmLWEjoSY}?cE!Q!Vmhr(k?aD!){xHQ@FuOYVe;#ga2>? zDP<|wsH7Th!;&(MRpT}+DeE#7w?R}uG|V07G0LS)gt!AehGi3S5c&)ngz^3~4YCPj zT@+y$ekP>x$O$w3w}^fp=8z2lk7yt{oX9n{Q;p_M4x7h0WR{v6t0ha}qRY9m#ZrjX z(n7IhGKE~ll8;$xDOqBRo6iLI62Tr$f<58{FD42-4EGeNlFMY4dKwxET}9b^BOpt2 znY#j|ur{o)0;j@yDemL|=&iVu3OmEbom7W$At;P=ayK&09TOa>2!@&9NJUVpqeu~y z>KLU6N_C935xkMrkxm4sI0;Ts1RK!01*PPI;udn9qAxAvIz?Yv$PJ3V6!=C(UkZGa zjlOguor(SuMPK^1B}^Y?B~jj{P)ZqYx8aa7oI^P7GiWjcm(t4bQ!>hK2{vozZ7th8bx_@W{xnSRm9bfrQmacr>RkUf0^;dn<0 zE}4GE$@Du))6($YaWeg$q9B=mKh888{s%TK-ONlcB!b^5rlpJeP7#!Y|2u>BZOPJk zq&qnjwqkXfo6?`fAyxffQv zn^8%{OA1dAg;XbnR40X0Ck0tKPNANYLVX(r*)1;-h2}1Y$84@BNLy;|`o-aoTuy(a zC|Lf;Ww}VpA2DV*Yvi)h-XelMTu_Oexq2`$Ff6@(0i&}w_<$M=Ni-PZY;d-0z#dPE zw3Ql+bc!_6Dbh%n6$w~A#VJyeQ>0N&kw#0An4lcfyNKWvMbL^@6qnMLu2(3fT5ho6 zfOEy9UQIaWD;(06<}0RC=aKQucin+qVzQ+rlwIJW^#ro!{W5FWVdM$Q-l|HQRXVb{ zZ&7xkDsA&=B8xtd5n-8PRywgoHfEvsgPriJfnq?0l=(kyFgKE;Yrlc6K<~+2IB9F?<9BAh`WfB zyNHv!h?BdB+lp2scTJq!$!wgvrg83u6Fbe^D=h9Vr)+cgCwA^~Y~1x^-9?GJuI^R! zr0ufqx+?DY3mBAASH{QA>58C>U3zzJE8Uqy`2e9DdqSve zt*cCSRAp{D8b@h_l~tycB^~8rr7W$Gq+8-{fXcFWRx8 zLp+u*Z^qmXQH`?Mmk;si_1R*x*q0CSSiU@sefdz2<;(Nfm&+`)RhK(pm=eu>9f@|1 zXOcC%mQZ%Mrvh0igJkCgVrPnzoheRsra0M|;<22!Wam03J2D$*=Y}{tj}rYGJs(-@ zY@+NsWnn7_-DAo^r8*x| zDC_Sfg*~PQPCXv&kExLojv^E{p73;+6hf@d^{h^4mrwkSC)sYKIpHW2L*f-8_#xwf z4y8Z&kO`uZMES83(yX1Sfc?~R+2-)s3YX-Ky~F%oa&2~VGKzpMkU$r3q6>KcV@DV8o_>?9{{uF3t$LgOs& z0?AVY4u%?f$uK@ zfZN(dx`9v*O0YC2j*jE2LEgHz*jO556G@ubLTX=_XkX}TU+6s@?Wv17J}dM-Akj&W zRd@utm4t3^0^MLIy20L8?C1u258BZUJ_6mNglMu^HtvRaCm{=EN$!S7 zbZmf6Xk@Xk5xP-c`ZgLOMcDpEDU?}!=rYPnhdwCHd|(n+w#-p(b&U4Xr_?CTld-Ya z+Uk%y^JAGH=!ZC58pnjl93LT67kfu$$gW^xy@ZWbcBP!2J}2&Gld#gY%~qU+8QpA! zPVUjoQN$$nxlZi!BzBfvy0-5L`(xfQ;2}=ou{Z^e9v}0n?Jkz?F(sY(1o8g_x6Nq= zODBtxgVY^G*TEd*TUzJ(<93G5mn`M^5 z5UCuA(mM)`RteOQ=vKwieLxLXDPj`cD&au4N+i%lfL9-pO6cBW!(!pyQ;Lyc{d-Ci zZq~$mtO?0Z9=C5v?L$7W;aj^7myH?K$kuvw+V zF^X_xkfgGG21|;p`3WgL!$+!(8$*^9oaI0TpVK0t{00Xvpy6z0!_M78;;z`qU9pq9VkdXSPVUA#xs%yAcbCSw zYeno_=KIa!t`}u5_nkJCnU&mKVdGBD(kqC&If^^!S>`D2jU8z_`$7&D+vhl_?oCKC@iJZ6!)+?avU(d$|#;M54S` zp_J!^_i`hsMY^5)6-t8*cNMplDCIJ16QNx1bF4nsE0n1tNqOsimUjp)B+cz2nCCcj= zW90!z= zke$8@1J2m$q`%ckf2;3JJN>P`@9p%rI_Yn9(%v(u@aolfmYLiXM{o9ORy(%F;vVmxLt! z0Qb(tM1Qw0h)Ywjf4P3x&Gek)mp zn9#XQ5R{RJ%T$33E8J!NDg~Aivdio;-DVOlGZ6?#3wwajxfAHzPIPW_4BCU3MCUdi zx1)0(f$mvC=SiURIMI2`ckSpr=J$4V9*M3g)TT+NxtY+Jro(BP3T60>Yq->kt&%s% zEPZ+tcQ^q?iL7**K}IF}a4`4IHlmQ>q>$mHkYQRBLQEmUyljSzLY9+4LmP#QnZjP8 z(8fujjiMkOe;dmqpivLgmBAe+ zC$AogVE7wC*~7H<)j}LK$!uI{1&V?U!g?|)sWjqKACXBEhA5Gw9S%_x%zqPwA>1f# z$7d^)lIdYKraLgoJVH4-&K7&S(Tpwr@vNet?OSbYE#{j}H$;s9vCyvPqhqQ-l zBp;2@TswtvTu3;kCk%MH5-YHW#F}nefrK2MGZ~#-HP=%6GA9pZ3Wxaz;V3h&k_IGk zELJQ@)hw~8M!MOBgz^KEey|DyQBJ}iD3o#`_@ViZ^lS2f_(RiL2+DBhV?{x(%|0<7 zvL<0($bHI~<;^kKy=#eJMZ6X-7avnud2Q}-oAM=>uTrA}rnT2AxjYc(l6}(w^Bo8d z8RTSe!2Hqfj1MTLWvFmKF)c%d1EwQXkc6b-CH;?x{y``GgHHMf&6Jro`UlNR(D7hL zPSppU^bb1eA9T`}gzWTp5dA|=`iGqK51GU4^beUI+vy*2(m&*+f5=H+60*}jK=cng z=^u8|KWyG)r+?U7AF;`Q*h&Aelm1~ReM!hp-y942hTqZuhToc-WH4a(SJ~+s{!UG7 z^bNmdw6gyVzavyM{Eq&YgzWS)iN424-{Yk3@qcNj@9`hB)Au;(dz|z=PWqCNoqijl zZ#wClPWqS-nxw349_@8F~_3EAl{CHkG5^gB7}ck;hvm%o$$db|9cob)?6 z>34F{mxS!}?38;jXQ$uUe>M6qZt$I*^gBE0cXra3gzWU!5dE%B`dyv$ zyZTdR+Xh@${~66}^t(FgcXiV5>ZC6T+3CMX^t(IhcX!h7?(br!-`&5*PQSa8es?GR z?oRrWke&V}qF>;oU*M!);GbxxU*K=p+$Mj4lYW7deu0y|BxI+*jp+Aw((mo0-`l^+ zPQSOmzny+>C;i?|`n{d>B_TWgy+psS-w_t|jnn5HA?f1i)=1^^Y*EDRmr(m>{MH>nxhQ%@ z;gFX3fzlL+NAe(P#Wh`02g@mu#7BYar;jNjU5meI;{ihrr0=b4awwp&f~Hz)Yt ztZ17VL~OI)lnR$?f_H8F!_2YddXw63Q5u%~Z&5fT|6Ahx^Ie=RivQ#oQP{#Gm8^tU zkz1V%e|3byzaoOW6AbTG#7vGQcKg*$srv}~ZolKE)E>#dt^a-^biXIi{q98fyITq2QbishS()kea5DeS_9m2xoKKX^6^y@h3r#k7^WkPoP zjfj40C;irO`n=j|9XMAKl=8O@l-udIcG7R{q~F>}UlNk^JF@;yCi;1SzR1J}T?d6j zj^UHJR5n`4jrvfd{5aDbHRcD@65;FXxU|yFbV0znS}H$gC~z{}OA(Y2TW=@RXGo>7 z4Gv`b!-@Ww09gnd%owFG=>x|E96oStfP5e-%j*zh8C_i1i&mk#^$=>RKgVXAZ%yjmuXDF|IKs@EVjMY5c%6W)Y3GaSdir zt+h%Dd3|!Nq9AvA)&dE%|N+}mDhlN7Q}dq4GbL=?n9+-1^y*fn>2Fi?>oWZ+ML(74SE50W;15i9kkq^v}SkEVa=YPvS#Mp6C~|GcaaICEKkt- z?jvxG%vz=XTV&QTx%z^ZuauWSOlCu>vJb0LTmqC?K`Y(}F?U(a9T@;mKaCU)IbSyB z%61&B2uE8djXG*HIkYd ztBAViQD2PX$}+N$IHnSg$wXAPpR6R55$0rW02yRtajlJq-ps>tYCm0RN#d9u$HB%s zBe;03&C$Jwgu~2xTmxhnNyc>S3AWffYxFrjOV`4OS&&Sf%I(myyt`R4>Wc zQD);JJ!lhYHKY5D&^@a}l6#TQ2Ca!Ed==fsdNye7u_r%36rNR<)`kUsE?Cuqhlg~N z&jlU9!V5}%Iq$p}bOZ}8Np*1SDK#vLL1CMsAfw}Lik;x&M1LDg7#C@~qM-3<^4CH7 zT{GF~IV@p>Q0`$3vs>Q7=+Itjc%Mxra<`@vHPAvlCdru>5>+k4F)cZB`oq$sMA()=_KGg_?`cn-S9peWz&Y~LiBw0+mT&o_} zLZdJfOv6Z(F>xHb-4r%@kLYA|Ujv|dwNgm{e{kcS;3-J(Q>|GRglV#`X-a+rQ2nj-~efsJ-N_pK2fG8@T6U-JXVv^ZnW>)GC9v=F;ks4eVvUXLwabI5-vMf1|KU}^p#Fp$T+o&2=S<|q>K7TO#|B8^GRktA@>Y#-s6!xW&g zj=U6_!(x(|F#UO<6*yjyQcJh^EKyhz;vj;nERhIYWv^(z5W*#)zGwl2-F}l~&r zZ8p1W#ah`!2rr@ASMsXoC4BoTZvEp0*^J~sHu!=XT$5;UjkCc&WdpX`e5UX(YA{z= zY$Y4GiEL#_PM*T%b0cJ>WiH^#QnCFRhe1DP@Q6^;pqFqwBCH=_FzY9>z#*-3twJdy z=ylvyqLi9!L?~Yr=^3mo=}BHxvPiZn6%Khywt*{493+iCq8;J*Ls%1CQV#JE&zh}d z)*6!T4l--4b+s;()so0-NR+cu3FRq-GLp2Gj+INtW~+RK!J%Q(BzBXovPX<= zgr->%k8D@jg9iVoLh~dV_&Hx0_@xq{2cr87cE)*0^!1~bvkxUhWywl|w@Xe-;yaA4 zvb&4{gtAK#{iiWnPH%*XJ!Q?9!Pm_CB+-R9E$2m)U`i+KOCEEFwO^JzW@+oiM4LUb`mpXrE^nDV2XN3G` z`baAOA&F<GElADt0lu^rhCsDFQmXs#1k5EZg zD2^>EOBN^7$()umAyG14mfV?4XJ%T?(}|K&S@KXaon~n{n$R=~Od;S5ofmuSlj%P- zf~}&&;<`k(c{Q01WVD>hM9CriR}fIzyH-h3QoK#IEcqgt4l%Tx3lk;#Wyy|YI$qFn zRwqjK$dWzDwDGUyR3}P)kR`t*)0RA}BRNjzJ6Yll(`LDrvm{aStt?3i(>6BfpyWY3 zK+-CWZ6G7eHt;P9EF1VzV;g83rr(D`#Vs1!KqPG0z(?{py-C=zf%hbd>@aOygT_z{ zZp)Kx(s-x#w6Hb0Hfr?qw?>yR2RIbd@#yLrmZNJ)qGhFQ*;ls2EXxi1$%aN*XKvTu zYL|qMwz-!uy>nOmBP<7c4hpc%M$t|lw;0VWa?Zp1?(%(`i^<@}hv_G;axP9Fl0U_9 zS@=^HO3V2qQPhlS+!FqQRobjhoOpx_=7t~5Aw5h=6l8J1(r{r5DyT$3M@c=63s#0H zbO)0%&c8cM(GeU2>J`g+A^zg~;V}J&c&KMyK}br5(f=A4WkEq+(kI@nG!h`Z8*Pug5C~I0cUb=dT5GTZt-^v zLm4YdL-aGTsAyfOGM5sgGMm#5m}oQ-FXi-pcnbetbS*T0Yp6MM#6|Q2&Lyt&FGk8A zo^wrgY3bh~LlLKIn#)YzgADQSn(j(V_n#OFt7C8jh~n zuH5ut$k6GEtJKxT_EW3);X3-Ca*RknF_EV5{8of;qu2 z@JM8XEwtcP^_=StevRi}Q8m~SKd46)_-DlMYoX?32sdE@`qiI{|Jn}^)XDyq_*FfD z4E3qMJ$?YNuF9N(pV(`zGN<9c_B&Z+y5ZLnd#Owh{3hZ+mFcOcr4Lt`GxaR|{v(l{ ziC3n7pq@_ML`?b50$KWnFP3i*ekRlZAS$*z=WI$ewBOTxh>mr7NOOD_wyQ_qtw5B9<{{U>5#$`!$(cy5S$ zQlflftG@UZ^56xk;xsKd3eOZ!i|KmsYCJQM8D?-6p2-NroN#ctdY&5zR;cIsdBNxK zO#LjP`N2(i9!dmnD+q4E^Gss!|8e&waB>yZ{`kGO)6GoJWSfMLNdN~37($qtgn$rP z(lgVO^i0pfOiwl=%`80&nT?*AY>GnI6crT}6`x^IQ9x8wRCZBOP>J9}o+}S=d7|P| zTplV9f8TSe>fWmA+no@X|L6TXpUk~g=hUfFr%s(Zb*k>Y?`v{SQm?a}{edsIC;b>! zoJ-tvmwVFlNN~GvyW2go(TY=WPY(C&&y-c1gL~@m*`KSdXvKZf!~N&y`L8;keb++tS`}E{RzBC| z*Z)zq<@3>NFGA|O(U9^Z+*vEj%B$RJS2nqPA;2*txQ7>^Q=Q0WV6p~QI46D^ZJXuJ zK8m;MxEV(~0qe(j6;GoqH~#op6~DrL8TRmIFOOAppx_mBzp}q#5AL~dR=rU19^5mX zSN*x-qqyg?YyVPl5AMm^oqhI;Cq06DQuNu4j_btNA@$lhU#j>$s3$;i&X=8vW01Fp z?!R(U#R<44igO-%O~o2@|J7|yd@d3v&AG4Q1r+Qfz_ z_ys8No;mxu_6Mlow?yqP(EVenp!Ub#71aLicRTS-D43e_2-p5JA%9)e{%gAb20r9W zJhPbf`{T9z7N@)%oquvU>0tRn+{XV49q&fZ3tn3eqf}l?kpE>!e*hUkX8kx80ds#? zK@U{Zn=$78$f=-LL6UIiJ~gZ2c)&@g=Kg0{1wBX2_fJE@gWfkwn zJ!xj-@e?X;!aem#%Sg2atlTg#fh2j zt$1UqdOdLDHkjx00b$A?$2(vz-y{>a%hv-}??IiPfZXL+qr|E1(!8l_3~ zm{eQTbC%x6HC&+8fXS06dy7O?%fB`EWL12zqq7r9ZRc#~fB zhw$m&rPnfhk8A9G8#wgnGPnNUi9HfZ`6yBRCa`NFo89UMaYIvQWDBs>n|mW$p`Gf@ zy^+^wZ|;qpM{n-^B$4jFcjy0& z=sm|QjcF{6>nu&^EKTYxO%Y2C7lFjzn5CT>OS^QIcIzzd(OG((&e9ve($d8jl7R50 zY`;NY)w%ha&dnn_H;)oGj}bRlg2d^O&w4>)@5DP{>yS(SM&xteyy{mW;k*HfuX&4W zYa*Zbs?R}A73JLHIV%@OzJQPVB8PkEE|jLADZ99Ld-z~+H$dkQ@`FIGiQMZ|Z$%FG z_kB9@{rDWh5Fl*%9`NP|G{5LA7Jl;;Lb1Gf|uj^3_RqO zgZJ{gQEus-z?c{LomYLmDu)PN^{p!Ld+=KR6GD6xS&JjFNPu`4{B{xvebqEl2EW~} zx;z3wR=*LYp5s!7M*>0Cpwv&0%S}Co5Gl01^w>P9WGWH}xdn(m%dHVNaPiZT`GK_B zB2_`f?N~5)phO;0q$5&OU8NG8k!4OfMa`G4L6#fIM10#9=^;n`VS=p(Y+fX%aWM!k z{GJ&C7k(p$BM{9?RB8mJY9gZ=#W9`tag_3znush6n3@E;TTqx~abX1ReEY?q_j=}H zM&n`!==l}zq>6VE;yZ!pMqZ~?{CYHnAGf^^psMvtUAWWpD!=KnZSR_kPf{If)w@43)EhsCuR{ir1hkWvPt8 zOslb4d6-+}lz)Usd+1F$Yl=C#i09{N_1h+m7ly9r7Exzb1RSbs$T?* zt9}L62jwY()iCTh@s4ZSFsfWeupGhGG3*y^^=Y`_3Z8WVyM$n!40}$K<8KJ|L4pl2 z?0L7kSCylwrTi{}y%$-r%1gZJ9k}^926E+Iv|uk1G~rZUidTv&U#s#myi)usK$zvr zJ$$L)MI!MdWX-EgXhLWJ3H7ay%0>v`AyujguVa5gC6ZnR{GUrf;&~>K(nz#`1jTAt z1g#!@|Ar8gSgj3LzT2xV!wvKC9w5$FiECjjk3fQkf8~3@?lL5}r{4!IPD6sl_I_`` zDgOe|+lDN+^4~OZf6#+yo*>vX!*0~-x`|-FCDK2`;TXm*x^9HKlqB#7xm#e-WiN4FwkWYBSPWce-4*w9c%IVR#@*PMnJque=Ad z6mD1=_kxSXNO0%fhl-C;iThFUa)tH)KFXt3m6c!g4y&$JkOxWB|4ziuN7mx_tKI50 zNg{qG2Hdd_0nIM)voMrt@wws%B+jM@d86PVevUieDPMFsNL&hdEZ(M(Xa|W46}=7& zQ=dd9?1WF^To=lEjl}sniC(e~dkOKQj5w+xj_HWwgm@bv-px$y))4pT zh_3@v%7cu*o?N^iQ>pz-{%Wn%+x1fKAoB4mfVc!p#+EpIL0@d}1%o#419`Rhh+mI3 zKMlgvb@3ap-uMj?`~{L5A>9`hOD;U1&#clLH;7-vOxa=QBzcd6MuE_!I|5r)WgV{7oVlog{6pZ>Ekhs6E!8o4@1Sb zC=z8}dG%*hq8x_oUL;uVaSvZqps!|?&wdj=|5b%QOW%me4~NO!>f>-jER>TT)TzWi z%vWcr#P#5G0}_{^VEGO7*$$Ps(Op)(4T*OU&dkQ7lp|K4NR#Io0ZmL$Oyw zjp!UQS>@PSP$Q+vv9l4SREzc4IrvzMTCK;{A!MnhkXXX4u6`5*NNlkNcZvU{uUOJO zvib*r&?%}|t6Nk3OT}m!GI#-ru{Q&<(OtRn$QVqDg9gz%cVc8xC}zfu>cEJitzz0I zj&-6Pvw=o7KXxvS0F~%+=kpizE+Ro>z&f3Rq;+$w2g9NIDB%5oYI}{lVPzRUqsFx{ zXPZ&maRAd%s@N8ohw9Zxadq3=&gykYFr5K6Q{9Th=Lv7v-CW&`#N(70cehnyZ?kpuRQa9sWu&T#wu6hwfpPA$tC<< zL0TKcQp@)T+d{sJy)Vn5QF_@8JZop&%z;Jqup(kcHHaN-$|DT{ouf{wk>Scp96RL}`3YDMHrvmAaMU;OKUu330Q#lyJL zqJQCHr{c@%zItATTB|HvQo}MJk9FbFdTaq)jsAfp7QZv)^>le1l~*cjU zUP)B+Q}}B{(m_M{cdWdwkXJ>&R;EvrSBQ&$^W+sl8va3D_@~kc0`X7Pqta)~e1(TV z0{_-oR|Q`#^VL=5E4t7c{_VA{SIBgqbyf0ESM&h?)>_wVWcmhqReTT2bXr~&os3K? zezwZAx?U#Jc0DQ$!^yvm@~Ze(aCKGvvrpo!wyug#m9NU#*U!pwiZ4~)BAKtQH8Nc< zud2PxGOhGPT`|@2ug|(Fz7<@RS904X@%I$D+WgyiaapcKUTu7pR`qpCyg_+Y?b;yI zN`C8PTIs)ntNQJ<%0JlaJFNOty$4(VKzNFOrMES*KGpusGQCz_&zD!l$AAS_co)lj z`?^Nv-ypAQoV-beReJ|5I*N}KGGATS$#jdnDm=vxovfrEokgMFN^x;i`8hJZQC{iNI59Rk zF`gTrUR#sMkJV6eWHgtr8Jx)1B**%40|U8%n$v1mudc~VOpLCr>CKPzkM@oa)x74^ zT<(n3tLp1t>ol&d>zT^sr|JgtBV)aF-I=yiRyWS{_U3a_z!7NKO`VDMx;-O9eYsp+|3p4lHKZ8^#5wyEi{Q&#WnJN49UZB4BwC%W34sa$_{dv14jd}eginHirN z85&26`iFb-&dkX8^y%4YC!0-lbtSfByHi_}+02&CWH##;8}9XQ2S%o*^CNxPneqNy ze%jBTo|x$$9vvCqp5^SVeTm7b#K1tlVPt$@WPHdOn;6JBTN|>8&hDmUHqq47)z*QV z_Kr+vSF$^aPed02*LQXFbcW=2Z|LX>!%yPl(}h%0osy1XsST`ToZR@p|sb4OQOvMJlx(bkq|H-J6u-94S1 zVUSe&#zZ>Rlx9pFN@NnO)MkyMQQgTjhEGSA4$Gw4k{vzJr=U|3 z4Xk!ShH77`EwSEUc2gon+;(NDTAf6DN0yPZiH+z^Vq1q&f2O*U*|rY+DIf|7q#&L| zCe_iN?M${erP|l)r5n*f4P649?CLU`qk1;o)165g4Naue9gSJiE}fWEK#WglS978# zoylUDc6PLPgX8|u?&;p?nW;t|NLxpS8gdv=Be`6Thsb1pVi497gJ&SOW2B#McEB!< zOpIfMWJZ&dDJXp7*nrbZ18XXG;rPs$GrcQ2F*yyKDIlQ+qC|M;fxe8gEsg%L+0iRZ zSvK1{3Co4#DC`pM`esH(r$@&990l1kFp(YWo$epbj?Dle+nXP9_Vi^(Ci}BPqZ56- zqfzJ8Pwi_*&qz;^#R$^00$jTNhvZh!&h-=%N`8m4QHDtFo zb%vm7xfp5CzjJ9;BC;B!DY+2?Ls|v{qDE(urx2|O8^^{>YNJhy0Av6$%*kjP)O>qj zCVFq`S1-M0Zn9Hq+6OO?QxuGD^UlbS2i4 zRe_NbV%ADZs4!Q4KWGT4bUL{{ktS`Rxz8f5Se0!m0@eKr)eu#(Gtrf3OR|kL*hZHo z8e1)b$ZViF39TVf7DCxmVQ+_LbBm&-ZCWe4lZ}|`o3iOtduz5e$%+&LZr@ZCn#ydE zM%}2?>|~83BrfW-8lm-sKEoPBmF#>4A-)QSzLu*>7}5@bYrU*N3x#-%P`J5WGdrP~R2@4CFa?{H6w70f*Y--muzySK@#1x)}108BlW;S(n zwZh#qm`x`W8kwk+J5PV#Jw z%1{E{Hl`a)I|(>n&>stfz{xDlK^+^DT|&DGcoIm`{V*zM$XFIe;|vy|jn@L%2DpGp zX%;jDr7vL`mTJdnZHGxft;8}dn?kft&u+w^MIkCdZjxCh)rR#HEG1%{bJLJap#Nb=X*FQ-(YPVe-kwauF40;+*Lb}WwKy=# zq8oY6$aF!6)XKs{Q5=O!NpzWRCBCn;Yz+lqP;r- zzXRQw+}sIAp9gd?6dGjB>5fe{1DVYbfO1~+!aeQ&qCyRR6I{d==}1cav_6+JmJSBz zq685*-Xz|gM zo9geHn#?%l-nXsEbhOpO!1D|uvg(nw#>^5}>yz*nq*u_EY(wjsJ9H`p$5`5sOmu3C zORXA~YN|bD)XkajNi$s?TXbriPb7O_T~Ax1^M*>&9qZTA;*+Thj**MV0#=e%W^-3E zsS^gC%>%MRI0$mHn^Kt#*~SKovMl2RgqRQlBHhh`cfDGbO(qjdbxkbIsWi<5C=`<0 z1gow!QsPpMVn@^pfv`nLNtuXT8VH~qNJY=K1tXBVGaa2eA0n3mWJYsjc29e|-witL zu4G#RQZ{=?lri~M&Jy)>W3$1$0>J~*MWC|7>2xJqI#TUn_yS^yO%cOj>`uX#*Fy%^+7ltfYb!DVpi%Y23i>H5^82zb$&jL8h@AlLdK|VYM(cTo?=zF(Xai0LlRIW7|zymxvD-#1wIGk3G`}rnmWV2f0uT&7BfynRP z(35F`Pb}mWWOJ>Zi5`TIG|s6&0I?eE15sBGrWH+)0BuNgZ?H$M%5F-nr{$qp00uOh zY;5XIWI6B$DHsTd>}ApB#bXEQ=}z=HHv!_bRILu5s^Y!aWPDGv{ta^RFazw zFUBqn-JVV?7{jX%zy~IPoicVT(f^nZu;s$qBrUaKNh4TP4w#U$1MJg1C2q9S++CB5D5{)n+mOv=5C>h6$)(NK&`;p4U_RANb zm_4fzX%zcbC1@y&q9ouHW38tTS)xxCT++s>-e*yWO(G;WqX!L(yA zt&vnPt51n4k@N)}6bb25U}Gf?j^V7(Ho0c41V}Xa08p$>1cu!{&<+N#&j@mLW8>$` zTw3fDGQz$EZK`lsq8OhtgdPGGo7@!7EC6<6ZP>UWoGytbv=GTS6d)y52(#40>Ngt2 zL=(mt`y(2U1fZTP1f(IzCPaW5b$cbG*-kJ~3TC63w!w9h1QnGPgCd&DQCd+<3^pdJ z0M=M#7`y%jCB%Zj98!#4U~4tr3mh`hBE;4U=ySk5gnSTcE+`U!>}JSbARiwyeX=W+ zFm#bRqa9|b5sl(ixgaeWmpvt7LNYvTBS4|L5c}w8#r6UnHPO2T<#jMBv%$?28|&=A zc*FSStt+d%jsPCjDk)%4N9gY8>9RBfEF_y+6VM&CAP$PAnj2ZC5Ikf*&t{I`q*cY> zq>t@rbGC6qD$RCMPG~_DghEG3c=ch>CzZus76s)*zNV8hKcp|ox0h20Bx?{vOEqZ7 zXf&V=Jw{-I4s;aGNunJF%%V#$HC15NFz5B4xPfBNI695Mx(adVFrIH=HS|{N@Io7` zL%XmW(bZjOzr%1!Q%a<9c8up3(Gz<2>C^B)})ZXKB)(6n$VE;%cT~FRW~HD z?XHRbV>&ymXpfD?yQu5Y7#OOO^bo|xW+IEGB%UNFyUFmMh{vWB zPC582`jK&=@fkX{*9aRgrX#%`4b+1J5;z#CH9i2!4ZLum9v>7Hl5dI04d*Vfw;AT= z20)%5b-KJ6(AL;VXOcv|=*q%;QCCwECO3;siVmEB(U=$c_QnO-YMMJ}(-o_eE^Mla z^@f@&brPK$uq8{fqr;;%fM+1FCu)PxS9Fr914k=2(WW{_at@4S2IIN%&EaLSjT%am z^9#vn{9wurEoq|^5~23`6E@_r zBRg`5{_UBOvE0NAHmwYJTko!h{6z0SfA7?ER}Ke&b2z7GV>Awrj1J^;IOb(An8JblFeT@vcI9w9KD1~GXI9ak@#%ao&f{CG>7cIOfsq-zSvrER zHzBg=&h^ja(V6Moj$DBPNEo(*bNP|p(e9kBmI+9IN3J!u8v{0UtTOo=bfG!lJ613b zNxdL{9M44uj!f7c%mT_MhH~i<=(#0F`P+V3Mp5 z$VfktE-;vxU7cVz-!?Qh-90l&Rkf8fauZ~^F@q<#6Sm)^zXKs zrIik|dm1>oYjPwHLk9)eQD7g1@;46mj*sU?i506Fa1OO4YT>=u*{kNUBp=YW)t`l& z##|sevw5_4$f}_`Hz50ud#Y&$rlQaq150$|)FdzW8!wc{}- zJxv@_$OJ(ze&z?hNP80wnUiy1!xDHlgtpA>d~8>X>^_(#7%plX8rqOmd*{X@EoQb_ zNo+v~u_@WLDZ!`Y^n&u}0FG>Kv}w{oQ2*$+UZxoVYaGby%k)o82xG|n1pB|;DLCgn zv@BYsS|c`w1Hft$Q?5VRKQPtXJu*a%;wL233ZEAtMvmA*6YBy4AlEaQWE%o!h`-Cn zcod}+&gkLU4zwKW29?QC-EJeRyD{0GG_yL|`9zggj&sy$6rCU+QX~Kl`#?5Y5ne%= zbm_E+fz#F9okH+SJbq$85;%K_^Dn&BDpqD;U~%ZQIGmpm3IQWblE7ipV$>zLD0K-h zMxFNoq4Lm!Vl`+eMQhP;iq%A+u@q$3!RK;x>33jnr3cTbC9tB=^My94{RI<(C}LPg z;;>s1r`~9f*C5r7kSDF0)}x_3!nDqBO(L3w?M!+aLd)LT)MTU^aRL>3i^Cn@Gfcgj zI`F&`6a>~mBeMxntd32<$4Z?JB}kUpORWUw;=BQ#52TJMgf%0KSWuuT zxuK^m)r1G6tfpJ!aG=d7+}M!@+hMY7z+MK0Y{Ot}2+wBmBm$~zPtaDe&W{aLr-QXN zGDW?)pz(a$V&ccju- zXJhXxln;Jp4y$#tvl?NT*dBzNFk&I1tsU)V3k)cjf($Xbixb$C=qea57!jEc^jkKA z^KW$QTC2Sw(MY=-#UZ}2LLkW0Mp-mKpb&ouZHYi9giDhkjM6kD<0nM;o5!>P(~xOgOy8EG8D5Moe{YD5!g52R&a#ra!wiwY~u- zfeo7Ulof(iMkYl~+hO=qjV1&BaZLkTo^LerHerK`pOWOqNE=6I5W*0SH`*iiTX!PKS^cdT9MK7>g1#nK(3?Ok(Hbo!O85x{Px_=Oe3xL z;EC&CyqsVvMZvJqQF?G!gAz5P#vmT02oOqYs$)DM<34&m@g(aLPO@ONlU{?6-!0d2 za;?t?RQh|z^<@?3(Mo6_6djGh&gL#WQ9nME!zwB_HaR_|>JJ6-vP&@GOF|K7%VEil z6_Etzp&pG`)#vimLTZUz{DojpZ~&b@1<5ID3MtkUnvkOHh9FgLb3T_t-%y~YAvZ*eL(xJlzi}o{0gMm`A{Qz* zlkS4vwFLw+=?o$wv{3eiF2VyM)&XINAfnPvVoFzo_EE$~caQfs_l}GroYjy+fHRlO z=SBF9O5tH-Tj=TT>0IxqQ7QLL|LArS2tP)VyAZLAUPHw*fXfgL_%gtmw5IT!NFj!Z z<+%_Oc))Y)c+&==meUjc6Qf;-75+@fBvqex(jxvf#?^e_$tH7b)hh`s$Cm)E|=K%?1(j0w(SI9xw)IfS< zFsJd@%hHwDN{EX89=oLID8$wE0P~$1U5G4v6ip%~hb6nj-hqp4d05Y8LpVLB{Y>4Ccry!pU@s^=fu65Sk<3d-RT102~R*FvYp z5fvd@6VTp)2lm<;;EiArp2F!!qZkpx)A{`Dl{j5$fcf!Lac&4FMnw23;6yAT<%62S zQ!}X>2&7Jk55Yaq`Bv@ZCwNQ{JpwG3*!0>S6DYkr^3lk5qg_@L0iFmgaN+FGHhS>L zU%agT$kio8PN<8VRQK852_)wKuzc^kdkA?8bBJ6jYDDZi)0B=sM z#~QToad@FX2qDUs&)_U%x&sS$KHg`@kc1#k_J%eAo^TJ2+R;i^xTL!L`7}mnD}@3& z()?hHL7Mbe9R9*+>_}sGIZQ~jzfKOaup5~Tz~#3_1X7~Dgqee(=s{EQ2zF~yJUwfm zz;nc#mBw-@-JB8zj(1Qa@t@$SrLRlSaswG|@6%>_+;TZ8*Nb z`edN`uVylGdD%sAaB@$?>zDZO0G-vQGjY%uJ~~>ENzXsf<1|hI1Y-g)lIN)e${eO0PsA?jQ>(1X?a2jLgz(=T~d!IqPXK zL(@)gz!R0^>if6~vg)*=pw(-Nf=*do6tt$kIH))qrxs`9v_du-pyEjxVDnpqYTNKw zX<;1_5Ykc!32CT=gtSvaLYk={ML7s*q%0HCMm(60Sp{RPkem++X_5~MX_OBOX_gNQ zX;=U&!AnTv{Bj}9E7~{-2x*#xgfvV-LYgHZA&pXy!X`;bNP{FKq&Z0(tfNg6TC^8Z z)S)2_L$DMj;Zb!b+eF~kSLy&H?SnpsePB~Zk9tX$Uy^1UdX&8}LldfAOhPbW<9T;X zs-aMNCr*jN3@$=}U(i=Tw1-|pV6b8H)sPUePQM8>ozn{rn#f<#ivk0tQqN)3o{R`- z`2^H1l?>nb`Tk4TRA9%4$oOi9T_V|&qA-SDrSElMGF!F!bQ7o^m#0un?{sfqtZDYM z*Ak$rWvh3!U>^qFIFr?&^m-IZvcG``A&DgmETVNnKpF_%I8FU@A{)M=Sqvjpy-`YR zINAv6^#_f~F8O}90{YVVvP){uvytN{X0iTJtaFv0y#W(cN2@~@@wNiGYv}3T!dX69 z@+j2n!03%<1K4)QyC$7}6+Cl#rv_&Dk9@bmlsv^EDsn~5y!8w(Ps7XDdMBr}_moZ3ix;zlI1Vz2;~;q38WzGJ;=h=U zU%a@rPb{S~&Yu3!EW&a-92b`wxItY3f9!@mz>nH^!eovmv(F-LfDJ6@L#J~+s`Z&Xo>mZ#5YMjoG ziaV}Vo zLFb7?7P=adB)p|m1`zS8OaxJe5Y?GR{8b8tdMG(SAqSlfg`4y=pLq%>_xq>qs3ilC z1-+#(F-`~Fqyq5a5_*pvx|+j8;!TFKR+N#xEVqz}q~zNVIcHqPsOU|Bi0+MYU-aXp zvZJ|O6uWX}@S<40K_7|$&|p4yVFRQy1=;s&@z=4zJa@nt4q(m<4x$@zml_8#1P3{M zLwO*FGmLHYazcRBDJUO2fI2mrkhWwnKQf7Pa5N04O)9cRFDRL$6GhCT3}SHueJsu*B`1SUro%LxLKJwCjl{S*tJ*i(y~j~0qG2WR zqSq1iLQGbN{H~7iO~X07V-^DJ?JeGS zyJ14Kk(GnS5HwD!xodieYwm+kM8$L`>s7Zjk4S3@4I}xPMCi;K1h3mCrbh;MXPjP~%HlsTYtwYX2S?Io$Uwou zb-}`+QuZ>89A>S5bQ8{a=1c^Y1v|oqjC6ZCCn~_nUO|N{5gj>3U^njD$~I?93AdUjpNj3KyEBI z)<3y>wU#rKo5oZ+%}4Y4(A}625Mx(&bYig)Fa7lSQIjinm6*OdoJ*a~2ZQ^%>9xv1 z5|$Ipf+E@Vp&am~esq(yoxy0N6LCO6BwlWhA=oZXzM0T&m<>K*slh`ygJq=-mE_H% zbTgAOt{)(%LvxH@B%3BQxD3<^N!CAqmw_*no9>>Tz)4vjC{Cf}b$nzcaK@doGQlR4 z&z)pTsA(5AbZ8e7xH4Zz5Oq)I#H|=LxeI}U%|w=O_wdZLI3i1YOk)=bvyNa2YMYyy zp+?8}4GU2MMfxWNI8rKba)P)2Zl&-r$fkIL z0a%EJ5ZFdwe-Qgb8*OIJpY|YLJ%aADE|18WgFi272B?V2OQ>y51E^|-8)C{emFA^y=G>hVP=M?!O!#GC9PQuEswZ?KzQjR z<^$OAVayNW?bT#EIVCM7;|VLRjVaER_KokQ_Vaz$%s8D`P?dl^_!&lquuX&v9n|4s zUQojyDNUnA3RH1Jsw~tSQ-_@exX6N}aCTQcWZ~xtmk#ox9IPGWibHfxu$Tzanq4I@ z%&$Ct9-y$j4U)9@2vX!WUs7lm}w7)D9Q4XRJ6QqUcT}`LM$Xug8or1!d|r) z2?d1&vgQa910%gdf~2r=%po*RO}>JNu$^`uTz(-@<=?B6;kBzwj3`oRJgEi$U656= z4~0TQ!8+z85k+*(#`hP%B7`DOxnN1wFYw{>GsKT%p}|%eM8CMn1=-SjXCUz<5rlUI z@$(@xqpT8-KlXIO0Z`5?0V|}^1|gx=Mi!3Pz`4j3pvwHv62cK?{b6+x0VTO?lFbnv zTN;O2uW4axjzl9A7d*mcfMFbJ%1=yYc0qCMEH=`VnVV`Go7m7hg=bs)=)$WjaVv^Z zX4A-!Fr*t0+EEy|_46@P0b33m;h{C`7L!ycNIS)cdVvC55$h4p4K?NZW`^ME;EO|m zbBdl?bJ}|QVT0jjPIkjd>z}5TEv6xMZsdv%hBP}x!QI?I7HdNeoKoB1BqUVqhqqnv zT^mQ7n97oK&>$Z8?1z&{(>=wRg;r6l1M07E+v+jAXkGyq3K><8fdoFEfv`mXc5*{x z8Ua=-N5-4zLmONBU}A6*ZhU$Wp+SE9kiX6`h%Xa4_^wAkma!K)*ly?^*^_gqt%?cQ zn5<+2G399lO@M(QDjL~|B{*FvdV|Nd%;?U}?L3`}U>Y&g& ziDxi#d3mr;potYY-BXnb-noWrgG;<<2Ng~;<`eD4>aaYkDjRLAOo&T5~KkGWc)PSba} za+6qn@5o`~Q5aW!TgCwOk=teDTtJVh=aDysuSa40(D$T7indey;6o#L;jdi@`yxGW zhqhK|?88x@hlHoqCw3fsoeIh!!W(_C;z5c`1nJ-)p9Pf*Lws;&kRq1+br{lD#flb` zA%PH2^vHRygOC`oNJ65s9as_~g1|LFuyvH3=8o&lqEGm%Wxe@44tn+n8B79QGBQYq zXVJg-o*5zp`J96@$3wa7fH1k#YyLepS!i1YQ#LOLQvy0)re8kP`WnU;sul6;*)?g^%n2UnVjb=ojKUNFDMsNKkwZ6SB>5 z^5TJX=t(cf1{}Wg9S_V{egFi7h$q9b7ENvfBfvCbBFqv+25o?7gUmObB`y;R5rts* zg1tQ7aY6ihWC|*T2tI{bDauGDl2dH}mA4{6qLv|I zPcgt{G7db<>>&0W2L$tCqY#58%cF)u5-O6)O(wTWuZPk`6a0mS&x*(qNW9~!IH0na zjVSh%#pFS@lWi-mY!TR&li{4?N90+qm>($zD8epNj0UrSJj)Km>2dki3M_|3j8Ro* zg;NkrpPE*!!z?o-j=3vrAwXf>^akUe91SqRxjrMRoE~w>_z^K)#DY~73{&Y~d?X#&X0lkf!4i*)$N|IynaD5#%Sr;M(f}e@Ado-q zsEitR5}=ilV=yCiV0;259y1nRdO^b<)0_i$S1Akq$D2EbzU~F?hKg z#HXrxMZz@;RyZwCg&!-jWrT>;nuZFyPf&3&Y$n*=H}>`qtKbf2$QTj{6Q7I}<4oN5 ztGDj-`}^ADT0ny#Y_W|)%o&j+)uJF%usJf=FJ?V>a}>fAl248I!1b~H#DKW%L0ofUUYP_kEWQ{iwcsg{`it0 z(|{wmGYD@X5Ka$^ph2|XO52-39Ew)d;%O@}vLFTA(9V#3|VLDMWWHjl3q!g z5&COPvn+UYWxH4$(2UN85?-Gkn}RVH2pxmmc(FVLiWaV-R#G9gDKDlBEGhCMwXRu3^Yf@EovrL7j>{&W<{{nncB(UsvID-;za?6xm}+>I=r(hf%96@Ri%bQnWaA#w2k{d&+o{Zf}Wz?3S|oZ zKkW!O+eiAhBk;mynEl}7qbuvN1o%7;VF=$4H0LE0t$HJ5`1!U{;3)**^hAY zID0xl=!o@0?!HT<4`OjmAR-aOUOQp%(v#*`YPt}n6|LhFVo)Ffq#;YklYHt@;q`nd z3C9nlz?I>Qw}$kr*NFv;nCMAPD$Y-qy3}uUfp8NBb2X? zH~Zi*DBqdpaGakAR$v5!N#Xgi5AN9Zc0?WJT4$J|P!xmYaMUm&AUKpYL4SJvZ6t9= zw$d3vjD$UL%(WQ)G$YgLI(#O23g^gH_fmvKOZQQ_A1gI#8fhP0pA z6ZD1f-W=Yv=D26mN55Cs)}P@-aWHQ>x9jAwHBM~yVQpnjxfhSkapt>K-a_wi=LmPP zTkS4!m%2x~N5_tJm$@gnb5WQ+s_homVOF`*OTcP%m_?JmJ@3=B zU~kf4kfYu{pcXARsl%*tZ!G~URqpjA%9WCJsdA+9e%sMFy?v#4d4pcA#w@q)5Mib2 zg9rmY=b81Df|a6KN@lzC`fAMj_UbUJZ%e_hC{eCYhn;TLR|?jkm$Uk>6l{-P&T7M2 z9cIxi1-nKsS7Wx}h7zz+IyhXSTv~@&eA;b?%J{#GC}-&UE|Di}agE9QRvlJ<@UYAD za{nM1my-WgCFYqaQ5TBAuosmr^j031n@R18V`y>LX+PSg>ZjoJI5WmjMG= z|Ci@-rcctxdD7njVN~V+O2G`>t1-)odIBFxr)jjyDkp75sD0Q5u6%vA#`&Iq0_;%r z^5yWN_f4GJFw2mCi{35>QJ3SP@>i-{DfxHmywsSy43>ZyI&PKQpqI1SSIVBOD^bqy zGcB5>>a+Vz?;BChTqoH0df)tCfxSbQqcx^V$-flr|4Q5c8GPD$sq4@%%i6TPHM;yQ zT`e`)ACoueFsnYp$E`8T zy-6>JPB{{3_4_q$u*RqP>hj2Cvl`~qn`I3@1Z8!8F5t3qj61c zH0D-IpGv{b*Xy%rqWWOoooCi}x(>7ID+OyRQLa>d8%mVBRfk#fELGnLdO53o#+c|d z<2%Q4Idi@)HGh_xm%gg=P-Dut)EFAn%RxBk0{>^U8A8=zhK$iJ9kxQJIq%?M>-2IU zsM9Rv#~8ez5UTWlqQ6a>dBp;$kEH)!^o)Aa2ngyvqE2fi^H*um7j3OHVtjLer}Ms% z%VC_#@%A6>4kC?{vmD2D-M`M6O&5wo;=kLtc3W$1WHh_u)a;s7+YqOu|BY#U_IUgmeRbWLwo_I&&h+K#=+hZfBY5g(caWKF-jv^>u9{1K3Ez4rp!)I07w8Z)vI9!|ze6Ls&Iehe+=~w-(-ssr#2S$f#-? zV%h)Pma+WMuzzkX1&yksz4yOIF`95>j&zE(X;Z_lUHD8l-j2h$b*X=8d+KQ47`sDw z=5)GtmE-eD8$ab+J47Vd9~PE0Zs(z{?XbTHbs%b_@b15I4;N%FxGUF8fwFy zgk9MSiaM+KO(-6X-x!_O8l8h`sbH17F2uDO=_u$NQ5!umwmP~d zc6apjz0tF3qiY5u-+n#dkxxWWT?-+gY-{wWbaW~3UlF@LdK9i;*sk%rXlpdy>Ul;p zo8_7At!U#=)V;ot z?>D1o7sqd6i9Y{&Nc8RKsg=Xg)4+CRZ8Y8j2t*M14Z+?;y*ON~8dI*VsBbt{(PFjn z3%;Br<>)-{UXBh}0%4V-*2Rz>x`l2R2#G=8qlKJ*8Jy3FU*{(mui*f2e@t zCy3+Q!STUr>LD}uAahWbC}80W#KI#7%Yr7Z@LRG{hbqLUib&}L#Ny8nmc_q^gFiC| zKPV8=#l*oSu#yMrC!RJm$^1RcygN$M$_2%g*diTnCO!-rE8~TV_nkdx(8mv=K|E1X zRq!XY7qet8mjow?>%1dI@=SAz#G)uds?pfR#En~w~ zCnpSh(tp=Kjq*o8IZVf%*o~gKotk`*)9@i1jt97HMJFK0Cv4h!{E$jLRiw2apw|BU zU(wnZnD4*OF1-CP(zCK}7E@-SUA8sTbnfNc9+aiJ4IHhE|4)JG-M`YV5x(vqz8?Gkj<26FUuDM^2<+X&*mDQLSc%^Kdjxhx8F}etuZ%8=wZLmy zh#_$#c;oQD!i3dmRImjfDVtBy*9c4x+7M9zu1B1zP}uc;xzPy zma=FD-7GDsc$$0*Zha?c4RvCRpoC>#E6?nxYK~YYV5&dvT&^p0-TgVi>>V1jUnXYn z|A#Vb4{PehzmM-9fbY8am06nwFK4hC&RYnzcfBlX)veLlY|n}f{SSj&IRrEpA}g%BtdSA*Ty2>nV}IBxgA*UP@$K72UEOMQbhGb+-3EH(W9ZW`=Yb=M!q=% zeY+Fo;gglu*_bES66Wl|$k%4}#v=DJS}gLV8C3m1kvhMPI+w)DPQXYYYrhDb9}R^& z64#?}rO4UKwf2x)h@JoQzpA2lRZzeDkt18^muIITvG-L#1izSWfh~+&SAjl4vuH9) z;JOOe*(W26xCD_4GDDDi8sQ6s@ani(9A6*dHNwPqn#vnkVc)=>tUs9n}SmvP_bU&va z;l`Hes|KTuA}1EPYZ~esi+lr8Sr8c~{e=2VLtOij6Q-sAj;aqwEUa>MsoLvh?N#;B zD0on^TNI0cEcp@$y+vya!i>LU;$_E%QGY&Yo1(rzgr=!&_3WwOZhQ2&dS2Wj0KAmi z16f4IMAxDFDOy@M^xjliw1eJU9P~DTqH$~85=@fNim>VMI+R)&|2|7$4yojbFUU=W z-B^$Dh`y?&X4LZ%o`<+dQe2)p79iEhvBa|+h{w-98s&1|{weaQ#bT(IJ<$nk1DLw*SA zU5Xy1NM*G!ymSkPXE9iz+eM_cnvF>p#;C8HO?K}}#7$dck>~RW6~`j)m@RBw(I(c^ zl4>DxYqpYdRvkq1NW)tZLZ_%|T_H=K21~QCQBe^qt3fkpdt+&=T{Ux&Y}-Q8)>YAk zBA^a5T6qvU%}LQ$N-PM2vak%Kz!juKso7$EB1T8q7Mc>HQc4A;<@%*=bV2-Hhy}7N zh{xXyXgrRf4xl0K&SPlFd~Ami_z3hAU13S8zysaR<3jen(p%?*mt)HX@Sfp+lA?0ISS*2u!0dZ3N74;7;GznX5WXOIX6u!Kl09y`ytAG zio8$DSq>y;PUX=OZt?Mu@ymCMKLr*mF4n3nWbB^$wIpg6ASG&P-sQ?PUU2*Wc;njLCc?VtBWqswCYOT zDgzQ0G5Zs0sKF|WHhLGpxQfGDf8aB;*b+D%SvZFMDzJS{ZFD(>2@uweo(;$#;zMaZ zM17)Y6P>3%mcl)>Q9OthdK+(yA@E1BOWGTQWRFBJXgO|AtBtOc=X332yq`Rre9%9_ z>X%JR&-j}cpkwZ&5aKYxqvD_{#Vwk|N#wg}cAyBS*j5^b@@H|TK->})_z2JIf{8BpX zkMQiPfqha-w7E9Ak+-}m$;YQ7wlqW0&hqTq$TJs^$Rjr%J{Vm>f^R|Os}(Ckobu*q zwwY1|mvc;w8VlW-kE3%s1Y&-9Id73L!Nt=MQwXjkpeZ+@vP&|#g zkBOIkU5vI@g27Y3>6x{(m)3@12Z8L1u8b9)XTO&E`d75^WF4eCIGa?0Z*7c(jn0ET z{e1Z%lB&0C(V>XdmZip%CU8MwI9c|)KM-m66~|6e_(P42z3lv)+L6jul_b{S8j*w(Xm=-$Jmt>&3KbTrSJg0*CPAYc1#uEQEE2dV>- z2veO$K&v`_&roz;J39d7u{78tFNY59&=x7VCao-{@)nM1QN)bSKrEtz1Xy;rL_RiD z_HkN={t!nnf^}#)h|swu>}>O+Q1?Vn5D$;d#pF+$Sa`5a9aRu3*P^2EDZ>9*yviY*ZbybH+n?;d+fl`LuW0K-w$HIU5!oUR}RAmgb>g_cVizoWR3l9 zE_@&8?v33O<+D!Y>K3fy{%Z+oZBgrkEx@o2{^KE)x(b`u2ehI7C_Uh+;^SfDl*Sr1 z#u^F-nuhOZ!q%j&2#YHOTKYMNmq24NcH-%*2F}u9HwbRlpB09KxL z=SI(WbfJ)BhYskiXTMx>)K;`)2TJw?C22L-))MXZ+fuybq1XBUuaeREZTwhp zEe=ww-WQ#ZqpHw>;&SVR#5V>KKNYv_Ez!(DNW7%d6<3Z7D%=`WNb1<#65ZlgSiEEx zN^TBHo{rmdTcVo|qNJr(FQbtM5)aO>_O)P?M1GCOyl2-7#U=;fRTwxl1=0Ybu?p3v zDUi-xoqz$zjtrKebiQpB9ic?bgHy4{Rf6FE{(}e}v^>dxbhc1PK@QX6CC^1qYy!F* z;HTlXqb1sN5G4;J&*F;OjXJjkb-oPKuoWfG4@#ba+pd=AW}n;6=qr?gr1%WQNM6|z zttWWo^Sv#wf01t;P0k!n4{@Pt1Qtm9&|}rl({WciNm5-41Ny2}u(2(O>xs_ag&x1e z1rWvQ;dVOkyJ{azh-Y#5=5Vs)i3kn|&WDRMI~JK&Tf(ebQhym*Y>k|P{wgl@1C?A= z)RbHORiItPOIjA9V4N2(`Oo9_l<0hK*#g+qHBcrxWJ%+C8PW((!p2hP(yWUSy&TFh z|DNdVy1L?gwu49p=yLq5#%*g$^juahGS~l%l5ME7JE)VQ)GaO1&V#7)&`TbAe^?fq zqI>C)H2eRU^$W2+| zHS!GYpUPR0R+RH&q<0-??h0^wIQXN;Jw}bv6c|c+7-Si8Pp*xg!V77v1!=S$F2ek9 zKvxe&UrnVVZ_gsS9gF;)oL!tiwx-hJ{2%)GJ9ND~kaiUx^J`=6(H0Wk-Y6-`#iS^{ zr;lE4iJspQ-CY}fBdij+=9ku;3I~4K0!VFN$SN<*gm3y%}YXKv@ckaBPUm zQpg7nlNKu*T^d*KfcgfCM`L$e??w7Ha;tHU{zM3_wuLsV%J)TXdo9jMe-}+zj6HI6 z?s0fKQ*9K(23$sC_adq%LT~hLDdV^H)F3&_`Q6`w6kbAwfA4;^nR69=d;`Dv`0qL| z^2@3?1AijUVUB0u(Yy<0B7lGKbUlmS_#ONrPPKEE0k3v$!Al(vM+FOk<~slD z9ftPN{Z5$tA-c_UtEO8nyj{*Sltk9R&yFO~FvHvB~A zN<-c!IxFerhWIIdMN0gQI43)QG~|D>4hDa#oV)>FWx-E%9x>#vDGx9s&KXX#0XGtW zpXGeUkndR*{e)9*z!T0ssc(2$9OU$p*HbIxMelv|oTODg>D+F}*M_H@6$U(Im2Y$2 zYskCJf}iW`G30%&1@CcwVaTt?f^Tth27HSJf30(`A+pz6@LuN(1Kw-FbI#3%{Bjn2 z#5vA@k2wE9FGs~s$oFqvr|eRZMwe;72)=-HgCV~$4NCogp>vc0ztDouI9D0+ow4A% zoiRhcyDj)d&JPUvU1Y&8aW)(9ODy>1&L<7|U2ehO?5s54Z?@oXbKY;r?`;a*8ts4Dg8$UnZNPtO!GGcW$&k-4EcmaTegjT##}0lG=eJI?A-~@SK-@)~KRBN? zL=DyC5 z&oZ}{3_X4q1JiX}%ib?{Uohmg+@iPA%^C2O?q#U|Eucq;MeR} z+^hj#W5G{%e`v_>bPIl_n=;^MTJUx5N<+TuEO?W9ogu#_3%8iCigBwem7b0o88k4_{|plR`)Z8{BE`2pK$99_$Ms*r`-=4^82&} z|D1cVA-~UA@VnjL81lK>g5U3MH{kbM@GrSvGUW3mcTc&nW%QnU&-to_|5f)K1OKaT zO4`%&f$us|%btGS{kS2&uUqu?yC)j({TBS&?#+h$zHPyubdNLOPg?NryYDdM`+W=k zlsjd}_bChhjQe9le$QC&pS$N7@SnT=#(Khw{K{BwL@fFI(!JA==Pxb#zj0R^@ZVVQ z=iTcK`8{vJ|KuKN!2e{y|Kh&ikl$Y{_)G301OAc)_q z2}6Ey3qHp?*MQHl;8oto4Ea=9@I~J727HkhTPE~-7<_up5(|Hcca0%08-BDm*MJ{w zl|R;dt0AvrE%*suxdA`Hg0Jv)81h_U!E3!OhCFL6_-gNKhP+l=@YB2|1AdwXU+aCq zkk?uZezv#RfS+x_8@$U6`7~JYX3sO=%@(}Hd!r$r77O0)y=cg%-GX;{BL=+7f^YQF zhWs{K@U7n6hJ3bK@bkP^8SwMG|3qMh2E}EpPkk1CpLew(FB?ASRT%I=tNaDtE<;`y zSnzT0kA}R)EqLC`8}PgZ-{JkYA+H@4e2=%yfbX&3Z}84BOPz0P>_L!r}N&^e;Y6ppzTsIwnMk&uo9q_HSbr{$W-+Zlx=&^gJtF71;!N(0p#9^r$n>H4X8I!*{%van{TR@yyt&Tz%0&9z zoUU^IVwL}V)T9>!v&8QP#y`sWEc{64w7 zxPX&>R(Y$Og^&=@>*I8{`xx3sX(5kOojNEsrLj!{{4<>Yl4(-2D(@`kp;rj_n>d|t zh6qvqh@Z1iF_oXh|0*x#oPvQw>9=ya&AAAI3E<~C$773+(ywQDkF%K=l|Q1lu|~kD z*;U>a=Tuo<;J?=SFyu$&>AS;KUa#}lV|4mC=eao|{RW1QIE$n_)^U2wdA*Uo(CLPu z3HY0F&X(&ps0rxrcJ7z-MfxJ=o|AO^OPm*0inQSOa_1rm-^JzM>`Wge;Cng!HfI|Q z57j5q?{vEGK{-la!SMGu?M8pS-?_mP@IHor(CNY!DB(A7`bH;aq(9>PUfQQU48O%m zmI?f|oW9+;U&>#k?{LBhCk?hK-Qn; z^h3_YCkwdX?-8d@_E(1Ck2>Fz>jxp9$DHrW_HAYO6V6H_{axpisGRC2|FFvYq4R0Y z{*k_P93kMMJx@DjM*64DAEdkm{1?vKrT$;V^nUG-o)GggAq)2c<9)VK;CBzjuPV;`qyx&MQ2(-D1iGvH`z+VD%w2nuNDKKbcTbk~MYM0F`|33UzKHSb z-37A0MS6{U_6Y)B!|>DH58{UC*K_(z_ootH^!GY9f`LNtW`;Mp!!j-G%?7tZjxUi; zyC+C^p7A?f^5Cg_AE!6DpO^STzOQkAC&!1t&$>&czKi<$-D{?>$byTR45Sd!9l68uu^=n)ny>UF)_Q>FeBnY41dP_qiXD=}xA1 zlY1>1N#zGQeY1P(ERh!db*uYPX}>lw{1fh@F##9)`Dyp9vOVh<{yBHC)K?mYRo>n1 z?I#L+QT~3nN!BOY|0VY_C=%5#(qDJKY^3+QRffF2?Y0{7deVK&NPpjbrySpc-c#<| z4EQtd6(@-L-ogC++`Y6;Z_h8?3Mn7azTddB<@gr#o_D+D_!Q|sxp_IhMfxx9$Bgt# z?&Ai&=RIw}W8S|T{Kmb9m+11CYXCtEu4Pb`?Az`K@aOmsh>h#-}8O|IR8AH zDf4DU-U5G|>Z5PKR(U`2mR3nPE+mgX5Fz=abUFG@{V1*PxKjFbNso5os=Ob2-$nna zAHg4(rBZ@E={404vjY6*ytLG(jhz0Sw;laWKPo%l`=hsv1dpFc|H<1Ac?aqL@t!l% zFL=LSF5pz{eD5zFhL=-^1cseck1K)WA9wjYSp0V41hR*0h#$fuaS+}znI?Qn({Bap zisKr`whH0L;cStfQ90^A!t12`Pq_~1Py7zo*(%}ZNjNUf3fKs~Vs3+Z;qufzDqn*u z(O*Va&_A25vmK|MuAtjRS5!{&qI!uwl{=sEQQx@C&&&LaW%@Fi#>H6ypNp>;+bHV9 zKkMS;9_T?QSWdWNnsDkCIu4DCdR(b}@jG2!2N6H?TYP8v7VUhYS<_dKMjy?u05^})t+JMWS8 zVNNDF#qX8rV{lJt)X#i?Z`M1|fq7+l)a&%1^CU;Y=W@Vjdf=Dz%dhu%hdyiS#O1cy z3XDC{8Xs}6Gm$-5rcHIxr}EI-gAeWCV~zL5T?_DoWmn8I%bd=sYsplrvp{Uj&S2j&;sjqQ|1B`hECKcLr-xiLm*l#9!9=z1rPay4{CIqp}b z7q2>aemki=%AHSF)!s9T)CW1$5FYBQrK_s%)dyc+X#boAT0{@+18J5^4P8+mk3VFp zaZCMNmk{fedR*Hnjm$1w>v5(2Bslda!Kpt9eu0GJ;;cBQus+rc)W>>(`cC_Qq}>Ue zRRjOW@iQqUA$tgekffS+g!YArw2(wi(^R9W88g!=WEY_xA$t#zUC5q2WDg-dA!N_) zA&>3<{hsqVw{w?K|CjUPzWbf?JHPY0=bU@axp(fOywv^c_W#W9@ekKWuMMpKc)j=8 z$h;%|VLyF0upF(gwEgd>=(z3exu@5o_VeLZ>o?r5m0y-zzeh*!WA@`StfTqD?Vr%6#6Qsr_}pKb(IM$5Ac6nd@r#Ev%LwE?3JBk0)CGaF5seA8+Hw%ds^) zt~KA0c>>#4`SE!soUZ(XlFJ{q{x}^zu9P3H zZ{5${&QpG&RsHaO>wb=K9N*6({o8S(udpA@7e78VIcQeAk$EMocbzZWQa3(Ngv(Xk z@OZ3##(TQ@nP%hj!ss9fkAs>&yr1eTJRj)(R5(xbS6j^=&Zqe=NX}mxUHAC@H1v4Q z7w&hOFFXz?KU|OT^2Tx;SN;y<_q57C+-f=Dexmt2G#jUJ9-mlW%^WMgg;jnh8|Rnn z-y6tJ+wLbTSwpib9&Zoxc;W3Z%_eN*{x)eN^QLe<|1>Y?tmW4Kg8O+&cHiOs)BQ}_ zFHYUaywf)_?+mU7)Q^W|XR$xT@i`n%;`qFctUF^P^DfLjF7D>_qWc{l_u}n(5sy1< zpK$+*`?-Yc9PJ+sJfHTzeV9MoPvZG!Z)D!38_3iCmbN`E+dzK2{3|wceO$Sbc~@^_ z-nG$w+4A4owpuT(aXR^(Q&nvY~;Fn8&G&$(EQ=?O7j_iQ-d%S&yK`?B}9%;T-^aI^b;D<9m*z_X;44OSrLw)6i>m@!uYQ3hNr=Q9`FNKd= z<%jEE`R*sRUZ3H-r00QtoYddER`@!8{Vlkk&;G;n{`3EE{uln?{4Zs%$F%hq@BgoC zWZrB4u%Fle;rwrU@6i77R`zvUc>SX7+*Q+4+xMM~ykGBbWZr)^GVi_r=YIIX2I^|R z?VP+{A7)=qg^vS0KEnN5>mj@@)qLS`KilPWcv1bd{LiwF zYiZ|o<)SU68J>rmPpaO2n?%=@E$c>gT1j6wICdS!-Y;9~<4f}YQ+iCs=ifg={)f=o zzuo!!iH>_d4!4Sre|xh0ci6w1P*?TzPzd+$7FLgsu&zdSb{yB;hdkwPLww-)rNes`eX@H#~IFFb#!-}pEa)@`+s{kGo7 zJbetXp_iNEcz2}7tB?LxeGIW$A7gBMylejt=kNFr=RYVf`a71^UwC}e@iTmVN`2?k zcT@TnK{I`9ac9T6zdjDvU&D2u<`37m<{#zpn*SuL`(0^uzt6St{XR5%KkMx2nlJ5n zLT9#b?^@A$qI<1iy7PL}(yjXG8ujDnhrZtN^FyC6{Jb}Ool39w^i*qupKTi5^KGVl3dV9Rq^H8h#hg;2mjn(|~tmePPYW@do zync`1?+}`=smE(RpZ`3c&wrjT>@!|&U%eyQb`jxc`&c zU-dW-*Y`T^k3ROho##KUR&@RxPW=gtKQUu{3}d=J4qVfE-P85r`!!`F^G?ZLPvPTK z>owe;Gq>xh8_o~cTinO#*?ly2pQ@j4Rezsk-)BV6OIw!K3iqp4(nB+SOj)Tx{js$I zexU_-+9|e z=k4b4s=KGh%YKekcc5cA*s=15I+i1)=lhq(&&Ufd_jq}gV@vZr+3nI5m{=X$)nz_F%Z>{wndo%e>vYx>(B zFIPI&^!FXhPo?wrtP|z!Bc12>+&Hg=W7%FhuhQc+eWJ(9sg5=MG{^E>>AVL#zH1OX z;_-3`@ls;HpUCU`4aahY<1Rt4%CY>}vFiWNvHa7q>etc(!ON*Hy_}xX+v#wRmq$9* z^!|?J5b3;sdA#ae?(y;}$C`efV|lZ5-bWs<>7RPM{L-md<<8<2C(NkC$&a*7Ua>%lD=8cHS(?+f6!e zPsf_Rk7LBsLjjy2t%mvG*0(s_j*|Fa&q9xu;yto`a-$8wQlE$1P}a&7-_} z(s>OWYkEV+vXOM&K#$k-!5%M%I@a{zj^!BXyc;}T({J{8d7EQRzss?FKsxU`kJt2{ zJYKGItm(fymbG=k;k-ko^SVms^>nQ1hdY-2rSoQbyr$3ccsa+hrq6XO=Sk&>Fncke~Jsqo$!yU^b z9jktS$8w1Da^`rvrqA_wd5vRDpXXTKBAxe<$7}kh9xuOitm)r4mOo49wbBX1d2OZh zIy%<$PL5@F>AcfCUenL?czLd4O~1gg{Fijz%O0=k%RF8#cdY3v9Lv?xc{^_v{#}e&b!UyHT^D+m-jl>^amWv z$EEYudAz3o?(xzWYR;=Io!3A*ucyar`r#fgk94f*{T<68(s^?{{sQfX9xtzPtm*R{ z%Uh)LUbNcRYHh3O+Af<)Z=d>(mA9p1xr226&K|$Nj$0lt4*edWKEl^M9PjCPL0+)0Rouo_*9!U)55(hf1dg{8Y6Vrqr(1oD|7_w}c2ccC zZ*d6g{@YHj6)Yrv2$$e8T!o+Gub8L1=KgeO58VRw5^WgkrOr@qC+F>tdPypb55d0n zTD{+tcs%j>cqQYt>VjIj?thN)tMMEB9qVh;yIvD)XSMt;_BuVjiT#Zc9)B91hZo_c zcqLws{$#%AyAv1TqxdwwfXnb5d>{RZYS&qdKjQz;pGfxfdbkztfV*N7+#g%xVb}+c z#uKmA2a?t`~w^6d4s2SM1O9?aW6a)kGJ!69wwfEXW}Jz z11`Y(tRDYQS?!n4G2YK>YF(cfyhHr4ou^N}6W7u6h*~$~1^HI}?1$~K8}`EycoJ6N zM4X0a;RQGw=i>F~=R02Rowx`e#i#KFT!!!9`}hfdg+Ji0sIN{Ams1zF#O<*$?uGu0 zhWjeOj(8aQd6lR4#esM{j=)kZM}I!d^PP%k+ z#jo)v{0(dAd6xUDhg;zexGOfn{n5|=Jl}!X8GGT8I0%PgF`k4c<77M?{e02&FTy!^ zHQs>!e3tVT;)D1&K8r8oo467`#Lw|t{2Bki+In8-<>aHEe>!fCt+6BebMl_v9S_HT zcnl835jY0@Jl6A9qrW%J@pL>FXX3wbE?$T8@ittD58z_-^I+FsihdsK*q_I>D{(b` zifi!)T!(*RZ9TvB{C+-d8={{_J8q17VpD8^ZSf%Nj6KoMzg?$44#pF4B%Xv7I1&AQ z2cF;0+wJ*yG0wrOa30=_ci_F~=lQPlI4;2#aT&gitMDWI9KXe%@elOt1g^h1Zi72v zKJJSxupM^7Zg@BzjecFh^@rgo9Ea6-3Z98Ga28&H*Wpcg2i}K|;8VC1U&FWYJzRrd z;ScyL`VS=Tzb(e;W_BnM_lhxybAw~ zx8U9Q06vCG@Fjc$-^JDF?$Kr`tf@SFMX>pyYcm|%2m*C}iEzZZ=@m_owpTy_!ReTFq;m7FLZ`{ZCxDNlq zP4&8pr*DDV;V!r*?uUNe$N3%bQ0#$)H~@!W5stxfoQS95*?1xP^&v0sN}Pua@GiU` z7vnSdBEF7(J<0Vxz)#WN8{_dm;cuv~^a;n;$8FHBLpk5CKiOv38V|y*csL%5!*CRi zL%%-ddZ*x-I0I+l73l8|aQ;nr2i}K%UCYy-!ln2czK!qU8vF`>z+cf%}jz#esM{`t>v~uM{hA5}tu;|2U;G_6(d%U%Umv%|U2$*R9}BPp9)jKR2s{>tVF`}KiFg{GjThi7yd3@g z1n$$X2ik@BC@#SlaT&gitMDWI9KXSz(BFgQ`hNY;Zi;^W(D63d2zSFK*bG}?d+dZ= zu{ZklN7o&Qe*Mw$a2$nYScy|`I-Z9Y<7MdAEnV+MybbTchwuq}4qw6L_#gZTzrgSC z7yJ|J==Dl3w*hX8e*M$q_rRv;&%k?pdprcY;}O^&kHg_O8vS~y>rB9DcotrOvvDq7 zk2j;g@5pr);iLF8zJSZ{9ef`@!L|4!{txr?!lmoi!>w>fY=X_PHFm^qcmy7eLvbXI z#Y&ul{{AK}|2(`HFT-o_M!XI0!H4h(^!Gct-Yd8q|AQal7x*3if`4M2?V~yka9i9N z_rRvu65Hb;*d33+{&*Y?$I&<*C*U+Z3opRgI2W(S+wnep7@xpr@g;m6-@*6rWBdZY z#sA`OxT#)P_WIrmcfeh-3GR=r@j&d1z3@mJghR0yPr{RNGM#o4RHr-jC*2JY=Ld@ zAnc4iu@L*?VD$HhdATF;Bs>`>9Q<4$j7F@m72p-@=dZTl@p->=E_1 zHSUW0VIdB}5m=6=;yL&)ydLkshw(Xl6IWxyJ)=H$!hNs}cE*u74rk+4xBwU7Q}`ZZ+ z6)(Uma6T@@*YSP)3fEzseWQN1!RFWwyW%J;$7whNFUK44F??JwfX@g`h^&)_nvzqza={?zI<@$ZQL!Y%jHc=fj{ zHpc_4Uc>4}d?cQLWq1mnZ}pnRzli^h3-K|l=M2vizkwg(H&)kx>xk<%Q|$GIdt+Pd zhW)J0`9p|HaWbBVb8KV1&z9KVW9j;f@g-bgbu9mg_alYh@%^|2U$@$~{zLpJ{%Ez%{vdA9T(R!gF4znY#NK!;j>0N? zKoFctd_G=gTL!`P#CPFi_%i+nzrdEu!(;+jc>)J8=s<1Pk$aJPD`Z`FNS_p!Gw17e0nBLe$I2RY-1Ne;X5d^OgufnhJf9UTa^?GWAd)r=mZyfQV z*cXT5Se%M8@N(Nn@1rEX9UsBx?GZunI`Jy}3fI}b`oFdQS6^FWKDNX|u`dqAQhSts zpMdyGoQ?DFPJ46^JV^W;zJ+V>NAzPN><9C)B_4`>afltD_hAxO;h8ua=i%M>IKG0b z@C!RA2!154)s}uRA6w#~*cXT5Se$H+)%)m)XX8A)8z0A4a20-q|HHa^%}F30g1*H5eI)li z7N_D2yxb1ceocHkK7udc3jD+t1%ZE;$#wt4Ep$wC+!*)AgRl?!_ja7;-z}-yW+v3kES@xIs|d*DDUvg34|B%X>ha4s&u2k=>Z!)d5`!lu{({kz7VJ_twHDf+%j;#2Sfyb^E02k|+43)kTH_LLy_jkta% z`oX5y0ej*AdukAzKs*K~;kkGj-e6DH`_hRY#OLrWT!Y`+Gt?LHraE_fJ#3Fnunl&$ zXX$!eZjJ}z;dmU5!AW>7 zUWPZ=8Cp-o58`w97OuhX?S)!T#GC3GC0tL~1lwR|dy&=?@gN+DC)-Pc;1uEu@hZF( zAHwJHZTtj(u(S0!7vj2|qrP^)y|J~uRG;@D?uEx-30B(6^m!ZN3-Kzv6(7Q9?G-`r z8u3c}0@q=kF3P(y2)44?zjns`up{=uf%a;BPKUS@C*yf|Io@cm4T3v~AHwJHZTtj( zu-9w75pUj=zHmS6h`sO_EWv6#3uoCIg5WCRn{W|6gKyx6_>G;f=byxNbuH`lv;*#q zZLzaeej)J?yFk}b#8r4E&c=Cor@d9zb;M8O>$n=f#oz7i`o62~QhjZW`PdRW**o>Q zPvWC-IF7S-2f-xbGjTRvXYbK*p7=q04&TC$?0x!O3F6>qm_I`bqh4^4R z9FN0M_Cb9g0P*Q~F5=BVsktgd)r6#`77cgtiaRp zV!Rgbz(?^#d>22pkLh(6;=gdqUi5>_@j&~8UUwnxk40F4r{hffls>;pd=oChXYdXD zz&;ZMUl6auy1k=*cEG){Eq1Zb>UApOAy|r&@jRSkpV#Xx#CPIid#*+O^kZL9Kg9cCN9={iV6lBI z2*wdl#`ExUyb15MuLr?m;+JqGeu3+-?h#R6JK)~f+P`BmMxt!9TD;zo@UB?Ds*i7jbLsg8gt9 zj>l8+0{c@C%ptxJ@5LwVFG27E@e2G5f5tjTNBwMvdtqxl%>Eh#eTWC+Xq<@W;2gXW z@5LwVZ|aA51%8G?V1^3&bn%GyECr45T023tQu1wvPHC9*m=L zBA$bD@J3u{H`C|iiJ!&g_%VKGH`n)y5Z4(*U$_^xvRmkTJ&60@U>uDT@f@6kH{wFO zmHHxn0axH>_%qfyhJJ7_Y-P7rKg4}-FpkEFcn;3N8*!o4hjiFgjq!5eX*)%PwwLi_@*z|Zh!tTUK?a4&3S^`Yd0i2LAR9E}t4 z9GrtU;zGNN`XPP+SKw#(GuAndesC{rWp`CS#C>ouj>d_24$i@U+uiem+le2*XK^`x zX!pzuz9Rk~ZZ;(9s}b&Po8$#8i4VoTIK=Lw_hAuN;h8ua=i%MB*f!PYUWwnrHTWa? zHQMm`6Ygg9;r^z?ZLljIjVD@tpW_(fNq8<^hV$`0d>UWJ_ic;3;B(?1vDQ%f!rg2u z^+ntPd*UD*iB)(eUSjoS1y>T!$NTVUd>!AnZPgd?kLcH)!}W#vc!1T1>^l(m#6dU` ztME*mjq~tM+c7VAkoY-#3)kR}SnEXk!F)Wx>U$tN5ckAEI1;PyOq`AL@J`!F{SZHg zZ{bJwP<@`B_&2OSEb40~Y>FMQCl109R$n4fMm!16#mjI$-iJ@xuKKB34{+;*`EX3pSB%Ffh<7Kv2UT{6}?f59Zi0|SjR{7r(|7H8+1)CK~UGFx+ zeX%|Ez=2qdm3X>6A}^RhJQo+>1Nba1$B*#`%o`E)(GYjX=C-fi|4-Zl2VyZ+;u$y# zugAOaF?`V;rO(e2e~dq1UUAgVmiB0^AL4znJ@&xep`dqQ6D z7V&EQ7Js+;e#uQsr25(#^RXo!ibvQY{e6LWBv#>>I2-5T-S{}Zf-7xtUa*GvN31o9 zelQ;ouq8S^5qHI-@kBdX=NID1cs^c%H{*S_G%t9JcqzVR$LjNX#NXf_*kH7#Yklp4 z&9H+Vr|&NzF2v*UB%EZ+^MW&oXX4d(8$OIn@f}=aPuAy9iGRg+vpp)SiNrj5aUM>mlIDTo%#P1V-N&G8rS{c>Z#%g=!TYYa@GvWiWHy(>4?Hql-C-JE` z6R*ZwtiD(6UgF2CzAtSl@tgP&evd(w^3+cQtNcd9&9NPJ#iMX2mf}P_3uobdxD?;S z5AZA8tUBsr8{8e6gRvJ5 zz+pHRC*fH*3$Ml7@IhRP%W*ZX#dTPFV$@$lY>Z8@JsyUIcp{F)bMX?q8W-Sw_yoR$ z@8HMyE&hg^O^W*48h6G0upM^A!|@nA4==&1aRJ_kPvTNsj@wU;mcJ{u#17aU3vn=x z#0oqW&%xPv9o~%h;^X)tzJnj&SNI3knZkO)U2#8bhh4BQ9)~4(GM`Ad8qUDW@kYD{AHnDGEqoup!gW~Zl&G(5u`%w4 zUGQ)`7Ei(|oQ@aaJiHYjz!&fh`~cVDUs!Ki)YmT91Pkym?2UtP98Scua28&R3-Mum z4&TJp_%#NnM*VDtJK$c}3cFz;9*3i_3a8`6cm>YKd+>359arLK_!Dk=TGU@7+#B0q z5A2V_unec-OuQ0r#z%1pzK(0~Yy2P9Jw57YXWR>0VK*$q<8TyK;dHzRufjX=0ek`9 zzz=XO{)P3XM}2LNdtyuMgh%0EEWycm240F+;f=TuAHx@M1%8O%;O|)HjHthDaCdBu z2Vpnths9WiQ}A586mQ16aWTGzEASIshk0j4eQk-mU<>SkhvNVoh2?lAUWnJ>0(=CY z!DaX!eu;nJre{TcZHxJM0CvVccnp?eC7zBm@k+cIAI7KgEqoup$Nyp7v!lMY!#%JC z9*n(l5RSn~I2|v-t8f7>!l!UKzK37pFIfAWsIMI{9}mETuon)&VywWka3)@fci{c_ zG`@x(;a9j0H$Rv4g?nHNJQ#c9ARK`c@HD&-=i*IxFFuQ};(zcP`~_>D$NIv2JODdm zA3O$&aU!0MGx18i1MkPD@ikn9U*ONU?fFq(jd4G0kKM2zo`5IeB)kD{$A|D)d;>qg zwfHM;IwR_1Tg=A;@F47k1F;CJa5`RuSK$I&giqmX_#u9SzvE^XM1Admdtoa)1P{l- zI2_Bc$AwXyzIY54V+G!dkKohz60X2c@Gq=4GpfHm?ujk22uraNPsf?~Fg}N`;!6A! zf51Pn{za@O+!I^iL0E``a0Hg)G@OCg;7xchK7lXeySNsA!r79X+)>ivKCq&--_qk~KBAwlpmF0+RP!E#(-yXo^PxZ3szf;ITL?WOk- z<9D`C5d4Je>=AmOI0ku&`)d1RJ$sb4KQ^>SYx`p(J0SW#f1B@kQ1re2wyEP|wf#|l zat}Wrray&;cC^Q9`(tN&g0?^Qw!^gjv7ar{_Q%1tSlb_m+Y)Vm9Aigo`(uSI)$eZL zWII;dAE(=K+WvUHE!XzPS@vXYf1GQpwEc0OouKWHx7bPA{*T`~F-3`*K4c%$_Qxmf6Wac`)IO!{kIU>c+Wxr0KCA7ItL^jJ{`k3l zLE9g{voC4;<2w6_wm$}&D1J@bAH&}*cwO7yv21AH)b__l_APCH%(w4o`(so4uC_n6 zvj5Tc$Byl6vvu@72V7zGe#lk0+HS7Dx8mnk?{8d--&ws+@h4nox7P3JpilgM z-(YR5XSdhu^w`kusNZA3Mpo~~3x5Yf<~!a+zuSRLt==Ek99vnv->ofnw0d7#C+uvS z=zH9;x7GXA3bCJUs_)Un!B+1t8;ZkibG^R}$5_1|tPCq`D}B#9PPTd<*EF1N+vWvl zitHG@k!fV+aH%& zz0c=mTxRt?pXIp19--}ztF7K&vj#u6dSA?1{LbqAFF)ZrtM|G5jzJy8df!TItY`H; zl?K?*>isC&VI!;eoixULtM`>O!KPO4BWaGUY>~D1j=TfNWWY&_rU{R=a3meufhpcYyIvX)0f!oxlYye)sA=6=K+}>UVrNPemh@>XnG^7CiPGaV?89p>-<9E zes&LC-xHVFy|`}E{O3E~I|#z-F~##8@5^FYecrOtOg zFDl;77H}P-xRv8JT3<{rwC%X=(DX5mI|M;^J)txb!cZPX9X*WEY|YkET;uY2hF+A3~tdvV@W+}m-VAQ;Z{k@g7AbDBQgabJCp z3Dd*#*HN68G(9{o9j(ucFg-lq4A6B1ad;jXq|dSVxS{+8_E??wiJRKvf}k^TcYD0f z)5OE=2|+NKc$yui^D6ONTcqbp#NqL>Sl27e2*Tr=mLDG9M(eso`>^||XG?=1 zpSXz~tLqHn&UT!xABczAa_!&5lkLgczlp=gdzJQY;_z`jLHjrH5<5xzH}PsaMf*4L z@Aee!-{;5siO;v^1i?Jw`Sv{R-^5Sa8QQ;z zSJ?}-e-p2>7is^lE7i|-_7d&i#I5XX?cc^d%yN?;->aNy?#O5$v&*>QsTk(QGMQ) zIQ(6i$8;S@Jj*_z*9VC2uuti_pLnT#CJ0s&ud&bSI-S@*!0zk(MppebwlC;-PTbMH z6#Y)Brw?@eimrp19{w)NYeDq;E1Evj<6qbQ&GcLBo7%sL!{1eTOWTilg?&fckN7A1 zuD0LiQuP|z|7iOWH@EL;`w{oHA87j#kF+0Z`w>sKA8Y#&Ut>Sf_9K4Cex~h5yxe}F z?MM8b{Yu-ffmA;Y?AO|U#7*tDIzAD1x8LjdL_FN;IzRk<5zSxi_!n(Iru+9+eVu;` z@g4RzZ9n3r_7818;x+a!Z9n2*3&nXl4p`N1Y&X$$5phSW>-_NdJv4ow-_NdJ2ZW!V_oNmzt^Go7RS2If0FzqR@eEfh*w)(=dUCF-Re4jyDg>WZ)A0yAO60E z;N-E4xQW$uekbD2R@eE1iHBNU=T{R?wz|%r zLp;~&I)5SYBHKs(5HGX3&i|Zvt<`mY?X9KzvAWLBCvIYOo$udU_4LkG*ZG5qhgx0d zR})XRy3U_PJjd!f{|@4XR@eDUiC?z5&R;|Pxz%-k_#VNx8*VGr z&vsVV`OS%2SzYJ%CN8wP&L2rU#_BqMI`P?7*ZJ2F&$GJDe~5UoJwy97@d~T!{LhKk zT3zSY-cG8Y@b>|9ou5w}{w{#7^V<@KzXzb}{NBWcR@eE1iNoImn41@z?&~96Gd^N< z&GD<%xpl1m?d$h5td5Pl`24SZdYIL=yTooE1aI0M_5BE%$FH|vWOW@L{=VJrK~Tr% z#XWSLVE0m8ySHB7u>0!!6YYNbJzFiyubW?FTL!^aK0g!$!F{$(5QM*v)lR=_?BjF? zeeZ^kiw7#-9<1ZKJtX?wXusb5fR9hzbiLx^LJxi4qwS^Rz3mf3zk73puIKzX?W^zQ zv`6Xl=YE_Vt?NiTK-V+gPY3C^Y>y3s@b@*2({-fxkK=>jSZ|jT^gHo(SP=YRi-O>E zujk?*c*&ONceCy2Ah=ZP%-5Mm>>$VLdkXD1U59EN`g*dzJvj*eZL9RXZFWKsjMft| zUoS4RQ-a{Yo#ZL{o<4i3`mv`6!6w=Uz7E{Yo)rXF+H>?fyY@V-=UwECAedn<)cM<9 zr2B6#(fMB6&ew70*-L}q276f$d~dJN`FdA*Wf1IZuMUE)_F8=(lf6C&3U-sa4qIY% z{dM&2a)G{w%-*Wsm$$bE!87*GAgG%!@7DLJ*?aVT5cWP@C)oRg;4tkwzHWNhKCJ75 zJ>{c8aD{zL-&baz&~=UWEng3n*k?4}J{tr(Hj&QB{95~u{Wb`~?~VOl``dnsf6{fj{YAguZGY8uxcyDrwVC`wdG@a$ zsI+-Hu2@|UJZE(s&})CWnSRgP>b!rd)%kvb)p`DPtMmJBR_FD-n@gR~kFq+CPq8|G z-)ME-e#Pp1U2%ZadHM;f^K;u4Qs?CXR_Eh8tj@!AT1uUNds>}$AGA8(uCqGNp3q9_ z{Cca^dG)_m=hNK_q|T!cTAe>Xv^sC@-CF8=`Ht0j^1wDy=f{_=&Wqvq5$b%nLp#NN z@`8U^o&U<(OP%-rvO3@O?I3lYyV~mf)}W)*d9AP2`7HeYIi1HocdYYQ*8`=_TW49F zuU6V3{SNv;Qs<|)tj~x6K`Q>=4 z^U7SS^U0G|=aHYS&L83Tdg;7z%AtyNzF2P0(Dl|~Qs;*ftMfvqzEbCddPho~2fAAw z|Ie~I?q6wjyboGbmXx*V(!XzulF6kbC%33BnOxms>WE?Eipt8$i-#3YsH`j*Up-83 ze+&~hFgc^nkP%%fs(MwHPta{ib+@95qTO2!pekd~uRRdr=~W|3&zz`|ie`t<7BqsOoTCF4i-ZQG@I?7;HAt&S|O zE*(`^Y}pRnS5PlvMW_KeA+U+MUQ6pEalI=bSTZeAb*@M~=ujXV&_H=9Z5vsxE3#RZ=``Y{`^iBenV~OGgZwFupj~ z{Gyy5s8Mvf2Qq2xhH1bbJBX2jvv`o|JPV2M?zMuw5?xNKB2O> zq+9uf@#!n-?~}4>=IXD<_>mRmr5SZMoS0Qx590nhSxqd-S+ItwSyi;}j4Sz@IyFwu zs-z`qFRZDVtVvn(hfB&zV153x1RQ4~aDoNjaGDm04mpw~jOh$Iv0kL%asPbW>(-!wP(=#fC2S%M6(;k7^ z(^I3e^UKDS9IlJYj?P|0c#)CWQmRZ=z8*okUDCa@vZOeD9n?5It5S3k5%2t7?1ZYc-fK?CRZI8d?`zeN zkX1{Mo48Pq$vSAKH&w&bTvfuuYh`inA~_~z)!+!%t$h5b($Q+aUuAjsl2Jty$})P| zU|v?`cqyVa0k%HlnC_tfqNsMb$pV zPpB@TwdmrovS_?6Y-)I{4;iU#>Srlk#_PhMOIc|VnLHeGPLJy9dLn31*dnB+Yqvh5 zbVM3BxnKFD5+yr}x;j>6Ps>_kVV3s18Y^T@%c{UZD|)ilzhtx?P#K;4O-5EV?T+2b zCb&fW5Y1U~LuuJ{N0#fZ4yw=&H*%mJ|5c;ZD5La{8P>NIPlx&yO(`oc z8rgNisEmxG25Q#+RTVWRgu7{JaZz!Yb)gbG^8<{xzRIReCjNM8;axIWK(0 zD1BnqD(p7K2Ra={eSA%9@F62|Ov##Cdza_a;p)he$<^J)l$M3Z>9jh3o0C;hZEIg1 z-MzBBV&LR%WhF)FP1Q6xR~=vPhfjX>+Kv8|)|BexoSeH(xHnYj99C1MoC&#WX-}%D zO2(wz^ADI*T3tM*rV`mxb61I;3Ds03dur|~+V(Y-$e5HhzYY=u<7dx)f>ByjU0$gb z(4(SIXPeB;wUOCbOF2^4@8NMLvtagwta;f*q9a9F^y+J7nZM1+s;GO>y|k)W2dc_0 zy6DI(R@3C{I^ns@54@}r*;8`O-KV6aq=wnECS}c^xXA5SZkDAM5P0XsH zGiLMxZI6n~MsiKcHNUQ9#+6q4XQ=($<0R=kWHQ*&17 zF>*k0QP!Ptg^Vc~bN4MO){$IKSSkkSlDN3KyIu<8HN?chbAwqKRm1btpz$O0x|Lp` z&0NLWTe7ERRnVp^Jh?P;-i)!i=IUQPI>%hevAO0dEGe4klSkrS>oP?>q>ay-(`z_A zC9w;nPso}#eKPZdqUQ{;bL;nooiCo{8~ic(c`N9%s$7`vnJ)5zlM3!MrX|zHkX#dHcy+7yg2q* zvRia{p6WEKtab^WYh|WVzUG9SwKA5MD3UQH*WCR}in3R#U(HR7&NW}o3xi&j6@7A5 z+lb_>W%z-5WJ$G8#;H}wUCT8o=luQ4^^!qN6|yI0)zFR?KEdx^lHEkkX}K!&Ez-4M z4HdGd<*G2CbX-N5Ug^o%M2?BMY8+WUvZe}Ild|Ub3Lh|Ke9jG#Ha>e!zj8Z%WRHPC0yYIlF%F!j&1FFl@D{d$)t8Vz( zdsdl@u~~EJs1se`>JmJ9GFdgIG`*9*OUbCG_dSF!!Rbk}{*pGKvSg&+NHEMV-X~Vq z2D749%+}A9v6LYry8G|AebTFDjm?^Cz?ccuBg-d^Pqd=H(xr{enrC38Ucl<6zr*;? z9Vh8hF>U4=re;-PW9F!kV@lTC+PSoK{6u>|$;smaV$m?-Tz`Yr zYY<14l#U*wKM04fDd<8pt?e48XEZ)F`N#S2Z&4#ll9m2udS<2QA);5L^{5|KSyDZ* zD6LS9lQZgsf78-#p^c{leo19%TA3QBW>wLn+s_F5=-o1UeLQXD&(TPn@ zf^>T6#vcvR?w8g~4GCGb!UJ&hl3LDEHBQf}q>F>pslBiMtW=uTQVmnHs&px->N~F7 ze?Cr|Jvo{`rc^|4Tp6bG6Msz6gJ7I5Jcf<);-d+<{+1E_(PjP1rj_Nz`U8;umYQ7T z29h!xkJ7ygyK0xvbJZG4=E(6eYuJ#mgkGpk%-pZCB=IE^XbR@|&U*_oW zO)}vF#0L#Ojfs{NAE3vN99X`7Z1xeEQ@@UW;p2Z;S=6ik{NTTuCf4c3Bxc;u2lo$QsHGDl$yHAd)8&1rst+m~+Qty%(mDb++vDtr; zIJUHUO!#+%8g?Bu!KriopWFN*X4(S&J}Ik99aZALT4k5YH7%<`;!kB+6>?6?s-QDm zkK&P4MaLACmHJP9Y4<1h#OxY=^F+U*2~`<$XN=C8Ppiw3BVmr_%` z_!1|48^zyM{hP$B+S>cqzxl7Mq$s1$nkGjV+j=t_t0t?iE>WxfV)}$}IaXeBeAb*= zHG?Xu^%upoO_nh>TK*{i9kYfVTW8yNkJh1kRB2gyy_zOxwbQ$#sG`fnqSCUW5g8>i zr$mRdNfkxoyHyqsT%Vp%QU|FqsyS>_Wl6H7?9tit`Dv1lf_kTCcr}?_p~i%aTH(Ps zdW^;^sb_jSf18n2Ej-I)Rmd2dHJ2WSIw54dgS*do9puZ(y6IJdv>jmMlCzefV^QMG z7ikr9P0F6Xxa^1$A4H=n=>>94%c>B*WZ^eT>w0@sQE~dc$~`e>4V_hMu8}=4tA-vy z92lY(Kr`=3j){L$qkoD1E>%_Xx24i^rWWhXG`w-ZR|MLJM+V7}MgF`0u+*g7S5xcn zg|8TDxDV?mZTKFn&rQ5s8MR6O>oc;d=_sNHYPQzzV2=2 zOFpXGqr$IZ=%ONR0UMQ@YYFtd{w3hZ+V{Gb7LATBc@v52A5u9dXVnSM7}@hD zMo*2N(iNBMIoPBTEwpAbo_H3I$o;(2LNR3TxhPRp?aB6Y2{OV%yJqO}szF$y|_ zM7IU)!yvjXXcq?2Z9&^Gh;9qogh6y$&^ipF+k%2H;I>s5bckCBqXXMVErfK8f({|k zZ9)4mh;9qog+X*%&^8RB+k!S>5ZxBE4uj~npdbvmZ50OX;}*i`z;;m!AswTjLr8R6 z&^`>J+k$ps5ZxBE4TI>mpiLM=w*{@kAi6Cm2m@|gg+aTxg?1VHM%!@T2yY8IhD5go z9l{{GEodJG(QQGyFoJ+k$ps5ZxBE4TI>mpiLM=w*{@kAi6Cm2m@|gMQL#hZE8BGbKv#ksA5X% za9xGB1sy}8+ky^Z5ZxBE4}<8opj{Y5w*_s(Ai6DR69&<3LF+JxZVL*+fZJBll(^9_ zIThKlXqT7OYVG!LGv<-vkwxCTIM7IU4!yvjXC;O94k6KPLHjU>ZVTFlL3CTtHVmTMf;M3g-4?VCgXp%PAPnN$ zFwm!;H-4C?&o*z8NWbRBTEUh2oN+wpQ@-Kwh?4y8O^MrLOl|&gv_4y&nWv8_r-nGM zuktq2*v?F8{Ci%IuYYf+<+vZ`>FXSV-J*IGXX@V`D)hg{$34gOcFw5RN%frPdUa%6 z?`?fXKH1-7P1DD-Q$t+u4do^K>z?SZuCn8L_eb?o{VmiqFV{I9;(GUF)Ek-T&&!GH zT^H3$t>=d{t;~fO;(AwQ)GJfH&dTxq-CV}?PL1lN`qRhj!~UG(A+9$iquw2f{W! zVuuIKOUO4e)s$NK$hJMxqg{GiYB zC;MBWpp^?T#PvRp@>0vKS1VdC`s$8wi1XGcFS*>diRJF7Oy_yIeVU{%*WVe~HLMif z#Pxb8FIlgX>UqESdf7?F_41>7ss0AipL0CK^%`f?t4{Q{3wiF(DLGZ*ii(-O2NOcj@?-?9bno zoa^y+oAQ$NmL%5S9*KGvMDU7?B-h_i)f*pH zif-b1rOHe8x1H(@R*JXpeu;X$qI#+RUZy|ic!=wD%cxhD=uclmlIpKTMt{pyZ_lt& zbQ9NWmQk-dQSX36z0IR~ss8*O#@6ZEw!sUfb{ zS$WCzcXpzlzSbmFZ{Mh1s=wwc;QpNBA+EPqM!lJddiolaRJ|8Mc(6r>|Q{)!VN@dVkd_&?2l9-Ng0w zR$j8dC90RN6!)h?ZK~ccIx*`0ruv&tf6nm`*ZWa<$$D!N{rU3Ad0y`yX7qQ5Cg|&9 zQbSzty^Q|WChFpHXjMqFyiZJYNSLOp^Wi zyIOs{5f5>_Hp)x(H&pfF^KTy|$Ng;^)l2nPTNm73j&nT3^|s2WHz(2G5#)Kk12jXj zzXqx|(}ft~di&`g$^NcM^w(Fp&T~C~=dS9d`kPCC&hZe}tDRAAd7{6g$aB3(nm^g! zJjJ=zUzNru`&*Uh@90E5e}`?dKYz!pm*X4{aeuut>TMU)3iG@_4LI2rf1dsHvAeV5Unb3DZT?UJ8f@9ac>$CKy&T1NLbb^YS+-p#fC z_RqM#GZX9Yghai18S8JL7UJbN$3xtoA2-SSyCl)yF!DU#b$Yxex9?Dm)YoFAhPd8U z%1hRJIkEnVlpU|XNm0Gj`tx`HdO6PV5Z9~9sP|K%zhd${-+%W=?{B_F=6Za5ue@Y` zzbDpTNuu5>QN2`u+i4~*$2lJ2{$9wa*EVnc<6|^=p6|0Q)B9_zdZ)P%LtO7;({59RK{?$XO|zKY!=5m*X4{aevJ+>UB@_H;FvY=kLHy_IHQsHFY6| zxL#Z3CHpH>y?o{P{!Wqc`t$yq+`j(KX)nh)9^!h9GU}Bj`a6X@&-c(C>HV#$p}$4S zOZHct=L28ILAZW->i&!%M<;bMV{yTp?P|LXRBVW^V>JdOZK-)^_psa zZ{Kqg^_E5TQvLb6yuBRfc!>LZIip_fP1Zj?&LhwBP160ylRDjm!;`8vnSYzOUX}8a z{WVa%xW5_Xxn94hUaG&24Wj;>;~}nBm{G57qQ48tbG`AqruXOX96!^A7~*;-DKFVy zC)JC$??uXWp6hjp>ZSVgcaD3!b3DZL+GNzLPV{#Pd7kf>?bG{vxrYAwD=*pKv_yZi z6ZLkB>ZSVgcbI!Q&hZfUw{u3lMT!0{CC~E}wodPFuZ(?Wy+1$ z-wsi|RDb?1bT7v_9^!i2WYqg9(ccy1c|QNvMsolAT=hn{5JOzAyYiC#{jPfX%JJjl zN*VXJPgF0}pTBe6%W;l}xZa)_^%~b+|M<9?JkNJkt@Qo|s$Q=CE>~W%zb2}eule2I zwTXI@qk5_S{9W!|j&nT3{Z(hw>z?TEdh$G9;pXZ6J*j$KU5FvB=idxS_E)HSO_k&R z{w?G6w?|Yj)nDzcqW+xYA+EP;M!o7pe>aln{`_Koo`{bx{x14l{r#@6= zqTXA|Q@vDw{pim*9^(F9&!~4zqQ3>?xxcUXPVdj(fj!lQ7~*{vIUH{msniFW6e&cdha95Z60Dqh58QzlW6^_ctP= zzj>>Tv<$8WOS9!_xw@CGxYJP9u#}f4_qI#+I z=iff?a-8EK?yoGP-l{}@Pmt&NzA8xX?>p5S<3bE^z0Z`F>~Bq?zo(QNufGSPda3^W z+X`Neb3DZL?#-yzVAJ)Fk7vm9e3xY$|Awnxp$jp@^=4-rPq$OOrpod9dsfE%jf?7~ z`n!YvoZ}&`SDI0;Q=-4;$#Z{G4@h5si&QVy@p+>1lIyQ~qQ4gs^^T6}rTX)4M|e5T z@euddH=|xzqQ95O^L#_=r1uwWtKSK7A%?hK|0plD+=0sT{I6u>9jUzJ{iseX_f_S_ z>-o(l>B}9edbzHPUsGPP-Za(IAtBsu%M$hOit45M^KV_YVITVcR-IY;q zQKG-M6ZQ7V=&!TtNT#r{+a>_e6i6lIQ-u(frB& z9;%_gFEu{dUtyxZ&lB~YjOwNO`$@5v;~Wohe~UBfl_mQ7l045hL&wErf4^(K3tWgH zu6K^|lKoXD>aA6-^IUI4R4>)v`C3mN?;HGQi zuUaFL{hght_noH2{q@zqliT-m`g4wlxLzOqJ6UgLqTUbWxxbb9>HU4Ddbyt0zOB4u zy*Y_`KPBqj8P!XzzscIay&UIwi2J)WKfT^HiF!Yi=lQxcPVaBJ>g9U;9-_QtfAdvO ziwGYd>k{>Li|VENTTFk>@eud7b4I--iT?gap8LCSm-POY)X?8~%1ie5a-zTA6ZJ+# z^-}!>jiUAE91n4SBQol(P4xFCdG4>(PU-#CQ@v&`#1PkOuDoP_KPCF}4(B}As~^=% z_1BjE!kt{x<9eHB)Z0#PaPs^Te+ZIVaiQO64W*@3cgJTPEr)$XI_vRWH}`o*Ogn@7b!?R15U_YnZ5aTE_ajhW?zB z>~CsDy*m>9ZIh@sRo5$?HQv7SYgm61m6yD~ixTT^yF|VIQN7gqTS0%$N%nVSM!n^U z{&q;z+ax+)rutj0dby5&e`VBLmFTZgqTc%%{WaEh^#13ZWPd9&>iwSRZ|6k44pF^S ze@#>`SAT6X>eb$C{o|u?qTV(c{SBu-=Op{vGNWD-)r*fWyCv#9nbF^v8v0wDQLlNT zzx+hKxf%Vvbs48t;F1sNSNeR9d|+l$YH92C801W%%*o z_wxF<;rst=R4=vv4cFt|)vTKaR2hq%A`8TFPV`qNKR4>={%U;S$_V=>t z4c7A9pWnM2ufI*Bda3@V={msc&p96A{`@=J$$CxduiyXllVquS`WQ&s_B~tmbcvN3 z;(Ge%M_Rq+iF&OP^|p=brTV*u{+#0>uD4Z2y|#&Z`iZnue_KSaBc=Ag`8D*nS;p%~ zof7rhChD!tc->+#{W&Mu-{%>xTXav<(@(ag`s=t)`ubaUGSs5dZCPd_1->hFsD^#0bWp7;BBi0fUNpWfe4)zheO|MPp; zo#*{*l13^__1AdUXuNYg#PzE3)9X!3^mk~Y-uoHbw~6X?4J$=AalMrp+xKkMi;pjz z6ZIaC>ZSS{Lx0Zk5Z8Moqu$~~e_a#x{@6Et{Z*)5&!|*dyhB@?bB>3&zqd2$txfdTGf{7Z7UEeq4d)JmCsohuB_85>Cn_)5-%pADdMD}~ z64gufw~qdt;~}nhU`D;ho3B5<9G<9GM+;5%7wne1zdYq7`)i_l`C6XWUtyx&ntJK` zUq{u`s4z#Q`dh7$$$H%r{T-R8m#_Pg?60%xRk{#Ee1HAhmC8%4mqjeMpJ&z(=WV0B zK}&RHo|PqlJ3bc)y>cdbyrA-l@D~fAbUd^i!9qdUK+Bss5g%Kj$R-^Ka58 z>)ny4cS54xR~g%Psp{q0uRhDzzKc{ZKJO1p)LRnOOZC?&Kia;|N%r?-M!g0N);}(b z67{yz?RO zKPj53H!G^Qe*5O<{(Hd8jCzHtr-xv8+|W;xrs|D}>ZR7-=c?!aoa3Q(L@+X=UUi~B z{lsai-sk$aXN~v2@ACCG3~HFT-Wnw(@9#9#YozHuuIZ;zQ}v#X>ZSTC+#~AGIUeGA zk1I~ro0I5IKe?K!=ktJPjr$w8NAACOFIHZ%-ZiQhpI7zMt*LrfNA*(uEmJ+OKj(Oe z`@15e-tt6$`U%)ny{ohmJZs$F3e}q$R*G)odY3CN+25)}fB)Cm`9Q~2mT7z_0kRls zC=$LkzUYJMHy)$%(QIrVD-?+i@G z^^32zjl9?Kx)=|m-=4&e8J79IhMe*W;)k!ujl6kbd86MXc&h^{#hdGvw*$N!67<7Y z?MB{jaa|A(qhHga&_8Ba=Jzsk>enxRUlQIO$EW+Z7`$43TaZ&;QT)Cvykg)*zs|&u z8TA`*yshH*72%zS{V^xC^}7MQTI=^5CkI~in@aqcQNKlwHzj`f zO5@0zgYyCPo1Vq*Ew{Z*i{A~xd(LgY+#hoLWk&s;alFNItJ}wo!g~TuQNJGWjt;04 zZ!F|uU;2~z;%l2zxkr%GKDWqxOETXdpbt9VB6#Q5nD6(HQ{GDOa>#Mq-z2Us6 z7T#evcym%4_f6o{@_X~tbpMLthp*O-e$OI@htaP+@neQ%eos5zR`DAY-Z{>%a~8j| zk<<0NL;P+P-id)1{e}`hX4G$i)&aPHzR(-!n@u1WtQNxx&f8qearFc-d*+EEW9r`zYD?R_+y4;exG-| z7Vwzk@@^I0rp9#t+QGZBLJBv=D0?{48eipFtL>t7dmD=MULW4xar zpnl`x_dVh9_xA8G`VA(2%&?4CcD()KHzK_2-En^yyw(aS+!*g#cbuLPzaI$iGI!jc zO#GN(8SfIuTZ}(|VB5!i!kg#bk9rlnRRNXa&2{e|wSbpHg4^2z!ke0x?jNsraK6m2 z%x@AoT_1Vz8x`IiOVjJO8N77?mEvtdPI(3J5Uu#}H4NuVkE;VOuHPPn_&hT#^SjFN z`o-@N;hh!s2XXxMfmiFiZnfJV6v11L`LTaL7T&u8FZ%6I{Fq^x-%*Y?B7S4S>qS#I zscj!K;H|5W!j18Iki&m*Y>tA5SycRX3h(^Di+*iOL;sjz8Sh-j8yCM_!n+0+|J5%K zUakIJjU15CZvwnC@Rfyx<%lyiYmlwa?!fSB*mjZaT`d9Dv2LZ$fzIxYreXX7M}Q@yg=&wD3OQ{0ewqjQwLq{odzzQr; zh~Klq+v5E8B!0}O-|ddqFt0lP_6qN7;dOG{ekW(~yTQFq&Vpy-?|I=}>0Wnt;5f_v zF{6H$J6>M=CWUu{>t7dmwfgr}x4Z@MdqH@Yx&BQie$1%fC5~4TKVAdlcEsfxSd!kq zyb9i?3Mt&!_STP_j^{FX8xZ0CvsUWTIVlcaIa_Tj+>LoVSe=ct?=62>!Xpxj~Q0z7m!n4N&NN;?}EUKe*NIp@;lG*%HsD2;hp0A4kmugsNWLD z8yCNW!s`y#38P;I<5qIiW&7==Xed->iC-x-e%`loW<`p z$IF6e>-R0;UF-aK5=K8})bAR{%Zp!TPIdeJnOnd0;MMBiqi%f^#BYx9wz>6NO#GNp zzs-(U5V2oZFandl^(%mfp-|c1 zzq>T3(a_UzCuNfI0k4_NY zc;H39y@?+)EaUBRybS1Uc>Bgz!!j-qC><{dyBWW?05M(((2RFDJZz z#`3FQKX?}gREl>aa_Tn)o~_@7!s`sY=r^ADF~c%H{yjbAHDCa6JL39SEWEcDru`9u+5kykAD0tkom21e)X$@H#02rYjeCc;@2v?TzH=|9^V?l8>o=Njq&)oMeSc3cy@lU zR(NlR*E6wyn-V`}SjPLKdp*-Her>`lhVzZ+H#m#mfIHtPir=}yyFBos-~7`<|Cmv~ z^^P|xe(QvH<_YQXmjiDgpi;ckk<v%Kbmls~&!nEIZ z@UUscGF~ro>Q{%84BP*GTzH=hyy&+#@neQ%ybBz!1w3wF9M2aD?)#}J8v`oEI^@q4S|uTyxx!b!0Db%9q5s1)y)$f;ioc*~KX-{r#lPT)nqR}(*GSmt+^<8_E% zm+;y z_e4OYcn6Tv{*}RNMS^~x72dAEi+(HD1V3h2=Evi*@+QQuTX>&nN&Bq|a;n$Bg>*I$oFf^$G6+ zT+h()*9~50K&5!+A*X)b;&-+1ngcKTjVFH0u&jTJ9j`2Y{ldEuI|=oh0FV0(E8|^< zC)IBVyc|N@KCTho<$)Ld>dp%5ml>Av);r#)_zeh;*Mror0X!T+Vi|9fTi!A7Z2Vm- zybZ2@ZHXTQfj`gZ_1<+X`lNqFCKetW>f zqQx@aH=SP|yc|*-e>Vy5iolD0^&bi2j~SNnE_J+a@!KT4zgU#+Un6+y0xHG(C~~^I zz2f&T!h3(6YGI>Ea$pi;aCkW;@Q@LG{z|Gpu-!N7}t z4G7gE#|+E-%8s{J{04=0$emwhTWgQM1MYli3OpNsw+in`cYf6l9{reMncowR*MN(D z%yD^#gm>w2u79n#)U!OLNOT;9#XyDjjd-xzr83o|V9yVdau;&kon#r^L_lZ^n4G3R{+n-mSZP!%IgBJ86o!N--Nd#@SQfj{GNBb z5%K$u@V12Y5szDC@OB1Nig&wPAEVO0?+ULNc+sz8ZRj5}Eb|+1yeaYfzVOa;{p$h` zFD+sj?{ws}f79Z3kMI@*Ui2FV4=NdESjIcS@v`r)?leP2l0sSXsaK3vWf>MZd<620vz4##`oiE#mi}@IK^@3-iHi3#b(DWVat*DSi(L zZ$I7#$E>4YN8-l}%l!5sr_0+Wem@l6gA3FB>jJOVasOWAl$Qt3_Pak4-pzp*{mO|S zGwSzs$LkWmp9t?kOoZi)>vsq|obt!A<-Hfrs9!gDIXuVh_ou?U1>zQ%&^SwQpXz+zn=+@f4Al^Om}2u zYE0jj$+RZ-`H%4?kyF1>@S5>+_V4Gy8wtGV*9IQ9UuIawyW8=m#P1iv`*2v^=$8lY z{D4aFmb&Gg7Qg=#-kZ7f`W;OCm|>aUpQfjcms}C7Qa`7x54?ff>&$* z+~s&f;`bZjt#y9gi61lScb4Pr5WoKs9u9-4{a-J5a|0^HqqFvJMErgyydwfH_OF=u zF~hR{aR@1IO#FT?ymK*QW^Mmm0`DS%k}}>}A9SjJoE zcr)Vnf5N+BQSeJ9&rE~Iab;zjN)t}1dEas~v*dQ7ftqXhOl{svF4r_mu5M|Xx7_8p zO|gE5oiXQ&c2%ksIqLkF7IHCDHiTwtb$>uv-?qj&_{Z4Wn0Q=m4_}P5dzeC>3@6hk5 za2$-|h075i$lW&Yx4!mu+del=dyq4C;NtxqXq+rwrWd)7*q}wue)g%8s`okl_d7G0 zzq*O{LRsz;$mw`#z<8O&vT(bs$NzL-e;>p8wP{GG|2;m#%biJ5_OqWNr@ZOwzAQ+9lNPG%qa%=Ix(c-LS&%WBV*@XH*Vl5>H(un_Ds_jCUbk;^(L literal 0 HcmV?d00001 diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/zigbee_port.d b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/zigbee_port.d new file mode 100644 index 0000000..7423024 --- /dev/null +++ b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/zigbee_port.d @@ -0,0 +1,44 @@ +./zigbee_onoff_server_coord/exe/zigbee_port.o: ..\App\zigbee_port.c \ + ..\App\zigbee_port.h ..\App\app_types.h ..\STM32_WPAN\App\app_zigbee.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\stm32_wpan_common.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_compiler.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\cmsis_armclang.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\interface\patterns\ble_thread\tl\tl_zigbee_hci.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\zigbee_core.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal.h \ + ..\Core\Inc\stm32wbxx_hal_conf.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\stm32wb55xx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Include\core_cm4.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include\system_stm32wbxx.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dma.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_dmamux.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_dma_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_cortex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_flash_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_gpio_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_hsem.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_ipcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_pwr.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_exti.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_pwr_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_rcc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_bus.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rcc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_crs.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_rtc_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_hal_uart_ex.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Drivers\STM32WBxx_HAL_Driver\Inc\stm32wbxx_ll_system.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\stm32wbxx_core_interface_def.h \ + C:\Users\frima\STM32Cube\Repository\STM32Cube_FW_WB_V1.23.0\Middlewares\ST\STM32_WPAN\zigbee\core\inc\zigbee_types.h diff --git a/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/zigbee_port.o b/MDK-ARM/Zigbee_OnOff_Server_Coord/Exe/zigbee_port.o new file mode 100644 index 0000000000000000000000000000000000000000..ec6b6625f1b06479886b53ccc8ede27998ab349c GIT binary patch literal 5260 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 WA1jP>Q44~&sMg?ret2E3oBseV5%5v~ literal 0 HcmV?d00001 diff --git a/MDK-ARM/codex_build.log b/MDK-ARM/codex_build.log new file mode 100644 index 0000000..530d5df --- /dev/null +++ b/MDK-ARM/codex_build.log @@ -0,0 +1,13 @@ +*** Using Compiler 'V6.22', folder: 'C:\Keil_v5_41\ARM\ARMCLANG\Bin' +Build target 'Zigbee_OnOff_Server_Coord' +compiling app_globals.c... +compiling zigbee_app.c... +compiling slave_inputs.c... +compiling hardware.c... +compiling app_entry.c... +linking... +Program Size: Code=74592 RO-data=3024 RW-data=3092 ZI-data=112568 +FromELF: creating hex file... +After Build - User command #1: fromelf E:\PROJECT\embedded\stm32wb55\MDK-ARM\Zigbee_OnOff_Server_Coord\Exe\Zigbee_OnOff_Server_Coord.axf --bin --output=E:\PROJECT\embedded\stm32wb55\MDK-ARM\Zigbee_OnOff_Server_Coord\Exe\Zigbee_OnOff_Server_Coord.bin +".\Zigbee_OnOff_Server_Coord\Exe\Zigbee_OnOff_Server_Coord.axf" - 0 Error(s), 0 Warning(s). +Build Time Elapsed: 00:00:01 diff --git a/MDK-ARM/codex_obj/app_entry.o b/MDK-ARM/codex_obj/app_entry.o new file mode 100644 index 0000000000000000000000000000000000000000..0a807bbce478e8f12d81200a9585fc364fa92a79 GIT binary patch literal 20340 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 T&3HK&Ro~U)|1ea14EcWnTQTZN literal 0 HcmV?d00001 diff --git a/MDK-ARM/codex_obj/app_globals.o b/MDK-ARM/codex_obj/app_globals.o new file mode 100644 index 0000000000000000000000000000000000000000..a0b1979ff68a42ff745fba7029b206e57b9703f2 GIT binary patch literal 6024 zcmcInU2Ggz6+Sa|?2VHywh4)A(sW4O)NGyg+I2%>ezdle)Sx;TH_!-**6a1eHrc=K zj;RwN#VL_+TUxoI4-O?#C3xe-6+(hSi4h>>fd_aZ4BbLP(8@#Rxbp0+GYv{=$BbxUM2?nibF`Knhwis+SfS(R_5|0>o7 zE@*)kD-pX9J8i9(pCFVRK5k9pV$-)6;T%`#t`H!W*&(X=*JOiM1+E!`RRF31nDptt0+H*j@KTl3b5 zH{ZE(?~}Vt-+y?n)uSWE?A6V_cI&Rir>6LRdZ9i}rOb*#dHB!T?85)2ZgcPXP5mEl zL!JBD+W%FbL_S`HY}IosQq5<-?23$)3guGKEqcSwNTuM=T*$i>=X|N+oGQ$?v$O83 zb1XSH=$tK;^21KHQpn}A#X08-kGt-P!GToji!w3}+N_(MSrF?J7>*4lQzv9su2k{d zrK5!*X}Pa;A||`-wwAbbSe?!L><`ERtIN9I>b5^<9kdR$9JYF_Bi8#cd1PurtX2%# zk!(Bk7Nl94#rjHo?|t;+(&At+8gCByy0`HaecxW`g4S{dgVA{G73*vEXdI*_Z`zMF zhw#f0yvcPa65EaokdRC@*Ue_Rw^g@9n(*(tMx37SsSUy2STZEvK%C|CeaExSYULHT$n|D+s5eUu>IeyIkg zvQx4Unm^$0%YJ~{fJ;Hgq5F4XE!xnO1UR{W`|npcXi9=k>X-=r`|-WdDa3ne9~9}M z4b3{*5d0YZ4~V4chdxce+7<~U;qyEw;`2ar2lhL`en>(0(Ed=spMoBweOTlebPAf1 zzzy#&pADGB^y`uQYO|Dah{+xz{nBsx^xkE*(%{kr>9-Ozr%M^(Pie%(n`H#8-I z;`n=KV=`JUwjK1Jc8WHVNUQisYBc+-vd>YY|ID9wj~acvs_YeN)bWP0zeA0@f2`~c zYBo1naq~$W4@q}vVRk8rv&Bn}l*^fu?#$xcr;AVVK$~*QICai01>pYznWAf9`sMjP>j4grZeH6uOqpfTlRu;>1T%gn0c zSDNvbGP%-X5$V(uR-sBQlq(eqIO0uAxZ<)~$wdI6s<(+Nf;_6tR9&~2DOAOOI$6)F zEX*u=F6<|hRj*<$TPfw;OnIT0S*WU}n^D6#oAt8ExlFcPHUVl;uzMw}n5|wgqe04{ zV6o)6$tTWy_Gs11<^X=LEi~nxuejCu$kXz7S17d2bMirBrSe6!|4I}7CU}~gYdgO8 zgf_zOZ;FQKO{Cw{V8^4?e!I;6U0Rr%aor4B<+-L`b-h%~FBB1A4`=z#WzJW!1?AW# z=_x$xGc`c%U97u}bhs~ed^%6L9w$W_S@YI6zDiW>$!8bcVh*$F@nC~gT@}IR%FN|U zGueDKnGGdF{us%R=Ofo8hNAg?AIWdU$dBs~$9aFoW#+dGyNFAR=DQ6CaJ9bNh0Xc;OIqW8 z3!hoXsB7+YaY93BEMqS~TAefiwAT8~O3uPxGw=e6{|qs{DwdXuhivJ_kjx4%W-h z0?k(l_-gOR8u*qG*P{6rB7D6dTLFlC{5H~jgEuCe6q1 zDx_4)&%r$NuNKXh1jg*&4?sp9@^$0Ve0-el?(=iiw3uIhJGxX}pTPPn%se5`*vzNf)wuDcVi)FAF^ zgX?x7nMT(AXM=p7LGK#j8*7m7c!T*JKwleKx7c8Qvkm6g+#v43265j)y@2|EZ$Sz7 z0sbti31hs5aidPD$lrlGrN&emHv~V&T88z;Rt_EeHU%dqBj_>brT*UEt&0~NRYcdV{uFClUyu|Um`8UK#P!0e9 literal 0 HcmV?d00001 diff --git a/MDK-ARM/codex_obj/app_zigbee.o b/MDK-ARM/codex_obj/app_zigbee.o new file mode 100644 index 0000000000000000000000000000000000000000..c28cfcbf0dafcdf851f4b34377b943c56ee62649 GIT binary patch literal 24028 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 F{{ol+Ui$z5 literal 0 HcmV?d00001 diff --git a/MDK-ARM/codex_obj/hardware.o b/MDK-ARM/codex_obj/hardware.o new file mode 100644 index 0000000000000000000000000000000000000000..c8fcc59af148cd5e915799b8559ec283dbf30a3e GIT binary patch literal 3644 zcma)8-)~e!6h3qJXP2_JD@cW^m!_Dekxi)u0gdjqmX>6zO~F{Bu-xumx*PUKb9-xR zLSlm^7$at@54K1XA4t>(lKMd6gS??nJ{bQ28%-po3)KvB^WMLk zZKkNP4lYObhL*xLvDa9NEJbUnyOg^57g6Zzz!JyB=f>s0N^m*!Y50=}IMR2CIPT5m zKDM@a!>fpExv(Z`;&R6P9vD$*9};J%AXcI&s?oBsHZ#IV#w}idf9=x7BP2|tMyO>K zW4a>@#oxBKo}q!;o2}+^+{?^-!qmAhfICd9XyOo+!nZE7z#)7syQcTz1J+q|`k-jJ2m_g~9RL)G$3wPIJ? zqh{JEn`{F>^nlCT-9;yh5h9L3U7~$MXAMzh2zvN62TqDPTD0p#N%SOu}5@@ zC&OK$TRbhWr<9%;BN4%%jcaW~+k^xuNaB3Fbvx`1G$m&-7>q|h78i}dc%O$?G1H4R z;CppEh*}jG+CbZ(+5C7)?gm^Ce!Ygm7H%+(f^|;DHp>xCBqd0HY^pKq0RHB+ID4*P zBX}=NG=q3+wj==CX}~wfV^nU4$F?S86rea28shP$csu19;_XfGopib(zOyObL2op~ z^_}DVopiDx-q|$2i>Be>_48RLi~!AP2!1~HVLr$CY!gO|-eyAz$3H`37pF-Wak?#S zKHr4VPCqo^`N3lspIrh^>XfwkoD)U|eb9vG6>s4?>(5XOlX)eqUtkT;q|~QbKZXv{ zE7#r|BI<%2+f{c{uRO-y7O(EuZt349HC}{q#y=r#esv(dI3C_%<54fa0e-$;**?q~ zc}At3VU0X_Y4iFF;BPnCOa~I{MGCh z>OmEZJJp;$J4^KvE!TC5Q**8j`(b5|*zU<BVformY;IfHYqTdjDw#>86G-+t9s=0ICY;Vz&tW;e)Ir7SD`)6GXu{u%So|>D^o^`CUeP3q(#822RuR3Gr@3#ak zT9D63GDpc-*Kw^W=y%GjyWQk-+#TZXAa?`YJIu@f;n;_mvWbI|T<`F-pk*KI-^YMAVJO^)N1q_7WQS zW-dUp@H@wTRkPxI9zLDV#5x$qd>HzCUxG}p?f!vnHvwQi^;J>072x!| zJz8GIGmiCB*i$|4kMQw5twizd0Z!-Z)A;y{rTFeO)wh8d=TToZ#rJ1ZeTOx^R*i27 zW4%5$P>L^#@1lqE_az7%=T%=zg?kS^eH|$+FJIAW9lv>e{`1l*`QWaL;`;@b&Nr&@ z@l~t%`0fRTU*8VN#~2pH$9J{PH?HyF6XEm4FdzSZeVs5A2i#j@59jAKVe`JIUjb^) zKk(^!C$+r%DOBrt%j5I&_P{P6u0-)o!msn4(fB$5R(t~syAQIN-F=N#YcNNAkY$Y7y z_A@%xN^a{0oXY$PW85V(I&M-K8t(TdKE5|^YB;ryUxCxtv4C|f0@sb!g~mAE_YCIi S?^hH>+>tr>w>RV3(EbBCsMr7i literal 0 HcmV?d00001 diff --git a/MDK-ARM/codex_obj/slave_inputs.o b/MDK-ARM/codex_obj/slave_inputs.o new file mode 100644 index 0000000000000000000000000000000000000000..8dfd535e0e27589a33cd05ec9ed7eb455652afd3 GIT binary patch literal 3272 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 XIGp1&&bV>RWgW_HR3jP1^+WyxYzw_T literal 0 HcmV?d00001 diff --git a/MDK-ARM/codex_obj/zigbee_port.o b/MDK-ARM/codex_obj/zigbee_port.o new file mode 100644 index 0000000000000000000000000000000000000000..d01af2ebdf99ccb0fa37303a2cb026b59a860ae0 GIT binary patch literal 2248 zcma)7PiP!v6o23BpC)Uv#wFTXLm4DU3GJ|5tI|?5o4BUI#)dS4w3TIc_Dfj0vop+2 z$}0X@D(Foj3br74^`MYTj=l7tmtMSk5d;tQpa=0FH2uAud7E!Tq(1hW_kQ2|eZTkp zo7sBw2z3&xj`m(cHmCZQDkrJsBQYf+6kAEQOq~v{_dwcx$WE?>pQi* z_s_#Ub$kEW|5H(Zr+=46^0@wPqNZ-s9cEcZjurzy3_7|KpSP=#Z!>JQb!2Y@kzMl} zy4loC`(>w6vDbs3ecpB>-)p;_P5atQTA!<&DVN`+>P1v>wcBWsdKKYf#VMbooEJo~ z?w$6}QhxHt${3AXg?y2oQl;#)^)ww-$JDdxxb>WxQ77`xt6BAedJ==HYb&IVAeiF0 zPoeF>vXmwDL2+U-?SmUw0ndfv7)_*@orQMHz_W*>qLwWjXB%e3aV2{(ik^K09{3P8S$@A*>Eko1v2_RE=A4*n+{!KCO zLCMO~{S@;al&o=j1zwDoYsxczQ@l9IVOW1%H?}q} zcdoSEn|e)$xOVG3a&Y(JL3+jQ#yYBco(|(Aop#^Q#t^EmuGX(EFD=w+^((s5G*gZj z_&(kdaw6S!a6=v4Yc+d=63*4uW<%>$RIM*}T94%nwU;~LR@_Y_d9J3=p``z=yBYJ3*|SrMKQb-Hl!EMpCQEyH($aTwgzKJtKR%raj%dshfw-_;Bj` zgT1NqkvJYX-8hQf2K;+I``OrekslR)oZ$x_`~S8da52p{?mEEFd|6YI@HjBX^7bX) zSz!^rEQx&xcaX>Lm6-6l=m0Ogl_uul`6|j>gcqQX-{^TXwqJ0+nfDADbGR}78_leH z5g62=iQWVBm~}4!^LSa8@P0?1S@$=iE`M01?vIGgy6eERXkwyw4;`l7AJF6Xn%BYo zqW3jobACNwo*#4AMDI()rd}2s$2``1BIPmeLCl5J^qIhy$!@XKe@EuAg-Z_agN&wJlKo>> +;****************************************************************************** +;* @attention +;* +;* Copyright (c) 2019 STMicroelectronics. +;* All rights reserved. +;* +;* This software is licensed under terms that can be found in the LICENSE file +;* in the root directory of this software component. +;* If no LICENSE file comes with this software, it is provided AS-IS. +;* +;****************************************************************************** + +; Amount of memory (in bytes) allocated for Stack +; Tailor this value to your application needs +; Stack Configuration +; Stack Size (in Bytes) <0x0-0xFFFFFFFF:8> +; + +Stack_Size EQU 0x1000 + + AREA STACK, NOINIT, READWRITE, ALIGN=3 +Stack_Mem SPACE Stack_Size +__initial_sp + + +; Heap Configuration +; Heap Size (in Bytes) <0x0-0xFFFFFFFF:8> +; + +Heap_Size EQU 0x19000 + + AREA HEAP, NOINIT, READWRITE, ALIGN=3 +__heap_base +Heap_Mem SPACE Heap_Size +__heap_limit + + PRESERVE8 + THUMB + + +; Vector Table Mapped to Address 0 at Reset + AREA RESET, DATA, READONLY + EXPORT __Vectors + EXPORT __Vectors_End + EXPORT __Vectors_Size + +__Vectors DCD __initial_sp ; Top of Stack + DCD Reset_Handler ; Reset Handler + DCD NMI_Handler ; NMI Handler + DCD HardFault_Handler ; Hard Fault Handler + DCD MemManage_Handler ; MPU Fault Handler + DCD BusFault_Handler ; Bus Fault Handler + DCD UsageFault_Handler ; Usage Fault Handler + DCD 0 ; Reserved + DCD 0 ; Reserved + DCD 0 ; Reserved + DCD 0 ; Reserved + DCD SVC_Handler ; SVCall Handler + DCD DebugMon_Handler ; Debug Monitor Handler + DCD 0 ; Reserved + DCD PendSV_Handler ; PendSV Handler + DCD SysTick_Handler ; SysTick Handler + + ; External Interrupts + DCD WWDG_IRQHandler ; Window WatchDog + DCD PVD_PVM_IRQHandler ; PVD and PVM detector + DCD TAMP_STAMP_LSECSS_IRQHandler ; RTC Tamper and TimeStamp Interrupts and LSECSS Interrupts + DCD RTC_WKUP_IRQHandler ; RTC Wakeup Interrupt + DCD FLASH_IRQHandler ; FLASH global Interrupt + DCD RCC_IRQHandler ; RCC Interrupt + DCD EXTI0_IRQHandler ; EXTI Line 0 Interrupt + DCD EXTI1_IRQHandler ; EXTI Line 1 Interrupt + DCD EXTI2_IRQHandler ; EXTI Line 2 Interrupt + DCD EXTI3_IRQHandler ; EXTI Line 3 Interrupt + DCD EXTI4_IRQHandler ; EXTI Line 4 Interrupt + DCD DMA1_Channel1_IRQHandler ; DMA1 Channel 1 Interrupt + DCD DMA1_Channel2_IRQHandler ; DMA1 Channel 2 Interrupt + DCD DMA1_Channel3_IRQHandler ; DMA1 Channel 3 Interrupt + DCD DMA1_Channel4_IRQHandler ; DMA1 Channel 4 Interrupt + DCD DMA1_Channel5_IRQHandler ; DMA1 Channel 5 Interrupt + DCD DMA1_Channel6_IRQHandler ; DMA1 Channel 6 Interrupt + DCD DMA1_Channel7_IRQHandler ; DMA1 Channel 7 Interrupt + DCD ADC1_IRQHandler ; ADC1 Interrupt + DCD USB_HP_IRQHandler ; USB High Priority Interrupt + DCD USB_LP_IRQHandler ; USB Low Priority Interrupt + DCD C2SEV_PWR_C2H_IRQHandler ; CPU M0+ SEV Interrupt + DCD COMP_IRQHandler ; COMP1 and COMP2 Interrupts + DCD EXTI9_5_IRQHandler ; EXTI Lines [9:5] Interrupt + DCD TIM1_BRK_IRQHandler ; TIM1 Break Interrupt + DCD TIM1_UP_TIM16_IRQHandler ; TIM1 Update and TIM16 global Interrupts + DCD TIM1_TRG_COM_TIM17_IRQHandler ; TIM1 Trigger and Communication and TIM17 global Interrupts + DCD TIM1_CC_IRQHandler ; TIM1 Capture Compare Interrupt + DCD TIM2_IRQHandler ; TIM2 Global Interrupt + DCD PKA_IRQHandler ; PKA Interrupt + DCD I2C1_EV_IRQHandler ; I2C1 Event Interrupt + DCD I2C1_ER_IRQHandler ; I2C1 Error Interrupt + DCD I2C3_EV_IRQHandler ; I2C3 Event Interrupt + DCD I2C3_ER_IRQHandler ; I2C3 Error Interrupt + DCD SPI1_IRQHandler ; SPI1 Interrupt + DCD SPI2_IRQHandler ; SPI2 Interrupt + DCD USART1_IRQHandler ; USART1 Interrupt + DCD LPUART1_IRQHandler ; LPUART1 Interrupt + DCD SAI1_IRQHandler ; SAI Interrupt + DCD TSC_IRQHandler ; TSC Interrupt + DCD EXTI15_10_IRQHandler ; EXTI Lines1[15:10 ]Interrupts + DCD RTC_Alarm_IRQHandler ; RTC Alarms (A and B) Interrupt + DCD CRS_IRQHandler ; CRS interrupt + DCD PWR_SOTF_BLEACT_802ACT_RFPHASE_IRQHandler ; WKUP Interrupt from PWR + DCD IPCC_C1_RX_IRQHandler ; IPCC CPU1 RX occupied interrupt + DCD IPCC_C1_TX_IRQHandler ; IPCC CPU1 RX free interrupt + DCD HSEM_IRQHandler ; HSEM0 Interrupt + DCD LPTIM1_IRQHandler ; LPTIM1 Interrupt + DCD LPTIM2_IRQHandler ; LPTIM2 Interrupt + DCD LCD_IRQHandler ; LCD Interrupt + DCD QUADSPI_IRQHandler ; QUADSPI Interrupt + DCD AES1_IRQHandler ; AES1 Interrupt + DCD AES2_IRQHandler ; AES2 Interrupt + DCD RNG_IRQHandler ; RNG1 Interrupt + DCD FPU_IRQHandler ; FPU Interrupt + DCD DMA2_Channel1_IRQHandler ; DMA2 Channel 1 Interrupt + DCD DMA2_Channel2_IRQHandler ; DMA2 Channel 2 Interrupt + DCD DMA2_Channel3_IRQHandler ; DMA2 Channel 3 Interrupt + DCD DMA2_Channel4_IRQHandler ; DMA2 Channel 4 Interrupt + DCD DMA2_Channel5_IRQHandler ; DMA2 Channel 5 Interrupt + DCD DMA2_Channel6_IRQHandler ; DMA2 Channel 6 Interrupt + DCD DMA2_Channel7_IRQHandler ; DMA2 Channel 7 Interrupt + DCD DMAMUX1_OVR_IRQHandler ; DMAMUX overrun Interrupt + +__Vectors_End + +__Vectors_Size EQU __Vectors_End - __Vectors + + AREA |.text|, CODE, READONLY + +; Reset handler +Reset_Handler PROC + EXPORT Reset_Handler [WEAK] + IMPORT SystemInit + IMPORT __main + + LDR R0, =SystemInit + BLX R0 + LDR R0, =__main + BX R0 + ENDP + +; Dummy Exception Handlers (infinite loops which can be modified) + +NMI_Handler PROC + EXPORT NMI_Handler [WEAK] + B . + ENDP +HardFault_Handler\ + PROC + EXPORT HardFault_Handler [WEAK] + B . + ENDP +MemManage_Handler\ + PROC + EXPORT MemManage_Handler [WEAK] + B . + ENDP +BusFault_Handler\ + PROC + EXPORT BusFault_Handler [WEAK] + B . + ENDP +UsageFault_Handler\ + PROC + EXPORT UsageFault_Handler [WEAK] + B . + ENDP +SVC_Handler PROC + EXPORT SVC_Handler [WEAK] + B . + ENDP +DebugMon_Handler\ + PROC + EXPORT DebugMon_Handler [WEAK] + B . + ENDP +PendSV_Handler PROC + EXPORT PendSV_Handler [WEAK] + B . + ENDP +SysTick_Handler PROC + EXPORT SysTick_Handler [WEAK] + B . + ENDP + +Default_Handler PROC + + EXPORT WWDG_IRQHandler [WEAK] + EXPORT PVD_PVM_IRQHandler [WEAK] + EXPORT TAMP_STAMP_LSECSS_IRQHandler [WEAK] + EXPORT RTC_WKUP_IRQHandler [WEAK] + EXPORT FLASH_IRQHandler [WEAK] + EXPORT RCC_IRQHandler [WEAK] + EXPORT EXTI0_IRQHandler [WEAK] + EXPORT EXTI1_IRQHandler [WEAK] + EXPORT EXTI2_IRQHandler [WEAK] + EXPORT EXTI3_IRQHandler [WEAK] + EXPORT EXTI4_IRQHandler [WEAK] + EXPORT DMA1_Channel1_IRQHandler [WEAK] + EXPORT DMA1_Channel2_IRQHandler [WEAK] + EXPORT DMA1_Channel3_IRQHandler [WEAK] + EXPORT DMA1_Channel4_IRQHandler [WEAK] + EXPORT DMA1_Channel5_IRQHandler [WEAK] + EXPORT DMA1_Channel6_IRQHandler [WEAK] + EXPORT DMA1_Channel7_IRQHandler [WEAK] + EXPORT ADC1_IRQHandler [WEAK] + EXPORT USB_HP_IRQHandler [WEAK] + EXPORT USB_LP_IRQHandler [WEAK] + EXPORT C2SEV_PWR_C2H_IRQHandler [WEAK] + EXPORT COMP_IRQHandler [WEAK] + EXPORT EXTI9_5_IRQHandler [WEAK] + EXPORT TIM1_BRK_IRQHandler [WEAK] + EXPORT TIM1_UP_TIM16_IRQHandler [WEAK] + EXPORT TIM1_TRG_COM_TIM17_IRQHandler [WEAK] + EXPORT TIM1_CC_IRQHandler [WEAK] + EXPORT TIM2_IRQHandler [WEAK] + EXPORT PKA_IRQHandler [WEAK] + EXPORT I2C1_EV_IRQHandler [WEAK] + EXPORT I2C1_ER_IRQHandler [WEAK] + EXPORT I2C3_EV_IRQHandler [WEAK] + EXPORT I2C3_ER_IRQHandler [WEAK] + EXPORT SPI1_IRQHandler [WEAK] + EXPORT SPI2_IRQHandler [WEAK] + EXPORT USART1_IRQHandler [WEAK] + EXPORT LPUART1_IRQHandler [WEAK] + EXPORT SAI1_IRQHandler [WEAK] + EXPORT TSC_IRQHandler [WEAK] + EXPORT EXTI15_10_IRQHandler [WEAK] + EXPORT RTC_Alarm_IRQHandler [WEAK] + EXPORT CRS_IRQHandler [WEAK] + EXPORT PWR_SOTF_BLEACT_802ACT_RFPHASE_IRQHandler [WEAK] + EXPORT IPCC_C1_RX_IRQHandler [WEAK] + EXPORT IPCC_C1_TX_IRQHandler [WEAK] + EXPORT HSEM_IRQHandler [WEAK] + EXPORT LPTIM1_IRQHandler [WEAK] + EXPORT LPTIM2_IRQHandler [WEAK] + EXPORT LCD_IRQHandler [WEAK] + EXPORT QUADSPI_IRQHandler [WEAK] + EXPORT AES1_IRQHandler [WEAK] + EXPORT AES2_IRQHandler [WEAK] + EXPORT RNG_IRQHandler [WEAK] + EXPORT FPU_IRQHandler [WEAK] + EXPORT DMA2_Channel1_IRQHandler [WEAK] + EXPORT DMA2_Channel2_IRQHandler [WEAK] + EXPORT DMA2_Channel3_IRQHandler [WEAK] + EXPORT DMA2_Channel4_IRQHandler [WEAK] + EXPORT DMA2_Channel5_IRQHandler [WEAK] + EXPORT DMA2_Channel6_IRQHandler [WEAK] + EXPORT DMA2_Channel7_IRQHandler [WEAK] + EXPORT DMAMUX1_OVR_IRQHandler [WEAK] + +WWDG_IRQHandler +PVD_PVM_IRQHandler +TAMP_STAMP_LSECSS_IRQHandler +RTC_WKUP_IRQHandler +FLASH_IRQHandler +RCC_IRQHandler +EXTI0_IRQHandler +EXTI1_IRQHandler +EXTI2_IRQHandler +EXTI3_IRQHandler +EXTI4_IRQHandler +DMA1_Channel1_IRQHandler +DMA1_Channel2_IRQHandler +DMA1_Channel3_IRQHandler +DMA1_Channel4_IRQHandler +DMA1_Channel5_IRQHandler +DMA1_Channel6_IRQHandler +DMA1_Channel7_IRQHandler +ADC1_IRQHandler +USB_HP_IRQHandler +USB_LP_IRQHandler +C2SEV_PWR_C2H_IRQHandler +COMP_IRQHandler +EXTI9_5_IRQHandler +TIM1_BRK_IRQHandler +TIM1_UP_TIM16_IRQHandler +TIM1_TRG_COM_TIM17_IRQHandler +TIM1_CC_IRQHandler +TIM2_IRQHandler +PKA_IRQHandler +I2C1_EV_IRQHandler +I2C1_ER_IRQHandler +I2C3_EV_IRQHandler +I2C3_ER_IRQHandler +SPI1_IRQHandler +SPI2_IRQHandler +USART1_IRQHandler +LPUART1_IRQHandler +SAI1_IRQHandler +TSC_IRQHandler +EXTI15_10_IRQHandler +RTC_Alarm_IRQHandler +CRS_IRQHandler +PWR_SOTF_BLEACT_802ACT_RFPHASE_IRQHandler +IPCC_C1_RX_IRQHandler +IPCC_C1_TX_IRQHandler +HSEM_IRQHandler +LPTIM1_IRQHandler +LPTIM2_IRQHandler +LCD_IRQHandler +QUADSPI_IRQHandler +AES1_IRQHandler +AES2_IRQHandler +RNG_IRQHandler +FPU_IRQHandler +DMA2_Channel1_IRQHandler +DMA2_Channel2_IRQHandler +DMA2_Channel3_IRQHandler +DMA2_Channel4_IRQHandler +DMA2_Channel5_IRQHandler +DMA2_Channel6_IRQHandler +DMA2_Channel7_IRQHandler +DMAMUX1_OVR_IRQHandler + + B . + + ENDP + + ALIGN + +;******************************************************************************* +; User Stack and Heap initialization +;******************************************************************************* + IF :DEF:__MICROLIB + + EXPORT __initial_sp + EXPORT __heap_base + EXPORT __heap_limit + + ELSE + + IMPORT __use_two_region_memory + EXPORT __user_initial_stackheap + +__user_initial_stackheap + + LDR R0, = Heap_Mem + LDR R1, =(Stack_Mem + Stack_Size) + LDR R2, = (Heap_Mem + Heap_Size) + LDR R3, = Stack_Mem + BX LR + + ALIGN + + ENDIF + + END + diff --git a/MDK-ARM/stm32wb55_zigbee.uvguix.frima b/MDK-ARM/stm32wb55_zigbee.uvguix.frima new file mode 100644 index 0000000..4769d02 --- /dev/null +++ b/MDK-ARM/stm32wb55_zigbee.uvguix.frima @@ -0,0 +1,1860 @@ + + + + -6.1 + +
    ### uVision Project, (C) Keil Software
    + + + + + + + + + + 38003 + Registers + 188 122 + + + 346 + Code Coverage + 1410 160 + + + 204 + Performance Analyzer + 1570 + + + + + + 35141 + Event Statistics + + 200 50 700 + + + 1506 + Symbols + + 106 106 106 + + + 1936 + Watch 1 + + 200 133 133 + + + 1937 + Watch 2 + + 200 133 133 + + + 1935 + Call Stack + Locals + + 200 133 133 + + + 2506 + Trace Data + + 75 135 130 95 70 230 200 150 + + + 466 + Source Browser + 500 + 300 + + + + + + + + 1 + 1 + 0 + 0 + -1 + + + + + + + 44 + 2 + 3 + + -1 + -1 + + + -1 + -1 + + + 158 + 247 + 1687 + 911 + + + + 0 + + 60 + 010000000400000001000000010000000100000001000000000000000200000000000000010000000100000000000000280000002800000000000000 + + + + 0 + Build + + -1 + -1 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 440100004F0000007007000013010000 + + + 16 + BE000000D50000007604000099010000 + + + + 1005 + 1005 + 1 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000660000003D01000065040000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 109 + 109 + 1 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000660000003D01000065040000 + + + 16 + BE000000D50000003A020000E9030000 + + + + 1465 + 1465 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 000000000103000070070000C5030000 + + + 16 + BE000000D50000007604000099010000 + + + + 1466 + 1466 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000040300006D07000098030000 + + + 16 + BE000000D50000007604000099010000 + + + + 1467 + 1467 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000040300006D07000098030000 + + + 16 + BE000000D50000007604000099010000 + + + + 1468 + 1468 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000040300006D07000098030000 + + + 16 + BE000000D50000007604000099010000 + + + + 1506 + 1506 + 0 + 0 + 0 + 0 + 32767 + 0 + 16384 + 0 + + 16 + 33060000660000006D07000047010000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 1913 + 1913 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 47010000660000006D070000FA000000 + + + 16 + BE000000D50000007604000099010000 + + + + 1935 + 1935 + 0 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + 03000000040300006D070000AC030000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 1936 + 1936 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000040300006D07000098030000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 1937 + 1937 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000040300006D07000098030000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 1939 + 1939 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000040300006D07000098030000 + + + 16 + BE000000D50000007604000099010000 + + + + 1940 + 1940 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000040300006D07000098030000 + + + 16 + BE000000D50000007604000099010000 + + + + 1941 + 1941 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000040300006D07000098030000 + + + 16 + BE000000D50000007604000099010000 + + + + 1942 + 1942 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000040300006D07000098030000 + + + 16 + BE000000D50000007604000099010000 + + + + 195 + 195 + 1 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000660000003D01000065040000 + + + 16 + BE000000D50000003A020000E9030000 + + + + 196 + 196 + 1 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000660000003D01000065040000 + + + 16 + BE000000D50000003A020000E9030000 + + + + 197 + 197 + 1 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + 0000000096040000000A000046050000 + + + 16 + BE000000D50000007604000099010000 + + + + 198 + 198 + 0 + 0 + 0 + 0 + 32767 + 0 + 32768 + 0 + + 16 + 00000000ED02000070070000C5030000 + + + 16 + BE000000D50000007604000099010000 + + + + 199 + 199 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000990400006D0700002D050000 + + + 16 + BE000000D50000007604000099010000 + + + + 203 + 203 + 0 + 0 + 0 + 0 + 32767 + 0 + 8192 + 0 + + 16 + 44010000630000007007000013010000 + + + 16 + BE000000D50000007604000099010000 + + + + 204 + 204 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 47010000660000006D070000FA000000 + + + 16 + BE000000D50000007604000099010000 + + + + 221 + 221 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 00000000000000000000000000000000 + + + 16 + 0A0000000A0000006E0000006E000000 + + + + 2506 + 2506 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 300600006300000070070000FD020000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 2507 + 2507 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 000000000103000070070000B1030000 + + + 16 + BE000000D50000007604000099010000 + + + + 343 + 343 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 47010000660000006D070000FA000000 + + + 16 + BE000000D50000007604000099010000 + + + + 346 + 346 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 47010000660000006D070000FA000000 + + + 16 + BE000000D50000007604000099010000 + + + + 35141 + 35141 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 44010000630000007007000013010000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 35824 + 35824 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 47010000660000006D070000FA000000 + + + 16 + BE000000D50000007604000099010000 + + + + 35885 + 35885 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D0700001C020000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 35886 + 35886 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D0700001C020000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 35887 + 35887 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D0700001C020000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 35888 + 35888 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D0700001C020000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 35889 + 35889 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D0700001C020000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 35890 + 35890 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D0700001C020000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 35891 + 35891 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D0700001C020000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 35892 + 35892 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D0700001C020000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 35893 + 35893 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D0700001C020000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 35894 + 35894 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D0700001C020000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 35895 + 35895 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D0700001C020000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 35896 + 35896 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D0700001C020000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 35897 + 35897 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D0700001C020000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 35898 + 35898 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D0700001C020000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 35899 + 35899 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D0700001C020000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 35900 + 35900 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D0700001C020000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 35901 + 35901 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D0700001C020000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 35902 + 35902 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D0700001C020000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 35903 + 35903 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D0700001C020000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 35904 + 35904 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D0700001C020000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 35905 + 35905 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D0700001C020000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 38003 + 38003 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000660000003D010000AC030000 + + + 16 + BE000000D50000003A020000E9030000 + + + + 38007 + 38007 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 00000000960400007007000046050000 + + + 16 + BE000000D50000007604000099010000 + + + + 436 + 436 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000990400006D0700002D050000 + + + 16 + BE000000D50000003A020000E9030000 + + + + 437 + 437 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000040300006D07000098030000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 440 + 440 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000040300006D07000098030000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 463 + 463 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000990400006D0700002D050000 + + + 16 + BE000000D50000003A020000E9030000 + + + + 466 + 466 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000990400006D0700002D050000 + + + 16 + BE000000D50000003A020000E9030000 + + + + 470 + 470 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 47010000660000006D070000FA000000 + + + 16 + BE000000D50000007604000099010000 + + + + 50000 + 50000 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D0700001C020000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 50001 + 50001 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D0700001C020000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 50002 + 50002 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D0700001C020000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 50003 + 50003 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D0700001C020000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 50004 + 50004 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D0700001C020000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 50005 + 50005 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D0700001C020000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 50006 + 50006 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D0700001C020000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 50007 + 50007 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D0700001C020000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 50008 + 50008 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D0700001C020000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 50009 + 50009 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D0700001C020000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 50010 + 50010 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D0700001C020000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 50011 + 50011 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D0700001C020000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 50012 + 50012 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D0700001C020000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 50013 + 50013 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D0700001C020000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 50014 + 50014 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D0700001C020000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 50015 + 50015 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D0700001C020000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 50016 + 50016 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D0700001C020000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 50017 + 50017 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D0700001C020000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 50018 + 50018 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D0700001C020000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 50019 + 50019 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 33060000660000006D0700001C020000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 59392 + 59392 + 1 + 0 + 0 + 0 + 32767 + 0 + 8192 + 0 + + 16 + 0000000000000000D10300001C000000 + + + 16 + 0A0000000A0000006E0000006E000000 + + + + 59393 + 0 + 1 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 0000000046050000000A000059050000 + + + 16 + 0A0000000A0000006E0000006E000000 + + + + 59399 + 59399 + 1 + 0 + 0 + 0 + 32767 + 0 + 8192 + 1 + + 16 + 000000001C000000E701000038000000 + + + 16 + 0A0000000A0000006E0000006E000000 + + + + 59400 + 59400 + 0 + 0 + 0 + 0 + 32767 + 0 + 8192 + 2 + + 16 + 00000000380000006F02000054000000 + + + 16 + 0A0000000A0000006E0000006E000000 + + + + 824 + 824 + 0 + 0 + 0 + 0 + 32767 + 0 + 4096 + 0 + + 16 + 03000000040300006D07000098030000 + + + 16 + BE000000D5000000FE010000E6010000 + + + + 3312 + 000000000B000000000000000020000000000000FFFFFFFFFFFFFFFF44010000130100007007000017010000000000000100001004000000010000000000000000000000FFFFFFFF08000000CB00000057010000CC000000F08B00005A01000079070000D601000045890000FFFF02000B004354616262656450616E650020000000000000BE000000D50000007604000099010000440100004F00000070070000130100000000000040280046080000000B446973617373656D626C7900000000CB00000001000000FFFFFFFFFFFFFFFF14506572666F726D616E636520416E616C797A6572000000005701000001000000FFFFFFFFFFFFFFFF14506572666F726D616E636520416E616C797A657200000000CC00000001000000FFFFFFFFFFFFFFFF0E4C6F67696320416E616C797A657200000000F08B000001000000FFFFFFFFFFFFFFFF0D436F646520436F766572616765000000005A01000001000000FFFFFFFFFFFFFFFF11496E737472756374696F6E205472616365000000007907000001000000FFFFFFFFFFFFFFFF0F53797374656D20416E616C797A657200000000D601000001000000FFFFFFFFFFFFFFFF104576656E742053746174697374696373000000004589000001000000FFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000000000000000000001000000FFFFFFFFCB00000001000000FFFFFFFFCB000000000000000040000000000000FFFFFFFFFFFFFFFF2C0600004F00000030060000FD020000000000000200001004000000010000000000000000000000FFFFFFFF2B000000E2050000CA0900002D8C00002E8C00002F8C0000308C0000318C0000328C0000338C0000348C0000358C0000368C0000378C0000388C0000398C00003A8C00003B8C00003C8C00003D8C00003E8C00003F8C0000408C0000418C000050C3000051C3000052C3000053C3000054C3000055C3000056C3000057C3000058C3000059C300005AC300005BC300005CC300005DC300005EC300005FC3000060C3000061C3000062C3000063C3000001800040000000000000BE000000D5000000FE010000E6010000300600004F00000070070000FD02000000000000404100462B0000000753796D626F6C7300000000E205000001000000FFFFFFFFFFFFFFFF0A5472616365204461746100000000CA09000001000000FFFFFFFFFFFFFFFF00000000002D8C000001000000FFFFFFFFFFFFFFFF00000000002E8C000001000000FFFFFFFFFFFFFFFF00000000002F8C000001000000FFFFFFFFFFFFFFFF0000000000308C000001000000FFFFFFFFFFFFFFFF0000000000318C000001000000FFFFFFFFFFFFFFFF0000000000328C000001000000FFFFFFFFFFFFFFFF0000000000338C000001000000FFFFFFFFFFFFFFFF0000000000348C000001000000FFFFFFFFFFFFFFFF0000000000358C000001000000FFFFFFFFFFFFFFFF0000000000368C000001000000FFFFFFFFFFFFFFFF0000000000378C000001000000FFFFFFFFFFFFFFFF0000000000388C000001000000FFFFFFFFFFFFFFFF0000000000398C000001000000FFFFFFFFFFFFFFFF00000000003A8C000001000000FFFFFFFFFFFFFFFF00000000003B8C000001000000FFFFFFFFFFFFFFFF00000000003C8C000001000000FFFFFFFFFFFFFFFF00000000003D8C000001000000FFFFFFFFFFFFFFFF00000000003E8C000001000000FFFFFFFFFFFFFFFF00000000003F8C000001000000FFFFFFFFFFFFFFFF0000000000408C000001000000FFFFFFFFFFFFFFFF0000000000418C000001000000FFFFFFFFFFFFFFFF000000000050C3000001000000FFFFFFFFFFFFFFFF000000000051C3000001000000FFFFFFFFFFFFFFFF000000000052C3000001000000FFFFFFFFFFFFFFFF000000000053C3000001000000FFFFFFFFFFFFFFFF000000000054C3000001000000FFFFFFFFFFFFFFFF000000000055C3000001000000FFFFFFFFFFFFFFFF000000000056C3000001000000FFFFFFFFFFFFFFFF000000000057C3000001000000FFFFFFFFFFFFFFFF000000000058C3000001000000FFFFFFFFFFFFFFFF000000000059C3000001000000FFFFFFFFFFFFFFFF00000000005AC3000001000000FFFFFFFFFFFFFFFF00000000005BC3000001000000FFFFFFFFFFFFFFFF00000000005CC3000001000000FFFFFFFFFFFFFFFF00000000005DC3000001000000FFFFFFFFFFFFFFFF00000000005EC3000001000000FFFFFFFFFFFFFFFF00000000005FC3000001000000FFFFFFFFFFFFFFFF000000000060C3000001000000FFFFFFFFFFFFFFFF000000000061C3000001000000FFFFFFFFFFFFFFFF000000000062C3000001000000FFFFFFFFFFFFFFFF000000000063C3000001000000FFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000000000000000000001000000FFFFFFFFE205000001000000FFFFFFFFE2050000000000000010000001000000FFFFFFFFFFFFFFFF400100004F000000440100007E040000010000000200001004000000010000000000000000000000FFFFFFFF05000000ED0300006D000000C3000000C40000007394000001800010000001000000BE000000D5000000FE010000E6010000000000004F000000400100007E0400000000000040410056050000000750726F6A65637401000000ED03000001000000FFFFFFFFFFFFFFFF05426F6F6B73010000006D00000001000000FFFFFFFFFFFFFFFF0946756E6374696F6E7301000000C300000001000000FFFFFFFFFFFFFFFF0954656D706C6174657301000000C400000001000000FFFFFFFFFFFFFFFF09526567697374657273000000007394000001000000FFFFFFFFFFFFFFFF00000000000000000000000000000000000000000000000001000000FFFFFFFFED03000001000000FFFFFFFFED030000000000000080000000000000FFFFFFFFFFFFFFFF00000000E902000070070000ED02000000000000010000100400000001000000000000000000000000000000000000000000000001000000C6000000FFFFFFFF0F0000008F070000930700009407000095070000960700009007000091070000B5010000B801000038030000B9050000BA050000BB050000BC050000CB09000001800080000000000000BE000000D5000000FE010000E601000000000000ED02000070070000C503000000000000404100460F0000001343616C6C20537461636B202B204C6F63616C73000000008F07000001000000FFFFFFFFFFFFFFFF0755415254202331000000009307000001000000FFFFFFFFFFFFFFFF0755415254202332000000009407000001000000FFFFFFFFFFFFFFFF0755415254202333000000009507000001000000FFFFFFFFFFFFFFFF15446562756720287072696E74662920566965776572000000009607000001000000FFFFFFFFFFFFFFFF0757617463682031000000009007000001000000FFFFFFFFFFFFFFFF0757617463682032000000009107000001000000FFFFFFFFFFFFFFFF10547261636520457863657074696F6E7300000000B501000001000000FFFFFFFFFFFFFFFF0E4576656E7420436F756E7465727300000000B801000001000000FFFFFFFFFFFFFFFF09554C494E4B706C7573000000003803000001000000FFFFFFFFFFFFFFFF084D656D6F7279203100000000B905000001000000FFFFFFFFFFFFFFFF084D656D6F7279203200000000BA05000001000000FFFFFFFFFFFFFFFF084D656D6F7279203300000000BB05000001000000FFFFFFFFFFFFFFFF084D656D6F7279203400000000BC05000001000000FFFFFFFFFFFFFFFF105472616365204E617669676174696F6E00000000CB09000001000000FFFFFFFFFFFFFFFFFFFFFFFF0000000001000000000000000000000001000000FFFFFFFFB8030000ED020000BC030000C503000000000000020000000400000000000000000000000000000000000000000000000000000002000000C6000000FFFFFFFF8F07000001000000FFFFFFFF8F07000001000000C6000000000000000080000001000000FFFFFFFFFFFFFFFF000000007E040000000A000082040000010000000100001004000000010000000000000000000000FFFFFFFF06000000C5000000C7000000B4010000D2010000CF0100007794000001800080000001000000BE000000D500000076040000990100000000000082040000000A0000460500000000000040820056060000000C4275696C64204F757470757401000000C500000001000000FFFFFFFFFFFFFFFF0D46696E6420496E2046696C657300000000C700000001000000FFFFFFFFFFFFFFFF0A4572726F72204C69737400000000B401000001000000FFFFFFFFFFFFFFFF0E536F757263652042726F7773657200000000D201000001000000FFFFFFFFFFFFFFFF0E416C6C205265666572656E63657300000000CF01000001000000FFFFFFFFFFFFFFFF0742726F77736572000000007794000001000000FFFFFFFFFFFFFFFF00000000000000000000000000000000000000000000000001000000FFFFFFFFC500000001000000FFFFFFFFC5000000000000000000000000000000 + + + 59392 + File + + 2675 + 00200000010000002800FFFF01001100434D4643546F6F6C426172427574746F6E00E100000000000000000000000000000000000000000000000100000001000000018001E100000000000001000000000000000000000000000000000100000001000000018003E1000000000400020000000000000000000000000000000001000000010000000180CD7F0000000000000300000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018023E100000000040004000000000000000000000000000000000100000001000000018022E100000000040005000000000000000000000000000000000100000001000000018025E10000000004000600000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001802BE10000000004000700000000000000000000000000000000010000000100000001802CE10000000004000800000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001807A8A0000000004000900000000000000000000000000000000010000000100000001807B8A0000000004000A00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180D3B00000000004000B000000000000000000000000000000000100000001000000018015B10000000004000C0000000000000000000000000000000001000000010000000180F4B00000000004000D000000000000000000000000000000000100000001000000018036B10000000004000E00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FF88000000000400460000000000000000000000000000000001000000010000000180FE880000000004004500000000000000000000000000000000010000000100000001800B810000000004001300000000000000000000000000000000010000000100000001800C810000000004001400000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180F0880000020000000F000000000000000000000000000000000100000001000000FFFF0100120043555646696E64436F6D626F427574746F6EE803000000000400000000000000000000000000000000000001000000010000009600000002002050000000000E4150505F524F4C455F534C415645960000000000000005000E4150505F524F4C455F534C4156450F4150505F524F4C455F4D4153544552104150505F524F4C455F44454641554C54194150505F524F4C455F4445544543545F4750494F5F504F52541D4150505F524F4C455F4445544543545F4D41535445525F4C4556454C200000000000000000000000000000000000000000018024E10000000000001100000000000000000000000000000000010000000100000001800A810000000004001200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6E2280000002000000150000002153746172742F53746F70202644656275672053657373696F6E094374726C2B46350000000000000000000000000100000001000000000000000000000001000000020021802280000000000000150000002153746172742F53746F70202644656275672053657373696F6E094374726C2B4635000000000000000000000000010000000100000000000000000000000100000000002180E0010000000000007500000021456E65726779204D6561737572656D656E742026776974686F75742044656275670000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C488000000000400160000000000000000000000000000000001000000010000000180C988000000000400180000000000000000000000000000000001000000010000000180C788000000000000190000000000000000000000000000000001000000010000002180C8880000000000001700000027264B696C6C20416C6C20427265616B706F696E747320696E2043757272656E7420546172676574000000000000000000000000010000000100000000000000000000000100000003002180C8880000000000001700000027264B696C6C20416C6C20427265616B706F696E747320696E2043757272656E7420546172676574000000000000000000000000010000000100000000000000000000000100000000002180E50100000000000078000000264B696C6C20416C6C20427265616B706F696E747320696E204163746976652050726F6A656374000000000000000000000000010000000100000000000000000000000100000000002180E601000000000000790000002F4B696C6C20416C6C20427265616B706F696E747320696E204D756C74692D50726F6A65637420576F726B73706163650000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000021804C010000020001001A0000000F2650726F6A6563742057696E646F77000000000000000000000000010000000100000000000000000000000100000008002180DD880000000000001A0000000750726F6A656374000000000000000000000000010000000100000000000000000000000100000000002180DC8B0000000000003A00000005426F6F6B73000000000000000000000000010000000100000000000000000000000100000000002180E18B0000000000003B0000000946756E6374696F6E73000000000000000000000000010000000100000000000000000000000100000000002180E28B000000000000400000000954656D706C6174657300000000000000000000000001000000010000000000000000000000010000000000218018890000000000003D0000000E536F757263652042726F777365720000000000000000000000000100000001000000000000000000000001000000000021800000000000000400FFFFFFFF00000000000000000000000000010000000100000000000000000000000100000000002180D988000000000000390000000C4275696C64204F7574707574000000000000000000000000010000000100000000000000000000000100000000002180E38B000000000000410000000B46696E64204F75747075740000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FB7F0000000000001B000000000000000000000000000000000100000001000000000000000446696C65FF7F0000 + + + 1423 + 2800FFFF01001100434D4643546F6F6C426172427574746F6E00E1000000000000FFFFFFFF000100000000000000010000000000000001000000018001E1000000000000FFFFFFFF000100000000000000010000000000000001000000018003E1000000000000FFFFFFFF0001000000000000000100000000000000010000000180CD7F000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF000000000000000000010000000000000001000000018023E1000000000000FFFFFFFF000100000000000000010000000000000001000000018022E1000000000000FFFFFFFF000100000000000000010000000000000001000000018025E1000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001802BE1000000000000FFFFFFFF00010000000000000001000000000000000100000001802CE1000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001807A8A000000000000FFFFFFFF00010000000000000001000000000000000100000001807B8A000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180D3B0000000000000FFFFFFFF000100000000000000010000000000000001000000018015B1000000000000FFFFFFFF0001000000000000000100000000000000010000000180F4B0000000000000FFFFFFFF000100000000000000010000000000000001000000018036B1000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180FF88000000000000FFFFFFFF0001000000000000000100000000000000010000000180FE88000000000000FFFFFFFF00010000000000000001000000000000000100000001800B81000000000000FFFFFFFF00010000000000000001000000000000000100000001800C81000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180F088000000000000FFFFFFFF0001000000000000000100000000000000010000000180EE7F000000000000FFFFFFFF000100000000000000010000000000000001000000018024E1000000000000FFFFFFFF00010000000000000001000000000000000100000001800A81000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001802280000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180C488000000000000FFFFFFFF0001000000000000000100000000000000010000000180C988000000000000FFFFFFFF0001000000000000000100000000000000010000000180C788000000000000FFFFFFFF0001000000000000000100000000000000010000000180C888000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180DD88000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180FB7F000000000000FFFFFFFF000100000000000000010000000000000001000000 + + + 1423 + 2800FFFF01001100434D4643546F6F6C426172427574746F6E00E100000000000000000000000000000000000000000000000100000001000000018001E100000000000001000000000000000000000000000000000100000001000000018003E1000000000000020000000000000000000000000000000001000000010000000180CD7F0000000000000300000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018023E100000000000004000000000000000000000000000000000100000001000000018022E100000000000005000000000000000000000000000000000100000001000000018025E10000000000000600000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001802BE10000000000000700000000000000000000000000000000010000000100000001802CE10000000000000800000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001807A8A0000000000000900000000000000000000000000000000010000000100000001807B8A0000000000000A00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180D3B00000000000000B000000000000000000000000000000000100000001000000018015B10000000000000C0000000000000000000000000000000001000000010000000180F4B00000000000000D000000000000000000000000000000000100000001000000018036B10000000000000E00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FF880000000000000F0000000000000000000000000000000001000000010000000180FE880000000000001000000000000000000000000000000000010000000100000001800B810000000000001100000000000000000000000000000000010000000100000001800C810000000000001200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180F088000000000000130000000000000000000000000000000001000000010000000180EE7F00000000000014000000000000000000000000000000000100000001000000018024E10000000000001500000000000000000000000000000000010000000100000001800A810000000000001600000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018022800000000000001700000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C488000000000000180000000000000000000000000000000001000000010000000180C988000000000000190000000000000000000000000000000001000000010000000180C7880000000000001A0000000000000000000000000000000001000000010000000180C8880000000000001B00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180DD880000000000001C00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FB7F0000000000001D000000000000000000000000000000000100000001000000 + + + + 59399 + Build + + 1000 + 00200000010000001000FFFF01001100434D4643546F6F6C426172427574746F6ECF7F0000000004001C0000000000000000000000000000000001000000010000000180D07F0000000000001D000000000000000000000000000000000100000001000000018030800000000000001E000000000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6EC7040000000000006A0000000C4261746368204275696C2664000000000000000000000000010000000100000000000000000000000100000004000580C7040000000000006A0000000C4261746368204275696C266400000000000000000000000001000000010000000000000000000000010000000000058046070000000000006B0000000D42617463682052656275696C640000000000000000000000000100000001000000000000000000000001000000000005804707000000000000FFFFFFFF0B426174636820436C65616E0100000000000000000000000100000001000000000000000000000001000000000005809E8A0000000000001F0000000F4261746326682053657475702E2E2E000000000000000000000000010000000100000000000000000000000100000000000180D17F0000000004002000000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001804C8A0000000000002100000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000FFFF01001900434D4643546F6F6C426172436F6D626F426F78427574746F6EBA00000000000000000000000000000000000000000000000001000000010000009600000003002050000000001453544D333257423535434755365F5A6967626565960000000000000001001453544D333257423535434755365F5A6967626565000000000180EB880000000000002200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C07F000000000000230000000000000000000000000000000001000000010000000180B08A000000000400240000000000000000000000000000000001000000010000000180A8010000000000004E00000000000000000000000000000000010000000100000001807202000000000000530000000000000000000000000000000001000000010000000180BE010000000000005000000000000000000000000000000000010000000100000000000000054275696C64FF7F0000 + + + 583 + 1000FFFF01001100434D4643546F6F6C426172427574746F6ECF7F000000000000FFFFFFFF0001000000000000000100000000000000010000000180D07F000000000000FFFFFFFF00010000000000000001000000000000000100000001803080000000000000FFFFFFFF00010000000000000001000000000000000100000001809E8A000000000000FFFFFFFF0001000000000000000100000000000000010000000180D17F000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001804C8A000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001806680000000000000FFFFFFFF0001000000000000000100000000000000010000000180EB88000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180C07F000000000000FFFFFFFF0001000000000000000100000000000000010000000180B08A000000000000FFFFFFFF0001000000000000000100000000000000010000000180A801000000000000FFFFFFFF00010000000000000001000000000000000100000001807202000000000000FFFFFFFF0001000000000000000100000000000000010000000180BE01000000000000FFFFFFFF000100000000000000010000000000000001000000 + + + 583 + 1000FFFF01001100434D4643546F6F6C426172427574746F6ECF7F000000000000000000000000000000000000000000000001000000010000000180D07F00000000000001000000000000000000000000000000000100000001000000018030800000000000000200000000000000000000000000000000010000000100000001809E8A000000000000030000000000000000000000000000000001000000010000000180D17F0000000000000400000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001804C8A0000000000000500000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001806680000000000000060000000000000000000000000000000001000000010000000180EB880000000000000700000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C07F000000000000080000000000000000000000000000000001000000010000000180B08A000000000000090000000000000000000000000000000001000000010000000180A8010000000000000A000000000000000000000000000000000100000001000000018072020000000000000B0000000000000000000000000000000001000000010000000180BE010000000000000C000000000000000000000000000000000100000001000000 + + + + 59400 + Debug + + 2373 + 00200000000000001900FFFF01001100434D4643546F6F6C426172427574746F6ECC880000000000002500000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018017800000000000002600000000000000000000000000000000010000000100000001801D800000000000002700000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001801A800000000000002800000000000000000000000000000000010000000100000001801B80000000000000290000000000000000000000000000000001000000010000000180E57F0000000000002A00000000000000000000000000000000010000000100000001801C800000000000002B00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018000890000000000002C00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180E48B0000000000002D0000000000000000000000000000000001000000010000000180F07F0000000000002E0000000000000000000000000000000001000000010000000180E8880000000000003700000000000000000000000000000000010000000100000001803B010000000000002F0000000000000000000000000000000001000000010000000180BB8A00000000000030000000000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6E0E01000000000000310000000D57617463682057696E646F7773000000000000000000000000010000000100000000000000000000000100000003001380D88B00000000000031000000085761746368202631000000000000000000000000010000000100000000000000000000000100000000001380D98B00000000000031000000085761746368202632000000000000000000000000010000000100000000000000000000000100000000001380CE01000000000000FFFFFFFF0C576174636820416E63686F720100000000000000000000000100000001000000000000000000000001000000000013800F01000000000000320000000E4D656D6F72792057696E646F7773000000000000000000000000010000000100000000000000000000000100000004001380D28B00000000000032000000094D656D6F7279202631000000000000000000000000010000000100000000000000000000000100000000001380D38B00000000000032000000094D656D6F7279202632000000000000000000000000010000000100000000000000000000000100000000001380D48B00000000000032000000094D656D6F7279202633000000000000000000000000010000000100000000000000000000000100000000001380D58B00000000000032000000094D656D6F72792026340000000000000000000000000100000001000000000000000000000001000000000013801001000000000000330000000E53657269616C2057696E646F77730000000000000000000000000100000001000000000000000000000001000000040013809307000000000000330000000855415254202326310000000000000000000000000100000001000000000000000000000001000000000013809407000000000000330000000855415254202326320000000000000000000000000100000001000000000000000000000001000000000013809507000000000000330000000855415254202326330000000000000000000000000100000001000000000000000000000001000000000013809607000000000000330000001626446562756720287072696E746629205669657765720000000000000000000000000100000001000000000000000000000001000000000013803C010000000000007200000010416E616C797369732057696E646F7773000000000000000000000000010000000100000000000000000000000100000004001380658A000000000000340000000F264C6F67696320416E616C797A6572000000000000000000000000010000000100000000000000000000000100000000001380DC7F0000000000003E0000001526506572666F726D616E636520416E616C797A6572000000000000000000000000010000000100000000000000000000000100000000001380E788000000000000380000000E26436F646520436F766572616765000000000000000000000000010000000100000000000000000000000100000000001380CD01000000000000FFFFFFFF0F416E616C7973697320416E63686F7201000000000000000000000001000000010000000000000000000000010000000000138053010000000000003F0000000D54726163652057696E646F77730000000000000000000000000100000001000000000000000000000001000000010013805401000000000000FFFFFFFF115472616365204D656E7520416E63686F720100000000000000000000000100000001000000000000000000000001000000000013802901000000000000350000001553797374656D205669657765722057696E646F77730000000000000000000000000100000001000000000000000000000001000000010013804B01000000000000FFFFFFFF1453797374656D2056696577657220416E63686F720100000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000013800189000000000000360000000F26546F6F6C626F782057696E646F7700000000000000000000000001000000010000000000000000000000010000000300138044C5000000000000FFFFFFFF0E5570646174652057696E646F77730100000000000000000000000100000001000000000000000000000001000000000013800000000000000400FFFFFFFF000000000000000000000000000100000001000000000000000000000001000000000013805B01000000000000FFFFFFFF12546F6F6C626F78204D656E75416E63686F720100000000000000000000000100000001000000000000000000000001000000000000000000054465627567FF7F0000 + + + 898 + 1900FFFF01001100434D4643546F6F6C426172427574746F6ECC88000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001801780000000000000FFFFFFFF00010000000000000001000000000000000100000001801D80000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001801A80000000000000FFFFFFFF00010000000000000001000000000000000100000001801B80000000000000FFFFFFFF0001000000000000000100000000000000010000000180E57F000000000000FFFFFFFF00010000000000000001000000000000000100000001801C80000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001800089000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180E48B000000000000FFFFFFFF0001000000000000000100000000000000010000000180F07F000000000000FFFFFFFF0001000000000000000100000000000000010000000180E888000000000000FFFFFFFF00010000000000000001000000000000000100000001803B01000000000000FFFFFFFF0001000000000000000100000000000000010000000180BB8A000000000000FFFFFFFF0001000000000000000100000000000000010000000180D88B000000000000FFFFFFFF0001000000000000000100000000000000010000000180D28B000000000000FFFFFFFF00010000000000000001000000000000000100000001809307000000000000FFFFFFFF0001000000000000000100000000000000010000000180658A000000000000FFFFFFFF0001000000000000000100000000000000010000000180C18A000000000000FFFFFFFF0001000000000000000100000000000000010000000180EE8B000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001800189000000000000FFFFFFFF000100000000000000010000000000000001000000 + + + 898 + 1900FFFF01001100434D4643546F6F6C426172427574746F6ECC880000000000000000000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018017800000000000000100000000000000000000000000000000010000000100000001801D800000000000000200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001801A800000000000000300000000000000000000000000000000010000000100000001801B80000000000000040000000000000000000000000000000001000000010000000180E57F0000000000000500000000000000000000000000000000010000000100000001801C800000000000000600000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018000890000000000000700000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180E48B000000000000080000000000000000000000000000000001000000010000000180F07F000000000000090000000000000000000000000000000001000000010000000180E8880000000000000A00000000000000000000000000000000010000000100000001803B010000000000000B0000000000000000000000000000000001000000010000000180BB8A0000000000000C0000000000000000000000000000000001000000010000000180D88B0000000000000D0000000000000000000000000000000001000000010000000180D28B0000000000000E000000000000000000000000000000000100000001000000018093070000000000000F0000000000000000000000000000000001000000010000000180658A000000000000100000000000000000000000000000000001000000010000000180C18A000000000000110000000000000000000000000000000001000000010000000180EE8B0000000000001200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180018900000000000013000000000000000000000000000000000100000001000000 + + + + 0 + 2560 + 1440 + + + + +
    diff --git a/MDK-ARM/stm32wb55_zigbee.uvoptx b/MDK-ARM/stm32wb55_zigbee.uvoptx new file mode 100644 index 0000000..bf4a90d --- /dev/null +++ b/MDK-ARM/stm32wb55_zigbee.uvoptx @@ -0,0 +1,304 @@ + + + + 1.0 + +
    ### uVision Project, (C) Keil Software
    + + + *.c + *.s*; *.src; *.a* + *.obj; *.o + *.lib + *.txt; *.h; *.inc; *.md + *.plm + *.cpp; *.cc; *.cxx + 0 + + + + 0 + 0 + + + + STM32WB55CGU6_Zigbee + 0x4 + ARM-ADS + + 64000000 + + 0 + 1 + 0 + 1 + 0 + + + 1 + 65535 + 0 + 0 + 0 + + + 79 + 66 + 8 + .\Listings\ + + + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + + + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + + + 1 + 0 + 1 + + 0 + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + + + + + + + + + + + BIN\UL2CM3.DLL + + + + 0 + UL2CM3 + UL2CM3(-S0 -C0 -P0 -FD20000000 -FC8000 -FN1 -FF0STM32WB5x_M4_1024 -FS08000000 -FL0100000 -FP0($$Device:STM32WB55CGUx$CMSIS\Flash\STM32WB5x_M4_1024.FLM)) + + + + + 0 + + + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + 0 + 0 + 0 + + + + + + + + + + + + + Core + 0 + 0 + 0 + 0 + + 1 + 1 + 1 + 0 + 0 + 0 + ..\Core\Src\main.c + main.c + 0 + 0 + + + + + App + 0 + 0 + 0 + 0 + + 2 + 2 + 1 + 0 + 0 + 0 + ..\App\app_globals.c + app_globals.c + 0 + 0 + + + 2 + 3 + 1 + 0 + 0 + 0 + ..\App\hardware.c + hardware.c + 0 + 0 + + + 2 + 4 + 1 + 0 + 0 + 0 + ..\App\slave_inputs.c + slave_inputs.c + 0 + 0 + + + 2 + 5 + 1 + 0 + 0 + 0 + ..\App\zigbee_app.c + zigbee_app.c + 0 + 0 + + + 2 + 6 + 1 + 0 + 0 + 0 + ..\App\zigbee_port.c + zigbee_port.c + 0 + 0 + + + + + Docs + 0 + 0 + 0 + 0 + + 3 + 7 + 5 + 0 + 0 + 0 + ..\README.md + README.md + 0 + 0 + + + 3 + 8 + 5 + 0 + 0 + 0 + ..\docs\ARCHITECTURE.md + ARCHITECTURE.md + 0 + 0 + + + 3 + 9 + 5 + 0 + 0 + 0 + ..\docs\KEIL_SETUP.md + KEIL_SETUP.md + 0 + 0 + + + +
    diff --git a/MDK-ARM/stm32wb55_zigbee.uvprojx b/MDK-ARM/stm32wb55_zigbee.uvprojx new file mode 100644 index 0000000..d5906e4 --- /dev/null +++ b/MDK-ARM/stm32wb55_zigbee.uvprojx @@ -0,0 +1,454 @@ + + + + 2.1 + +
    ### uVision Project, (C) Keil Software
    + + + + STM32WB55CGU6_Zigbee + 0x4 + ARM-ADS + 5060750::V5.06 update 7 (build 960)::ARMCC + 0 + + + STM32WB55CGUx + STMicroelectronics + Keil.STM32WBxx_DFP.2.0.1 + https://www.keil.com/pack/ + IRAM(0x20000000,0x30000) IROM(0x08000000,0x80000) CPUTYPE("Cortex-M4") FPU2 CLOCK(64000000) ELITTLE + + + + 0 + + + + + + + + + + + $$Device:STM32WB55CGUx$CMSIS\SVD\STM32WB55_CM4.svd + 0 + 0 + + ..\Core\Inc;..\App + + + + + 0 + 0 + 0 + 0 + 1 + + .\Objects\ + stm32wb55_zigbee + 1 + 0 + 1 + 1 + 1 + .\Listings\ + 1 + 0 + 0 + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + 0 + 0 + + 0 + + + + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 3 + + + 1 + + + + + + + + + + + + + + 1 + 0 + 0 + 0 + 16 + + + + + 1 + 0 + 0 + 1 + 1 + -1 + + 1 + BIN\UL2CM3.DLL + + + + + + 0 + + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + "Cortex-M4" + + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x30000 + + + 1 + 0x8000000 + 0x80000 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 1 + 0x8000000 + 0x80000 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x30000 + + + 0 + 0x0 + 0x0 + + + + + + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 2 + 0 + 0 + 1 + 0 + 0 + 3 + 3 + 1 + 1 + 0 + 0 + 0 + + --c99 + STM32WB55xx + + ..\Core\Inc;..\App + + + + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + + + STM32WB55xx + + ..\Core\Inc;..\App + + + + 1 + 0 + 0 + 0 + 1 + 0 + 0x08000000 + 0x20000000 + + + + + + + + + + + + + Core + + + main.c + 1 + ..\Core\Src\main.c + + + + + App + + + app_globals.c + 1 + ..\App\app_globals.c + + + hardware.c + 1 + ..\App\hardware.c + + + slave_inputs.c + 1 + ..\App\slave_inputs.c + + + zigbee_app.c + 1 + ..\App\zigbee_app.c + + + zigbee_port.c + 1 + ..\App\zigbee_port.c + + + + + Docs + + + README.md + 5 + ..\README.md + + + ARCHITECTURE.md + 5 + ..\docs\ARCHITECTURE.md + + + KEIL_SETUP.md + 5 + ..\docs\KEIL_SETUP.md + + + + + + + + + + + + + +
    diff --git a/MDK-ARM/stm32wb55xx_flash_cm4.sct b/MDK-ARM/stm32wb55xx_flash_cm4.sct new file mode 100644 index 0000000..9d4d446 --- /dev/null +++ b/MDK-ARM/stm32wb55xx_flash_cm4.sct @@ -0,0 +1,21 @@ +; ************************************************************* +; *** Scatter-Loading Description File generated by uVision *** +; ************************************************************* + +LR_IROM1 0x08000000 0x00080000 { ; load region size_region + ER_IROM1 0x08000000 0x00080000 { ; load address = execution address + *.o (RESET, +First) + *(InRoot$$Sections) + .ANY (+RO) + } + RW_IRAM1 0x20000008 0x2FFF8 { ; RW data + .ANY (+RW +ZI) + } + RW_RAM_SHARED 0x20030000 0x2800 { ; RW data + *(MAPPING_TABLE) + *(MB_MEM1) + *(MB_MEM2) + } + } + + diff --git a/README.md b/README.md new file mode 100644 index 0000000..32f3600 --- /dev/null +++ b/README.md @@ -0,0 +1,33 @@ +# STM32WB55CGU6 Zigbee Master/Slave Keil Project + +Проект для STM32WB55CGU6 в Keil MDK на базе официального CubeWB Zigbee-примера. + +Основной Keil-файл: + +```text +MDK-ARM/Zigbee_OnOff_Server_Coord.uvprojx +``` + +## Что реализовано + +- Глобальная структура `g_app` хранит роль, состояние Zigbee, конфиг сети, кнопки и аналоговый канал. +- Роль можно переключать во время работы через `App_SetRole()` или аппаратный переключатель в `Hardware_ReadRoleSwitchIsMaster()`. +- Режим `slave` читает 3 кнопки и 1 аналоговый канал, фильтрует ADC и отправляет отчет через `ZigbeePort_SendSlaveInputs()`. +- Режим `master` отделен архитектурно: он должен открыть Zigbee-сеть и принимать отчеты slave в `zigbee_port.c`. +- ST `main.c`, `app_entry.c`, startup, scatter, HAL, BSP и `STM32_WPAN` взяты из `STM32Cube_FW_WB_V1.23.0`. + +## Следующие аппаратные шаги + +1. Проверить, что установлен `STM32Cube_FW_WB_V1.23.0`. +2. Открыть `MDK-ARM/Zigbee_OnOff_Server_Coord.uvprojx`. +3. В `App/hardware.c` назначить реальные пины роли, 3 кнопок и ADC. +4. В `App/zigbee_port.c` заменить текущий адаптер на реальные STM32_WPAN/Zigbee send/receive вызовы. +5. Для STM32WB55CGU6 проверить memory layout и package pinout, потому что ST-база взята от `P-NUCLEO-WB55.Nucleo`. + +## Где менять поведение + +- `App/app_config.h` - период отправки, endpoint, cluster id, роль по умолчанию. +- `App/app_types.h` - глобальные структуры. +- `App/slave_inputs.c` - debounce кнопок и фильтр ADC. +- `App/zigbee_app.c` - общая логика master/slave. +- `App/zigbee_port.c` - реальные Zigbee вызовы STM32WB. diff --git a/STM32CubeIDE/.cproject b/STM32CubeIDE/.cproject new file mode 100644 index 0000000..36fdd38 --- /dev/null +++ b/STM32CubeIDE/.cproject @@ -0,0 +1,239 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/STM32CubeIDE/.project b/STM32CubeIDE/.project new file mode 100644 index 0000000..b2ec863 --- /dev/null +++ b/STM32CubeIDE/.project @@ -0,0 +1,281 @@ + + + Zigbee_OnOff_Server_Coord + + + + + + org.eclipse.cdt.managedbuilder.core.genmakebuilder + clean,full,incremental, + + + + + org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder + full,incremental, + + + + + + com.st.stm32cube.ide.mcu.MCUProjectNature + org.eclipse.cdt.core.cnature + com.st.stm32cube.ide.mcu.MCUCubeIdeServicesRevAev2ProjectNature + com.st.stm32cube.ide.mcu.MCUNonUnderRootProjectNature + com.st.stm32cube.ide.mcu.MCUCubeProjectNature + com.st.stm32cube.ide.mcu.MCUAdvancedStructureProjectNature + com.st.stm32cube.ide.mcu.MCUEndUserDisabledTrustZoneProjectNature + com.st.stm32cube.ide.mcu.MCUSingleCpuProjectNature + com.st.stm32cube.ide.mcu.MCURootProjectNature + org.eclipse.cdt.managedbuilder.core.managedBuildNature + org.eclipse.cdt.managedbuilder.core.ScannerConfigNature + + + + Zigbee_OnOff_Server_Coord.ioc + 1 + $%7BPARENT-1-PROJECT_LOC%7D/Zigbee_OnOff_Server_Coord.ioc + + + Doc/readme.txt + 1 + PARENT-1-PROJECT_LOC/readme.txt + + + Utilities/stm32_lpm.c + 1 + $%7BPARENT-6-PROJECT_LOC%7D/Utilities/lpm/tiny_lpm/stm32_lpm.c + + + Utilities/stm32_seq.c + 1 + $%7BPARENT-6-PROJECT_LOC%7D/Utilities/sequencer/stm32_seq.c + + + Drivers/CMSIS/system_stm32wbxx.c + 1 + $%7BPARENT-1-PROJECT_LOC%7D/Core/Src/system_stm32wbxx.c + + + Drivers/STM32WBxx_HAL_Driver/stm32wbxx_hal.c + 1 + $%7BPARENT-6-PROJECT_LOC%7D/Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal.c + + + Drivers/STM32WBxx_HAL_Driver/stm32wbxx_hal_cortex.c + 1 + $%7BPARENT-6-PROJECT_LOC%7D/Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_cortex.c + + + Drivers/STM32WBxx_HAL_Driver/stm32wbxx_hal_dma.c + 1 + $%7BPARENT-6-PROJECT_LOC%7D/Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_dma.c + + + Drivers/STM32WBxx_HAL_Driver/stm32wbxx_hal_dma_ex.c + 1 + $%7BPARENT-6-PROJECT_LOC%7D/Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_dma_ex.c + + + Drivers/STM32WBxx_HAL_Driver/stm32wbxx_hal_exti.c + 1 + $%7BPARENT-6-PROJECT_LOC%7D/Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_exti.c + + + Drivers/STM32WBxx_HAL_Driver/stm32wbxx_hal_flash.c + 1 + $%7BPARENT-6-PROJECT_LOC%7D/Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_flash.c + + + Drivers/STM32WBxx_HAL_Driver/stm32wbxx_hal_flash_ex.c + 1 + $%7BPARENT-6-PROJECT_LOC%7D/Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_flash_ex.c + + + Drivers/STM32WBxx_HAL_Driver/stm32wbxx_hal_gpio.c + 1 + $%7BPARENT-6-PROJECT_LOC%7D/Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_gpio.c + + + Drivers/STM32WBxx_HAL_Driver/stm32wbxx_hal_hsem.c + 1 + $%7BPARENT-6-PROJECT_LOC%7D/Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_hsem.c + + + Drivers/STM32WBxx_HAL_Driver/stm32wbxx_hal_ipcc.c + 1 + PARENT-6-PROJECT_LOC/Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_ipcc.c + + + Drivers/STM32WBxx_HAL_Driver/stm32wbxx_hal_pwr.c + 1 + $%7BPARENT-6-PROJECT_LOC%7D/Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_pwr.c + + + Drivers/STM32WBxx_HAL_Driver/stm32wbxx_hal_pwr_ex.c + 1 + $%7BPARENT-6-PROJECT_LOC%7D/Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_pwr_ex.c + + + Drivers/STM32WBxx_HAL_Driver/stm32wbxx_hal_rcc.c + 1 + $%7BPARENT-6-PROJECT_LOC%7D/Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_rcc.c + + + Drivers/STM32WBxx_HAL_Driver/stm32wbxx_hal_rcc_ex.c + 1 + $%7BPARENT-6-PROJECT_LOC%7D/Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_rcc_ex.c + + + Drivers/STM32WBxx_HAL_Driver/stm32wbxx_hal_rtc.c + 1 + $%7BPARENT-6-PROJECT_LOC%7D/Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_rtc.c + + + Drivers/STM32WBxx_HAL_Driver/stm32wbxx_hal_rtc_ex.c + 1 + $%7BPARENT-6-PROJECT_LOC%7D/Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_rtc_ex.c + + + Drivers/STM32WBxx_HAL_Driver/stm32wbxx_hal_tim.c + 1 + $%7BPARENT-6-PROJECT_LOC%7D/Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_tim.c + + + Drivers/STM32WBxx_HAL_Driver/stm32wbxx_hal_tim_ex.c + 1 + $%7BPARENT-6-PROJECT_LOC%7D/Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_tim_ex.c + + + Drivers/STM32WBxx_HAL_Driver/stm32wbxx_hal_uart.c + 1 + $%7BPARENT-6-PROJECT_LOC%7D/Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_uart.c + + + Drivers/STM32WBxx_HAL_Driver/stm32wbxx_hal_uart_ex.c + 1 + $%7BPARENT-6-PROJECT_LOC%7D/Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_uart_ex.c + + + Drivers/STM32WBxx_HAL_Driver/stm32wbxx_ll_rcc.c + 1 + PARENT-6-PROJECT_LOC/Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_ll_rcc.c + + + Middlewares/STM32_WPAN/dbg_trace.c + 1 + $%7BPARENT-6-PROJECT_LOC%7D/Middlewares/ST/STM32_WPAN/utilities/dbg_trace.c + + + Middlewares/STM32_WPAN/ee.c + 1 + $%7BPARENT-6-PROJECT_LOC%7D/Middlewares/ST/STM32_WPAN/zigbee/platform/ee.c + + + Middlewares/STM32_WPAN/hw_flash.c + 1 + $%7BPARENT-6-PROJECT_LOC%7D/Middlewares/ST/STM32_WPAN/zigbee/platform/hw_flash.c + + + Middlewares/STM32_WPAN/otp.c + 1 + $%7BPARENT-6-PROJECT_LOC%7D/Middlewares/ST/STM32_WPAN/utilities/otp.c + + + Middlewares/STM32_WPAN/shci.c + 1 + $%7BPARENT-6-PROJECT_LOC%7D/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci/shci.c + + + Middlewares/STM32_WPAN/shci_tl.c + 1 + $%7BPARENT-6-PROJECT_LOC%7D/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/shci_tl.c + + + Middlewares/STM32_WPAN/shci_tl_if.c + 1 + $%7BPARENT-6-PROJECT_LOC%7D/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/shci_tl_if.c + + + Middlewares/STM32_WPAN/stm_list.c + 1 + $%7BPARENT-6-PROJECT_LOC%7D/Middlewares/ST/STM32_WPAN/utilities/stm_list.c + + + Middlewares/STM32_WPAN/stm_queue.c + 1 + $%7BPARENT-6-PROJECT_LOC%7D/Middlewares/ST/STM32_WPAN/utilities/stm_queue.c + + + Middlewares/STM32_WPAN/tl_mbox.c + 1 + $%7BPARENT-6-PROJECT_LOC%7D/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/tl_mbox.c + + + Middlewares/STM32_WPAN/tl_zigbee_hci.c + 1 + $%7BPARENT-6-PROJECT_LOC%7D/Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/tl_zigbee_hci.c + + + Middlewares/STM32_WPAN/zigbee_core_wb.c + 1 + $%7BPARENT-6-PROJECT_LOC%7D/Middlewares/ST/STM32_WPAN/zigbee/core/src/zigbee_core_wb.c + + + Application/User/Core/app_entry.c + 1 + $%7BPARENT-1-PROJECT_LOC%7D/Core/Src/app_entry.c + + + Application/User/Core/hw_timerserver.c + 1 + $%7BPARENT-1-PROJECT_LOC%7D/Core/Src/hw_timerserver.c + + + Application/User/Core/hw_uart.c + 1 + $%7BPARENT-1-PROJECT_LOC%7D/Core/Src/hw_uart.c + + + Application/User/Core/main.c + 1 + $%7BPARENT-1-PROJECT_LOC%7D/Core/Src/main.c + + + Application/User/Core/stm32_lpm_if.c + 1 + $%7BPARENT-1-PROJECT_LOC%7D/Core/Src/stm32_lpm_if.c + + + Application/User/Core/stm32wbxx_hal_msp.c + 1 + $%7BPARENT-1-PROJECT_LOC%7D/Core/Src/stm32wbxx_hal_msp.c + + + Application/User/Core/stm32wbxx_it.c + 1 + $%7BPARENT-1-PROJECT_LOC%7D/Core/Src/stm32wbxx_it.c + + + Application/User/Core/stm_logging.c + 1 + $%7BPARENT-1-PROJECT_LOC%7D/Core/Src/stm_logging.c + + + Drivers/BSP/STM32WBxx_Nucleo/stm32wbxx_nucleo.c + 1 + PARENT-6-PROJECT_LOC/Drivers/BSP/P-NUCLEO-WB55.Nucleo/stm32wbxx_nucleo.c + + + Application/User/STM32_WPAN/App/app_zigbee.c + 1 + $%7BPARENT-1-PROJECT_LOC%7D/STM32_WPAN/App/app_zigbee.c + + + Application/User/STM32_WPAN/Target/hw_ipcc.c + 1 + $%7BPARENT-1-PROJECT_LOC%7D/STM32_WPAN/Target/hw_ipcc.c + + + diff --git a/STM32CubeIDE/Application/User/Core/syscalls.c b/STM32CubeIDE/Application/User/Core/syscalls.c new file mode 100644 index 0000000..f4278b7 --- /dev/null +++ b/STM32CubeIDE/Application/User/Core/syscalls.c @@ -0,0 +1,176 @@ +/** + ****************************************************************************** + * @file syscalls.c + * @author Auto-generated by STM32CubeIDE + * @brief STM32CubeIDE Minimal System calls file + * + * For more information about which c-functions + * need which of these lowlevel functions + * please consult the Newlib libc-manual + ****************************************************************************** + * @attention + * + * Copyright (c) 2020-2022 STMicroelectronics. + * All rights reserved. + * + * This software is licensed under terms that can be found in the LICENSE file + * in the root directory of this software component. + * If no LICENSE file comes with this software, it is provided AS-IS. + * + ****************************************************************************** + */ + +/* Includes */ +#include +#include +#include +#include +#include +#include +#include +#include + + +/* Variables */ +extern int __io_putchar(int ch) __attribute__((weak)); +extern int __io_getchar(void) __attribute__((weak)); + + +char *__env[1] = { 0 }; +char **environ = __env; + + +/* Functions */ +void initialise_monitor_handles() +{ +} + +int _getpid(void) +{ + return 1; +} + +int _kill(int pid, int sig) +{ + (void)pid; + (void)sig; + errno = EINVAL; + return -1; +} + +void _exit (int status) +{ + _kill(status, -1); + while (1) {} /* Make sure we hang here */ +} + +__attribute__((weak)) int _read(int file, char *ptr, int len) +{ + (void)file; + int DataIdx; + + for (DataIdx = 0; DataIdx < len; DataIdx++) + { + *ptr++ = __io_getchar(); + } + + return len; +} + +__attribute__((weak)) int _write(int file, char *ptr, int len) +{ + (void)file; + int DataIdx; + + for (DataIdx = 0; DataIdx < len; DataIdx++) + { + __io_putchar(*ptr++); + } + return len; +} + +int _close(int file) +{ + (void)file; + return -1; +} + + +int _fstat(int file, struct stat *st) +{ + (void)file; + st->st_mode = S_IFCHR; + return 0; +} + +int _isatty(int file) +{ + (void)file; + return 1; +} + +int _lseek(int file, int ptr, int dir) +{ + (void)file; + (void)ptr; + (void)dir; + return 0; +} + +int _open(char *path, int flags, ...) +{ + (void)path; + (void)flags; + /* Pretend like we always fail */ + return -1; +} + +int _wait(int *status) +{ + (void)status; + errno = ECHILD; + return -1; +} + +int _unlink(char *name) +{ + (void)name; + errno = ENOENT; + return -1; +} + +int _times(struct tms *buf) +{ + (void)buf; + return -1; +} + +int _stat(char *file, struct stat *st) +{ + (void)file; + st->st_mode = S_IFCHR; + return 0; +} + +int _link(char *old, char *new) +{ + (void)old; + (void)new; + errno = EMLINK; + return -1; +} + +int _fork(void) +{ + errno = EAGAIN; + return -1; +} + +int _execve(char *name, char **argv, char **env) +{ + (void)name; + (void)argv; + (void)env; + errno = ENOMEM; + return -1; +} diff --git a/STM32CubeIDE/Application/User/Core/sysmem.c b/STM32CubeIDE/Application/User/Core/sysmem.c new file mode 100644 index 0000000..54081ac --- /dev/null +++ b/STM32CubeIDE/Application/User/Core/sysmem.c @@ -0,0 +1,79 @@ +/** + ****************************************************************************** + * @file sysmem.c + * @author Generated by STM32CubeIDE + * @brief STM32CubeIDE System Memory calls file + * + * For more information about which C functions + * need which of these lowlevel functions + * please consult the newlib libc manual + ****************************************************************************** + * @attention + * + * Copyright (c) 2022 STMicroelectronics. + * All rights reserved. + * + * This software is licensed under terms that can be found in the LICENSE file + * in the root directory of this software component. + * If no LICENSE file comes with this software, it is provided AS-IS. + * + ****************************************************************************** + */ + +/* Includes */ +#include +#include + +/** + * Pointer to the current high watermark of the heap usage + */ +static uint8_t *__sbrk_heap_end = NULL; + +/** + * @brief _sbrk() allocates memory to the newlib heap and is used by malloc + * and others from the C library + * + * @verbatim + * ############################################################################ + * # .data # .bss # newlib heap # MSP stack # + * # # # # Reserved by _Min_Stack_Size # + * ############################################################################ + * ^-- RAM start ^-- _end _estack, RAM end --^ + * @endverbatim + * + * This implementation starts allocating at the '_end' linker symbol + * The '_Min_Stack_Size' linker symbol reserves a memory for the MSP stack + * The implementation considers '_estack' linker symbol to be RAM end + * NOTE: If the MSP stack, at any point during execution, grows larger than the + * reserved size, please increase the '_Min_Stack_Size'. + * + * @param incr Memory size + * @return Pointer to allocated memory + */ +void *_sbrk(ptrdiff_t incr) +{ + extern uint8_t _end; /* Symbol defined in the linker script */ + extern uint8_t _estack; /* Symbol defined in the linker script */ + extern uint32_t _Min_Stack_Size; /* Symbol defined in the linker script */ + const uint32_t stack_limit = (uint32_t)&_estack - (uint32_t)&_Min_Stack_Size; + const uint8_t *max_heap = (uint8_t *)stack_limit; + uint8_t *prev_heap_end; + + /* Initialize heap end at first call */ + if (NULL == __sbrk_heap_end) + { + __sbrk_heap_end = &_end; + } + + /* Protect heap from growing into the reserved MSP stack */ + if (__sbrk_heap_end + incr > max_heap) + { + errno = ENOMEM; + return (void *)-1; + } + + prev_heap_end = __sbrk_heap_end; + __sbrk_heap_end += incr; + + return (void *)prev_heap_end; +} diff --git a/STM32CubeIDE/Application/User/Startup/startup_stm32wb55rgvx.s b/STM32CubeIDE/Application/User/Startup/startup_stm32wb55rgvx.s new file mode 100644 index 0000000..3f52ae3 --- /dev/null +++ b/STM32CubeIDE/Application/User/Startup/startup_stm32wb55rgvx.s @@ -0,0 +1,444 @@ +/** + ****************************************************************************** + * @file startup_stm32wb55xx_cm4.s + * @author MCD Application Team + * @brief STM32WB55xx devices vector table GCC toolchain. + * This module performs: + * - Set the initial SP + * - Set the initial PC == Reset_Handler, + * - Set the vector table entries with the exceptions ISR address + * - Branches to main in the C library (which eventually + * calls main()). + * After Reset the Cortex-M4 processor is in Thread mode, + * priority is Privileged, and the Stack is set to Main. + ****************************************************************************** + * @attention + * + * Copyright (c) 2019 STMicroelectronics. + * All rights reserved. + * + * This software is licensed under terms that can be found in the LICENSE file + * in the root directory of this software component. + * If no LICENSE file comes with this software, it is provided AS-IS. + * + ****************************************************************************** + */ + + .syntax unified + .cpu cortex-m4 + .fpu softvfp + .thumb + +.global g_pfnVectors +.global Default_Handler + +/* start address for the initialization values of the .data section. +defined in linker script */ +.word _sidata +/* start address for the .data section. defined in linker script */ +.word _sdata +/* end address for the .data section. defined in linker script */ +.word _edata +/* start address for the .bss section. defined in linker script */ +.word _sbss +/* end address for the .bss section. defined in linker script */ +.word _ebss +/* start address for the .MB_MEM2 section. defined in linker script */ +.word _sMB_MEM2 +/* end address for the .MB_MEM2 section. defined in linker script */ +.word _eMB_MEM2 + +/* INIT_BSS macro is used to fill the specified region [start : end] with zeros */ +.macro INIT_BSS start, end + ldr r0, =\start + ldr r1, =\end + movs r3, #0 + bl LoopFillZerobss +.endm + +/* INIT_DATA macro is used to copy data in the region [start : end] starting from 'src' */ +.macro INIT_DATA start, end, src + ldr r0, =\start + ldr r1, =\end + ldr r2, =\src + movs r3, #0 + bl LoopCopyDataInit +.endm + +.section .text.data_initializers +CopyDataInit: + ldr r4, [r2, r3] + str r4, [r0, r3] + adds r3, r3, #4 + +LoopCopyDataInit: + adds r4, r0, r3 + cmp r4, r1 + bcc CopyDataInit + bx lr + +FillZerobss: + str r3, [r0] + adds r0, r0, #4 + +LoopFillZerobss: + cmp r0, r1 + bcc FillZerobss + bx lr + + .section .text.Reset_Handler + .weak Reset_Handler + .type Reset_Handler, %function +Reset_Handler: + ldr r0, =_estack + mov sp, r0 /* set stack pointer */ +/* Call the clock system initialization function.*/ + bl SystemInit + +/* Copy the data segment initializers from flash to SRAM */ + INIT_DATA _sdata, _edata, _sidata + +/* Zero fill the bss segments. */ + INIT_BSS _sbss, _ebss + INIT_BSS _sMB_MEM2, _eMB_MEM2 + +/* Call static constructors */ + bl __libc_init_array +/* Call the application s entry point.*/ + bl main + +LoopForever: + b LoopForever + +.size Reset_Handler, .-Reset_Handler + +/** + * @brief This is the code that gets called when the processor receives an + * unexpected interrupt. This simply enters an infinite loop, preserving + * the system state for examination by a debugger. + * + * @param None + * @retval None +*/ + .section .text.Default_Handler,"ax",%progbits +Default_Handler: +Infinite_Loop: + b Infinite_Loop + .size Default_Handler, .-Default_Handler +/****************************************************************************** +* +* The minimal vector table for a Cortex-M4. Note that the proper constructs +* must be placed on this to ensure that it ends up at physical address +* 0x0000.0000. +* +******************************************************************************/ + .section .isr_vector,"a",%progbits + .type g_pfnVectors, %object + + +g_pfnVectors: + .word _estack + .word Reset_Handler + .word NMI_Handler + .word HardFault_Handler + .word MemManage_Handler + .word BusFault_Handler + .word UsageFault_Handler + .word 0 + .word 0 + .word 0 + .word 0 + .word SVC_Handler + .word DebugMon_Handler + .word 0 + .word PendSV_Handler + .word SysTick_Handler + .word WWDG_IRQHandler + .word PVD_PVM_IRQHandler + .word TAMP_STAMP_LSECSS_IRQHandler + .word RTC_WKUP_IRQHandler + .word FLASH_IRQHandler + .word RCC_IRQHandler + .word EXTI0_IRQHandler + .word EXTI1_IRQHandler + .word EXTI2_IRQHandler + .word EXTI3_IRQHandler + .word EXTI4_IRQHandler + .word DMA1_Channel1_IRQHandler + .word DMA1_Channel2_IRQHandler + .word DMA1_Channel3_IRQHandler + .word DMA1_Channel4_IRQHandler + .word DMA1_Channel5_IRQHandler + .word DMA1_Channel6_IRQHandler + .word DMA1_Channel7_IRQHandler + .word ADC1_IRQHandler + .word USB_HP_IRQHandler + .word USB_LP_IRQHandler + .word C2SEV_PWR_C2H_IRQHandler + .word COMP_IRQHandler + .word EXTI9_5_IRQHandler + .word TIM1_BRK_IRQHandler + .word TIM1_UP_TIM16_IRQHandler + .word TIM1_TRG_COM_TIM17_IRQHandler + .word TIM1_CC_IRQHandler + .word TIM2_IRQHandler + .word PKA_IRQHandler + .word I2C1_EV_IRQHandler + .word I2C1_ER_IRQHandler + .word I2C3_EV_IRQHandler + .word I2C3_ER_IRQHandler + .word SPI1_IRQHandler + .word SPI2_IRQHandler + .word USART1_IRQHandler + .word LPUART1_IRQHandler + .word SAI1_IRQHandler + .word TSC_IRQHandler + .word EXTI15_10_IRQHandler + .word RTC_Alarm_IRQHandler + .word CRS_IRQHandler + .word PWR_SOTF_BLEACT_802ACT_RFPHASE_IRQHandler + .word IPCC_C1_RX_IRQHandler + .word IPCC_C1_TX_IRQHandler + .word HSEM_IRQHandler + .word LPTIM1_IRQHandler + .word LPTIM2_IRQHandler + .word LCD_IRQHandler + .word QUADSPI_IRQHandler + .word AES1_IRQHandler + .word AES2_IRQHandler + .word RNG_IRQHandler + .word FPU_IRQHandler + .word DMA2_Channel1_IRQHandler + .word DMA2_Channel2_IRQHandler + .word DMA2_Channel3_IRQHandler + .word DMA2_Channel4_IRQHandler + .word DMA2_Channel5_IRQHandler + .word DMA2_Channel6_IRQHandler + .word DMA2_Channel7_IRQHandler + .word DMAMUX1_OVR_IRQHandler + + .size g_pfnVectors, .-g_pfnVectors + +/******************************************************************************* +* +* Provide weak aliases for each Exception handler to the Default_Handler. +* As they are weak aliases, any function with the same name will override +* this definition. +* +*******************************************************************************/ + .weak NMI_Handler + .thumb_set NMI_Handler,Default_Handler + + .weak HardFault_Handler + .thumb_set HardFault_Handler,Default_Handler + + .weak MemManage_Handler + .thumb_set MemManage_Handler,Default_Handler + + .weak BusFault_Handler + .thumb_set BusFault_Handler,Default_Handler + + .weak UsageFault_Handler + .thumb_set UsageFault_Handler,Default_Handler + + .weak SVC_Handler + .thumb_set SVC_Handler,Default_Handler + + .weak DebugMon_Handler + .thumb_set DebugMon_Handler,Default_Handler + + .weak PendSV_Handler + .thumb_set PendSV_Handler,Default_Handler + + .weak SysTick_Handler + .thumb_set SysTick_Handler,Default_Handler + + .weak WWDG_IRQHandler + .thumb_set WWDG_IRQHandler,Default_Handler + + .weak PVD_PVM_IRQHandler + .thumb_set PVD_PVM_IRQHandler,Default_Handler + + .weak TAMP_STAMP_LSECSS_IRQHandler + .thumb_set TAMP_STAMP_LSECSS_IRQHandler,Default_Handler + + .weak RTC_WKUP_IRQHandler + .thumb_set RTC_WKUP_IRQHandler,Default_Handler + + .weak FLASH_IRQHandler + .thumb_set FLASH_IRQHandler,Default_Handler + + .weak RCC_IRQHandler + .thumb_set RCC_IRQHandler,Default_Handler + + .weak EXTI0_IRQHandler + .thumb_set EXTI0_IRQHandler,Default_Handler + + .weak EXTI1_IRQHandler + .thumb_set EXTI1_IRQHandler,Default_Handler + + .weak EXTI2_IRQHandler + .thumb_set EXTI2_IRQHandler,Default_Handler + + .weak EXTI3_IRQHandler + .thumb_set EXTI3_IRQHandler,Default_Handler + + .weak EXTI4_IRQHandler + .thumb_set EXTI4_IRQHandler,Default_Handler + + .weak DMA1_Channel1_IRQHandler + .thumb_set DMA1_Channel1_IRQHandler,Default_Handler + + .weak DMA1_Channel2_IRQHandler + .thumb_set DMA1_Channel2_IRQHandler,Default_Handler + + .weak DMA1_Channel3_IRQHandler + .thumb_set DMA1_Channel3_IRQHandler,Default_Handler + + .weak DMA1_Channel4_IRQHandler + .thumb_set DMA1_Channel4_IRQHandler,Default_Handler + + .weak DMA1_Channel5_IRQHandler + .thumb_set DMA1_Channel5_IRQHandler,Default_Handler + + .weak DMA1_Channel6_IRQHandler + .thumb_set DMA1_Channel6_IRQHandler,Default_Handler + + .weak DMA1_Channel7_IRQHandler + .thumb_set DMA1_Channel7_IRQHandler,Default_Handler + + .weak ADC1_IRQHandler + .thumb_set ADC1_IRQHandler,Default_Handler + + .weak USB_HP_IRQHandler + .thumb_set USB_HP_IRQHandler,Default_Handler + + .weak USB_LP_IRQHandler + .thumb_set USB_LP_IRQHandler,Default_Handler + + .weak C2SEV_PWR_C2H_IRQHandler + .thumb_set C2SEV_PWR_C2H_IRQHandler,Default_Handler + + .weak COMP_IRQHandler + .thumb_set COMP_IRQHandler,Default_Handler + + .weak EXTI9_5_IRQHandler + .thumb_set EXTI9_5_IRQHandler,Default_Handler + + .weak TIM1_BRK_IRQHandler + .thumb_set TIM1_BRK_IRQHandler,Default_Handler + + .weak TIM1_UP_TIM16_IRQHandler + .thumb_set TIM1_UP_TIM16_IRQHandler,Default_Handler + + .weak TIM1_TRG_COM_TIM17_IRQHandler + .thumb_set TIM1_TRG_COM_TIM17_IRQHandler,Default_Handler + + .weak TIM1_CC_IRQHandler + .thumb_set TIM1_CC_IRQHandler,Default_Handler + + .weak TIM2_IRQHandler + .thumb_set TIM2_IRQHandler,Default_Handler + + .weak PKA_IRQHandler + .thumb_set PKA_IRQHandler,Default_Handler + + .weak I2C1_EV_IRQHandler + .thumb_set I2C1_EV_IRQHandler,Default_Handler + + .weak I2C1_ER_IRQHandler + .thumb_set I2C1_ER_IRQHandler,Default_Handler + + .weak I2C3_EV_IRQHandler + .thumb_set I2C3_EV_IRQHandler,Default_Handler + + .weak I2C3_ER_IRQHandler + .thumb_set I2C3_ER_IRQHandler,Default_Handler + + .weak SPI1_IRQHandler + .thumb_set SPI1_IRQHandler,Default_Handler + + .weak SPI2_IRQHandler + .thumb_set SPI2_IRQHandler,Default_Handler + + .weak USART1_IRQHandler + .thumb_set USART1_IRQHandler,Default_Handler + + .weak LPUART1_IRQHandler + .thumb_set LPUART1_IRQHandler,Default_Handler + + .weak SAI1_IRQHandler + .thumb_set SAI1_IRQHandler,Default_Handler + + .weak TSC_IRQHandler + .thumb_set TSC_IRQHandler,Default_Handler + + .weak EXTI15_10_IRQHandler + .thumb_set EXTI15_10_IRQHandler,Default_Handler + + .weak RTC_Alarm_IRQHandler + .thumb_set RTC_Alarm_IRQHandler,Default_Handler + + .weak CRS_IRQHandler + .thumb_set CRS_IRQHandler,Default_Handler + + .weak PWR_SOTF_BLEACT_802ACT_RFPHASE_IRQHandler + .thumb_set PWR_SOTF_BLEACT_802ACT_RFPHASE_IRQHandler,Default_Handler + + .weak IPCC_C1_RX_IRQHandler + .thumb_set IPCC_C1_RX_IRQHandler,Default_Handler + + .weak IPCC_C1_TX_IRQHandler + .thumb_set IPCC_C1_TX_IRQHandler,Default_Handler + + .weak HSEM_IRQHandler + .thumb_set HSEM_IRQHandler,Default_Handler + + .weak LPTIM1_IRQHandler + .thumb_set LPTIM1_IRQHandler,Default_Handler + + .weak LPTIM2_IRQHandler + .thumb_set LPTIM2_IRQHandler,Default_Handler + + .weak LCD_IRQHandler + .thumb_set LCD_IRQHandler,Default_Handler + + .weak QUADSPI_IRQHandler + .thumb_set QUADSPI_IRQHandler,Default_Handler + + .weak AES1_IRQHandler + .thumb_set AES1_IRQHandler,Default_Handler + + .weak AES2_IRQHandler + .thumb_set AES2_IRQHandler,Default_Handler + + .weak RNG_IRQHandler + .thumb_set RNG_IRQHandler,Default_Handler + + .weak FPU_IRQHandler + .thumb_set FPU_IRQHandler,Default_Handler + + .weak DMA2_Channel1_IRQHandler + .thumb_set DMA2_Channel1_IRQHandler,Default_Handler + + .weak DMA2_Channel2_IRQHandler + .thumb_set DMA2_Channel2_IRQHandler,Default_Handler + + .weak DMA2_Channel3_IRQHandler + .thumb_set DMA2_Channel3_IRQHandler,Default_Handler + + .weak DMA2_Channel4_IRQHandler + .thumb_set DMA2_Channel4_IRQHandler,Default_Handler + + .weak DMA2_Channel5_IRQHandler + .thumb_set DMA2_Channel5_IRQHandler,Default_Handler + + .weak DMA2_Channel6_IRQHandler + .thumb_set DMA2_Channel6_IRQHandler,Default_Handler + + .weak DMA2_Channel7_IRQHandler + .thumb_set DMA2_Channel7_IRQHandler,Default_Handler + + .weak DMAMUX1_OVR_IRQHandler + .thumb_set DMAMUX1_OVR_IRQHandler,Default_Handler + diff --git a/STM32CubeIDE/STM32WB55RGVX_FLASH.ld b/STM32CubeIDE/STM32WB55RGVX_FLASH.ld new file mode 100644 index 0000000..ae1ee8d --- /dev/null +++ b/STM32CubeIDE/STM32WB55RGVX_FLASH.ld @@ -0,0 +1,175 @@ +/* +****************************************************************************** +** +** File : LinkerScript.ld +** +** Author : STM32CubeIDE +** +** Abstract : Linker script for STM32WB55xG Device +** 1024Kbytes FLASH +** 256Kbytes RAM +** +** Set heap size, stack size and stack location according +** to application requirements. +** +** Set memory bank area and size if external memory is used. +** +** Target : STMicroelectronics STM32 +** +** Distribution: The file is distributed as is without any warranty +** of any kind. +** +***************************************************************************** +** @attention +** +** Copyright (c) 2020 STMicroelectronics. +** All rights reserved. +** +** This software is licensed under terms that can be found in the LICENSE file +** in the root directory of this software component. +** If no LICENSE file comes with this software, it is provided AS-IS. +** +***************************************************************************** +*/ + +/* Entry Point */ +ENTRY(Reset_Handler) + +/* Highest address of the user mode stack */ +_estack = 0x20030000; /* end of RAM */ +/* Generate a link error if heap and stack don't fit into RAM */ +_Min_Heap_Size = 0x19000; /* required amount of heap */ +_Min_Stack_Size = 0x1000; /* required amount of stack */ + +/* Specify the memory areas */ +MEMORY +{ +FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 512K +RAM1 (xrw) : ORIGIN = 0x20000008, LENGTH = 0x2FFF8 +RAM_SHARED (xrw) : ORIGIN = 0x20030000, LENGTH = 10K +} + +/* Define output sections */ +SECTIONS +{ + /* The startup code goes first into FLASH */ + .isr_vector : + { + . = ALIGN(4); + KEEP(*(.isr_vector)) /* Startup code */ + . = ALIGN(4); + } >FLASH + + /* The program code and other data goes into FLASH */ + .text : + { + . = ALIGN(4); + *(.text) /* .text sections (code) */ + *(.text*) /* .text* sections (code) */ + *(.glue_7) /* glue arm to thumb code */ + *(.glue_7t) /* glue thumb to arm code */ + *(.eh_frame) + + KEEP (*(.init)) + KEEP (*(.fini)) + + . = ALIGN(4); + _etext = .; /* define a global symbols at end of code */ + } >FLASH + + /* Constant data goes into FLASH */ + .rodata : + { + . = ALIGN(4); + *(.rodata) /* .rodata sections (constants, strings, etc.) */ + *(.rodata*) /* .rodata* sections (constants, strings, etc.) */ + . = ALIGN(4); + } >FLASH + + .ARM.extab (READONLY) : /* The READONLY keyword is only supported in GCC11 and later, remove it if using GCC10 or earlier. */ + { + *(.ARM.extab* .gnu.linkonce.armextab.*) + } >FLASH + .ARM (READONLY) : /* The READONLY keyword is only supported in GCC11 and later, remove it if using GCC10 or earlier. */ + { + __exidx_start = .; + *(.ARM.exidx*) + __exidx_end = .; + } >FLASH + + .preinit_array (READONLY) : /* The READONLY keyword is only supported in GCC11 and later, remove it if using GCC10 or earlier. */ + { + PROVIDE_HIDDEN (__preinit_array_start = .); + KEEP (*(.preinit_array*)) + PROVIDE_HIDDEN (__preinit_array_end = .); + } >FLASH + .init_array (READONLY) : /* The READONLY keyword is only supported in GCC11 and later, remove it if using GCC10 or earlier. */ + { + PROVIDE_HIDDEN (__init_array_start = .); + KEEP (*(SORT(.init_array.*))) + KEEP (*(.init_array*)) + PROVIDE_HIDDEN (__init_array_end = .); + } >FLASH + .fini_array (READONLY) : /* The READONLY keyword is only supported in GCC11 and later, remove it if using GCC10 or earlier. */ + { + PROVIDE_HIDDEN (__fini_array_start = .); + KEEP (*(SORT(.fini_array.*))) + KEEP (*(.fini_array*)) + PROVIDE_HIDDEN (__fini_array_end = .); + } >FLASH + + /* used by the startup to initialize data */ + _sidata = LOADADDR(.data); + + /* Initialized data sections goes into RAM, load LMA copy after code */ + .data : + { + . = ALIGN(4); + _sdata = .; /* create a global symbol at data start */ + *(.data) /* .data sections */ + *(.data*) /* .data* sections */ + + . = ALIGN(4); + _edata = .; /* define a global symbol at data end */ + } >RAM1 AT> FLASH + + /* Uninitialized data section */ + . = ALIGN(4); + .bss : + { + /* This is used by the startup in order to initialize the .bss section */ + _sbss = .; /* define a global symbol at bss start */ + __bss_start__ = _sbss; + *(.bss) + *(.bss*) + *(COMMON) + + . = ALIGN(4); + _ebss = .; /* define a global symbol at bss end */ + __bss_end__ = _ebss; + } >RAM1 + + /* User_heap_stack section, used to check that there is enough RAM left */ + ._user_heap_stack : + { + . = ALIGN(8); + PROVIDE ( end = . ); + PROVIDE ( _end = . ); + . = . + _Min_Heap_Size; + . = . + _Min_Stack_Size; + . = ALIGN(8); + } >RAM1 + + /* Remove information from the standard libraries */ + /DISCARD/ : + { + libc.a ( * ) + libm.a ( * ) + libgcc.a ( * ) + } + + .ARM.attributes 0 : { *(.ARM.attributes) } + MAPPING_TABLE (NOLOAD) : { *(MAPPING_TABLE) } >RAM_SHARED + MB_MEM1 (NOLOAD) : { *(MB_MEM1) } >RAM_SHARED + MB_MEM2 (NOLOAD) : { _sMB_MEM2 = . ; *(MB_MEM2) ; _eMB_MEM2 = . ; } >RAM_SHARED +} diff --git a/STM32_WPAN/App/app_zigbee.c b/STM32_WPAN/App/app_zigbee.c new file mode 100644 index 0000000..4193310 --- /dev/null +++ b/STM32_WPAN/App/app_zigbee.c @@ -0,0 +1,1033 @@ + +/* USER CODE BEGIN Header */ +/** + ****************************************************************************** + * @file App/app_zigbee.c + * @author MCD Application Team + * @brief Zigbee Application. + ****************************************************************************** + * @attention + * + * Copyright (c) 2019-2023 STMicroelectronics. + * All rights reserved. + * + * This software is licensed under terms that can be found in the LICENSE file + * in the root directory of this software component. + * If no LICENSE file comes with this software, it is provided AS-IS. + * + ****************************************************************************** + */ +/* USER CODE END Header */ + +/* Includes ------------------------------------------------------------------*/ +#include "app_common.h" +#include "app_entry.h" +#include "dbg_trace.h" +#include "app_zigbee.h" +#include "zigbee_interface.h" +#include "shci.h" +#include "stm_logging.h" +#include "app_conf.h" +#include "stm32wbxx_core_interface_def.h" +#include "zigbee_types.h" +#include "stm32_seq.h" + +/* Private includes -----------------------------------------------------------*/ +#include +#include "zcl/zcl.h" +#include "zcl/general/zcl.onoff.h" +#include "zigbee.aps.h" +#include "zigbee.nwk.h" + +/* USER CODE BEGIN Includes */ +#include "app_config.h" +#include "zigbee_port.h" +/* USER CODE END Includes */ + +/* Private typedef -----------------------------------------------------------*/ +/* USER CODE BEGIN PTD */ +/* USER CODE END PTD */ + +/* Private defines -----------------------------------------------------------*/ +#define APP_ZIGBEE_STARTUP_FAIL_DELAY 500U +#define SW1_ENDPOINT 17 + +/* USER CODE BEGIN PD */ +#define SW1_GROUP_ADDR 0x0001 +#define APP_ZIGBEE_COORDINATOR_NWK_ADDR 0x0000 +/* USER CODE END PD */ + +/* Private macros ------------------------------------------------------------*/ +/* USER CODE BEGIN PM */ +/* USER CODE END PM */ + +/* External definition -------------------------------------------------------*/ +enum ZbStatusCodeT ZbStartupWait(struct ZigBeeT *zb, struct ZbStartupT *config); + +/* USER CODE BEGIN ED */ +/* USER CODE END ED */ + +/* Private function prototypes -----------------------------------------------*/ +static void APP_ZIGBEE_StackLayersInit(void); +static void APP_ZIGBEE_ConfigEndpoints(void); +static void APP_ZIGBEE_NwkForm(void); + +static void APP_ZIGBEE_TraceError(const char *pMess, uint32_t ErrCode); +static void APP_ZIGBEE_CheckWirelessFirmwareInfo(void); + +static void Wait_Getting_Ack_From_M0(void); +static void Receive_Ack_From_M0(void); +static void Receive_Notification_From_M0(void); + +static void APP_ZIGBEE_ProcessNotifyM0ToM4(void); +static void APP_ZIGBEE_ProcessRequestM0ToM4(void); + +/* USER CODE BEGIN PFP */ +static void APP_ZIGBEE_ConfigGroupAddr(void); +static void APP_ZIGBEE_OpenPermitJoin(uint8_t duration_sec); +static int APP_ZIGBEE_SlaveReportIndCb(struct ZbApsdeDataIndT *dataInd, void *cb_arg); +static void APP_ZIGBEE_SlaveReportConfCb(struct ZbApsdeDataConfT *conf, void *arg); +static bool APP_ZIGBEE_DecodeSlaveReport(const uint8_t *payload, uint16_t length, AppSlaveReport_t *report); +static void APP_ZIGBEE_EncodeSlaveReport(const AppSlaveReport_t *report, uint8_t *payload); +static void APP_ZIGBEE_RequestNetworkRestart(uint32_t now_ms); +static enum ZbStartType APP_ZIGBEE_NextSlaveStartupControl(void); +/* USER CODE END PFP */ + +/* Private variables ---------------------------------------------------------*/ +static TL_CmdPacket_t *p_ZIGBEE_otcmdbuffer; +static TL_EvtPacket_t *p_ZIGBEE_notif_M0_to_M4; +static TL_EvtPacket_t *p_ZIGBEE_request_M0_to_M4; +static __IO uint32_t CptReceiveNotifyFromM0 = 0; +static __IO uint32_t CptReceiveRequestFromM0 = 0; + +PLACE_IN_SECTION("MB_MEM1") ALIGN(4) static TL_ZIGBEE_Config_t ZigbeeConfigBuffer; +PLACE_IN_SECTION("MB_MEM2") ALIGN(4) static TL_CmdPacket_t ZigbeeOtCmdBuffer; +PLACE_IN_SECTION("MB_MEM2") ALIGN(4) static uint8_t ZigbeeNotifRspEvtBuffer[sizeof(TL_PacketHeader_t) + TL_EVT_HDR_SIZE + 255U]; +PLACE_IN_SECTION("MB_MEM2") ALIGN(4) static uint8_t ZigbeeNotifRequestBuffer[sizeof(TL_PacketHeader_t) + TL_EVT_HDR_SIZE + 255U]; +uint8_t g_ot_notification_allowed = 0U; + +struct zigbee_app_info +{ + bool has_init; + struct ZigBeeT *zb; + enum ZbStartType startupControl; + enum ZbStatusCodeT join_status; + uint32_t join_delay; + bool init_after_join; + + struct ZbZclClusterT *onOff_server_1; + struct ZbApsFilterT *slave_report_filter; +}; +static struct zigbee_app_info zigbee_app_info; + +/* OnOff server 1 custom callbacks */ +static enum ZclStatusCodeT onOff_server_1_off(struct ZbZclClusterT *cluster, struct ZbZclAddrInfoT *srcInfo, void *arg); +static enum ZclStatusCodeT onOff_server_1_on(struct ZbZclClusterT *cluster, struct ZbZclAddrInfoT *srcInfo, void *arg); +static enum ZclStatusCodeT onOff_server_1_toggle(struct ZbZclClusterT *cluster, struct ZbZclAddrInfoT *srcInfo, void *arg); + +static struct ZbZclOnOffServerCallbacksT OnOffServerCallbacks_1 = +{ + .off = onOff_server_1_off, + .on = onOff_server_1_on, + .toggle = onOff_server_1_toggle, +}; + +/* USER CODE BEGIN PV */ +static uint8_t APP_ZIGBEE_slave_report_payload[8]; +static bool APP_ZIGBEE_slave_report_tx_pending = false; +static uint32_t APP_ZIGBEE_last_permit_join_ms = 0U; +static uint32_t APP_ZIGBEE_tx_fail_streak = 0U; +static uint32_t APP_ZIGBEE_last_rejoin_ms = 0U; +static uint32_t APP_ZIGBEE_join_watchdog_start_ms = 0U; +static bool APP_ZIGBEE_slave_try_rejoin = true; +/* USER CODE END PV */ +/* Functions Definition ------------------------------------------------------*/ + +/* OnOff server off 1 command callback */ +static enum ZclStatusCodeT onOff_server_1_off(struct ZbZclClusterT *cluster, struct ZbZclAddrInfoT *srcInfo, void *arg) +{ + /* USER CODE BEGIN 0 OnOff server 1 off 1 */ + uint8_t endpoint; + + endpoint = ZbZclClusterGetEndpoint(cluster); + if (endpoint == SW1_ENDPOINT) + { + APP_DBG("LED_RED OFF"); + BSP_LED_Off(LED_RED); + (void)ZbZclAttrIntegerWrite(cluster, ZCL_ONOFF_ATTR_ONOFF, 0); + } + else + { + /* Unknown endpoint */ + return ZCL_STATUS_FAILURE; + } + return ZCL_STATUS_SUCCESS; + /* USER CODE END 0 OnOff server 1 off 1 */ +} + +/* OnOff server on 1 command callback */ +static enum ZclStatusCodeT onOff_server_1_on(struct ZbZclClusterT *cluster, struct ZbZclAddrInfoT *srcInfo, void *arg) +{ + /* USER CODE BEGIN 1 OnOff server 1 on 1 */ + uint8_t endpoint; + + endpoint = ZbZclClusterGetEndpoint(cluster); + if (endpoint == SW1_ENDPOINT) + { + APP_DBG("LED_RED ON"); + BSP_LED_On(LED_RED); + (void)ZbZclAttrIntegerWrite(cluster, ZCL_ONOFF_ATTR_ONOFF, 1); + } + else + { + /* Unknown endpoint */ + return ZCL_STATUS_FAILURE; + } + return ZCL_STATUS_SUCCESS; + /* USER CODE END 1 OnOff server 1 on 1 */ +} + +/* OnOff server toggle 1 command callback */ +static enum ZclStatusCodeT onOff_server_1_toggle(struct ZbZclClusterT *cluster, struct ZbZclAddrInfoT *srcInfo, void *arg) +{ + /* USER CODE BEGIN 2 OnOff server 1 toggle 1 */ + uint8_t attrVal; + + if (ZbZclAttrRead(cluster, ZCL_ONOFF_ATTR_ONOFF, NULL, + &attrVal, sizeof(attrVal), false) != ZCL_STATUS_SUCCESS) + { + return ZCL_STATUS_FAILURE; + } + + if (attrVal != 0) + { + return onOff_server_1_off(cluster, srcInfo, arg); + } + else + { + return onOff_server_1_on(cluster, srcInfo, arg); + } + /* USER CODE END 2 OnOff server 1 toggle 1 */ +} + +/** + * @brief Zigbee application initialization + * @param None + * @retval None + */ +void APP_ZIGBEE_Init(void) +{ + SHCI_CmdStatus_t ZigbeeInitStatus; + + APP_DBG("APP_ZIGBEE_Init"); + + /* Check the compatibility with the Coprocessor Wireless Firmware loaded */ + APP_ZIGBEE_CheckWirelessFirmwareInfo(); + + /* Register cmdbuffer */ + APP_ZIGBEE_RegisterCmdBuffer(&ZigbeeOtCmdBuffer); + + /* Init config buffer and call TL_ZIGBEE_Init */ + APP_ZIGBEE_TL_INIT(); + + /* Register task */ + /* Create the different tasks */ + UTIL_SEQ_RegTask(1U << (uint32_t)CFG_TASK_NOTIFY_FROM_M0_TO_M4, UTIL_SEQ_RFU, APP_ZIGBEE_ProcessNotifyM0ToM4); + UTIL_SEQ_RegTask(1U << (uint32_t)CFG_TASK_REQUEST_FROM_M0_TO_M4, UTIL_SEQ_RFU, APP_ZIGBEE_ProcessRequestM0ToM4); + + /* Task associated with network creation process */ + UTIL_SEQ_RegTask(1U << CFG_TASK_ZIGBEE_NETWORK_FORM, UTIL_SEQ_RFU, APP_ZIGBEE_NwkForm); + + /* USER CODE BEGIN APP_ZIGBEE_INIT */ + /* USER CODE END APP_ZIGBEE_INIT */ + + /* Start the Zigbee on the CPU2 side */ + ZigbeeInitStatus = SHCI_C2_ZIGBEE_Init(); + /* Prevent unused argument(s) compilation warning */ + UNUSED(ZigbeeInitStatus); + + /* Initialize Zigbee stack layers */ + APP_ZIGBEE_StackLayersInit(); + +} + +/** + * @brief Initialize Zigbee stack layers + * @param None + * @retval None + */ +static void APP_ZIGBEE_StackLayersInit(void) +{ + APP_DBG("APP_ZIGBEE_StackLayersInit"); + + zigbee_app_info.zb = ZbInit(0U, NULL, NULL); + assert(zigbee_app_info.zb != NULL); + + /* Create the endpoint and cluster(s) */ + APP_ZIGBEE_ConfigEndpoints(); + + /* USER CODE BEGIN APP_ZIGBEE_StackLayersInit */ + BSP_LED_Off(LED_RED); + BSP_LED_Off(LED_GREEN); + BSP_LED_Off(LED_BLUE); + APP_ZIGBEE_join_watchdog_start_ms = HAL_GetTick(); + /* USER CODE END APP_ZIGBEE_StackLayersInit */ + + /* Configure the joining parameters */ + zigbee_app_info.join_status = (enum ZbStatusCodeT) 0x01; /* init to error status */ + zigbee_app_info.join_delay = HAL_GetTick(); /* now */ + zigbee_app_info.startupControl = (g_app.role == APP_ROLE_MASTER) ? ZbStartTypeForm : APP_ZIGBEE_NextSlaveStartupControl(); + + /* Initialization Complete */ + zigbee_app_info.has_init = true; + + /* run the task */ + UTIL_SEQ_SetTask(1U << CFG_TASK_ZIGBEE_NETWORK_FORM, CFG_SCH_PRIO_0); +} + +/** + * @brief Configure Zigbee application endpoints + * @param None + * @retval None + */ +static void APP_ZIGBEE_ConfigEndpoints(void) +{ + struct ZbApsmeAddEndpointReqT req; + struct ZbApsmeAddEndpointConfT conf; + + memset(&req, 0, sizeof(req)); + + /* Endpoint: SW1_ENDPOINT */ + req.profileId = ZCL_PROFILE_HOME_AUTOMATION; + req.deviceId = ZCL_DEVICE_ONOFF_SWITCH; + req.endpoint = SW1_ENDPOINT; + ZbZclAddEndpoint(zigbee_app_info.zb, &req, &conf); + assert(conf.status == ZB_STATUS_SUCCESS); + + /* OnOff server */ + zigbee_app_info.onOff_server_1 = ZbZclOnOffServerAlloc(zigbee_app_info.zb, SW1_ENDPOINT, &OnOffServerCallbacks_1, NULL); + assert(zigbee_app_info.onOff_server_1 != NULL); + ZbZclClusterEndpointRegister(zigbee_app_info.onOff_server_1); + + /* USER CODE BEGIN CONFIG_ENDPOINT */ + memset(&req, 0, sizeof(req)); + req.profileId = ZCL_PROFILE_HOME_AUTOMATION; + req.deviceId = ZCL_DEVICE_ONOFF_SWITCH; + req.endpoint = APP_ZIGBEE_ENDPOINT; + ZbZclAddEndpoint(zigbee_app_info.zb, &req, &conf); + assert(conf.status == ZB_STATUS_SUCCESS); + + zigbee_app_info.slave_report_filter = ZbApsFilterClusterAdd(zigbee_app_info.zb, + APP_ZIGBEE_ENDPOINT, + APP_ZIGBEE_CLUSTER_INPUTS, + ZCL_PROFILE_HOME_AUTOMATION, + APP_ZIGBEE_SlaveReportIndCb, + NULL); + assert(zigbee_app_info.slave_report_filter != NULL); + /* USER CODE END CONFIG_ENDPOINT */ +} + +/** + * @brief Handle Zigbee network forming and joining + * @param None + * @retval None + */ +static void APP_ZIGBEE_NwkForm(void) +{ + if ((zigbee_app_info.join_status != ZB_STATUS_SUCCESS) && (HAL_GetTick() >= zigbee_app_info.join_delay)) + { + struct ZbStartupT config; + enum ZbStatusCodeT status; + + /* Configure Zigbee Logging */ + ZbSetLogging(zigbee_app_info.zb, ZB_LOG_MASK_LEVEL_5, NULL); + + /* Attempt to join a zigbee network */ + ZbStartupConfigGetProDefaults(&config); + + /* Set the centralized network */ + APP_DBG("Network config : %s", (g_app.role == APP_ROLE_MASTER) ? + "APP_STARTUP_CENTRALIZED_COORDINATOR" : "APP_STARTUP_CENTRALIZED_ROUTER"); + config.startupControl = zigbee_app_info.startupControl; + config.panId = APP_ZIGBEE_PAN_ID; + config.extendedPanId = APP_ZIGBEE_EXTENDED_PAN_ID; + + /* Using the default HA preconfigured Link Key */ + memcpy(config.security.preconfiguredLinkKey, sec_key_ha, ZB_SEC_KEYSIZE); + + config.channelList.count = 1; + config.channelList.list[0].page = 0; + config.channelList.list[0].channelMask = 1UL << APP_ZIGBEE_CHANNEL; /*Channel in use */ + + /* Using ZbStartupWait (blocking) */ + status = ZbStartupWait(zigbee_app_info.zb, &config); + + APP_DBG("ZbStartup Callback (status = 0x%02x)", status); + zigbee_app_info.join_status = status; + + if (status == ZB_STATUS_SUCCESS) + { + zigbee_app_info.join_delay = 0U; + zigbee_app_info.init_after_join = true; + g_app.zigbee_state = APP_ZB_CONNECTED; + APP_ZIGBEE_join_watchdog_start_ms = HAL_GetTick(); + if (g_app.role == APP_ROLE_SLAVE) + { + APP_ZIGBEE_slave_try_rejoin = true; + } + if ((g_app.role == APP_ROLE_SLAVE) && (watch_rejoin_active != 0U)) + { + watch_rejoin_active = 0U; + watch_rejoin_success_count++; + watch_rejoin_last_status = (uint32_t)status; + } + APP_DBG("Startup done !\n"); + /* USER CODE BEGIN 3 */ + BSP_LED_On(LED_BLUE); + + /* USER CODE END 3 */ + } + else + { + APP_DBG("Startup failed, attempting again after a short delay (%d ms)", APP_ZIGBEE_STARTUP_FAIL_DELAY); + zigbee_app_info.join_delay = HAL_GetTick() + APP_ZIGBEE_STARTUP_FAIL_DELAY; + if (g_app.role == APP_ROLE_SLAVE) + { + zigbee_app_info.startupControl = APP_ZIGBEE_NextSlaveStartupControl(); + } + g_app.zigbee_state = APP_ZB_JOINING; + if ((g_app.role == APP_ROLE_SLAVE) && (watch_rejoin_active != 0U)) + { + watch_rejoin_fail_count++; + watch_rejoin_last_status = (uint32_t)status; + } + /* USER CODE BEGIN 4 */ + + /* USER CODE END 4 */ + } + } + + /* If Network forming/joining was not successful reschedule the current task to retry the process */ + if (zigbee_app_info.join_status != ZB_STATUS_SUCCESS) + { + UTIL_SEQ_SetTask(1U << CFG_TASK_ZIGBEE_NETWORK_FORM, CFG_SCH_PRIO_0); + } + /* USER CODE BEGIN NW_FORM */ + else + { + zigbee_app_info.init_after_join = false; + + /* Assign ourselves to the group addresses */ + APP_ZIGBEE_ConfigGroupAddr(); + + if (g_app.role == APP_ROLE_MASTER) + { + APP_ZIGBEE_OpenPermitJoin(APP_ZIGBEE_PERMIT_JOIN_SEC); + APP_ZIGBEE_last_permit_join_ms = HAL_GetTick(); + } + + /* Since we're using group addressing (broadcast), shorten the broadcast timeout */ + uint32_t bcast_timeout = 3; + ZbNwkSet(zigbee_app_info.zb, ZB_NWK_NIB_ID_NetworkBroadcastDeliveryTime, &bcast_timeout, sizeof(bcast_timeout)); + } + /* USER CODE END NW_FORM */ +} + +/************************************************************* + * ZbStartupWait Blocking Call + *************************************************************/ +struct ZbStartupWaitInfo +{ + bool active; + enum ZbStatusCodeT status; +}; + +static void ZbStartupWaitCb(enum ZbStatusCodeT status, void *cb_arg) +{ + struct ZbStartupWaitInfo *info = cb_arg; + + info->status = status; + info->active = false; + UTIL_SEQ_SetEvt(EVENT_ZIGBEE_STARTUP_ENDED); +} + +enum ZbStatusCodeT ZbStartupWait(struct ZigBeeT *zb, struct ZbStartupT *config) +{ + struct ZbStartupWaitInfo *info; + enum ZbStatusCodeT status; + + info = malloc(sizeof(struct ZbStartupWaitInfo)); + if (info == NULL) + { + return ZB_STATUS_ALLOC_FAIL; + } + memset(info, 0, sizeof(struct ZbStartupWaitInfo)); + + info->active = true; + status = ZbStartup(zb, config, ZbStartupWaitCb, info); + if (status != ZB_STATUS_SUCCESS) + { + free(info); + return status; + } + + UTIL_SEQ_WaitEvt(EVENT_ZIGBEE_STARTUP_ENDED); + status = info->status; + free(info); + return status; +} + +/** + * @brief Trace the error or the warning reported. + * @param ErrId : + * @param ErrCode + * @retval None + */ +void APP_ZIGBEE_Error(uint32_t ErrId, uint32_t ErrCode) +{ + switch (ErrId) + { + default: + APP_ZIGBEE_TraceError("ERROR Unknown ", 0); + break; + } +} + +/************************************************************* + * + * LOCAL FUNCTIONS + * + *************************************************************/ + +/** + * @brief Warn the user that an error has occurred. + * + * @param pMess : Message associated to the error. + * @param ErrCode: Error code associated to the module (Zigbee or other module if any) + * @retval None + */ +static void APP_ZIGBEE_TraceError(const char *pMess, uint32_t ErrCode) +{ + APP_DBG("**** Fatal error = %s (Err = %d)", pMess, ErrCode); + /* USER CODE BEGIN TRACE_ERROR */ + while (1U == 1U) + { + BSP_LED_Toggle(LED1); + HAL_Delay(500U); + BSP_LED_Toggle(LED2); + HAL_Delay(500U); + BSP_LED_Toggle(LED3); + HAL_Delay(500U); + } + /* USER CODE END TRACE_ERROR */ + +} + +/** + * @brief Check if the Coprocessor Wireless Firmware loaded supports Zigbee + * and display associated information + * @param None + * @retval None + */ +static void APP_ZIGBEE_CheckWirelessFirmwareInfo(void) +{ + WirelessFwInfo_t wireless_info_instance; + WirelessFwInfo_t *p_wireless_info = &wireless_info_instance; + + if (SHCI_GetWirelessFwInfo(p_wireless_info) != SHCI_Success) + { + APP_ZIGBEE_Error((uint32_t)ERR_ZIGBEE_CHECK_WIRELESS, (uint32_t)ERR_INTERFACE_FATAL); + } + else + { + APP_DBG("**********************************************************"); + APP_DBG("WIRELESS COPROCESSOR FW:"); + /* Print version */ + APP_DBG("VERSION ID = %d.%d.%d", p_wireless_info->VersionMajor, p_wireless_info->VersionMinor, p_wireless_info->VersionSub); + + switch (p_wireless_info->StackType) + { + case INFO_STACK_TYPE_ZIGBEE_FFD: + APP_DBG("FW Type : FFD Zigbee stack"); + break; + + case INFO_STACK_TYPE_ZIGBEE_RFD: + APP_DBG("FW Type : RFD Zigbee stack"); + break; + + default: + /* No Zigbee device supported ! */ + APP_ZIGBEE_Error((uint32_t)ERR_ZIGBEE_CHECK_WIRELESS, (uint32_t)ERR_INTERFACE_FATAL); + break; + } + + /* print the application name */ + char *__PathProject__ = (strstr(__FILE__, "Zigbee") ? strstr(__FILE__, "Zigbee") + 7 : __FILE__); + char *pdel = NULL; + if((strchr(__FILE__, '/')) == NULL) + { + pdel = strchr(__PathProject__, '\\'); + } + else + { + pdel = strchr(__PathProject__, '/'); + } + + int index = (int)(pdel - __PathProject__); + APP_DBG("Application flashed: %*.*s", index, index, __PathProject__); + + /* print channel */ + APP_DBG("Channel used: %d", APP_ZIGBEE_CHANNEL); + /* print Link Key */ + APP_DBG("Link Key: %.16s", sec_key_ha); + /* print Link Key value hex */ + char Z09_LL_string[ZB_SEC_KEYSIZE*3+1]; + Z09_LL_string[0] = 0; + for (int str_index = 0; str_index < ZB_SEC_KEYSIZE; str_index++) + { + sprintf(&Z09_LL_string[str_index*3], "%02x ", sec_key_ha[str_index]); + } + + APP_DBG("Link Key value: %s", Z09_LL_string); + /* print clusters allocated */ + APP_DBG("Clusters allocated are:"); + APP_DBG("onOff Server on Endpoint %d", SW1_ENDPOINT); + APP_DBG("**********************************************************"); + } +} + +/************************************************************* + * + * WRAP FUNCTIONS + * + *************************************************************/ + +void APP_ZIGBEE_RegisterCmdBuffer(TL_CmdPacket_t *p_buffer) +{ + p_ZIGBEE_otcmdbuffer = p_buffer; +} + +Zigbee_Cmd_Request_t * ZIGBEE_Get_OTCmdPayloadBuffer(void) +{ + return (Zigbee_Cmd_Request_t *)p_ZIGBEE_otcmdbuffer->cmdserial.cmd.payload; +} + +Zigbee_Cmd_Request_t * ZIGBEE_Get_OTCmdRspPayloadBuffer(void) +{ + return (Zigbee_Cmd_Request_t *)((TL_EvtPacket_t *)p_ZIGBEE_otcmdbuffer)->evtserial.evt.payload; +} + +Zigbee_Cmd_Request_t * ZIGBEE_Get_NotificationPayloadBuffer(void) +{ + return (Zigbee_Cmd_Request_t *)(p_ZIGBEE_notif_M0_to_M4)->evtserial.evt.payload; +} + +Zigbee_Cmd_Request_t * ZIGBEE_Get_M0RequestPayloadBuffer(void) +{ + return (Zigbee_Cmd_Request_t *)(p_ZIGBEE_request_M0_to_M4)->evtserial.evt.payload; +} + +/** + * @brief This function is used to transfer the commands from the M4 to the M0. + * + * @param None + * @return None + */ +void ZIGBEE_CmdTransfer(void) +{ + Zigbee_Cmd_Request_t *cmd_req = (Zigbee_Cmd_Request_t *)p_ZIGBEE_otcmdbuffer->cmdserial.cmd.payload; + + /* Zigbee OT command cmdcode range 0x280 .. 0x3DF = 352 */ + p_ZIGBEE_otcmdbuffer->cmdserial.cmd.cmdcode = 0x280U; + /* Size = otCmdBuffer->Size (Number of OT cmd arguments : 1 arg = 32bits so multiply by 4 to get size in bytes) + * + ID (4 bytes) + Size (4 bytes) */ + p_ZIGBEE_otcmdbuffer->cmdserial.cmd.plen = 8U + (cmd_req->Size * 4U); + + TL_ZIGBEE_SendM4RequestToM0(); + + /* Wait completion of cmd */ + Wait_Getting_Ack_From_M0(); +} + +/** + * @brief This function is used to transfer the commands from the M4 to the M0 with notification + * + * @param None + * @return None + */ +void ZIGBEE_CmdTransferWithNotif(void) +{ + g_ot_notification_allowed = 1; + ZIGBEE_CmdTransfer(); +} + +/** + * @brief This function is called when the M0+ acknowledge the fact that it has received a Cmd + * + * + * @param Otbuffer : a pointer to TL_EvtPacket_t + * @return None + */ +void TL_ZIGBEE_CmdEvtReceived(TL_EvtPacket_t *Otbuffer) +{ + /* Prevent unused argument(s) compilation warning */ + UNUSED(Otbuffer); + + Receive_Ack_From_M0(); +} + +/** + * @brief This function is called when notification from M0+ is received. + * + * @param Notbuffer : a pointer to TL_EvtPacket_t + * @return None + */ +void TL_ZIGBEE_NotReceived(TL_EvtPacket_t *Notbuffer) +{ + p_ZIGBEE_notif_M0_to_M4 = Notbuffer; + + Receive_Notification_From_M0(); +} + +/** + * @brief This function is called before sending any ot command to the M0 + * core. The purpose of this function is to be able to check if + * there are no notifications coming from the M0 core which are + * pending before sending a new ot command. + * @param None + * @retval None + */ +void Pre_ZigbeeCmdProcessing(void) +{ + UTIL_SEQ_WaitEvt(EVENT_SYNCHRO_BYPASS_IDLE); +} + +/** + * @brief This function waits for getting an acknowledgment from the M0. + * + * @param None + * @retval None + */ +static void Wait_Getting_Ack_From_M0(void) +{ + UTIL_SEQ_WaitEvt(EVENT_ACK_FROM_M0_EVT); +} + +/** + * @brief Receive an acknowledgment from the M0+ core. + * Each command send by the M4 to the M0 are acknowledged. + * This function is called under interrupt. + * @param None + * @retval None + */ +static void Receive_Ack_From_M0(void) +{ + UTIL_SEQ_SetEvt(EVENT_ACK_FROM_M0_EVT); +} + +/** + * @brief Receive a notification from the M0+ through the IPCC. + * This function is called under interrupt. + * @param None + * @retval None + */ +static void Receive_Notification_From_M0(void) +{ + CptReceiveNotifyFromM0++; + UTIL_SEQ_SetTask(1U << (uint32_t)CFG_TASK_NOTIFY_FROM_M0_TO_M4, CFG_SCH_PRIO_0); +} + +/** + * @brief This function is called when a request from M0+ is received. + * + * @param Notbuffer : a pointer to TL_EvtPacket_t + * @return None + */ +void TL_ZIGBEE_M0RequestReceived(TL_EvtPacket_t *Reqbuffer) +{ + p_ZIGBEE_request_M0_to_M4 = Reqbuffer; + + CptReceiveRequestFromM0++; + UTIL_SEQ_SetTask(1U << (uint32_t)CFG_TASK_REQUEST_FROM_M0_TO_M4, CFG_SCH_PRIO_0); +} + +/** + * @brief Perform initialization of TL for Zigbee. + * @param None + * @retval None + */ +void APP_ZIGBEE_TL_INIT(void) +{ + ZigbeeConfigBuffer.p_ZigbeeOtCmdRspBuffer = (uint8_t *)&ZigbeeOtCmdBuffer; + ZigbeeConfigBuffer.p_ZigbeeNotAckBuffer = (uint8_t *)ZigbeeNotifRspEvtBuffer; + ZigbeeConfigBuffer.p_ZigbeeNotifRequestBuffer = (uint8_t *)ZigbeeNotifRequestBuffer; + TL_ZIGBEE_Init(&ZigbeeConfigBuffer); +} + +/** + * @brief Process the messages coming from the M0. + * @param None + * @retval None + */ +static void APP_ZIGBEE_ProcessNotifyM0ToM4(void) +{ + if (CptReceiveNotifyFromM0 != 0) + { + /* Reset counter */ + CptReceiveNotifyFromM0 = 0; + Zigbee_CallBackProcessing(); + } +} + +/** + * @brief Process the requests coming from the M0. + * @param None + * @retval None + */ +static void APP_ZIGBEE_ProcessRequestM0ToM4(void) +{ + if (CptReceiveRequestFromM0 != 0) + { + CptReceiveRequestFromM0 = 0; + Zigbee_M0RequestProcessing(); + } +} + +/* USER CODE BEGIN FD_LOCAL_FUNCTIONS */ + +/** + * @brief Set group addressing mode + * @param None + * @retval None + */ +static void APP_ZIGBEE_ConfigGroupAddr(void) +{ + struct ZbApsmeAddGroupReqT req; + struct ZbApsmeAddGroupConfT conf; + + memset(&req, 0, sizeof(req)); + req.endpt = SW1_ENDPOINT; + req.groupAddr = SW1_GROUP_ADDR; + ZbApsmeAddGroupReq(zigbee_app_info.zb, &req, &conf); + + memset(&req, 0, sizeof(req)); + req.endpt = APP_ZIGBEE_ENDPOINT; + req.groupAddr = SW1_GROUP_ADDR; + ZbApsmeAddGroupReq(zigbee_app_info.zb, &req, &conf); + +} + +/** + * @brief Open the coordinator/router network for slave joining. + * @param duration_sec Permit-join duration in seconds, 0 closes, 0xff keeps open. + * @retval None + */ +static void APP_ZIGBEE_OpenPermitJoin(uint8_t duration_sec) +{ + struct ZbNlmePermitJoinReqT req; + struct ZbNlmePermitJoinConfT conf; + + memset(&req, 0, sizeof(req)); + req.permitDuration = duration_sec; + ZbNlmePermitJoinReq(zigbee_app_info.zb, &req, &conf); + watch_permit_join_count++; + watch_permit_join_status = (uint32_t)conf.status; + watch_permit_join_duration = (uint32_t)duration_sec; + + APP_DBG("Permit join %d sec status = 0x%02x", duration_sec, conf.status); +} + +bool APP_ZIGBEE_IsReady(void) +{ + const bool ready = (zigbee_app_info.has_init && + (zigbee_app_info.join_status == ZB_STATUS_SUCCESS) && + (g_app.zigbee_state == APP_ZB_CONNECTED)); + + watch_zigbee_ready = ready ? 1U : 0U; + return ready; +} + +void APP_ZIGBEE_Process(void) +{ + const uint32_t now = HAL_GetTick(); + + if ((g_app.role == APP_ROLE_MASTER) && + APP_ZIGBEE_IsReady() && + ((now - APP_ZIGBEE_last_permit_join_ms) >= APP_ZIGBEE_PERMIT_REFRESH_MS)) + { + APP_ZIGBEE_OpenPermitJoin(APP_ZIGBEE_PERMIT_JOIN_SEC); + APP_ZIGBEE_last_permit_join_ms = now; + } + + if ((g_app.role == APP_ROLE_SLAVE) && + zigbee_app_info.has_init && + (g_app.zigbee_state != APP_ZB_CONNECTED) && + ((now - APP_ZIGBEE_join_watchdog_start_ms) >= APP_ZIGBEE_JOIN_WATCHDOG_MS)) + { + watch_join_watchdog_count++; + APP_ZIGBEE_RequestNetworkRestart(now); + } + + if ((g_app.role == APP_ROLE_SLAVE) && + APP_ZIGBEE_IsReady() && + (APP_ZIGBEE_tx_fail_streak >= APP_ZIGBEE_REJOIN_FAIL_COUNT)) + { + APP_ZIGBEE_RequestNetworkRestart(now); + } +} + +static void APP_ZIGBEE_RequestNetworkRestart(uint32_t now_ms) +{ + if ((now_ms - APP_ZIGBEE_last_rejoin_ms) < APP_ZIGBEE_REJOIN_RETRY_MS) + { + return; + } + + APP_ZIGBEE_last_rejoin_ms = now_ms; + watch_rejoin_request_count++; + watch_rejoin_active = 1U; + g_app.zigbee_state = APP_ZB_JOINING; + zigbee_app_info.join_status = (enum ZbStatusCodeT)0x01; + zigbee_app_info.join_delay = now_ms; + zigbee_app_info.init_after_join = false; + zigbee_app_info.startupControl = APP_ZIGBEE_NextSlaveStartupControl(); + APP_ZIGBEE_join_watchdog_start_ms = now_ms; + APP_ZIGBEE_tx_fail_streak = 0U; + APP_ZIGBEE_slave_report_tx_pending = false; + watch_report_tx_fail_streak = 0U; + + ZbReset(zigbee_app_info.zb); + UTIL_SEQ_SetTask(1U << CFG_TASK_ZIGBEE_NETWORK_FORM, CFG_SCH_PRIO_0); +} + +static enum ZbStartType APP_ZIGBEE_NextSlaveStartupControl(void) +{ + const enum ZbStartType startup = APP_ZIGBEE_slave_try_rejoin ? ZbStartTypeRejoin : ZbStartTypeJoin; + + APP_ZIGBEE_slave_try_rejoin = !APP_ZIGBEE_slave_try_rejoin; + return startup; +} + +bool APP_ZIGBEE_SendSlaveReport(const AppSlaveReport_t *report) +{ + struct ZbApsdeDataReqT req; + enum ZbStatusCodeT status; + + if ((report == NULL) || !APP_ZIGBEE_IsReady() || APP_ZIGBEE_slave_report_tx_pending) + { + watch_report_tx_busy_count++; + return false; + } + + watch_report_tx_attempt_count++; + APP_ZIGBEE_EncodeSlaveReport(report, APP_ZIGBEE_slave_report_payload); + + memset(&req, 0, sizeof(req)); + req.dst.mode = ZB_APSDE_ADDRMODE_SHORT; + req.dst.nwkAddr = APP_ZIGBEE_COORDINATOR_NWK_ADDR; + req.dst.endpoint = APP_ZIGBEE_ENDPOINT; + req.profileId = ZCL_PROFILE_HOME_AUTOMATION; + req.clusterId = APP_ZIGBEE_CLUSTER_INPUTS; + req.srcEndpt = APP_ZIGBEE_ENDPOINT; + req.asdu = APP_ZIGBEE_slave_report_payload; + req.asduLength = sizeof(APP_ZIGBEE_slave_report_payload); + req.txOptions = ZB_APSDE_DATAREQ_TXOPTIONS_SECURITY | ZB_APSDE_DATAREQ_TXOPTIONS_ACK; + req.discoverRoute = true; + req.radius = 0U; + + status = ZbApsdeDataReqCallback(zigbee_app_info.zb, &req, APP_ZIGBEE_SlaveReportConfCb, NULL); + if (status == ZB_STATUS_SUCCESS) + { + APP_ZIGBEE_slave_report_tx_pending = true; + watch_report_tx_ok_count++; + } + else + { + watch_report_tx_busy_count++; + watch_report_tx_confirm_status = (uint32_t)status; + } + + return (status == ZB_STATUS_SUCCESS); +} + +static int APP_ZIGBEE_SlaveReportIndCb(struct ZbApsdeDataIndT *dataInd, void *cb_arg) +{ + AppSlaveReport_t report; + + (void)cb_arg; + + watch_report_rx_ind_count++; + + if (dataInd == NULL) + { + watch_report_rx_decode_fail_count++; + return ZB_STATUS_SUCCESS; + } + + watch_report_rx_last_cluster = dataInd->clusterId; + watch_report_rx_last_length = dataInd->asduLength; + + if ((dataInd->clusterId != APP_ZIGBEE_CLUSTER_INPUTS) || + !APP_ZIGBEE_DecodeSlaveReport(dataInd->asdu, dataInd->asduLength, &report)) + { + watch_report_rx_decode_fail_count++; + return ZB_STATUS_SUCCESS; + } + + ZigbeePort_OnSlaveReportReceived(&report, HAL_GetTick()); + return ZB_STATUS_SUCCESS; +} + +static void APP_ZIGBEE_SlaveReportConfCb(struct ZbApsdeDataConfT *conf, void *arg) +{ + (void)arg; + + APP_ZIGBEE_slave_report_tx_pending = false; + watch_report_tx_confirm_count++; + + if ((conf != NULL) && (conf->status != ZB_STATUS_SUCCESS)) + { + APP_ZIGBEE_tx_fail_streak++; + watch_report_tx_fail_streak = APP_ZIGBEE_tx_fail_streak; + watch_report_tx_confirm_status = (uint32_t)conf->status; + APP_DBG("Slave report tx status = 0x%02x", conf->status); + } + else if (conf != NULL) + { + APP_ZIGBEE_tx_fail_streak = 0U; + watch_report_tx_fail_streak = 0U; + watch_report_tx_confirm_status = (uint32_t)conf->status; + } +} + +static bool APP_ZIGBEE_DecodeSlaveReport(const uint8_t *payload, uint16_t length, AppSlaveReport_t *report) +{ + if ((payload == NULL) || (report == NULL) || (length < 8U)) + { + return false; + } + + report->sequence = ((uint32_t)payload[0]) | + ((uint32_t)payload[1] << 8) | + ((uint32_t)payload[2] << 16) | + ((uint32_t)payload[3] << 24); + report->button_mask = payload[4]; + report->analog_raw = ((uint16_t)payload[5]) | ((uint16_t)payload[6] << 8); + report->analog_percent = payload[7]; + + return true; +} + +static void APP_ZIGBEE_EncodeSlaveReport(const AppSlaveReport_t *report, uint8_t *payload) +{ + payload[0] = (uint8_t)(report->sequence); + payload[1] = (uint8_t)(report->sequence >> 8); + payload[2] = (uint8_t)(report->sequence >> 16); + payload[3] = (uint8_t)(report->sequence >> 24); + payload[4] = report->button_mask; + payload[5] = (uint8_t)(report->analog_raw); + payload[6] = (uint8_t)(report->analog_raw >> 8); + payload[7] = report->analog_percent; +} + +/* USER CODE END FD_LOCAL_FUNCTIONS */ diff --git a/STM32_WPAN/App/app_zigbee.h b/STM32_WPAN/App/app_zigbee.h new file mode 100644 index 0000000..89df7c5 --- /dev/null +++ b/STM32_WPAN/App/app_zigbee.h @@ -0,0 +1,93 @@ +/* USER CODE BEGIN Header */ +/** + ****************************************************************************** + * @file App/app_zigbee.h + * @author MCD Application Team + * @brief Header for Zigbee Application. + ****************************************************************************** + * @attention + * + * Copyright (c) 2019-2023 STMicroelectronics. + * All rights reserved. + * + * This software is licensed under terms that can be found in the LICENSE file + * in the root directory of this software component. + * If no LICENSE file comes with this software, it is provided AS-IS. + * + ****************************************************************************** + */ +/* USER CODE END Header */ +/* Define to prevent recursive inclusion -------------------------------------*/ +#ifndef APP_ZIGBEE_H +#define APP_ZIGBEE_H + +#ifdef __cplusplus +extern "C" { +#endif + +/* Includes ------------------------------------------------------------------*/ +/* Private includes ----------------------------------------------------------*/ +#include "tl.h" +#include "tl_zigbee_hci.h" + +/* USER CODE BEGIN Includes */ +#include +#include "app_types.h" + +/* USER CODE END Includes */ + +/* Exported types ------------------------------------------------------------*/ + +/* Application errors */ +/*------------------------------------*/ + +/* + * List of all errors tracked by the Zigbee application + * running on M4. Some of these errors may be fatal + * or just warnings + */ +typedef enum +{ + ERR_ZIGBE_CMD_TO_M0, +/* USER CODE BEGIN ERROR_APPLI_ENUM */ + +/* USER CODE END ERROR_APPLI_ENUM */ + ERR_ZIGBEE_CHECK_WIRELESS +} ErrAppliIdEnum_t; +/* USER CODE BEGIN ET */ + +/* USER CODE END ET */ + +/* Exported constants --------------------------------------------------------*/ + +/* USER CODE BEGIN EC */ + +/* USER CODE END EC */ + +/* External variables --------------------------------------------------------*/ +/* USER CODE BEGIN EV */ + +/* USER CODE END EV */ + +/* Exported macros ------------------------------------------------------------*/ +/* USER CODE BEGIN EM */ + +/* USER CODE END EM */ + +/* Exported functions ------------------------------------------------------- */ +void APP_ZIGBEE_Init(void); +void APP_ZIGBEE_Error(uint32_t ErrId, uint32_t ErrCode); +void APP_ZIGBEE_RegisterCmdBuffer(TL_CmdPacket_t *p_buffer); +void APP_ZIGBEE_TL_INIT(void); +void Pre_ZigbeeCmdProcessing(void); +/* USER CODE BEGIN EF */ +void APP_ZIGBEE_Process(void); +bool APP_ZIGBEE_IsReady(void); +bool APP_ZIGBEE_SendSlaveReport(const AppSlaveReport_t *report); + +/* USER CODE END EF */ +#ifdef __cplusplus +} /* extern "C" */ +#endif + +#endif /* APP_ZIGBEE_H */ diff --git a/STM32_WPAN/App/tl_dbg_conf.h b/STM32_WPAN/App/tl_dbg_conf.h new file mode 100644 index 0000000..51f8e1b --- /dev/null +++ b/STM32_WPAN/App/tl_dbg_conf.h @@ -0,0 +1,133 @@ +/* USER CODE BEGIN Header */ +/** + ****************************************************************************** + * @file App/tl_dbg_conf.h + * @author MCD Application Team + * @brief Debug configuration file for stm32wpan transport layer interface. + ****************************************************************************** + * @attention + * + * Copyright (c) 2019-2023 STMicroelectronics. + * All rights reserved. + * + * This software is licensed under terms that can be found in the LICENSE file + * in the root directory of this software component. + * If no LICENSE file comes with this software, it is provided AS-IS. + * + ****************************************************************************** + */ +/* USER CODE END Header */ + +/* Define to prevent recursive inclusion -------------------------------------*/ +#ifndef TL_DBG_CONF_H +#define TL_DBG_CONF_H + +#ifdef __cplusplus +extern "C" { +#endif + +/* USER CODE BEGIN Tl_Conf */ + +/* Includes ------------------------------------------------------------------*/ +#include "app_conf.h" /* required as some configuration used in dbg_trace.h are set there */ +#include "dbg_trace.h" +#include "hw_if.h" + +/** + * Enable or Disable traces + * The raw data output is the hci binary packet format as specified by the BT specification * + */ +#define TL_SHCI_CMD_DBG_EN 0 /* Reports System commands sent to CPU2 and the command response */ +#define TL_SHCI_CMD_DBG_RAW_EN 0 /* Reports raw data System commands sent to CPU2 and the command response */ +#define TL_SHCI_EVT_DBG_EN 0 /* Reports System Asynchronous Events received from CPU2 */ +#define TL_SHCI_EVT_DBG_RAW_EN 0 /* Reports raw data System Asynchronous Events received from CPU2 */ + +#define TL_HCI_CMD_DBG_EN 0 /* Reports BLE command sent to CPU2 and the command response */ +#define TL_HCI_CMD_DBG_RAW_EN 0 /* Reports raw data BLE command sent to CPU2 and the command response */ +#define TL_HCI_EVT_DBG_EN 0 /* Reports BLE Asynchronous Events received from CPU2 */ +#define TL_HCI_EVT_DBG_RAW_EN 0 /* Reports raw data BLE Asynchronous Events received from CPU2 */ + +#define TL_MM_DBG_EN 0 /* Reports the information of the buffer released to CPU2 */ + +/** + * Macro definition + */ + +/** + * System Transport Layer + */ +#if (TL_SHCI_CMD_DBG_EN != 0) +#define TL_SHCI_CMD_DBG_MSG PRINT_MESG_DBG +#define TL_SHCI_CMD_DBG_BUF PRINT_LOG_BUFF_DBG +#else +#define TL_SHCI_CMD_DBG_MSG(...) +#define TL_SHCI_CMD_DBG_BUF(...) +#endif + +#if (TL_SHCI_CMD_DBG_RAW_EN != 0) +#define TL_SHCI_CMD_DBG_RAW(_PDATA_, _SIZE_) HW_UART_Transmit(hw_uart1, (uint8_t*)_PDATA_, _SIZE_, (~0)) +#else +#define TL_SHCI_CMD_DBG_RAW(...) +#endif + +#if (TL_SHCI_EVT_DBG_EN != 0) +#define TL_SHCI_EVT_DBG_MSG PRINT_MESG_DBG +#define TL_SHCI_EVT_DBG_BUF PRINT_LOG_BUFF_DBG +#else +#define TL_SHCI_EVT_DBG_MSG(...) +#define TL_SHCI_EVT_DBG_BUF(...) +#endif + +#if (TL_SHCI_EVT_DBG_RAW_EN != 0) +#define TL_SHCI_EVT_DBG_RAW(_PDATA_, _SIZE_) HW_UART_Transmit(hw_uart1, (uint8_t*)_PDATA_, _SIZE_, (~0)) +#else +#define TL_SHCI_EVT_DBG_RAW(...) +#endif + +/** + * BLE Transport Layer + */ +#if (TL_HCI_CMD_DBG_EN != 0) +#define TL_HCI_CMD_DBG_MSG PRINT_MESG_DBG +#define TL_HCI_CMD_DBG_BUF PRINT_LOG_BUFF_DBG +#else +#define TL_HCI_CMD_DBG_MSG(...) +#define TL_HCI_CMD_DBG_BUF(...) +#endif + +#if (TL_HCI_CMD_DBG_RAW_EN != 0) +#define TL_HCI_CMD_DBG_RAW(_PDATA_, _SIZE_) HW_UART_Transmit(hw_uart1, (uint8_t*)_PDATA_, _SIZE_, (~0)) +#else +#define TL_HCI_CMD_DBG_RAW(...) +#endif + +#if (TL_HCI_EVT_DBG_EN != 0) +#define TL_HCI_EVT_DBG_MSG PRINT_MESG_DBG +#define TL_HCI_EVT_DBG_BUF PRINT_LOG_BUFF_DBG +#else +#define TL_HCI_EVT_DBG_MSG(...) +#define TL_HCI_EVT_DBG_BUF(...) +#endif + +#if (TL_HCI_EVT_DBG_RAW_EN != 0) +#define TL_HCI_EVT_DBG_RAW(_PDATA_, _SIZE_) HW_UART_Transmit(hw_uart1, (uint8_t*)_PDATA_, _SIZE_, (~0)) +#else +#define TL_HCI_EVT_DBG_RAW(...) +#endif + +/** + * Memory Manager - Released buffer tracing + */ +#if (TL_MM_DBG_EN != 0) +#define TL_MM_DBG_MSG PRINT_MESG_DBG +#else +#define TL_MM_DBG_MSG(...) +#endif + +/* USER CODE END Tl_Conf */ + +#ifdef __cplusplus +} +#endif + +#endif /*TL_DBG_CONF_H */ diff --git a/STM32_WPAN/Target/hw_ipcc.c b/STM32_WPAN/Target/hw_ipcc.c new file mode 100644 index 0000000..6a311b1 --- /dev/null +++ b/STM32_WPAN/Target/hw_ipcc.c @@ -0,0 +1,747 @@ +/* USER CODE BEGIN Header */ +/** + ****************************************************************************** + * @file hw_ipcc.c + * @author MCD Application Team + * @brief Hardware IPCC source file for STM32WPAN Middleware. + ****************************************************************************** + * @attention + * + * Copyright (c) 2020-2021 STMicroelectronics. + * All rights reserved. + * + * This software is licensed under terms that can be found in the LICENSE file + * in the root directory of this software component. + * If no LICENSE file comes with this software, it is provided AS-IS. + * + ****************************************************************************** + */ +/* USER CODE END Header */ + +/* Includes ------------------------------------------------------------------*/ +#include "app_common.h" +#include "mbox_def.h" +#include "utilities_conf.h" + +/* Global variables ---------------------------------------------------------*/ +/* Private defines -----------------------------------------------------------*/ +#define HW_IPCC_TX_PENDING( channel ) ( !(LL_C1_IPCC_IsActiveFlag_CHx( IPCC, channel )) ) && (((~(IPCC->C1MR)) & (channel << 16U))) +#define HW_IPCC_RX_PENDING( channel ) (LL_C2_IPCC_IsActiveFlag_CHx( IPCC, channel )) && (((~(IPCC->C1MR)) & (channel << 0U))) + +/* Private macros ------------------------------------------------------------*/ +/* Private typedef -----------------------------------------------------------*/ +/* Private variables ---------------------------------------------------------*/ +static void (*FreeBufCb)( void ); + +/* Private function prototypes -----------------------------------------------*/ +static void HW_IPCC_BLE_EvtHandler( void ); +static void HW_IPCC_BLE_AclDataEvtHandler( void ); +static void HW_IPCC_MM_FreeBufHandler( void ); +static void HW_IPCC_SYS_CmdEvtHandler( void ); +static void HW_IPCC_SYS_EvtHandler( void ); +static void HW_IPCC_TRACES_EvtHandler( void ); + +#ifdef THREAD_WB +static void HW_IPCC_OT_CmdEvtHandler( void ); +static void HW_IPCC_THREAD_NotEvtHandler( void ); +static void HW_IPCC_THREAD_CliNotEvtHandler( void ); +#endif + +#ifdef LLD_TESTS_WB +static void HW_IPCC_LLDTESTS_ReceiveCliRspHandler( void ); +static void HW_IPCC_LLDTESTS_ReceiveM0CmdHandler( void ); +#endif +#ifdef LLD_BLE_WB +/*static void HW_IPCC_LLD_BLE_ReceiveCliRspHandler( void );*/ +static void HW_IPCC_LLD_BLE_ReceiveRspHandler( void ); +static void HW_IPCC_LLD_BLE_ReceiveM0CmdHandler( void ); +#endif + +#ifdef MAC_802_15_4_WB +static void HW_IPCC_MAC_802_15_4_CmdEvtHandler( void ); +static void HW_IPCC_MAC_802_15_4_NotEvtHandler( void ); +#endif + +#ifdef ZIGBEE_WB +static void HW_IPCC_ZIGBEE_CmdEvtHandler( void ); +static void HW_IPCC_ZIGBEE_StackNotifEvtHandler( void ); +static void HW_IPCC_ZIGBEE_StackM0RequestHandler( void ); +#endif + +/* Public function definition -----------------------------------------------*/ + +/****************************************************************************** + * INTERRUPT HANDLER + ******************************************************************************/ +void HW_IPCC_Rx_Handler( void ) +{ + if (HW_IPCC_RX_PENDING( HW_IPCC_SYSTEM_EVENT_CHANNEL )) + { + HW_IPCC_SYS_EvtHandler(); + } +#ifdef MAC_802_15_4_WB + else if (HW_IPCC_RX_PENDING( HW_IPCC_MAC_802_15_4_NOTIFICATION_ACK_CHANNEL )) + { + HW_IPCC_MAC_802_15_4_NotEvtHandler(); + } +#endif /* MAC_802_15_4_WB */ +#ifdef THREAD_WB + else if (HW_IPCC_RX_PENDING( HW_IPCC_THREAD_NOTIFICATION_ACK_CHANNEL )) + { + HW_IPCC_THREAD_NotEvtHandler(); + } + else if (HW_IPCC_RX_PENDING( HW_IPCC_THREAD_CLI_NOTIFICATION_ACK_CHANNEL )) + { + HW_IPCC_THREAD_CliNotEvtHandler(); + } +#endif /* THREAD_WB */ +#ifdef LLD_TESTS_WB + else if (HW_IPCC_RX_PENDING( HW_IPCC_LLDTESTS_CLI_RSP_CHANNEL )) + { + HW_IPCC_LLDTESTS_ReceiveCliRspHandler(); + } + else if (HW_IPCC_RX_PENDING( HW_IPCC_LLDTESTS_M0_CMD_CHANNEL )) + { + HW_IPCC_LLDTESTS_ReceiveM0CmdHandler(); + } +#endif /* LLD_TESTS_WB */ +#ifdef LLD_BLE_WB + else if (HW_IPCC_RX_PENDING( HW_IPCC_LLD_BLE_RSP_CHANNEL )) + { + HW_IPCC_LLD_BLE_ReceiveRspHandler(); + } + else if (HW_IPCC_RX_PENDING( HW_IPCC_LLD_BLE_M0_CMD_CHANNEL )) + { + HW_IPCC_LLD_BLE_ReceiveM0CmdHandler(); + } +#endif /* LLD_TESTS_WB */ +#ifdef ZIGBEE_WB + else if (HW_IPCC_RX_PENDING( HW_IPCC_ZIGBEE_APPLI_NOTIF_ACK_CHANNEL )) + { + HW_IPCC_ZIGBEE_StackNotifEvtHandler(); + } + else if (HW_IPCC_RX_PENDING( HW_IPCC_ZIGBEE_M0_REQUEST_CHANNEL )) + { + HW_IPCC_ZIGBEE_StackM0RequestHandler(); + } +#endif /* ZIGBEE_WB */ + else if (HW_IPCC_RX_PENDING( HW_IPCC_BLE_EVENT_CHANNEL )) + { + HW_IPCC_BLE_EvtHandler(); + } + else if (HW_IPCC_RX_PENDING( HW_IPCC_TRACES_CHANNEL )) + { + HW_IPCC_TRACES_EvtHandler(); + } + + return; +} + +void HW_IPCC_Tx_Handler( void ) +{ + if (HW_IPCC_TX_PENDING( HW_IPCC_SYSTEM_CMD_RSP_CHANNEL )) + { + HW_IPCC_SYS_CmdEvtHandler(); + } +#ifdef MAC_802_15_4_WB + else if (HW_IPCC_TX_PENDING( HW_IPCC_MAC_802_15_4_CMD_RSP_CHANNEL )) + { + HW_IPCC_MAC_802_15_4_CmdEvtHandler(); + } +#endif /* MAC_802_15_4_WB */ +#ifdef THREAD_WB + else if (HW_IPCC_TX_PENDING( HW_IPCC_THREAD_OT_CMD_RSP_CHANNEL )) + { + HW_IPCC_OT_CmdEvtHandler(); + } +#endif /* THREAD_WB */ +#ifdef LLD_TESTS_WB +// No TX handler for LLD tests +#endif /* LLD_TESTS_WB */ +#ifdef ZIGBEE_WB + if (HW_IPCC_TX_PENDING( HW_IPCC_ZIGBEE_CMD_APPLI_CHANNEL )) + { + HW_IPCC_ZIGBEE_CmdEvtHandler(); + } +#endif /* ZIGBEE_WB */ + else if (HW_IPCC_TX_PENDING( HW_IPCC_MM_RELEASE_BUFFER_CHANNEL )) + { + HW_IPCC_MM_FreeBufHandler(); + } + else if (HW_IPCC_TX_PENDING( HW_IPCC_HCI_ACL_DATA_CHANNEL )) + { + HW_IPCC_BLE_AclDataEvtHandler(); + } + + return; +} +/****************************************************************************** + * GENERAL + ******************************************************************************/ +void HW_IPCC_Enable( void ) +{ + /** + * Such as IPCC IP available to the CPU2, it is required to keep the IPCC clock running + * when FUS is running on CPU2 and CPU1 enters deep sleep mode + */ + LL_C2_AHB3_GRP1_EnableClock(LL_C2_AHB3_GRP1_PERIPH_IPCC); + + /** + * When the device is out of standby, it is required to use the EXTI mechanism to wakeup CPU2 + */ + LL_EXTI_EnableRisingTrig_32_63( LL_EXTI_LINE_41 ); + /* It is required to have at least a system clock cycle before a SEV after LL_EXTI_EnableRisingTrig_32_63() */ + LL_C2_EXTI_EnableEvent_32_63( LL_EXTI_LINE_41 ); + + /** + * In case the SBSFU is implemented, it may have already set the C2BOOT bit to startup the CPU2. + * In that case, to keep the mechanism transparent to the user application, it shall call the system command + * SHCI_C2_Reinit( ) before jumping to the application. + * When the CPU2 receives that command, it waits for its event input to be set to restart the CPU2 firmware. + * This is required because once C2BOOT has been set once, a clear/set on C2BOOT has no effect. + * When SHCI_C2_Reinit( ) is not called, generating an event to the CPU2 does not have any effect + * So, by default, the application shall both set the event flag and set the C2BOOT bit. + */ + __SEV( ); /* Set the internal event flag and send an event to the CPU2 */ + __WFE( ); /* Clear the internal event flag */ + LL_PWR_EnableBootC2( ); + + return; +} + +void HW_IPCC_Init( void ) +{ + LL_AHB3_GRP1_EnableClock( LL_AHB3_GRP1_PERIPH_IPCC ); + + LL_C1_IPCC_EnableIT_RXO( IPCC ); + LL_C1_IPCC_EnableIT_TXF( IPCC ); + + HAL_NVIC_EnableIRQ(IPCC_C1_RX_IRQn); + HAL_NVIC_EnableIRQ(IPCC_C1_TX_IRQn); + + return; +} + +/****************************************************************************** + * BLE + ******************************************************************************/ +void HW_IPCC_BLE_Init( void ) +{ + UTILS_ENTER_CRITICAL_SECTION(); + LL_C1_IPCC_EnableReceiveChannel( IPCC, HW_IPCC_BLE_EVENT_CHANNEL ); + UTILS_EXIT_CRITICAL_SECTION(); + + return; +} + +void HW_IPCC_BLE_SendCmd( void ) +{ + LL_C1_IPCC_SetFlag_CHx( IPCC, HW_IPCC_BLE_CMD_CHANNEL ); + + return; +} + +static void HW_IPCC_BLE_EvtHandler( void ) +{ + HW_IPCC_BLE_RxEvtNot(); + + LL_C1_IPCC_ClearFlag_CHx( IPCC, HW_IPCC_BLE_EVENT_CHANNEL ); + + return; +} + +void HW_IPCC_BLE_SendAclData( void ) +{ + LL_C1_IPCC_SetFlag_CHx( IPCC, HW_IPCC_HCI_ACL_DATA_CHANNEL ); + UTILS_ENTER_CRITICAL_SECTION(); + LL_C1_IPCC_EnableTransmitChannel( IPCC, HW_IPCC_HCI_ACL_DATA_CHANNEL ); + UTILS_EXIT_CRITICAL_SECTION(); + + return; +} + +static void HW_IPCC_BLE_AclDataEvtHandler( void ) +{ + UTILS_ENTER_CRITICAL_SECTION(); + LL_C1_IPCC_DisableTransmitChannel( IPCC, HW_IPCC_HCI_ACL_DATA_CHANNEL ); + UTILS_EXIT_CRITICAL_SECTION(); + + HW_IPCC_BLE_AclDataAckNot(); + + return; +} + +__weak void HW_IPCC_BLE_AclDataAckNot( void ){}; +__weak void HW_IPCC_BLE_RxEvtNot( void ){}; + +/****************************************************************************** + * SYSTEM + ******************************************************************************/ +void HW_IPCC_SYS_Init( void ) +{ + UTILS_ENTER_CRITICAL_SECTION(); + LL_C1_IPCC_EnableReceiveChannel( IPCC, HW_IPCC_SYSTEM_EVENT_CHANNEL ); + UTILS_EXIT_CRITICAL_SECTION(); + + return; +} + +void HW_IPCC_SYS_SendCmd( void ) +{ + LL_C1_IPCC_SetFlag_CHx( IPCC, HW_IPCC_SYSTEM_CMD_RSP_CHANNEL ); + UTILS_ENTER_CRITICAL_SECTION(); + LL_C1_IPCC_EnableTransmitChannel( IPCC, HW_IPCC_SYSTEM_CMD_RSP_CHANNEL ); + UTILS_EXIT_CRITICAL_SECTION(); + + return; +} + +static void HW_IPCC_SYS_CmdEvtHandler( void ) +{ + UTILS_ENTER_CRITICAL_SECTION(); + LL_C1_IPCC_DisableTransmitChannel( IPCC, HW_IPCC_SYSTEM_CMD_RSP_CHANNEL ); + UTILS_EXIT_CRITICAL_SECTION(); + + HW_IPCC_SYS_CmdEvtNot(); + + return; +} + +static void HW_IPCC_SYS_EvtHandler( void ) +{ + HW_IPCC_SYS_EvtNot(); + + LL_C1_IPCC_ClearFlag_CHx( IPCC, HW_IPCC_SYSTEM_EVENT_CHANNEL ); + + return; +} + +__weak void HW_IPCC_SYS_CmdEvtNot( void ){}; +__weak void HW_IPCC_SYS_EvtNot( void ){}; + +/****************************************************************************** + * MAC 802.15.4 + ******************************************************************************/ +#ifdef MAC_802_15_4_WB +void HW_IPCC_MAC_802_15_4_Init( void ) +{ + UTILS_ENTER_CRITICAL_SECTION(); + LL_C1_IPCC_EnableReceiveChannel( IPCC, HW_IPCC_MAC_802_15_4_NOTIFICATION_ACK_CHANNEL ); + UTILS_EXIT_CRITICAL_SECTION(); + + return; +} + +void HW_IPCC_MAC_802_15_4_SendCmd( void ) +{ + LL_C1_IPCC_SetFlag_CHx( IPCC, HW_IPCC_MAC_802_15_4_CMD_RSP_CHANNEL ); + UTILS_ENTER_CRITICAL_SECTION(); + LL_C1_IPCC_EnableTransmitChannel( IPCC, HW_IPCC_MAC_802_15_4_CMD_RSP_CHANNEL ); + UTILS_EXIT_CRITICAL_SECTION(); + + return; +} + +void HW_IPCC_MAC_802_15_4_SendAck( void ) +{ + LL_C1_IPCC_ClearFlag_CHx( IPCC, HW_IPCC_MAC_802_15_4_NOTIFICATION_ACK_CHANNEL ); + UTILS_ENTER_CRITICAL_SECTION(); + LL_C1_IPCC_EnableReceiveChannel( IPCC, HW_IPCC_MAC_802_15_4_NOTIFICATION_ACK_CHANNEL ); + UTILS_EXIT_CRITICAL_SECTION(); + + return; +} + +static void HW_IPCC_MAC_802_15_4_CmdEvtHandler( void ) +{ + UTILS_ENTER_CRITICAL_SECTION(); + LL_C1_IPCC_DisableTransmitChannel( IPCC, HW_IPCC_MAC_802_15_4_CMD_RSP_CHANNEL ); + UTILS_EXIT_CRITICAL_SECTION(); + + HW_IPCC_MAC_802_15_4_CmdEvtNot(); + + return; +} + +static void HW_IPCC_MAC_802_15_4_NotEvtHandler( void ) +{ + UTILS_ENTER_CRITICAL_SECTION(); + LL_C1_IPCC_DisableReceiveChannel( IPCC, HW_IPCC_MAC_802_15_4_NOTIFICATION_ACK_CHANNEL ); + UTILS_EXIT_CRITICAL_SECTION(); + + HW_IPCC_MAC_802_15_4_EvtNot(); + + return; +} +__weak void HW_IPCC_MAC_802_15_4_CmdEvtNot( void ){}; +__weak void HW_IPCC_MAC_802_15_4_EvtNot( void ){}; +#endif + +/****************************************************************************** + * THREAD + ******************************************************************************/ +#ifdef THREAD_WB +void HW_IPCC_THREAD_Init( void ) +{ + UTILS_ENTER_CRITICAL_SECTION(); + LL_C1_IPCC_EnableReceiveChannel( IPCC, HW_IPCC_THREAD_NOTIFICATION_ACK_CHANNEL ); + LL_C1_IPCC_EnableReceiveChannel( IPCC, HW_IPCC_THREAD_CLI_NOTIFICATION_ACK_CHANNEL ); + UTILS_EXIT_CRITICAL_SECTION(); + + return; +} + +void HW_IPCC_OT_SendCmd( void ) +{ + LL_C1_IPCC_SetFlag_CHx( IPCC, HW_IPCC_THREAD_OT_CMD_RSP_CHANNEL ); + UTILS_ENTER_CRITICAL_SECTION(); + LL_C1_IPCC_EnableTransmitChannel( IPCC, HW_IPCC_THREAD_OT_CMD_RSP_CHANNEL ); + UTILS_EXIT_CRITICAL_SECTION(); + + return; +} + +void HW_IPCC_CLI_SendCmd( void ) +{ + LL_C1_IPCC_SetFlag_CHx( IPCC, HW_IPCC_THREAD_CLI_CMD_CHANNEL ); + + return; +} + +void HW_IPCC_THREAD_SendAck( void ) +{ + LL_C1_IPCC_ClearFlag_CHx( IPCC, HW_IPCC_THREAD_NOTIFICATION_ACK_CHANNEL ); + UTILS_ENTER_CRITICAL_SECTION(); + LL_C1_IPCC_EnableReceiveChannel( IPCC, HW_IPCC_THREAD_NOTIFICATION_ACK_CHANNEL ); + UTILS_EXIT_CRITICAL_SECTION(); + + return; +} + +void HW_IPCC_THREAD_CliSendAck( void ) +{ + LL_C1_IPCC_ClearFlag_CHx( IPCC, HW_IPCC_THREAD_CLI_NOTIFICATION_ACK_CHANNEL ); + UTILS_ENTER_CRITICAL_SECTION(); + LL_C1_IPCC_EnableReceiveChannel( IPCC, HW_IPCC_THREAD_CLI_NOTIFICATION_ACK_CHANNEL ); + UTILS_EXIT_CRITICAL_SECTION(); + + return; +} + +static void HW_IPCC_OT_CmdEvtHandler( void ) +{ + UTILS_ENTER_CRITICAL_SECTION(); + LL_C1_IPCC_DisableTransmitChannel( IPCC, HW_IPCC_THREAD_OT_CMD_RSP_CHANNEL ); + UTILS_EXIT_CRITICAL_SECTION(); + + HW_IPCC_OT_CmdEvtNot(); + + return; +} + +static void HW_IPCC_THREAD_NotEvtHandler( void ) +{ + UTILS_ENTER_CRITICAL_SECTION(); + LL_C1_IPCC_DisableReceiveChannel( IPCC, HW_IPCC_THREAD_NOTIFICATION_ACK_CHANNEL ); + UTILS_EXIT_CRITICAL_SECTION(); + + HW_IPCC_THREAD_EvtNot(); + + return; +} + +static void HW_IPCC_THREAD_CliNotEvtHandler( void ) +{ + UTILS_ENTER_CRITICAL_SECTION(); + LL_C1_IPCC_DisableReceiveChannel( IPCC, HW_IPCC_THREAD_CLI_NOTIFICATION_ACK_CHANNEL ); + UTILS_EXIT_CRITICAL_SECTION(); + + HW_IPCC_THREAD_CliEvtNot(); + + return; +} + +__weak void HW_IPCC_OT_CmdEvtNot( void ){}; +__weak void HW_IPCC_CLI_CmdEvtNot( void ){}; +__weak void HW_IPCC_THREAD_EvtNot( void ){}; + +#endif /* THREAD_WB */ + +/****************************************************************************** + * LLD TESTS + ******************************************************************************/ +#ifdef LLD_TESTS_WB +void HW_IPCC_LLDTESTS_Init( void ) +{ + UTILS_ENTER_CRITICAL_SECTION(); + LL_C1_IPCC_EnableReceiveChannel( IPCC, HW_IPCC_LLDTESTS_CLI_RSP_CHANNEL ); + LL_C1_IPCC_EnableReceiveChannel( IPCC, HW_IPCC_LLDTESTS_M0_CMD_CHANNEL ); + UTILS_EXIT_CRITICAL_SECTION(); + return; +} + +void HW_IPCC_LLDTESTS_SendCliCmd( void ) +{ + LL_C1_IPCC_SetFlag_CHx( IPCC, HW_IPCC_LLDTESTS_CLI_CMD_CHANNEL ); + return; +} + +static void HW_IPCC_LLDTESTS_ReceiveCliRspHandler( void ) +{ + UTILS_ENTER_CRITICAL_SECTION(); + LL_C1_IPCC_DisableReceiveChannel( IPCC, HW_IPCC_LLDTESTS_CLI_RSP_CHANNEL ); + UTILS_EXIT_CRITICAL_SECTION(); + + HW_IPCC_LLDTESTS_ReceiveCliRsp(); + return; +} + +void HW_IPCC_LLDTESTS_SendCliRspAck( void ) +{ + LL_C1_IPCC_ClearFlag_CHx( IPCC, HW_IPCC_LLDTESTS_CLI_RSP_CHANNEL ); + UTILS_ENTER_CRITICAL_SECTION(); + LL_C1_IPCC_EnableReceiveChannel( IPCC, HW_IPCC_LLDTESTS_CLI_RSP_CHANNEL ); + UTILS_EXIT_CRITICAL_SECTION(); + return; +} + +static void HW_IPCC_LLDTESTS_ReceiveM0CmdHandler( void ) +{ + UTILS_ENTER_CRITICAL_SECTION(); + LL_C1_IPCC_DisableReceiveChannel( IPCC, HW_IPCC_LLDTESTS_M0_CMD_CHANNEL ); + UTILS_EXIT_CRITICAL_SECTION(); + HW_IPCC_LLDTESTS_ReceiveM0Cmd(); + return; +} + +void HW_IPCC_LLDTESTS_SendM0CmdAck( void ) +{ + LL_C1_IPCC_ClearFlag_CHx( IPCC, HW_IPCC_LLDTESTS_M0_CMD_CHANNEL ); + UTILS_ENTER_CRITICAL_SECTION(); + LL_C1_IPCC_EnableReceiveChannel( IPCC, HW_IPCC_LLDTESTS_M0_CMD_CHANNEL ); + UTILS_EXIT_CRITICAL_SECTION(); + return; +} +__weak void HW_IPCC_LLDTESTS_ReceiveCliRsp( void ){}; +__weak void HW_IPCC_LLDTESTS_ReceiveM0Cmd( void ){}; +#endif /* LLD_TESTS_WB */ + +/****************************************************************************** + * LLD BLE + ******************************************************************************/ +#ifdef LLD_BLE_WB +void HW_IPCC_LLD_BLE_Init( void ) +{ + UTILS_ENTER_CRITICAL_SECTION(); + LL_C1_IPCC_EnableReceiveChannel( IPCC, HW_IPCC_LLD_BLE_RSP_CHANNEL ); + LL_C1_IPCC_EnableReceiveChannel( IPCC, HW_IPCC_LLD_BLE_M0_CMD_CHANNEL ); + UTILS_EXIT_CRITICAL_SECTION(); + return; +} + +void HW_IPCC_LLD_BLE_SendCliCmd( void ) +{ + LL_C1_IPCC_SetFlag_CHx( IPCC, HW_IPCC_LLD_BLE_CLI_CMD_CHANNEL ); + return; +} + +/*static void HW_IPCC_LLD_BLE_ReceiveCliRspHandler( void ) +{ + UTILS_ENTER_CRITICAL_SECTION(); + LL_C1_IPCC_DisableReceiveChannel( IPCC, HW_IPCC_LLD_BLE_CLI_RSP_CHANNEL ); + UTILS_EXIT_CRITICAL_SECTION(); + HW_IPCC_LLD_BLE_ReceiveCliRsp(); + return; +}*/ + +void HW_IPCC_LLD_BLE_SendCliRspAck( void ) +{ + LL_C1_IPCC_ClearFlag_CHx( IPCC, HW_IPCC_LLD_BLE_CLI_RSP_CHANNEL ); + UTILS_ENTER_CRITICAL_SECTION(); + LL_C1_IPCC_EnableReceiveChannel( IPCC, HW_IPCC_LLD_BLE_CLI_RSP_CHANNEL ); + UTILS_EXIT_CRITICAL_SECTION(); + return; +} + +static void HW_IPCC_LLD_BLE_ReceiveM0CmdHandler( void ) +{ + //LL_C1_IPCC_DisableReceiveChannel( IPCC, HW_IPCC_LLD_BLE_M0_CMD_CHANNEL ); + HW_IPCC_LLD_BLE_ReceiveM0Cmd(); + return; +} + +void HW_IPCC_LLD_BLE_SendM0CmdAck( void ) +{ + LL_C1_IPCC_ClearFlag_CHx( IPCC, HW_IPCC_LLD_BLE_M0_CMD_CHANNEL ); + //LL_C1_IPCC_EnableReceiveChannel( IPCC, HW_IPCC_LLD_BLE_M0_CMD_CHANNEL ); + return; +} +__weak void HW_IPCC_LLD_BLE_ReceiveCliRsp( void ){}; +__weak void HW_IPCC_LLD_BLE_ReceiveM0Cmd( void ){}; + +/* Transparent Mode */ +void HW_IPCC_LLD_BLE_SendCmd( void ) +{ + LL_C1_IPCC_SetFlag_CHx( IPCC, HW_IPCC_LLD_BLE_CMD_CHANNEL ); + return; +} + +static void HW_IPCC_LLD_BLE_ReceiveRspHandler( void ) +{ + UTILS_ENTER_CRITICAL_SECTION(); + LL_C1_IPCC_DisableReceiveChannel( IPCC, HW_IPCC_LLD_BLE_RSP_CHANNEL ); + UTILS_EXIT_CRITICAL_SECTION(); + HW_IPCC_LLD_BLE_ReceiveRsp(); + return; +} + +void HW_IPCC_LLD_BLE_SendRspAck( void ) +{ + LL_C1_IPCC_ClearFlag_CHx( IPCC, HW_IPCC_LLD_BLE_RSP_CHANNEL ); + UTILS_ENTER_CRITICAL_SECTION(); + LL_C1_IPCC_EnableReceiveChannel( IPCC, HW_IPCC_LLD_BLE_RSP_CHANNEL ); + UTILS_EXIT_CRITICAL_SECTION(); + return; +} + +#endif /* LLD_BLE_WB */ + +/****************************************************************************** + * ZIGBEE + ******************************************************************************/ +#ifdef ZIGBEE_WB +void HW_IPCC_ZIGBEE_Init( void ) +{ + UTILS_ENTER_CRITICAL_SECTION(); + LL_C1_IPCC_EnableReceiveChannel( IPCC, HW_IPCC_ZIGBEE_APPLI_NOTIF_ACK_CHANNEL ); + LL_C1_IPCC_EnableReceiveChannel( IPCC, HW_IPCC_ZIGBEE_M0_REQUEST_CHANNEL ); + UTILS_EXIT_CRITICAL_SECTION(); + + return; +} + +void HW_IPCC_ZIGBEE_SendM4RequestToM0( void ) +{ + LL_C1_IPCC_SetFlag_CHx( IPCC, HW_IPCC_ZIGBEE_CMD_APPLI_CHANNEL ); + UTILS_ENTER_CRITICAL_SECTION(); + LL_C1_IPCC_EnableTransmitChannel( IPCC, HW_IPCC_ZIGBEE_CMD_APPLI_CHANNEL ); + UTILS_EXIT_CRITICAL_SECTION(); + + return; +} + +void HW_IPCC_ZIGBEE_SendM4AckToM0Notify( void ) +{ + LL_C1_IPCC_ClearFlag_CHx( IPCC, HW_IPCC_ZIGBEE_APPLI_NOTIF_ACK_CHANNEL ); + UTILS_ENTER_CRITICAL_SECTION(); + LL_C1_IPCC_EnableReceiveChannel( IPCC, HW_IPCC_ZIGBEE_APPLI_NOTIF_ACK_CHANNEL ); + UTILS_EXIT_CRITICAL_SECTION(); + + return; +} + +static void HW_IPCC_ZIGBEE_CmdEvtHandler( void ) +{ + UTILS_ENTER_CRITICAL_SECTION(); + LL_C1_IPCC_DisableTransmitChannel( IPCC, HW_IPCC_ZIGBEE_CMD_APPLI_CHANNEL ); + UTILS_EXIT_CRITICAL_SECTION(); + + HW_IPCC_ZIGBEE_RecvAppliAckFromM0(); + + return; +} + +static void HW_IPCC_ZIGBEE_StackNotifEvtHandler( void ) +{ + UTILS_ENTER_CRITICAL_SECTION(); + LL_C1_IPCC_DisableReceiveChannel( IPCC, HW_IPCC_ZIGBEE_APPLI_NOTIF_ACK_CHANNEL ); + UTILS_EXIT_CRITICAL_SECTION(); + + HW_IPCC_ZIGBEE_RecvM0NotifyToM4(); + + return; +} + +static void HW_IPCC_ZIGBEE_StackM0RequestHandler( void ) +{ + UTILS_ENTER_CRITICAL_SECTION(); + LL_C1_IPCC_DisableReceiveChannel( IPCC, HW_IPCC_ZIGBEE_M0_REQUEST_CHANNEL ); + UTILS_EXIT_CRITICAL_SECTION(); + + HW_IPCC_ZIGBEE_RecvM0RequestToM4(); + + return; +} + +void HW_IPCC_ZIGBEE_SendM4AckToM0Request( void ) +{ + LL_C1_IPCC_ClearFlag_CHx( IPCC, HW_IPCC_ZIGBEE_M0_REQUEST_CHANNEL ); + UTILS_ENTER_CRITICAL_SECTION(); + LL_C1_IPCC_EnableReceiveChannel( IPCC, HW_IPCC_ZIGBEE_M0_REQUEST_CHANNEL ); + UTILS_EXIT_CRITICAL_SECTION(); + + return; +} + +__weak void HW_IPCC_ZIGBEE_RecvAppliAckFromM0( void ){}; +__weak void HW_IPCC_ZIGBEE_RecvM0NotifyToM4( void ){}; +__weak void HW_IPCC_ZIGBEE_RecvM0RequestToM4( void ){}; +#endif /* ZIGBEE_WB */ + +/****************************************************************************** + * MEMORY MANAGER + ******************************************************************************/ +void HW_IPCC_MM_SendFreeBuf( void (*cb)( void ) ) +{ + if ( LL_C1_IPCC_IsActiveFlag_CHx( IPCC, HW_IPCC_MM_RELEASE_BUFFER_CHANNEL ) ) + { + FreeBufCb = cb; + UTILS_ENTER_CRITICAL_SECTION(); + LL_C1_IPCC_EnableTransmitChannel( IPCC, HW_IPCC_MM_RELEASE_BUFFER_CHANNEL ); + UTILS_EXIT_CRITICAL_SECTION(); + } + else + { + cb(); + + LL_C1_IPCC_SetFlag_CHx( IPCC, HW_IPCC_MM_RELEASE_BUFFER_CHANNEL ); + } + + return; +} + +static void HW_IPCC_MM_FreeBufHandler( void ) +{ + UTILS_ENTER_CRITICAL_SECTION(); + LL_C1_IPCC_DisableTransmitChannel( IPCC, HW_IPCC_MM_RELEASE_BUFFER_CHANNEL ); + UTILS_EXIT_CRITICAL_SECTION(); + + FreeBufCb(); + + LL_C1_IPCC_SetFlag_CHx( IPCC, HW_IPCC_MM_RELEASE_BUFFER_CHANNEL ); + + return; +} + +/****************************************************************************** + * TRACES + ******************************************************************************/ +void HW_IPCC_TRACES_Init( void ) +{ + UTILS_ENTER_CRITICAL_SECTION(); + LL_C1_IPCC_EnableReceiveChannel( IPCC, HW_IPCC_TRACES_CHANNEL ); + UTILS_EXIT_CRITICAL_SECTION(); + + return; +} + +static void HW_IPCC_TRACES_EvtHandler( void ) +{ + HW_IPCC_TRACES_EvtNot(); + + LL_C1_IPCC_ClearFlag_CHx( IPCC, HW_IPCC_TRACES_CHANNEL ); + + return; +} + +__weak void HW_IPCC_TRACES_EvtNot( void ){}; diff --git a/Zigbee_OnOff_Server_Coord.ioc b/Zigbee_OnOff_Server_Coord.ioc new file mode 100644 index 0000000..5a9b798 --- /dev/null +++ b/Zigbee_OnOff_Server_Coord.ioc @@ -0,0 +1,284 @@ +#MicroXplorer Configuration settings - do not modify +CAD.formats= +CAD.pinconfig= +CAD.provider= +Dma.LPUART1_TX.0.Direction=DMA_MEMORY_TO_PERIPH +Dma.LPUART1_TX.0.EventEnable=DISABLE +Dma.LPUART1_TX.0.Instance=DMA1_Channel1 +Dma.LPUART1_TX.0.MemDataAlignment=DMA_MDATAALIGN_BYTE +Dma.LPUART1_TX.0.MemInc=DMA_MINC_ENABLE +Dma.LPUART1_TX.0.Mode=DMA_NORMAL +Dma.LPUART1_TX.0.PeriphDataAlignment=DMA_PDATAALIGN_BYTE +Dma.LPUART1_TX.0.PeriphInc=DMA_PINC_DISABLE +Dma.LPUART1_TX.0.Polarity=HAL_DMAMUX_REQ_GEN_RISING +Dma.LPUART1_TX.0.Priority=DMA_PRIORITY_LOW +Dma.LPUART1_TX.0.RequestNumber=1 +Dma.LPUART1_TX.0.RequestParameters=Instance,Direction,PeriphInc,MemInc,PeriphDataAlignment,MemDataAlignment,Mode,Priority,SignalID,Polarity,RequestNumber,SyncSignalID,SyncPolarity,SyncEnable,EventEnable,SyncRequestNumber +Dma.LPUART1_TX.0.SignalID=NONE +Dma.LPUART1_TX.0.SyncEnable=DISABLE +Dma.LPUART1_TX.0.SyncPolarity=HAL_DMAMUX_SYNC_NO_EVENT +Dma.LPUART1_TX.0.SyncRequestNumber=1 +Dma.LPUART1_TX.0.SyncSignalID=NONE +Dma.Request0=LPUART1_TX +Dma.Request1=USART1_TX +Dma.RequestsNb=2 +Dma.USART1_TX.1.Direction=DMA_MEMORY_TO_PERIPH +Dma.USART1_TX.1.EventEnable=DISABLE +Dma.USART1_TX.1.Instance=DMA1_Channel2 +Dma.USART1_TX.1.MemDataAlignment=DMA_MDATAALIGN_BYTE +Dma.USART1_TX.1.MemInc=DMA_MINC_ENABLE +Dma.USART1_TX.1.Mode=DMA_NORMAL +Dma.USART1_TX.1.PeriphDataAlignment=DMA_PDATAALIGN_BYTE +Dma.USART1_TX.1.PeriphInc=DMA_PINC_DISABLE +Dma.USART1_TX.1.Polarity=HAL_DMAMUX_REQ_GEN_RISING +Dma.USART1_TX.1.Priority=DMA_PRIORITY_LOW +Dma.USART1_TX.1.RequestNumber=1 +Dma.USART1_TX.1.RequestParameters=Instance,Direction,PeriphInc,MemInc,PeriphDataAlignment,MemDataAlignment,Mode,Priority,SignalID,Polarity,RequestNumber,SyncSignalID,SyncPolarity,SyncEnable,EventEnable,SyncRequestNumber +Dma.USART1_TX.1.SignalID=NONE +Dma.USART1_TX.1.SyncEnable=DISABLE +Dma.USART1_TX.1.SyncPolarity=HAL_DMAMUX_SYNC_NO_EVENT +Dma.USART1_TX.1.SyncRequestNumber=1 +Dma.USART1_TX.1.SyncSignalID=NONE +File.Version=6 +GPIO.groupedBy=Group By Peripherals +KeepUserPlacement=false +LPUART1.BaudRate=115200 +LPUART1.IPParameters=BaudRate,WordLength +LPUART1.WordLength=UART_WORDLENGTH_8B +Mcu.CPN=STM32WB55RGV6 +Mcu.Family=STM32WB +Mcu.IP0=DMA +Mcu.IP1=HSEM +Mcu.IP10=SYS +Mcu.IP11=TINY_LPM +Mcu.IP12=USART1 +Mcu.IP2=IPCC +Mcu.IP3=LPUART1 +Mcu.IP4=NVIC +Mcu.IP5=RCC +Mcu.IP6=RF +Mcu.IP7=RTC +Mcu.IP8=SEQUENCER +Mcu.IP9=STM32_WPAN +Mcu.IPNb=13 +Mcu.Name=STM32WB55RGVx +Mcu.Package=VFQFPN68 +Mcu.Pin0=PC14-OSC32_IN +Mcu.Pin1=PC15-OSC32_OUT +Mcu.Pin10=PA11 +Mcu.Pin11=PA13 +Mcu.Pin12=PA14 +Mcu.Pin13=PD0 +Mcu.Pin14=PD1 +Mcu.Pin15=PB5 +Mcu.Pin16=PB6 +Mcu.Pin17=PB7 +Mcu.Pin18=VP_HSEM_VS_HSEM +Mcu.Pin19=VP_IPCC_VS_IPCC +Mcu.Pin2=PA2 +Mcu.Pin20=VP_RTC_VS_RTC_Activate +Mcu.Pin21=VP_RTC_VS_RTC_WakeUp_intern +Mcu.Pin22=VP_SEQUENCER_VS_SEQUENCER +Mcu.Pin23=VP_STM32_WPAN_VS_ZIGBEE +Mcu.Pin24=VP_SYS_VS_Systick +Mcu.Pin25=VP_TINY_LPM_VS_TINY_LPM +Mcu.Pin3=PA3 +Mcu.Pin4=PC4 +Mcu.Pin5=RF1 +Mcu.Pin6=OSC_OUT +Mcu.Pin7=OSC_IN +Mcu.Pin8=PB0 +Mcu.Pin9=PB1 +Mcu.PinsNb=26 +Mcu.ThirdPartyNb=0 +Mcu.UserConstants= +Mcu.UserName=STM32WB55RGVx +MxCube.Version=6.9.0 +MxDb.Version=DB.6.0.90 +NVIC.BusFault_IRQn=true\:0\:0\:false\:false\:true\:false\:false\:false +NVIC.C2SEV_PWR_C2H_IRQn=true\:0\:0\:false\:false\:true\:true\:false\:true +NVIC.DMA1_Channel1_IRQn=true\:0\:0\:false\:false\:true\:false\:true\:true +NVIC.DMA1_Channel2_IRQn=true\:0\:0\:false\:false\:true\:false\:true\:true +NVIC.DebugMonitor_IRQn=true\:0\:0\:false\:false\:true\:false\:false\:false +NVIC.FLASH_IRQn=true\:0\:0\:false\:false\:true\:true\:true\:true +NVIC.FPU_IRQn=true\:0\:0\:false\:false\:true\:true\:false\:true +NVIC.ForceEnableDMAVector=true +NVIC.HSEM_IRQn=true\:0\:0\:false\:false\:true\:true\:true\:true +NVIC.HardFault_IRQn=true\:0\:0\:false\:false\:true\:false\:false\:false +NVIC.IPCC_C1_RX_IRQn=true\:0\:0\:false\:false\:true\:true\:true\:true +NVIC.IPCC_C1_TX_IRQn=true\:0\:0\:false\:false\:true\:true\:true\:true +NVIC.LPUART1_IRQn=true\:0\:0\:false\:false\:true\:true\:true\:true +NVIC.MemoryManagement_IRQn=true\:0\:0\:false\:false\:true\:false\:false\:false +NVIC.NonMaskableInt_IRQn=true\:0\:0\:false\:false\:true\:false\:false\:false +NVIC.PVD_PVM_IRQn=true\:0\:0\:false\:false\:true\:true\:true\:true +NVIC.PWR_SOTF_BLEACT_802ACT_RFPHASE_IRQn=true\:0\:0\:false\:false\:true\:true\:false\:true +NVIC.PendSV_IRQn=true\:0\:0\:false\:false\:true\:false\:false\:false +NVIC.PriorityGroup=NVIC_PRIORITYGROUP_4 +NVIC.RCC_IRQn=true\:0\:0\:false\:false\:true\:true\:false\:true +NVIC.RTC_WKUP_IRQn=true\:0\:0\:false\:false\:true\:true\:true\:true +NVIC.SVCall_IRQn=true\:0\:0\:false\:false\:true\:false\:false\:false +NVIC.SysTick_IRQn=true\:0\:0\:false\:false\:true\:false\:true\:false +NVIC.USART1_IRQn=true\:0\:0\:false\:false\:true\:true\:true\:true +NVIC.UsageFault_IRQn=true\:0\:0\:false\:false\:true\:false\:false\:false +OSC_IN.Mode=HSE-External-Oscillator +OSC_IN.Signal=RCC_OSC_IN +OSC_OUT.Mode=HSE-External-Oscillator +OSC_OUT.Signal=RCC_OSC_OUT +PA11.Locked=true +PA11.Signal=USART1_CTS +PA13.Mode=Serial_Wire +PA13.Signal=SYS_JTMS-SWDIO +PA14.Mode=Serial_Wire +PA14.Signal=SYS_JTCK-SWCLK +PA2.Mode=Asynchronous +PA2.Signal=LPUART1_TX +PA3.Mode=Asynchronous +PA3.Signal=LPUART1_RX +PB0.Locked=true +PB1.Locked=true +PB5.Locked=true +PB6.Locked=true +PB6.Mode=Asynchronous +PB6.Signal=USART1_TX +PB7.Locked=true +PB7.Mode=Asynchronous +PB7.Signal=USART1_RX +PC14-OSC32_IN.Mode=LSE-External-Oscillator +PC14-OSC32_IN.Signal=RCC_OSC32_IN +PC15-OSC32_OUT.Mode=LSE-External-Oscillator +PC15-OSC32_OUT.Signal=RCC_OSC32_OUT +PC4.Locked=true +PCC.Ble.ConnectionInterval=1000.0 +PCC.Ble.DataLength=6 +PCC.Ble.IsUsed=false +PCC.Ble.Mode=NOT_SELECTED +PCC.Ble.PowerLevel=Min +PCC.Zigbee.IsUsed=false +PCC.Zigbee.Mode=Sleepy End Device +PCC.Zigbee.Payload=15 +PCC.Zigbee.PoolPeriodicity=30.0 +PCC.Zigbee.PowerLevel=Min +PCC.Zigbee.RequestPeriodicity=500.0 +PD0.Locked=true +PD1.Locked=true +PinOutPanel.RotationAngle=0 +ProjectManager.AskForMigrate=true +ProjectManager.BackupPrevious=false +ProjectManager.CompilerOptimize=6 +ProjectManager.ComputerToolchain=false +ProjectManager.CoupleFile=false +ProjectManager.DeletePrevious=true +ProjectManager.DeviceId=STM32WB55RGVx +ProjectManager.Example=Zigbee_OnOff_Server_Coord +ProjectManager.ExampleSource=CubeFw +ProjectManager.FreePins=false +ProjectManager.HalAssertFull=false +ProjectManager.HeapSize=0x19000 +ProjectManager.KeepUserCode=true +ProjectManager.LastFirmware=true +ProjectManager.LibraryCopy=2 +ProjectManager.MainLocation=Core/Src +ProjectManager.NoMain=false +ProjectManager.PreviousToolchain=SW4STM32 +ProjectManager.ProjectBuild=false +ProjectManager.ProjectFileName=Zigbee_OnOff_Server_Coord.ioc +ProjectManager.ProjectName=Zigbee_OnOff_Server_Coord +ProjectManager.ProjectStructure= +ProjectManager.RegisterCallBack= +ProjectManager.StackSize=0x1000 +ProjectManager.TargetToolchain=EWARM V9.20 +ProjectManager.ToolChainLocation= +ProjectManager.UnderRoot=false +ProjectManager.functionlistsort=1-MX_GPIO_Init-GPIO-false-HAL-true,2-MX_DMA_Init-DMA-false-HAL-true,3-SystemClock_Config-RCC-false-HAL-false,4-MX_LPUART1_UART_Init-LPUART1-true-HAL-false,5-MX_USART1_UART_Init-USART1-true-HAL-false,6-MX_RTC_Init-RTC-false-HAL-true,7-APPE_Init-STM32_WPAN-false-HAL-false,8-MX_IPCC_Init-IPCC-false-HAL-true,0-MX_RF_Init-RF-false-HAL-true,0-MX_HSEM_Init-HSEM-false-HAL-true +RCC.ADCFreq_Value=48000000 +RCC.AHBFreq_Value=32000000 +RCC.APB1Freq_Value=32000000 +RCC.APB1TimFreq_Value=32000000 +RCC.APB2Freq_Value=32000000 +RCC.APB2TimFreq_Value=32000000 +RCC.APB3Freq_Value=16000000 +RCC.Cortex2Freq_Value=32000000 +RCC.CortexFreq_Value=32000000 +RCC.FCLK2Freq_Value=32000000 +RCC.FCLKCortexFreq_Value=32000000 +RCC.FamilyName=M +RCC.HCLK2Freq_Value=32000000 +RCC.HCLK3Freq_Value=32000000 +RCC.HCLKFreq_Value=32000000 +RCC.HCLKRFFreq_Value=16000000 +RCC.HSE_VALUE=32000000 +RCC.HSI48_VALUE=48000000 +RCC.HSI_VALUE=16000000 +RCC.I2C1Freq_Value=32000000 +RCC.I2C3Freq_Value=32000000 +RCC.IPParameters=ADCFreq_Value,AHBFreq_Value,APB1Freq_Value,APB1TimFreq_Value,APB2Freq_Value,APB2TimFreq_Value,APB3Freq_Value,Cortex2Freq_Value,CortexFreq_Value,FCLK2Freq_Value,FCLKCortexFreq_Value,FamilyName,HCLK2Freq_Value,HCLK3Freq_Value,HCLKFreq_Value,HCLKRFFreq_Value,HSE_VALUE,HSI48_VALUE,HSI_VALUE,I2C1Freq_Value,I2C3Freq_Value,LCDFreq_Value,LPTIM1Freq_Value,LPTIM2Freq_Value,LPUART1Freq_Value,LSCOPinFreq_Value,LSE_Drive_Capability,LSI_VALUE,MCO1PinFreq_Value,PLLPoutputFreq_Value,PLLQoutputFreq_Value,PLLRCLKFreq_Value,PLLSAI1N,PLLSAI1PoutputFreq_Value,PLLSAI1QoutputFreq_Value,PLLSAI1RoutputFreq_Value,PWRFreq_Value,RFWKPClockSelection,RFWKPFreq_Value,RNGFreq_Value,RTCClockSelection,RTCFreq_Value,SAI1Freq_Value,SMPS1Freq_Value,SMPSCLockSelectionVirtual,SMPSFreq_Value,SYSCLKFreq_VALUE,SYSCLKSource,USART1Freq_Value,USBFreq_Value,VCOInputFreq_Value,VCOOutputFreq_Value,VCOSAI1OutputFreq_Value +RCC.LCDFreq_Value=32768 +RCC.LPTIM1Freq_Value=32000000 +RCC.LPTIM2Freq_Value=32000000 +RCC.LPUART1Freq_Value=32000000 +RCC.LSCOPinFreq_Value=32000 +RCC.LSE_Drive_Capability=RCC_LSEDRIVE_LOW +RCC.LSI_VALUE=32000 +RCC.MCO1PinFreq_Value=32000000 +RCC.PLLPoutputFreq_Value=16000000 +RCC.PLLQoutputFreq_Value=16000000 +RCC.PLLRCLKFreq_Value=16000000 +RCC.PLLSAI1N=24 +RCC.PLLSAI1PoutputFreq_Value=48000000 +RCC.PLLSAI1QoutputFreq_Value=48000000 +RCC.PLLSAI1RoutputFreq_Value=48000000 +RCC.PWRFreq_Value=32000000 +RCC.RFWKPClockSelection=RCC_RFWKPCLKSOURCE_LSE +RCC.RFWKPFreq_Value=32768 +RCC.RNGFreq_Value=32000 +RCC.RTCClockSelection=RCC_RTCCLKSOURCE_LSE +RCC.RTCFreq_Value=32768 +RCC.SAI1Freq_Value=48000000 +RCC.SMPS1Freq_Value=16000000 +RCC.SMPSCLockSelectionVirtual=RCC_SMPSCLKSOURCE_HSE +RCC.SMPSFreq_Value=8000000 +RCC.SYSCLKFreq_VALUE=32000000 +RCC.SYSCLKSource=RCC_SYSCLKSOURCE_HSE +RCC.USART1Freq_Value=32000000 +RCC.USBFreq_Value=48000000 +RCC.VCOInputFreq_Value=4000000 +RCC.VCOOutputFreq_Value=32000000 +RCC.VCOSAI1OutputFreq_Value=96000000 +RF1.Mode=RF1_Activate +RF1.Signal=RF_RF1 +RTC.AsynchPrediv=CFG_RTC_ASYNCH_PRESCALER +RTC.IPParameters=AsynchPrediv,SynchPrediv +RTC.SynchPrediv=CFG_RTC_SYNCH_PRESCALER +STM32_WPAN.CFG_CLI_UART=hw_lpuart1 +STM32_WPAN.CFG_DEBUG_TRACE_FULL=0 +STM32_WPAN.CFG_DEBUG_TRACE_LIGHT=1 +STM32_WPAN.CFG_DEBUG_TRACE_UART=hw_uart1 +STM32_WPAN.CFG_HW_LPUART1_ENABLED=1 +STM32_WPAN.CFG_HW_USART1_ENABLED=1 +STM32_WPAN.ENDPOINT1_ID=17 +STM32_WPAN.ENDPOINT1_ID_ZGB=17 +STM32_WPAN.IPParameters=CFG_HW_LPUART1_ENABLED,CFG_HW_USART1_ENABLED,CFG_DEBUG_TRACE_UART,CFG_DEBUG_TRACE_LIGHT,CFG_CLI_UART,CFG_DEBUG_TRACE_FULL,ZCL_ON_OFF_ENDPOINT1,ZGB_CHANNEL,ENDPOINT1_ID,ENDPOINT1_ID_ZGB,ZCL_ONOFF_ENDPOINT1 +STM32_WPAN.ZCL_ONOFF_ENDPOINT1=SERVER +STM32_WPAN.ZCL_ON_OFF_ENDPOINT1=SERVER +STM32_WPAN.ZGB_CHANNEL=13 +USART1.IPParameters=VirtualMode-Asynchronous,WordLength,OverSampling +USART1.OverSampling=UART_OVERSAMPLING_8 +USART1.VirtualMode-Asynchronous=VM_ASYNC +USART1.WordLength=WORDLENGTH_8B +VP_HSEM_VS_HSEM.Mode=HSEM_Activate +VP_HSEM_VS_HSEM.Signal=HSEM_VS_HSEM +VP_IPCC_VS_IPCC.Mode=IPCC_Activate +VP_IPCC_VS_IPCC.Signal=IPCC_VS_IPCC +VP_RTC_VS_RTC_Activate.Mode=RTC_Enabled +VP_RTC_VS_RTC_Activate.Signal=RTC_VS_RTC_Activate +VP_RTC_VS_RTC_WakeUp_intern.Mode=WakeUp +VP_RTC_VS_RTC_WakeUp_intern.Signal=RTC_VS_RTC_WakeUp_intern +VP_SEQUENCER_VS_SEQUENCER.Mode=SEQUENCER_Enabled +VP_SEQUENCER_VS_SEQUENCER.Signal=SEQUENCER_VS_SEQUENCER +VP_STM32_WPAN_VS_ZIGBEE.Mode=MOD_ZGB_ENDPOINT +VP_STM32_WPAN_VS_ZIGBEE.Signal=STM32_WPAN_VS_ZIGBEE +VP_SYS_VS_Systick.Mode=SysTick +VP_SYS_VS_Systick.Signal=SYS_VS_Systick +VP_TINY_LPM_VS_TINY_LPM.Mode=TINY_LPM_Enabled +VP_TINY_LPM_VS_TINY_LPM.Signal=TINY_LPM_VS_TINY_LPM +board=custom diff --git a/docs/ARCHITECTURE.md b/docs/ARCHITECTURE.md new file mode 100644 index 0000000..4b3e59b --- /dev/null +++ b/docs/ARCHITECTURE.md @@ -0,0 +1,58 @@ +# Архитектура + +## Глобальные структуры + +Главная глобальная структура: + +```c +extern AppContext_t g_app; +``` + +Она содержит: + +- `role` - текущая роль `APP_ROLE_MASTER` или `APP_ROLE_SLAVE`. +- `zigbee_state` - состояние Zigbee подключения. +- `slave_inputs.buttons[3]` - три кнопки. +- `slave_inputs.analog` - один аналоговый канал. +- `zigbee` - PAN ID, канал, endpoint и cluster id. +- `uptime_ms`, `last_report_ms` - таймеры приложения. + +## Payload slave + +Slave должен отправлять структуру `AppSlaveInputs_t`: + +```c +typedef struct +{ + AppButton_t buttons[3]; + AppAnalogChannel_t analog; + uint32_t sequence; +} AppSlaveInputs_t; +``` + +Для стабильного Zigbee протокола проект формирует `AppSlaveReport_t` через `App_MakeSlaveReport()`. +В Zigbee лучше передавать поля в фиксированном порядке, а не сырую C-структуру целиком: + +- `sequence`, 4 байта +- `buttons`, битовая маска 3 младших бит +- `analog_raw`, 2 байта +- `analog_percent`, 1 байт + +## Режим master + +Master: + +1. Создает или открывает Zigbee сеть. +2. Регистрирует endpoint `APP_ZIGBEE_ENDPOINT`. +3. Принимает отчеты cluster `APP_ZIGBEE_CLUSTER_INPUTS`. +4. Передает распакованный отчет в `ZigbeePort_OnSlaveReportReceived()`. +5. Обновляет `g_app.master_node`. + +## Режим slave + +Slave: + +1. Присоединяется к сети master. +2. Опрос кнопок проходит с debounce `APP_BUTTON_DEBOUNCE_MS`. +3. ADC фильтруется IIR фильтром 1/8. +4. Отчет отправляется каждые `APP_ZIGBEE_REPORT_PERIOD_MS`. diff --git a/docs/KEIL_SETUP.md b/docs/KEIL_SETUP.md new file mode 100644 index 0000000..f263378 --- /dev/null +++ b/docs/KEIL_SETUP.md @@ -0,0 +1,29 @@ +# Keil setup + +## Требования + +- Keil MDK ARM. +- Device pack для STM32WB55. +- `STM32Cube_FW_WB` с middleware `STM32_WPAN`. +- Wireless stack firmware для CPU2, прошитый через STM32CubeProgrammer. + +## Как открыть + +Откройте основной проект: + +```text +MDK-ARM/Zigbee_OnOff_Server_Coord.uvprojx +``` + +Если Keil попросит установить pack для STM32WB55, установите его через Pack Installer. + +`MDK-ARM/stm32wb55_zigbee.uvprojx` оставлен как ранний минимальный каркас, но для CubeWB/Zigbee используйте ST-based проект выше. + +## Важное про Zigbee на STM32WB + +STM32WB55 использует два ядра: + +- CPU1 - пользовательское приложение. +- CPU2 - wireless stack. + +Перед отладкой Zigbee нужно прошить актуальный Zigbee stack для CPU2. Без этого приложение может собираться, но сеть Zigbee не заработает. diff --git a/docs/PROJECT_NOTES.md b/docs/PROJECT_NOTES.md new file mode 100644 index 0000000..a888ba7 --- /dev/null +++ b/docs/PROJECT_NOTES.md @@ -0,0 +1,300 @@ +# STM32WB55 Zigbee master/slave notes + +## Project files + +- Keil project: `MDK-ARM/Zigbee_OnOff_Server_Coord.uvprojx` +- Main app config: `App/app_config.h` +- Shared data types: `App/app_types.h` +- GPIO/hardware layer: `App/hardware.c` +- Slave input scan/debounce: `App/slave_inputs.c` +- App role/process logic: `App/zigbee_app.c` +- Zigbee adapter: `App/zigbee_port.c` +- STM32_WPAN Zigbee implementation: `STM32_WPAN/App/app_zigbee.c` + +## Roles + +Role is selected at build time while role detect is disabled: + +```c +#define APP_ROLE_DEFAULT APP_ROLE_MASTER +#define APP_ROLE_DETECT_ENABLED 0U +``` + +For the slave firmware build: + +```c +#define APP_ROLE_DEFAULT APP_ROLE_SLAVE +``` + +`APP_ROLE_MASTER` forms the Zigbee network as coordinator. +`APP_ROLE_SLAVE` joins the coordinator network and sends input reports. + +## Pins + +Button inputs: + +| Signal | Port | Pin | Active level | +| --- | --- | --- | --- | +| Button 1 | GPIOB | GPIO_PIN_0 | 0 | +| Button 2 | GPIOB | GPIO_PIN_1 | 0 | +| Button 3 | GPIOB | GPIO_PIN_2 | 0 | + +Config: + +```c +#define APP_BUTTON_ACTIVE_LEVEL 0U +#define APP_BUTTON_DEBOUNCE_MS 20U +#define APP_BUTTON_GPIO_PORT GPIOB +#define APP_BUTTON1_GPIO_PIN GPIO_PIN_0 +#define APP_BUTTON2_GPIO_PIN GPIO_PIN_1 +#define APP_BUTTON3_GPIO_PIN GPIO_PIN_2 +``` + +Role/status LED: + +| Signal | Port | Pin | Active level | +| --- | --- | --- | --- | +| APP_ROLE_LED | GPIOE | GPIO_PIN_4 | GPIO_PIN_SET | + +Config: + +```c +#define APP_ROLE_LED_GPIO_PORT GPIOE +#define APP_ROLE_LED_GPIO_PIN GPIO_PIN_4 +#define APP_ROLE_LED_ACTIVE_LEVEL GPIO_PIN_SET +``` + +Role detect pins are currently unused: + +```c +#define APP_ROLE_DETECT_ENABLED 0U +#define APP_ROLE_DETECT_GPIO_PORT GPIOA +#define APP_ROLE_DETECT_GPIO_PIN GPIO_PIN_9 +#define APP_ROLE_DETECT_PULL GPIO_PULLDOWN +#define APP_ROLE_DETECT_MASTER_LEVEL GPIO_PIN_RESET +``` + +ADC is reserved in the app model, but `Hardware_ReadAnalogRaw()` currently returns `0`. + +## Zigbee network settings + +```c +#define APP_ZIGBEE_ENDPOINT 10U +#define APP_ZIGBEE_CLUSTER_INPUTS 0xFC10U +#define APP_ZIGBEE_REPORT_PERIOD_MS 100U +#define APP_ZIGBEE_CHANNEL 20U +#define APP_ZIGBEE_PAN_ID 0x1234U +#define APP_ZIGBEE_EXTENDED_PAN_ID 0x1122334455667788ULL +#define APP_ZIGBEE_PERMIT_JOIN_SEC 0xFFU +#define APP_ZIGBEE_PERMIT_REFRESH_MS 5000U +#define APP_ZIGBEE_REJOIN_FAIL_COUNT 3U +#define APP_ZIGBEE_REJOIN_RETRY_MS 15000U +``` + +Master opens permit-join and refreshes it every 5 seconds. +Slave sends reports to coordinator short address `0x0000`, endpoint `APP_ZIGBEE_ENDPOINT`. + +Current slave TX options: + +```c +ZB_APSDE_DATAREQ_TXOPTIONS_SECURITY | ZB_APSDE_DATAREQ_TXOPTIONS_ACK +``` + +ACK is enabled so slave can detect `ZB_APS_STATUS_NO_ACK` when master is missing. + +## Slave input data + +Local slave input state: + +```c +typedef struct +{ + AppButton_t buttons[3]; + AppAnalogChannel_t analog; + uint32_t sequence; +} AppSlaveInputs_t; +``` + +Report sent over Zigbee: + +```c +typedef struct +{ + uint32_t sequence; + uint8_t button_mask; + uint16_t analog_raw; + uint8_t analog_percent; +} AppSlaveReport_t; +``` + +Button mask bits: + +| Bit | Button | +| --- | --- | +| bit0 | Button 1 | +| bit1 | Button 2 | +| bit2 | Button 3 | + +Examples: + +| button_mask | Meaning | +| --- | --- | +| 0 | No buttons pressed | +| 1 | Button 1 | +| 2 | Button 2 | +| 4 | Button 3 | +| 3 | Button 1 + Button 2 | +| 7 | All 3 buttons | + +Wire payload, 8 bytes: + +| Byte | Field | +| --- | --- | +| 0..3 | sequence, little-endian | +| 4 | button_mask | +| 5..6 | analog_raw, little-endian | +| 7 | analog_percent | + +Master stores the last received report here: + +```c +g_app.master_node.last_report +g_app.master_node.last_report.button_mask +``` + +## Connection behavior + +Master `APP_ZB_CONNECTED` means the coordinator formed its Zigbee network. +It does not mean that slave is online. + +Slave is considered visible on master only after first report: + +```c +g_app.master_node.online = true; +watch_master_online = 1; +watch_report_rx_count++; +``` + +When master is turned off while slave is running: + +1. Slave TX confirm starts returning `0xA7` (`ZB_APS_STATUS_NO_ACK`). +2. `watch_report_tx_fail_streak` increases. +3. After `APP_ZIGBEE_REJOIN_FAIL_COUNT` failures, slave resets local Zigbee stack with `ZbReset()`. +4. Slave starts normal join again through `CFG_TASK_ZIGBEE_NETWORK_FORM`. + +When slave is reset while master is running: + +1. Master must keep permit-join open. +2. Check `watch_permit_join_count`, `watch_permit_join_status`, and `watch_permit_join_duration` on master. +3. Expected values: count increases, status `0`, duration `0xFF`. + +## LED status patterns + +LED: `APP_ROLE_LED` on GPIOE pin 4. + +Patterns are non-blocking and updated from `ZigbeeApp_UpdateStatusLed()`. + +| State | Pattern | +| --- | --- | +| DISCONNECTED | Short flash every 400 ms | +| JOINING | Fast 80 ms on / 80 ms off | +| ERROR | Very fast 50 ms on / 50 ms off | +| CONNECTED master | One short flash every second | +| CONNECTED slave | Two short flashes every second | + +## Useful watch variables + +Role/state: + +```c +watch_role +watch_is_master +watch_is_slave +watch_zigbee_state +watch_zigbee_ready +``` + +Master receive: + +```c +watch_master_online +watch_master_last_seen_ms +watch_master_last_sequence +watch_master_button_mask +watch_report_rx_count +watch_report_rx_ind_count +watch_report_rx_decode_fail_count +watch_report_rx_last_cluster +watch_report_rx_last_length +``` + +Slave transmit: + +```c +watch_slave_sequence +watch_slave_button_mask +watch_report_tx_count +watch_report_tx_attempt_count +watch_report_tx_ok_count +watch_report_tx_busy_count +watch_report_tx_confirm_count +watch_report_tx_confirm_status +watch_report_tx_fail_streak +``` + +Rejoin/recovery: + +```c +watch_rejoin_request_count +watch_rejoin_success_count +watch_rejoin_fail_count +watch_rejoin_active +watch_rejoin_last_status +``` + +Master permit-join: + +```c +watch_permit_join_count +watch_permit_join_status +watch_permit_join_duration +``` + +## Common status codes + +| Code | Meaning | +| --- | --- | +| 0x00 | Success | +| 0xA7 | `ZB_APS_STATUS_NO_ACK`, destination did not ACK | +| 0xCA | `ZB_NWK_STATUS_NO_NETWORKS`, no matching network found | +| 0xD0 | `ZB_NWK_STATUS_ROUTE_DISCOVERY_FAILED` | +| 0xD1 | `ZB_NWK_STATUS_ROUTE_ERROR` | + +## Current debug checklist + +Master after startup: + +```text +watch_is_master = 1 +watch_zigbee_state = 2 +watch_permit_join_count increasing +watch_permit_join_status = 0 +watch_permit_join_duration = 0xFF +``` + +Slave after join: + +```text +watch_is_slave = 1 +watch_zigbee_state = 2 +watch_zigbee_ready = 1 +watch_report_tx_confirm_status = 0 +``` + +Master after receiving slave: + +```text +watch_master_online = 1 +watch_report_rx_count increasing +watch_master_button_mask follows slave buttons +``` diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000..b15ef2d --- /dev/null +++ b/readme.txt @@ -0,0 +1,124 @@ +/** + @page Zigbee_OnOff_Server_Coord application + + @verbatim + ****************************************************************************** + * @file Zigbee/Zigbee_OnOff_Server_Coord/readme.txt + * @author MCD Application Team + * @brief Description of the Zigbee OnOff Cluster application as a client + * using a centralized network. + ****************************************************************************** + * + * Copyright (c) 2020-2021 STMicroelectronics. + * All rights reserved. + * + * This software is licensed under terms that can be found in the LICENSE file + * in the root directory of this software component. + * If no LICENSE file comes with this software, it is provided AS-IS. + * + ****************************************************************************** + @endverbatim + +@par Application Description + +How to use the OnOff cluster on a device acting as a Server with Coordinator role within a Centralized Zigbee network. + +The purpose of this application is to show how to create a Zigbee centralized network, and +how to communicate from one node to another one using the OnOff cluster. Once the Zigbee mesh +network is created, the user can send requests from the client to the server through the push button +in order to make the LED toggling. + +For this application it is requested to have: + +- 1 STM32WB55xx board loaded with: + - wireless coprocessor : stm32wb5x_Zigbee_FFD_fw.bin + - application : Zigbee_OnOff_Server_Coord + +- 1 or more STM32WB55xx board loaded with: + - wireless coprocessor : stm32wb5x_Zigbee_FFD_fw.bin + - application : Zigbee_OnOff_Client_Router + + + Device 1 Device 2 + + --------- --------- + | | ZbZclOnOffClientToggleReq | | + PushB=>|Client | -----------------------------------> |Server | =>LED + | | | | + | | | | + -------- --------- + +To setup the application : + + a) Open the project, build it and load your generated application on your STM32WB devices. + + To run the application : + + a) Start the first board. It must be the coordinator of the Zigbee network so in this demo application it is + the device running Zigbee_OnOff_Server_Coord application (Device2 in the above diagram). + Wait for the Blue LED (LED1) ON. + Start the second board. This board is configured as Zigbee router and will attached to the network created + by the coordinator. Do the same for the other boards if applicable. + + b) At this stage, the Zigbee network is automatically created and BLUE LED (LED1) is ON on all devices. + it is now possible to send OnOff Cluster commands from the client to the server in multicast mode + by pressing on the SW1 push button. + You must see the RED LED (LED3) toggling on the server side. + + Note: when LED1, LED2 and LED3 are toggling it is indicating an error has occurred on application. + +@par Keywords + +Zigbee + +@par Hardware and Software environment + + - This example runs on STM32WB55xx devices. + + - This example has been tested with an STMicroelectronics STM32WB55RG_Nucleo + board and can be easily tailored to any other supported device + and development board. + + - On STM32WB55RG_Nucleo, the jumpers must be configured as described + in this section. Starting from the top left position up to the bottom + right position, the jumpers on the Board must be set as follows: + + CN11: GND [OFF] + JP4: VDDRF [ON] + JP6: VC0 [ON] + JP2: +3V3 [ON] + JP1: USB_STL [ON] All others [OFF] + CN12: GND [OFF] + CN7: [OFF] + JP3: VDD_MCU [ON] + JP5: GND [OFF] All others [ON] + CN10: [OFF] + + +@par How to use it ? + +=> Loading of the stm32wb5x_Zigbee_FFD_fw.bin binary + + This application requests having the stm32wb5x_Zigbee_FFD_fw.bin binary flashed on the Wireless Coprocessor. + If it is not the case, you need to use STM32CubeProgrammer to load the appropriate binary. + All available binaries are located under /Projects/STM32_Copro_Wireless_Binaries directory. + Refer to UM2237 to learn how to use/install STM32CubeProgrammer. + Refer to /Projects/STM32_Copro_Wireless_Binaries/ReleaseNote.html for the detailed procedure to change the + Wireless Coprocessor binary. + +=> Getting traces + To get the traces you need to connect your Board to the Hyperterminal (through the STLink Virtual COM Port). + The UART must be configured as follows: + + - BaudRate = 115200 baud + - Word Length = 8 Bits + - Stop Bit = 1 bit + - Parity = none + - Flow control = none + +=> Running the application + + Refer to the Application description at the beginning of this readme.txt + + *

    © COPYRIGHT STMicroelectronics

    +