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 021eec7..bb0044d 100644 Binary files a/PLSR/PLSR/EWARM/test.1/Exe/test.1.sim and b/PLSR/PLSR/EWARM/test.1/Exe/test.1.sim differ