From 30ca5358d3b4f6ad6c8fd7e8793590b7f62b2bcb Mon Sep 17 00:00:00 2001
From: JIU JIALIN <2339061402@qq.com>
Date: Fri, 29 Aug 2025 08:45:48 +0800
Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E4=B8=B4=E6=97=B6=E4=BF=AE?=
=?UTF-8?q?=E6=94=B9=E9=A2=91=E7=8E=87=E4=BC=9A=E5=AF=BC=E8=87=B4=E5=A4=9A?=
=?UTF-8?q?=E5=8F=91=E4=B8=80=E4=B8=AA=E8=84=89=E5=86=B2=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 | 6 +-
PLSR/PLSR/EWARM/settings/test.1.dnx | 4 +-
PLSR/PLSR/EWARM/test.1.dep | 628 ++++++++++++++--------------
3 files changed, 319 insertions(+), 319 deletions(-)
diff --git a/PLSR/PLSR/Core/Src/tim.c b/PLSR/PLSR/Core/Src/tim.c
index e42bc32..65a00a1 100644
--- a/PLSR/PLSR/Core/Src/tim.c
+++ b/PLSR/PLSR/Core/Src/tim.c
@@ -913,7 +913,7 @@ void HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef *htim)
int32_t current_section_pulses = __HAL_TIM_GetAutoreload(&htim2);
if(g_plsr_mod_flag == 1)
{
- current_section_pulses -= 1;
+ current_section_pulses;
g_plsr_mod_flag = 0;
}
AllPluse += current_section_pulses;
@@ -1373,7 +1373,7 @@ void PLSR_Section_StartNewSection(PLSR_RouteConfig_t* route)
current_section->actual_pulse = current_section->target_pulse - g_plsr_location;
if(g_plsr_mod_flag == 1)
{
- current_section->actual_pulse += 1;
+ current_section->actual_pulse;
//g_plsr_mod_flag = 0; // 清除修改标记
}
}
@@ -1386,7 +1386,7 @@ void PLSR_Section_StartNewSection(PLSR_RouteConfig_t* route)
current_section->actual_pulse = total_se_pluse + current_section->target_pulse - g_plsr_total_pulse_count;
else
current_section->actual_pulse = total_se_pluse + (-current_section->target_pulse) - g_plsr_total_pulse_count;
- current_section->actual_pulse += 1;
+ current_section->actual_pulse;
}
else
{
diff --git a/PLSR/PLSR/EWARM/settings/test.1.dnx b/PLSR/PLSR/EWARM/settings/test.1.dnx
index 6036b0f..bdf21f1 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
-
630028761
diff --git a/PLSR/PLSR/EWARM/test.1.dep b/PLSR/PLSR/EWARM/test.1.dep
index 390e6bc..70b557b 100644
--- a/PLSR/PLSR/EWARM/test.1.dep
+++ b/PLSR/PLSR/EWARM/test.1.dep
@@ -5,213 +5,213 @@
test.1
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c_ex.c
- $PROJ_DIR$\..\Core\Src\dma.c
- $PROJ_DIR$\..\Core\Src\main.c
- $PROJ_DIR$\..\Core\Src\stm32f4xx_hal_timebase_tim.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_crc.c
- $PROJ_DIR$\..\Core\Src\tim.c
- $PROJ_DIR$\..\Core\Src\system_stm32f4xx.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ex.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr.c
$PROJ_DIR$\..\Core\Src\flash_save.c
+ $PROJ_DIR$\..\Core\Src\dma.c
$PROJ_DIR$\..\Core\Src\modbus_log.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cortex.c
+ $PROJ_DIR$\..\Core\Src\stm32f4xx_hal_msp.c
+ $PROJ_DIR$\..\Core\Src\stm32f4xx_hal_timebase_tim.c
$PROJ_DIR$\startup_stm32f407xx.s
+ $PROJ_DIR$\..\Core\Src\stm32f4xx_it.c
+ $PROJ_DIR$\..\Core\Src\tools.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_exti.c
- $PROJ_DIR$\..\Core\Src\modbus_crc.c
$PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash.c
- $PROJ_DIR$\..\Core\Src\stm32f4xx_hal_msp.c
- $PROJ_DIR$\..\Core\Src\usart.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ramfunc.c
+ $PROJ_DIR$\..\Core\Src\modbus_crc.c
+ $PROJ_DIR$\..\Core\Src\tim.c
$PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma_ex.c
+ $PROJ_DIR$\..\Core\Src\main.c
$PROJ_DIR$\..\Core\Src\gpio.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ramfunc.c
- $PROJ_DIR$\..\Core\Src\stm32f4xx_it.c
- $PROJ_DIR$\..\Core\Src\tools.c
+ $PROJ_DIR$\..\Core\Src\system_stm32f4xx.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ex.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cortex.c
$PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_gpio.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_rng.c
+ $PROJ_DIR$\..\Core\Src\usart.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c_ex.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal.c
$PROJ_DIR$\..\UCOS\Ports\os_dbg.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_usart.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_i2c.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_uart.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_wwdg.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_spi.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_tim.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_sram.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_usart.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_rcc.c
$PROJ_DIR$\..\UCOS\Config\app_hooks.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_gpio.c
- $PROJ_DIR$\..\UCOS\Ports\os_cpu_c.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_dma.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr_ex.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_pwr.c
$PROJ_DIR$\..\UCOS\Source\ucos_ii.c
- $PROJ_DIR$\..\UCOS\Ports\os_cpu_a.asm
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_rng.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_dma.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_uart.c
+ $PROJ_DIR$\..\UCOS\Ports\os_cpu_c.c
$PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_uart.h
$TOOLKIT_DIR$\inc\c\stdarg.h
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim.c
$PROJ_DIR$\..\UCOS\Source\os_flag.c
$PROJ_DIR$\test.1\Obj\stm32f4xx_hal.o
- $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_gpio.o
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_i2c.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_dac.c
$PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc_ex.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_wwdg.c
$PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_crc.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_usart.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim.c
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_dac.c
$PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_exti.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$\..\Core\Inc\stm32f4xx_it.h
- $PROJ_DIR$\test.1\Obj\os_cpu_a.o
- $PROJ_DIR$\..\UCOS\Config\os_cfg.h
- $TOOLKIT_DIR$\inc\c\math.h
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_tim.h
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_rcc_ex.o
- $PROJ_DIR$\..\Drivers\CMSIS\Include\core_cm4.h
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal.h
- $PROJ_DIR$\..\Core\Inc\modbus_log.h
- $TOOLKIT_DIR$\inc\c\DLib_Defaults.h
- $PROJ_DIR$\test.1\Obj\usart.o
- $PROJ_DIR$\..\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f4xx.h
- $TOOLKIT_DIR$\lib\shb_l.a
- $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_rcc.o
- $TOOLKIT_DIR$\lib\rt7M_tl.a
- $TOOLKIT_DIR$\inc\c\string.h
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pwr.h
- $PROJ_DIR$\..\Core\Inc\dma.h
- $PROJ_DIR$\test.1\Obj\flash_save.o
- $PROJ_DIR$\..\Drivers\CMSIS\Include\cmsis_compiler.h
- $PROJ_DIR$\test.1\Obj\modbus_crc.o
- $PROJ_DIR$\test.1\Obj\dma.o
- $PROJ_DIR$\..\UCOS\Source\os_sem.c
- $PROJ_DIR$\..\UCOS\Source\ucos_ii.h
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_dma_ex.h
- $PROJ_DIR$\..\Core\Inc\usart.h
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_cortex.h
- $TOOLKIT_DIR$\inc\c\stdlib.h
- $TOOLKIT_DIR$\inc\c\DLib_Config_Full.h
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_gpio.h
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rcc.h
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_flash_ramfunc.o
- $TOOLKIT_DIR$\inc\c\DLib_float_setup.h
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash_ramfunc.h
- $PROJ_DIR$\..\UCOS\Source\os_tmr.c
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_usart.o
- $TOOLKIT_DIR$\inc\c\stddef.h
- $TOOLKIT_DIR$\inc\c\DLib_Product_stdlib.h
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_crc.o
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h
- $PROJ_DIR$\..\Core\Inc\modbus_crc.h
- $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_dac.o
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_uart.o
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_exti.o
- $TOOLKIT_DIR$\inc\c\DLib_Product_string.h
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pwr_ex.h
- $PROJ_DIR$\..\UCOS\Source\os_mbox.c
- $TOOLKIT_DIR$\inc\c\ctype.h
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_tim.o
- $PROJ_DIR$\test.1\Obj\ucos_ii.o
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_tim_ex.h
- $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_dma.o
- $TOOLKIT_DIR$\inc\c\DLib_Product.h
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_def.h
- $PROJ_DIR$\test.1\List\test.1.map
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_cortex.o
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_flash_ex.o
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_dma_ex.o
- $PROJ_DIR$\..\Core\Inc\stm32f4xx_hal_conf.h
- $PROJ_DIR$\test.1\Obj\gpio.o
- $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_rng.o
- $PROJ_DIR$\..\Drivers\CMSIS\Device\ST\STM32F4xx\Include\system_stm32f4xx.h
- $PROJ_DIR$\..\UCOS\Source\os.h
- $TOOLKIT_DIR$\inc\c\stdint.h
+ $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_pwr_ex.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_spi.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim_ex.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_tim.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_usart.c
+ $PROJ_DIR$\..\UCOS\Ports\os_cpu_a.asm
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_sram.o
$PROJ_DIR$\..\UCOS\Source\os_mem.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rcc_ex.h
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash_ex.h
+ $TOOLKIT_DIR$\inc\c\stdint.h
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_msp.o
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_flash.o
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_dma.h
$PROJ_DIR$\test.1\Obj\stm32f4xx_ll_usart.o
- $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_i2c.o
$PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_exti.h
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_rcc.o
- $PROJ_DIR$\..\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f407xx.h
- $PROJ_DIR$\..\Core\Inc\tim.h
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_msp.o
$TOOLKIT_DIR$\inc\c\stdio.h
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_dma.o
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_dma.h
$PROJ_DIR$\test.1\Obj\startup_stm32f407xx.o
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash_ex.h
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rcc_ex.h
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_flash.o
- $PROJ_DIR$\..\UCOS\Source\os_trace.h
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_rcc.o
$PROJ_DIR$\..\UCOS\Source\os_q.c
$PROJ_DIR$\..\Drivers\CMSIS\Include\mpu_armv7.h
- $PROJ_DIR$\..\Core\Inc\main.h
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash.h
$PROJ_DIR$\test.1\Obj\stm32f4xx_hal_pwr.o
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_gpio.o
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_sram.o
$TOOLKIT_DIR$\lib\dl7M_tlf.a
+ $PROJ_DIR$\..\UCOS\Source\os_trace.h
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash.h
$PROJ_DIR$\test.1\Obj\stm32f4xx_ll_tim.o
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_dma.o
+ $PROJ_DIR$\..\UCOS\Source\os.h
+ $PROJ_DIR$\..\Core\Inc\main.h
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_gpio.o
$PROJ_DIR$\test.1\Obj\main.o
$PROJ_DIR$\test.1\Exe\test.1.out
$TOOLKIT_DIR$\inc\c\ycheck.h
$PROJ_DIR$\..\UCOS\Source\os_core.c
$PROJ_DIR$\test.1\Obj\stm32f4xx_ll_exti.o
- $PROJ_DIR$\..\UCOS\Source\os_mutex.c
+ $PROJ_DIR$\..\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f407xx.h
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_i2c.o
+ $PROJ_DIR$\..\Core\Inc\tim.h
$PROJ_DIR$\test.1\Obj\stm32f4xx_hal_tim_ex.o
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_gpio_ex.h
- $PROJ_DIR$\..\Core\Inc\gpio.h
- $PROJ_DIR$\..\Core\Inc\flash_save.h
- $PROJ_DIR$\..\UCOS\Config\app_cfg.h
$PROJ_DIR$\..\UCOS\Source\os_task.c
$PROJ_DIR$\..\Drivers\CMSIS\Include\cmsis_version.h
+ $PROJ_DIR$\..\Core\Inc\flash_save.h
+ $PROJ_DIR$\..\UCOS\Config\app_cfg.h
$PROJ_DIR$\test.1\Obj\stm32f4xx_ll_pwr.o
- $TOOLKIT_DIR$\inc\c\yvals.h
$TOOLKIT_DIR$\inc\c\ysizet.h
$PROJ_DIR$\test.1\Obj\os_dbg.o
- $PROJ_DIR$\test.1\Exe\test.1.hex
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_pwr_ex.o
- $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_i2c_ex.o
$PROJ_DIR$\test.1\Obj\stm32f4xx_ll_spi.o
$PROJ_DIR$\test.1\Obj\stm32f4xx_ll_crc.o
$TOOLKIT_DIR$\lib\m7M_tls.a
- $PROJ_DIR$\test.1\Obj\os_cpu_c.o
$TOOLKIT_DIR$\inc\c\iccarm_builtin.h
- $PROJ_DIR$\test.1\Obj\tools.o
$PROJ_DIR$\test.1\Obj\stm32f4xx_hal_i2c.o
$PROJ_DIR$\test.1\Obj\stm32f4xx_hal_wwdg.o
- $PROJ_DIR$\stm32f407xx_flash.icf
- $PROJ_DIR$\test.1\Obj\app_hooks.o
+ $PROJ_DIR$\..\Core\Inc\gpio.h
$PROJ_DIR$\test.1\Obj\system_stm32f4xx.o
$PROJ_DIR$\test.1\Obj\modbus_log.o
- $PROJ_DIR$\..\UCOS\Ports\os_cpu.h
+ $TOOLKIT_DIR$\inc\c\yvals.h
$PROJ_DIR$\test.1\Obj\stm32f4xx_it.o
$PROJ_DIR$\..\Drivers\CMSIS\Include\cmsis_iccarm.h
+ $PROJ_DIR$\test.1\Obj\app_hooks.o
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_pwr_ex.o
+ $PROJ_DIR$\..\UCOS\Source\os_mutex.c
$PROJ_DIR$\..\UCOS\Source\os_time.c
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_i2c_ex.o
+ $PROJ_DIR$\test.1\Exe\test.1.hex
+ $PROJ_DIR$\test.1\Obj\tools.o
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_gpio_ex.h
+ $PROJ_DIR$\..\UCOS\Ports\os_cpu.h
+ $PROJ_DIR$\test.1\Obj\os_cpu_c.o
+ $PROJ_DIR$\stm32f407xx_flash.icf
$PROJ_DIR$\test.1\Obj\tim.o
$PROJ_DIR$\test.1\Obj\stm32f4xx_hal_timebase_tim.o
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_dma_ex.h
+ $PROJ_DIR$\..\Core\Inc\usart.h
+ $PROJ_DIR$\test.1\Obj\modbus_crc.o
+ $PROJ_DIR$\..\UCOS\Source\ucos_ii.h
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pwr.h
+ $PROJ_DIR$\..\Core\Inc\modbus_log.h
+ $TOOLKIT_DIR$\lib\rt7M_tl.a
+ $TOOLKIT_DIR$\inc\c\math.h
+ $TOOLKIT_DIR$\inc\c\stdlib.h
+ $PROJ_DIR$\test.1\Obj\dma.o
+ $PROJ_DIR$\..\UCOS\Config\os_cfg.h
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_cortex.h
+ $PROJ_DIR$\..\UCOS\Source\os_sem.c
+ $TOOLKIT_DIR$\inc\c\DLib_Config_Full.h
+ $PROJ_DIR$\test.1\Obj\usart.o
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_gpio.h
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rcc.h
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_tim.h
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_rcc.o
+ $PROJ_DIR$\..\Drivers\CMSIS\Include\cmsis_compiler.h
+ $PROJ_DIR$\test.1\Obj\flash_save.o
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_rcc_ex.o
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_gpio.o
+ $PROJ_DIR$\test.1\Obj\os_cpu_a.o
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal.h
+ $PROJ_DIR$\..\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f4xx.h
+ $TOOLKIT_DIR$\inc\c\DLib_Defaults.h
+ $PROJ_DIR$\..\Drivers\CMSIS\Include\core_cm4.h
+ $TOOLKIT_DIR$\lib\shb_l.a
+ $TOOLKIT_DIR$\inc\c\string.h
+ $PROJ_DIR$\..\Core\Inc\stm32f4xx_it.h
+ $PROJ_DIR$\..\Core\Inc\dma.h
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_exti.o
+ $TOOLKIT_DIR$\inc\c\ctype.h
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_tim.o
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_dma.o
+ $TOOLKIT_DIR$\inc\c\DLib_Product.h
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_def.h
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_tim_ex.h
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_flash_ex.o
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_crc.o
+ $TOOLKIT_DIR$\inc\c\DLib_Product_string.h
+ $PROJ_DIR$\..\Core\Inc\stm32f4xx_hal_conf.h
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_dma_ex.o
+ $PROJ_DIR$\test.1\Obj\gpio.o
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_rng.o
+ $PROJ_DIR$\..\Drivers\CMSIS\Device\ST\STM32F4xx\Include\system_stm32f4xx.h
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_cortex.o
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_uart.o
+ $PROJ_DIR$\..\UCOS\Source\os_mbox.c
+ $PROJ_DIR$\test.1\Obj\ucos_ii.o
+ $PROJ_DIR$\test.1\List\test.1.map
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_usart.o
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h
+ $PROJ_DIR$\..\UCOS\Source\os_tmr.c
+ $TOOLKIT_DIR$\inc\c\stddef.h
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash_ramfunc.h
+ $PROJ_DIR$\..\Core\Inc\modbus_crc.h
+ $TOOLKIT_DIR$\inc\c\DLib_float_setup.h
+ $TOOLKIT_DIR$\inc\c\DLib_Product_stdlib.h
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_dac.o
+ $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_flash_ramfunc.o
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pwr_ex.h
[ROOT_NODE]
ILINK
- 148 112
+ 82 173
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c_ex.c
+ $PROJ_DIR$\..\Core\Src\flash_save.c
ICCARM
- 166
+ 142
ICCARM
- 65 116 88 111 69 127 64 121 149 161 67 86 110 159 77 181 171 139 119 97 94 162 135 87 154 125 132 82 84 141 134 91 74 103 62 108 45
+ 92 146 164 138 159 147 86 149 61 83 106 148 135 158 91 141 108 100 71 168 175 177 95 59 137 116 66 64 122 133 75 60 178 126 184 139 160 36 179 151 163
@@ -220,489 +220,456 @@
ICCARM
- 79
+ 131
ICCARM
- 75 140 65 116 88 111 69 127 64 121 149 161 67 86 110 159 77 181 171 139 119 97 94 162 135 87 154 125 132 82 84 141 134 91 74 103 62 108 45
+ 153 79 146 164 138 159 147 86 149 61 83 106 148 135 158 91 141 108 100 71 168 175 177 95 59 137 116 66 64 122 133 75 60 178 126 184 139 160 36
- $PROJ_DIR$\..\Core\Src\main.c
+ $PROJ_DIR$\..\Core\Src\modbus_log.c
ICCARM
- 147
+ 105
ICCARM
- 140 65 116 88 111 69 127 64 121 149 161 67 86 110 159 77 181 171 139 119 97 94 162 135 87 154 125 132 82 84 141 134 91 74 103 62 108 45 155 128 83 130 73 102 105 85 95 46 98 156 66 61 90 81 157 60 179 137 75
+ 127 123 79 146 164 138 159 147 86 149 61 83 106 148 135 158 91 141 108 100 71 168 175 177 95 59 137 116 66 64 122 133 75 60 178 126 184 139 160 36 67 151 163 155 130 181 37 179 92 88 129 180 125 93 132 117 74 103
- $PROJ_DIR$\..\Core\Src\stm32f4xx_hal_timebase_tim.c
+ $PROJ_DIR$\..\Core\Src\stm32f4xx_hal_msp.c
ICCARM
- 184
+ 62
ICCARM
- 65 116 88 111 69 127 64 121 149 161 67 86 110 159 77 181 171 139 119 97 94 162 135 87 154 125 132 82 84 141 134 91 74 103 62 108 45
+ 79 146 164 138 159 147 86 149 61 83 106 148 135 158 91 141 108 100 71 168 175 177 95 59 137 116 66 64 122 133 75 60 178 126 184 139 160 36
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal.c
+ $PROJ_DIR$\..\Core\Src\stm32f4xx_hal_timebase_tim.c
ICCARM
- 48
+ 121
ICCARM
- 65 116 88 111 69 127 64 121 149 161 67 86 110 159 77 181 171 139 119 97 94 162 135 87 154 125 132 82 84 141 134 91 74 103 62 108 45
+ 146 164 138 159 147 86 149 61 83 106 148 135 158 91 141 108 100 71 168 175 177 95 59 137 116 66 64 122 133 75 60 178 126 184 139 160 36
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_crc.c
+ $PROJ_DIR$\startup_stm32f407xx.s
- ICCARM
- 96
+ AARM
+ 68
-
-
- ICCARM
- 65 116 88 111 69 127 64 121 149 161 67 86 110 159 77 181 171 139 119 97 94 162 135 87 154 125 132 82 84 141 134 91 74 103 62 108 45
-
-
- $PROJ_DIR$\..\Core\Src\tim.c
+ $PROJ_DIR$\..\Core\Src\stm32f4xx_it.c
ICCARM
- 183
+ 107
ICCARM
- 128 140 65 116 88 111 69 127 64 121 149 161 67 86 110 159 77 181 171 139 119 97 94 162 135 87 154 125 132 82 84 141 134 91 74 103 62 108 45 83 130 73 102 105 85 95 46 98 156 66 61 90 81 157 60 179 137 155
+ 79 146 164 138 159 147 86 149 61 83 106 148 135 158 91 141 108 100 71 168 175 177 95 59 137 116 66 64 122 133 75 60 178 126 184 139 160 36 152 125 93 37 67 132 117 74
- $PROJ_DIR$\..\Core\Src\system_stm32f4xx.c
+ $PROJ_DIR$\..\Core\Src\tools.c
ICCARM
- 177
+ 115
ICCARM
- 69 127 64 121 149 161 67 86 110 159 77 181 171 139 119 65 116 88 111 97 94 162 135 87 154 125 132 82 84 141 134 91 74 103 62 108 45
+ 88 79 146 164 138 159 147 86 149 61 83 106 148 135 158 91 141 108 100 71 168 175 177 95 59 137 116 66 64 122 133 75 60 178 126 184 139 160 36 123 67 151 163 155 130 181 37 179 92 127 129 180 125 93 132 117 74 103
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ex.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_crc.c
ICCARM
- 114
+ 162
ICCARM
- 65 116 88 111 69 127 64 121 149 161 67 86 110 159 77 181 171 139 119 97 94 162 135 87 154 125 132 82 84 141 134 91 74 103 62 108 45
+ 146 164 138 159 147 86 149 61 83 106 148 135 158 91 141 108 100 71 168 175 177 95 59 137 116 66 64 122 133 75 60 178 126 184 139 160 36
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma.c
ICCARM
- 173
+ 77
ICCARM
- 65 116 88 111 69 127 64 121 149 161 67 86 110 159 77 181 171 139 119 97 94 162 135 87 154 125 132 82 84 141 134 91 74 103 62 108 45
+ 146 164 138 159 147 86 149 61 83 106 148 135 158 91 141 108 100 71 168 175 177 95 59 137 116 66 64 122 133 75 60 178 126 184 139 160 36
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_exti.c
ICCARM
- 142
+ 154
ICCARM
- 65 116 88 111 69 127 64 121 149 161 67 86 110 159 77 181 171 139 119 97 94 162 135 87 154 125 132 82 84 141 134 91 74 103 62 108 45
+ 146 164 138 159 147 86 149 61 83 106 148 135 158 91 141 108 100 71 168 175 177 95 59 137 116 66 64 122 133 75 60 178 126 184 139 160 36
- $PROJ_DIR$\..\Core\Src\flash_save.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash.c
ICCARM
- 76
+ 63
ICCARM
- 156 65 116 88 111 69 127 64 121 149 161 67 86 110 159 77 181 171 139 119 97 94 162 135 87 154 125 132 82 84 141 134 91 74 103 62 108 45 98 73 102
+ 146 164 138 159 147 86 149 61 83 106 148 135 158 91 141 108 100 71 168 175 177 95 59 137 116 66 64 122 133 75 60 178 126 184 139 160 36
- $PROJ_DIR$\..\Core\Src\modbus_log.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ramfunc.c
ICCARM
- 178
+ 183
ICCARM
- 66 83 140 65 116 88 111 69 127 64 121 149 161 67 86 110 159 77 181 171 139 119 97 94 162 135 87 154 125 132 82 84 141 134 91 74 103 62 108 45 130 73 102 105 85 95 46 98 156 128 61 90 81 157 60 179 137 155
+ 146 164 138 159 147 86 149 61 83 106 148 135 158 91 141 108 100 71 168 175 177 95 59 137 116 66 64 122 133 75 60 178 126 184 139 160 36
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cortex.c
+ $PROJ_DIR$\..\Core\Src\modbus_crc.c
ICCARM
- 113
+ 124
ICCARM
- 65 116 88 111 69 127 64 121 149 161 67 86 110 159 77 181 171 139 119 97 94 162 135 87 154 125 132 82 84 141 134 91 74 103 62 108 45
+ 179 147 86 149 61 83 106 148 135 158 91 141 108 100 71 168 146 164 138 159 175 177 95 59 137 116 66 64 122 133 75 60 178 126 184 139 160 36
- $PROJ_DIR$\startup_stm32f407xx.s
-
-
- AARM
- 133
-
-
-
-
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_exti.c
+ $PROJ_DIR$\..\Core\Src\tim.c
ICCARM
- 101
+ 120
ICCARM
- 65 116 88 111 69 127 64 121 149 161 67 86 110 159 77 181 171 139 119 97 94 162 135 87 154 125 132 82 84 141 134 91 74 103 62 108 45
+ 88 79 146 164 138 159 147 86 149 61 83 106 148 135 158 91 141 108 100 71 168 175 177 95 59 137 116 66 64 122 133 75 60 178 126 184 139 160 36 123 67 151 163 155 130 181 37 179 92 127 129 180 125 93 132 117 74 103
- $PROJ_DIR$\..\Core\Src\modbus_crc.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma_ex.c
ICCARM
- 78
+ 165
ICCARM
- 98 69 127 64 121 149 161 67 86 110 159 77 181 171 139 119 65 116 88 111 97 94 162 135 87 154 125 132 82 84 141 134 91 74 103 62 108 45
+ 146 164 138 159 147 86 149 61 83 106 148 135 158 91 141 108 100 71 168 175 177 95 59 137 116 66 64 122 133 75 60 178 126 184 139 160 36
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash.c
+ $PROJ_DIR$\..\Core\Src\main.c
ICCARM
- 136
+ 81
ICCARM
- 65 116 88 111 69 127 64 121 149 161 67 86 110 159 77 181 171 139 119 97 94 162 135 87 154 125 132 82 84 141 134 91 74 103 62 108 45
+ 79 146 164 138 159 147 86 149 61 83 106 148 135 158 91 141 108 100 71 168 175 177 95 59 137 116 66 64 122 133 75 60 178 126 184 139 160 36 103 88 123 67 151 163 155 130 181 37 179 92 127 129 180 125 93 132 117 74 153
- $PROJ_DIR$\..\Core\Src\stm32f4xx_hal_msp.c
+ $PROJ_DIR$\..\Core\Src\gpio.c
ICCARM
- 129
+ 166
ICCARM
- 140 65 116 88 111 69 127 64 121 149 161 67 86 110 159 77 181 171 139 119 97 94 162 135 87 154 125 132 82 84 141 134 91 74 103 62 108 45
+ 103 79 146 164 138 159 147 86 149 61 83 106 148 135 158 91 141 108 100 71 168 175 177 95 59 137 116 66 64 122 133 75 60 178 126 184 139 160 36 88 123 67 151 163 155 130 181 37 179 92 127 129 180 125 93 132 117 74
- $PROJ_DIR$\..\Core\Src\usart.c
+ $PROJ_DIR$\..\Core\Src\system_stm32f4xx.c
ICCARM
- 68
+ 104
ICCARM
- 83 140 65 116 88 111 69 127 64 121 149 161 67 86 110 159 77 181 171 139 119 97 94 162 135 87 154 125 132 82 84 141 134 91 74 103 62 108 45 130 73 102 105 85 95 46 98 156 66 128 61 90 81 157 60 179 137 155
+ 147 86 149 61 83 106 148 135 158 91 141 108 100 71 168 146 164 138 159 175 177 95 59 137 116 66 64 122 133 75 60 178 126 184 139 160 36
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma_ex.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ex.c
ICCARM
- 115
+ 161
ICCARM
- 65 116 88 111 69 127 64 121 149 161 67 86 110 159 77 181 171 139 119 97 94 162 135 87 154 125 132 82 84 141 134 91 74 103 62 108 45
+ 146 164 138 159 147 86 149 61 83 106 148 135 158 91 141 108 100 71 168 175 177 95 59 137 116 66 64 122 133 75 60 178 126 184 139 160 36
- $PROJ_DIR$\..\Core\Src\gpio.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cortex.c
ICCARM
- 117
+ 169
ICCARM
- 155 140 65 116 88 111 69 127 64 121 149 161 67 86 110 159 77 181 171 139 119 97 94 162 135 87 154 125 132 82 84 141 134 91 74 103 62 108 45 128 83 130 73 102 105 85 95 46 98 156 66 61 90 81 157 60 179 137
+ 146 164 138 159 147 86 149 61 83 106 148 135 158 91 141 108 100 71 168 175 177 95 59 137 116 66 64 122 133 75 60 178 126 184 139 160 36
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_gpio.c
ICCARM
- 131
+ 80
ICCARM
- 65 116 88 111 69 127 64 121 149 161 67 86 110 159 77 181 171 139 119 97 94 162 135 87 154 125 132 82 84 141 134 91 74 103 62 108 45
+ 146 164 138 159 147 86 149 61 83 106 148 135 158 91 141 108 100 71 168 175 177 95 59 137 116 66 64 122 133 75 60 178 126 184 139 160 36
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ramfunc.c
+ $PROJ_DIR$\..\Core\Src\usart.c
ICCARM
- 89
+ 136
ICCARM
- 65 116 88 111 69 127 64 121 149 161 67 86 110 159 77 181 171 139 119 97 94 162 135 87 154 125 132 82 84 141 134 91 74 103 62 108 45
+ 123 79 146 164 138 159 147 86 149 61 83 106 148 135 158 91 141 108 100 71 168 175 177 95 59 137 116 66 64 122 133 75 60 178 126 184 139 160 36 67 151 163 155 130 181 37 179 92 127 88 129 180 125 93 132 117 74 103
- $PROJ_DIR$\..\Core\Src\stm32f4xx_it.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c_ex.c
ICCARM
- 180
+ 113
ICCARM
- 140 65 116 88 111 69 127 64 121 149 161 67 86 110 159 77 181 171 139 119 97 94 162 135 87 154 125 132 82 84 141 134 91 74 103 62 108 45 58 81 157 46 130 60 179 137
+ 146 164 138 159 147 86 149 61 83 106 148 135 158 91 141 108 100 71 168 175 177 95 59 137 116 66 64 122 133 75 60 178 126 184 139 160 36
- $PROJ_DIR$\..\Core\Src\tools.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c.c
ICCARM
- 172
+ 101
ICCARM
- 128 140 65 116 88 111 69 127 64 121 149 161 67 86 110 159 77 181 171 139 119 97 94 162 135 87 154 125 132 82 84 141 134 91 74 103 62 108 45 83 130 73 102 105 85 95 46 98 156 66 61 90 81 157 60 179 137 155
+ 146 164 138 159 147 86 149 61 83 106 148 135 158 91 141 108 100 71 168 175 177 95 59 137 116 66 64 122 133 75 60 178 126 184 139 160 36
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_gpio.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal.c
ICCARM
- 143
+ 40
ICCARM
- 65 116 88 111 69 127 64 121 149 161 67 86 110 159 77 181 171 139 119 97 94 162 135 87 154 125 132 82 84 141 134 91 74 103 62 108 45
+ 146 164 138 159 147 86 149 61 83 106 148 135 158 91 141 108 100 71 168 175 177 95 59 137 116 66 64 122 133 75 60 178 126 184 139 160 36
-
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_rng.c
-
-
- ICCARM
- 118
-
-
-
$PROJ_DIR$\..\UCOS\Ports\os_dbg.c
ICCARM
- 163
+ 96
ICCARM
- 81 157 46 130 149 161 67 86 110 162 60 179 137
+ 125 93 37 67 83 106 148 135 158 95 132 117 74
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_usart.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_sram.c
ICCARM
- 123
+ 57
-
-
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_i2c.c
-
+
ICCARM
- 124
+ 146 164 138 159 147 86 149 61 83 106 148 135 158 91 141 108 100 71 168 175 177 95 59 137 116 66 64 122 133 75 60 178 126 184 139 160 36
-
+
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_usart.c
ICCARM
- 126
+ 174
ICCARM
- 65 116 88 111 69 127 64 121 149 161 67 86 110 159 77 181 171 139 119 97 94 162 135 87 154 125 132 82 84 141 134 91 74 103 62 108 45
+ 146 164 138 159 147 86 149 61 83 106 148 135 158 91 141 108 100 71 168 175 177 95 59 137 116 66 64 122 133 75 60 178 126 184 139 160 36
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim_ex.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_rcc.c
ICCARM
- 153
+ 140
-
-
- ICCARM
- 65 116 88 111 69 127 64 121 149 161 67 86 110 159 77 181 171 139 119 97 94 162 135 87 154 125 132 82 84 141 134 91 74 103 62 108 45
-
-
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_uart.c
+ $PROJ_DIR$\..\UCOS\Config\app_hooks.c
ICCARM
- 100
+ 109
ICCARM
- 65 116 88 111 69 127 64 121 149 161 67 86 110 159 77 181 171 139 119 97 94 162 135 87 154 125 132 82 84 141 134 91 74 103 62 108 45
+ 78 125 93 37 67 83 106 148 135 158 95 132 117 74
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_wwdg.c
+ $PROJ_DIR$\..\UCOS\Source\ucos_ii.c
ICCARM
- 174
+ 172
ICCARM
- 65 116 88 111 69 127 64 121 149 161 67 86 110 159 77 181 171 139 119 97 94 162 135 87 154 125 132 82 84 141 134 91 74 103 62 108 45
+ 125 93 37 67 83 106 148 135 158 95 132 117 74 84 39 171 58 111 70 134 90 112 176
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_spi.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_rng.c
ICCARM
@@ -711,203 +678,236 @@
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_tim.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_dma.c
ICCARM
- 146
+ 157
- $PROJ_DIR$\..\UCOS\Config\app_hooks.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_uart.c
ICCARM
- 176
+ 170
ICCARM
- 120 81 157 46 130 149 161 67 86 110 162 60 179 137
+ 146 164 138 159 147 86 149 61 83 106 148 135 158 91 141 108 100 71 168 175 177 95 59 137 116 66 64 122 133 75 60 178 126 184 139 160 36
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_gpio.c
+ $PROJ_DIR$\..\UCOS\Ports\os_cpu_c.c
ICCARM
- 49
+ 118
+
+
+ ICCARM
+ 125 93 37 67 83 106 148 135 158 95 132 117 74
+
+
- $PROJ_DIR$\..\UCOS\Ports\os_cpu_c.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim.c
ICCARM
- 170
+ 156
ICCARM
- 81 157 46 130 149 161 67 86 110 162 60 179 137
+ 146 164 138 159 147 86 149 61 83 106 148 135 158 91 141 108 100 71 168 175 177 95 59 137 116 66 64 122 133 75 60 178 126 184 139 160 36
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_dma.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_i2c.c
ICCARM
- 109
+ 87
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr_ex.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_dac.c
ICCARM
- 165
+ 182
+
+
+
+
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc_ex.c
+
+
+ ICCARM
+ 143
ICCARM
- 65 116 88 111 69 127 64 121 149 161 67 86 110 159 77 181 171 139 119 97 94 162 135 87 154 125 132 82 84 141 134 91 74 103 62 108 45
+ 146 164 138 159 147 86 149 61 83 106 148 135 158 91 141 108 100 71 168 175 177 95 59 137 116 66 64 122 133 75 60 178 126 184 139 160 36
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_pwr.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr.c
ICCARM
- 160
+ 72
+
+
+ ICCARM
+ 146 164 138 159 147 86 149 61 83 106 148 135 158 91 141 108 100 71 168 175 177 95 59 137 116 66 64 122 133 75 60 178 126 184 139 160 36
+
+
- $PROJ_DIR$\..\UCOS\Source\ucos_ii.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_wwdg.c
ICCARM
- 107
+ 102
ICCARM
- 81 157 46 130 149 161 67 86 110 162 60 179 137 150 47 104 122 152 138 80 158 182 92
+ 146 164 138 159 147 86 149 61 83 106 148 135 158 91 141 108 100 71 168 175 177 95 59 137 116 66 64 122 133 75 60 178 126 184 139 160 36
- $PROJ_DIR$\..\UCOS\Ports\os_cpu_a.asm
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_crc.c
- AARM
- 59
+ ICCARM
+ 98
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc_ex.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_exti.c
ICCARM
- 63
+ 85
-
+
+
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_gpio.c
+
ICCARM
- 65 116 88 111 69 127 64 121 149 161 67 86 110 159 77 181 171 139 119 97 94 162 135 87 154 125 132 82 84 141 134 91 74 103 62 108 45
+ 144
-
+
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_crc.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_pwr.c
ICCARM
- 168
+ 94
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_usart.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr_ex.c
ICCARM
- 93
+ 110
ICCARM
- 65 116 88 111 69 127 64 121 149 161 67 86 110 159 77 181 171 139 119 97 94 162 135 87 154 125 132 82 84 141 134 91 74 103 62 108 45
+ 146 164 138 159 147 86 149 61 83 106 148 135 158 91 141 108 100 71 168 175 177 95 59 137 116 66 64 122 133 75 60 178 126 184 139 160 36
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc.c
ICCARM
- 106
+ 69
ICCARM
- 65 116 88 111 69 127 64 121 149 161 67 86 110 159 77 181 171 139 119 97 94 162 135 87 154 125 132 82 84 141 134 91 74 103 62 108 45
+ 146 164 138 159 147 86 149 61 83 106 148 135 158 91 141 108 100 71 168 175 177 95 59 137 116 66 64 122 133 75 60 178 126 184 139 160 36
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_dac.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_spi.c
ICCARM
- 99
+ 97
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_exti.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim_ex.c
ICCARM
- 151
+ 89
+
+
+ ICCARM
+ 146 164 138 159 147 86 149 61 83 106 148 135 158 91 141 108 100 71 168 175 177 95 59 137 116 66 64 122 133 75 60 178 126 184 139 160 36
+
+
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_sram.c
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_tim.c
ICCARM
- 144
+ 76
-
+
+
+ $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_usart.c
+
ICCARM
- 65 116 88 111 69 127 64 121 149 161 67 86 110 159 77 181 171 139 119 97 94 162 135 87 154 125 132 82 84 141 134 91 74 103 62 108 45
+ 65
-
+
- $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_rcc.c
+ $PROJ_DIR$\..\UCOS\Ports\os_cpu_a.asm
- ICCARM
- 71
+ AARM
+ 145
@@ -916,17 +916,17 @@
ILINK
- 112
+ 173
OBJCOPY
- 164
+ 114
ILINK
- 175 176 79 76 117 147 78 178 59 170 163 133 48 113 96 131 115 101 136 114 89 143 173 166 129 142 165 126 63 144 106 153 184 100 93 174 180 168 99 109 151 49 124 160 71 118 167 146 123 177 183 172 107 68 70 72 169 145
+ 119 109 131 142 166 81 124 105 145 118 96 68 40 169 162 77 165 154 63 161 183 80 101 113 62 72 110 69 143 57 156 89 121 170 174 102 107 98 182 157 85 144 87 94 140 167 97 76 65 104 120 115 172 136 150 128 99 73