فهرست منبع

Работы с шилдом.

TelenkovDmitry 9 ماه پیش
والد
کامیت
6aa881b562
6فایلهای تغییر یافته به همراه596 افزوده شده و 477 حذف شده
  1. 70 0
      modules/xa_shield/xa_shield.cpp
  2. 12 0
      modules/xa_shield/xa_shield.h
  3. 494 471
      project/ewarm/lt8920.dep
  4. 7 0
      project/ewarm/lt8920.ewp
  5. 6 0
      project/ewarm/lt8920.ewt
  6. 7 6
      user/main.cpp

+ 70 - 0
modules/xa_shield/xa_shield.cpp

@@ -0,0 +1,70 @@
+#include "stm32l0xx_hal.h"
+#include "xa_shield.h"
+#include "x-nucleo-6180xa1.h"
+#include <stdio.h>
+#include <stdio.h>
+
+
+I2C_HandleTypeDef i2_handle;
+
+volatile uint32_t tick_cnt;
+static void wait_ms(int ms);
+
+
+// PB8, PB9 - I2C_1
+// Inputs GPIO_MODE_IT_RISING :  PA4 = INTB , PA5 = INTL, PA10 = INTR, PB0 = INT
+void xa_shield(void)
+{
+    XNUCLEO6180XA1_GPIO_Init();
+    XNUCLEO6180XA1_I2C1_Init(&i2_handle);
+  
+}
+
+
+//
+extern "C" {
+void HAL_SYSTICK_Callback(void)
+{
+    tick_cnt++;
+}
+}
+
+//
+void wait_ms(int ms)
+{
+    uint32_t start, now;
+    int dif;
+    start = tick_cnt;
+    
+    do {
+        now = tick_cnt;
+        dif = now - start;
+    }
+    while (dif < ms);
+}
+
+// Нужно определить функцию задержки из x-nucleo-6180xa1
+void XNUCLEO6180XA1_WaitMilliSec(int SegDelayMs)
+{
+    //wait_ms(SegDelayMs);
+    HAL_Delay(SegDelayMs);
+}
+
+//
+void xa_shield_test(void)
+{
+    char str[6] = {"Err_"};
+    //static uint8_t cnt = 0;
+    
+    // 
+    //int ret = XNUCLEO6180XA1_GetSwitch();
+    //printf("Switch state: %u\r\n", ret);
+    
+    //sprintf(str, "%u", cnt);
+    
+    XNUCLEO6180XA1_DisplayString(str, 1);
+    
+    
+    
+    //HAL_Delay(1000);
+}

+ 12 - 0
modules/xa_shield/xa_shield.h

@@ -0,0 +1,12 @@
+#ifndef __XA_SHIELD_H
+#define __XA_SHIELD_H
+
+
+// 
+void xa_shield(void);
+
+//
+void xa_shield_test(void);
+
+
+#endif

+ 494 - 471
project/ewarm/lt8920.dep

@@ -1,1396 +1,1419 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml version="1.0" encoding="UTF-8"?>
 <project>
 <project>
     <fileVersion>4</fileVersion>
     <fileVersion>4</fileVersion>
-    <fileChecksum>1207989723</fileChecksum>
+    <fileChecksum>2846119270</fileChecksum>
     <configuration>
     <configuration>
         <name>Debug</name>
         <name>Debug</name>
         <outputs>
         <outputs>
-            <file>$PROJ_DIR$\Debug\Obj\startup_stm32l053xx.o</file>
-            <file>$PROJ_DIR$\..\..\modules\vl6180x\vl6180x_i2c.h</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_i2c.o</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_irda.o</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\inc\stm32l0xx_hal_usart_ex.h</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\inc\stm32l0xx_hal_flash_ex.h</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\inc\stm32l0xx_hal.h</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_adc.o</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_rcc.xcl</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_cortex.o</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\inc\stm32l0xx_hal_dma.h</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\inc\stm32l0xx_hal_spi.h</file>
+            <file>$PROJ_DIR$\..\..\user\main.h</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal.xcl</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal.o</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_pcd.xcl</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_adc_ex.xcl</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_usart.o</file>
+            <file>$PROJ_DIR$\..\..\modules\debug\usart.h</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\inc\stm32l0xx_hal_gpio.h</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_spi.xcl</file>
+            <file>$TOOLKIT_DIR$\inc\c\yvals.h</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_lcd.o</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_pcd.o</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_pwr.xcl</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_comp_ex.xcl</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\inc\stm32l0xx_hal_gpio_ex.h</file>
+            <file>$TOOLKIT_DIR$\inc\c\string.h</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_i2c_ex.xcl</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_crc_ex.o</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_i2s.xcl</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\inc\stm32l0xx_hal_cortex.h</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_dac_ex.o</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_adc.xcl</file>
+            <file>$TOOLKIT_DIR$\inc\c\DLib_Product_string.h</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_rtc.xcl</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_flash_ex.xcl</file>
+            <file>$TOOLKIT_DIR$\inc\c\stdio.h</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_cryp_ex.o</file>
+            <file>$PROJ_DIR$\Debug\Obj\vl6180x_i2c.xcl</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_smbus.xcl</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_it.o</file>
+            <file>$PROJ_DIR$\Debug\Obj\system_stm32l0xx.o</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_smbus_ex.xcl</file>
+            <file>$PROJ_DIR$\Debug\Obj\vl6180x_api.xcl</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_irda.xcl</file>
+            <file>$PROJ_DIR$\Debug\Obj\main.o</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_dma.xcl</file>
+            <file>$PROJ_DIR$\Debug\Obj\vl6180x_api.o</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_uart.xcl</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_tim.xcl</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_i2c_ex.o</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\inc\stm32l0xx_hal_pwr_ex.h</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_tim_ex.xcl</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_exti.o</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_iwdg.o</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\inc\stm32l0xx_hal_pwr.h</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_iwdg.xcl</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_i2s.o</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_lptim.o</file>
+            <file>$TOOLKIT_DIR$\lib\rt6M_tl.a</file>
+            <file>$PROJ_DIR$\..\..\user\stm32l0xx_it.h</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_comp.o</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_tsc.xcl</file>
+            <file>$PROJ_DIR$\..\..\modules\vl6180x\vl6180x_def.h</file>
+            <file>$PROJ_DIR$\..\..\modules\vl6180x\vl6180x_i2c.c</file>
+            <file>$PROJ_DIR$\startup_stm32l053xx.s</file>
+            <file>$PROJ_DIR$\..\..\user\stm32l0xx_it.c</file>
             <file>$PROJ_DIR$\..\..\libs\stm32\drivers\inc\stm32l0xx_hal_i2c.h</file>
             <file>$PROJ_DIR$\..\..\libs\stm32\drivers\inc\stm32l0xx_hal_i2c.h</file>
