From fec4aad74cb177ef67ae21b9200841e81575c24b Mon Sep 17 00:00:00 2001
From: JIU JIALIN <2339061402@qq.com>
Date: Tue, 19 Aug 2025 10:17:48 +0800
Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=AE=B5=E5=88=87=E6=8D=A2?=
=?UTF-8?q?=E6=9D=A1=E4=BB=B6=E4=B8=BA=E5=A4=96=E9=83=A8=E4=BA=8B=E4=BB=B6?=
=?UTF-8?q?=E6=97=B6=E8=84=89=E5=86=B2=E8=AE=A1=E6=95=B0=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
PLSR/PLSR/Core/Src/tim.c | 2 +-
PLSR/PLSR/EWARM/settings/test.1.dnx | 4 +-
PLSR/PLSR/EWARM/test.1.dep | 916 +++++++++++++-------------
PLSR/PLSR/EWARM/test.1/Exe/test.1.sim | Bin 38322 -> 38150 bytes
4 files changed, 461 insertions(+), 461 deletions(-)
diff --git a/PLSR/PLSR/Core/Src/tim.c b/PLSR/PLSR/Core/Src/tim.c
index 47fb793..b4b2a8b 100644
--- a/PLSR/PLSR/Core/Src/tim.c
+++ b/PLSR/PLSR/Core/Src/tim.c
@@ -1531,7 +1531,6 @@ void HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef *htim)
// 等待时间计数器累加
s_wait_time_counter++;
uint32_t current_tim2_count = __HAL_TIM_GET_COUNTER(&htim2);
- //printf("TIM2 CNT: %lu, Pulse Count: %lu\n", TIM2->CNT, AllPluse);
// 计算当前段已发送的总脉冲数
int32_t current_pulse_count = AllPluse + current_tim2_count;
@@ -2129,6 +2128,7 @@ void PLSR_TaskSectionSwitch(PLSR_RouteConfig_t* route)
/* 如果当前段等待外部事件,检查是否有事件触发 */
if (PLSR_Wait_CheckExtEvent(route))
{
+ AllPluse += __HAL_TIM_GET_COUNTER(&htim2); // 累加当前段已发送的脉冲数
/* 外部事件满足,切换到下一段 */
PLSR_Section_SwitchNext(route, 0); // 外部事件触发,传入0
/* 启动新段,设置新的脉冲参数和频率 */
diff --git a/PLSR/PLSR/EWARM/settings/test.1.dnx b/PLSR/PLSR/EWARM/settings/test.1.dnx
index def6f57..6cc2a2c 100644
--- a/PLSR/PLSR/EWARM/settings/test.1.dnx
+++ b/PLSR/PLSR/EWARM/settings/test.1.dnx
@@ -12,12 +12,12 @@
50
- 46232557
-
_ 0
_ 0
0
2
+ 46232557
+
2012208745
diff --git a/PLSR/PLSR/EWARM/test.1.dep b/PLSR/PLSR/EWARM/test.1.dep
index b8d5ca7..4341059 100644
--- a/PLSR/PLSR/EWARM/test.1.dep
+++ b/PLSR/PLSR/EWARM/test.1.dep
@@ -5,260 +5,251 @@
test.1
- $PROJ_DIR$\startup_stm32f407xx.s
- $PROJ_DIR$\..\Core\Src\flash_save.c
- $PROJ_DIR$\..\Core\Src\gpio.c
- $PROJ_DIR$\..\Core\Src\dma.c
- $PROJ_DIR$\..\Core\Src\main.c
- $PROJ_DIR$\..\Core\Src\stm32f4xx_hal_msp.c
- $PROJ_DIR$\..\Core\Src\stm32f4xx_it.c
- $PROJ_DIR$\..\Core\Src\stm32f4xx_hal_timebase_tim.c
- $PROJ_DIR$\..\Core\Src\modbus_crc.c
- $PROJ_DIR$\..\Core\Src\tim.c
- $PROJ_DIR$\..\Core\Src\usart.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ex.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_wwdg.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c_ex.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_uart.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma_ex.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c.c
$PROJ_DIR$\..\Core\Src\system_stm32f4xx.c
- $PROJ_DIR$\..\Core\Src\modbus_log.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cortex.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc_ex.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_sram.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_rcc.c
$PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_gpio.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_uart.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_usart.c
$PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ramfunc.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_dma.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc_ex.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_exti.c
$PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_crc.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_crc.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_dma.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr.c
$PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim_ex.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_exti.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_gpio.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_pwr.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma_ex.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr_ex.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_sram.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_crc.c
$PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c_ex.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_crc.c
$PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_exti.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_wwdg.c
$PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_i2c.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_pwr.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim_ex.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_usart.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_gpio.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cortex.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr_ex.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_rcc.c
$PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_rng.c
$PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_dac.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ex.c
- $TOOLKIT_DIR$\inc\c\DLib_Defaults.h
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_i2c_ex.__cstat.et
- $PROJ_DIR$\..\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f407xx.h
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_gpio.o
- $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_gpio.o
- $PROJ_DIR$\..\UCOS\Ports\os_cpu.h
- $TOOLKIT_DIR$\inc\c\DLib_Config_Full.h
- $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_dma.o
- $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_rcc.__cstat.et
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pwr.h
- $PROJ_DIR$\test.1\Obj\flash_save.__cstat.et
- $PROJ_DIR$\test.1\Obj\system_stm32f4xx.o
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rcc.h
- $PROJ_DIR$\..\Drivers\CMSIS\Device\ST\STM32F4xx\Include\system_stm32f4xx.h
- $PROJ_DIR$\test.1\Obj\ucos_ii.o
- $PROJ_DIR$\..\UCOS\Source\ucos_ii.h
- $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_i2c.o
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash.h
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_dma.o
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_cortex.o
- $PROJ_DIR$\test.1\Obj\tim.__cstat.et
- $TOOLKIT_DIR$\inc\c\DLib_Product_string.h
- $PROJ_DIR$\test.1\Obj\os_cpu_c.__cstat.et
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_flash_ex.__cstat.et
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_sram.__cstat.et
- $PROJ_DIR$\test.1\List\test.1.map
- $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_exti.__cstat.et
- $TOOLKIT_DIR$\lib\shb_l.a
- $PROJ_DIR$\test.1\Obj\tim.o
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_flash.o
- $TOOLKIT_DIR$\inc\c\ctype.h
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_i2c.o
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_tim.__cstat.et
- $PROJ_DIR$\test.1\Obj\gpio.o
- $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_dma.__cstat.et
- $PROJ_DIR$\..\Core\Inc\usart.h
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_uart.__cstat.et
- $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_i2c.__cstat.et
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_tim_ex.h
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_flash_ramfunc.o
- $TOOLKIT_DIR$\inc\c\math.h
- $TOOLKIT_DIR$\inc\c\DLib_float_setup.h
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal.c
+ $PROJ_DIR$\startup_stm32f407xx.s
+ $PROJ_DIR$\..\Core\Src\flash_save.c
+ $PROJ_DIR$\..\Core\Src\stm32f4xx_hal_timebase_tim.c
+ $PROJ_DIR$\..\Core\Src\gpio.c
+ $PROJ_DIR$\..\Core\Src\main.c
+ $PROJ_DIR$\..\Core\Src\modbus_crc.c
+ $PROJ_DIR$\..\Core\Src\modbus_log.c
+ $PROJ_DIR$\..\Core\Src\stm32f4xx_hal_msp.c
+ $PROJ_DIR$\..\Core\Src\stm32f4xx_it.c
+ $PROJ_DIR$\..\Core\Src\dma.c
+ $PROJ_DIR$\..\Core\Src\tim.c
+ $PROJ_DIR$\..\Core\Src\usart.c
+ $PROJ_DIR$\test.1\Obj\app_hooks.__cstat.et
+ $PROJ_DIR$\test.1\Exe\test.1.hex
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_dac.__cstat.et
+ $PROJ_DIR$\..\UCOS\Source\os_task.c
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_crc.o
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_dma.__cstat.et
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_exti.__cstat.et
+ $PROJ_DIR$\..\UCOS\Source\os_time.c
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_it.__cstat.et
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_rng.o
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_pwr.__cstat.et
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_dac.o
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_tim.o
+ $TOOLKIT_DIR$\lib\rt7M_tl.a
$PROJ_DIR$\..\UCOS\Config\app_cfg.h
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal.__cstat.et
- $TOOLKIT_DIR$\inc\c\stdio.h
+ $TOOLKIT_DIR$\inc\c\ycheck.h
$PROJ_DIR$\test.1\Obj\main.o
+ $PROJ_DIR$\test.1\Obj\os_dbg.o
+ $TOOLKIT_DIR$\inc\c\stdio.h
$PROJ_DIR$\test.1\Obj\modbus_crc.__cstat.et
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_usart.__cstat.et
- $PROJ_DIR$\test.1\Obj\flash_save.o
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_pwr.__cstat.et
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_usart.o
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_flash_ramfunc.o
+ $PROJ_DIR$\..\UCOS\Source\os_mbox.c
+ $PROJ_DIR$\test.1\Obj\modbus_log.__cstat.et
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_wwdg.o
$PROJ_DIR$\test.1\Obj\stm32f4xx_hal_sram.o
- $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_rng.o
- $PROJ_DIR$\test.1\Obj\os_dbg.o
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_exti.o
- $PROJ_DIR$\..\Core\Inc\modbus_log.h
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_spi.__cstat.et
+ $TOOLKIT_DIR$\inc\c\yvals.h
+ $PROJ_DIR$\..\Drivers\CMSIS\Include\cmsis_compiler.h
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_tim_ex.h
$PROJ_DIR$\test.1\Obj\stm32f4xx_hal_pwr_ex.o
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_dma.__cstat.et
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_i2c.__cstat.et
- $PROJ_DIR$\test.1\Obj\dma.o
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_tim.o
- $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_dac.o
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal.h
- $PROJ_DIR$\..\Drivers\CMSIS\Include\cmsis_version.h
- $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_usart.__cstat.et
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_gpio.__cstat.et
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_msp.__cstat.et
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_gpio_ex.h
- $PROJ_DIR$\..\Drivers\CMSIS\Include\mpu_armv7.h
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_gpio.h
- $TOOLKIT_DIR$\inc\c\DLib_Product.h
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_crc.__cstat.et
- $PROJ_DIR$\..\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f4xx.h
- $PROJ_DIR$\..\Core\Inc\flash_save.h
- $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_rng.__cstat.et
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_timebase_tim.o
- $PROJ_DIR$\..\UCOS\Source\os_mem.c
- $PROJ_DIR$\..\Core\Inc\stm32f4xx_it.h
- $PROJ_DIR$\..\Core\Inc\tim.h
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_flash.__cstat.et
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_rcc.__cstat.et
- $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_spi.o
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_rcc_ex.__cstat.et
- $PROJ_DIR$\..\UCOS\Source\os_q.c
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_msp.o
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_cortex.h
- $PROJ_DIR$\test.1\Obj\dma.__cstat.et
- $PROJ_DIR$\test.1\Obj\app_hooks.o
- $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_rcc.o
+ $PROJ_DIR$\..\Core\Inc\modbus_crc.h
+ $PROJ_DIR$\stm32f407xx_flash.icf
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rcc_ex.h
+ $PROJ_DIR$\..\Core\Inc\dma.h
+ $TOOLKIT_DIR$\inc\c\stddef.h
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_flash_ramfunc.__cstat.et
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_gpio.__cstat.et
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_tim.h
+ $PROJ_DIR$\..\Drivers\CMSIS\Include\core_cm4.h
$PROJ_DIR$\test.1\Obj\gpio.__cstat.et
+ $PROJ_DIR$\test.1\Obj\dma.__cstat.et
$PROJ_DIR$\test.1\Obj\stm32f4xx_hal_i2c_ex.o
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_timebase_tim.o
$PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_dma.h
- $PROJ_DIR$\..\UCOS\Source\os_core.c
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_tim_ex.o
$TOOLKIT_DIR$\inc\c\string.h
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_def.h
$PROJ_DIR$\test.1\Obj\modbus_log.o
- $TOOLKIT_DIR$\lib\m7M_tls.a
- $PROJ_DIR$\..\UCOS\Source\os_tmr.c
- $PROJ_DIR$\..\UCOS\Config\os_cfg.h
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pwr_ex.h
- $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_spi.__cstat.et
- $PROJ_DIR$\..\UCOS\Source\os_time.c
- $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_crc.o
- $PROJ_DIR$\stm32f407xx_flash.icf
- $PROJ_DIR$\test.1\Obj\modbus_log.__cstat.et
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_wwdg.o
+ $TOOLKIT_DIR$\inc\c\ysizet.h
$PROJ_DIR$\test.1\Obj\stm32f4xx_hal_flash_ex.o
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_tim.h
- $TOOLKIT_DIR$\inc\c\yvals.h
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_def.h
- $PROJ_DIR$\..\Drivers\CMSIS\Include\cmsis_compiler.h
+ $TOOLKIT_DIR$\lib\m7M_tls.a
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_spi.o
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_rcc_ex.__cstat.et
+ $PROJ_DIR$\..\UCOS\Source\os_core.c
+ $PROJ_DIR$\test.1\Obj\system_stm32f4xx.__cstat.et
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_rcc.o
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_tim_ex.o
+ $PROJ_DIR$\..\UCOS\Source\os_q.c
$PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_dma_ex.h
- $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_dac.__cstat.et
- $TOOLKIT_DIR$\inc\c\stddef.h
- $PROJ_DIR$\..\UCOS\Source\os_task.c
- $PROJ_DIR$\test.1\Exe\test.1.hex
- $PROJ_DIR$\test.1\Obj\app_hooks.__cstat.et
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_exti.__cstat.et
- $TOOLKIT_DIR$\inc\c\ycheck.h
- $PROJ_DIR$\test.1\Obj\stm32f4xx_it.__cstat.et
- $PROJ_DIR$\..\Core\Inc\dma.h
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rcc_ex.h
- $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_gpio.__cstat.et
- $TOOLKIT_DIR$\inc\c\ysizet.h
$PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash_ex.h
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_flash_ramfunc.__cstat.et
- $PROJ_DIR$\test.1\Obj\system_stm32f4xx.__cstat.et
- $PROJ_DIR$\..\Drivers\CMSIS\Include\core_cm4.h
- $PROJ_DIR$\..\Core\Inc\modbus_crc.h
- $PROJ_DIR$\..\UCOS\Source\os_mbox.c
- $TOOLKIT_DIR$\lib\rt7M_tl.a
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_usart.o
- $PROJ_DIR$\test.1\Obj\ucos_ii.__cstat.et
- $PROJ_DIR$\..\Drivers\CMSIS\Include\cmsis_iccarm.h
- $PROJ_DIR$\..\UCOS\Source\os_trace.h
- $PROJ_DIR$\test.1\Obj\os_dbg.__cstat.et
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_pwr.o
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_crc.o
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_uart.o
- $PROJ_DIR$\..\Core\Inc\main.h
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_spi.c
- $PROJ_DIR$\..\UCOS\Ports\os_cpu_c.c
- $PROJ_DIR$\..\UCOS\Config\app_hooks.c
- $PROJ_DIR$\..\UCOS\Source\ucos_ii.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_tim.c
- $PROJ_DIR$\..\UCOS\Ports\os_cpu_a.asm
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_cortex.h
+ $PROJ_DIR$\..\UCOS\Source\os_mem.c
+ $PROJ_DIR$\..\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f4xx.h
+ $PROJ_DIR$\test.1\Obj\os_cpu_a.o
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash_ramfunc.h
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_exti.o
+ $PROJ_DIR$\test.1\Obj\startup_stm32f407xx.o
$PROJ_DIR$\test.1\Obj\stm32f4xx_hal_timebase_tim.__cstat.et
- $TOOLKIT_DIR$\lib\dl7M_tlf.a
+ $TOOLKIT_DIR$\inc\c\iccarm_builtin.h
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_uart.o
+ $PROJ_DIR$\..\UCOS\Source\os_mutex.c
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_usart.o
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal.o
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_pwr_ex.__cstat.et
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_dma_ex.__cstat.et
+ $PROJ_DIR$\..\UCOS\Source\os_trace.h
$PROJ_DIR$\test.1\Obj\stm32f4xx_ll_crc.__cstat.et
- $PROJ_DIR$\..\UCOS\Source\os_flag.c
+ $PROJ_DIR$\test.1\Obj\modbus_crc.o
+ $TOOLKIT_DIR$\inc\c\stdarg.h
+ $TOOLKIT_DIR$\inc\c\stdint.h
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_wwdg.__cstat.et
+ $PROJ_DIR$\test.1\Obj\ucos_ii.__cstat.et
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_pwr.o
+ $PROJ_DIR$\..\UCOS\Source\os_sem.c
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_cortex.__cstat.et
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_uart.h
+ $PROJ_DIR$\test.1\Obj\usart.__cstat.et
+ $PROJ_DIR$\test.1\Obj\os_dbg.__cstat.et
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_tim.o
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_tim.__cstat.et
$PROJ_DIR$\test.1\Exe\test.1.out
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_usart.c
- $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_pwr.__cstat.et
+ $PROJ_DIR$\test.1\Obj\usart.o
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_rcc_ex.o
+ $PROJ_DIR$\..\Core\Inc\stm32f4xx_hal_conf.h
+ $PROJ_DIR$\..\UCOS\Source\os.h
+ $PROJ_DIR$\..\Core\Inc\stm32f4xx_it.h
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_it.o
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pwr_ex.h
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_rng.__cstat.et
+ $TOOLKIT_DIR$\lib\dl7M_tlf.a
$PROJ_DIR$\..\Core\Inc\gpio.h
$PROJ_DIR$\test.1\Obj\stm32f4xx_hal_tim_ex.__cstat.et
- $PROJ_DIR$\..\UCOS\Source\os.h
- $TOOLKIT_DIR$\inc\c\DLib_Product_stdlib.h
- $PROJ_DIR$\..\UCOS\Ports\os_dbg.c
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_flash.__cstat.et
+ $PROJ_DIR$\..\Core\Inc\flash_save.h
+ $PROJ_DIR$\..\UCOS\Config\os_cfg.h
+ $PROJ_DIR$\..\Drivers\CMSIS\Include\cmsis_iccarm.h
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_pwr.__cstat.et
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_crc.__cstat.et
+ $PROJ_DIR$\..\UCOS\Source\os_flag.c
+ $TOOLKIT_DIR$\inc\c\DLib_Product.h
$PROJ_DIR$\test.1\Obj\os_cpu_c.o
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_exti.h
+ $TOOLKIT_DIR$\inc\c\DLib_Product_stdlib.h
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_gpio.h
+ $PROJ_DIR$\..\Core\Inc\tim.h
$PROJ_DIR$\test.1\Obj\stm32f4xx_hal_dma_ex.o
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_crc.o
+ $PROJ_DIR$\..\Core\Inc\main.h
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_msp.o
+ $TOOLKIT_DIR$\inc\c\stdlib.h
+ $PROJ_DIR$\test.1\Obj\app_hooks.o
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_rcc.__cstat.et
$PROJ_DIR$\test.1\Obj\stm32f4xx_ll_pwr.o
$PROJ_DIR$\test.1\Obj\stm32f4xx_hal_rcc.o
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_exti.h
- $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_exti.o
- $PROJ_DIR$\test.1\Obj\usart.o
- $PROJ_DIR$\test.1\Obj\stm32f4xx_it.o
- $TOOLKIT_DIR$\inc\c\stdlib.h
+ $PROJ_DIR$\..\UCOS\Source\os_tmr.c
$PROJ_DIR$\test.1\Obj\main.__cstat.et
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_dma_ex.__cstat.et
- $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_usart.o
- $PROJ_DIR$\..\Core\Inc\stm32f4xx_hal_conf.h
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal.o
- $PROJ_DIR$\..\UCOS\Source\os_sem.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_uart.h
- $PROJ_DIR$\..\UCOS\Source\os_mutex.c
- $PROJ_DIR$\test.1\Obj\usart.__cstat.et
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash_ramfunc.h
- $TOOLKIT_DIR$\inc\c\stdint.h
- $TOOLKIT_DIR$\inc\c\iccarm_builtin.h
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_cortex.__cstat.et
- $PROJ_DIR$\test.1\Obj\startup_stm32f407xx.o
- $TOOLKIT_DIR$\inc\c\stdarg.h
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_pwr_ex.__cstat.et
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_rcc_ex.o
- $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_tim.__cstat.et
- $PROJ_DIR$\test.1\Obj\os_cpu_a.o
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_wwdg.__cstat.et
- $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_tim.o
- $PROJ_DIR$\test.1\Obj\modbus_crc.o
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_msp.__cstat.et
+ $TOOLKIT_DIR$\inc\c\math.h
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_usart.__cstat.et
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_i2c.__cstat.et
+ $PROJ_DIR$\test.1\Obj\dma.o
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash.h
+ $PROJ_DIR$\..\Core\Inc\usart.h
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_sram.__cstat.et
+ $PROJ_DIR$\..\UCOS\Source\ucos_ii.h
+ $PROJ_DIR$\test.1\List\test.1.map
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_i2c.o
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_gpio.__cstat.et
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_exti.o
+ $PROJ_DIR$\..\Drivers\CMSIS\Include\mpu_armv7.h
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pwr.h
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_exti.__cstat.et
+ $PROJ_DIR$\test.1\Obj\flash_save.o
+ $PROJ_DIR$\test.1\Obj\ucos_ii.o
+ $PROJ_DIR$\test.1\Obj\tim.__cstat.et
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_gpio_ex.h
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal.__cstat.et
+ $PROJ_DIR$\..\Core\Inc\modbus_log.h
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal.h
+ $TOOLKIT_DIR$\inc\c\DLib_float_setup.h
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_cortex.o
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_uart.__cstat.et
+ $PROJ_DIR$\..\Drivers\CMSIS\Include\cmsis_version.h
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rcc.h
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_dma.o
+ $TOOLKIT_DIR$\inc\c\DLib_Product_string.h
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_usart.__cstat.et
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_i2c.__cstat.et
+ $PROJ_DIR$\test.1\Obj\gpio.o
+ $PROJ_DIR$\..\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f407xx.h
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_spi.c
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_dma.__cstat.et
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_gpio.o
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_gpio.o
+ $PROJ_DIR$\test.1\Obj\system_stm32f4xx.o
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_flash.o
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_tim.c
+ $PROJ_DIR$\..\UCOS\Config\app_hooks.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_usart.c
+ $PROJ_DIR$\..\UCOS\Ports\os_dbg.c
+ $TOOLKIT_DIR$\lib\shb_l.a
+ $PROJ_DIR$\test.1\Obj\os_cpu_c.__cstat.et
+ $PROJ_DIR$\test.1\Obj\tim.o
+ $TOOLKIT_DIR$\inc\c\ctype.h
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_tim.__cstat.et
+ $PROJ_DIR$\..\UCOS\Ports\os_cpu_c.c
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_rcc.__cstat.et
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_dma.o
+ $TOOLKIT_DIR$\inc\c\DLib_Config_Full.h
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_i2c_ex.__cstat.et
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_flash_ex.__cstat.et
+ $PROJ_DIR$\..\UCOS\Ports\os_cpu.h
+ $PROJ_DIR$\..\Drivers\CMSIS\Device\ST\STM32F4xx\Include\system_stm32f4xx.h
+ $PROJ_DIR$\test.1\Obj\flash_save.__cstat.et
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_i2c.o
+ $PROJ_DIR$\..\UCOS\Source\ucos_ii.c
+ $PROJ_DIR$\..\UCOS\Ports\os_cpu_a.asm
+ $TOOLKIT_DIR$\inc\c\DLib_Defaults.h
[ROOT_NODE]
ILINK
- 194 70
+ 134 179
- $PROJ_DIR$\startup_stm32f407xx.s
-
-
- AARM
- 224
-
-
-
-
- $PROJ_DIR$\..\Core\Src\flash_save.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ex.c
ICCARM
@@ -266,902 +257,911 @@
__cstat
- 55
+ 225
ICCARM
- 117 106 214 57 153 116 47 171 221 162 152 44 51 114 107 154 177 222 112 58 45 157 167 165 113 111 206 135 155 129 62 168 220 54 143 151 83 217 80 183 89 138 66 75 210 200 225 172 99
+ 192 137 197 90 106 203 83 123 59 71 232 222 153 196 72 149 112 183 227 223 79 92 77 157 189 155 88 102 104 175 103 108 184 141 82 73 129
- $PROJ_DIR$\..\Core\Src\gpio.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_wwdg.c
ICCARM
- 78
+ 68
__cstat
- 133
+ 124
ICCARM
- 197 183 106 214 57 153 116 47 171 221 162 152 44 51 114 107 154 177 222 112 58 45 157 167 165 113 111 206 135 155 129 62 168 220 54 143 151 83 217 122 80 89 138 66 75 210 200 225 172 117 99 85 86 60 87 142 50 178
+ 192 137 197 90 106 203 83 123 59 71 232 222 153 196 72 149 112 183 227 223 79 92 77 157 189 155 88 102 104 175 103 108 184 141 82 73 129
- $PROJ_DIR$\..\Core\Src\dma.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c_ex.c
ICCARM
- 103
+ 86
__cstat
- 130
+ 224
ICCARM
- 164 183 106 214 57 153 116 47 171 221 162 152 44 51 114 107 154 177 222 112 58 45 157 167 165 113 111 206 135 155 129 62 168 220 54 143 151 83 217
+ 192 137 197 90 106 203 83 123 59 71 232 222 153 196 72 149 112 183 227 223 79 92 77 157 189 155 88 102 104 175 103 108 184 141 82 73 129
- $PROJ_DIR$\..\Core\Src\main.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_uart.c
ICCARM
- 90
+ 113
__cstat
- 211
+ 195
ICCARM
- 183 106 214 57 153 116 47 171 221 162 152 44 51 114 107 154 177 222 112 58 45 157 167 165 113 111 206 135 155 129 62 168 220 54 143 151 83 217 197 122 80 89 138 66 75 210 200 225 172 117 99 85 86 60 87 142 50 178 164
+ 192 137 197 90 106 203 83 123 59 71 232 222 153 196 72 149 112 183 227 223 79 92 77 157 189 155 88 102 104 175 103 108 184 141 82 73 129
- $PROJ_DIR$\..\Core\Src\stm32f4xx_hal_msp.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma_ex.c
ICCARM
- 128
+ 159
__cstat
- 110
+ 118
ICCARM
- 183 106 214 57 153 116 47 171 221 162 152 44 51 114 107 154 177 222 112 58 45 157 167 165 113 111 206 135 155 129 62 168 220 54 143 151 83 217
+ 192 137 197 90 106 203 83 123 59 71 232 222 153 196 72 149 112 183 227 223 79 92 77 157 189 155 88 102 104 175 103 108 184 141 82 73 129
- $PROJ_DIR$\..\Core\Src\stm32f4xx_it.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c.c
ICCARM
- 209
+ 229
__cstat
- 163
+ 201
ICCARM
- 183 106 214 57 153 116 47 171 221 162 152 44 51 114 107 154 177 222 112 58 45 157 167 165 113 111 206 135 155 129 62 168 220 54 143 151 83 217 121 60 87 225 89 142 50 178
+ 192 137 197 90 106 203 83 123 59 71 232 222 153 196 72 149 112 183 227 223 79 92 77 157 189 155 88 102 104 175 103 108 184 141 82 73 129
- $PROJ_DIR$\..\Core\Src\stm32f4xx_hal_timebase_tim.c
+ $PROJ_DIR$\..\Core\Src\system_stm32f4xx.c
ICCARM
- 119
+ 208
__cstat
- 190
+ 98
ICCARM
- 106 214 57 153 116 47 171 221 162 152 44 51 114 107 154 177 222 112 58 45 157 167 165 113 111 206 135 155 129 62 168 220 54 143 151 83 217
+ 106 203 83 123 59 71 232 222 153 196 72 149 112 183 227 192 137 197 90 223 79 92 77 157 189 155 88 102 104 175 103 108 184 141 82 73 129
- $PROJ_DIR$\..\Core\Src\modbus_crc.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_gpio.c
ICCARM
- 232
+ 206
__cstat
- 91
+ 181
ICCARM
- 172 116 47 171 221 162 152 44 51 114 107 154 177 222 112 58 106 214 57 153 45 157 167 165 113 111 206 135 155 129 62 168 220 54 143 151 83 217
+ 192 137 197 90 106 203 83 123 59 71 232 222 153 196 72 149 112 183 227 223 79 92 77 157 189 155 88 102 104 175 103 108 184 141 82 73 129
- $PROJ_DIR$\..\Core\Src\tim.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ramfunc.c
ICCARM
- 73
-
-
- __cstat
65
-
-
-
- ICCARM
- 122 183 106 214 57 153 116 47 171 221 162 152 44 51 114 107 154 177 222 112 58 45 157 167 165 113 111 206 135 155 129 62 168 220 54 143 151 83 217 80 89 138 66 75 210 200 225 172 117 99 85 86 60 87 142 50 178
-
-
-
-
- $PROJ_DIR$\..\Core\Src\usart.c
-
-
- ICCARM
- 208
-
__cstat
- 219
+ 80
ICCARM
- 80 183 106 214 57 153 116 47 171 221 162 152 44 51 114 107 154 177 222 112 58 45 157 167 165 113 111 206 135 155 129 62 168 220 54 143 151 83 217 89 138 66 75 210 200 225 172 117 99
+ 192 137 197 90 106 203 83 123 59 71 232 222 153 196 72 149 112 183 227 223 79 92 77 157 189 155 88 102 104 175 103 108 184 141 82 73 129
- $PROJ_DIR$\..\Core\Src\system_stm32f4xx.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc_ex.c
ICCARM
- 56
+ 136
__cstat
- 170
+ 96
ICCARM
- 116 47 171 221 162 152 44 51 114 107 154 177 222 112 58 106 214 57 153 45 157 167 165 113 111 206 135 155 129 62 168 220 54 143 151 83 217
+ 192 137 197 90 106 203 83 123 59 71 232 222 153 196 72 149 112 183 227 223 79 92 77 157 189 155 88 102 104 175 103 108 184 141 82 73 129
- $PROJ_DIR$\..\Core\Src\modbus_log.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim.c
ICCARM
- 139
+ 56
__cstat
- 148
+ 218
ICCARM
- 99 80 183 106 214 57 153 116 47 171 221 162 152 44 51 114 107 154 177 222 112 58 45 157 167 165 113 111 206 135 155 129 62 168 220 54 143 151 83 217 89 138 66 75 210 200 225 172 117
+ 192 137 197 90 106 203 83 123 59 71 232 222 153 196 72 149 112 183 227 223 79 92 77 157 189 155 88 102 104 175 103 108 184 141 82 73 129
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cortex.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_exti.c
ICCARM
- 64
+ 182
__cstat
- 223
+ 50
ICCARM
- 106 214 57 153 116 47 171 221 162 152 44 51 114 107 154 177 222 112 58 45 157 167 165 113 111 206 135 155 129 62 168 220 54 143 151 83 217
+ 192 137 197 90 106 203 83 123 59 71 232 222 153 196 72 149 112 183 227 223 79 92 77 157 189 155 88 102 104 175 103 108 184 141 82 73 129
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc_ex.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash.c
ICCARM
- 227
+ 209
__cstat
- 126
+ 146
ICCARM
- 106 214 57 153 116 47 171 221 162 152 44 51 114 107 154 177 222 112 58 45 157 167 165 113 111 206 135 155 129 62 168 220 54 143 151 83 217
+ 192 137 197 90 106 203 83 123 59 71 232 222 153 196 72 149 112 183 227 223 79 92 77 157 189 155 88 102 104 175 103 108 184 141 82 73 129
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_sram.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_crc.c
ICCARM
- 95
-
-
- __cstat
- 69
+ 48
-
-
- ICCARM
- 106 214 57 153 116 47 171 221 162 152 44 51 114 107 154 177 222 112 58 45 157 167 165 113 111 206 135 155 129 62 168 220 54 143 151 83 217
+ __cstat
+ 120
-
+
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_rcc.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_dma.c
ICCARM
- 132
+ 198
__cstat
- 53
+ 205
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_gpio.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr.c
ICCARM
- 48
+ 126
__cstat
- 109
+ 54
ICCARM
- 106 214 57 153 116 47 171 221 162 152 44 51 114 107 154 177 222 112 58 45 157 167 165 113 111 206 135 155 129 62 168 220 54 143 151 83 217
+ 192 137 197 90 106 203 83 123 59 71 232 222 153 196 72 149 112 183 227 223 79 92 77 157 189 155 88 102 104 175 103 108 184 141 82 73 129
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc.c
ICCARM
- 215
+ 167
__cstat
- 88
+ 165
ICCARM
- 106 214 57 153 116 47 171 221 162 152 44 51 114 107 154 177 222 112 58 45 157 167 165 113 111 206 135 155 129 62 168 220 54 143 151 83 217
+ 192 137 197 90 106 203 83 123 59 71 232 222 153 196 72 149 112 183 227 223 79 92 77 157 189 155 88 102 104 175 103 108 184 141 82 73 129
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_uart.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_sram.c
ICCARM
- 182
+ 69
__cstat
- 81
+ 177
ICCARM
- 106 214 57 153 116 47 171 221 162 152 44 51 114 107 154 177 222 112 58 45 157 167 165 113 111 206 135 155 129 62 168 220 54 143 151 83 217
+ 192 137 197 90 106 203 83 123 59 71 232 222 153 196 72 149 112 183 227 223 79 92 77 157 189 155 88 102 104 175 103 108 184 141 82 73 129
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_usart.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_crc.c
ICCARM
- 175
+ 160
__cstat
- 92
+ 151
ICCARM
- 106 214 57 153 116 47 171 221 162 152 44 51 114 107 154 177 222 112 58 45 157 167 165 113 111 206 135 155 129 62 168 220 54 143 151 83 217
+ 192 137 197 90 106 203 83 123 59 71 232 222 153 196 72 149 112 183 227 223 79 92 77 157 189 155 88 102 104 175 103 108 184 141 82 73 129
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ramfunc.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma.c
ICCARM
- 84
+ 221
__cstat
- 169
+ 49
ICCARM
- 106 214 57 153 116 47 171 221 162 152 44 51 114 107 154 177 222 112 58 45 157 167 165 113 111 206 135 155 129 62 168 220 54 143 151 83 217
+ 192 137 197 90 106 203 83 123 59 71 232 222 153 196 72 149 112 183 227 223 79 92 77 157 189 155 88 102 104 175 103 108 184 141 82 73 129
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_exti.c
ICCARM
- 180
+ 109
__cstat
- 94
+ 185
-
+
+
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_i2c.c
+
ICCARM
- 106 214 57 153 116 47 171 221 162 152 44 51 114 107 154 177 222 112 58 45 157 167 165 113 111 206 135 155 129 62 168 220 54 143 151 83 217
+ 180
-
+
+ __cstat
+ 173
+
+
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_dma.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_pwr.c
ICCARM
- 52
+ 166
__cstat
- 79
+ 150
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim_ex.c
ICCARM
- 74
+ 100
__cstat
- 123
+ 145
ICCARM
- 106 214 57 153 116 47 171 221 162 152 44 51 114 107 154 177 222 112 58 45 157 167 165 113 111 206 135 155 129 62 168 220 54 143 151 83 217
+ 192 137 197 90 106 203 83 123 59 71 232 222 153 196 72 149 112 183 227 223 79 92 77 157 189 155 88 102 104 175 103 108 184 141 82 73 129
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_crc.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_usart.c
ICCARM
- 181
+ 64
__cstat
- 115
+ 172
ICCARM
- 106 214 57 153 116 47 171 221 162 152 44 51 114 107 154 177 222 112 58 45 157 167 165 113 111 206 135 155 129 62 168 220 54 143 151 83 217
+ 192 137 197 90 106 203 83 123 59 71 232 222 153 196 72 149 112 183 227 223 79 92 77 157 189 155 88 102 104 175 103 108 184 141 82 73 129
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_gpio.c
ICCARM
- 205
+ 207
__cstat
- 124
+ 81
-
-
- ICCARM
- 106 214 57 153 116 47 171 221 162 152 44 51 114 107 154 177 222 112 58 45 157 167 165 113 111 206 135 155 129 62 168 220 54 143 151 83 217
-
-
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim_ex.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cortex.c
ICCARM
- 137
+ 194
__cstat
- 198
+ 128
ICCARM
- 106 214 57 153 116 47 171 221 162 152 44 51 114 107 154 177 222 112 58 45 157 167 165 113 111 206 135 155 129 62 168 220 54 143 151 83 217
+ 192 137 197 90 106 203 83 123 59 71 232 222 153 196 72 149 112 183 227 223 79 92 77 157 189 155 88 102 104 175 103 108 184 141 82 73 129
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_exti.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr_ex.c
ICCARM
- 98
+ 74
__cstat
- 161
+ 117
ICCARM
- 106 214 57 153 116 47 171 221 162 152 44 51 114 107 154 177 222 112 58 45 157 167 165 113 111 206 135 155 129 62 168 220 54 143 151 83 217
+ 192 137 197 90 106 203 83 123 59 71 232 222 153 196 72 149 112 183 227 223 79 92 77 157 189 155 88 102 104 175 103 108 184 141 82 73 129
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_gpio.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_rcc.c
ICCARM
- 49
+ 99
__cstat
- 166
+ 220
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_pwr.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_rng.c
ICCARM
- 204
+ 53
__cstat
- 196
+ 142
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma_ex.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_dac.c
ICCARM
- 203
+ 55
__cstat
- 212
+ 46
-
-
- ICCARM
- 106 214 57 153 116 47 171 221 162 152 44 51 114 107 154 177 222 112 58 45 157 167 165 113 111 206 135 155 129 62 168 220 54 143 151 83 217
-
-
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr_ex.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal.c
ICCARM
- 100
+ 116
__cstat
- 226
+ 190
ICCARM
- 106 214 57 153 116 47 171 221 162 152 44 51 114 107 154 177 222 112 58 45 157 167 165 113 111 206 135 155 129 62 168 220 54 143 151 83 217
+ 192 137 197 90 106 203 83 123 59 71 232 222 153 196 72 149 112 183 227 223 79 92 77 157 189 155 88 102 104 175 103 108 184 141 82 73 129
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma.c
+ $PROJ_DIR$\startup_stm32f407xx.s
+
+
+ AARM
+ 110
+
+
+
+
+ $PROJ_DIR$\..\Core\Src\flash_save.c
ICCARM
- 63
+ 186
__cstat
- 101
+ 228
ICCARM
- 106 214 57 153 116 47 171 221 162 152 44 51 114 107 154 177 222 112 58 45 157 167 165 113 111 206 135 155 129 62 168 220 54 143 151 83 217
+ 147 192 137 197 90 106 203 83 123 59 71 232 222 153 196 72 149 112 183 227 223 79 92 77 157 189 155 88 102 104 175 103 108 184 141 82 73 129 176 161 62 89 199 217 163 156 122 75 191
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c.c
+ $PROJ_DIR$\..\Core\Src\stm32f4xx_hal_timebase_tim.c
ICCARM
- 76
+ 87
__cstat
- 102
+ 111
ICCARM
- 106 214 57 153 116 47 171 221 162 152 44 51 114 107 154 177 222 112 58 45 157 167 165 113 111 206 135 155 129 62 168 220 54 143 151 83 217
+ 192 137 197 90 106 203 83 123 59 71 232 222 153 196 72 149 112 183 227 223 79 92 77 157 189 155 88 102 104 175 103 108 184 141 82 73 129
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c_ex.c
+ $PROJ_DIR$\..\Core\Src\gpio.c
ICCARM
- 134
+ 202
__cstat
- 46
+ 84
ICCARM
- 106 214 57 153 116 47 171 221 162 152 44 51 114 107 154 177 222 112 58 45 157 167 165 113 111 206 135 155 129 62 168 220 54 143 151 83 217
+ 144 161 192 137 197 90 106 203 83 123 59 71 232 222 153 196 72 149 112 183 227 223 79 92 77 157 189 155 88 102 104 175 103 108 184 141 82 73 129 158 176 62 89 199 217 163 156 122 75 147 191 171 193 178 58 148 226 119
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim.c
+ $PROJ_DIR$\..\Core\Src\main.c
ICCARM
- 104
+ 60
__cstat
- 77
+ 169
ICCARM
- 106 214 57 153 116 47 171 221 162 152 44 51 114 107 154 177 222 112 58 45 157 167 165 113 111 206 135 155 129 62 168 220 54 143 151 83 217
+ 161 192 137 197 90 106 203 83 123 59 71 232 222 153 196 72 149 112 183 227 223 79 92 77 157 189 155 88 102 104 175 103 108 184 141 82 73 129 144 158 176 62 89 199 217 163 156 122 75 147 191 171 193 178 58 148 226 119 78
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_crc.c
+ $PROJ_DIR$\..\Core\Src\modbus_crc.c
ICCARM
- 146
+ 121
__cstat
- 192
+ 63
-
-
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_exti.c
-
+
ICCARM
- 207
+ 75 106 203 83 123 59 71 232 222 153 196 72 149 112 183 227 192 137 197 90 223 79 92 77 157 189 155 88 102 104 175 103 108 184 141 82 73 129
-
- __cstat
- 71
-
-
+
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_wwdg.c
+ $PROJ_DIR$\..\Core\Src\modbus_log.c
ICCARM
- 149
+ 91
__cstat
- 230
+ 67
ICCARM
- 106 214 57 153 116 47 171 221 162 152 44 51 114 107 154 177 222 112 58 45 157 167 165 113 111 206 135 155 129 62 168 220 54 143 151 83 217
+ 191 176 161 192 137 197 90 106 203 83 123 59 71 232 222 153 196 72 149 112 183 227 223 79 92 77 157 189 155 88 102 104 175 103 108 184 141 82 73 129 62 89 199 217 163 156 122 75 147
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_i2c.c
+ $PROJ_DIR$\..\Core\Src\stm32f4xx_hal_msp.c
ICCARM
- 61
+ 162
__cstat
- 82
+ 170
+
+
+ ICCARM
+ 161 192 137 197 90 106 203 83 123 59 71 232 222 153 196 72 149 112 183 227 223 79 92 77 157 189 155 88 102 104 175 103 108 184 141 82 73 129
+
+
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_rng.c
+ $PROJ_DIR$\..\Core\Src\stm32f4xx_it.c
ICCARM
- 96
+ 140
__cstat
- 118
+ 52
+
+
+ ICCARM
+ 161 192 137 197 90 106 203 83 123 59 71 232 222 153 196 72 149 112 183 227 223 79 92 77 157 189 155 88 102 104 175 103 108 184 141 82 73 129 139 178 58 122 62 148 226 119
+
+
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_dac.c
+ $PROJ_DIR$\..\Core\Src\dma.c
ICCARM
- 105
+ 174
__cstat
- 156
+ 85
+
+
+ ICCARM
+ 78 161 192 137 197 90 106 203 83 123 59 71 232 222 153 196 72 149 112 183 227 223 79 92 77 157 189 155 88 102 104 175 103 108 184 141 82 73 129
+
+
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ex.c
+ $PROJ_DIR$\..\Core\Src\tim.c
ICCARM
- 150
+ 216
__cstat
- 68
+ 188
ICCARM
- 106 214 57 153 116 47 171 221 162 152 44 51 114 107 154 177 222 112 58 45 157 167 165 113 111 206 135 155 129 62 168 220 54 143 151 83 217
+ 158 161 192 137 197 90 106 203 83 123 59 71 232 222 153 196 72 149 112 183 227 223 79 92 77 157 189 155 88 102 104 175 103 108 184 141 82 73 129 176 62 89 199 217 163 156 122 75 147 191 171 193 178 58 148 226 119
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_spi.c
+ $PROJ_DIR$\..\Core\Src\usart.c
ICCARM
- 125
+ 135
__cstat
- 144
+ 130
+
+
+ ICCARM
+ 176 161 192 137 197 90 106 203 83 123 59 71 232 222 153 196 72 149 112 183 227 223 79 92 77 157 189 155 88 102 104 175 103 108 184 141 82 73 129 62 89 199 217 163 156 122 75 147 191
+
+
- $PROJ_DIR$\..\UCOS\Ports\os_cpu_c.c
+ $PROJ_DIR$\test.1\Exe\test.1.out
- ICCARM
- 202
+ ILINK
+ 179
- __cstat
- 67
+ OBJCOPY
+ 45
- ICCARM
- 60 87 225 89 162 152 44 51 114 167 142 50 178
+ ILINK
+ 76 164 174 186 202 60 121 91 107 154 61 110 116 194 160 221 159 182 209 93 65 206 229 86 162 126 74 167 136 69 56 100 87 113 64 68 140 48 55 198 109 207 180 166 99 53 95 132 115 208 216 187 135 214 57 94 143
- $PROJ_DIR$\..\UCOS\Config\app_hooks.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_spi.c
ICCARM
- 131
+ 95
__cstat
- 160
+ 70
-
+
+
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_tim.c
+
ICCARM
- 199 60 87 225 89 162 152 44 51 114 167 142 50 178
+ 132
-
+
+ __cstat
+ 133
+
+
- $PROJ_DIR$\..\UCOS\Source\ucos_ii.c
+ $PROJ_DIR$\..\UCOS\Config\app_hooks.c
ICCARM
- 59
+ 164
__cstat
- 176
+ 44
ICCARM
- 60 87 225 89 162 152 44 51 114 167 142 50 178 136 193 173 120 218 127 216 158 145 141
+ 138 178 58 122 62 59 71 232 222 153 92 148 226 119
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_tim.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_usart.c
ICCARM
- 231
+ 115
__cstat
- 228
-
-
-
-
- $PROJ_DIR$\..\UCOS\Ports\os_cpu_a.asm
-
-
- AARM
- 229
+ 200
- $PROJ_DIR$\test.1\Exe\test.1.out
+ $PROJ_DIR$\..\UCOS\Ports\os_dbg.c
- OBJCOPY
- 159
+ ICCARM
+ 61
- ILINK
- 70
+ __cstat
+ 131
- ILINK
- 147 131 103 93 78 90 232 139 229 202 97 224 215 64 181 63 203 98 74 150 84 48 76 134 128 180 100 205 227 95 104 137 119 182 175 149 209 146 105 52 207 49 61 204 132 96 125 231 213 56 73 59 208 72 174 140 191
+ ICCARM
+ 178 58 122 62 59 71 232 222 153 92 148 226 119
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_usart.c
+ $PROJ_DIR$\..\UCOS\Ports\os_cpu_c.c
ICCARM
- 213
+ 154
__cstat
- 108
+ 215
+
+
+ ICCARM
+ 178 58 122 62 59 71 232 222 153 92 148 226 119
+
+
- $PROJ_DIR$\..\UCOS\Ports\os_dbg.c
+ $PROJ_DIR$\..\UCOS\Source\ucos_ii.c
ICCARM
- 97
+ 187
__cstat
- 179
+ 125
ICCARM
- 60 87 225 89 162 152 44 51 114 167 142 50 178
+ 178 58 122 62 59 71 232 222 153 92 148 226 119 97 152 66 105 114 101 127 47 51 168
+
+ $PROJ_DIR$\..\UCOS\Ports\os_cpu_a.asm
+
+
+ AARM
+ 107
+
+
+
diff --git a/PLSR/PLSR/EWARM/test.1/Exe/test.1.sim b/PLSR/PLSR/EWARM/test.1/Exe/test.1.sim
index 021eec7d9e2151aec42460c4716e8d8b15a8ecdc..bb0044d0940bffdb3bd73dd76e22c9716cf937b2 100644
GIT binary patch
delta 3395
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
JOS#jB{{v7D1j_&b
delta 3552
zcma);e{>Yp702J3-AyK&A8g344Z9?>NsJRnAp8&lmNrC8HV7pIi)cX>P&!HQxS+JC
zkzHvdR-rCD5Ui!fp5v+711DsY9{jP#sMS)%Iw@-Xf!(#mB0@Y91a~&O+3j~GBXH_J
z-E%&B@0)wy_r1CA&70Zz0@wFP&gW}h*h=)@entqTgz!e|xyOmHn-TuW0O6kkFM^jr
z2#oi*^8YHXy=Gj01NI&8F8U6E55ULZGw?b10-OcIV1zZ%slLhk2=4;dfUSE7Uj_RQ
zDAd5t0Auj4gPjK!fQ8^j&<=_l*egbS@D9+~wZv2$RC5s}KA
z@^`kGbNF_tNUL4uI<1%Fy*BoTul+gay
zBw8a{uOD31YZW_eaY(g^V#FH~bM?3l@oYo2LQ}oycj=S6=+`#U!3sS~$-k1Nn6+E*
z8)N(Rv2*pT_mP!lXq_;#+O*0%7w$i-`VnvCqE;S4KE)Vs+`&mU|IC!rIcyeM?MK
zc{$E03llWt9|)@zS#%q%DjOm`B3filoFMZjO=7NG5FxIxDj+)^&(nP;{7dm{_;0zX
zqQrT4Z^AnlH^B?R`%ipaQ_lQOEn7~9+5}ls=tsu(`SFQ{d!H^9#Kn7cDb2fEmwEwS
zJEUsPs>`~1E#%S00Jd8fyNN$QPqBaV2e{fS)|p{1m~H)T9G9Gnacbo2BTJdf>M+fZ
zxOF=<(x6*sWPxt8Bhz7PT&pv?8n}~TRn9UK{oiv9Sy6d+33j!=zL6^D+1=K1acd&<
zrSgz}U;-x89ndU;Da*d;GWmXTp6pUsqqukOMbLY(G
zrpH)UP9v8Y3!ccaQ@WjfG2vM=r%X|UzqZv;ZjYP2ojZ+w&SJS$zS(0mLeT@=
z8Glsjl>`1%G&zcGGl`epY~QlDPraQG(K>{gT20b9yUBy6!SFJ0WUhw)Q-^l-=F8p^
zE0JVeskf$K1J+v`E^wx|T4xbQe!~TG`Wq|us!IsoVXiWI;fcU
zDJSeec(1yE>`<#o%cg**r6W`NXnjk^ah#DEl6!qB+BNEk1oUi^k^MtGJAmwfo*lR<
z`>s)Q#H{C~qPL_fF;>flK!;Bo?EmThwGd%E3fJG);*{j6-}~cO(Hjh_oed8=t#(Y
z4-x9H)OgRWk{)5(@*26^I2+9CGn4yGR<%jN)on^HWaBYlvB}pu~hVN
z>?viXh^#g2`htbFP`ooDb`tUDLz?!nQMRk#JpB>7uW;VXVwDKiW^JWC5)nDsBc-C1
zF>QcOocYP?7Ej*v@7m3G3!X
z!s;S;vRdKq*H&xmPuKh(wT{U>~cb2iAmT
zqk>9%mN#Z-3&%awnu?~!5GCxZqLPAJlO>Tl%qCN`;F%D-TA7xy$@bD2dt&3Wq_S7?
zcyMHN6XG4H8Rj0-3Qm-OKdf#u1%`?B*w^*e@NgsRuwPF(_6K{ZIT;;EvA69r;e43d
zTb$3GNwUJ?#g*rhnGvnpCR95a{ap$hRbSp@^qxT
zq75rZl&A3lWR;0an`U29`|lo0Mmv*K>1DCv$xHSp%k=f;WUs`DZatXq`i^2a&V+_%IVl46r6~chBDo$Xev2!h7h@v
z2u|#)T5t+`jMzxM0AJg0Pr%jz_dV>qW03nxJb1+Ui5b;AnF{W5y<{a8=c}8J2iF87&R2n6=i*9ekYiFDOe}jj#Dl
zEO=_cmdu?Ztn
ze1o6ZOZabrf^X~#;3D`Is9+Q%KoXGsgy(>HKiR;i!Qp`wWPu!D0~0|$u!Bj!2};26
zb|M_#PJ}Y}6`&G`U<#-P(?Bhl2?Q{EfAGY*uQ+R78{vNjZfp+@-qDw7-3q_7U2C&W
z?^oQx-9c&d%2KXwZ*VZsz*!EVCWnLRY=BnIhl;s1MK6#!`8G;OUDibE&Rz0NA-+rn
V?&!4`_lBphW&he@+Ghe*ynvKTiMv