From 845e97256d83f47e81282c2876ab622f4c38ba70 Mon Sep 17 00:00:00 2001 From: yuliang Date: Sat, 8 Feb 2025 14:05:24 +0800 Subject: [PATCH] =?UTF-8?q?FIX=20|=20=E8=B0=83=E8=AF=95=E4=BF=AE=E6=94=B9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Core/Inc/flash_log.h | 21 - .../Core/Src/ADC_collect.c | 38 +- .../Core/Src/RS485_debug.c | 10 + CablePositioning_APP_V1.0/Core/Src/cli.c | 2 +- CablePositioning_APP_V1.0/Core/Src/dau.c | 105 +- CablePositioning_APP_V1.0/Core/Src/wireless.c | 1 + .../EWARM/CableMonitor_APP_V3.2.dep | 1392 +++++++++-------- .../EWARM/settings/CableMonitor_APP_V3.2.dnx | 20 +- .../EWARM/settings/Project.wsdt | 20 +- 9 files changed, 763 insertions(+), 846 deletions(-) diff --git a/CablePositioning_APP_V1.0/Core/Inc/flash_log.h b/CablePositioning_APP_V1.0/Core/Inc/flash_log.h index 7128fb0..b2db0d7 100644 --- a/CablePositioning_APP_V1.0/Core/Inc/flash_log.h +++ b/CablePositioning_APP_V1.0/Core/Inc/flash_log.h @@ -60,7 +60,6 @@ #define FLASH_LOG_INVALID_ID 0xFFFFFFFFFFFFFFFF #define FD_INVALID_ID 0xFFFFFFFFFFFFFFFF -#define POSITION_INVALID_ID 0xFFFFFFFFFFFFFFFF #define ST_INVALID_ID 0xFFFFFFFFFFFFFFFF #define FLASH_LOG_RETURN_MUTEX(_f_) \ @@ -109,26 +108,6 @@ typedef struct uint8_t state_wir; // 无线状态 } fd_data_t; -typedef struct -{ - float v[POSITION_SUM]; //电流幅值 - uint32_t s[POSITION_SUM]; //秒时刻 - uint32_t ns[POSITION_SUM]; //纳秒时刻 - uint32_t file_s; //录波文件秒 - uint32_t file_ns; //录波文件纳秒 - uint32_t file_feq; //录波文件频率 -} position_wave_info_t; - -/* Note: 必须保证这个结构体的大小是可以被flash扇区大小整除的,比如128,256... */ -typedef struct -{ - uint64_t id; - uint32_t run_time; //时间, 单位 s. - uint16_t vol; //工作电压, 单位: v. - uint16_t temperature; //设备温度, 单位: ℃. - position_wave_info_t wave_info; -} position_data_t; - /* Note: 必须保证这个结构体的大小是可以被flash扇区大小整除的,比如128,256... */ typedef struct { diff --git a/CablePositioning_APP_V1.0/Core/Src/ADC_collect.c b/CablePositioning_APP_V1.0/Core/Src/ADC_collect.c index d5b3fb2..ba471f1 100644 --- a/CablePositioning_APP_V1.0/Core/Src/ADC_collect.c +++ b/CablePositioning_APP_V1.0/Core/Src/ADC_collect.c @@ -169,45 +169,15 @@ static void _ADC_energy_calculate(void) ADC_ctrl_t *ADC = &ADC_ctrl; uint8_t is_save = FALSE; - if (ADC->ADCi_temp < -100 && st_data.is_bat_charge) + if (ADC->ADCi_temp < -100) { - st_data.is_bat_charge = FALSE; - is_save = TRUE; - } - else if(ADC->ADCi_temp >= -80 && !st_data.is_bat_charge) - { - st_data.is_bat_charge = TRUE; - is_save = TRUE; - } - - if (st_data.is_bat_charge - && GPIO_PIN_SET == HAL_GPIO_ReadPin(BAT_CHECK_GPIO_Port, BAT_CHECK_Pin)) - { - /* 开始充电. */ - HAL_GPIO_WritePin(BAT_CHARGE_GPIO_Port, BAT_CHARGE_Pin, GPIO_PIN_RESET); - HAL_GPIO_WritePin(BAT_CLK_GPIO_Port, BAT_CLK_Pin, GPIO_PIN_SET); - osDelay(10); - HAL_GPIO_WritePin(BAT_CLK_GPIO_Port, BAT_CLK_Pin, GPIO_PIN_RESET); - } - else if((!st_data.is_bat_charge) - && GPIO_PIN_RESET == HAL_GPIO_ReadPin(BAT_CHECK_GPIO_Port, BAT_CHECK_Pin)) - { - /* 停止充电. */ HAL_GPIO_WritePin(BAT_CHARGE_GPIO_Port, BAT_CHARGE_Pin, GPIO_PIN_SET); HAL_GPIO_WritePin(BAT_CLK_GPIO_Port, BAT_CLK_Pin, GPIO_PIN_SET); - osDelay(10); - HAL_GPIO_WritePin(BAT_CLK_GPIO_Port, BAT_CLK_Pin, GPIO_PIN_RESET); - } - - if (is_save) - { - st_write(&st_data); } - - /* 超级电容电压小于 3.3V 设备不启动. */ - if(ADC_ctrl.ADCi_vbat < 3000) + else if(ADC->ADCi_temp >= -80) { - //system_shtudown(7200); + HAL_GPIO_WritePin(BAT_CHARGE_GPIO_Port, BAT_CHARGE_Pin, GPIO_PIN_RESET); + HAL_GPIO_WritePin(BAT_CLK_GPIO_Port, BAT_CLK_Pin, GPIO_PIN_RESET); } } diff --git a/CablePositioning_APP_V1.0/Core/Src/RS485_debug.c b/CablePositioning_APP_V1.0/Core/Src/RS485_debug.c index d2a726e..5f2cdb6 100644 --- a/CablePositioning_APP_V1.0/Core/Src/RS485_debug.c +++ b/CablePositioning_APP_V1.0/Core/Src/RS485_debug.c @@ -453,6 +453,10 @@ static void _debug_pkt_update_iap(void) { return; } + + addr = 2; + flash_log_write(FLASH_LOG_TYPE_INFO, "Update IAP system reset!\r\n"); + common_sys_set(COM_SYS_RESET, (void*)&addr); } /* 封装报文头. */ @@ -633,6 +637,7 @@ static void _debug_pkt_config_set(void) /* 保存配置. */ common_sys_set(COM_SYS_SAVE_CONFIG, 0); + MONITOR_BITMAP_SET(dau_ctrl.reg_flag, DAU_REG_PORT_WRITE); if (is_reboot) { /* 设备重启, 这里延迟 2s 保证回复报文能发出. */ @@ -1846,6 +1851,7 @@ static void _debug_pkt_update_fpga_result() proto_head_t *head = (proto_head_t*)debug_buf.buf; int32_t *res = (int32_t*)(debug_buf.buf + sizeof(proto_head_t)); uint32_t *crc = NULL; + uint32_t temp = 0; /* 封装报文头. */ _debug_pkt_head_init(sizeof(proto_head_t) + sizeof(int32_t), DEBUG_CT_PRV_REPLY); @@ -1859,6 +1865,10 @@ static void _debug_pkt_update_fpga_result() /* 发送报文 */ _debug_pkt_send(head->len + 4, 20); + + temp = 2; + flash_log_write(FLASH_LOG_TYPE_INFO, "Update FPGA system reset!\r\n"); + common_sys_set(COM_SYS_RESET, (void*)&temp); return; } diff --git a/CablePositioning_APP_V1.0/Core/Src/cli.c b/CablePositioning_APP_V1.0/Core/Src/cli.c index ff074f1..e824ad8 100644 --- a/CablePositioning_APP_V1.0/Core/Src/cli.c +++ b/CablePositioning_APP_V1.0/Core/Src/cli.c @@ -903,7 +903,7 @@ void cli_start(void const * argument) if (!IS_MONITOR_BIT_SET(dev_config.flag, DEV_FLAG_ADJ) && !IS_MONITOR_BIT_SET(dev_config.flag, DEV_FLAG_FACTORY)) { - //wl_init(); + wl_init(); } /* 在这个标志置位前vty_print是原地循环等待,置位后变为任务调度. */ diff --git a/CablePositioning_APP_V1.0/Core/Src/dau.c b/CablePositioning_APP_V1.0/Core/Src/dau.c index ede33fb..f3d22c1 100644 --- a/CablePositioning_APP_V1.0/Core/Src/dau.c +++ b/CablePositioning_APP_V1.0/Core/Src/dau.c @@ -250,29 +250,41 @@ int32_t _dau_reg_write_port(uint32_t port) /* 缺陷校准系数 */ addr = (port + 1) * DAU_REG_ADDR_PORT_BASE + DAU_REG_ADDR_PORT_DEFECT_BASE; - //*temp = dev_config.defect_base[i]; - *temp = 32927; + *temp = dev_config.defect_base[port]; E_RETURN(_dau_reg_write(addr, sizeof(uint16_t))); addr = (port + 1) * DAU_REG_ADDR_PORT_BASE + DAU_REG_ADDR_PORT_DEFECT_ADJ; - //*temp = dev_config.defect_adj[i]; - *temp = 52428; + *temp = dev_config.defect_adj[port]; E_RETURN(_dau_reg_write(addr, sizeof(uint16_t))); /* 故障校准系数 */ addr = (port + 1) * DAU_REG_ADDR_PORT_BASE + DAU_REG_ADDR_PORT_FAULT_BASE; *temp = dev_config.fault_base[port]; - //*temp = 35000; E_RETURN(_dau_reg_write(addr, sizeof(uint16_t))); addr = (port + 1) * DAU_REG_ADDR_PORT_BASE + DAU_REG_ADDR_PORT_FAULT_ADJ; - //*temp = dev_config.fault_adj[i]; - *temp = 32768; + *temp = dev_config.fault_adj[port]; E_RETURN(_dau_reg_write(addr, sizeof(uint16_t))); return rv; } +/* description: DAU 写端口配置寄存器报文发送 + param: + return: HAL_xxx */ +int32_t _dau_reg_write_cfg(void) +{ + uint16_t *temp = (uint16_t*)&dau_ctrl.buf_dau_tx[2]; + int32_t rv = HAL_ERROR; + + /* 触发阈值 */ + //*temp = dev_config.fault_threshold * 32768 / dev_config.fault_adj[i]; + *temp = 0x7fff; + E_RETURN(_dau_reg_write(DAU_REG_ADDR_GCFTTR, sizeof(uint16_t))); + + return rv; +} + /* description: DAU 历史数据保存 param: return: */ @@ -287,11 +299,11 @@ static void _dau_data_save(void) fd_data.vsc = ADC_ctrl.ADCi_vsc; for(i = 0; i < DAU_PORT_FAULT_MAX; i++) { - fd_data.fault[i] = dau_ctrl.reg_port_state.FMAX[i]; + fd_data.fault[i] = dau_ctrl.fault_max[i]; } for(i = 0; i < DAU_PORT_DEFECT_MAX; i++) { - fd_data.defect[i] = dau_ctrl.reg_port_state.DMAX[i]; + fd_data.defect[i] = dau_ctrl.reg_defect_max[i]; } for(i = 0; i < DAU_PORT_POWER_CNT; i++) { @@ -810,7 +822,7 @@ int32_t _dau_wave_col_trigger_by_fault(void) MONITOR_BITMAP_RESET(dau_ctrl.col_flag, DAU_COL_FLAG_FAULT_CMP); _dau_data_save(); -#if 1 +#if 0 uint16_t *buf = (uint16_t*)(&dau_ctrl.buf_dau_rx[2]); uint8_t i = 0; uint8_t j = 0; @@ -941,7 +953,7 @@ int32_t _dau_wave_col_trigger_by_reg(void) vty_print("\r\n"); } #endif -#if 1 +#if 0 uint16_t *buf = (uint16_t*)(&dau_ctrl.buf_dau_rx[2]); uint8_t i = 0; uint8_t j = 0; @@ -1048,6 +1060,7 @@ static void _dau_init(void) return: */ static void _dau_start(void *argument) { + uint16_t *temp = (uint16_t*)&dau_ctrl.buf_dau_tx[2]; int32_t rv = HAL_ERROR; /* 状态初始化 */ @@ -1093,12 +1106,14 @@ static void _dau_start(void *argument) flash_log_write(FLASH_LOG_TYPE_NOTIFY, "FPGA update %s!\r\n", dau_ctrl.update_rt == 1 ? "OK" : "ERROR"); } + /* FPGA 配置下发 */ if (IS_MONITOR_BIT_SET(dau_ctrl.reg_flag, DAU_REG_PORT_WRITE)) { MONITOR_BITMAP_RESET(dau_ctrl.reg_flag, DAU_REG_PORT_WRITE); - _dau_reg_write_port(dau_ctrl.reg_data); + _dau_reg_write_cfg(); } + /* 命令行 FPGA 寄存器读写操作 */ if (1 == _dau_spi_rw) { dbg_cmd_hander(DBG_CMD_ON, DBG_M_DAU_TXRX); @@ -1109,8 +1124,7 @@ static void _dau_start(void *argument) else if(2 == _dau_spi_rw) { dbg_cmd_hander(DBG_CMD_ON, DBG_M_DAU_TXRX); - uint16_t *data = (uint16_t*)&dau_ctrl.buf_dau_tx[2]; - *data = _dau_spi_len; + *temp = _dau_spi_len; _dau_spi_rw = 0; _dau_reg_write(_dau_spi_addr, 2); dbg_cmd_hander(DBG_CMD_OFF, DBG_M_DAU_TXRX); @@ -1297,68 +1311,7 @@ int32_t _dau_continue_wave_col_trigger_by_fault(void) E_RETURN(_dau_wave_col_fault()); E_RETURN(_dau_wave_col_power(DAU_SOURCE_FAULT)); _dau_power_calculate(DAU_SOURCE_FAULT); -#if 0 - uint16_t *buf = (uint16_t*)(&dau_ctrl.buf_dau_rx[2]); - uint8_t i = 0; - uint8_t j = 0; - uint16_t k = 0; - uint32_t addr = dau_ctrl.addr_fault; - - for(i = 0; i < 1; i++) - { - common_watchdog_set(COM_WDG_DAU); - vty_print("FAULT %x %d\r\n", addr, i); - for(j = 0; j < DAU_PKT_FAULT_CNT; j++) - //for(j = 0; j < 1; j++) - { - spi_flash_read(addr, &dau_ctrl.buf_dau_rx[2], 1024); - addr += DAU_PKT_FAULT_BYTE_CNT; - for(k = 0; k < 512;) - { - common_watchdog_set(COM_WDG_DAU); - vty_print("%04x ", buf[k++]); - if(0 == k % 32) - { - osDelay(100); - vty_print("\r\n"); - } - } - if(k % 32 != 0) - { - osDelay(100); - vty_print("\r\n"); - } - } - vty_print("\r\n"); - } -#endif -#if 0 - uint16_t *buf = NULL; - uint8_t i = 0; - uint8_t j = 0; - uint16_t k = 0; - for(i = 0; i < DAU_PORT_POWER_CNT; i++) - { - common_watchdog_set(COM_WDG_DAU); - vty_print("POWER %d\r\n", i); - buf = (uint16_t*)dau_ctrl.fault_power[i]; - for(j = 0; j < DAU_PKT_POWER_CNT; j++) - { - for(k = 0; k < 512;) - { - vty_print("%-04x ", buf[k++]); - if(0 == (j*512+k ) % 40) - { - osDelay(100); - vty_print("\r\n"); - } - } - buf += 512; - } - vty_print("\r\n"); - } -#endif return HAL_OK; } @@ -1416,7 +1369,7 @@ static void _dau_continue_start(void *argument) if (IS_MONITOR_BIT_SET(dau_ctrl.reg_flag, DAU_REG_PORT_WRITE)) { MONITOR_BITMAP_RESET(dau_ctrl.reg_flag, DAU_REG_PORT_WRITE); - _dau_reg_write_port(dau_ctrl.reg_data); + _dau_reg_write_cfg(); } } } diff --git a/CablePositioning_APP_V1.0/Core/Src/wireless.c b/CablePositioning_APP_V1.0/Core/Src/wireless.c index 24eabd2..bd0fa72 100644 --- a/CablePositioning_APP_V1.0/Core/Src/wireless.c +++ b/CablePositioning_APP_V1.0/Core/Src/wireless.c @@ -596,6 +596,7 @@ static void _wl_4G_recv_cfg_set(uint8_t *cmd, uint32_t len) if (is_cfg_save) { + MONITOR_BITMAP_SET(dau_ctrl.reg_flag, DAU_REG_PORT_WRITE); common_sys_set(COM_SYS_SAVE_CONFIG, 0); } diff --git a/CablePositioning_APP_V1.0/EWARM/CableMonitor_APP_V3.2.dep b/CablePositioning_APP_V1.0/EWARM/CableMonitor_APP_V3.2.dep index b1254ab..94ab0c3 100644 --- a/CablePositioning_APP_V1.0/EWARM/CableMonitor_APP_V3.2.dep +++ b/CablePositioning_APP_V1.0/EWARM/CableMonitor_APP_V3.2.dep @@ -5,697 +5,678 @@ CableMonitor_APP_V3.2 - $PROJ_DIR$\..\Core\Src\FreeRTOS_CLI.c - $PROJ_DIR$\..\Core\Src\dma.c - $PROJ_DIR$\..\Core\Src\stm32l4xx_hal_msp.c - $PROJ_DIR$\..\Core\Src\flash_if.c - $PROJ_DIR$\..\Core\Src\cli.c - $PROJ_DIR$\..\Core\Src\common.c - $PROJ_DIR$\..\Core\Src\dau.c - $PROJ_DIR$\..\Core\Src\freertos.c - $PROJ_DIR$\..\Core\Src\RS485_debug.c - $PROJ_DIR$\..\Core\Src\adc.c - $PROJ_DIR$\..\Core\Src\rtc.c - $PROJ_DIR$\..\Core\Src\spi.c - $PROJ_DIR$\..\Core\Src\tim.c - $PROJ_DIR$\..\Core\Src\ADC_collect.c - $PROJ_DIR$\..\Core\Src\flash_log.c + $PROJ_DIR$\..\Core\Src\gpio.c $PROJ_DIR$\..\Core\Src\usart.c $PROJ_DIR$\..\Core\Src\stm32l4xx_it.c - $PROJ_DIR$\..\Core\Src\wireless.c - $PROJ_DIR$\startup_stm32l496xx.s - $PROJ_DIR$\..\Core\Src\main.c - $PROJ_DIR$\..\Core\Src\dev_config.c - $PROJ_DIR$\..\Core\Src\gpio.c - $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\list.c - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_flash_ex.c - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_i2c.c - $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\queue.c - $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\stream_buffer.c - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_rcc.c - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_flash.c - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_dma.c - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_dma_ex.c - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_exti.c + $PROJ_DIR$\..\Core\Src\adc.c + $PROJ_DIR$\..\Core\Src\rtc.c $PROJ_DIR$\..\Core\Src\system_stm32l4xx.c - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_flash_ramfunc.c - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_rtc.c - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_adc.c - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_i2c_ex.c - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_rtc_ex.c $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_adc_ex.c - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_tim.c + $PROJ_DIR$\..\Core\Src\FreeRTOS_CLI.c + $PROJ_DIR$\..\Core\Src\tim.c + $PROJ_DIR$\..\Core\Src\freertos.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_rcc.c $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_rcc_ex.c - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_tim_ex.c - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_spi_ex.c - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_uart.c - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_uart_ex.c - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_pwr_ex.c - $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\croutine.c + $PROJ_DIR$\..\Core\Src\dma.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_adc.c $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal.c - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_spi.c - $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\event_groups.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_flash_ramfunc.c + $PROJ_DIR$\..\Core\Src\flash_if.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_flash.c $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_gpio.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_i2c_ex.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_i2c.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_dma.c + $PROJ_DIR$\..\Core\Src\flash_log.c + $PROJ_DIR$\..\Core\Src\RS485_debug.c + $PROJ_DIR$\..\Core\Src\wireless.c + $PROJ_DIR$\..\Core\Src\spi.c + $PROJ_DIR$\..\Core\Src\stm32l4xx_hal_msp.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_flash_ex.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_dma_ex.c $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_pwr.c - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_cortex.c - $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\rtc.__cstat.et - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\port.__cstat.et - $PROJ_DIR$\..\Drivers\CMSIS\Include\core_cm4.h - $TOOLKIT_DIR$\inc\c\stdio.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\adc.pbi - $PROJ_DIR$\stm32l496xx_flash.icf - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_spi.__cstat.et - $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\CMSIS_RTOS_V2\freertos_os2.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_uart_ex.o - $TOOLKIT_DIR$\inc\c\time.h - $PROJ_DIR$\..\Drivers\CMSIS\Device\ST\STM32L4xx\Include\stm32l496xx.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\main.__cstat.et - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_rtc.o - $TOOLKIT_DIR$\inc\c\DLib_Defaults.h - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_cortex.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_dma_ex.__cstat.et - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\main.o - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_exti.pbi - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\flash_if.o - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\timers.__cstat.et - $PROJ_DIR$\..\Core\Inc\adc.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_spi.pbi - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_adc_ex.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_rtc_ex.__cstat.et - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_it.o - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_pwr_ex.pbi - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_pwr.pbi - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\tim.__cstat.et - $PROJ_DIR$\..\Core\Inc\ADC_collect.h - $PROJ_DIR$\..\Core\Inc\stm32l4xx_it.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_adc.pbi - $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal.__cstat.et - $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\include\semphr.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_dma.pbi - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_it.pbi - $PROJ_DIR$\..\Core\Src\recording_wave.c - $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\include\portable.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_i2c.o - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\dau.o - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_tim_ex.__cstat.et - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\spi.__cstat.et - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\tim.o - $PROJ_DIR$\..\Drivers\CMSIS\Device\ST\STM32L4xx\Include\stm32l4xx.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_flash_ex.o - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\dma.o - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\queue.__cstat.et - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\flash_if.pbi - $PROJ_DIR$\..\Core\Src\position.c - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_rtc.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\position.pbi - $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\CMSIS_RTOS_V2\freertos_mpool.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_tim.o - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_i2c_ex.o - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_adc_ex.pbi - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_rtc_ex.o - $TOOLKIT_DIR$\inc\c\time32.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stream_buffer.o - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_pwr_ex.__cstat.et - $TOOLKIT_DIR$\lib\shb_l.a - $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\include\projdefs.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\freertos.__cstat.et - $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\CMSIS_RTOS_V2\cmsis_os2.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\RS485_sensor.pbi - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\gpio.o - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_uart_ex.pbi - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_spi.h - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_uart.h - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_flash_ramfunc.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\cli.__cstat.et - $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\include\deprecated_definitions.h - $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\include\mpu_wrappers.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_spi_ex.__cstat.et - $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\CMSIS_RTOS_V2\cmsis_os.h - $PROJ_DIR$\..\Core\Inc\dau.h - $PROJ_DIR$\..\Core\Inc\dma.h - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_rcc_ex.h - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_gpio_ex.h - $PROJ_DIR$\..\Core\Inc\wireless.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\cli.pbi - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_msp.pbi - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\position.__cstat.et - $PROJ_DIR$\..\Core\Inc\gpio.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_uart_ex.__cstat.et - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\flash_log.o - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_spi_ex.o - $PROJ_DIR$\..\Core\Src\RS485_sensor.c - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_spi_ex.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\dev_config.__cstat.et - $PROJ_DIR$\..\Core\Inc\RS485_debug.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\dev_config.pbi - $PROJ_DIR$\..\Drivers\CMSIS\Include\cmsis_iccarm.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\ADC_collect.pbi - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\tasks.o - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\flash_if.__cstat.et - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\list.o - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\main.pbi - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\timers.pbi - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\heap_4.o - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_uart_ex.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_dma_ex.pbi - $TOOLKIT_DIR$\inc\c\string.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\system_stm32l4xx.pbi - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\RS485_debug.__cstat.et - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\ADC_collect.o - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_rtc_ex.pbi - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_rtc.__cstat.et - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\event_groups.pbi - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\usart.o - $TOOLKIT_DIR$\inc\c\stddef.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\heap_4.__cstat.et - $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\include\croutine.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\flash_log.pbi - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_flash_ramfunc.o - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\croutine.pbi - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\wireless.pbi - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\system_stm32l4xx.o - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_gpio.o - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_flash_ex.__cstat.et - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\list.pbi - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\recording_wave.o - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_i2c.pbi - $TOOLKIT_DIR$\lib\m7M_tls.a - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_flash.__cstat.et - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\portasm.o - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_flash_ramfunc.__cstat.et - $TOOLKIT_DIR$\inc\c\stdint.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_spi_ex.pbi - $PROJ_DIR$\..\Core\Inc\FreeRTOS_CLI.h - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_dma.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\RS485_debug.o - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_pwr_ex.o - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_rcc.__cstat.et - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_adc.h - $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\include\stream_buffer.h - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_rcc.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\queue.o - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_i2c.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_tim.__cstat.et + $PROJ_DIR$\..\Core\Src\dev_config.c + $PROJ_DIR$\..\Core\Src\main.c + $PROJ_DIR$\startup_stm32l496xx.s + $PROJ_DIR$\..\Core\Src\ADC_collect.c + $PROJ_DIR$\..\Core\Src\cli.c + $PROJ_DIR$\..\Core\Src\common.c + $PROJ_DIR$\..\Core\Src\dau.c + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_rcc_ex.pbi + $PROJ_DIR$\..\Core\Inc\FreeRTOSConfig.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_rcc.pbi + $TOOLKIT_DIR$\inc\c\DLib_Product_string.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\croutine.__cstat.et + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stream_buffer.pbi + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\tim.pbi + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\dev_config.o $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\wireless.o + $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\include\stream_buffer.h $PROJ_DIR$\CableMonitor_APP_V3.2\List\CableMonitor_APP_V3.2.map - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_i2c_ex.__cstat.et $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_tim_ex.pbi + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\queue.o + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_i2c_ex.__cstat.et + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_i2c.h $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\include\stack_macros.h $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_flash.pbi $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\common.pbi - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_rcc_ex.pbi $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_pwr.__cstat.et $PROJ_DIR$\..\Core\Inc\common.h $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\croutine.o - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\usart.pbi - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stream_buffer.pbi - $PROJ_DIR$\..\Core\Inc\FreeRTOSConfig.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\spi.pbi $TOOLKIT_DIR$\inc\c\stdlib.h + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_rcc.h + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_adc.h $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_cortex.o - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_rcc.pbi + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\usart.pbi + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_tim.__cstat.et + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\spi.pbi $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\recording_wave.__cstat.et $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_flash.o $PROJ_DIR$\..\Core\Inc\flash_log.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\croutine.__cstat.et $TOOLKIT_DIR$\lib\rt7M_tl.a - $TOOLKIT_DIR$\inc\c\DLib_Product_string.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\tim.pbi - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\dev_config.o - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\port.pbi - $PROJ_DIR$\..\Core\Inc\usart.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_msp.__cstat.et - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_rcc_ex.o - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_dma.__cstat.et - $TOOLKIT_DIR$\inc\c\DLib_Config_Full.h - $TOOLKIT_DIR$\inc\c\iar_intrinsics_common.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\usart.o + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\system_stm32l4xx.o + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_flash.__cstat.et + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_flash_ramfunc.o + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\event_groups.pbi + $TOOLKIT_DIR$\lib\m7M_tls.a + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_pwr_ex.o + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\wireless.pbi + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_rcc.__cstat.et + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\list.pbi + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_rtc.__cstat.et + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\system_stm32l4xx.pbi + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\ADC_collect.o + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_gpio.o + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_i2c.pbi + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\portasm.o + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\RS485_debug.__cstat.et + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_rtc_ex.pbi + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\flash_log.pbi + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_flash_ramfunc.__cstat.et + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_spi_ex.pbi + $PROJ_DIR$\..\Core\Inc\FreeRTOS_CLI.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\RS485_debug.o + $TOOLKIT_DIR$\inc\c\stdint.h + $TOOLKIT_DIR$\inc\c\stddef.h + $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\include\croutine.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\recording_wave.o + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\heap_4.__cstat.et + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\croutine.pbi + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_flash_ex.__cstat.et + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_dma.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\dev_config.__cstat.et + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\tasks.o + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\flash_if.__cstat.et + $PROJ_DIR$\..\Core\Inc\dma.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\list.o + $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\CMSIS_RTOS_V2\cmsis_os.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\main.pbi + $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\include\mpu_wrappers.h + $PROJ_DIR$\..\Core\Inc\wireless.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_uart_ex.__cstat.et + $PROJ_DIR$\..\Core\Inc\dau.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\timers.pbi + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_uart_ex.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_dma_ex.pbi + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\heap_4.o + $TOOLKIT_DIR$\inc\c\string.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_spi_ex.__cstat.et + $PROJ_DIR$\..\Drivers\CMSIS\Include\cmsis_iccarm.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_msp.pbi + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_rcc_ex.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\cli.pbi + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\flash_log.o + $PROJ_DIR$\..\Core\Src\RS485_sensor.c + $PROJ_DIR$\..\Core\Inc\RS485_debug.h + $PROJ_DIR$\..\Core\Inc\gpio.h + $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\include\deprecated_definitions.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\position.__cstat.et + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_spi_ex.o + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_spi_ex.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\dev_config.pbi + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\ADC_collect.pbi + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_gpio_ex.h + $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\include\projdefs.h + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_uart.h + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_flash_ramfunc.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\cli.__cstat.et + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_rtc_ex.o + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_tim_ex.__cstat.et + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h + $TOOLKIT_DIR$\inc\c\time32.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\flash_if.pbi + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_pwr_ex.__cstat.et + $TOOLKIT_DIR$\lib\shb_l.a + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stream_buffer.o + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\gpio.o + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_spi.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_i2c_ex.o + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_flash_ex.o + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\queue.__cstat.et + $PROJ_DIR$\..\Core\Src\position.c + $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\CMSIS_RTOS_V2\freertos_mpool.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\position.pbi + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\freertos.__cstat.et + $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\CMSIS_RTOS_V2\cmsis_os2.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_uart_ex.pbi + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\spi.__cstat.et + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_tim.o + $PROJ_DIR$\..\Drivers\CMSIS\Device\ST\STM32L4xx\Include\stm32l4xx.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_adc_ex.pbi + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\dma.o + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\tim.o + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_rtc.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\RS485_sensor.pbi + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_tim_ex.c + $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\include\queue.h + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_spi.c + $PROJ_DIR$\..\Drivers\CMSIS\Include\core_cm4.h + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_rtc_ex.c + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\adc.pbi + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_exti.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_uart_ex.c + $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\portable\IAR\ARM_CM4F\port.c + $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\CMSIS_RTOS_V2\freertos_os2.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_uart_ex.o + $PROJ_DIR$\stm32l496xx_flash.icf + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_spi_ex.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_pwr_ex.c + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_spi.__cstat.et + $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\portable\MemMang\heap_4.c + $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\queue.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_cortex.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_rtc.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_uart.c + $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\CMSIS_RTOS_V2\cmsis_os2.c + $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\tasks.c + $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\portable\IAR\ARM_CM4F\portasm.s + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_tim.c + $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\event_groups.c + $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\list.c + $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\timers.c + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\rtc.__cstat.et + $TOOLKIT_DIR$\inc\c\stdio.h + $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\croutine.c + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\port.__cstat.et + $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\stream_buffer.c + $PROJ_DIR$\..\Core\Inc\stm32l4xx_it.h + $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\include\timers.h + $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\include\semphr.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_dma.pbi + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_it.pbi + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_adc.pbi + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal.__cstat.et + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_spi.pbi + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_i2c.o + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\dau.o + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_adc_ex.h + $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\include\portable.h + $TOOLKIT_DIR$\inc\c\DLib_Defaults.h + $PROJ_DIR$\..\Core\Inc\adc.h + $PROJ_DIR$\..\Core\Inc\ADC_collect.h + $PROJ_DIR$\..\Core\Src\recording_wave.c + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_rtc.o + $PROJ_DIR$\..\Drivers\CMSIS\Device\ST\STM32L4xx\Include\stm32l496xx.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\main.__cstat.et + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_dma_ex.__cstat.et + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_exti.pbi + $TOOLKIT_DIR$\inc\c\time.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\main.o + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\flash_if.o + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_rtc_ex.__cstat.et + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_cortex.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_it.o + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_pwr_ex.pbi + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_pwr.pbi + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\timers.__cstat.et + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\tim.__cstat.et $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_rtc_ex.h - $TOOLKIT_DIR$\inc\c\iccarm_builtin.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\system_stm32l4xx.__cstat.et - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_flash_ramfunc.pbi - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\spi.o + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\flash_log.__cstat.et + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_cortex.__cstat.et + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\position.o $PROJ_DIR$\..\Core\Inc\dev_config.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\cmsis_os2.pbi - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_i2c_ex.pbi $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_gpio.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\rtc.pbi - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\position.o - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\tasks.pbi - $TOOLKIT_DIR$\lib\dl7M_tlf.a - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\flash_log.__cstat.et + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\port.pbi + $TOOLKIT_DIR$\inc\c\DLib_Config_Full.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\cmsis_os2.pbi + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\system_stm32l4xx.__cstat.et $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\dma.__cstat.et $PROJ_DIR$\..\Core\Inc\flash_if.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_cortex.__cstat.et + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_dma.__cstat.et $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_dma.o + $TOOLKIT_DIR$\inc\c\iccarm_builtin.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\tasks.pbi $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_rtc.pbi $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\include\FreeRTOS.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\spi.o + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_rcc_ex.o $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\wireless.__cstat.et + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_msp.__cstat.et $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_adc_ex.__cstat.et $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stream_buffer.__cstat.et $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_tim.pbi + $TOOLKIT_DIR$\lib\dl7M_tlf.a + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_flash_ramfunc.pbi + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_i2c_ex.pbi + $TOOLKIT_DIR$\inc\c\iar_intrinsics_common.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\rtc.pbi + $PROJ_DIR$\..\Core\Inc\usart.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\tasks.__cstat.et $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_gpio.pbi - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_pwr.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\cmsis_os2.o + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\adc.__cstat.et + $PROJ_DIR$\..\Core\Inc\stm32l4xx_hal_conf.h + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_ll_adc.h $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_i2c.__cstat.et $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\adc.o - $PROJ_DIR$\..\Core\Inc\recording_wave.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_msp.o - $PROJ_DIR$\..\Drivers\CMSIS\Include\cmsis_compiler.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\list.__cstat.et - $PROJ_DIR$\CableMonitor_APP_V3.2\Exe\CableMonitor_APP_V3.2.out - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\cmsis_os2.__cstat.et - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\event_groups.__cstat.et - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_exti.o + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_pwr.h $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\FreeRTOS_CLI.pbi - $PROJ_DIR$\..\Core\Inc\stm32l4xx_hal_conf.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\tasks.__cstat.et $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_uart.pbi - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_def.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\cmsis_os2.o $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\ADC_collect.__cstat.et $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_gpio.__cstat.et - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\adc.__cstat.et $TOOLKIT_DIR$\inc\c\yvals.h - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_ll_adc.h - $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\timers.c - $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\tasks.c + $PROJ_DIR$\..\Drivers\CMSIS\Include\cmsis_compiler.h + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_def.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Exe\CableMonitor_APP_V3.2.out $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_rcc.o $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\common.__cstat.et - $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\CMSIS_RTOS_V2\cmsis_os2.c - $PROJ_DIR$\..\Core\Inc\main.h - $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\portable\IAR\ARM_CM4F\port.c $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal.pbi - $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\portable\MemMang\heap_4.c - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_dma_ex.o $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\dma.pbi - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\rtc.o + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_dma_ex.o + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\list.__cstat.et + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_msp.o + $PROJ_DIR$\..\Core\Inc\main.h $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\FreeRTOS_CLI.__cstat.et + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\rtc.o $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\FreeRTOS_CLI.o - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_pwr_ex.h + $PROJ_DIR$\..\Core\Inc\recording_wave.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\event_groups.__cstat.et + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_exti.o + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\cmsis_os2.__cstat.et $PROJ_DIR$\..\Core\Inc\RS485_sensor.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_uart.__cstat.et - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_it.__cstat.et - $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\recording_wave.pbi + $PROJ_DIR$\..\Core\Inc\rtc.h + $PROJ_DIR$\..\Core\Inc\spi.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\queue.pbi + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\RS485_sensor.__cstat.et + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_tim.h + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_pwr_ex.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_exti.__cstat.et + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\freertos.pbi $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\event_groups.o - $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\portable\IAR\ARM_CM4F\portasm.s - $PROJ_DIR$\..\Core\Inc\position.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_pwr.o - $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\include\event_groups.h $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\RS485_debug.pbi - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\cli.o - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\freertos.pbi - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal.h - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_tim_ex.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\gpio.__cstat.et - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_exti.h $PROJ_DIR$\..\Drivers\CMSIS\Include\mpu_armv7.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\queue.pbi $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\include\task.h + $TOOLKIT_DIR$\inc\c\DLib_Product.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_tim_ex.o + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\cli.o + $PROJ_DIR$\..\Core\Inc\position.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\freertos.o + $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\include\list.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_it.__cstat.et + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_pwr.o $TOOLKIT_DIR$\inc\c\DLib_float_setup.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_uart.__cstat.et + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_tim_ex.h + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_exti.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\gpio.__cstat.et $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_adc.o - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_exti.__cstat.et - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\freertos.o $PROJ_DIR$\CableMonitor_APP_V3.2\Exe\CableMonitor_APP_V3.2.bin - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\recording_wave.pbi - $PROJ_DIR$\..\Core\Inc\rtc.h - $PROJ_DIR$\..\Core\Inc\spi.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\RS485_sensor.__cstat.et - $TOOLKIT_DIR$\inc\c\DLib_Product.h - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_tim.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_tim_ex.o - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\CableMonitor_APP_V3.2.pbd - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal.o - $PROJ_DIR$\..\Core\Inc\tim.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\gpio.pbi - $PROJ_DIR$\..\Drivers\CMSIS\Device\ST\STM32L4xx\Include\system_stm32l4xx.h + $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\include\event_groups.h + $TOOLKIT_DIR$\inc\c\stdarg.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_flash_ex.pbi $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_rcc_ex.__cstat.et - $PROJ_DIR$\..\Core\Inc\cli.h + $TOOLKIT_DIR$\inc\c\math.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\common.o + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\gpio.pbi + $TOOLKIT_DIR$\inc\c\intrinsics.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_adc_ex.o $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\dau.pbi - $TOOLKIT_DIR$\inc\c\DLib_Product_stdlib.h $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\heap_4.pbi - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_adc_ex.o - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_flash.h - $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\portable\IAR\ARM_CM4F\portmacro.h - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_i2c_ex.h - $TOOLKIT_DIR$\inc\c\math.h $PROJ_DIR$\..\Drivers\CMSIS\Include\cmsis_version.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\CableMonitor_APP_V3.2.pbd + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_i2c_ex.h + $TOOLKIT_DIR$\inc\c\ysizet.h + $PROJ_DIR$\..\Core\Inc\cli.h $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\usart.__cstat.et - $TOOLKIT_DIR$\inc\c\ycheck.h - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_flash_ex.pbi - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\timers.o - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_spi.o - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_uart.o - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\common.o - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\dau.__cstat.et - $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_adc.__cstat.et $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\port.o - $TOOLKIT_DIR$\inc\c\intrinsics.h - $TOOLKIT_DIR$\inc\c\ysizet.h $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\startup_stm32l496xx.o + $TOOLKIT_DIR$\inc\c\DLib_Product_stdlib.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_adc.__cstat.et + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_flash.h $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_flash_ex.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\dau.__cstat.et + $TOOLKIT_DIR$\inc\c\ycheck.h $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_cortex.pbi - $TOOLKIT_DIR$\inc\c\stdarg.h + $PROJ_DIR$\..\Core\Inc\tim.h + $PROJ_DIR$\..\Drivers\CMSIS\Device\ST\STM32L4xx\Include\system_stm32l4xx.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal.o + $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\portable\IAR\ARM_CM4F\portmacro.h + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\timers.o + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_spi.o + $PROJ_DIR$\CableMonitor_APP_V3.2\Obj\stm32l4xx_hal_uart.o [ROOT_NODE] ILINK - 259 195 + 273 47 - $PROJ_DIR$\..\Core\Src\FreeRTOS_CLI.c + $PROJ_DIR$\..\Core\Src\gpio.c ICCARM - 287 + 144 __cstat - 286 + 316 BICOMP - 263 + 325 ICCARM - 156 337 272 67 225 317 347 217 181 246 164 207 115 91 125 332 346 228 226 126 307 292 183 203 128 117 + 124 281 305 261 59 272 157 212 166 92 343 270 207 233 303 330 271 117 240 301 346 138 93 333 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 + + + BICOMP + 272 281 166 157 341 305 92 270 119 93 301 240 343 261 59 231 99 220 60 315 340 265 161 145 295 133 138 212 346 330 271 207 233 303 117 333 131 262 205 296 226 314 112 124 134 128 - $PROJ_DIR$\..\Core\Src\dma.c + $PROJ_DIR$\..\Core\Src\usart.c ICCARM - 99 + 69 __cstat - 241 + 335 BICOMP - 284 + 62 ICCARM - 130 279 301 264 190 267 97 64 56 181 337 272 67 225 317 335 257 146 228 305 324 101 164 347 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 - - - BICOMP - 267 97 301 181 272 279 56 131 164 305 228 337 123 264 190 235 184 68 188 304 331 252 104 121 318 122 101 64 324 335 257 67 225 317 146 347 132 273 76 349 288 227 302 154 130 142 + 256 281 305 261 59 272 157 212 166 92 343 270 207 233 303 330 271 117 240 301 346 138 93 333 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 115 40 56 105 243 38 132 206 125 348 326 254 107 302 309 153 230 67 108 123 334 209 110 - $PROJ_DIR$\..\Core\Src\stm32l4xx_hal_msp.c + $PROJ_DIR$\..\Core\Src\stm32l4xx_it.c ICCARM - 256 + 221 __cstat - 222 + 310 BICOMP - 135 + 199 ICCARM - 279 301 264 190 267 97 64 56 181 337 272 67 225 317 335 257 146 228 305 324 101 164 347 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 + 281 305 261 59 272 157 212 166 92 343 270 207 233 303 330 271 117 240 301 346 138 93 333 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 195 243 38 132 206 125 348 326 254 107 302 309 BICOMP - 272 164 267 301 131 181 305 228 337 123 97 56 264 190 235 184 68 188 304 331 252 104 121 318 122 101 64 324 335 257 67 225 317 146 347 132 273 76 349 288 227 302 154 279 142 + 132 343 305 119 92 301 240 272 93 270 128 243 157 166 134 195 302 261 59 231 99 220 60 315 340 265 161 145 295 133 138 212 346 330 271 207 233 303 117 333 131 262 205 125 326 281 341 296 226 314 112 38 206 348 107 254 309 - $PROJ_DIR$\..\Core\Src\flash_if.c + $PROJ_DIR$\..\Core\Src\adc.c ICCARM - 72 + 264 __cstat - 149 + 260 BICOMP - 102 + 168 ICCARM - 128 246 164 337 272 67 225 317 347 181 207 115 91 125 332 346 228 226 126 307 292 117 315 279 301 264 190 267 97 64 56 335 257 146 305 324 101 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 203 242 + 208 281 305 261 59 272 157 212 166 92 343 270 207 233 303 330 271 117 240 301 346 138 93 333 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 56 105 243 38 132 206 125 348 326 254 107 302 309 153 209 - $PROJ_DIR$\..\Core\Src\cli.c + $PROJ_DIR$\..\Core\Src\rtc.c ICCARM - 299 + 283 __cstat - 124 + 190 BICOMP - 134 + 255 ICCARM - 57 337 272 67 225 317 347 156 217 63 111 279 301 264 190 267 97 64 56 181 335 257 146 228 305 324 101 164 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 246 207 115 91 125 332 346 226 126 307 292 128 117 221 322 314 203 232 214 183 326 242 133 82 144 129 - - - BICOMP - 67 257 331 301 133 337 267 221 225 264 184 318 146 349 246 279 232 129 272 190 188 104 64 351 307 314 326 144 347 317 111 235 68 304 252 121 122 101 324 335 181 214 156 63 128 322 203 183 242 82 217 131 97 164 56 305 228 132 273 76 288 227 302 154 115 332 126 57 123 142 207 91 125 346 226 292 117 - - - - - $PROJ_DIR$\..\Core\Src\common.c - - - ICCARM - 342 - - - __cstat - 277 + 291 281 305 261 59 272 157 212 166 92 343 270 207 233 303 330 271 117 240 301 346 138 93 333 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 216 139 BICOMP - 200 - - - - - ICCARM - 57 337 272 67 225 317 347 156 217 221 279 301 264 190 267 97 64 56 181 335 257 146 228 305 324 101 164 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 246 207 115 91 125 332 346 226 126 307 292 128 117 314 63 111 203 232 214 326 + 60 270 131 59 161 212 343 262 272 99 340 295 271 303 117 205 296 139 281 261 231 220 315 265 145 133 138 346 330 207 233 92 333 341 216 305 119 157 93 166 301 240 134 128 291 226 314 112 - $PROJ_DIR$\..\Core\Src\dau.c + $PROJ_DIR$\..\Core\Src\system_stm32l4xx.c ICCARM - 93 + 70 __cstat - 343 + 235 BICOMP - 327 + 80 ICCARM - 57 337 272 67 225 317 347 209 328 156 217 63 111 334 308 315 279 301 264 190 267 97 64 56 181 335 257 146 228 305 324 101 164 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 221 203 128 246 207 115 91 125 332 346 226 126 307 292 117 232 214 242 82 129 133 144 + 157 212 166 92 343 270 207 233 303 330 271 117 240 301 346 305 261 59 272 138 93 333 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 BICOMP - 104 214 272 301 190 64 232 337 279 188 334 129 347 264 184 331 318 267 128 346 292 156 221 144 111 235 68 304 252 121 122 101 324 181 97 207 125 164 246 307 209 63 315 203 242 82 133 67 225 317 328 217 308 131 56 305 228 123 142 91 226 57 335 257 146 132 273 76 349 288 227 302 154 117 115 332 126 + 131 231 305 92 145 270 272 315 138 343 262 166 261 220 265 133 205 296 301 240 59 99 60 340 161 295 333 341 212 346 330 271 207 233 303 117 119 157 93 134 226 314 112 128 - $PROJ_DIR$\..\Core\Src\freertos.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_adc_ex.c ICCARM - 311 + 327 __cstat - 116 + 248 BICOMP - 300 + 158 ICCARM - 246 164 337 272 67 225 317 347 181 207 115 91 125 332 346 228 226 126 307 292 279 301 264 190 267 97 64 56 335 257 146 305 324 101 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 128 117 + 305 261 59 272 157 212 166 92 343 270 207 233 303 330 271 117 240 301 346 138 93 333 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 BICOMP - 188 267 301 337 272 226 190 104 64 349 181 115 67 225 264 184 331 318 257 279 347 317 125 346 292 235 68 304 252 121 122 101 324 335 97 307 128 164 207 91 332 126 228 131 56 305 146 132 273 76 288 227 302 154 246 123 142 117 + 138 315 343 207 92 272 231 145 330 233 333 341 261 220 265 133 346 270 59 99 60 340 161 295 212 271 303 117 131 262 205 119 157 93 305 166 301 240 296 226 314 112 134 128 - $PROJ_DIR$\..\Core\Src\RS485_debug.c + $PROJ_DIR$\..\Core\Src\FreeRTOS_CLI.c ICCARM - 185 + 284 __cstat - 158 + 282 BICOMP - 298 + 266 ICCARM - 57 337 272 67 225 317 347 156 217 334 308 221 279 301 264 190 267 97 64 56 181 335 257 146 228 305 324 101 164 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 314 63 111 203 128 246 207 115 91 125 332 346 226 126 307 292 117 232 214 144 82 133 242 129 - - - BICOMP - 337 214 304 279 101 82 272 235 121 267 63 246 314 129 347 68 252 122 324 128 346 292 334 232 242 217 308 301 264 190 184 188 331 104 318 64 257 146 349 207 125 164 156 221 203 144 133 67 225 317 131 97 56 181 335 132 273 76 288 227 302 154 307 91 226 57 305 228 123 142 111 117 115 332 126 + 115 343 270 207 233 303 333 40 92 243 93 38 132 206 125 348 326 240 254 107 302 309 90 56 105 153 - $PROJ_DIR$\..\Core\Src\adc.c + $PROJ_DIR$\..\Core\Src\tim.c ICCARM - 254 + 160 __cstat - 271 + 225 BICOMP - 58 + 43 ICCARM - 74 279 301 264 190 267 97 64 56 181 337 272 67 225 317 335 257 146 228 305 324 101 164 347 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 203 128 246 207 115 91 125 332 346 226 126 307 292 117 82 + 345 281 305 261 59 272 157 212 166 92 343 270 207 233 303 330 271 117 240 301 346 138 93 333 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 56 105 243 38 132 206 125 348 326 254 107 302 309 153 230 67 209 - $PROJ_DIR$\..\Core\Src\rtc.c + $PROJ_DIR$\..\Core\Src\freertos.c ICCARM - 285 + 308 __cstat - 54 + 152 BICOMP - 236 + 298 ICCARM - 314 279 301 264 190 267 97 64 56 181 337 272 67 225 317 335 257 146 228 305 324 101 164 347 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 63 111 + 243 93 343 270 207 233 303 333 92 38 132 206 125 348 326 240 254 107 302 309 281 305 261 59 272 157 212 166 330 271 117 301 346 138 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 105 153 BICOMP - 188 272 132 190 104 64 337 273 267 184 331 318 257 317 146 76 288 111 279 264 235 68 304 252 121 122 101 324 335 67 225 181 347 349 63 301 131 97 164 56 305 228 123 142 314 227 302 154 + 60 272 305 343 270 254 59 161 212 341 92 132 207 233 261 99 340 295 271 281 333 303 125 326 309 231 220 315 265 145 133 138 346 330 157 302 105 93 38 206 348 107 240 119 166 301 117 131 262 205 296 226 314 112 243 134 128 153 - $PROJ_DIR$\..\Core\Src\spi.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_rcc.c ICCARM - 231 + 274 __cstat - 95 + 77 BICOMP - 208 + 39 ICCARM - 315 279 301 264 190 267 97 64 56 181 337 272 67 225 317 335 257 146 228 305 324 101 164 347 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 203 128 246 207 115 91 125 332 346 226 126 307 292 117 129 + 305 261 59 272 157 212 166 92 343 270 207 233 303 330 271 117 240 301 346 138 93 333 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 + + + BICOMP + 303 99 295 205 272 340 271 117 341 59 60 161 212 343 270 131 262 261 231 220 315 265 145 133 138 346 330 207 233 92 333 119 157 93 305 166 301 240 296 226 314 112 134 128 - $PROJ_DIR$\..\Core\Src\tim.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_rcc_ex.c ICCARM - 96 + 245 __cstat - 81 + 322 BICOMP - 218 + 37 ICCARM - 322 279 301 264 190 267 97 64 56 181 337 272 67 225 317 335 257 146 228 305 324 101 164 347 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 203 128 246 207 115 91 125 332 346 226 126 307 292 117 232 214 82 + 305 261 59 272 157 212 166 92 343 270 207 233 303 330 271 117 240 301 346 138 93 333 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 + + + BICOMP + 131 60 270 272 59 161 212 343 262 341 99 340 295 271 303 117 205 261 231 220 315 265 145 133 138 346 330 207 233 92 333 119 157 93 305 166 301 240 296 226 314 112 134 128 - $PROJ_DIR$\..\Core\Src\ADC_collect.c + $PROJ_DIR$\..\Core\Src\dma.c ICCARM @@ -703,423 +684,414 @@ __cstat - 269 + 236 BICOMP - 147 + 277 ICCARM - 57 337 272 67 225 317 347 209 328 156 217 74 279 301 264 190 267 97 64 56 181 335 257 146 228 305 324 101 164 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 203 128 246 207 115 91 125 332 346 226 126 307 292 117 232 214 82 + 103 281 305 261 59 272 157 212 166 92 343 270 207 233 303 330 271 117 240 301 346 138 93 333 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 + + + BICOMP + 272 157 305 92 270 281 166 119 93 301 240 343 134 261 59 231 99 220 60 315 340 265 161 145 295 133 138 212 346 330 271 207 233 303 117 333 131 262 205 341 296 226 314 112 103 128 - $PROJ_DIR$\..\Core\Src\flash_log.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_adc.c ICCARM - 139 + 317 __cstat - 240 + 339 BICOMP - 167 + 200 ICCARM - 57 337 272 67 225 317 347 156 217 128 246 164 181 207 115 91 125 332 346 228 226 126 307 292 117 314 279 301 264 190 267 97 64 56 335 257 146 305 324 101 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 63 111 203 232 214 242 + 305 261 59 272 157 212 166 92 343 270 207 233 303 330 271 117 240 301 346 138 93 333 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 + + + BICOMP + 145 333 231 330 233 272 315 138 343 207 92 341 261 220 265 133 346 270 59 99 60 340 161 295 212 271 303 117 131 262 205 119 157 93 305 166 301 240 296 226 314 112 134 128 - $PROJ_DIR$\..\Core\Src\usart.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal.c ICCARM - 163 + 347 __cstat - 336 + 201 BICOMP - 205 + 276 ICCARM - 221 279 301 264 190 267 97 64 56 181 337 272 67 225 317 335 257 146 228 305 324 101 164 347 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 156 217 203 128 246 207 115 91 125 332 346 226 126 307 292 117 232 214 133 144 326 82 129 + 305 261 59 272 157 212 166 92 343 270 207 233 303 330 271 117 240 301 346 138 93 333 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 + + + BICOMP + 270 93 272 119 92 301 240 343 134 157 305 166 261 59 231 99 220 60 315 340 265 161 145 295 133 138 212 346 330 271 207 233 303 117 333 131 262 205 341 296 226 314 112 128 - $PROJ_DIR$\..\Core\Src\stm32l4xx_it.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_flash_ramfunc.c ICCARM - 78 + 72 __cstat - 291 + 88 BICOMP - 89 + 252 ICCARM - 279 301 264 190 267 97 64 56 181 337 272 67 225 317 335 257 146 228 305 324 101 164 347 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 83 246 207 115 91 125 332 346 226 126 307 292 + 305 261 59 272 157 212 166 92 343 270 207 233 303 330 271 117 240 301 346 138 93 333 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 BICOMP - 115 337 301 131 181 305 228 267 164 272 142 246 97 56 123 83 307 264 190 235 184 68 188 304 331 252 104 121 318 122 101 64 324 335 257 67 225 317 146 347 132 273 76 125 346 279 349 288 227 302 154 207 91 332 126 226 292 + 133 270 220 272 261 265 346 341 231 315 145 138 330 343 207 233 92 333 59 99 60 340 161 295 212 271 303 117 131 262 205 296 119 157 93 305 166 301 240 134 226 314 112 128 - $PROJ_DIR$\..\Core\Src\wireless.c + $PROJ_DIR$\..\Core\Src\flash_if.c ICCARM - 194 + 218 __cstat - 247 + 102 BICOMP - 170 + 140 ICCARM - 57 337 272 67 225 317 347 156 217 63 111 221 279 301 264 190 267 97 64 56 181 335 257 146 228 305 324 101 164 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 74 322 314 203 128 246 207 115 91 125 332 346 226 126 307 292 117 133 232 214 82 242 144 129 - - - BICOMP - 272 307 68 122 133 337 252 324 273 214 279 246 74 144 347 235 304 121 101 132 227 302 128 346 292 63 314 82 129 217 301 264 190 184 188 331 104 318 64 335 181 76 267 288 154 207 125 164 156 221 322 203 232 242 67 225 317 111 131 97 56 257 146 349 91 226 57 305 228 123 142 117 115 332 126 + 105 243 93 343 270 207 233 303 333 92 38 132 206 125 348 326 240 254 107 302 309 153 292 281 305 261 59 272 157 212 166 330 271 117 301 346 138 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 56 237 - $PROJ_DIR$\startup_stm32l496xx.s - - - AARM - 348 - - - - - $PROJ_DIR$\..\Core\Src\main.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_flash.c ICCARM - 70 + 66 __cstat - 65 + 71 BICOMP - 151 + 53 ICCARM - 279 301 264 190 267 97 64 56 181 337 272 67 225 317 335 257 146 228 305 324 101 164 347 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 128 246 207 115 91 125 332 346 226 126 307 292 117 74 130 314 63 111 315 322 221 137 + 305 261 59 272 157 212 166 92 343 270 207 233 303 330 271 117 240 301 346 138 93 333 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 BICOMP - 181 301 288 272 267 154 137 97 111 314 56 126 63 74 322 131 164 305 228 337 227 302 115 332 347 128 130 315 221 264 190 235 184 68 188 304 331 252 104 121 318 122 101 64 324 335 257 67 225 317 146 132 273 76 349 307 279 123 142 246 117 207 91 125 346 226 292 + 240 272 119 92 301 134 343 93 270 157 305 166 261 59 231 99 220 60 315 340 265 161 145 295 133 138 212 346 330 271 207 233 303 117 333 131 262 205 341 296 226 314 112 128 - $PROJ_DIR$\..\Core\Src\dev_config.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_gpio.c ICCARM - 219 + 82 __cstat - 143 + 269 BICOMP - 145 + 258 ICCARM - 156 337 272 67 225 317 347 217 57 279 301 264 190 267 97 64 56 181 335 257 146 228 305 324 101 164 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 128 246 207 115 91 125 332 346 226 126 307 292 117 203 232 214 242 + 305 261 59 272 157 212 166 92 343 270 207 233 303 330 271 117 240 301 346 138 93 333 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 BICOMP - 346 225 228 292 67 131 181 305 347 267 203 272 164 76 288 154 307 279 242 317 337 97 301 56 132 273 227 302 207 125 57 128 232 214 217 264 190 235 184 68 188 304 331 252 104 121 318 122 101 64 324 335 257 146 349 91 226 156 123 142 246 117 115 332 126 + 343 272 119 92 301 240 134 93 270 157 305 166 261 59 231 99 220 60 315 340 265 161 145 295 133 138 212 346 330 271 207 233 303 117 333 131 262 205 341 296 226 314 112 128 - $PROJ_DIR$\..\Core\Src\gpio.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_i2c_ex.c ICCARM - 119 + 146 __cstat - 303 + 50 BICOMP - 323 + 253 ICCARM - 137 279 301 264 190 267 97 64 56 181 337 272 67 225 317 335 257 146 228 305 324 101 164 347 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 + 305 261 59 272 157 212 166 92 343 270 207 233 303 330 271 117 240 301 346 138 93 333 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 BICOMP - 267 279 56 97 349 301 181 272 131 164 305 228 337 264 190 235 184 68 188 304 331 252 104 121 318 122 101 64 324 335 257 67 225 317 146 347 132 273 76 288 227 302 154 137 123 142 + 93 272 270 119 92 301 240 343 134 157 305 166 261 59 231 99 220 60 315 340 265 161 145 295 133 138 212 346 330 271 207 233 303 117 333 131 262 205 341 296 226 314 112 128 - $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\list.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_i2c.c ICCARM - 150 + 203 __cstat - 258 + 263 BICOMP - 174 + 83 ICCARM - 209 337 272 67 225 317 347 328 246 164 181 207 115 91 125 332 346 228 226 126 292 + 305 261 59 272 157 212 166 92 343 270 207 233 303 330 271 117 240 301 346 138 93 333 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 BICOMP - 337 91 292 347 67 317 164 181 246 272 328 225 207 125 346 228 209 115 332 126 226 + 93 272 270 119 92 301 240 343 134 157 305 166 261 59 231 99 220 60 315 340 265 161 145 295 133 138 212 346 330 271 207 233 303 117 333 131 262 205 341 296 226 314 112 128 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_flash_ex.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_dma.c ICCARM - 98 + 239 __cstat - 173 + 238 BICOMP - 338 + 198 ICCARM - 301 264 190 267 97 64 56 181 337 272 67 225 317 335 257 146 228 305 324 101 164 347 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 + 305 261 59 272 157 212 166 92 343 270 207 233 303 330 271 117 240 301 346 138 93 333 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 BICOMP - 272 188 132 267 190 104 64 337 273 349 184 331 318 257 317 146 76 264 235 68 304 252 121 122 101 324 335 67 225 181 347 131 97 164 301 56 305 228 288 227 302 154 123 142 + 261 265 346 272 341 220 133 270 231 315 145 138 330 343 207 233 92 333 59 99 60 340 161 295 212 271 303 117 131 262 205 119 157 93 305 166 301 240 134 296 226 314 112 128 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_i2c.c + $PROJ_DIR$\..\Core\Src\flash_log.c ICCARM - 92 + 121 __cstat - 253 + 227 BICOMP - 176 + 87 ICCARM - 301 264 190 267 97 64 56 181 337 272 67 225 317 335 257 146 228 305 324 101 164 347 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 - - - BICOMP - 164 267 272 131 181 305 228 337 123 97 301 56 264 190 235 184 68 188 304 331 252 104 121 318 122 101 64 324 335 257 67 225 317 146 347 132 273 76 349 288 227 302 154 142 + 191 343 270 207 233 303 333 115 40 105 243 93 92 38 132 206 125 348 326 240 254 107 302 309 153 291 281 305 261 59 272 157 212 166 330 271 117 301 346 138 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 216 139 56 230 67 237 - $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\queue.c + $PROJ_DIR$\..\Core\Src\RS485_debug.c ICCARM - 191 + 91 __cstat - 100 + 85 BICOMP - 306 + 300 ICCARM - 209 337 272 67 225 317 347 328 156 217 246 164 181 207 115 91 125 332 346 228 226 126 307 292 53 + 191 343 270 207 233 303 333 115 40 323 312 256 281 305 261 59 272 157 212 166 92 330 271 117 240 301 346 138 93 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 291 216 139 56 105 243 38 132 206 125 348 326 254 107 302 309 153 230 67 123 209 108 237 110 BICOMP - 126 272 347 307 328 225 115 332 226 317 337 217 181 156 246 53 67 164 207 91 125 346 228 292 209 + 343 295 92 261 281 312 99 272 209 270 340 243 291 110 40 305 59 60 161 212 157 105 323 230 237 333 231 220 315 265 145 133 138 346 301 240 56 115 256 123 108 67 207 233 303 119 93 166 134 128 139 302 153 132 348 107 191 330 271 117 131 262 205 341 296 226 314 112 216 38 206 125 326 254 309 - $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\stream_buffer.c + $PROJ_DIR$\..\Core\Src\wireless.c ICCARM - 112 + 45 __cstat - 249 + 246 BICOMP - 206 + 76 ICCARM - 181 337 272 67 225 317 156 347 217 246 164 207 115 91 125 332 346 228 226 126 307 292 189 + 191 343 270 207 233 303 333 115 40 216 139 256 281 305 261 59 272 157 212 166 92 330 271 117 240 301 346 138 93 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 208 345 291 56 105 243 38 132 206 125 348 326 254 107 302 309 153 108 230 67 209 237 123 110 BICOMP - 91 272 307 337 347 164 67 217 207 332 126 226 292 156 246 189 225 317 181 115 125 346 228 + 92 231 145 272 108 333 315 138 281 243 208 123 343 270 220 265 133 346 128 216 291 209 110 40 305 261 59 99 60 340 161 295 212 134 56 302 115 256 345 230 237 67 207 233 303 139 119 157 93 166 301 240 153 132 348 107 105 191 330 271 117 131 262 205 341 296 226 314 112 38 206 125 326 254 309 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_rcc.c + $PROJ_DIR$\..\Core\Src\spi.c ICCARM - 276 + 244 __cstat - 187 + 155 BICOMP - 211 + 64 ICCARM - 301 264 190 267 97 64 56 181 337 272 67 225 317 335 257 146 228 305 324 101 164 347 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 - - - BICOMP - 317 184 318 76 267 331 257 146 349 190 188 104 64 337 272 132 273 264 235 68 304 252 121 122 101 324 335 67 225 181 347 131 97 164 301 56 305 228 288 227 302 154 123 142 + 292 281 305 261 59 272 157 212 166 92 343 270 207 233 303 330 271 117 240 301 346 138 93 333 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 56 105 243 38 132 206 125 348 326 254 107 302 309 153 110 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_flash.c + $PROJ_DIR$\..\Core\Src\stm32l4xx_hal_msp.c ICCARM - 213 + 280 __cstat - 178 + 247 BICOMP - 199 + 118 ICCARM - 301 264 190 267 97 64 56 181 337 272 67 225 317 335 257 146 228 305 324 101 164 347 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 + 281 305 261 59 272 157 212 166 92 343 270 207 233 303 330 271 117 240 301 346 138 93 333 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 BICOMP - 228 267 131 181 305 123 337 164 272 97 301 56 264 190 235 184 68 188 304 331 252 104 121 318 122 101 64 324 335 257 67 225 317 146 347 132 273 76 349 288 227 302 154 142 + 270 93 272 305 119 92 301 240 343 134 157 166 261 59 231 99 220 60 315 340 265 161 145 295 133 138 212 346 330 271 207 233 303 117 333 131 262 205 341 296 226 314 112 281 128 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_dma.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_flash_ex.c ICCARM - 244 + 147 __cstat - 224 + 98 BICOMP - 88 + 321 ICCARM - 301 264 190 267 97 64 56 181 337 272 67 225 317 335 257 146 228 305 324 101 164 347 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 + 305 261 59 272 157 212 166 92 343 270 207 233 303 330 271 117 240 301 346 138 93 333 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 BICOMP - 264 252 324 267 349 68 122 272 235 304 121 101 335 337 67 225 181 347 190 184 188 331 104 318 64 257 317 146 132 273 76 131 97 164 301 56 305 228 123 288 227 302 154 142 + 270 60 131 272 59 161 212 343 262 341 99 340 295 271 303 117 205 261 231 220 315 265 145 133 138 346 330 207 233 92 333 119 157 93 305 166 301 240 296 226 314 112 134 128 @@ -1128,376 +1100,377 @@ ICCARM - 283 + 278 __cstat - 69 + 214 BICOMP - 155 + 113 ICCARM - 301 264 190 267 97 64 56 181 337 272 67 225 317 335 257 146 228 305 324 101 164 347 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 + 305 261 59 272 157 212 166 92 343 270 207 233 303 330 271 117 240 301 346 138 93 333 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 BICOMP - 164 267 272 131 181 305 228 337 123 97 301 56 264 190 235 184 68 188 304 331 252 104 121 318 122 101 64 324 335 257 67 225 317 146 347 132 273 76 349 288 227 302 154 142 + 93 272 270 119 92 301 240 343 134 157 305 166 261 59 231 99 220 60 315 340 265 161 145 295 133 138 212 346 330 271 207 233 303 117 333 131 262 205 341 296 226 314 112 128 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_exti.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_pwr.c ICCARM - 262 + 311 __cstat - 310 + 55 BICOMP - 71 + 223 ICCARM - 301 264 190 267 97 64 56 181 337 272 67 225 317 335 257 146 228 305 324 101 164 347 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 + 305 261 59 272 157 212 166 92 343 270 207 233 303 330 271 117 240 301 346 138 93 333 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 BICOMP - 267 301 181 272 97 56 131 164 305 228 337 123 264 190 235 184 68 188 304 331 252 104 121 318 122 101 64 324 335 257 67 225 317 146 347 132 273 76 349 288 227 302 154 142 + 272 240 119 92 301 134 343 93 270 157 305 166 261 59 231 99 220 60 315 340 265 161 145 295 133 138 212 346 330 271 207 233 303 117 333 131 262 205 341 296 226 314 112 128 - $PROJ_DIR$\..\Core\Src\system_stm32l4xx.c + $PROJ_DIR$\..\Core\Src\dev_config.c ICCARM - 171 + 44 __cstat - 229 + 100 BICOMP - 157 + 129 ICCARM - 97 64 56 181 337 272 67 225 317 335 257 146 228 305 324 301 264 190 267 101 164 347 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 + 115 343 270 207 233 303 333 40 191 281 305 261 59 272 157 212 166 92 330 271 117 240 301 346 138 93 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 105 243 38 132 206 125 348 326 254 107 302 309 153 56 230 67 237 BICOMP - 132 235 301 181 121 272 267 304 101 337 273 56 264 68 252 122 76 288 305 228 190 184 188 331 104 318 347 349 64 324 335 257 67 225 317 146 131 97 164 123 227 302 154 142 + 233 240 272 134 92 207 119 301 56 270 333 93 281 237 303 343 157 305 166 128 105 191 230 67 40 261 59 231 99 220 60 315 340 265 161 145 295 133 138 212 346 330 271 117 243 153 132 348 107 115 131 262 205 341 296 226 314 112 302 38 206 125 326 254 309 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_flash_ramfunc.c + $PROJ_DIR$\..\Core\Src\main.c ICCARM - 168 + 217 __cstat - 180 + 213 BICOMP - 230 + 106 ICCARM - 301 264 190 267 97 64 56 181 337 272 67 225 317 335 257 146 228 305 324 101 164 347 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 + 281 305 261 59 272 157 212 166 92 343 270 207 233 303 330 271 117 240 301 346 138 93 333 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 105 243 38 132 206 125 348 326 254 107 302 309 153 208 103 291 216 139 292 345 256 124 BICOMP - 122 272 68 267 264 252 324 349 235 304 121 101 335 337 67 225 181 347 190 184 188 331 104 318 64 257 317 146 132 273 76 288 131 97 164 301 56 305 228 123 227 302 154 142 + 92 305 296 270 272 112 124 157 139 291 166 107 216 208 345 119 93 301 240 343 226 314 132 348 333 105 103 292 256 261 59 231 99 220 60 315 340 265 161 145 295 133 138 212 346 330 271 207 233 303 117 131 262 205 341 302 281 134 128 243 153 38 206 125 326 254 309 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_rtc.c + $PROJ_DIR$\startup_stm32l496xx.s + + + AARM + 337 + + + + + $PROJ_DIR$\..\Core\Src\ADC_collect.c ICCARM - 66 + 81 __cstat - 161 + 268 BICOMP - 245 + 130 ICCARM - 301 264 190 267 97 64 56 181 337 272 67 225 317 335 257 146 228 305 324 101 164 347 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 + 191 343 270 207 233 303 333 58 338 115 40 208 281 305 261 59 272 157 212 166 92 330 271 117 240 301 346 138 93 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 56 105 243 38 132 206 125 348 326 254 107 302 309 153 230 67 209 BICOMP - 331 257 146 267 184 318 317 76 349 190 188 104 64 337 272 132 273 264 235 68 304 252 121 122 101 324 335 67 225 181 347 131 97 164 301 56 305 228 288 227 302 154 123 142 + 92 301 270 119 226 131 302 305 343 240 314 206 254 56 333 281 93 262 105 115 209 272 157 166 205 296 112 58 208 230 207 233 303 338 40 261 59 231 99 220 60 315 340 265 161 145 295 133 138 212 346 330 271 117 341 38 125 326 309 67 243 191 134 128 153 132 348 107 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_adc.c + $PROJ_DIR$\..\Core\Src\cli.c ICCARM - 309 + 306 __cstat - 344 + 135 BICOMP - 84 + 120 ICCARM - 301 264 190 267 97 64 56 181 337 272 67 225 317 335 257 146 228 305 324 101 164 347 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 + 191 343 270 207 233 303 333 115 40 216 139 281 305 261 59 272 157 212 166 92 330 271 117 240 301 346 138 93 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 243 38 132 206 125 348 326 254 107 302 309 105 153 256 345 291 56 230 67 90 334 237 108 209 123 110 BICOMP - 121 347 235 335 225 267 304 101 337 67 181 349 264 68 252 122 324 272 190 184 188 331 104 318 64 257 317 146 132 273 76 131 97 164 301 56 305 228 288 227 302 154 123 142 + 207 271 340 305 108 343 272 93 256 233 261 99 295 117 92 281 243 230 110 270 59 60 161 212 153 56 320 302 291 334 123 333 303 139 231 220 315 265 145 133 138 346 330 157 206 254 115 216 105 345 90 237 209 67 40 119 166 301 240 134 128 38 125 326 309 191 131 262 205 341 296 226 314 112 132 348 107 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_i2c_ex.c + $PROJ_DIR$\..\Core\Src\common.c ICCARM - 108 + 324 __cstat - 196 + 275 BICOMP - 234 + 54 ICCARM - 301 264 190 267 97 64 56 181 337 272 67 225 317 335 257 146 228 305 324 101 164 347 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 - - - BICOMP - 164 267 272 131 181 305 228 337 123 97 301 56 264 190 235 184 68 188 304 331 252 104 121 318 122 101 64 324 335 257 67 225 317 146 347 132 273 76 349 288 227 302 154 142 + 191 343 270 207 233 303 333 115 40 256 281 305 261 59 272 157 212 166 92 330 271 117 240 301 346 138 93 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 243 38 132 206 125 348 326 254 107 302 309 105 153 291 216 139 56 230 67 334 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_rtc_ex.c + $PROJ_DIR$\..\Core\Src\dau.c ICCARM - 110 + 204 __cstat - 77 + 342 BICOMP - 160 + 328 ICCARM - 301 264 190 267 97 64 56 181 337 272 67 225 317 335 257 146 228 305 324 101 164 347 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 + 191 343 270 207 233 303 333 58 338 115 40 216 139 323 312 292 281 305 261 59 272 157 212 166 92 330 271 117 240 301 346 138 93 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 256 56 105 243 38 132 206 125 348 326 254 107 302 309 153 230 67 237 209 110 108 123 BICOMP - 331 257 146 267 184 318 317 76 349 190 188 104 64 337 272 132 273 264 235 68 304 252 121 122 101 324 335 67 225 181 347 131 97 164 301 56 305 228 288 227 302 154 123 142 + 343 92 333 99 305 261 295 230 340 272 323 110 270 281 59 60 161 212 205 296 112 115 256 67 123 139 231 220 315 265 145 133 138 346 271 117 131 262 226 314 56 243 302 58 216 292 237 209 108 207 233 303 338 40 312 119 157 93 166 330 341 153 132 348 107 240 105 191 301 134 128 38 206 125 326 254 309 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_adc_ex.c + $PROJ_DIR$\..\Core\Src\RS485_sensor.c - - ICCARM - 330 - __cstat - 248 + 294 BICOMP - 109 + 162 ICCARM - 301 264 190 267 97 64 56 181 337 272 67 225 317 335 257 146 228 305 324 101 164 347 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 + 191 343 270 207 233 303 333 115 40 256 281 305 261 59 272 157 212 166 92 330 271 117 240 301 346 138 93 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 56 105 243 38 132 206 125 348 326 254 107 302 309 153 230 67 289 BICOMP - 101 304 337 67 181 267 235 121 335 225 347 349 264 68 252 122 324 272 190 184 188 331 104 318 64 257 317 146 132 273 76 131 97 164 301 56 305 228 288 227 302 154 123 142 + 40 305 92 272 157 270 105 230 343 166 281 256 333 119 93 301 240 341 56 243 115 289 207 233 303 261 59 231 99 220 60 315 340 265 161 145 295 133 138 212 346 330 271 117 131 262 205 296 226 314 112 153 132 348 107 191 134 128 302 38 206 125 326 254 309 67 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_tim.c + $PROJ_DIR$\..\Core\Src\position.c ICCARM - 107 + 229 __cstat - 193 + 126 BICOMP - 250 + 151 ICCARM - 301 264 190 267 97 64 56 181 337 272 67 225 317 335 257 146 228 305 324 101 164 347 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 + 191 343 270 207 233 303 333 115 40 256 281 305 261 59 272 157 212 166 92 330 271 117 240 301 346 138 93 119 231 131 99 220 60 262 205 315 340 341 134 51 332 265 296 161 226 145 128 295 314 133 112 230 56 105 243 38 132 206 125 348 326 254 107 302 309 153 67 209 307 237 BICOMP - 267 56 97 301 181 272 227 302 131 164 305 228 337 288 154 264 190 235 184 68 188 304 331 252 104 121 318 122 101 64 324 335 257 67 225 317 146 347 132 273 76 349 123 142 + 92 301 119 281 272 303 240 93 209 333 270 305 56 256 237 343 207 233 261 157 166 134 226 302 206 254 105 115 230 307 40 59 231 99 220 60 315 340 51 265 161 145 295 133 138 212 346 330 271 117 332 128 314 112 38 125 326 309 243 191 131 262 205 341 296 67 153 132 348 107 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_rcc_ex.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_tim_ex.c ICCARM - 223 + 304 __cstat - 325 + 137 BICOMP - 201 + 48 ICCARM - 301 264 190 267 97 64 56 181 337 272 67 225 317 335 257 146 228 305 324 101 164 347 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 + 305 261 59 272 157 212 166 92 343 270 207 233 303 330 271 117 240 301 346 138 93 333 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 BICOMP - 132 188 272 267 190 104 64 337 273 349 184 331 318 257 317 146 76 264 235 68 304 252 121 122 101 324 335 67 225 181 347 131 97 164 301 56 305 228 288 227 302 154 123 142 + 59 212 262 161 343 272 60 270 131 341 99 340 295 271 303 117 205 261 231 220 315 265 145 133 138 346 330 207 233 92 333 119 157 93 305 166 301 240 296 226 314 112 134 128 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_tim_ex.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_spi.c ICCARM - 319 + 350 __cstat - 94 + 177 BICOMP - 197 + 202 ICCARM - 301 264 190 267 97 64 56 181 337 272 67 225 317 335 257 146 228 305 324 101 164 347 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 + 305 261 59 272 157 212 166 92 343 270 207 233 303 330 271 117 240 301 346 138 93 333 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 BICOMP - 190 64 273 104 337 267 188 272 132 349 184 331 318 257 317 146 76 264 235 68 304 252 121 122 101 324 335 67 225 181 347 131 97 164 301 56 305 228 288 227 302 154 123 142 + 295 261 205 99 303 340 271 117 59 60 161 212 343 270 131 262 226 314 231 220 315 265 145 133 138 346 330 207 233 92 333 272 296 112 119 157 93 305 166 301 240 341 134 128 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_spi_ex.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_rtc_ex.c ICCARM - 140 + 136 __cstat - 127 + 219 BICOMP - 182 + 86 ICCARM - 301 264 190 267 97 64 56 181 337 272 67 225 317 335 257 146 228 305 324 101 164 347 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 + 305 261 59 272 157 212 166 92 343 270 207 233 303 330 271 117 240 301 346 138 93 333 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 BICOMP - 76 318 288 184 317 267 331 257 146 190 188 104 64 337 272 132 273 264 235 68 304 252 121 122 101 324 335 67 225 181 347 349 131 97 164 301 56 305 228 123 227 302 154 142 + 340 271 117 272 99 295 303 205 341 59 60 161 212 343 270 131 262 261 231 220 315 265 145 133 138 346 330 207 233 92 333 119 157 93 305 166 301 240 296 226 314 112 134 128 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_uart.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_exti.c ICCARM - 341 + 287 __cstat - 290 + 297 BICOMP - 266 + 215 ICCARM - 301 264 190 267 97 64 56 181 337 272 67 225 317 335 257 146 228 305 324 101 164 347 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 + 305 261 59 272 157 212 166 92 343 270 207 233 303 330 271 117 240 301 346 138 93 333 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 BICOMP - 337 267 131 181 305 228 349 164 272 97 301 56 264 190 235 184 68 188 304 331 252 104 121 318 122 101 64 324 335 257 67 225 317 146 347 132 273 76 288 227 302 154 123 142 + 272 305 92 270 157 166 119 93 301 240 343 134 261 59 231 99 220 60 315 340 265 161 145 295 133 138 212 346 330 271 207 233 303 117 333 131 262 205 341 296 226 314 112 128 @@ -1506,487 +1479,518 @@ ICCARM - 62 + 173 __cstat - 138 + 109 BICOMP - 120 + 154 ICCARM - 301 264 190 267 97 64 56 181 337 272 67 225 317 335 257 146 228 305 324 101 164 347 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 + 305 261 59 272 157 212 166 92 343 270 207 233 303 330 271 117 240 301 346 138 93 333 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 BICOMP - 104 337 190 64 273 267 188 272 132 184 331 318 257 317 146 76 264 235 68 304 252 121 122 101 324 335 67 225 181 347 349 131 97 164 301 56 305 228 123 288 227 302 154 142 + 161 343 59 212 262 272 60 270 131 99 340 295 271 303 117 205 261 231 220 315 265 145 133 138 346 330 207 233 92 333 341 119 157 93 305 166 301 240 134 296 226 314 112 128 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_pwr_ex.c + $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\portable\IAR\ARM_CM4F\port.c ICCARM - 186 + 336 __cstat - 113 + 193 BICOMP - 79 + 232 ICCARM - 301 264 190 267 97 64 56 181 337 272 67 225 317 335 257 146 228 305 324 101 164 347 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 + 326 240 270 207 233 303 254 243 93 343 333 92 38 132 206 125 348 107 302 309 BICOMP - 267 164 272 349 131 181 305 228 337 97 301 56 264 190 235 184 68 188 304 331 252 104 121 318 122 101 64 324 335 257 67 225 317 146 347 132 273 76 288 227 302 154 123 142 + 254 343 270 302 303 92 243 240 207 233 132 333 125 326 93 38 206 348 107 309 - $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\croutine.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_spi_ex.c ICCARM - 204 + 127 __cstat - 215 + 116 BICOMP - 169 + 89 ICCARM - 246 164 337 272 67 225 317 347 181 207 115 91 125 332 346 228 226 126 307 292 166 + 305 261 59 272 157 212 166 92 343 270 207 233 303 330 271 117 240 301 346 138 93 333 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 BICOMP - 125 337 181 317 228 115 347 346 307 164 207 91 272 225 246 166 67 332 126 226 292 + 205 295 296 99 303 272 340 271 117 59 60 161 212 343 270 131 262 261 231 220 315 265 145 133 138 346 330 207 233 92 333 341 119 157 93 305 166 301 240 134 226 314 112 128 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_pwr_ex.c ICCARM - 321 + 75 __cstat - 86 + 141 BICOMP - 281 + 222 ICCARM - 301 264 190 267 97 64 56 181 337 272 67 225 317 335 257 146 228 305 324 101 164 347 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 + 305 261 59 272 157 212 166 92 343 270 207 233 303 330 271 117 240 301 346 138 93 333 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 BICOMP - 272 164 267 131 181 305 228 337 123 97 301 56 264 190 235 184 68 188 304 331 252 104 121 318 122 101 64 324 335 257 67 225 317 146 347 132 273 76 349 288 227 302 154 142 + 272 93 270 341 119 92 301 240 343 157 305 166 261 59 231 99 220 60 315 340 265 161 145 295 133 138 212 346 330 271 207 233 303 117 333 131 262 205 296 226 314 112 134 128 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_spi.c + $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\portable\MemMang\heap_4.c ICCARM - 340 + 114 __cstat - 60 + 96 BICOMP - 75 + 329 ICCARM - 301 264 190 267 97 64 56 181 337 272 67 225 317 335 257 146 228 305 324 101 164 347 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 + 58 343 270 207 233 303 333 338 243 93 92 38 132 206 125 348 326 240 254 107 302 309 BICOMP - 318 264 76 184 317 331 257 146 190 188 104 64 337 272 132 273 227 302 235 68 304 252 121 122 101 324 335 67 225 181 347 267 288 154 131 97 164 301 56 305 228 349 123 142 + 343 125 270 38 240 243 338 233 326 302 333 303 93 206 92 58 207 132 348 107 254 309 - $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\event_groups.c + $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\queue.c ICCARM - 293 + 49 __cstat - 261 + 148 BICOMP - 162 + 293 ICCARM - 209 337 272 67 225 317 347 328 246 164 181 207 115 91 125 332 346 228 226 126 307 292 85 297 + 58 343 270 207 233 303 333 338 115 40 243 93 92 38 132 206 125 348 326 240 254 107 302 309 164 BICOMP - 126 337 347 85 115 272 332 226 292 246 67 181 307 297 328 225 317 164 207 91 125 346 228 209 + 107 270 333 302 338 233 132 348 254 303 343 40 92 115 243 164 207 93 38 206 125 326 240 309 58 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_gpio.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_cortex.c ICCARM - 172 + 61 __cstat - 270 + 228 BICOMP - 251 + 344 ICCARM - 301 264 190 267 97 64 56 181 337 272 67 225 317 335 257 146 228 305 324 101 164 347 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 + 305 261 59 272 157 212 166 92 343 270 207 233 303 330 271 117 240 301 346 138 93 333 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 BICOMP - 337 267 131 181 305 228 123 164 272 97 301 56 264 190 235 184 68 188 304 331 252 104 121 318 122 101 64 324 335 257 67 225 317 146 347 132 273 76 349 288 227 302 154 142 + 205 295 296 99 303 272 340 271 117 59 60 161 212 343 270 131 262 261 231 220 315 265 145 133 138 346 330 207 233 92 333 341 119 157 93 305 166 301 240 134 226 314 112 128 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_pwr.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_rtc.c ICCARM - 296 + 211 __cstat - 202 + 79 BICOMP - 80 + 242 ICCARM - 301 264 190 267 97 64 56 181 337 272 67 225 317 335 257 146 228 305 324 101 164 347 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 + 305 261 59 272 157 212 166 92 343 270 207 233 303 330 271 117 240 301 346 138 93 333 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 BICOMP - 267 228 131 181 305 123 337 164 272 97 301 56 264 190 235 184 68 188 304 331 252 104 121 318 122 101 64 324 335 257 67 225 317 146 347 132 273 76 349 288 227 302 154 142 + 340 271 117 272 99 295 303 205 341 59 60 161 212 343 270 131 262 261 231 220 315 265 145 133 138 346 330 207 233 92 333 119 157 93 305 166 301 240 296 226 314 112 134 128 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_cortex.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_uart.c ICCARM - 210 + 351 __cstat - 243 + 313 BICOMP - 350 + 267 ICCARM - 301 264 190 267 97 64 56 181 337 272 67 225 317 335 257 146 228 305 324 101 164 347 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 + 305 261 59 272 157 212 166 92 343 270 207 233 303 330 271 117 240 301 346 138 93 333 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 BICOMP - 76 318 288 184 317 267 331 257 146 190 188 104 64 337 272 132 273 264 235 68 304 252 121 122 101 324 335 67 225 181 347 349 131 97 164 301 56 305 228 123 227 302 154 142 + 343 272 119 92 301 240 341 93 270 157 305 166 261 59 231 99 220 60 315 340 265 161 145 295 133 138 212 346 330 271 207 233 303 117 333 131 262 205 296 226 314 112 134 128 - $PROJ_DIR$\..\Core\Src\recording_wave.c + $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\CMSIS_RTOS_V2\cmsis_os2.c ICCARM - 175 + 259 __cstat - 212 + 288 BICOMP - 313 + 234 ICCARM - 57 337 272 67 225 317 347 156 217 315 279 301 264 190 267 97 64 56 181 335 257 146 228 305 324 101 164 131 235 132 184 68 188 273 76 304 331 349 123 192 333 252 288 104 227 121 142 318 302 122 154 322 203 128 246 207 115 91 125 332 346 226 126 307 292 117 232 214 242 82 255 + 115 343 270 207 233 303 333 40 153 92 93 271 117 240 243 38 132 206 125 348 326 254 107 302 309 319 196 197 164 150 172 157 212 166 330 301 346 305 261 59 272 138 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 BICOMP - 347 267 128 255 56 181 301 203 337 264 97 272 246 279 315 242 217 131 164 305 228 123 227 156 322 232 82 67 225 317 190 235 184 68 188 304 331 192 252 104 121 318 122 101 64 324 335 257 146 333 142 302 154 117 115 332 126 307 57 132 273 76 349 288 207 91 125 346 226 292 214 + 343 92 303 302 272 172 164 166 157 341 132 254 305 271 197 270 207 233 333 125 326 309 301 119 93 153 243 319 150 40 117 240 38 206 348 107 196 115 212 346 330 261 59 231 99 220 60 315 340 265 161 145 295 133 138 131 262 205 296 226 314 112 134 128 - $PROJ_DIR$\..\Core\Src\position.c + $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\tasks.c ICCARM - 237 + 101 __cstat - 136 + 257 BICOMP - 105 + 241 ICCARM - 57 337 272 67 225 317 347 156 217 221 279 301 264 190 267 97 64 56 181 335 257 146 228 305 324 101 164 131 235 132 184 68 188 273 76 304 331 349 123 192 333 252 288 104 227 121 142 318 302 122 154 232 203 128 246 207 115 91 125 332 346 226 126 307 292 117 214 82 295 242 + 58 343 270 207 233 303 333 338 115 40 243 93 92 38 132 206 125 348 326 240 254 107 302 309 196 52 191 BICOMP - 181 305 131 279 267 317 228 164 82 347 272 301 203 221 242 337 67 225 264 97 56 123 227 307 91 226 128 156 232 295 217 190 235 184 68 188 304 331 192 252 104 121 318 122 101 64 324 335 257 146 333 142 302 154 207 125 346 292 246 57 132 273 76 349 288 214 117 115 332 126 + 343 92 191 93 302 52 333 207 206 115 243 196 270 338 233 303 38 125 326 240 58 40 132 348 107 254 309 - $PROJ_DIR$\..\Core\Src\RS485_sensor.c + $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\portable\IAR\ARM_CM4F\portasm.s + + + AARM + 84 + + + + + AARM + 38 + + + + + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_tim.c + + ICCARM + 156 + __cstat - 316 + 63 BICOMP - 118 + 250 ICCARM - 57 337 272 67 225 317 347 156 217 221 279 301 264 190 267 97 64 56 181 335 257 146 228 305 324 101 164 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 203 128 246 207 115 91 125 332 346 226 126 307 292 117 232 214 289 + 305 261 59 272 157 212 166 92 343 270 207 233 303 330 271 117 240 301 346 138 93 333 119 231 131 99 220 60 262 205 315 340 341 134 265 296 161 226 145 128 295 314 133 112 BICOMP - 217 301 181 267 97 272 128 232 337 56 279 221 347 131 164 305 228 349 203 246 156 289 67 225 317 264 190 235 184 68 188 304 331 252 104 121 318 122 101 64 324 335 257 146 132 273 76 288 227 302 154 117 115 332 126 57 123 142 307 207 91 125 346 226 292 214 + 272 166 157 305 92 270 226 314 119 93 301 240 343 296 112 261 59 231 99 220 60 315 340 265 161 145 295 133 138 212 346 330 271 207 233 303 117 333 131 262 205 341 134 128 - $PROJ_DIR$\CableMonitor_APP_V3.2\Exe\CableMonitor_APP_V3.2.out + $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\event_groups.c - OBJCOPY - 312 + ICCARM + 299 - ILINK - 195 + __cstat + 286 + + + BICOMP + 73 - ILINK - 59 254 159 299 268 342 204 93 219 99 293 72 139 311 287 119 153 150 70 345 179 191 185 285 231 348 321 309 330 210 244 283 262 213 98 168 172 92 108 256 296 186 276 223 66 110 340 140 107 319 341 62 78 112 171 148 96 339 163 194 114 216 177 239 + ICCARM + 58 343 270 207 233 303 333 338 243 93 92 38 132 206 125 348 326 240 254 107 302 309 196 319 + + + BICOMP + 107 343 333 196 132 270 348 254 309 243 207 92 302 319 338 233 303 93 38 206 125 326 240 58 - $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\timers.c + $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\list.c ICCARM - 339 + 104 __cstat - 73 + 279 BICOMP - 152 + 78 ICCARM - 209 337 272 67 225 317 347 328 246 164 181 207 115 91 125 332 346 228 226 126 307 292 53 85 + 58 343 270 207 233 303 333 338 243 93 92 38 132 206 125 348 326 240 254 107 309 BICOMP - 332 272 115 226 53 337 347 126 246 67 181 307 85 328 225 317 164 207 91 125 346 228 209 292 + 343 206 309 333 207 303 93 92 243 270 338 233 38 125 326 240 58 132 348 107 254 - $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\tasks.c + $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\timers.c ICCARM - 148 + 349 __cstat - 265 + 224 BICOMP - 238 + 111 ICCARM - 209 337 272 67 225 317 347 328 156 217 246 164 181 207 115 91 125 332 346 228 226 126 307 292 85 198 57 + 58 343 270 207 233 303 333 338 243 93 92 38 132 206 125 348 326 240 254 107 302 309 164 196 BICOMP - 337 181 57 164 307 198 347 67 91 156 246 85 272 328 225 317 207 125 346 228 209 217 115 332 126 226 292 + 348 270 132 254 164 343 333 107 243 207 92 302 196 338 233 303 93 38 206 125 326 240 58 309 - $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\CMSIS_RTOS_V2\cmsis_os2.c + $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\croutine.c ICCARM - 268 + 57 __cstat - 260 + 41 BICOMP - 233 + 97 ICCARM - 156 337 272 67 225 317 347 217 117 181 164 257 146 228 246 207 115 91 125 332 346 226 126 307 292 297 85 87 53 106 61 97 64 56 335 305 324 301 264 190 267 101 131 235 132 184 68 188 273 76 304 331 349 123 252 288 104 227 121 142 318 302 122 154 + 243 93 343 270 207 233 303 333 92 38 132 206 125 348 326 240 254 107 302 309 94 BICOMP - 337 181 317 307 267 61 53 56 97 349 115 226 301 257 87 272 67 225 347 125 346 292 305 131 164 117 246 297 106 217 146 228 207 91 332 126 85 156 64 324 335 264 190 235 184 68 188 304 331 252 104 121 318 122 101 132 273 76 288 227 302 154 123 142 + 125 343 92 303 240 132 333 326 302 93 38 206 270 233 243 94 207 348 107 254 309 - $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\portable\IAR\ARM_CM4F\port.c + $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\stream_buffer.c ICCARM - 345 + 143 __cstat - 55 + 249 BICOMP - 220 + 42 ICCARM - 346 228 272 67 225 317 226 246 164 337 347 181 207 115 91 125 332 126 307 292 + 92 343 270 207 233 303 115 333 40 243 93 38 132 206 125 348 326 240 254 107 302 309 46 BICOMP - 226 337 272 307 317 181 246 228 67 225 115 347 125 346 164 207 91 332 126 292 + 206 270 302 343 333 93 207 40 38 348 107 254 309 115 243 46 233 303 92 132 125 326 240 - $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\portable\MemMang\heap_4.c + $PROJ_DIR$\..\Core\Src\recording_wave.c ICCARM - 153 + 95 __cstat - 165 + 65 BICOMP - 329 + 290 ICCARM - 209 337 272 67 225 317 347 328 246 164 181 207 115 91 125 332 346 228 226 126 307 292 + 191 343 270 207 233 303 333 115 40 292 281 305 261 59 272 157 212 166 92 330 271 117 240 301 346 138 93 119 231 131 99 220 60 262 205 315 340 341 134 51 332 265 296 161 226 145 128 295 314 133 112 345 56 105 243 38 132 206 125 348 326 254 107 302 309 153 230 67 237 209 285 BICOMP - 337 125 272 207 228 246 328 225 346 307 347 317 164 91 181 209 67 115 332 126 226 292 + 333 272 105 285 166 92 305 56 343 261 157 270 243 281 292 237 40 119 93 301 240 134 226 115 345 230 209 207 233 303 59 231 99 220 60 315 340 51 265 161 145 295 133 138 212 346 330 271 117 332 128 314 112 153 132 348 107 302 191 131 262 205 341 296 38 206 125 326 254 309 67 - $PROJ_DIR$\..\Middlewares\Third_Party\FreeRTOS\Source\portable\IAR\ARM_CM4F\portasm.s + $PROJ_DIR$\CableMonitor_APP_V3.2\Exe\CableMonitor_APP_V3.2.out - AARM - 179 + ILINK + 47 + + + OBJCOPY + 318 - AARM - 207 + ILINK + 174 264 81 306 259 324 57 204 44 159 299 218 121 308 284 144 114 104 217 336 84 49 91 283 244 337 347 317 327 61 239 278 287 66 147 72 82 203 146 280 311 75 274 245 211 136 350 127 156 304 351 173 221 143 70 101 160 349 69 45 142 68 74 251 diff --git a/CablePositioning_APP_V1.0/EWARM/settings/CableMonitor_APP_V3.2.dnx b/CablePositioning_APP_V1.0/EWARM/settings/CableMonitor_APP_V3.2.dnx index 0dfeb89..6808791 100644 --- a/CablePositioning_APP_V1.0/EWARM/settings/CableMonitor_APP_V3.2.dnx +++ b/CablePositioning_APP_V1.0/EWARM/settings/CableMonitor_APP_V3.2.dnx @@ -130,6 +130,12 @@ 1 0 + + 0 + + + 0 + _ 0 _ "" @@ -139,19 +145,13 @@ _ "" _ 0 + + 0 + 0 + 10000 I0 2 1 1 2 0 0 - - 0 - - - 0 - - - 0 - 0 - diff --git a/CablePositioning_APP_V1.0/EWARM/settings/Project.wsdt b/CablePositioning_APP_V1.0/EWARM/settings/Project.wsdt index d274a6c..9b4999f 100644 --- a/CablePositioning_APP_V1.0/EWARM/settings/Project.wsdt +++ b/CablePositioning_APP_V1.0/EWARM/settings/Project.wsdt @@ -11,7 +11,7 @@ 19 1868 2 - + 0 -1 @@ -86,11 +86,11 @@ 1 1 1 - 6F0B00000E0040E10000020000005984000002000000568400000200000010860000100000000F810000010000005F860000070000000C8100001E0B000055840000030000000E810000080000000B810000110000000584000003000000108400002000000046810000010000000D81000007000000 + 7E0B00000E00598400000200000040E1000002000000108600001000000056840000020000005F860000070000000F810000010000000C8100002D0B000055840000030000000E810000080000000B810000110000000584000003000000468100000100000010840000200000000D81000007000000 49000D8400000F84000008840000FFFFFFFF54840000328100001C810000098400007784000007840000808C000044D50000538400000088000001880000028800000388000004880000058800001C8F00001D8F00001F8F0000208F0000218F00002AE10000118F000055840000568400005984000001B0000002B0000003B0000004B0000005B0000006B0000007B0000008B0000009B000000AB000000BB000000CB000000DB000000EB0000000B000002481000040E100000C840000338400007884000011840000008200001C820000018200006786000020DE000021DE000026DE000028DE000023DE000022DE000024DE000027DE000025DE000020920000289200002992000037920000389200003492000033920000259200001E9200001D920000 - 3700048400004C00000015810000250000002CE1000043000000048100001C000000268100002D00000007E100003B0000002392000000000000318400005300000004E10000390000005F86000034000000208100002B0000000F8100002300000001E10000360000000D8000001700000023E100003D0000000C81000020000000068400004E00000019820000150000001781000027000000038400004B00000016820000130000004A81000047000000148100002400000000840000480000002BE100004200000000810000190000000E840000500000003084000052000000449200001000000003E10000380000001F9200000D0000002F8200001600000025E100003F0000001F8100002A0000000E8100002200000000E10000350000002D9200000F00000022E100003C0000000B8100001F00000041E1000045000000058400004D0000001882000014000000D18400000C0000001681000026000000028400004A0000004981000046000000058100001D0000001084000051000000328400005400000005E100003A000000518400005600000002E10000370000000A8400004F0000000D810000210000002C9200000E000000 + 3700048400004C000000268100002D000000048100001C0000002CE100004300000015810000250000003184000053000000239200000000000007E100003B0000000F81000023000000208100002B0000005F8600003400000004E10000390000000C8100002000000023E100003D0000000D8000001700000001E10000360000001982000015000000068400004E0000004A810000470000001682000013000000038400004B00000017810000270000002BE100004200000000840000480000001481000024000000449200001000000030840000520000000E8400005000000000810000190000000E810000220000001F8100002A00000025E100003F0000002F820000160000001F9200000D00000003E10000380000000B8100001F00000022E100003C0000002D9200000F00000000E1000035000000D18400000C0000001882000014000000058400004D00000041E1000045000000058100001D0000004981000046000000028400004A000000168100002600000032840000540000001084000051000000518400005600000005E100003A0000000D810000210000000A8400004F00000002E10000370000002C9200000E000000 0 @@ -186,7 +186,7 @@ 95 1142 2 - + 0 -1 @@ -208,7 +208,7 @@ 95 1142 2 - + 0 -1 @@ -231,7 +231,7 @@ 856 380 2 - + 0 -1 @@ -253,7 +253,7 @@ 95 1142 2 - + 0 -1 @@ -272,7 +272,7 @@ 2 - + 0 -1 @@ -381,7 +381,7 @@ Main - 00200000010000002000FFFF01001100434D4643546F6F6C426172427574746F6E00E100000000000035000000FFFEFF000000000000000000000000000100000001000000018001E100000000000036000000FFFEFF000000000000000000000000000100000001000000018003E100000000040038000000FFFEFF0000000000000000000000000001000000010000000180008100000000000019000000FFFEFF00000000000000000000000000010000000100000001800000000001000000FFFFFFFFFFFEFF000000000000000000000000000100000001000000018007E10000000004003B000000FFFEFF00000000000000000000000000010000000100000001800000000001000000FFFFFFFFFFFEFF000000000000000000000000000100000001000000018023E10000000004003D000000FFFEFF000000000000000000000000000100000001000000018022E10000000004003C000000FFFEFF000000000000000000000000000100000001000000018025E10000000004003F000000FFFEFF00000000000000000000000000010000000100000001800000000001000000FFFFFFFFFFFEFF00000000000000000000000000010000000100000001802BE100000000040042000000FFFEFF00000000000000000000000000010000000100000001802CE100000000040043000000FFFEFF00000000000000000000000000010000000100000001800000000001000000FFFFFFFFFFFEFF000000000000000000000000000100000001000000FFFF01001900434D4643546F6F6C426172436F6D626F426F78427574746F6E4281000000000400FFFFFFFFFFFEFF0000000000000000000100000000000000010000007800000002002050FFFFFFFFFFFEFF0096000000000000000000018021810000000004002C000000FFFEFF000000000000000000000000000100000001000000018024E10000000004003E000000FFFEFF000000000000000000000000000100000001000000018028E100000000040040000000FFFEFF000000000000000000000000000100000001000000018029E100000000040041000000FFFEFF000000000000000000000000000100000001000000018002810000000004001B000000FFFEFF0000000000000000000000000001000000010000000180298100000000040030000000FFFEFF000000000000000000000000000100000001000000018027810000000004002E000000FFFEFF000000000000000000000000000100000001000000018028810000000004002F000000FFFEFF00000000000000000000000000010000000100000001801D8100000000040028000000FFFEFF00000000000000000000000000010000000100000001801E8100000000040029000000FFFEFF00000000000000000000000000010000000100000001800000000001000000FFFFFFFFFFFEFF00000000000000000000000000010000000100000001800B810000000004001F000000FFFEFF00000000000000000000000000010000000100000001800D8100000000020021000000FFFEFF00000000000000000000000000010000000100000001805F8600000000000034000000FFFEFF00000000000000000000000000010000000100000001800000000001000000FFFFFFFFFFFEFF00000000000000000000000000010000000100000001800E8100000000000022000000FFFEFF00000000000000000000000000010000000100000001800F8100000000000023000000FFFEFF00000000000000000000000000010000000100000000000000FFFEFF044D00610069006E00E8020000 + 00200000010000002000FFFF01001100434D4643546F6F6C426172427574746F6E00E100000000000031000000FFFEFF000000000000000000000000000100000001000000018001E100000000000032000000FFFEFF000000000000000000000000000100000001000000018003E100000000000034000000FFFEFF0000000000000000000000000001000000010000000180008100000000000015000000FFFEFF00000000000000000000000000010000000100000001800000000001000000FFFFFFFFFFFEFF000000000000000000000000000100000001000000018007E100000000000037000000FFFEFF00000000000000000000000000010000000100000001800000000001000000FFFFFFFFFFFEFF000000000000000000000000000100000001000000018023E100000000000039000000FFFEFF000000000000000000000000000100000001000000018022E100000000000038000000FFFEFF000000000000000000000000000100000001000000018025E10000000000003B000000FFFEFF00000000000000000000000000010000000100000001800000000001000000FFFFFFFFFFFEFF00000000000000000000000000010000000100000001802BE10000000004003E000000FFFEFF00000000000000000000000000010000000100000001802CE10000000004003F000000FFFEFF00000000000000000000000000010000000100000001800000000001000000FFFFFFFFFFFEFF000000000000000000000000000100000001000000FFFF01001900434D4643546F6F6C426172436F6D626F426F78427574746F6E4281000000000000FFFFFFFFFFFEFF0001000000000000000100000000000000010000007800000002002050FFFFFFFFFFFEFF00960000000000000000000180218100000000040028000000FFFEFF000000000000000000000000000100000001000000018024E10000000000003A000000FFFEFF000000000000000000000000000100000001000000018028E10000000004003C000000FFFEFF000000000000000000000000000100000001000000018029E10000000000003D000000FFFEFF0000000000000000000000000001000000010000000180028100000000000017000000FFFEFF000000000000000000000000000100000001000000018029810000000000002C000000FFFEFF000000000000000000000000000100000001000000018027810000000000002A000000FFFEFF000000000000000000000000000100000001000000018028810000000000002B000000FFFEFF00000000000000000000000000010000000100000001801D8100000000040024000000FFFEFF00000000000000000000000000010000000100000001801E8100000000040025000000FFFEFF00000000000000000000000000010000000100000001800000000001000000FFFFFFFFFFFEFF00000000000000000000000000010000000100000001800B810000000000001B000000FFFEFF00000000000000000000000000010000000100000001800D810000000002001D000000FFFEFF00000000000000000000000000010000000100000001805F8600000000000030000000FFFEFF00000000000000000000000000010000000100000001800000000001000000FFFFFFFFFFFEFF00000000000000000000000000010000000100000001800E810000000000001E000000FFFEFF00000000000000000000000000010000000100000001800F810000000000001F000000FFFEFF00000000000000000000000000010000000100000000000000FFFEFF044D00610069006E00E8020000 34050 @@ -419,7 +419,7 @@ - 010000000300000001000000000000000000000001000000010000000200000000000000010000000100000000000000280000002800000000000000 + 010000000300000001000000000000000000000001000000010000000200000000000000010000000100000000000000280000002800000001000000010000000000000001000000FFFEFF202400570053005F0044004900520024005C002E002E005C0043006F00720065005C005300720063005C0066006C006100730068005F006C006F0067002E00630001000000FFFF010014004966436F6E74656E7453746F72616765496D706CFFFEFF00FFFEFFFF28013C003F0078006D006C002000760065007200730069006F006E003D00220031002E0030002200200065006E0063006F00640069006E0067003D0022005500540046002D00380022003F003E000A003C0052006F006F0074003E000A0020002000200020003C004E0075006D0052006F00770073003E0031003C002F004E0075006D0052006F00770073003E000A0020002000200020003C004E0075006D0043006F006C0073003E0031003C002F004E0075006D0043006F006C0073003E000A0020002000200020003C00580050006F0073003E0030003C002F00580050006F0073003E000A0020002000200020003C00590050006F0073003E0030003C002F00590050006F0073003E000A0020002000200020003C00530065006C00530074006100720074003E0030003C002F00530065006C00530074006100720074003E000A0020002000200020003C00530065006C0045006E0064003E0030003C002F00530065006C0045006E0064003E000A0020002000200020003C00580050006F00730032003E0030003C002F00580050006F00730032003E000A0020002000200020003C00590050006F00730032003E003200340032003C002F00590050006F00730032003E000A0020002000200020003C00530065006C005300740061007200740032003E0037003500300039003C002F00530065006C005300740061007200740032003E000A0020002000200020003C00530065006C0045006E00640032003E0037003500330039003C002F00530065006C0045006E00640032003E000A003C002F0052006F006F0074003E000A00FFFEFF0B66006C006100730068005F006C006F0067002E00630000000000FFFFFFFFFFFFFFFF0000000010000000C5D4F200FFDC7800BECEA100F0A0A100BCA8E1009CC1B600F7B88600D9ADC200A5C2D700B3A6BE00EAD6A300F6FA7D00B5E99D005FC3CF00C1838300CACAD500010000000100000002000000AC0100004900000080070000CC020000