+            <file>$PROJ_DIR$\..\..\modules\misc\io.cpp</file>
             <file>$PROJ_DIR$\..\..\libs\stm32\drivers\inc\stm32l0xx_hal_i2c_ex.h</file>
             <file>$PROJ_DIR$\..\..\libs\stm32\drivers\inc\stm32l0xx_hal_i2c_ex.h</file>
-            <file>$PROJ_DIR$\..\..\modules\bsp\x-nucleo-6180xa1.h</file>
-            <file>$PROJ_DIR$\..\..\modules\vl6180x\vl6180x_api.h</file>
-            <file>$PROJ_DIR$\stm32l053xx_flash.icf</file>
-            <file>$TOOLKIT_DIR$\lib\dl6M_tlf.a</file>
-            <file>$PROJ_DIR$\Debug\List\lt8920.map</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_pcd_ex.o</file>
             <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_cryp.o</file>
             <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_cryp.o</file>
             <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_nucleo.o</file>
             <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_nucleo.o</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_nucleo.xcl</file>
+            <file>$PROJ_DIR$\Debug\Obj\startup_stm32l053xx.o</file>
             <file>$PROJ_DIR$\Debug\Obj\x-nucleo-6180xa1.xcl</file>
             <file>$PROJ_DIR$\Debug\Obj\x-nucleo-6180xa1.xcl</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_wwdg.o</file>
+            <file>$PROJ_DIR$\stm32l053xx_flash.icf</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_nucleo.xcl</file>
+            <file>$PROJ_DIR$\Debug\List\lt8920.map</file>
+            <file>$PROJ_DIR$\..\..\user\stm32l0xx_hal_conf.h</file>
             <file>$TOOLKIT_DIR$\lib\shb_l.a</file>
             <file>$TOOLKIT_DIR$\lib\shb_l.a</file>
+            <file>$TOOLKIT_DIR$\lib\dl6M_tlf.a</file>
             <file>$PROJ_DIR$\Debug\Obj\x-nucleo-6180xa1.o</file>
             <file>$PROJ_DIR$\Debug\Obj\x-nucleo-6180xa1.o</file>
+            <file>$PROJ_DIR$\..\..\modules\bsp\x-nucleo-6180xa1.h</file>
+            <file>$PROJ_DIR$\..\..\modules\vl6180x\vl6180x_api.h</file>
             <file>$PROJ_DIR$\Debug\Obj\vl6180x_i2c.o</file>
             <file>$PROJ_DIR$\Debug\Obj\vl6180x_i2c.o</file>
+            <file>$PROJ_DIR$\..\..\modules\vl6180x\vl6180x_i2c.h</file>
             <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_wwdg.xcl</file>
             <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_wwdg.xcl</file>
             <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_lcd.xcl</file>
             <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_lcd.xcl</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\inc\stm32l0xx_hal_pwr_ex.h</file>
