From a1230b74118e418fba8d7f960d76b1b6ef284764 Mon Sep 17 00:00:00 2001 From: JIU JIALIN <2339061402@qq.com> Date: Tue, 26 Aug 2025 20:31:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PLSR/PLSR/Core/Src/tim.c | 22 +- PLSR/PLSR/EWARM/test.1.dep | 1114 ++++++++++++------------- PLSR/PLSR/EWARM/test.1/Exe/test.1.sim | Bin 41142 -> 41050 bytes 3 files changed, 566 insertions(+), 570 deletions(-) diff --git a/PLSR/PLSR/Core/Src/tim.c b/PLSR/PLSR/Core/Src/tim.c index 555aca7..d5f7a83 100644 --- a/PLSR/PLSR/Core/Src/tim.c +++ b/PLSR/PLSR/Core/Src/tim.c @@ -1754,14 +1754,6 @@ void PLSR_Route_Set(PLSR_RouteConfig_t* route) // 新增:设置默认加减速时间 route->default_accel_time_ms = ModbusSlave.holding_regs[11]; // 使用相同的加速时间 route->default_decel_time_ms = ModbusSlave.holding_regs[12]; // 使用相同的减速时间 - if(route->ext_port == 0) - { - HAL_NVIC_EnableIRQ(EXTI9_5_IRQn); - } - else - { - HAL_NVIC_DisableIRQ(EXTI15_10_IRQn); - } // 自动更新加减速度 PLSR_Accel_UpdateRates(route); @@ -1866,11 +1858,15 @@ void PLSR_Route_Start(PLSR_RouteConfig_t* route) __HAL_TIM_SET_COUNTER(&htim2, 0); // 重置TIM2计数器 __HAL_TIM_SET_COUNTER(&htim6, 0); // 重置TIM6计数器 - // 停止所有PWM输出,确保启动前处于停止状态 - HAL_TIM_PWM_Stop(&htim10, TIM_CHANNEL_1); - HAL_TIM_PWM_Stop(&htim11, TIM_CHANNEL_1); - HAL_TIM_PWM_Stop(&htim13, TIM_CHANNEL_1); - HAL_TIM_PWM_Stop(&htim14, TIM_CHANNEL_1); + /*选择外部事件端口*/ + if(route->ext_port == 0) + { + HAL_NVIC_EnableIRQ(EXTI9_5_IRQn); + } + else + { + HAL_NVIC_EnableIRQ(EXTI15_10_IRQn); + } // 启动第一段 PLSR_Section_StartNewSection(route); diff --git a/PLSR/PLSR/EWARM/test.1.dep b/PLSR/PLSR/EWARM/test.1.dep index d948eb4..68f604a 100644 --- a/PLSR/PLSR/EWARM/test.1.dep +++ b/PLSR/PLSR/EWARM/test.1.dep @@ -5,342 +5,342 @@ test.1 - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc.c - $PROJ_DIR$\..\Core\Src\tim.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_crc.c + $PROJ_DIR$\..\Core\Src\usart.c $PROJ_DIR$\..\Core\Src\gpio.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_exti.c + $PROJ_DIR$\..\Core\Src\flash_save.c + $PROJ_DIR$\startup_stm32f407xx.s + $PROJ_DIR$\..\Core\Src\dma.c + $PROJ_DIR$\..\Core\Src\stm32f4xx_it.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma.c + $PROJ_DIR$\..\Core\Src\main.c + $PROJ_DIR$\..\Core\Src\modbus_crc.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cortex.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ex.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash.c + $PROJ_DIR$\..\Core\Src\modbus_log.c $PROJ_DIR$\..\Core\Src\stm32f4xx_hal_msp.c $PROJ_DIR$\..\Core\Src\stm32f4xx_hal_timebase_tim.c - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_crc.c + $PROJ_DIR$\..\Core\Src\system_stm32f4xx.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma_ex.c + $PROJ_DIR$\..\Core\Src\tim.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_usart.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_exti.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_crc.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_tim.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_dac.c + $PROJ_DIR$\..\UCOS\Config\app_hooks.c + $PROJ_DIR$\..\UCOS\Source\ucos_ii.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr.c $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ramfunc.c - $PROJ_DIR$\..\Core\Src\modbus_log.c - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_exti.c - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c.c - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal.c $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c_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_dma.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc_ex.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim_ex.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_sram.c $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr_ex.c - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ex.c - $PROJ_DIR$\..\Core\Src\main.c - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma_ex.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_i2c.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_pwr.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_spi.c $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_gpio.c - $PROJ_DIR$\..\Core\Src\stm32f4xx_it.c - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cortex.c - $PROJ_DIR$\startup_stm32f407xx.s - $PROJ_DIR$\..\Core\Src\usart.c - $PROJ_DIR$\..\Core\Src\system_stm32f4xx.c - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma.c - $PROJ_DIR$\..\Core\Src\dma.c - $PROJ_DIR$\..\Core\Src\flash_save.c - $PROJ_DIR$\..\Core\Src\modbus_crc.c - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash.c - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal.o - $PROJ_DIR$\test.1\Obj\dma.xcl - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_usart.__cstat.et - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_sram.__cstat.et - $PROJ_DIR$\..\UCOS\Source\os_mem.c - $PROJ_DIR$\..\UCOS\Source\os_tmr.c - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal.__cstat.et - $PROJ_DIR$\..\Drivers\CMSIS\Device\ST\STM32F4xx\Include\system_stm32f4xx.h - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_rcc.xcl - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_crc.__cstat.et - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_wwdg.xcl - $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_pwr.xcl - $TOOLKIT_DIR$\inc\c\DLib_Product_string.h - $TOOLKIT_DIR$\inc\c\stdarg.h - $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_tim.o - $TOOLKIT_DIR$\inc\c\yvals.h + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_uart.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c.c + $PROJ_DIR$\..\UCOS\Ports\os_cpu_a.asm + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_usart.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_gpio.c + $PROJ_DIR$\..\UCOS\Ports\os_cpu_c.c + $PROJ_DIR$\..\UCOS\Ports\os_dbg.c + $PROJ_DIR$\..\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f407xx.h + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_dma_ex.h + $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_exti.__cstat.et + $PROJ_DIR$\..\UCOS\Source\ucos_ii.h $TOOLKIT_DIR$\inc\c\math.h - $PROJ_DIR$\test.1\Obj\tim.o - $PROJ_DIR$\..\Core\Inc\gpio.h - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_uart.o - $TOOLKIT_DIR$\inc\c\iccarm_builtin.h - $PROJ_DIR$\test.1\Obj\tim.xcl - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_cortex.h - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rcc_ex.h - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_flash_ramfunc.xcl - $TOOLKIT_DIR$\inc\c\ctype.h - $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_pwr.__cstat.et - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pwr_ex.h - $PROJ_DIR$\..\Core\Inc\stm32f4xx_hal_conf.h - $TOOLKIT_DIR$\lib\rt7M_tl.a - $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_dma.o + $PROJ_DIR$\..\UCOS\Config\app_cfg.h + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_exti.h + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal.o + $TOOLKIT_DIR$\inc\c\stdint.h + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_flash.xcl $PROJ_DIR$\test.1\Obj\tim.__cstat.et - $TOOLKIT_DIR$\inc\c\DLib_Product.h - $PROJ_DIR$\..\UCOS\Config\os_cfg.h - $PROJ_DIR$\..\Core\Inc\modbus_log.h - $PROJ_DIR$\..\Core\Inc\stm32f4xx_it.h - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash_ramfunc.h - $PROJ_DIR$\test.1\Obj\modbus_crc.__cstat.et - $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_exti.xcl - $PROJ_DIR$\test.1\Obj\os_cpu_a.o + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal.__cstat.et + $PROJ_DIR$\..\UCOS\Ports\os_cpu.h + $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_gpio.__cstat.et $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_dma_ex.__cstat.et - $PROJ_DIR$\..\UCOS\Source\ucos_ii.h - $PROJ_DIR$\test.1\Obj\ucos_ii.o - $PROJ_DIR$\test.1\Obj\dma.__cstat.et - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_rcc.__cstat.et - $PROJ_DIR$\test.1\Obj\modbus_crc.xcl - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_i2c_ex.__cstat.et - $PROJ_DIR$\..\Core\Inc\main.h - $PROJ_DIR$\..\Core\Inc\modbus_crc.h - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_gpio.o - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_tim.o $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_wwdg.__cstat.et - $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_tim.__cstat.et - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_sram.xcl - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_rcc.o - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_dma_ex.o - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_timebase_tim.o - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_uart.h - $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_rng.o - $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_tim.xcl - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_rcc_ex.o - $PROJ_DIR$\test.1\Obj\flash_save.xcl - $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_rng.__cstat.et + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pwr.h + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_sram.__cstat.et $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_dma.o - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_tim.xcl - $PROJ_DIR$\test.1\Obj\app_hooks.o - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash_ex.h - $PROJ_DIR$\..\UCOS\Source\os_sem.c - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal.h $TOOLKIT_DIR$\inc\c\stdio.h - $PROJ_DIR$\test.1\Obj\ucos_ii.xcl + $PROJ_DIR$\..\Core\Inc\tim.h + $PROJ_DIR$\test.1\Obj\os_cpu_a.o + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h + $TOOLKIT_DIR$\inc\c\ctype.h $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_dma.h - $PROJ_DIR$\test.1\Obj\flash_save.__cstat.et - $PROJ_DIR$\test.1\Obj\os_cpu_c.o - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_msp.o - $PROJ_DIR$\test.1\Obj\gpio.o - $PROJ_DIR$\..\Drivers\CMSIS\Include\cmsis_iccarm.h - $PROJ_DIR$\..\UCOS\Source\os_task.c - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_cortex.xcl - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_sram.o - $PROJ_DIR$\..\UCOS\Source\os_core.c - $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_dma.__cstat.et - $TOOLKIT_DIR$\inc\c\DLib_Config_Full.h + $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_dac.__cstat.et + $PROJ_DIR$\test.1\Obj\ucos_ii.xcl $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_dac.xcl $PROJ_DIR$\..\UCOS\Source\os_mbox.c + $PROJ_DIR$\test.1\Obj\tim.o + $PROJ_DIR$\..\Core\Inc\main.h + $PROJ_DIR$\..\UCOS\Source\os_mutex.c + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_rcc.__cstat.et + $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_crc.o + $PROJ_DIR$\..\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f4xx.h + $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_exti.o + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_rcc.o + $PROJ_DIR$\..\Drivers\CMSIS\Include\core_cm4.h + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_msp.o $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_rcc_ex.xcl - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_exti.o + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_rcc_ex.o + $PROJ_DIR$\..\Core\Inc\modbus_crc.h + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_dma.__cstat.et + $PROJ_DIR$\..\UCOS\Config\os_cfg.h + $PROJ_DIR$\..\UCOS\Source\os_core.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rcc.h + $TOOLKIT_DIR$\inc\c\yvals.h + $TOOLKIT_DIR$\lib\dl7M_tlf.a + $PROJ_DIR$\test.1\Obj\modbus_log.o $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_def.h - $PROJ_DIR$\..\Core\Inc\dma.h $PROJ_DIR$\..\UCOS\Source\os.h - $PROJ_DIR$\test.1\Obj\usart.xcl - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_exti.xcl - $PROJ_DIR$\test.1\Obj\app_hooks.__cstat.et - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash.h - $PROJ_DIR$\..\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f4xx.h - $PROJ_DIR$\test.1\Obj\main.o - $PROJ_DIR$\..\Drivers\CMSIS\Include\cmsis_compiler.h - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_gpio.__cstat.et $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_rcc.o - $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_spi.xcl - $PROJ_DIR$\test.1\Obj\gpio.__cstat.et - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_gpio.h + $PROJ_DIR$\test.1\Obj\system_stm32f4xx.xcl + $PROJ_DIR$\test.1\Obj\flash_save.xcl + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_exti.xcl + $TOOLKIT_DIR$\lib\m7M_tls.a + $TOOLKIT_DIR$\inc\c\DLib_Product_stdlib.h + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_i2c_ex.o + $TOOLKIT_DIR$\inc\c\DLib_Defaults.h + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_timebase_tim.xcl + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_uart.h + $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_i2c.o + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal.h + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_msp.xcl + $TOOLKIT_DIR$\inc\c\DLib_Config_Full.h + $PROJ_DIR$\test.1\Obj\modbus_crc.o + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_i2c_ex.xcl + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_gpio.xcl + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_usart.xcl + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_usart.o + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_uart.o $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_tim.__cstat.et - $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_rcc.xcl - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_i2c.__cstat.et + $TOOLKIT_DIR$\inc\c\ycheck.h + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_flash_ex.xcl + $PROJ_DIR$\test.1\Obj\flash_save.o + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_cortex.o + $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_crc.xcl $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_pwr.__cstat.et - $PROJ_DIR$\..\UCOS\Source\os_mutex.c - $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_rng.xcl - $PROJ_DIR$\test.1\Obj\modbus_log.__cstat.et + $TOOLKIT_DIR$\inc\c\stdarg.h + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_wwdg.o + $PROJ_DIR$\test.1\Obj\system_stm32f4xx.o + $PROJ_DIR$\..\Core\Inc\flash_save.h + $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_dma.__cstat.et + $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_gpio.o + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_timebase_tim.o + $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_gpio.xcl + $PROJ_DIR$\..\Core\Inc\dma.h + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_tim_ex.o $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_pwr.xcl - $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_usart.o - $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_usart.__cstat.et + $PROJ_DIR$\test.1\Obj\modbus_log.xcl + $TOOLKIT_DIR$\inc\c\iccarm_builtin.h $PROJ_DIR$\..\UCOS\Source\os_time.c - $PROJ_DIR$\test.1\Obj\stm32f4xx_it.o - $TOOLKIT_DIR$\inc\c\string.h - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_flash.o - $PROJ_DIR$\test.1\Obj\os_dbg.o - $PROJ_DIR$\test.1\Obj\gpio.xcl - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_tim.h - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_dma_ex.h - $PROJ_DIR$\..\Core\Inc\usart.h - $PROJ_DIR$\test.1\Obj\ucos_ii.__cstat.et + $PROJ_DIR$\..\UCOS\Source\os_tmr.c + $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_pwr.o + $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_dma.o + $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_spi.__cstat.et $PROJ_DIR$\test.1\Obj\os_cpu_c.__cstat.et - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_exti.__cstat.et - $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_crc.o - $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_exti.__cstat.et - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_i2c.o - $PROJ_DIR$\test.1\Obj\stm32f4xx_it.__cstat.et - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_rcc_ex.__cstat.et - $PROJ_DIR$\test.1\List\test.1.map - $PROJ_DIR$\test.1\Obj\main.xcl - $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_crc.__cstat.et - $PROJ_DIR$\..\UCOS\Source\os_flag.c - $PROJ_DIR$\test.1\Obj\system_stm32f4xx.xcl - $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_i2c.xcl - $TOOLKIT_DIR$\inc\c\DLib_float_setup.h - $PROJ_DIR$\test.1\Obj\app_hooks.xcl - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_exti.h - $TOOLKIT_DIR$\inc\c\stdint.h - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_pwr_ex.xcl - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_flash.__cstat.et - $PROJ_DIR$\..\UCOS\Source\os_q.c - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_dma.__cstat.et - $PROJ_DIR$\stm32f407xx_flash.icf - $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_exti.o - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_timebase_tim.xcl - $PROJ_DIR$\test.1\Exe\test.1.out - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rcc.h - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_dma.xcl - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_tim_ex.h - $PROJ_DIR$\test.1\Obj\startup_stm32f407xx.o - $PROJ_DIR$\..\UCOS\Ports\os_cpu.h - $PROJ_DIR$\test.1\Obj\dma.o - $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_rcc.__cstat.et + $PROJ_DIR$\test.1\Obj\os_cpu_c.o $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_dma_ex.xcl - $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_i2c.o - $PROJ_DIR$\test.1\Obj\modbus_log.o - $PROJ_DIR$\..\Drivers\CMSIS\Include\cmsis_version.h - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_uart.__cstat.et - $PROJ_DIR$\..\Core\Inc\tim.h - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_i2c_ex.o - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_flash_ramfunc.__cstat.et - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal.xcl - $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_spi.__cstat.et + $PROJ_DIR$\test.1\Obj\main.o + $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_pwr.__cstat.et + $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_spi.xcl + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_flash.__cstat.et + $PROJ_DIR$\test.1\Obj\ucos_ii.__cstat.et + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_gpio.o + $PROJ_DIR$\test.1\Obj\gpio.__cstat.et + $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_i2c.xcl + $PROJ_DIR$\test.1\Obj\stm32f4xx_it.o + $TOOLKIT_DIR$\lib\rt7M_tl.a $PROJ_DIR$\test.1\Obj\stm32f4xx_it.xcl - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_gpio.xcl - $TOOLKIT_DIR$\lib\dl7M_tlf.a - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_gpio_ex.h - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_pwr_ex.o - $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_usart.xcl - $TOOLKIT_DIR$\inc\c\DLib_Product_stdlib.h - $PROJ_DIR$\test.1\Obj\modbus_log.xcl - $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_gpio.xcl - $PROJ_DIR$\test.1\Obj\flash_save.o - $PROJ_DIR$\test.1\Obj\system_stm32f4xx.__cstat.et - $TOOLKIT_DIR$\inc\c\stddef.h - $TOOLKIT_DIR$\inc\c\stdlib.h - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_i2c.xcl - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_tim_ex.xcl + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_cortex.xcl + $PROJ_DIR$\test.1\Obj\gpio.o $PROJ_DIR$\..\UCOS\Source\os_trace.h - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_usart.o - $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_crc.xcl + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_pwr_ex.__cstat.et + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_uart.__cstat.et + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash_ramfunc.h + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_flash_ramfunc.__cstat.et + $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_rcc.__cstat.et + $PROJ_DIR$\test.1\Obj\flash_save.__cstat.et + $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_rng.o + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_usart.__cstat.et + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_i2c_ex.__cstat.et + $TOOLKIT_DIR$\inc\c\string.h + $PROJ_DIR$\..\Core\Inc\stm32f4xx_it.h + $PROJ_DIR$\..\Core\Inc\stm32f4xx_hal_conf.h + $PROJ_DIR$\test.1\Obj\app_hooks.__cstat.et $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_uart.xcl - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_cortex.o - $TOOLKIT_DIR$\inc\c\DLib_Defaults.h - $PROJ_DIR$\test.1\Obj\modbus_crc.o - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_flash_ramfunc.o + $PROJ_DIR$\test.1\Obj\os_dbg.__cstat.et + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_sram.o + $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_dac.o + $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_usart.xcl + $PROJ_DIR$\test.1\Obj\usart.__cstat.et + $PROJ_DIR$\..\Drivers\CMSIS\Include\mpu_armv7.h $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_flash_ex.o - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_pwr_ex.__cstat.et - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_usart.xcl - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_flash_ex.xcl - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_pwr.c - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_dma.c - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_tim.c - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_spi.c - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc_ex.c - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_usart.c - $PROJ_DIR$\..\UCOS\Ports\os_cpu_c.c - $PROJ_DIR$\..\UCOS\Ports\os_dbg.c - $PROJ_DIR$\..\UCOS\Source\ucos_ii.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_hal_uart.c - $PROJ_DIR$\..\UCOS\Config\app_hooks.c + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_dma_ex.o + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_gpio_ex.h + $PROJ_DIR$\test.1\Obj\main.__cstat.et + $PROJ_DIR$\test.1\Obj\dma.xcl + $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_crc.__cstat.et + $PROJ_DIR$\..\Core\Inc\modbus_log.h + $PROJ_DIR$\test.1\List\test.1.map $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_dma.xcl + $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_tim.o + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_tim_ex.xcl + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_i2c.o + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_gpio.__cstat.et + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_pwr_ex.xcl + $PROJ_DIR$\test.1\Obj\tim.xcl + $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_rng.xcl + $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_usart.__cstat.et + $PROJ_DIR$\test.1\Obj\gpio.xcl + $PROJ_DIR$\test.1\Obj\dma.o + $PROJ_DIR$\test.1\Obj\startup_stm32f407xx.o + $PROJ_DIR$\test.1\Obj\usart.xcl + $PROJ_DIR$\test.1\Obj\modbus_log.__cstat.et + $PROJ_DIR$\test.1\Obj\os_dbg.o + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_pwr_ex.o + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_exti.__cstat.et $PROJ_DIR$\test.1\Exe\test.1.hex - $TOOLKIT_DIR$\lib\m7M_tls.a $TOOLKIT_DIR$\lib\shb_l.a - $PROJ_DIR$\test.1\Obj\os_dbg.__cstat.et - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_i2c_ex.xcl - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_msp.xcl + $TOOLKIT_DIR$\inc\c\DLib_Product_string.h + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_i2c.xcl + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_rcc.xcl + $TOOLKIT_DIR$\inc\c\ysizet.h + $PROJ_DIR$\test.1\Obj\os_cpu_c.xcl $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_timebase_tim.__cstat.et - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_rcc.c - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_gpio.c - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_i2c.c - $PROJ_DIR$\..\UCOS\Ports\os_cpu_a.asm - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_crc.c - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_dac.c - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_rng.c - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim.c - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_sram.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\CMSIS\Include\core_cm4.h - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_cortex.__cstat.et + $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_usart.o + $PROJ_DIR$\test.1\Obj\app_hooks.xcl + $PROJ_DIR$\..\Drivers\CMSIS\Include\cmsis_version.h + $PROJ_DIR$\test.1\Obj\os_dbg.xcl + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal.xcl + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_flash_ex.__cstat.et + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_exti.o + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_flash.o + $PROJ_DIR$\test.1\Obj\stm32f4xx_it.__cstat.et + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_dma.xcl + $PROJ_DIR$\..\Core\Inc\usart.h + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_crc.o $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_msp.__cstat.et - $PROJ_DIR$\..\Drivers\CMSIS\Include\mpu_armv7.h - $TOOLKIT_DIR$\inc\c\ycheck.h - $PROJ_DIR$\..\UCOS\Config\app_cfg.h - $PROJ_DIR$\test.1\Obj\os_dbg.xcl - $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_gpio.__cstat.et + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rcc_ex.h + $PROJ_DIR$\..\Drivers\CMSIS\Include\cmsis_iccarm.h + $PROJ_DIR$\test.1\Exe\test.1.out + $PROJ_DIR$\stm32f407xx_flash.icf + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_i2c.__cstat.et + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_flash_ramfunc.xcl + $PROJ_DIR$\test.1\Obj\modbus_crc.__cstat.et $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_crc.xcl - $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_dac.o - $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_pwr.o - $PROJ_DIR$\..\Core\Inc\flash_save.h - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_tim_ex.o - $PROJ_DIR$\test.1\Obj\os_cpu_c.xcl - $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_dac.__cstat.et - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_flash_ex.__cstat.et - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_pwr.o - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pwr.h $PROJ_DIR$\test.1\Obj\usart.o + $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_rcc.xcl + $PROJ_DIR$\..\UCOS\Source\os_mem.c + $PROJ_DIR$\..\UCOS\Source\os_flag.c + $PROJ_DIR$\test.1\Obj\app_hooks.o + $TOOLKIT_DIR$\inc\c\DLib_Product.h + $PROJ_DIR$\..\UCOS\Source\os_q.c + $PROJ_DIR$\test.1\Obj\modbus_crc.xcl + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash_ex.h + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_tim_ex.h + $PROJ_DIR$\..\UCOS\Source\os_sem.c + $PROJ_DIR$\..\Drivers\CMSIS\Device\ST\STM32F4xx\Include\system_stm32f4xx.h + $TOOLKIT_DIR$\inc\c\stddef.h + $PROJ_DIR$\test.1\Obj\ucos_ii.o + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_cortex.__cstat.et + $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_exti.xcl + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_crc.__cstat.et + $PROJ_DIR$\test.1\Obj\system_stm32f4xx.__cstat.et + $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_pwr.xcl + $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_tim.xcl + $PROJ_DIR$\test.1\Obj\main.xcl + $PROJ_DIR$\..\Drivers\CMSIS\Include\cmsis_compiler.h + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_gpio.h + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_tim.o $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_spi.o - $PROJ_DIR$\test.1\Obj\usart.__cstat.et + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_tim.xcl + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_rcc_ex.__cstat.et $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_tim_ex.__cstat.et - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_crc.o + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_pwr.o + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_tim.h + $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_tim.__cstat.et + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_flash_ramfunc.o + $PROJ_DIR$\..\UCOS\Source\os_task.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_pwr_ex.h + $PROJ_DIR$\..\Core\Inc\gpio.h + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_cortex.h + $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_rng.__cstat.et + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_sram.xcl + $PROJ_DIR$\test.1\Obj\dma.__cstat.et + $TOOLKIT_DIR$\inc\c\stdlib.h + $TOOLKIT_DIR$\inc\c\DLib_float_setup.h + $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_wwdg.xcl $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_i2c.__cstat.et - $PROJ_DIR$\test.1\Obj\main.__cstat.et - $PROJ_DIR$\..\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f407xx.h - $TOOLKIT_DIR$\inc\c\ysizet.h - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_flash.xcl - $PROJ_DIR$\test.1\Obj\stm32f4xx_hal_wwdg.o - $PROJ_DIR$\test.1\Obj\stm32f4xx_ll_gpio.o - $PROJ_DIR$\test.1\Obj\system_stm32f4xx.o + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash.h [ROOT_NODE] ILINK - 174 157 + 233 192 - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_crc.c ICCARM - 82 + 229 __cstat - 72 + 255 BICOMP - 36 + 238 ICCARM - 96 56 175 115 122 277 252 166 256 43 212 110 60 185 124 104 48 255 35 218 203 278 51 129 195 165 99 147 50 121 94 64 269 55 146 177 85 + 114 176 97 101 86 52 89 60 124 98 110 116 244 220 260 232 142 184 250 74 251 215 231 261 187 58 76 53 274 282 247 167 68 272 268 248 112 - $PROJ_DIR$\..\Core\Src\tim.c + $PROJ_DIR$\..\Core\Src\usart.c ICCARM - 45 + 239 __cstat - 59 + 183 BICOMP - 49 + 205 ICCARM - 187 75 96 56 175 115 122 277 252 166 256 43 212 110 60 185 124 104 48 255 35 218 203 278 51 129 195 165 99 147 50 121 94 64 269 55 146 177 85 148 97 142 40 53 204 198 41 76 263 62 44 163 69 257 61 179 207 + 228 82 114 176 97 101 86 52 89 60 124 98 110 116 244 220 260 232 142 184 250 74 251 215 231 261 187 58 76 53 274 282 247 167 68 272 268 248 112 71 174 212 75 278 108 130 93 133 191 72 56 279 55 57 95 64 164 @@ -349,182 +349,191 @@ ICCARM - 103 + 163 __cstat - 128 + 157 BICOMP - 145 + 202 ICCARM - 46 75 96 56 175 115 122 277 252 166 256 43 212 110 60 185 124 104 48 255 35 218 203 278 51 129 195 165 99 147 50 121 94 64 269 55 146 177 85 187 148 97 142 40 53 204 198 41 76 263 62 44 163 69 257 61 179 207 + 273 82 114 176 97 101 86 52 89 60 124 98 110 116 244 220 260 232 142 184 250 74 251 215 231 261 187 58 76 53 274 282 247 167 68 272 268 248 112 72 228 71 174 212 75 278 108 130 93 133 191 56 279 55 57 95 64 164 - $PROJ_DIR$\..\Core\Src\stm32f4xx_hal_msp.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_exti.c ICCARM - 102 + 224 __cstat - 254 + 209 BICOMP - 239 + 106 ICCARM - 75 96 56 175 115 122 277 252 166 256 43 212 110 60 185 124 104 48 255 35 218 203 278 51 129 195 165 99 147 50 121 94 64 269 55 146 177 85 + 114 176 97 101 86 52 89 60 124 98 110 116 244 220 260 232 142 184 250 74 251 215 231 261 187 58 76 53 274 282 247 167 68 272 268 248 112 - $PROJ_DIR$\..\Core\Src\stm32f4xx_hal_timebase_tim.c + $PROJ_DIR$\..\Core\Src\flash_save.c ICCARM - 84 + 126 __cstat - 240 + 170 BICOMP - 173 + 105 ICCARM - 96 56 175 115 122 277 252 166 256 43 212 110 60 185 124 104 48 255 35 218 203 278 51 129 195 165 99 147 50 121 94 64 269 55 146 177 85 + 133 114 176 97 101 86 52 89 60 124 98 110 116 244 220 260 232 142 184 250 74 251 215 231 261 187 58 76 53 274 282 247 167 68 272 268 248 112 228 82 71 174 212 75 278 108 130 93 191 72 56 279 55 57 95 64 164 - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_crc.c + $PROJ_DIR$\startup_stm32f407xx.s + + + AARM + 204 + + + + + $PROJ_DIR$\..\Core\Src\dma.c ICCARM - 274 + 203 __cstat - 37 + 277 BICOMP - 260 + 189 ICCARM - 96 56 175 115 122 277 252 166 256 43 212 110 60 185 124 104 48 255 35 218 203 278 51 129 195 165 99 147 50 121 94 64 269 55 146 177 85 + 138 82 114 176 97 101 86 52 89 60 124 98 110 116 244 220 260 232 142 184 250 74 251 215 231 261 187 58 76 53 274 282 247 167 68 272 268 248 112 - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ramfunc.c + $PROJ_DIR$\..\Core\Src\stm32f4xx_it.c ICCARM - 214 + 159 __cstat - 189 + 226 BICOMP - 52 + 161 ICCARM - 96 56 175 115 122 277 252 166 256 43 212 110 60 185 124 104 48 255 35 218 203 278 51 129 195 165 99 147 50 121 94 64 269 55 146 177 85 + 82 114 176 97 101 86 52 89 60 124 98 110 116 244 220 260 232 142 184 250 74 251 215 231 261 187 58 76 53 274 282 247 167 68 272 268 248 112 175 55 57 130 71 95 64 164 - $PROJ_DIR$\..\Core\Src\modbus_log.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma.c ICCARM - 184 + 70 __cstat - 136 + 94 BICOMP - 199 + 227 ICCARM - 62 148 75 96 56 175 115 122 277 252 166 256 43 212 110 60 185 124 104 48 255 35 218 203 278 51 129 195 165 99 147 50 121 94 64 269 55 146 177 85 97 142 40 53 204 198 41 76 263 187 44 163 69 257 61 179 207 + 114 176 97 101 86 52 89 60 124 98 110 116 244 220 260 232 142 184 250 74 251 215 231 261 187 58 76 53 274 282 247 167 68 272 268 248 112 - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_exti.c + $PROJ_DIR$\..\Core\Src\main.c ICCARM - 114 + 151 __cstat - 151 + 188 BICOMP - 119 + 259 ICCARM - 96 56 175 115 122 277 252 166 256 43 212 110 60 185 124 104 48 255 35 218 203 278 51 129 195 165 99 147 50 121 94 64 269 55 146 177 85 + 82 114 176 97 101 86 52 89 60 124 98 110 116 244 220 260 232 142 184 250 74 251 215 231 261 187 58 76 53 274 282 247 167 68 272 268 248 112 273 72 228 71 174 212 75 278 108 130 93 133 191 56 279 55 57 95 64 164 138 - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c.c + $PROJ_DIR$\..\Core\Src\modbus_crc.c ICCARM - 154 + 117 __cstat - 132 + 237 BICOMP - 205 + 246 ICCARM - 96 56 175 115 122 277 252 166 256 43 212 110 60 185 124 104 48 255 35 218 203 278 51 129 195 165 99 147 50 121 94 64 269 55 146 177 85 + 93 86 52 89 60 124 98 110 116 244 220 260 232 142 184 250 114 176 97 101 74 251 215 231 261 187 58 76 53 274 282 247 167 68 272 268 248 112 @@ -533,883 +542,874 @@ ICCARM - 28 + 59 __cstat - 34 + 63 BICOMP - 190 + 222 ICCARM - 96 56 175 115 122 277 252 166 256 43 212 110 60 185 124 104 48 255 35 218 203 278 51 129 195 165 99 147 50 121 94 64 269 55 146 177 85 + 114 176 97 101 86 52 89 60 124 98 110 116 244 220 260 232 142 184 250 74 251 215 231 261 187 58 76 53 274 282 247 167 68 272 268 248 112 - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c_ex.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cortex.c ICCARM - 188 + 127 __cstat - 74 + 253 BICOMP - 238 + 162 ICCARM - 96 56 175 115 122 277 252 166 256 43 212 110 60 185 124 104 48 255 35 218 203 278 51 129 195 165 99 147 50 121 94 64 269 55 146 177 85 + 114 176 97 101 86 52 89 60 124 98 110 116 244 220 260 232 142 184 250 74 251 215 231 261 187 58 76 53 274 282 247 167 68 272 268 248 112 - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ex.c ICCARM - 268 + 185 __cstat - 133 + 223 BICOMP - 137 + 125 ICCARM - 96 56 175 115 122 277 252 166 256 43 212 110 60 185 124 104 48 255 35 218 203 278 51 129 195 165 99 147 50 121 94 64 269 55 146 177 85 + 114 176 97 101 86 52 89 60 124 98 110 116 244 220 260 232 142 184 250 74 251 215 231 261 187 58 76 53 274 282 247 167 68 272 268 248 112 - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr_ex.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash.c ICCARM - 196 + 225 __cstat - 216 + 154 BICOMP - 167 + 61 ICCARM - 96 56 175 115 122 277 252 166 256 43 212 110 60 185 124 104 48 255 35 218 203 278 51 129 195 165 99 147 50 121 94 64 269 55 146 177 85 + 114 176 97 101 86 52 89 60 124 98 110 116 244 220 260 232 142 184 250 74 251 215 231 261 187 58 76 53 274 282 247 167 68 272 268 248 112 - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ex.c + $PROJ_DIR$\..\Core\Src\modbus_log.c ICCARM - 215 + 100 __cstat - 267 + 206 BICOMP - 219 + 141 ICCARM - 96 56 175 115 122 277 252 166 256 43 212 110 60 185 124 104 48 255 35 218 203 278 51 129 195 165 99 147 50 121 94 64 269 55 146 177 85 + 191 228 82 114 176 97 101 86 52 89 60 124 98 110 116 244 220 260 232 142 184 250 74 251 215 231 261 187 58 76 53 274 282 247 167 68 272 268 248 112 71 174 212 75 278 108 130 93 133 72 56 279 55 57 95 64 164 - $PROJ_DIR$\..\Core\Src\main.c + $PROJ_DIR$\..\Core\Src\stm32f4xx_hal_msp.c ICCARM - 123 + 90 __cstat - 276 + 230 BICOMP - 158 + 115 ICCARM - 75 96 56 175 115 122 277 252 166 256 43 212 110 60 185 124 104 48 255 35 218 203 278 51 129 195 165 99 147 50 121 94 64 269 55 146 177 85 46 187 148 97 142 40 53 204 198 41 76 263 62 44 163 69 257 61 179 207 116 + 82 114 176 97 101 86 52 89 60 124 98 110 116 244 220 260 232 142 184 250 74 251 215 231 261 187 58 76 53 274 282 247 167 68 272 268 248 112 - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma_ex.c + $PROJ_DIR$\..\Core\Src\stm32f4xx_hal_timebase_tim.c ICCARM - 83 + 136 __cstat - 68 + 217 BICOMP - 182 + 111 ICCARM - 96 56 175 115 122 277 252 166 256 43 212 110 60 185 124 104 48 255 35 218 203 278 51 129 195 165 99 147 50 121 94 64 269 55 146 177 85 + 114 176 97 101 86 52 89 60 124 98 110 116 244 220 260 232 142 184 250 74 251 215 231 261 187 58 76 53 274 282 247 167 68 272 268 248 112 - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_gpio.c + $PROJ_DIR$\..\Core\Src\system_stm32f4xx.c ICCARM - 77 + 132 __cstat - 125 + 256 BICOMP - 193 + 104 ICCARM - 96 56 175 115 122 277 252 166 256 43 212 110 60 185 124 104 48 255 35 218 203 278 51 129 195 165 99 147 50 121 94 64 269 55 146 177 85 + 86 52 89 60 124 98 110 116 244 220 260 232 142 184 250 114 176 97 101 74 251 215 231 261 187 58 76 53 274 282 247 167 68 272 268 248 112 - $PROJ_DIR$\..\Core\Src\stm32f4xx_it.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma_ex.c ICCARM - 141 + 186 __cstat - 155 + 66 BICOMP - 192 + 150 ICCARM - 75 96 56 175 115 122 277 252 166 256 43 212 110 60 185 124 104 48 255 35 218 203 278 51 129 195 165 99 147 50 121 94 64 269 55 146 177 85 63 69 257 41 97 61 179 207 + 114 176 97 101 86 52 89 60 124 98 110 116 244 220 260 232 142 184 250 74 251 215 231 261 187 58 76 53 274 282 247 167 68 272 268 248 112 - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cortex.c + $PROJ_DIR$\..\Core\Src\tim.c ICCARM - 211 + 81 __cstat - 253 + 62 BICOMP - 106 + 199 ICCARM - 96 56 175 115 122 277 252 166 256 43 212 110 60 185 124 104 48 255 35 218 203 278 51 129 195 165 99 147 50 121 94 64 269 55 146 177 85 + 72 82 114 176 97 101 86 52 89 60 124 98 110 116 244 220 260 232 142 184 250 74 251 215 231 261 187 58 76 53 274 282 247 167 68 272 268 248 112 228 71 174 212 75 278 108 130 93 133 191 56 279 55 57 95 64 164 - $PROJ_DIR$\startup_stm32f407xx.s + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_usart.c - AARM - 178 + ICCARM + 121 + + + __cstat + 172 + + + BICOMP + 120 + + + ICCARM + 114 176 97 101 86 52 89 60 124 98 110 116 244 220 260 232 142 184 250 74 251 215 231 261 187 58 76 53 274 282 247 167 68 272 268 248 112 + + - $PROJ_DIR$\..\Core\Src\usart.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_exti.c ICCARM - 270 + 87 __cstat - 272 + 54 BICOMP - 118 + 254 - + + + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_crc.c + ICCARM - 148 75 96 56 175 115 122 277 252 166 256 43 212 110 60 185 124 104 48 255 35 218 203 278 51 129 195 165 99 147 50 121 94 64 269 55 146 177 85 97 142 40 53 204 198 41 76 263 62 187 44 163 69 257 61 179 207 + 85 - + + __cstat + 190 + + + BICOMP + 128 + + - $PROJ_DIR$\..\Core\Src\system_stm32f4xx.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_tim.c ICCARM - 282 + 194 __cstat - 202 + 269 BICOMP - 161 + 258 - + + + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_dac.c + ICCARM - 122 277 252 166 256 43 212 110 60 185 124 104 48 255 35 96 56 175 115 218 203 278 51 129 195 165 99 147 50 121 94 64 269 55 146 177 85 + 181 - + + __cstat + 77 + + + BICOMP + 79 + + - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma.c + $PROJ_DIR$\..\UCOS\Config\app_hooks.c ICCARM - 91 + 243 __cstat - 170 + 177 BICOMP - 176 + 219 ICCARM - 96 56 175 115 122 277 252 166 256 43 212 110 60 185 124 104 48 255 35 218 203 278 51 129 195 165 99 147 50 121 94 64 269 55 146 177 85 + 102 55 57 130 71 124 98 110 116 244 215 95 64 164 - $PROJ_DIR$\..\Core\Src\dma.c + $PROJ_DIR$\..\UCOS\Source\ucos_ii.c ICCARM - 180 + 252 __cstat - 71 + 155 BICOMP - 29 + 78 ICCARM - 116 75 96 56 175 115 122 277 252 166 256 43 212 110 60 185 124 104 48 255 35 218 203 278 51 129 195 165 99 147 50 121 94 64 269 55 146 177 85 + 55 57 130 71 124 98 110 116 244 215 95 64 164 96 242 80 241 83 245 249 271 143 144 - $PROJ_DIR$\..\Core\Src\flash_save.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr.c ICCARM - 201 + 267 __cstat - 100 + 129 BICOMP - 89 + 140 ICCARM - 263 96 56 175 115 122 277 252 166 256 43 212 110 60 185 124 104 48 255 35 218 203 278 51 129 195 165 99 147 50 121 94 64 269 55 146 177 85 148 75 97 142 40 53 204 198 41 76 62 187 44 163 69 257 61 179 207 + 114 176 97 101 86 52 89 60 124 98 110 116 244 220 260 232 142 184 250 74 251 215 231 261 187 58 76 53 274 282 247 167 68 272 268 248 112 - $PROJ_DIR$\..\Core\Src\modbus_crc.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ramfunc.c ICCARM - 213 + 270 __cstat - 65 + 168 BICOMP - 73 + 236 ICCARM - 76 122 277 252 166 256 43 212 110 60 185 124 104 48 255 35 96 56 175 115 218 203 278 51 129 195 165 99 147 50 121 94 64 269 55 146 177 85 + 114 176 97 101 86 52 89 60 124 98 110 116 244 220 260 232 142 184 250 74 251 215 231 261 187 58 76 53 274 282 247 167 68 272 268 248 112 - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c_ex.c ICCARM - 143 + 109 __cstat - 168 + 173 BICOMP - 279 + 118 ICCARM - 96 56 175 115 122 277 252 166 256 43 212 110 60 185 124 104 48 255 35 218 203 278 51 129 195 165 99 147 50 121 94 64 269 55 146 177 85 + 114 176 97 101 86 52 89 60 124 98 110 116 244 220 260 232 142 184 250 74 251 215 231 261 187 58 76 53 274 282 247 167 68 272 268 248 112 - $PROJ_DIR$\test.1\Exe\test.1.out + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_wwdg.c - ILINK - 157 + ICCARM + 131 - OBJCOPY - 234 + __cstat + 67 + + + BICOMP + 280 - ILINK - 171 93 180 201 103 123 213 184 67 101 144 178 28 211 274 91 83 114 143 215 214 77 154 188 102 268 196 82 88 107 78 264 84 47 208 280 141 152 261 58 172 281 183 262 126 86 271 42 138 282 45 70 270 236 57 235 194 + ICCARM + 114 176 97 101 86 52 89 60 124 98 110 116 244 220 260 232 142 184 250 74 251 215 231 261 187 58 76 53 274 282 247 167 68 272 268 248 112 - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_pwr.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_dma.c ICCARM - 262 + 146 __cstat - 54 + 134 BICOMP - 39 + 193 - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_dma.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc_ex.c ICCARM - 58 + 92 __cstat - 109 + 265 BICOMP - 233 + 91 + + + ICCARM + 114 176 97 101 86 52 89 60 124 98 110 116 244 220 260 232 142 184 250 74 251 215 231 261 187 58 76 53 274 282 247 167 68 272 268 248 112 + + - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_tim.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim_ex.c ICCARM - 42 + 139 __cstat - 80 + 266 BICOMP - 87 + 195 + + + ICCARM + 114 176 97 101 86 52 89 60 124 98 110 116 244 220 260 232 142 184 250 74 251 215 231 261 187 58 76 53 274 282 247 167 68 272 268 248 112 + + - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_spi.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_sram.c ICCARM - 271 + 180 __cstat - 191 + 69 BICOMP - 127 + 276 + + + ICCARM + 114 176 97 101 86 52 89 60 124 98 110 116 244 220 260 232 142 184 250 74 251 215 231 261 187 58 76 53 274 282 247 167 68 272 268 248 112 + + - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc_ex.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr_ex.c ICCARM - 88 + 208 __cstat - 156 + 165 BICOMP - 113 + 198 ICCARM - 96 56 175 115 122 277 252 166 256 43 212 110 60 185 124 104 48 255 35 218 203 278 51 129 195 165 99 147 50 121 94 64 269 55 146 177 85 + 114 176 97 101 86 52 89 60 124 98 110 116 244 220 260 232 142 184 250 74 251 215 231 261 187 58 76 53 274 282 247 167 68 272 268 248 112 - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_usart.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_i2c.c ICCARM - 138 + 113 __cstat - 139 + 281 BICOMP - 197 + 158 - $PROJ_DIR$\..\UCOS\Ports\os_cpu_c.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim.c ICCARM - 101 + 262 __cstat - 150 + 123 BICOMP - 265 + 264 ICCARM - 69 257 41 97 256 43 212 110 60 278 61 179 207 + 114 176 97 101 86 52 89 60 124 98 110 116 244 220 260 232 142 184 250 74 251 215 231 261 187 58 76 53 274 282 247 167 68 272 268 248 112 - $PROJ_DIR$\..\UCOS\Ports\os_dbg.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_pwr.c ICCARM - 144 + 145 __cstat - 237 + 152 BICOMP - 258 + 257 - - - ICCARM - 69 257 41 97 256 43 212 110 60 278 61 179 207 - - - $PROJ_DIR$\..\UCOS\Source\ucos_ii.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_rcc.c ICCARM - 70 + 103 __cstat - 149 + 169 BICOMP - 98 + 240 - - - ICCARM - 69 257 41 97 256 43 212 110 60 278 61 179 207 108 160 112 32 134 169 95 105 140 33 - - - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim_ex.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_rng.c ICCARM - 264 + 171 __cstat - 273 + 275 BICOMP - 206 + 200 - - - ICCARM - 96 56 175 115 122 277 252 166 256 43 212 110 60 185 124 104 48 255 35 218 203 278 51 129 195 165 99 147 50 121 94 64 269 55 146 177 85 - - - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_usart.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_spi.c ICCARM - 208 + 263 __cstat - 30 + 147 BICOMP - 217 + 153 - - - ICCARM - 96 56 175 115 122 277 252 166 256 43 212 110 60 185 124 104 48 255 35 218 203 278 51 129 195 165 99 147 50 121 94 64 269 55 146 177 85 - - - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_uart.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_gpio.c ICCARM - 47 + 156 __cstat - 186 + 197 BICOMP - 210 + 119 ICCARM - 96 56 175 115 122 277 252 166 256 43 212 110 60 185 124 104 48 255 35 218 203 278 51 129 195 165 99 147 50 121 94 64 269 55 146 177 85 + 114 176 97 101 86 52 89 60 124 98 110 116 244 220 260 232 142 184 250 74 251 215 231 261 187 58 76 53 274 282 247 167 68 272 268 248 112 - $PROJ_DIR$\..\UCOS\Config\app_hooks.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc.c ICCARM - 93 + 88 __cstat - 120 + 84 BICOMP - 164 + 214 ICCARM - 117 69 257 41 97 256 43 212 110 60 278 61 179 207 + 114 176 97 101 86 52 89 60 124 98 110 116 244 220 260 232 142 184 250 74 251 215 231 261 187 58 76 53 274 282 247 167 68 272 268 248 112 - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_rcc.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_uart.c ICCARM - 126 + 122 __cstat - 181 + 166 BICOMP - 131 + 178 - - - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_gpio.c - + ICCARM - 281 - - - __cstat - 259 - - - BICOMP - 200 + 114 176 97 101 86 52 89 60 124 98 110 116 244 220 260 232 142 184 250 74 251 215 231 261 187 58 76 53 274 282 247 167 68 272 268 248 112 - + - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_i2c.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c.c ICCARM - 183 + 196 __cstat - 275 + 235 BICOMP - 162 + 213 - - - $PROJ_DIR$\..\UCOS\Ports\os_cpu_a.asm - + - AARM - 67 + ICCARM + 114 176 97 101 86 52 89 60 124 98 110 116 244 220 260 232 142 184 250 74 251 215 231 261 187 58 76 53 274 282 247 167 68 272 268 248 112 - + - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_crc.c + $PROJ_DIR$\..\UCOS\Ports\os_cpu_a.asm - ICCARM - 152 - - - __cstat - 159 - - - BICOMP - 209 + AARM + 73 - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_dac.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_usart.c ICCARM - 261 + 218 __cstat - 266 + 201 BICOMP - 111 + 182 - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_rng.c + $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_gpio.c ICCARM - 86 + 135 __cstat - 90 + 65 BICOMP - 135 + 137 - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim.c + $PROJ_DIR$\..\UCOS\Ports\os_cpu_c.c ICCARM - 78 + 149 __cstat - 130 + 148 BICOMP - 92 + 216 ICCARM - 96 56 175 115 122 277 252 166 256 43 212 110 60 185 124 104 48 255 35 218 203 278 51 129 195 165 99 147 50 121 94 64 269 55 146 177 85 + 55 57 130 71 124 98 110 116 244 215 95 64 164 - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_sram.c + $PROJ_DIR$\..\UCOS\Ports\os_dbg.c ICCARM - 107 + 207 __cstat - 31 + 179 BICOMP - 81 + 221 ICCARM - 96 56 175 115 122 277 252 166 256 43 212 110 60 185 124 104 48 255 35 218 203 278 51 129 195 165 99 147 50 121 94 64 269 55 146 177 85 + 55 57 130 71 124 98 110 116 244 215 95 64 164 - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_exti.c - - - ICCARM - 172 - - - __cstat - 153 - - - BICOMP - 66 - - - - - $PROJ_DIR$\..\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_wwdg.c + $PROJ_DIR$\test.1\Exe\test.1.out - ICCARM - 280 - - - __cstat - 79 + ILINK + 192 - BICOMP - 38 + OBJCOPY + 210 - ICCARM - 96 56 175 115 122 277 252 166 256 43 212 110 60 185 124 104 48 255 35 218 203 278 51 129 195 165 99 147 50 121 94 64 269 55 146 177 85 + ILINK + 234 243 203 126 163 151 117 100 73 149 207 204 59 127 229 70 186 224 225 185 270 156 196 109 90 267 208 88 92 180 262 139 136 122 121 131 159 85 181 146 87 135 113 145 103 171 263 194 218 132 81 252 239 211 160 107 99 diff --git a/PLSR/PLSR/EWARM/test.1/Exe/test.1.sim b/PLSR/PLSR/EWARM/test.1/Exe/test.1.sim index ee9ba32fb11880cba357f77aaa04e27dc2a317b3..e1345b3dc31937c42bcbb0e27adfe801fbf8d52b 100644 GIT binary patch delta 3463 zcmZXW3v?4z8i4;hNt$U(+mt@i($^%RB!zP5Lv48!TDp{Wp-?IXwNz38H$a7~ps+`3 z0S`w|u`QRn)wWQdfTCL)imXzlD`0&fi2`SrgC-sypy)EVtTU4|nf+%P>)G9$^WFcy z|NZYj_wnc6dwhtwe2QslsVb`l_18NSfDiyST;p4T%Rc~YeiyKX$P(mEqz)PF@mskZ zZFh(5^(a>%f5g5IA%8-eksZh`WDl|zX-7J$v3M5gL7qomMvfq_BX1%D$X}5`WC%Hf ze2Bz!1A7kTM*NTmaIimRW1V=qS7J&n_leV?kU&EgfNA2&45q*Zi^nu?Z z=h7j@RJcAI`T76p*A?#9Atnr_3_RYKJ~kqTCTXm7v%~#1i^|uphHDRqcKmwT&%5&o zjzJkGj?t`)gyB0!Mn_VQJ%DeJSRBuPM?Ov4HQ7cIj#Z>ael=XnqvtfKkt@P6vgi#> zD%njVwb?0WBqc7x2V~_d8&rRWza`U8H7OQO?ZEI~V(l7*%J=(o*JYe z9OQ%=B=VcU=ob!AuQrXu(SWu-{(TwDU`ppSyi-!jo%9d7srqHo9jH5Km+p0fI~P$# za_Ey0+}mQfw*tm>T0K*+E~6t0wnQ zDeg{^=c+dBAY>ywA3vWgpvLhlNgCZUKAW(#XM6+mj{qGR? z-}2x0LLkb*@ORN*LJ@NSNsGw^ zx;&|b?57<`Rb(OcCKbk|OknLRdHh?OY`E$X)Rg=P8KynSg*klM?zxLRUh&6h;;2d| zcCT0(366OfYu4H#$BootkcCdkD^8?Ra@m5mv`EM9xiN0SdBqdytWy>ihm6!!lF=URE6;yFB~of^|l)~Kpi+`0_7 zoUr3j)wW+W0oXJiBS-ipGUKzMtX9)~NR)*%QP~2EoFAUxWOqo&lw~2&Wt>n)B0mxt zU++^4f0jO!Hiv0SaUD;aMB-Y-Z9ZEw*dF$95E7oG*VC_SWg%Xqmot7xKBrlk&HC9v zyCZ~4^J3<-EQ_jhL0sk}b}QJ5Jaz}zZo_S3ogv{~dNb3Q-?VHr8LERsO^Q3^cpsR& z;$0EImj|O&y$1D?pib2*>GZ4&GR3t#D~pgsx`n$+c)HTGk({9CO-o2CHJKlasUE@m z1>J{JOWC*Ro8~ghuR9L8z_)G3JkpY_`^93eeXic!==jPGrUNw9Vj?%`Op7VO=Wq03 zE9TD}4>2iwy@_tLq^5l2w^k_=sZ=L2FFcV*Kkc=ow@7|s%EL94N2cPZn<|0l{WjFr zqjueIL2WH+-}y6r8ESBiE!6{R@M$3(^g0gD)qmdWP&B}Fm4$3E(r0(V^`LV zaVsm^>~{`&F@3!)z->joMEwiIL5n6P&_xq#^_TI4zTN#iJv1?gbW+bmQ`S@dXkSQJ zA+b0HWirm7QqBs5gj$L4hiQCv#{K&wv%0m6+t#eJ#o`77pM#N%Zld=2z1k-k`{YV7 zKBaXQwzBTgh%?nzJ+@{@`GcL!!1)l{qxd&NYEWm96)m(adv`1wO7+F3$JG{UeiZhY~cx*9BiYK{)Mz9H)-k*0cQkz(Gj7vm4@3G-WTXY>tWT( zjae_bhH_WwGA2pD+eF|W4Kn-;iQ!iSfj=Dx3NQMBUr5Uevg6+w(EX702U6iTg0Ht4|AaabYz45Jv5yMTOaO1AuDKo(Sk;?)a+RNi%gn=o*DGRi)x_?3)>x;r0bZT*ZLXT`1occXqriBhEf$%wJ?FgBiFs7;~sXV23mjf8{}SNrUSD3V8SR9bX^ zuSA2(ShXoSX1E8~D~S7k%q;rnrG?~c`tj0gJit=x3YkQSE~>kioTabV)sb?lSvK?b zZ29F?M^}M4!Zd>m2{uV7XGmbynkrD^B&94+>)EKKNJ=@`wQ1Sigj{f)TmFd7_-b$l z7Zgt7AOZUXg%^TKdCax4;gBwd$FV3Ih}Rsq+Lf>>iy;}V!Zqi$WQ9w!?s2B2U@5Ro zIR1OK0sAv@|2kmb-V5xar-40-yxR)wKat7p*oHiTY}g0v@%_O1kvE+ZTP6&hwMk5K{}D=kZ$Av(u=%+ymSy&v9F+V7a;XW*Jxeg2v>t!6dwpJ!T!=*$60r>m4@nj*dNlwIl1WeY8`M~Cu MzfW6xvzc7^KUl>K`Tzg` delta 3500 zcmZXW3v?9K8G!#g`^U|K$Pu#yv6=$*^!OrWw}Pmx-B2HhwmKkYW;VN-{xezdwB2*Q`~Ua9 z|NZal-?{g*)69u8%%=95^5vlY`kw3(IMjXCW|UD29_kLvT;6mL*zA{p{SbX-q0B?BqCOX8F;a$krN=n+E~GpPE#7M$|&I?aL)N2X&q}N1HkmMmQXpn#sM`1BA6Qi}U&K$RE>gU8W^I6styy{C22TK}U7g zuJX?&A%h$Z&dy5`Igyg0guzwrQ+$oq+kxJ8;*NDWB9vKBIj}1=$Iy`zr46 z`XqBCan+;}r%&1x2ChXI%h^=u`oUTRiukOmx_QmbRJde9E?|O`BQM@o2!ojd3u!b+u)L-uf{uBHQ*KYvcC!M?{ z4z0iwVTYt10>R}1pNnz}O58AEqqgjKBt;CD)GfBQN$XQ?XKu5&pGlcPVs=Zr#vHrBvD3@Jr1&s>H}yOHq^KzLMA|}fhEAmI zHsu7Ju1PVQwojj(9;@lmK|I<-wiO(OUZ)EjbMR={mPv6b9i48eYgsv!FttIVCC&;Z zc1&H(8Y2jm!3a%nK)ozz(DbFK7Y3Ef<<*y(8JBm%rRFnE!h@@P!@{vi(dsTpPbVaq zuHY_{f6!8X2l*X6!q=1CG{`>|RT{uM3d6i-UBKQ$57^4He3&gaG6r%$=<4uEoSw8k zD;06w6(-Mm*Ci+LOX*b`Pd=ydc7EYm|N1d(#r(V7OL#RW?wd3~zw7Y|@=?Fb08Z3& zp3P2m8&3FV)Tj%u))u}fwD6x~+G$Sqk|cI`cwW0+^A}q#R1gWZx5^3-}@w7q6 z!blbm(fU+teG;%wvK%$0ww7Qk>zRsJthE}jHH_9}rqJz~d!xsL)-gw$1$~2}5TwkE z{xXluIXTP+@J?Pf>0xUX@Uhi^mP>M<1o%h($s1j*h<~KM z88X@F{xoYHA&1<>*{hhC`vV3H&j>96wcJi$x+N>-&XBE9v#p>P&{h_*m1wpi8j+I~ zV++~RHCq}j&#_kWfm|bd!C^FBXcszwcd_f$xW+&WT3woT!A)ym;uuD_O4?kIRXRIhf})$z z6pjd80mCt2#Ecut2tk?H)oTo23&P>a@yh_}2LP`DClNN&(E@wyPCvddApEA+K1$|T z$*4PJPKu7S(!#>iF~34=1@x^ss4Y zS|d9aPHv@N6t0ecO1bfEj)EkBEJb{V))!@_??t=1HVzgHDPkwqBL9v5a_}4A5{z}w z$BH^*?+b#>z!!0f_@ttiy>5H)RUPwnfF_mgy5+?H$C0je*Y$}^58-rOWH1|(Y|lj9 z^^Rqv>xL~8Z4c0qGHc?N39u2~f^o7iE`GRBv(fL$78zvBdfq*E{@QS|pVDf(VGX`r zx4GY{zCR)=1JxqLa}RL4XlX+M-j6#PYRN%5(on!i61~=NH#tn}8yiU$9cV0_8>YOn z@zsrBGx8OCNN32y?u(nw>9O}f(-Tbl(+$ABhfXJU z0ei=8VBgsaY|_)f9!6}Pz)tG|_7}+BZfrxoMm~53*ti~GS0drh0lV{gVE5p&_-r4r z-!c>t-h_JmgKC|gZu^$(cOTjH#dOoC zGQC<7KcGFm=@Ea>-g!w_AEu{zE19A`sz2z6`ejgk{;3Hkiw*ALgL#DUJxRCqm5?Yp z(09bphv#tAz3R{~$(n~V*DqJdHONme6M#99ab&5WOG?0V1i~?L9