-            <file>$PROJ_DIR$\Debug\Obj\vl6180x_api.xcl</file>
-            <file>$PROJ_DIR$\Debug\Obj\vl6180x_api.o</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_uart.xcl</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\inc\stm32l0xx_hal_pwr.h</file>
-            <file>$PROJ_DIR$\Debug\Obj\vl6180x_i2c.xcl</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_iwdg.xcl</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_irda.xcl</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_tsc.xcl</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_rtc.xcl</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_lptim.o</file>
-            <file>$PROJ_DIR$\..\..\user\stm32l0xx_it.h</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_smbus.xcl</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_comp.o</file>
-            <file>$PROJ_DIR$\Debug\Obj\main.o</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_adc.xcl</file>
-            <file>$TOOLKIT_DIR$\lib\rt6M_tl.a</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_tim.xcl</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_cryp_ex.o</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_i2c_ex.o</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_tim_ex.xcl</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_flash_ex.xcl</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_exti.o</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_dma.xcl</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_iwdg.o</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_i2s.o</file>
-            <file>$TOOLKIT_DIR$\inc\c\DLib_Product_string.h</file>
-            <file>$TOOLKIT_DIR$\inc\c\stdio.h</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_it.o</file>
-            <file>$PROJ_DIR$\Debug\Obj\system_stm32l0xx.o</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_smbus_ex.xcl</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_comp_ex.xcl</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_cortex.o</file>
-            <file>$TOOLKIT_DIR$\inc\c\string.h</file>
-            <file>$PROJ_DIR$\..\..\modules\debug\usart.h</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_lcd.o</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\inc\stm32l0xx_hal_spi.h</file>
-            <file>$PROJ_DIR$\..\..\user\main.h</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_irda.o</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_spi.xcl</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_usart.o</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_pcd.xcl</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_crc_ex.o</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_i2s.xcl</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_i2c_ex.xcl</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\inc\stm32l0xx_hal_usart_ex.h</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal.xcl</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_adc_ex.xcl</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\inc\stm32l0xx_hal_gpio_ex.h</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_i2c.o</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\inc\stm32l0xx_hal_cortex.h</file>
-            <file>$TOOLKIT_DIR$\inc\c\yvals.h</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_pcd.o</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_dac_ex.o</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\inc\stm32l0xx_hal_flash_ex.h</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_pwr.xcl</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\inc\stm32l0xx_hal_gpio.h</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\inc\stm32l0xx_hal.h</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_adc.o</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal.o</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_rcc.xcl</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\inc\stm32l0xx_hal_dma.h</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_pcd_ex.xcl</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_smartcard_ex.xcl</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_wwdg.o</file>
+            <file>$PROJ_DIR$\..\..\modules\vl6180x\vl6180x_cfg.h</file>
+            <file>$PROJ_DIR$\..\..\user\main.cpp</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_pcd_ex.o</file>
+            <file>$PROJ_DIR$\..\..\modules\vl6180x\vl6180x_api.c</file>
+            <file>$PROJ_DIR$\..\..\modules\lt8920\lt8920_trs.cpp</file>
+            <file>$PROJ_DIR$\..\..\modules\lt8920\lt8920_test.cpp</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\system\system_stm32l0xx.c</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_smartcard_ex.c</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_spi.c</file>
+            <file>$PROJ_DIR$\..\..\modules\lt8920\lt8920.cpp</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_smartcard.c</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_smbus.c</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_pwr_ex.c</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_smbus_ex.c</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_tim.c</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_tsc.c</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_uart.c</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_tim_ex.c</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_wwdg.c</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_pcd_ex.c</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\system\system_stm32l0xx.h</file>
+            <file>$PROJ_DIR$\..\..\modules\bsp\stm32l0xx_nucleo.c</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_rng.c</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_rtc_ex.c</file>
+            <file>$PROJ_DIR$\..\..\modules\bsp\vl6180x_platform.h</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_usart.c</file>
+            <file>$PROJ_DIR$\..\..\modules\bsp\vl6180x_types.h</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_uart_ex.c</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_pwr.c</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_rcc.c</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\system\stm32l053xx.h</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\system\stm32l0xx.h</file>
+            <file>$PROJ_DIR$\..\..\modules\bsp\x-nucleo-6180xa1.c</file>
+            <file>$PROJ_DIR$\..\..\modules\debug\usart.c</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_rcc_ex.c</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_rtc.c</file>
+            <file>$PROJ_DIR$\..\..\modules\bsp\stm32xxx_hal.h</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_uart_ex.o</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_flash_ramfunc.o</file>
+            <file>$TOOLKIT_DIR$\inc\c\ysizet.h</file>
             <file>$PROJ_DIR$\..\..\libs\stm32\drivers\inc\stm32l0xx_hal_usart.h</file>
             <file>$PROJ_DIR$\..\..\libs\stm32\drivers\inc\stm32l0xx_hal_usart.h</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\inc\stm32l0xx_hal_flash_ramfunc.h</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_smartcard.xcl</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_comp.xcl</file>
-            <file>$PROJ_DIR$\Debug\Exe\lt8920.out</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\cmsis\mpu_armv7.h</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_flash_ex.o</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_smartcard.o</file>
             <file>$PROJ_DIR$\..\..\libs\stm32\cmsis\cmsis_version.h</file>
             <file>$PROJ_DIR$\..\..\libs\stm32\cmsis\cmsis_version.h</file>
             <file>$TOOLKIT_DIR$\inc\c\stddef.h</file>
             <file>$TOOLKIT_DIR$\inc\c\stddef.h</file>
-            <file>$PROJ_DIR$\Debug\Obj\lt8920_test.xcl</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_tim_ex.o</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_gpio.o</file>
+            <file>$TOOLKIT_DIR$\inc\c\iccarm_builtin.h</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_comp.xcl</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\inc\stm32l0xx_hal_rcc.h</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_dma.o</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\cmsis\mpu_armv7.h</file>
             <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_firewall.o</file>
             <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_firewall.o</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\inc\stm32l0xx_hal_def.h</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_tsc.o</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_firewall.xcl</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_smbus_ex.o</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_smartcard.xcl</file>
             <file>$PROJ_DIR$\Debug\Obj\lt8920_trs.xcl</file>
             <file>$PROJ_DIR$\Debug\Obj\lt8920_trs.xcl</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_gpio.o</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_flash_ex.o</file>
             <file>$PROJ_DIR$\..\..\libs\stm32\cmsis\cmsis_compiler.h</file>
             <file>$PROJ_DIR$\..\..\libs\stm32\cmsis\cmsis_compiler.h</file>
-            <file>$TOOLKIT_DIR$\inc\c\iccarm_builtin.h</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_uart_ex.o</file>
+            <file>$PROJ_DIR$\Debug\Exe\lt8920.out</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\inc\stm32l0xx_hal_flash_ramfunc.h</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_firewall.xcl</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_pcd_ex.xcl</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_smbus_ex.o</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\inc\stm32l0xx_hal_def.h</file>
             <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_dac.o</file>
             <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_dac.o</file>
+            <file>$PROJ_DIR$\Debug\Obj\lt8920_test.xcl</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_tsc.o</file>
             <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_smartcard_ex.o</file>
             <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_smartcard_ex.o</file>
             <file>$TOOLKIT_DIR$\inc\c\DLib_Config_Full.h</file>
             <file>$TOOLKIT_DIR$\inc\c\DLib_Config_Full.h</file>
-            <file>$TOOLKIT_DIR$\inc\c\ysizet.h</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\inc\stm32l0xx_hal_rcc.h</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_dma.o</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_flash_ramfunc.o</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_smartcard.o</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_tim_ex.o</file>
-            <file>$PROJ_DIR$\..\..\modules\lt8920\lt8920_test.h</file>
-            <file>$TOOLKIT_DIR$\lib\dlpp6M_tl_fc.a</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_smartcard_ex.xcl</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_gpio.xcl</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_cryp.xcl</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_flash_ramfunc.xcl</file>
+            <file>$PROJ_DIR$\Debug\Obj\io.o</file>
+            <file>$TOOLKIT_DIR$\inc\c\DLib_Product.h</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_rcc_ex.xcl</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_pwr_ex.o</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_usart.xcl</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_crc.xcl</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\inc\stm32l0xx_hal_uart_ex.h</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_rng.o</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_it.xcl</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_dac.xcl</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\cmsis\core_cm0plus.h</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_crc_ex.xcl</file>
+            <file>$TOOLKIT_DIR$\inc\c\stdint.h</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_lptim.xcl</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_i2c.xcl</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_rng.xcl</file>
+            <file>$TOOLKIT_DIR$\inc\c\ycheck.h</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_rtc_ex.xcl</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_pwr.o</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_cryp_ex.xcl</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_flash.xcl</file>
+            <file>$PROJ_DIR$\Debug\Obj\system_stm32l0xx.xcl</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_rcc.o</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_pwr_ex.xcl</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_spi.o</file>
+            <file>$PROJ_DIR$\..\..\modules\lt8920\lt8920.h</file>
+            <file>$TOOLKIT_DIR$\lib\m6M_tl.a</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_rcc_ex.o</file>
+            <file>$PROJ_DIR$\..\..\modules\xa_shield\xa_shield.h</file>
             <file>$PROJ_DIR$\Debug\Obj\lt8920_test.o</file>
             <file>$PROJ_DIR$\Debug\Obj\lt8920_test.o</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\inc\Legacy\stm32_hal_legacy.h</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_uart.o</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_crc.o</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\inc\stm32l0xx_hal_rcc_ex.h</file>
             <file>$PROJ_DIR$\Debug\Obj\lt8920.o</file>
             <file>$PROJ_DIR$\Debug\Obj\lt8920.o</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_dac_ex.xcl</file>
             <file>$TOOLKIT_DIR$\inc\c\DLib_Defaults.h</file>
             <file>$TOOLKIT_DIR$\inc\c\DLib_Defaults.h</file>
-            <file>$PROJ_DIR$\Debug\Obj\lt8920.xcl</file>
             <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_cortex.xcl</file>
             <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_cortex.xcl</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_rtc.o</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_dac_ex.xcl</file>
             <file>$PROJ_DIR$\Debug\Obj\lt8920.pbd</file>
             <file>$PROJ_DIR$\Debug\Obj\lt8920.pbd</file>
-            <file>$PROJ_DIR$\..\..\modules\bsp\stm32l0xx_nucleo.h</file>
+            <file>$PROJ_DIR$\..\..\modules\lt8920\lt8920_test.h</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_uart.o</file>
             <file>$PROJ_DIR$\Debug\Obj\usart.xcl</file>
             <file>$PROJ_DIR$\Debug\Obj\usart.xcl</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_adc_ex.o</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\inc\Legacy\stm32_hal_legacy.h</file>
             <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_rtc_ex.o</file>
             <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_rtc_ex.o</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\inc\stm32l0xx_hal_flash.h</file>
             <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_exti.xcl</file>
             <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_exti.xcl</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_uart_ex.xcl</file>
             <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_tim.o</file>
             <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_tim.o</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_comp_ex.o</file>
             <file>$PROJ_DIR$\Debug\Obj\main.xcl</file>
             <file>$PROJ_DIR$\Debug\Obj\main.xcl</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\inc\stm32l0xx_hal_uart.h</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\inc\stm32l0xx_hal_rcc_ex.h</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_adc_ex.o</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\inc\stm32l0xx_hal_flash.h</file>
             <file>$PROJ_DIR$\Debug\Obj\usart.o</file>
             <file>$PROJ_DIR$\Debug\Obj\usart.o</file>
             <file>$PROJ_DIR$\..\..\modules\lt8920\lt8920_trs.h</file>
             <file>$PROJ_DIR$\..\..\modules\lt8920\lt8920_trs.h</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\inc\stm32l0xx_hal_uart.h</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_uart_ex.xcl</file>
             <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_smbus.o</file>
             <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_smbus.o</file>
             <file>$PROJ_DIR$\..\..\libs\stm32\cmsis\cmsis_iccarm.h</file>
             <file>$PROJ_DIR$\..\..\libs\stm32\cmsis\cmsis_iccarm.h</file>
             <file>$PROJ_DIR$\Debug\Obj\lt8920_trs.o</file>
             <file>$PROJ_DIR$\Debug\Obj\lt8920_trs.o</file>
             <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_flash.o</file>
             <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_flash.o</file>
-            <file>$TOOLKIT_DIR$\inc\c\stdint.h</file>
-            <file>$PROJ_DIR$\Debug\Obj\system_stm32l0xx.xcl</file>
-            <file>$TOOLKIT_DIR$\inc\c\ycheck.h</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\inc\stm32l0xx_hal_uart_ex.h</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_spi.o</file>
-            <file>$PROJ_DIR$\..\..\modules\lt8920\lt8920.h</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_pwr_ex.xcl</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_cryp_ex.xcl</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_crc.o</file>
+            <file>$TOOLKIT_DIR$\lib\dlpp6M_tl_fc.a</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_rtc.o</file>
+            <file>$PROJ_DIR$\Debug\Obj\lt8920.xcl</file>
+            <file>$PROJ_DIR$\..\..\modules\bsp\stm32l0xx_nucleo.h</file>
+            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_comp_ex.o</file>
+            <file>$PROJ_DIR$\Debug\Obj\io.xcl</file>
+            <file>$PROJ_DIR$\..\..\modules\misc\io.h</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_flash_ramfunc.c</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal.c</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_comp_ex.c</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_adc_ex.c</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_cryp.c</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_dma.c</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_exti.c</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_flash.c</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_crc_ex.c</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_comp.c</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_flash_ex.c</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_cryp_ex.c</file>
             <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_gpio.c</file>
             <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_gpio.c</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_i2c.c</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_cortex.c</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_dac.c</file>
             <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_irda.c</file>
             <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_irda.c</file>
             <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_iwdg.c</file>
             <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_iwdg.c</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_lcd.c</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_pcd.c</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_dac.c</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_dac_ex.c</file>
             <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_adc.c</file>
             <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_adc.c</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_flash.c</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_crc.c</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_i2c.c</file>
             <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_i2c_ex.c</file>
             <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_i2c_ex.c</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal.c</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_cortex.c</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_crc.c</file>
             <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_i2s.c</file>
             <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_i2s.c</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_dac_ex.c</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_lcd.c</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_comp.c</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_firewall.c</file>
             <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_lptim.c</file>
             <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_lptim.c</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_flash_ex.c</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_comp_ex.c</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_cryp_ex.c</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_pcd.c</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_cryp.c</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_crc_ex.c</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_dma.c</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_adc_ex.c</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_exti.c</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_flash_ramfunc.c</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_rng.c</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_smbus_ex.c</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\system\stm32l053xx.h</file>
-            <file>$PROJ_DIR$\..\..\modules\bsp\vl6180x_platform.h</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_tim_ex.c</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_rtc_ex.c</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\system\system_stm32l0xx.h</file>
-            <file>$PROJ_DIR$\..\..\modules\bsp\vl6180x_types.h</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\system\system_stm32l0xx.c</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_rtc.c</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_uart_ex.c</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_wwdg.c</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_smartcard.c</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\system\stm32l0xx.h</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_pcd_ex.c</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_pwr_ex.c</file>
-            <file>$PROJ_DIR$\..\..\modules\bsp\stm32l0xx_nucleo.c</file>
-            <file>$PROJ_DIR$\..\..\modules\bsp\stm32xxx_hal.h</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_uart.c</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_rcc.c</file>
-            <file>$PROJ_DIR$\..\..\modules\bsp\x-nucleo-6180xa1.c</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_pwr.c</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_tim.c</file>
-            <file>$PROJ_DIR$\..\..\modules\lt8920\lt8920.cpp</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_smartcard_ex.c</file>
-            <file>$PROJ_DIR$\..\..\modules\debug\usart.c</file>
-            <file>$PROJ_DIR$\..\..\modules\lt8920\lt8920_test.cpp</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_rcc_ex.c</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_smbus.c</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_spi.c</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_tsc.c</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_usart.c</file>
-            <file>$PROJ_DIR$\..\..\user\main.cpp</file>
-            <file>$TOOLKIT_DIR$\inc\c\DLib_Product.h</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_rcc.o</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_usart.xcl</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_pwr_ex.o</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_rtc_ex.xcl</file>
-            <file>$PROJ_DIR$\..\..\modules\vl6180x\vl6180x_cfg.h</file>
-            <file>$PROJ_DIR$\..\..\user\stm32l0xx_it.c</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_lptim.xcl</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_i2c.xcl</file>
-            <file>$TOOLKIT_DIR$\lib\m6M_tl.a</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_rcc_ex.o</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_flash.xcl</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_dac.xcl</file>
-            <file>$PROJ_DIR$\..\..\user\stm32l0xx_hal_conf.h</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_gpio.xcl</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_rng.o</file>
-            <file>$PROJ_DIR$\..\..\libs\stm32\cmsis\core_cm0plus.h</file>
-            <file>$PROJ_DIR$\..\..\modules\vl6180x\vl6180x_def.h</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_rng.xcl</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_rcc_ex.xcl</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_crc.xcl</file>
-            <file>$PROJ_DIR$\..\..\modules\lt8920\lt8920_trs.cpp</file>
-            <file>$PROJ_DIR$\..\..\modules\vl6180x\vl6180x_api.c</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_pwr.o</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_it.xcl</file>
-            <file>$PROJ_DIR$\startup_stm32l053xx.s</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_cryp.xcl</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_flash_ramfunc.xcl</file>
-            <file>$PROJ_DIR$\Debug\Obj\stm32l0xx_hal_crc_ex.xcl</file>
-            <file>$PROJ_DIR$\..\..\modules\vl6180x\vl6180x_i2c.c</file>
-            <file>$PROJ_DIR$\Debug\Obj\io.o</file>
-            <file>$PROJ_DIR$\Debug\Obj\io.xcl</file>
-            <file>$PROJ_DIR$\..\..\modules\misc\io.h</file>
-            <file>$PROJ_DIR$\..\..\modules\misc\io.cpp</file>
+            <file>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_firewall.c</file>
+            <file>$PROJ_DIR$\..\..\modules\xa_shield\xa_shield.cpp</file>
+            <file>$PROJ_DIR$\Debug\Obj\xa_shield.xcl</file>
+            <file>$PROJ_DIR$\Debug\Obj\xa_shield.o</file>
         </outputs>
         </outputs>
         <file>
         <file>
-            <name>[ROOT_NODE]</name>
+            <name>$PROJ_DIR$\..\..\modules\vl6180x\vl6180x_i2c.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
-                    <name>ILINK</name>
-                    <file> 88 8</file>
+                    <name>ICCARM</name>
+                    <file> 82</file>
+                </tool>
+                <tool>
+                    <name>BICOMP</name>
+                    <file> 37</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
+            <inputs>
+                <tool>
+                    <name>ICCARM</name>
+                    <file> 83 111 62 87 113 170 174 19 189 153 159 131 126</file>
+                </tool>
+            </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\Debug\Exe\lt8920.out</name>
+            <name>$PROJ_DIR$\startup_stm32l053xx.s</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
-                    <name>ILINK</name>
-                    <file> 8</file>
+                    <name>AARM</name>
+                    <file> 71</file>
+                </tool>
+            </outputs>
+        </file>
+        <file>
+            <name>$PROJ_DIR$\..\..\user\stm32l0xx_it.c</name>
+            <outputs>
+                <tool>
+                    <name>ICCARM</name>
+                    <file> 39</file>
+                </tool>
+                <tool>
+                    <name>BICOMP</name>
+                    <file> 166</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
-                    <name>ILINK</name>
-                    <file> 6 242 120 115 142 34 0 79 78 129 33 135 52 118 62 10 38 104 73 109 42 93 143 100 110 99 69 39 45 58 44 55 30 72 9 235 215 213 222 227 125 130 111 105 140 97 148 134 112 95 117 103 60 14 48 11 49 138 22 17 16 15 36 114 221 7</file>
+                    <name>ICCARM</name>
+                    <file> 59 10 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2 216</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_gpio.c</name>
+            <name>$PROJ_DIR$\..\..\modules\misc\io.cpp</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 99</file>
+                    <file> 158</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 226</file>
+                    <file> 218</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2 219</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_i2c.c</name>
+            <name>$PROJ_DIR$\..\..\user\main.cpp</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 69</file>
+                    <file> 44</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 220</file>
+                    <file> 200</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2 216 16 219 205 193 186 35</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_cortex.c</name>
+            <name>$PROJ_DIR$\..\..\modules\vl6180x\vl6180x_api.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 52</file>
+                    <file> 46</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 124</file>
+                    <file> 42</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 81 111 62 87 113 170 174 19 189 153 159 131 126</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_dac.c</name>
+            <name>$PROJ_DIR$\..\..\modules\lt8920\lt8920_trs.cpp</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 104</file>
+                    <file> 210</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 224</file>
+                    <file> 141</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2 205 216 35</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_irda.c</name>
+            <name>$PROJ_DIR$\..\..\modules\lt8920\lt8920_test.cpp</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 58</file>
+                    <file> 187</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 27</file>
+                    <file> 150</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2 193 183 216 35 25 32</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_iwdg.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\system\system_stm32l0xx.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 44</file>
+                    <file> 40</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 26</file>
+                    <file> 179</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 4 76 136 148 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_adc.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_smartcard_ex.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 78</file>
+                    <file> 152</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 35</file>
+                    <file> 154</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_flash.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_spi.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 143</file>
+                    <file> 182</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 223</file>
+                    <file> 18</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_crc.c</name>
+            <name>$PROJ_DIR$\..\..\modules\lt8920\lt8920.cpp</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 118</file>
+                    <file> 188</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 232</file>
+                    <file> 215</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2 183 205 35</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_i2c_ex.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_smartcard.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 39</file>
+                    <file> 129</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 64</file>
+                    <file> 140</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_smbus.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 79</file>
+                    <file> 208</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 66</file>
+                    <file> 38</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_i2s.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_pwr_ex.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 45</file>
+                    <file> 161</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 63</file>
+                    <file> 181</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_dac_ex.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_smbus_ex.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 73</file>
+                    <file> 147</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 121</file>
+                    <file> 41</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_lcd.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_tim.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 55</file>
+                    <file> 199</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 19</file>
+                    <file> 48</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_comp.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_tsc.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 33</file>
+                    <file> 151</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 87</file>
+                    <file> 61</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_firewall.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_uart.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 93</file>
+                    <file> 194</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 96</file>
+                    <file> 47</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_lptim.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_tim_ex.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 30</file>
+                    <file> 132</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 219</file>
+                    <file> 51</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_flash_ex.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_wwdg.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 100</file>
+                    <file> 86</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 41</file>
+                    <file> 84</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_comp_ex.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_pcd_ex.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 135</file>
+                    <file> 89</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 51</file>
+                    <file> 146</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_cryp_ex.c</name>
+            <name>$PROJ_DIR$\..\..\modules\bsp\stm32l0xx_nucleo.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 38</file>
+                    <file> 70</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 151</file>
+                    <file> 74</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
+            <inputs>
+                <tool>
+                    <name>ICCARM</name>
+                    <file> 216 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
+                </tool>
+            </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_pcd.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_rng.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 72</file>
+                    <file> 165</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 61</file>
+                    <file> 173</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_cryp.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_rtc_ex.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 10</file>
+                    <file> 197</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 238</file>
+                    <file> 175</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
+            <inputs>
+                <tool>
+                    <name>ICCARM</name>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
+                </tool>
+            </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_crc_ex.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_usart.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 62</file>
+                    <file> 15</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 240</file>
+                    <file> 162</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_dma.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_uart_ex.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 109</file>
+                    <file> 124</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 43</file>
+                    <file> 207</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_adc_ex.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_pwr.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 129</file>
+                    <file> 176</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 67</file>
+                    <file> 22</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_exti.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_rcc.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 42</file>
+                    <file> 180</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 132</file>
+                    <file> 6</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_flash_ramfunc.c</name>
+            <name>$PROJ_DIR$\..\..\modules\bsp\x-nucleo-6180xa1.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 110</file>
+                    <file> 79</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 239</file>
+                    <file> 72</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 25 174 19 189 153 159 126 32 123 4 76 136 148 118 117 168 170 130 142 209 134 138 107 196 131 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2 80</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_rng.c</name>
+            <name>$PROJ_DIR$\..\..\modules\debug\usart.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 227</file>
+                    <file> 204</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 230</file>
+                    <file> 195</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2 16 35 25 32</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_smbus_ex.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_rcc_ex.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 97</file>
+                    <file> 185</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 50</file>
+                    <file> 160</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_tim_ex.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_rtc.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 112</file>
+                    <file> 214</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 40</file>
+                    <file> 33</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_rtc_ex.c</name>
+            <name>$PROJ_DIR$\Debug\Exe\lt8920.out</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
-                    <name>ICCARM</name>
-                    <file> 130</file>
-                </tool>
-                <tool>
-                    <name>BICOMP</name>
-                    <file> 216</file>
+                    <name>ILINK</name>
+                    <file> 75</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
-                    <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <name>ILINK</name>
+                    <file> 73 158 188 187 210 44 71 12 5 202 60 217 7 212 27 69 36 149 30 137 52 139 211 128 125 133 0 49 56 1 53 20 57 21 89 176 161 180 185 165 214 197 129 152 208 147 182 199 132 151 194 124 15 86 39 70 40 204 46 82 79 249 77 58 213 184 78</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\system\system_stm32l0xx.c</name>
+            <name>[ROOT_NODE]</name>
+            <outputs>
+                <tool>
+                    <name>ILINK</name>
+                    <file> 143 75</file>
+                </tool>
+            </outputs>
+        </file>
+        <file>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_flash_ramfunc.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 49</file>
+                    <file> 125</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 145</file>
+                    <file> 157</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 77 225 108 94 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_rtc.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 125</file>
+                    <file> 12</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 29</file>
+                    <file> 11</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_uart_ex.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_comp_ex.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 103</file>
+                    <file> 217</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 133</file>
+                    <file> 23</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_wwdg.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_adc_ex.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 14</file>
+                    <file> 202</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 18</file>
+                    <file> 14</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_smartcard.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_cryp.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 111</file>
+                    <file> 69</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 86</file>
+                    <file> 156</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
-            <inputs>
-                <tool>
-                    <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
-                </tool>
-            </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_pcd_ex.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_dma.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 9</file>
+                    <file> 137</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 82</file>
+                    <file> 45</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_pwr_ex.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_exti.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 215</file>
+                    <file> 52</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 150</file>
+                    <file> 198</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\modules\bsp\stm32l0xx_nucleo.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_flash.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 11</file>
+                    <file> 211</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 12</file>
+                    <file> 178</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 127 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_uart.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_crc_ex.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 117</file>
+                    <file> 27</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 23</file>
+                    <file> 169</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_rcc.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_comp.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 213</file>
+                    <file> 60</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 80</file>
+                    <file> 135</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\modules\bsp\x-nucleo-6180xa1.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_flash_ex.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 16</file>
+                    <file> 128</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 13</file>
+                    <file> 34</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 53 146 71 122 106 212 107 46 196 77 225 108 94 192 181 228 144 90 101 141 102 89 185 116 91 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65 4</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_pwr.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_cryp_ex.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 235</file>
+                    <file> 36</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 75</file>
+                    <file> 177</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
-            <inputs>
-                <tool>
-                    <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
-                </tool>
-            </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_tim.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_gpio.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 134</file>
+                    <file> 133</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 37</file>
+                    <file> 155</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\modules\lt8920\lt8920.cpp</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_irda.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 120</file>
+                    <file> 1</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 123</file>
+                    <file> 43</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65 149 139 47</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_smartcard_ex.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_iwdg.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 105</file>
+                    <file> 53</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 83</file>
+                    <file> 55</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\modules\debug\usart.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_lcd.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 138</file>
+                    <file> 20</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 128</file>
+                    <file> 85</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65 54 47 53 46</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\modules\lt8920\lt8920_test.cpp</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_pcd.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 115</file>
+                    <file> 21</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 92</file>
+                    <file> 13</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65 113 149 127 47 53 46</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_rcc_ex.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_dac.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 222</file>
+                    <file> 149</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 231</file>
+                    <file> 167</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_smbus.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_dac_ex.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 140</file>
+                    <file> 30</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 32</file>
+                    <file> 191</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_spi.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_adc.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 148</file>
+                    <file> 5</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 59</file>
+                    <file> 31</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_tsc.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_i2c.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 95</file>
+                    <file> 0</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 28</file>
+                    <file> 172</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_usart.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_i2c_ex.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 60</file>
+                    <file> 49</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 214</file>
+                    <file> 26</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\user\main.cpp</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_cortex.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 34</file>
+                    <file> 7</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 136</file>
+                    <file> 190</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65 127 54 244 139 113 4 47</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\user\stm32l0xx_it.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_crc.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 48</file>
+                    <file> 212</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 236</file>
+                    <file> 163</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 31 57 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65 127</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\modules\lt8920\lt8920_trs.cpp</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_i2s.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 142</file>
+                    <file> 56</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 98</file>
+                    <file> 28</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65 139 127 47</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\modules\vl6180x\vl6180x_api.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_lptim.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 22</file>
+                    <file> 57</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 21</file>
+                    <file> 171</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 5 182 229 217 186 144 146 71 122 106 212 91 107</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\startup_stm32l053xx.s</name>
-            <outputs>
-                <tool>
-                    <name>AARM</name>
-                    <file> 0</file>
-                </tool>
-            </outputs>
-        </file>
-        <file>
-            <name>$PROJ_DIR$\..\..\modules\vl6180x\vl6180x_i2c.c</name>
+            <name>$PROJ_DIR$\..\..\libs\stm32\drivers\src\stm32l0xx_hal_firewall.c</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 17</file>
+                    <file> 139</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 25</file>
+                    <file> 145</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 1 182 229 217 186 144 146 71 122 106 212 91 107</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>
         <file>
         <file>
-            <name>$PROJ_DIR$\..\..\modules\misc\io.cpp</name>
+            <name>$PROJ_DIR$\..\..\modules\xa_shield\xa_shield.cpp</name>
             <outputs>
             <outputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 242</file>
+                    <file> 249</file>
                 </tool>
                 </tool>
                 <tool>
                 <tool>
                     <name>BICOMP</name>
                     <name>BICOMP</name>
-                    <file> 243</file>
+                    <file> 248</file>
                 </tool>
                 </tool>
             </outputs>
             </outputs>
             <inputs>
             <inputs>
                 <tool>
                 <tool>
                     <name>ICCARM</name>
                     <name>ICCARM</name>
-                    <file> 77 225 108 94 192 181 228 144 146 71 122 106 212 90 101 141 102 89 185 116 91 107 119 76 68 81 70 131 74 85 2 3 24 20 56 137 147 84 65 244</file>
+                    <file> 4 76 136 148 118 117 168 170 174 19 189 153 159 130 142 209 134 138 107 196 131 126 201 17 24 8 29 203 3 144 66 68 54 50 9 206 164 127 2 186 80 35</file>
                 </tool>
                 </tool>
             </inputs>
             </inputs>
         </file>
         </file>

+ 7 - 0
project/ewarm/lt8920.ewp

@@ -359,6 +359,7 @@
                     <state>$PROJ_DIR$/../../modules/lt8920</state>
                     <state>$PROJ_DIR$/../../modules/lt8920</state>
                     <state>$PROJ_DIR$/../../modules/vl6180x</state>
                     <state>$PROJ_DIR$/../../modules/vl6180x</state>
                     <state>$PROJ_DIR$/../../modules/misc</state>
                     <state>$PROJ_DIR$/../../modules/misc</state>
+                    <state>$PROJ_DIR$/../../modules/xa_shield</state>
                 </option>
                 </option>
                 <option>
                 <option>
                     <name>CCStdIncCheck</name>
                     <name>CCStdIncCheck</name>
@@ -2339,6 +2340,12 @@
                 <name>$PROJ_DIR$\..\..\modules\vl6180x\vl6180x_i2c.c</name>
                 <name>$PROJ_DIR$\..\..\modules\vl6180x\vl6180x_i2c.c</name>
             </file>
             </file>
         </group>
         </group>
+        <group>
+            <name>xa_shield</name>
+            <file>
+                <name>$PROJ_DIR$\..\..\modules\xa_shield\xa_shield.cpp</name>
+            </file>
+        </group>
     </group>
     </group>
     <group>
     <group>
         <name>user</name>
         <name>user</name>

+ 6 - 0
project/ewarm/lt8920.ewt

@@ -2596,6 +2596,12 @@
                 <name>$PROJ_DIR$\..\..\modules\vl6180x\vl6180x_i2c.c</name>
                 <name>$PROJ_DIR$\..\..\modules\vl6180x\vl6180x_i2c.c</name>
             </file>
             </file>
         </group>
         </group>
+        <group>
+            <name>xa_shield</name>
+            <file>
+                <name>$PROJ_DIR$\..\..\modules\xa_shield\xa_shield.cpp</name>
+            </file>
+        </group>
     </group>
     </group>
     <group>
     <group>
         <name>user</name>
         <name>user</name>

+ 7 - 6
user/main.cpp

@@ -4,14 +4,14 @@
 #include "io.h"
 #include "io.h"
 #include "lt8920_trs.h"
 #include "lt8920_trs.h"
 #include "lt8920_test.h"
 #include "lt8920_test.h"
-#include "x-nucleo-6180xa1.h"
+#include "xa_shield.h"
 #include <stdio.h>
 #include <stdio.h>
 
 
 void clock_hsi_init(void);
 void clock_hsi_init(void);
 static void Error_Handler(void);
 static void Error_Handler(void);
 
 
 //#define SENDER
 //#define SENDER
-#define RECEIVER
+//#define RECEIVER
 //#define SCANNER
 //#define SCANNER
 
 
 int main()
 int main()
@@ -22,7 +22,8 @@ int main()
     
     
     SystemCoreClockUpdate();
     SystemCoreClockUpdate();
     
     
-    BSP_LED_Init(LED2);
+    // При установленном шилде PA_5 настраивается как вход
+    //BSP_LED_Init(LED2);
     
     
     BSP_PB_Init(BUTTON_USER, BUTTON_MODE_EXTI);
     BSP_PB_Init(BUTTON_USER, BUTTON_MODE_EXTI);
     
     
@@ -30,10 +31,11 @@ int main()
     printf("Controller starting...\r\n");
     printf("Controller starting...\r\n");
     
     
     //io_init();
     //io_init();
-    //XNUCLEO6180XA1_GPIO_Init();
+    xa_shield();
     
     
     BSP_LED_On(LED2);
     BSP_LED_On(LED2);
     
     
+    
 // -------------------------------------------------------------------------- //
 // -------------------------------------------------------------------------- //
 // RF module
 // RF module
     lt_init();
     lt_init();
@@ -46,8 +48,7 @@ int main()
 
 
     while (1)
     while (1)
     {
     {
-        BSP_LED_Toggle(LED2);
-        //HAL_Delay(200);
+        xa_shield_test();
         
         
         
         
         //lt_scanner_test();
         //lt_scanner_test();