From 731b94e6d7445dc034cd665c984f0f7fc6801244 Mon Sep 17 00:00:00 2001 From: armink Date: Sat, 30 May 2015 16:56:32 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E3=80=90=E6=9B=B4=E6=96=B0=E3=80=91?= =?UTF-8?q?=E5=90=84=E5=B9=B3=E5=8F=B0Demo=E4=BB=A5=E9=80=82=E9=85=8D?= =?UTF-8?q?=E6=9C=80=E6=96=B0=E6=BA=90=E7=A0=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: armink --- demo/stm32f10x/non_os/EWARM/EasyFlash.dep | 960 +++++++- .../non_os/EWARM/settings/EasyFlash.dbgdt | 12 +- .../non_os/EWARM/settings/EasyFlash.dni | 2 +- .../non_os/EWARM/settings/EasyFlash.wsdt | 8 +- demo/stm32f10x/non_os/RVMDK/EasyFlash.uvopt | 26 +- .../non_os/RVMDK/EasyFlash_stm32f103xE.dep | 563 +++++ .../non_os/RVMDK/EasyFlash_uvopt.bak | 48 +- demo/stm32f10x/non_os/RVMDK/JLinkLog.txt | 350 +-- .../components/easyflash/port/flash_port.c | 15 + demo/stm32f10x/rtt/EWARM/EasyFlash.dep | 1581 ++++++++----- .../rtt/EWARM/settings/EasyFlash.dbgdt | 12 +- .../rtt/EWARM/settings/EasyFlash.dni | 2 +- .../rtt/EWARM/settings/EasyFlash.wsdt | 8 +- .../components/easyflash/port/flash_port.c | 17 + demo/stm32f4xx/EWARM/EasyFlash.dep | 2101 ++++++++++++++++- demo/stm32f4xx/EWARM/settings/EasyFlash.dbgdt | 6 +- demo/stm32f4xx/EWARM/settings/EasyFlash.dni | 2 +- demo/stm32f4xx/EWARM/settings/EasyFlash.wsdt | 4 +- .../components/easyflash/port/flash_port.c | 17 + 19 files changed, 4979 insertions(+), 755 deletions(-) create mode 100644 demo/stm32f10x/non_os/RVMDK/EasyFlash_stm32f103xE.dep diff --git a/demo/stm32f10x/non_os/EWARM/EasyFlash.dep b/demo/stm32f10x/non_os/EWARM/EasyFlash.dep index 9d7235a..b9c5867 100644 --- a/demo/stm32f10x/non_os/EWARM/EasyFlash.dep +++ b/demo/stm32f10x/non_os/EWARM/EasyFlash.dep @@ -5,7 +5,965 @@ 584004130 stm32f103xE - + + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_flash.pbi + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_fsmc.pbi + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_gpio.pbi + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_i2c.pbi + $PROJ_DIR$\..\components\others\bsp.c + $PROJ_DIR$\..\app\src\stm32f10x_it.c + $PROJ_DIR$\..\Libraries\CMSIS_EWARM\CM3\DeviceSupport\ST\STM32F10x\startup\iar\startup_stm32f10x_hd.s + $PROJ_DIR$\..\..\..\..\easyflash\src\flash_env_wl.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\misc.c + $PROJ_DIR$\..\..\..\..\easyflash\src\flash_env.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_cec.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_dac.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_dma.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_exti.c + $PROJ_DIR$\..\..\..\..\easyflash\src\flash_utils.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_adc.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_can.c + $PROJ_DIR$\..\Libraries\CMSIS_EWARM\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.c + $PROJ_DIR$\..\..\..\..\easyflash\src\flash.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_crc.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_dbgmcu.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_flash.c + $PROJ_DIR$\..\components\easyflash\port\flash_port.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_fsmc.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_bkp.c + $PROJ_DIR$\..\app\src\app.c + $PROJ_DIR$\..\..\..\..\easyflash\src\flash_iap.c + $PROJ_DIR$\stm32f103xE\Obj\flash_iap.pbi + $PROJ_DIR$\stm32f103xE\Obj\flash_utils.pbi + $PROJ_DIR$\stm32f103xE\Obj\bsp.pbi + $PROJ_DIR$\stm32f103xE\Obj\app.pbi + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_gpio.c + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_usart.o + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_pwr.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_spi.c + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_tim.o + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rcc.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_usart.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_usart.h + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_spi.o + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_i2c.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rtc.c + $PROJ_DIR$\stm32f103xE\Obj\startup_stm32f10x_hd.o + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_it.pbi + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_wwdg.o + $PROJ_DIR$\stm32f103xE\Obj\flash_port.pbi + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_tim.c + $PROJ_DIR$\stm32f103xE\Obj\flash.pbi + $PROJ_DIR$\stm32f103xE\Obj\flash_env.pbi + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_sdio.c + $PROJ_DIR$\stm32f103xE\Obj\flash_env_wl.pbi + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_iwdg.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_wwdg.c + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_adc.pbi + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_dac.pbi + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_dbgmcu.pbi + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_dma.pbi + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_exti.pbi + $PROJ_DIR$\stm32f103xE\Obj\system_stm32f10x.pbi + $PROJ_DIR$\stm32f103xE\Obj\misc.pbi + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_bkp.pbi + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_can.pbi + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_cec.pbi + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_crc.pbi + $PROJ_DIR$\stm32f103xE\Obj\flash.o + $PROJ_DIR$\stm32f103xE\Obj\flash_env.o + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_it.o + $PROJ_DIR$\stm32f103xE\Obj\flash_port.o + $PROJ_DIR$\stm32f103xE\Obj\flash_env_wl.o + $PROJ_DIR$\stm32f103xE\Obj\app.o + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_iwdg.o + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_can.o + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_rcc.o + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_dma.o + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_rtc.o + $PROJ_DIR$\stm32f103xE\Obj\misc.o + $PROJ_DIR$\stm32f103xE\Obj\flash_utils.o + $PROJ_DIR$\stm32f103xE\Obj\system_stm32f10x.o + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_dac.o + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_exti.o + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_pwr.o + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_flash.o + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_sdio.o + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_adc.o + $PROJ_DIR$\stm32f103xE\Obj\flash_iap.o + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_crc.o + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_dbgmcu.o + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_bkp.o + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_fsmc.o + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_i2c.o + $PROJ_DIR$\stm32f103xE\Obj\bsp.o + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_gpio.o + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_cec.o + $TOOLKIT_DIR$\inc\c\ysizet.h + $TOOLKIT_DIR$\inc\c\stdlib.h + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\misc.h + $TOOLKIT_DIR$\inc\c\ystdio.h + $PROJ_DIR$\..\..\..\..\easyflash\inc\flash.h + $TOOLKIT_DIR$\inc\c\stdbool.h + $TOOLKIT_DIR$\inc\c\stdio.h + $TOOLKIT_DIR$\inc\c\stddef.h + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_iwdg.pbi + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_spi.pbi + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_pwr.pbi + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_tim.pbi + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_rcc.pbi + $PROJ_DIR$\stm32f103xE\Obj\EasyFlash.pbd + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_sdio.pbi + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_usart.pbi + $PROJ_DIR$\stm32f103xE\Exe\EasyFlash.out + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_tim.h + $PROJ_DIR$\stm32f103xE\Exe\EasyFlash.bin + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_rtc.pbi + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_wwdg.pbi + $PROJ_DIR$\..\Libraries\CMSIS_EWARM\CM3\DeviceSupport\ST\STM32F10x\stm32f10x.h + $TOOLKIT_DIR$\inc\c\DLib_Config_Normal.h + $TOOLKIT_DIR$\inc\c\cmsis_iar.h + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_gpio.h + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_rcc.h + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_wwdg.h + $PROJ_DIR$\..\components\others\bsp.h + $TOOLKIT_DIR$\inc\c\DLib_Threads.h + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_flash.h + $TOOLKIT_DIR$\inc\c\DLib_Product.h + $PROJ_DIR$\..\app\inc\stm32f10x_conf.h + $TOOLKIT_DIR$\inc\c\stdint.h + $PROJ_DIR$\..\Libraries\CMSIS_EWARM\Include\core_cmInstr.h + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_adc.h + $TOOLKIT_DIR$\inc\c\ycheck.h + $TOOLKIT_DIR$\inc\c\xencoding_limits.h + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_can.h + $PROJ_DIR$\..\Libraries\CMSIS_EWARM\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.h + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_exti.h + $PROJ_DIR$\..\Libraries\CMSIS_EWARM\Include\core_cm3.h + $TOOLKIT_DIR$\inc\c\intrinsics.h + $TOOLKIT_DIR$\inc\c\DLib_Defaults.h + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_iwdg.h + $PROJ_DIR$\..\Libraries\CMSIS_EWARM\Include\core_cmFunc.h + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_fsmc.h + $TOOLKIT_DIR$\inc\c\yvals.h + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_sdio.h + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_spi.h + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_bkp.h + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_crc.h + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_dac.h + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_cec.h + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_dbgmcu.h + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_dma.h + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_i2c.h + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_pwr.h + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_rtc.h + $PROJ_DIR$\..\app\inc\stm32f10x_it.h + $TOOLKIT_DIR$\inc\c\stdarg.h + $TOOLKIT_DIR$\inc\c\string.h + $TOOLKIT_DIR$\inc\c\DLib_Product_string.h + $TOOLKIT_DIR$\lib\shb_l.a + $TOOLKIT_DIR$\lib\dl7M_tlf.a + $PROJ_DIR$\stm32f103xE\List\EasyFlash.map + $PROJ_DIR$\..\components\others\stm32f103xE.icf + $TOOLKIT_DIR$\lib\m7M_tl.a + $TOOLKIT_DIR$\lib\rt7M_tl.a + + + [ROOT_NODE] + + + ILINK + 109 157 + + + + + $PROJ_DIR$\..\components\others\bsp.c + + + BICOMP + 29 + + + ICCARM + 90 + + + + + BICOMP + 120 124 127 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 130 132 122 138 117 136 118 110 38 119 95 99 93 96 + + + ICCARM + 120 124 127 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 130 132 122 138 117 136 118 110 38 119 95 99 93 96 + + + + + $PROJ_DIR$\..\app\src\stm32f10x_it.c + + + BICOMP + 43 + + + ICCARM + 66 + + + + + BICOMP + 151 120 124 127 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 130 132 122 138 117 136 118 110 38 119 95 + + + ICCARM + 151 120 124 127 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 130 132 122 138 117 136 118 110 38 119 95 + + + + + $PROJ_DIR$\..\Libraries\CMSIS_EWARM\CM3\DeviceSupport\ST\STM32F10x\startup\iar\startup_stm32f10x_hd.s + + + AARM + 42 + + + + + $PROJ_DIR$\..\..\..\..\easyflash\src\flash_env_wl.c + + + BICOMP + 50 + + + ICCARM + 68 + + + + + BICOMP + 97 125 128 139 135 115 123 129 121 100 93 98 153 154 94 + + + ICCARM + 97 125 128 139 135 115 123 129 121 100 93 98 153 154 94 + + + + + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\misc.c + + + BICOMP + 59 + + + ICCARM + 75 + + + + + BICOMP + 95 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 132 122 138 117 136 118 110 38 119 + + + ICCARM + 95 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 132 122 138 117 136 118 110 38 119 + + + + + $PROJ_DIR$\..\..\..\..\easyflash\src\flash_env.c + + + BICOMP + 48 + + + ICCARM + 65 + + + + + BICOMP + 97 125 128 139 135 115 123 129 121 100 93 98 153 154 94 + + + ICCARM + 97 125 128 139 135 115 123 129 121 100 93 98 153 154 94 + + + + + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_cec.c + + + BICOMP + 62 + + + ICCARM + 92 + + + + + BICOMP + 145 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 132 122 138 117 136 118 110 38 119 95 + + + ICCARM + 145 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 132 122 138 117 136 118 110 38 119 95 + + + + + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_dac.c + + + BICOMP + 54 + + + ICCARM + 78 + + + + + BICOMP + 144 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 132 122 138 117 136 118 110 38 119 95 + + + ICCARM + 144 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 132 122 138 117 136 118 110 38 119 95 + + + + + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_dma.c + + + BICOMP + 56 + + + ICCARM + 73 + + + + + BICOMP + 147 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 132 122 138 117 136 118 110 38 119 95 + + + ICCARM + 147 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 132 122 138 117 136 118 110 38 119 95 + + + + + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_exti.c + + + BICOMP + 57 + + + ICCARM + 79 + + + + + BICOMP + 132 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 122 138 117 136 118 110 38 119 95 + + + ICCARM + 132 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 122 138 117 136 118 110 38 119 95 + + + + + $PROJ_DIR$\..\..\..\..\easyflash\src\flash_utils.c + + + BICOMP + 28 + + + ICCARM + 76 + + + + + BICOMP + 97 125 128 139 135 115 123 129 121 100 93 98 + + + ICCARM + 97 125 128 139 135 115 123 129 121 100 93 98 + + + + + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_adc.c + + + BICOMP + 53 + + + ICCARM + 83 + + + + + BICOMP + 127 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 130 132 122 138 117 136 118 110 38 119 95 + + + ICCARM + 127 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 130 132 122 138 117 136 118 110 38 119 95 + + + + + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_can.c + + + BICOMP + 61 + + + ICCARM + 71 + + + + + BICOMP + 130 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 132 122 138 117 136 118 110 38 119 95 + + + ICCARM + 130 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 132 122 138 117 136 118 110 38 119 95 + + + + + $PROJ_DIR$\..\Libraries\CMSIS_EWARM\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.c + + + BICOMP + 58 + + + ICCARM + 77 + + + + + BICOMP + 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 132 122 138 117 136 118 110 38 119 95 + + + ICCARM + 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 132 122 138 117 136 118 110 38 119 95 + + + + + $PROJ_DIR$\..\..\..\..\easyflash\src\flash.c + + + BICOMP + 47 + + + ICCARM + 64 + + + + + BICOMP + 97 125 128 139 135 115 123 129 121 100 93 98 + + + ICCARM + 97 125 128 139 135 115 123 129 121 100 93 98 + + + + + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_crc.c + + + BICOMP + 63 + + + ICCARM + 85 + + + + + BICOMP + 143 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 132 122 138 117 136 118 110 38 119 95 + + + ICCARM + 143 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 132 122 138 117 136 118 110 38 119 95 + + + + + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_dbgmcu.c + + + BICOMP + 55 + + + ICCARM + 86 + + + + + BICOMP + 146 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 132 122 138 117 136 118 110 38 119 95 + + + ICCARM + 146 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 132 122 138 117 136 118 110 38 119 95 + + + + + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_flash.c + + + BICOMP + 0 + + + ICCARM + 81 + + + + + BICOMP + 122 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 132 138 117 136 118 110 38 119 95 + + + ICCARM + 122 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 132 138 117 136 118 110 38 119 95 + + + + + $PROJ_DIR$\..\components\easyflash\port\flash_port.c + + + BICOMP + 45 + + + ICCARM + 67 + + + + + BICOMP + 97 125 128 139 135 115 123 129 121 100 93 98 99 96 94 152 124 127 114 133 126 116 134 137 131 130 132 122 138 117 136 118 110 38 119 95 + + + ICCARM + 97 125 128 139 135 115 123 129 121 100 93 98 99 96 94 152 124 127 114 133 126 116 134 137 131 130 132 122 138 117 136 118 110 38 119 95 + + + + + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_fsmc.c + + + BICOMP + 1 + + + ICCARM + 88 + + + + + BICOMP + 138 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 132 122 117 136 118 110 38 119 95 + + + ICCARM + 138 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 132 122 117 136 118 110 38 119 95 + + + + + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_bkp.c + + + BICOMP + 60 + + + ICCARM + 87 + + + + + BICOMP + 142 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 132 122 138 117 136 118 110 38 119 95 + + + ICCARM + 142 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 132 122 138 117 136 118 110 38 119 95 + + + + + $PROJ_DIR$\..\app\src\app.c + + + BICOMP + 30 + + + ICCARM + 69 + + + + + BICOMP + 120 124 127 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 130 132 122 138 117 136 118 110 38 119 95 97 100 93 98 99 96 94 + + + ICCARM + 120 124 127 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 130 132 122 138 117 136 118 110 38 119 95 97 100 93 98 99 96 94 + + + + + $PROJ_DIR$\..\..\..\..\easyflash\src\flash_iap.c + + + BICOMP + 27 + + + ICCARM + 84 + + + + + BICOMP + 97 125 128 139 135 115 123 129 121 100 93 98 + + + ICCARM + 97 125 128 139 135 115 123 129 121 100 93 98 + + + + + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_gpio.c + + + BICOMP + 2 + + + ICCARM + 91 + + + + + BICOMP + 117 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 132 122 138 136 118 110 38 119 95 + + + ICCARM + 117 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 132 122 138 136 118 110 38 119 95 + + + + + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_pwr.c + + + BICOMP + 103 + + + ICCARM + 80 + + + + + BICOMP + 149 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 132 122 138 117 136 118 110 38 119 95 + + + ICCARM + 149 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 132 122 138 117 136 118 110 38 119 95 + + + + + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_spi.c + + + BICOMP + 102 + + + ICCARM + 39 + + + + + BICOMP + 141 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 132 122 138 117 136 118 110 38 119 95 + + + ICCARM + 141 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 132 122 138 117 136 118 110 38 119 95 + + + + + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rcc.c + + + BICOMP + 105 + + + ICCARM + 72 + + + + + BICOMP + 118 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 132 122 138 117 136 110 38 119 95 + + + ICCARM + 118 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 132 122 138 117 136 110 38 119 95 + + + + + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_usart.c + + + BICOMP + 108 + + + ICCARM + 32 + + + + + BICOMP + 38 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 132 122 138 117 136 118 110 119 95 + + + ICCARM + 38 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 132 122 138 117 136 118 110 119 95 + + + + + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_i2c.c + + + BICOMP + 3 + + + ICCARM + 89 + + + + + BICOMP + 148 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 132 122 138 117 136 118 110 38 119 95 + + + ICCARM + 148 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 132 122 138 117 136 118 110 38 119 95 + + + + + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rtc.c + + + BICOMP + 112 + + + ICCARM + 74 + + + + + BICOMP + 150 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 132 122 138 117 136 118 110 38 119 95 + + + ICCARM + 150 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 132 122 138 117 136 118 110 38 119 95 + + + + + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_tim.c + + + BICOMP + 104 + + + ICCARM + 35 + + + + + BICOMP + 110 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 132 122 138 117 136 118 38 119 95 + + + ICCARM + 110 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 132 122 138 117 136 118 38 119 95 + + + + + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_sdio.c + + + BICOMP + 107 + + + ICCARM + 82 + + + + + BICOMP + 140 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 132 122 138 117 136 118 110 38 119 95 + + + ICCARM + 140 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 132 122 138 117 136 118 110 38 119 95 + + + + + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_iwdg.c + + + BICOMP + 101 + + + ICCARM + 70 + + + + + BICOMP + 136 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 132 122 138 117 118 110 38 119 95 + + + ICCARM + 136 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 132 122 138 117 118 110 38 119 95 + + + + + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_wwdg.c + + + BICOMP + 113 + + + ICCARM + 44 + + + + + BICOMP + 119 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 132 122 138 117 136 118 110 38 95 + + + ICCARM + 119 114 133 125 128 139 135 115 123 129 121 126 116 134 137 131 124 127 130 132 122 138 117 136 118 110 38 95 + + + + + $PROJ_DIR$\stm32f103xE\Exe\EasyFlash.out + + + ILINK + 157 + + + OBJCOPY + 111 + + + + + ILINK + 158 69 90 64 65 68 84 67 76 75 42 83 87 71 92 85 78 86 73 79 81 88 91 89 66 70 80 72 74 82 39 35 32 44 77 155 160 159 156 + + + diff --git a/demo/stm32f10x/non_os/EWARM/settings/EasyFlash.dbgdt b/demo/stm32f10x/non_os/EWARM/settings/EasyFlash.dbgdt index 3c5be8a..e83ced8 100644 --- a/demo/stm32f10x/non_os/EWARM/settings/EasyFlash.dbgdt +++ b/demo/stm32f10x/non_os/EWARM/settings/EasyFlash.dbgdt @@ -34,12 +34,12 @@ 20011 - 58082994eMasterRcvStateeMasterSndStateCpuUsageMinorExpressionLocationTypeValue138150100221200StaticWatch200WATCH_1StaticWatchExpressionLocationTypeValue100150100100ExpressionLocationTypeValue140150100139 + 58082994eMasterRcvStateeMasterSndStateCpuUsageMinorExpressionLocationTypeValue138150100221200StaticWatch200WATCH_1StaticWatchExpressionLocationTypeValue100150100100ExpressionLocationTypeValue140150100139 - + TabID-27820-6871 @@ -55,7 +55,7 @@ TabID-23458-14555Find All DeclarationsFind-All-Declarations - 0 + 0 TabID-5800-6874 @@ -67,20 +67,20 @@ - 0TabID-15165-9557Live WatchStaticWatch0 + 0TabID-15165-9557Live WatchStaticWatch0 - TextEditor$WS_DIR$\..\app\src\app.c00000034734700100000010000001 + TextEditor$WS_DIR$\..\app\src\app.c0000001121120TextEditor$WS_DIR$\..\components\others\bsp.c00000157581758170100000010000001 - iaridepm.enu1armjlink.enu1debuggergui.enu1-2-2727241-2-210019759524203723144643753878-2-2727477-2-2200200119048206825285119753878-2-21951682-2-21684197100238120372359524203723 + iaridepm.enu1armjlink.enu1debuggergui.enu1-2-2727241-2-210019759524203723144643753878-2-2727477-2-2200200119048206825285119753878-2-21951682-2-21684197100238120372359524203723 diff --git a/demo/stm32f10x/non_os/EWARM/settings/EasyFlash.dni b/demo/stm32f10x/non_os/EWARM/settings/EasyFlash.dni index eb71d54..92adbde 100644 --- a/demo/stm32f10x/non_os/EWARM/settings/EasyFlash.dni +++ b/demo/stm32f10x/non_os/EWARM/settings/EasyFlash.dni @@ -9,7 +9,7 @@ TriggerName=main LimitSize=0 ByteLimit=50 [DebugChecksum] -Checksum=529462468 +Checksum=437385334 [Exceptions] StopOnUncaught=_ 0 StopOnThrow=_ 0 diff --git a/demo/stm32f10x/non_os/EWARM/settings/EasyFlash.wsdt b/demo/stm32f10x/non_os/EWARM/settings/EasyFlash.wsdt index 9064211..f6a2ead 100644 --- a/demo/stm32f10x/non_os/EWARM/settings/EasyFlash.wsdt +++ b/demo/stm32f10x/non_os/EWARM/settings/EasyFlash.wsdt @@ -17,7 +17,7 @@ 2012153248119162258082994 - + TabID-30370-1297 @@ -29,20 +29,20 @@ - 0TabID-24390-6730BuildBuildTabID-3984-13619Find All DeclarationsFind-All-Declarations0 + 0TabID-24390-6730BuildBuildTabID-3984-13619Find All DeclarationsFind-All-Declarations0 - TextEditor$WS_DIR$\..\app\src\app.c00000029629600100000010000001 + TextEditor$WS_DIR$\..\app\src\app.c00000023023000100000010000001 - iaridepm.enu1-2-2744314-2-25105130357152740188095771458-2-21781682-2-21684180100238118614330357152740 + iaridepm.enu1-2-2744314-2-25105130357152740188095771458-2-21781682-2-21684180100238118614330357152740 diff --git a/demo/stm32f10x/non_os/RVMDK/EasyFlash.uvopt b/demo/stm32f10x/non_os/RVMDK/EasyFlash.uvopt index e0ed5bf..3d9d818 100644 --- a/demo/stm32f10x/non_os/RVMDK/EasyFlash.uvopt +++ b/demo/stm32f10x/non_os/RVMDK/EasyFlash.uvopt @@ -199,10 +199,10 @@ 1 0 0 - 55 + 52 0 1 - 5 + 12 0 ..\APP\src\app.c app.c @@ -279,7 +279,7 @@ 0 3 - 0 + 6 1 0 0 @@ -293,7 +293,7 @@ 3 - 0 + 7 1 0 0 @@ -307,7 +307,7 @@ 3 - 0 + 8 1 0 0 @@ -321,7 +321,7 @@ 3 - 0 + 9 1 0 0 @@ -335,7 +335,7 @@ 3 - 0 + 10 1 0 0 @@ -349,7 +349,7 @@ 3 - 0 + 11 1 0 0 @@ -2633,7 +2633,7 @@ File 2002 - 00200000010000002800FFFF01001100434D4643546F6F6C426172427574746F6E00E100000000000000000000000000000000000000000000000100000001000000018001E100000000000001000000000000000000000000000000000100000001000000018003E1000000000000020000000000000000000000000000000001000000010000000180CD7F0000000000000300000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018023E100000000040004000000000000000000000000000000000100000001000000018022E100000000040005000000000000000000000000000000000100000001000000018025E10000000004000600000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001802BE10000000004000700000000000000000000000000000000010000000100000001802CE10000000004000800000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001807A8A0000000004000900000000000000000000000000000000010000000100000001807B8A0000000004000A00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180D3B00000000004000B000000000000000000000000000000000100000001000000018015B10000000004000C0000000000000000000000000000000001000000010000000180F4B00000000004000D000000000000000000000000000000000100000001000000018036B10000000004000E00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FF88000000000400460000000000000000000000000000000001000000010000000180FE880000000004004500000000000000000000000000000000010000000100000001800B810000000004001300000000000000000000000000000000010000000100000001800C810000000004001400000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180F0880000020000000F000000000000000000000000000000000100000001000000FFFF0100120043555646696E64436F6D626F427574746F6EE803000000000000000000000000000000000000000000000001000000010000009600000002002050FFFFFFFF0096000000000000000000018024E10000020004001100000000000000000000000000000000010000000100000001800A810000000004001200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018022800000020000001500000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C488000000000000160000000000000000000000000000000001000000010000000180C988000000000400180000000000000000000000000000000001000000010000000180C788000000000000190000000000000000000000000000000001000000010000000180C8880000000000001700000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6E4C010000020001001A0000000F50726F6A6563742057696E646F7773000000000000000000000000010000000100000000000000000000000100000008002880DD880000000000001A0000000750726F6A656374000000000000000000000000010000000100000000000000000000000100000000002880DC8B0000000000003A00000005426F6F6B73000000000000000000000000010000000100000000000000000000000100000000002880E18B0000000000003B0000000946756E6374696F6E73000000000000000000000000010000000100000000000000000000000100000000002880E28B000000000000400000000954656D706C6174657300000000000000000000000001000000010000000000000000000000010000000000288018890000000000003D0000000E536F757263652042726F777365720000000000000000000000000100000001000000000000000000000001000000000028800000000000000400FFFFFFFF00000000000000000001000000000000000100000000000000000000000100000000002880D988000000000000390000000C4275696C64204F7574707574000000000000000000000000010000000100000000000000000000000100000000002880E38B000000000000410000000B46696E64204F75747075740000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FB7F0000000000001B000000000000000000000000000000000100000001000000000000000446696C65AC030000 + 00200000010000002800FFFF01001100434D4643546F6F6C426172427574746F6E00E100000000000000000000000000000000000000000000000100000001000000018001E100000000000001000000000000000000000000000000000100000001000000018003E1000000000000020000000000000000000000000000000001000000010000000180CD7F0000000000000300000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018023E100000000040004000000000000000000000000000000000100000001000000018022E100000000000005000000000000000000000000000000000100000001000000018025E10000000000000600000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001802BE10000000004000700000000000000000000000000000000010000000100000001802CE10000000004000800000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001807A8A0000000004000900000000000000000000000000000000010000000100000001807B8A0000000004000A00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180D3B00000000000000B000000000000000000000000000000000100000001000000018015B10000000004000C0000000000000000000000000000000001000000010000000180F4B00000000004000D000000000000000000000000000000000100000001000000018036B10000000004000E00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FF88000000000400460000000000000000000000000000000001000000010000000180FE880000000004004500000000000000000000000000000000010000000100000001800B810000000004001300000000000000000000000000000000010000000100000001800C810000000004001400000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180F0880000020000000F000000000000000000000000000000000100000001000000FFFF0100120043555646696E64436F6D626F427574746F6EE803000000000000000000000000000000000000000000000001000000010000009600000002002050FFFFFFFF0096000000000000000000018024E10000020000001100000000000000000000000000000000010000000100000001800A810000000000001200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018022800000020000001500000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C488000000000000160000000000000000000000000000000001000000010000000180C988000000000400180000000000000000000000000000000001000000010000000180C788000000000000190000000000000000000000000000000001000000010000000180C8880000000000001700000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6E4C010000020001001A0000000F50726F6A6563742057696E646F7773000000000000000000000000010000000100000000000000000000000100000008002880DD880000000000001A0000000750726F6A656374000000000000000000000000010000000100000000000000000000000100000000002880DC8B0000000000003A00000005426F6F6B73000000000000000000000000010000000100000000000000000000000100000000002880E18B0000000000003B0000000946756E6374696F6E73000000000000000000000000010000000100000000000000000000000100000000002880E28B000000000000400000000954656D706C6174657300000000000000000000000001000000010000000000000000000000010000000000288018890000000000003D0000000E536F757263652042726F777365720000000000000000000000000100000001000000000000000000000001000000000028800000000000000400FFFFFFFF00000000000000000001000000000000000100000000000000000000000100000000002880D988000000000000390000000C4275696C64204F7574707574000000000000000000000000010000000100000000000000000000000100000000002880E38B000000000000410000000B46696E64204F75747075740000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FB7F0000000000001B000000000000000000000000000000000100000001000000000000000446696C65AC030000 1423 @@ -4194,7 +4194,7 @@ File 2002 - 00200000010000002800FFFF01001100434D4643546F6F6C426172427574746F6E00E100000000000000000000000000000000000000000000000100000001000000018001E100000000000001000000000000000000000000000000000100000001000000018003E1000000000000020000000000000000000000000000000001000000010000000180CD7F0000000000000300000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018023E100000000040004000000000000000000000000000000000100000001000000018022E100000000040005000000000000000000000000000000000100000001000000018025E10000000004000600000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001802BE10000000004000700000000000000000000000000000000010000000100000001802CE10000000004000800000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001807A8A0000000004000900000000000000000000000000000000010000000100000001807B8A0000000004000A00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180D3B00000000004000B000000000000000000000000000000000100000001000000018015B10000000004000C0000000000000000000000000000000001000000010000000180F4B00000000004000D000000000000000000000000000000000100000001000000018036B10000000004000E00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FF88000000000400460000000000000000000000000000000001000000010000000180FE880000000004004500000000000000000000000000000000010000000100000001800B810000000004001300000000000000000000000000000000010000000100000001800C810000000004001400000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180F0880000020000000F000000000000000000000000000000000100000001000000FFFF0100120043555646696E64436F6D626F427574746F6EE803000000000000000000000000000000000000000000000001000000010000009600000002002050FFFFFFFF0096000000000000000000018024E10000020005001100000000000000000000000000000000010000000100000001800A810000000004001200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018022800000020003001500000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C488000000000000160000000000000000000000000000000001000000010000000180C988000000000400180000000000000000000000000000000001000000010000000180C788000000000000190000000000000000000000000000000001000000010000000180C8880000000000001700000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6E4C010000020001001A0000000F50726F6A6563742057696E646F7773000000000000000000000000010000000100000000000000000000000100000008002880DD880000000000001A0000000750726F6A656374000000000000000000000000010000000100000000000000000000000100000000002880DC8B0000000000003A00000005426F6F6B73000000000000000000000000010000000100000000000000000000000100000000002880E18B0000000000003B0000000946756E6374696F6E73000000000000000000000000010000000100000000000000000000000100000000002880E28B000000000000400000000954656D706C6174657300000000000000000000000001000000010000000000000000000000010000000000288018890000000000003D0000000E536F757263652042726F777365720000000000000000000000000100000001000000000000000000000001000000000028800000000000000400FFFFFFFF00000000000000000001000000000000000100000000000000000000000100000000002880D988000000000000390000000C4275696C64204F7574707574000000000000000000000000010000000100000000000000000000000100000000002880E38B000000000000410000000B46696E64204F75747075740000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FB7F0000000000001B000000000000000000000000000000000100000001000000000000000446696C65AC030000 + 00200000010000002800FFFF01001100434D4643546F6F6C426172427574746F6E00E100000000000000000000000000000000000000000000000100000001000000018001E100000000000001000000000000000000000000000000000100000001000000018003E1000000000000020000000000000000000000000000000001000000010000000180CD7F0000000000000300000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018023E100000000040004000000000000000000000000000000000100000001000000018022E100000000000005000000000000000000000000000000000100000001000000018025E10000000000000600000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001802BE10000000004000700000000000000000000000000000000010000000100000001802CE10000000004000800000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001807A8A0000000004000900000000000000000000000000000000010000000100000001807B8A0000000004000A00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180D3B00000000000000B000000000000000000000000000000000100000001000000018015B10000000004000C0000000000000000000000000000000001000000010000000180F4B00000000004000D000000000000000000000000000000000100000001000000018036B10000000004000E00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FF88000000000400460000000000000000000000000000000001000000010000000180FE880000000004004500000000000000000000000000000000010000000100000001800B810000000004001300000000000000000000000000000000010000000100000001800C810000000004001400000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180F0880000020000000F000000000000000000000000000000000100000001000000FFFF0100120043555646696E64436F6D626F427574746F6EE803000000000000000000000000000000000000000000000001000000010000009600000002002050FFFFFFFF0096000000000000000000018024E10000020001001100000000000000000000000000000000010000000100000001800A810000000000001200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018022800000020003001500000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C488000000000000160000000000000000000000000000000001000000010000000180C988000000000400180000000000000000000000000000000001000000010000000180C788000000000000190000000000000000000000000000000001000000010000000180C8880000000000001700000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6E4C010000020001001A0000000F50726F6A6563742057696E646F7773000000000000000000000000010000000100000000000000000000000100000008002880DD880000000000001A0000000750726F6A656374000000000000000000000000010000000100000000000000000000000100000000002880DC8B0000000000003A00000005426F6F6B73000000000000000000000000010000000100000000000000000000000100000000002880E18B0000000000003B0000000946756E6374696F6E73000000000000000000000000010000000100000000000000000000000100000000002880E28B000000000000400000000954656D706C6174657300000000000000000000000001000000010000000000000000000000010000000000288018890000000000003D0000000E536F757263652042726F777365720000000000000000000000000100000001000000000000000000000001000000000028800000000000000400FFFFFFFF00000000000000000001000000000000000100000000000000000000000100000000002880D988000000000000390000000C4275696C64204F7574707574000000000000000000000000010000000100000000000000000000000100000000002880E38B000000000000410000000B46696E64204F75747075740000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FB7F0000000000001B000000000000000000000000000000000100000001000000000000000446696C65AC030000 1423 @@ -4226,7 +4226,7 @@ Debug 2582 - 00200000010000001B00FFFF01001100434D4643546F6F6C426172427574746F6ECC880000000004002500000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018017800000000004002600000000000000000000000000000000010000000100000001801D800000000000002700000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001801A800000000004002800000000000000000000000000000000010000000100000001801B80000000000400290000000000000000000000000000000001000000010000000180E57F0000000004002A00000000000000000000000000000000010000000100000001801C800000000004002B00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018000890000000004002C00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180E48B0000020000002D0000000000000000000000000000000001000000010000000180F07F0000020000002E0000000000000000000000000000000001000000010000000180E8880000020000003700000000000000000000000000000000010000000100000001803B010000020000002F0000000000000000000000000000000001000000010000000180BB8A00000200000030000000000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6E0E01000002000000310000000D57617463682057696E646F7773000000000000000000000000010000000100000000000000000000000100000003001380DB8B00000000000031000000064C6F63616C73000000000000000000000000010000000100000000000000000000000100000000001380D88B000000000000310000000757617463682031000000000000000000000000010000000100000000000000000000000100000000001380D98B0000000000003100000007576174636820320000000000000000000000000100000001000000000000000000000001000000000013800F01000002000000320000000E4D656D6F72792057696E646F7773000000000000000000000000010000000100000000000000000000000100000004001380D28B00000000000032000000084D656D6F72792031000000000000000000000000010000000100000000000000000000000100000000001380D38B00000000000032000000084D656D6F72792032000000000000000000000000010000000100000000000000000000000100000000001380D48B00000000000032000000084D656D6F72792033000000000000000000000000010000000100000000000000000000000100000000001380D58B00000000000032000000084D656D6F727920340000000000000000000000000100000001000000000000000000000001000000000013801001000002000000330000000E53657269616C2057696E646F77730000000000000000000000000100000001000000000000000000000001000000040013809307000000000000330000000755415254202331000000000000000000000000010000000100000000000000000000000100000000001380940700000000000033000000075541525420233200000000000000000000000001000000010000000000000000000000010000000000138095070000000000003300000007554152542023330000000000000000000000000100000001000000000000000000000001000000000013809607000000000000330000000E49544D2F525441205669657765720000000000000000000000000100000001000000000000000000000001000000000013803C010000020000003400000010416E616C797369732057696E646F7773000000000000000000000000010000000100000000000000000000000100000003001380658A000000000000340000000E4C6F67696320416E616C797A6572000000000000000000000000010000000100000000000000000000000100000000001380DC7F0000000000003E00000014506572666F726D616E636520416E616C797A6572000000000000000000000000010000000100000000000000000000000100000000001380E788000000000000380000000D436F646520436F76657261676500000000000000000000000001000000010000000000000000000000010000000000138053010000000000003F0000001553797374656D205669657765722057696E646F77730000000000000000000000000100000001000000000000000000000001000000010013805401000000000000FFFFFFFF115472616365204D656E7520416E63686F720100000000000000010000000000000001000000000000000000000001000000000013802901000000000000350000001553797374656D205669657765722057696E646F77730000000000000000000000000100000001000000000000000000000001000000010013804B01000000000000FFFFFFFF1453797374656D2056696577657220416E63686F720100000000000000010000000000000001000000000000000000000001000000000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000138001890000020000003600000007546F6F6C626F7800000000000000000000000001000000010000000000000000000000010000000300138044C5000000000000FFFFFFFF0E5570646174652057696E646F77730100000000000000010000000000000001000000000000000000000001000000000013800000000000000400FFFFFFFF000000000000000000010000000000000001000000000000000000000001000000000013805B01000000000000FFFFFFFF12546F6F6C626F78204D656E75416E63686F720100000000000000010000000000000001000000000000000000000001000000000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000138046010000000004004900000013446562756720526573746F72652056696577730000000000000000000000000100000001000000000000000000000001000000030013802C8C000000000000FFFFFFFF1A446562756720526573746F726520566965777320416E63686F720100000000000000010000000000000001000000000000000000000001000000000013800000000000000400FFFFFFFF000000000000000000010000000000000001000000000000000000000001000000000013802B8C000000000000FFFFFFFF17265265736574205669657720746F2044656661756C7473010000000000000001000000000000000100000000000000000000000100000000000000000005446562756791020000 + 00200000010000001B00FFFF01001100434D4643546F6F6C426172427574746F6ECC880000000004002500000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018017800000000004002600000000000000000000000000000000010000000100000001801D800000000000002700000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001801A800000000004002800000000000000000000000000000000010000000100000001801B80000000000400290000000000000000000000000000000001000000010000000180E57F0000000004002A00000000000000000000000000000000010000000100000001801C800000000004002B00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018000890000000004002C00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180E48B0000020000002D0000000000000000000000000000000001000000010000000180F07F0000020000002E0000000000000000000000000000000001000000010000000180E8880000020000003700000000000000000000000000000000010000000100000001803B010000020000002F0000000000000000000000000000000001000000010000000180BB8A00000200000030000000000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6E0E01000002000000310000000D57617463682057696E646F7773000000000000000000000000010000000100000000000000000000000100000003001380DB8B00000000000031000000064C6F63616C73000000000000000000000000010000000100000000000000000000000100000000001380D88B000000000000310000000757617463682031000000000000000000000000010000000100000000000000000000000100000000001380D98B0000000000003100000007576174636820320000000000000000000000000100000001000000000000000000000001000000000013800F01000002000000320000000E4D656D6F72792057696E646F7773000000000000000000000000010000000100000000000000000000000100000004001380D28B00000000000032000000084D656D6F72792031000000000000000000000000010000000100000000000000000000000100000000001380D38B00000000000032000000084D656D6F72792032000000000000000000000000010000000100000000000000000000000100000000001380D48B00000000000032000000084D656D6F72792033000000000000000000000000010000000100000000000000000000000100000000001380D58B00000000000032000000084D656D6F727920340000000000000000000000000100000001000000000000000000000001000000000013801001000002000000330000000E53657269616C2057696E646F77730000000000000000000000000100000001000000000000000000000001000000040013809307000000000000330000000755415254202331000000000000000000000000010000000100000000000000000000000100000000001380940700000000000033000000075541525420233200000000000000000000000001000000010000000000000000000000010000000000138095070000000000003300000007554152542023330000000000000000000000000100000001000000000000000000000001000000000013809607000000000000330000000E49544D2F525441205669657765720000000000000000000000000100000001000000000000000000000001000000000013803C010000020000003400000010416E616C797369732057696E646F7773000000000000000000000000010000000100000000000000000000000100000003001380658A000000000000340000000E4C6F67696320416E616C797A6572000000000000000000000000010000000100000000000000000000000100000000001380DC7F0000000000003E00000014506572666F726D616E636520416E616C797A6572000000000000000000000000010000000100000000000000000000000100000000001380E788000000000000380000000D436F646520436F76657261676500000000000000000000000001000000010000000000000000000000010000000000138053010000000000003F0000001553797374656D205669657765722057696E646F77730000000000000000000000000100000001000000000000000000000001000000010013805401000000000000FFFFFFFF115472616365204D656E7520416E63686F720000000000000000010000000000000001000000000000000000000001000000000013802901000000000000350000001553797374656D205669657765722057696E646F77730000000000000000000000000100000001000000000000000000000001000000010013804B01000000000000FFFFFFFF1453797374656D2056696577657220416E63686F720000000000000000010000000000000001000000000000000000000001000000000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000138001890000020000003600000007546F6F6C626F7800000000000000000000000001000000010000000000000000000000010000000300138044C5000000000000FFFFFFFF0E5570646174652057696E646F77730000000000000000010000000000000001000000000000000000000001000000000013800000000000000400FFFFFFFF000000000000000000010000000000000001000000000000000000000001000000000013805B01000000000000FFFFFFFF12546F6F6C626F78204D656E75416E63686F720000000000000000010000000000000001000000000000000000000001000000000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000138046010000000004004900000013446562756720526573746F72652056696577730000000000000000000000000100000001000000000000000000000001000000030013802C8C000000000000FFFFFFFF1A446562756720526573746F726520566965777320416E63686F720000000000000000010000000000000001000000000000000000000001000000000013800000000000000400FFFFFFFF000000000000000000010000000000000001000000000000000000000001000000000013802B8C000000000000FFFFFFFF17265265736574205669657720746F2044656661756C7473000000000000000001000000000000000100000000000000000000000100000000000000000005446562756791020000 968 @@ -4254,9 +4254,9 @@ ..\APP\src\app.c - 55 + 52 1 - 5 + 12 diff --git a/demo/stm32f10x/non_os/RVMDK/EasyFlash_stm32f103xE.dep b/demo/stm32f10x/non_os/RVMDK/EasyFlash_stm32f103xE.dep new file mode 100644 index 0000000..ad96882 --- /dev/null +++ b/demo/stm32f10x/non_os/RVMDK/EasyFlash_stm32f103xE.dep @@ -0,0 +1,563 @@ +Dependencies for Project 'EasyFlash', Target 'stm32f103xE': (DO NOT MODIFY !) +F (..\APP\src\app.c)(0x553211B1)(-c --cpu Cortex-M3 -D__MICROLIB -g -O0 -Otime --apcs=interwork --split_sections -I..\app\inc -I..\components\rtt_uart -I..\components\others -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x -I..\..\..\..\easyflash\inc -I "C:\Program Files\Keil\ARM\INC" -I "C:\Program Files\Keil\ARM\INC\ST\STM32F10x" -DUSE_STDPERIPH_DRIVER -DSTM32F10X_HD -DUSE_FULL_ASSERT -o ".\Output\app.o" --omf_browse ".\Output\app.crf" --depend ".\Output\app.d") +I (..\components\others\bsp.h)(0x55321114) +I (..\app\inc\stm32f10x_conf.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_adc.h)(0x545CB529) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\stm32f10x.h)(0x545CB528) +I (C:\Program Files\Keil\ARM\RV31\INC\core_cm3.h)(0x4BDE8684) +I (C:\Program Files\Keil\ARM\RV31\INC\stdint.h)(0x4BA13B96) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_can.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_exti.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_flash.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_fsmc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_gpio.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_iwdg.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_rcc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_tim.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_usart.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_wwdg.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\misc.h)(0x545CB528) +I (..\..\..\..\easyflash\inc\flash.h)(0x5569729C) +I (C:\Program Files\Keil\ARM\RV31\INC\stddef.h)(0x4C10B340) +I (C:\Program Files\Keil\ARM\RV31\INC\stdbool.h)(0x4BD5D7FC) +I (C:\Program Files\Keil\ARM\RV31\INC\stdio.h)(0x4BA13B96) +I (C:\Program Files\Keil\ARM\RV31\INC\stdlib.h)(0x4BD5D7FE) +F (..\APP\src\stm32f10x_it.c)(0x553207D2)(-c --cpu Cortex-M3 -D__MICROLIB -g -O0 -Otime --apcs=interwork --split_sections -I..\app\inc -I..\components\rtt_uart -I..\components\others -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x -I..\..\..\..\easyflash\inc -I "C:\Program Files\Keil\ARM\INC" -I "C:\Program Files\Keil\ARM\INC\ST\STM32F10x" -DUSE_STDPERIPH_DRIVER -DSTM32F10X_HD -DUSE_FULL_ASSERT -o ".\Output\stm32f10x_it.o" --omf_browse ".\Output\stm32f10x_it.crf" --depend ".\Output\stm32f10x_it.d") +I (..\app\inc\stm32f10x_it.h)(0x545CB528) +I (..\components\others\bsp.h)(0x55321114) +I (..\app\inc\stm32f10x_conf.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_adc.h)(0x545CB529) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\stm32f10x.h)(0x545CB528) +I (C:\Program Files\Keil\ARM\RV31\INC\core_cm3.h)(0x4BDE8684) +I (C:\Program Files\Keil\ARM\RV31\INC\stdint.h)(0x4BA13B96) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_can.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_exti.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_flash.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_fsmc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_gpio.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_iwdg.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_rcc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_tim.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_usart.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_wwdg.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\misc.h)(0x545CB528) +F (..\app\inc\stm32f10x_conf.h)(0x545CB528)() +F (..\components\others\bsp.c)(0x55321AB2)(-c --cpu Cortex-M3 -D__MICROLIB -g -O0 -Otime --apcs=interwork --split_sections -I..\app\inc -I..\components\rtt_uart -I..\components\others -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x -I..\..\..\..\easyflash\inc -I "C:\Program Files\Keil\ARM\INC" -I "C:\Program Files\Keil\ARM\INC\ST\STM32F10x" -DUSE_STDPERIPH_DRIVER -DSTM32F10X_HD -DUSE_FULL_ASSERT -o ".\Output\bsp.o" --omf_browse ".\Output\bsp.crf" --depend ".\Output\bsp.d") +I (..\components\others\bsp.h)(0x55321114) +I (..\app\inc\stm32f10x_conf.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_adc.h)(0x545CB529) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\stm32f10x.h)(0x545CB528) +I (C:\Program Files\Keil\ARM\RV31\INC\core_cm3.h)(0x4BDE8684) +I (C:\Program Files\Keil\ARM\RV31\INC\stdint.h)(0x4BA13B96) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_can.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_exti.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_flash.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_fsmc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_gpio.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_iwdg.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_rcc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_tim.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_usart.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_wwdg.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\misc.h)(0x545CB528) +I (C:\Program Files\Keil\ARM\RV31\INC\stdio.h)(0x4BA13B96) +F (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_hd.s)(0x553596CB)(--cpu Cortex-M3 -g --apcs=interwork --pd "__MICROLIB SETA 1" -I "C:\Program Files\Keil\ARM\INC" -I "C:\Program Files\Keil\ARM\INC\ST\STM32F10x" --list ".\Output\list\startup_stm32f10x_hd.lst" --xref -o ".\Output\startup_stm32f10x_hd.o" --depend ".\Output\startup_stm32f10x_hd.d") +F (..\..\..\..\easyflash\src\flash.c)(0x553885FA)(-c --cpu Cortex-M3 -D__MICROLIB -g -O0 -Otime --apcs=interwork --split_sections -I..\app\inc -I..\components\rtt_uart -I..\components\others -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x -I..\..\..\..\easyflash\inc -I "C:\Program Files\Keil\ARM\INC" -I "C:\Program Files\Keil\ARM\INC\ST\STM32F10x" -DUSE_STDPERIPH_DRIVER -DSTM32F10X_HD -DUSE_FULL_ASSERT -o ".\Output\flash.o" --omf_browse ".\Output\flash.crf" --depend ".\Output\flash.d") +I (..\..\..\..\easyflash\inc\flash.h)(0x5569729C) +I (C:\Program Files\Keil\ARM\RV31\INC\stdint.h)(0x4BA13B96) +I (C:\Program Files\Keil\ARM\RV31\INC\stddef.h)(0x4C10B340) +I (C:\Program Files\Keil\ARM\RV31\INC\stdbool.h)(0x4BD5D7FC) +F (..\..\..\..\easyflash\src\flash_env.c)(0x55697260)(-c --cpu Cortex-M3 -D__MICROLIB -g -O0 -Otime --apcs=interwork --split_sections -I..\app\inc -I..\components\rtt_uart -I..\components\others -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x -I..\..\..\..\easyflash\inc -I "C:\Program Files\Keil\ARM\INC" -I "C:\Program Files\Keil\ARM\INC\ST\STM32F10x" -DUSE_STDPERIPH_DRIVER -DSTM32F10X_HD -DUSE_FULL_ASSERT -o ".\Output\flash_env.o" --omf_browse ".\Output\flash_env.crf" --depend ".\Output\flash_env.d") +I (..\..\..\..\easyflash\inc\flash.h)(0x5569729C) +I (C:\Program Files\Keil\ARM\RV31\INC\stdint.h)(0x4BA13B96) +I (C:\Program Files\Keil\ARM\RV31\INC\stddef.h)(0x4C10B340) +I (C:\Program Files\Keil\ARM\RV31\INC\stdbool.h)(0x4BD5D7FC) +I (C:\Program Files\Keil\ARM\RV31\INC\string.h)(0x4BA13B9A) +I (C:\Program Files\Keil\ARM\RV31\INC\stdlib.h)(0x4BD5D7FE) +F (..\..\..\..\easyflash\src\flash_env_wl.c)(0x55697253)(-c --cpu Cortex-M3 -D__MICROLIB -g -O0 -Otime --apcs=interwork --split_sections -I..\app\inc -I..\components\rtt_uart -I..\components\others -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x -I..\..\..\..\easyflash\inc -I "C:\Program Files\Keil\ARM\INC" -I "C:\Program Files\Keil\ARM\INC\ST\STM32F10x" -DUSE_STDPERIPH_DRIVER -DSTM32F10X_HD -DUSE_FULL_ASSERT -o ".\Output\flash_env_wl.o" --omf_browse ".\Output\flash_env_wl.crf" --depend ".\Output\flash_env_wl.d") +I (..\..\..\..\easyflash\inc\flash.h)(0x5569729C) +I (C:\Program Files\Keil\ARM\RV31\INC\stdint.h)(0x4BA13B96) +I (C:\Program Files\Keil\ARM\RV31\INC\stddef.h)(0x4C10B340) +I (C:\Program Files\Keil\ARM\RV31\INC\stdbool.h)(0x4BD5D7FC) +I (C:\Program Files\Keil\ARM\RV31\INC\string.h)(0x4BA13B9A) +I (C:\Program Files\Keil\ARM\RV31\INC\stdlib.h)(0x4BD5D7FE) +F (..\..\..\..\easyflash\src\flash_iap.c)(0x5538AEE1)(-c --cpu Cortex-M3 -D__MICROLIB -g -O0 -Otime --apcs=interwork --split_sections -I..\app\inc -I..\components\rtt_uart -I..\components\others -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x -I..\..\..\..\easyflash\inc -I "C:\Program Files\Keil\ARM\INC" -I "C:\Program Files\Keil\ARM\INC\ST\STM32F10x" -DUSE_STDPERIPH_DRIVER -DSTM32F10X_HD -DUSE_FULL_ASSERT -o ".\Output\flash_iap.o" --omf_browse ".\Output\flash_iap.crf" --depend ".\Output\flash_iap.d") +I (..\..\..\..\easyflash\inc\flash.h)(0x5569729C) +I (C:\Program Files\Keil\ARM\RV31\INC\stdint.h)(0x4BA13B96) +I (C:\Program Files\Keil\ARM\RV31\INC\stddef.h)(0x4C10B340) +I (C:\Program Files\Keil\ARM\RV31\INC\stdbool.h)(0x4BD5D7FC) +F (..\..\..\..\easyflash\src\flash_utils.c)(0x553880CA)(-c --cpu Cortex-M3 -D__MICROLIB -g -O0 -Otime --apcs=interwork --split_sections -I..\app\inc -I..\components\rtt_uart -I..\components\others -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x -I..\..\..\..\easyflash\inc -I "C:\Program Files\Keil\ARM\INC" -I "C:\Program Files\Keil\ARM\INC\ST\STM32F10x" -DUSE_STDPERIPH_DRIVER -DSTM32F10X_HD -DUSE_FULL_ASSERT -o ".\Output\flash_utils.o" --omf_browse ".\Output\flash_utils.crf" --depend ".\Output\flash_utils.d") +I (..\..\..\..\easyflash\inc\flash.h)(0x5569729C) +I (C:\Program Files\Keil\ARM\RV31\INC\stdint.h)(0x4BA13B96) +I (C:\Program Files\Keil\ARM\RV31\INC\stddef.h)(0x4C10B340) +I (C:\Program Files\Keil\ARM\RV31\INC\stdbool.h)(0x4BD5D7FC) +F (..\components\easyflash\port\flash_port.c)(0x55697666)(-c --cpu Cortex-M3 -D__MICROLIB -g -O0 -Otime --apcs=interwork --split_sections -I..\app\inc -I..\components\rtt_uart -I..\components\others -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x -I..\..\..\..\easyflash\inc -I "C:\Program Files\Keil\ARM\INC" -I "C:\Program Files\Keil\ARM\INC\ST\STM32F10x" -DUSE_STDPERIPH_DRIVER -DSTM32F10X_HD -DUSE_FULL_ASSERT -o ".\Output\flash_port.o" --omf_browse ".\Output\flash_port.crf" --depend ".\Output\flash_port.d") +I (..\..\..\..\easyflash\inc\flash.h)(0x5569729C) +I (C:\Program Files\Keil\ARM\RV31\INC\stdint.h)(0x4BA13B96) +I (C:\Program Files\Keil\ARM\RV31\INC\stddef.h)(0x4C10B340) +I (C:\Program Files\Keil\ARM\RV31\INC\stdbool.h)(0x4BD5D7FC) +I (C:\Program Files\Keil\ARM\RV31\INC\stdio.h)(0x4BA13B96) +I (C:\Program Files\Keil\ARM\RV31\INC\stdlib.h)(0x4BD5D7FE) +I (C:\Program Files\Keil\ARM\RV31\INC\stdarg.h)(0x4BD5D7FE) +I (..\app\inc\stm32f10x_conf.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_adc.h)(0x545CB529) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\stm32f10x.h)(0x545CB528) +I (C:\Program Files\Keil\ARM\RV31\INC\core_cm3.h)(0x4BDE8684) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_can.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_exti.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_flash.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_fsmc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_gpio.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_iwdg.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_rcc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_tim.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_usart.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_wwdg.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\misc.h)(0x545CB528) +F (..\Libraries\STM32F10x_StdPeriph_Driver\src\misc.c)(0x545CB528)(-c --cpu Cortex-M3 -D__MICROLIB -g -O0 -Otime --apcs=interwork --split_sections -I..\app\inc -I..\components\rtt_uart -I..\components\others -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x -I..\..\..\..\easyflash\inc -I "C:\Program Files\Keil\ARM\INC" -I "C:\Program Files\Keil\ARM\INC\ST\STM32F10x" -DUSE_STDPERIPH_DRIVER -DSTM32F10X_HD -DUSE_FULL_ASSERT -o ".\Output\misc.o" --omf_browse ".\Output\misc.crf" --depend ".\Output\misc.d") +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\misc.h)(0x545CB528) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\stm32f10x.h)(0x545CB528) +I (C:\Program Files\Keil\ARM\RV31\INC\core_cm3.h)(0x4BDE8684) +I (C:\Program Files\Keil\ARM\RV31\INC\stdint.h)(0x4BA13B96) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.h)(0x545CB527) +I (..\app\inc\stm32f10x_conf.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_adc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_can.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_exti.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_flash.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_fsmc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_gpio.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_iwdg.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_rcc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_tim.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_usart.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_wwdg.h)(0x545CB529) +F (..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_adc.c)(0x545CB527)(-c --cpu Cortex-M3 -D__MICROLIB -g -O0 -Otime --apcs=interwork --split_sections -I..\app\inc -I..\components\rtt_uart -I..\components\others -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x -I..\..\..\..\easyflash\inc -I "C:\Program Files\Keil\ARM\INC" -I "C:\Program Files\Keil\ARM\INC\ST\STM32F10x" -DUSE_STDPERIPH_DRIVER -DSTM32F10X_HD -DUSE_FULL_ASSERT -o ".\Output\stm32f10x_adc.o" --omf_browse ".\Output\stm32f10x_adc.crf" --depend ".\Output\stm32f10x_adc.d") +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_adc.h)(0x545CB529) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\stm32f10x.h)(0x545CB528) +I (C:\Program Files\Keil\ARM\RV31\INC\core_cm3.h)(0x4BDE8684) +I (C:\Program Files\Keil\ARM\RV31\INC\stdint.h)(0x4BA13B96) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.h)(0x545CB527) +I (..\app\inc\stm32f10x_conf.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_can.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_exti.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_flash.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_fsmc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_gpio.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_iwdg.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_rcc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_tim.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_usart.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_wwdg.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\misc.h)(0x545CB528) +F (..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_bkp.c)(0x545CB529)(-c --cpu Cortex-M3 -D__MICROLIB -g -O0 -Otime --apcs=interwork --split_sections -I..\app\inc -I..\components\rtt_uart -I..\components\others -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x -I..\..\..\..\easyflash\inc -I "C:\Program Files\Keil\ARM\INC" -I "C:\Program Files\Keil\ARM\INC\ST\STM32F10x" -DUSE_STDPERIPH_DRIVER -DSTM32F10X_HD -DUSE_FULL_ASSERT -o ".\Output\stm32f10x_bkp.o" --omf_browse ".\Output\stm32f10x_bkp.crf" --depend ".\Output\stm32f10x_bkp.d") +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_bkp.h)(0x545CB529) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\stm32f10x.h)(0x545CB528) +I (C:\Program Files\Keil\ARM\RV31\INC\core_cm3.h)(0x4BDE8684) +I (C:\Program Files\Keil\ARM\RV31\INC\stdint.h)(0x4BA13B96) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.h)(0x545CB527) +I (..\app\inc\stm32f10x_conf.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_adc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_can.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_exti.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_flash.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_fsmc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_gpio.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_iwdg.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_rcc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_tim.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_usart.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_wwdg.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\misc.h)(0x545CB528) +F (..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_can.c)(0x545CB528)(-c --cpu Cortex-M3 -D__MICROLIB -g -O0 -Otime --apcs=interwork --split_sections -I..\app\inc -I..\components\rtt_uart -I..\components\others -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x -I..\..\..\..\easyflash\inc -I "C:\Program Files\Keil\ARM\INC" -I "C:\Program Files\Keil\ARM\INC\ST\STM32F10x" -DUSE_STDPERIPH_DRIVER -DSTM32F10X_HD -DUSE_FULL_ASSERT -o ".\Output\stm32f10x_can.o" --omf_browse ".\Output\stm32f10x_can.crf" --depend ".\Output\stm32f10x_can.d") +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_can.h)(0x545CB527) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\stm32f10x.h)(0x545CB528) +I (C:\Program Files\Keil\ARM\RV31\INC\core_cm3.h)(0x4BDE8684) +I (C:\Program Files\Keil\ARM\RV31\INC\stdint.h)(0x4BA13B96) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.h)(0x545CB527) +I (..\app\inc\stm32f10x_conf.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_adc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_exti.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_flash.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_fsmc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_gpio.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_iwdg.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_rcc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_tim.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_usart.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_wwdg.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\misc.h)(0x545CB528) +F (..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_cec.c)(0x545CB529)(-c --cpu Cortex-M3 -D__MICROLIB -g -O0 -Otime --apcs=interwork --split_sections -I..\app\inc -I..\components\rtt_uart -I..\components\others -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x -I..\..\..\..\easyflash\inc -I "C:\Program Files\Keil\ARM\INC" -I "C:\Program Files\Keil\ARM\INC\ST\STM32F10x" -DUSE_STDPERIPH_DRIVER -DSTM32F10X_HD -DUSE_FULL_ASSERT -o ".\Output\stm32f10x_cec.o" --omf_browse ".\Output\stm32f10x_cec.crf" --depend ".\Output\stm32f10x_cec.d") +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_cec.h)(0x545CB528) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\stm32f10x.h)(0x545CB528) +I (C:\Program Files\Keil\ARM\RV31\INC\core_cm3.h)(0x4BDE8684) +I (C:\Program Files\Keil\ARM\RV31\INC\stdint.h)(0x4BA13B96) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.h)(0x545CB527) +I (..\app\inc\stm32f10x_conf.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_adc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_can.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_exti.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_flash.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_fsmc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_gpio.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_iwdg.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_rcc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_tim.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_usart.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_wwdg.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\misc.h)(0x545CB528) +F (..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_crc.c)(0x545CB528)(-c --cpu Cortex-M3 -D__MICROLIB -g -O0 -Otime --apcs=interwork --split_sections -I..\app\inc -I..\components\rtt_uart -I..\components\others -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x -I..\..\..\..\easyflash\inc -I "C:\Program Files\Keil\ARM\INC" -I "C:\Program Files\Keil\ARM\INC\ST\STM32F10x" -DUSE_STDPERIPH_DRIVER -DSTM32F10X_HD -DUSE_FULL_ASSERT -o ".\Output\stm32f10x_crc.o" --omf_browse ".\Output\stm32f10x_crc.crf" --depend ".\Output\stm32f10x_crc.d") +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_crc.h)(0x545CB527) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\stm32f10x.h)(0x545CB528) +I (C:\Program Files\Keil\ARM\RV31\INC\core_cm3.h)(0x4BDE8684) +I (C:\Program Files\Keil\ARM\RV31\INC\stdint.h)(0x4BA13B96) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.h)(0x545CB527) +I (..\app\inc\stm32f10x_conf.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_adc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_can.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_exti.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_flash.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_fsmc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_gpio.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_iwdg.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_rcc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_tim.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_usart.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_wwdg.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\misc.h)(0x545CB528) +F (..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_dac.c)(0x545CB527)(-c --cpu Cortex-M3 -D__MICROLIB -g -O0 -Otime --apcs=interwork --split_sections -I..\app\inc -I..\components\rtt_uart -I..\components\others -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x -I..\..\..\..\easyflash\inc -I "C:\Program Files\Keil\ARM\INC" -I "C:\Program Files\Keil\ARM\INC\ST\STM32F10x" -DUSE_STDPERIPH_DRIVER -DSTM32F10X_HD -DUSE_FULL_ASSERT -o ".\Output\stm32f10x_dac.o" --omf_browse ".\Output\stm32f10x_dac.crf" --depend ".\Output\stm32f10x_dac.d") +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_dac.h)(0x545CB528) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\stm32f10x.h)(0x545CB528) +I (C:\Program Files\Keil\ARM\RV31\INC\core_cm3.h)(0x4BDE8684) +I (C:\Program Files\Keil\ARM\RV31\INC\stdint.h)(0x4BA13B96) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.h)(0x545CB527) +I (..\app\inc\stm32f10x_conf.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_adc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_can.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_exti.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_flash.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_fsmc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_gpio.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_iwdg.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_rcc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_tim.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_usart.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_wwdg.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\misc.h)(0x545CB528) +F (..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_dbgmcu.c)(0x545CB527)(-c --cpu Cortex-M3 -D__MICROLIB -g -O0 -Otime --apcs=interwork --split_sections -I..\app\inc -I..\components\rtt_uart -I..\components\others -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x -I..\..\..\..\easyflash\inc -I "C:\Program Files\Keil\ARM\INC" -I "C:\Program Files\Keil\ARM\INC\ST\STM32F10x" -DUSE_STDPERIPH_DRIVER -DSTM32F10X_HD -DUSE_FULL_ASSERT -o ".\Output\stm32f10x_dbgmcu.o" --omf_browse ".\Output\stm32f10x_dbgmcu.crf" --depend ".\Output\stm32f10x_dbgmcu.d") +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_dbgmcu.h)(0x545CB528) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\stm32f10x.h)(0x545CB528) +I (C:\Program Files\Keil\ARM\RV31\INC\core_cm3.h)(0x4BDE8684) +I (C:\Program Files\Keil\ARM\RV31\INC\stdint.h)(0x4BA13B96) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.h)(0x545CB527) +I (..\app\inc\stm32f10x_conf.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_adc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_can.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_exti.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_flash.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_fsmc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_gpio.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_iwdg.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_rcc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_tim.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_usart.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_wwdg.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\misc.h)(0x545CB528) +F (..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_dma.c)(0x545CB528)(-c --cpu Cortex-M3 -D__MICROLIB -g -O0 -Otime --apcs=interwork --split_sections -I..\app\inc -I..\components\rtt_uart -I..\components\others -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x -I..\..\..\..\easyflash\inc -I "C:\Program Files\Keil\ARM\INC" -I "C:\Program Files\Keil\ARM\INC\ST\STM32F10x" -DUSE_STDPERIPH_DRIVER -DSTM32F10X_HD -DUSE_FULL_ASSERT -o ".\Output\stm32f10x_dma.o" --omf_browse ".\Output\stm32f10x_dma.crf" --depend ".\Output\stm32f10x_dma.d") +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_dma.h)(0x545CB528) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\stm32f10x.h)(0x545CB528) +I (C:\Program Files\Keil\ARM\RV31\INC\core_cm3.h)(0x4BDE8684) +I (C:\Program Files\Keil\ARM\RV31\INC\stdint.h)(0x4BA13B96) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.h)(0x545CB527) +I (..\app\inc\stm32f10x_conf.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_adc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_can.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_exti.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_flash.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_fsmc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_gpio.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_iwdg.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_rcc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_tim.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_usart.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_wwdg.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\misc.h)(0x545CB528) +F (..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_exti.c)(0x545CB528)(-c --cpu Cortex-M3 -D__MICROLIB -g -O0 -Otime --apcs=interwork --split_sections -I..\app\inc -I..\components\rtt_uart -I..\components\others -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x -I..\..\..\..\easyflash\inc -I "C:\Program Files\Keil\ARM\INC" -I "C:\Program Files\Keil\ARM\INC\ST\STM32F10x" -DUSE_STDPERIPH_DRIVER -DSTM32F10X_HD -DUSE_FULL_ASSERT -o ".\Output\stm32f10x_exti.o" --omf_browse ".\Output\stm32f10x_exti.crf" --depend ".\Output\stm32f10x_exti.d") +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_exti.h)(0x545CB528) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\stm32f10x.h)(0x545CB528) +I (C:\Program Files\Keil\ARM\RV31\INC\core_cm3.h)(0x4BDE8684) +I (C:\Program Files\Keil\ARM\RV31\INC\stdint.h)(0x4BA13B96) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.h)(0x545CB527) +I (..\app\inc\stm32f10x_conf.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_adc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_can.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_flash.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_fsmc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_gpio.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_iwdg.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_rcc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_tim.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_usart.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_wwdg.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\misc.h)(0x545CB528) +F (..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_flash.c)(0x545CB528)(-c --cpu Cortex-M3 -D__MICROLIB -g -O0 -Otime --apcs=interwork --split_sections -I..\app\inc -I..\components\rtt_uart -I..\components\others -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x -I..\..\..\..\easyflash\inc -I "C:\Program Files\Keil\ARM\INC" -I "C:\Program Files\Keil\ARM\INC\ST\STM32F10x" -DUSE_STDPERIPH_DRIVER -DSTM32F10X_HD -DUSE_FULL_ASSERT -o ".\Output\stm32f10x_flash.o" --omf_browse ".\Output\stm32f10x_flash.crf" --depend ".\Output\stm32f10x_flash.d") +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_flash.h)(0x545CB528) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\stm32f10x.h)(0x545CB528) +I (C:\Program Files\Keil\ARM\RV31\INC\core_cm3.h)(0x4BDE8684) +I (C:\Program Files\Keil\ARM\RV31\INC\stdint.h)(0x4BA13B96) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.h)(0x545CB527) +I (..\app\inc\stm32f10x_conf.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_adc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_can.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_exti.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_fsmc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_gpio.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_iwdg.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_rcc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_tim.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_usart.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_wwdg.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\misc.h)(0x545CB528) +F (..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_fsmc.c)(0x545CB528)(-c --cpu Cortex-M3 -D__MICROLIB -g -O0 -Otime --apcs=interwork --split_sections -I..\app\inc -I..\components\rtt_uart -I..\components\others -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x -I..\..\..\..\easyflash\inc -I "C:\Program Files\Keil\ARM\INC" -I "C:\Program Files\Keil\ARM\INC\ST\STM32F10x" -DUSE_STDPERIPH_DRIVER -DSTM32F10X_HD -DUSE_FULL_ASSERT -o ".\Output\stm32f10x_fsmc.o" --omf_browse ".\Output\stm32f10x_fsmc.crf" --depend ".\Output\stm32f10x_fsmc.d") +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_fsmc.h)(0x545CB529) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\stm32f10x.h)(0x545CB528) +I (C:\Program Files\Keil\ARM\RV31\INC\core_cm3.h)(0x4BDE8684) +I (C:\Program Files\Keil\ARM\RV31\INC\stdint.h)(0x4BA13B96) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.h)(0x545CB527) +I (..\app\inc\stm32f10x_conf.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_adc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_can.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_exti.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_flash.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_gpio.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_iwdg.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_rcc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_tim.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_usart.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_wwdg.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\misc.h)(0x545CB528) +F (..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_gpio.c)(0x545CB528)(-c --cpu Cortex-M3 -D__MICROLIB -g -O0 -Otime --apcs=interwork --split_sections -I..\app\inc -I..\components\rtt_uart -I..\components\others -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x -I..\..\..\..\easyflash\inc -I "C:\Program Files\Keil\ARM\INC" -I "C:\Program Files\Keil\ARM\INC\ST\STM32F10x" -DUSE_STDPERIPH_DRIVER -DSTM32F10X_HD -DUSE_FULL_ASSERT -o ".\Output\stm32f10x_gpio.o" --omf_browse ".\Output\stm32f10x_gpio.crf" --depend ".\Output\stm32f10x_gpio.d") +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_gpio.h)(0x545CB527) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\stm32f10x.h)(0x545CB528) +I (C:\Program Files\Keil\ARM\RV31\INC\core_cm3.h)(0x4BDE8684) +I (C:\Program Files\Keil\ARM\RV31\INC\stdint.h)(0x4BA13B96) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.h)(0x545CB527) +I (..\app\inc\stm32f10x_conf.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_adc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_can.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_exti.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_flash.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_fsmc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_iwdg.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_rcc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_tim.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_usart.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_wwdg.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\misc.h)(0x545CB528) +F (..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_i2c.c)(0x545CB527)(-c --cpu Cortex-M3 -D__MICROLIB -g -O0 -Otime --apcs=interwork --split_sections -I..\app\inc -I..\components\rtt_uart -I..\components\others -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x -I..\..\..\..\easyflash\inc -I "C:\Program Files\Keil\ARM\INC" -I "C:\Program Files\Keil\ARM\INC\ST\STM32F10x" -DUSE_STDPERIPH_DRIVER -DSTM32F10X_HD -DUSE_FULL_ASSERT -o ".\Output\stm32f10x_i2c.o" --omf_browse ".\Output\stm32f10x_i2c.crf" --depend ".\Output\stm32f10x_i2c.d") +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_i2c.h)(0x545CB528) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\stm32f10x.h)(0x545CB528) +I (C:\Program Files\Keil\ARM\RV31\INC\core_cm3.h)(0x4BDE8684) +I (C:\Program Files\Keil\ARM\RV31\INC\stdint.h)(0x4BA13B96) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.h)(0x545CB527) +I (..\app\inc\stm32f10x_conf.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_adc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_can.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_exti.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_flash.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_fsmc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_gpio.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_iwdg.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_rcc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_tim.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_usart.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_wwdg.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\misc.h)(0x545CB528) +F (..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_iwdg.c)(0x545CB529)(-c --cpu Cortex-M3 -D__MICROLIB -g -O0 -Otime --apcs=interwork --split_sections -I..\app\inc -I..\components\rtt_uart -I..\components\others -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x -I..\..\..\..\easyflash\inc -I "C:\Program Files\Keil\ARM\INC" -I "C:\Program Files\Keil\ARM\INC\ST\STM32F10x" -DUSE_STDPERIPH_DRIVER -DSTM32F10X_HD -DUSE_FULL_ASSERT -o ".\Output\stm32f10x_iwdg.o" --omf_browse ".\Output\stm32f10x_iwdg.crf" --depend ".\Output\stm32f10x_iwdg.d") +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_iwdg.h)(0x545CB528) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\stm32f10x.h)(0x545CB528) +I (C:\Program Files\Keil\ARM\RV31\INC\core_cm3.h)(0x4BDE8684) +I (C:\Program Files\Keil\ARM\RV31\INC\stdint.h)(0x4BA13B96) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.h)(0x545CB527) +I (..\app\inc\stm32f10x_conf.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_adc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_can.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_exti.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_flash.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_fsmc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_gpio.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_rcc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_tim.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_usart.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_wwdg.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\misc.h)(0x545CB528) +F (..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_pwr.c)(0x545CB527)(-c --cpu Cortex-M3 -D__MICROLIB -g -O0 -Otime --apcs=interwork --split_sections -I..\app\inc -I..\components\rtt_uart -I..\components\others -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x -I..\..\..\..\easyflash\inc -I "C:\Program Files\Keil\ARM\INC" -I "C:\Program Files\Keil\ARM\INC\ST\STM32F10x" -DUSE_STDPERIPH_DRIVER -DSTM32F10X_HD -DUSE_FULL_ASSERT -o ".\Output\stm32f10x_pwr.o" --omf_browse ".\Output\stm32f10x_pwr.crf" --depend ".\Output\stm32f10x_pwr.d") +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_pwr.h)(0x545CB529) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\stm32f10x.h)(0x545CB528) +I (C:\Program Files\Keil\ARM\RV31\INC\core_cm3.h)(0x4BDE8684) +I (C:\Program Files\Keil\ARM\RV31\INC\stdint.h)(0x4BA13B96) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.h)(0x545CB527) +I (..\app\inc\stm32f10x_conf.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_adc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_can.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_exti.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_flash.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_fsmc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_gpio.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_iwdg.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_rcc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_tim.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_usart.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_wwdg.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\misc.h)(0x545CB528) +F (..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rcc.c)(0x545CB528)(-c --cpu Cortex-M3 -D__MICROLIB -g -O0 -Otime --apcs=interwork --split_sections -I..\app\inc -I..\components\rtt_uart -I..\components\others -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x -I..\..\..\..\easyflash\inc -I "C:\Program Files\Keil\ARM\INC" -I "C:\Program Files\Keil\ARM\INC\ST\STM32F10x" -DUSE_STDPERIPH_DRIVER -DSTM32F10X_HD -DUSE_FULL_ASSERT -o ".\Output\stm32f10x_rcc.o" --omf_browse ".\Output\stm32f10x_rcc.crf" --depend ".\Output\stm32f10x_rcc.d") +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_rcc.h)(0x545CB529) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\stm32f10x.h)(0x545CB528) +I (C:\Program Files\Keil\ARM\RV31\INC\core_cm3.h)(0x4BDE8684) +I (C:\Program Files\Keil\ARM\RV31\INC\stdint.h)(0x4BA13B96) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.h)(0x545CB527) +I (..\app\inc\stm32f10x_conf.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_adc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_can.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_exti.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_flash.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_fsmc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_gpio.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_iwdg.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_tim.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_usart.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_wwdg.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\misc.h)(0x545CB528) +F (..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rtc.c)(0x545CB528)(-c --cpu Cortex-M3 -D__MICROLIB -g -O0 -Otime --apcs=interwork --split_sections -I..\app\inc -I..\components\rtt_uart -I..\components\others -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x -I..\..\..\..\easyflash\inc -I "C:\Program Files\Keil\ARM\INC" -I "C:\Program Files\Keil\ARM\INC\ST\STM32F10x" -DUSE_STDPERIPH_DRIVER -DSTM32F10X_HD -DUSE_FULL_ASSERT -o ".\Output\stm32f10x_rtc.o" --omf_browse ".\Output\stm32f10x_rtc.crf" --depend ".\Output\stm32f10x_rtc.d") +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_rtc.h)(0x545CB529) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\stm32f10x.h)(0x545CB528) +I (C:\Program Files\Keil\ARM\RV31\INC\core_cm3.h)(0x4BDE8684) +I (C:\Program Files\Keil\ARM\RV31\INC\stdint.h)(0x4BA13B96) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.h)(0x545CB527) +I (..\app\inc\stm32f10x_conf.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_adc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_can.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_exti.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_flash.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_fsmc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_gpio.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_iwdg.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_rcc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_tim.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_usart.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_wwdg.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\misc.h)(0x545CB528) +F (..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_sdio.c)(0x545CB527)(-c --cpu Cortex-M3 -D__MICROLIB -g -O0 -Otime --apcs=interwork --split_sections -I..\app\inc -I..\components\rtt_uart -I..\components\others -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x -I..\..\..\..\easyflash\inc -I "C:\Program Files\Keil\ARM\INC" -I "C:\Program Files\Keil\ARM\INC\ST\STM32F10x" -DUSE_STDPERIPH_DRIVER -DSTM32F10X_HD -DUSE_FULL_ASSERT -o ".\Output\stm32f10x_sdio.o" --omf_browse ".\Output\stm32f10x_sdio.crf" --depend ".\Output\stm32f10x_sdio.d") +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_sdio.h)(0x545CB529) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\stm32f10x.h)(0x545CB528) +I (C:\Program Files\Keil\ARM\RV31\INC\core_cm3.h)(0x4BDE8684) +I (C:\Program Files\Keil\ARM\RV31\INC\stdint.h)(0x4BA13B96) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.h)(0x545CB527) +I (..\app\inc\stm32f10x_conf.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_adc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_can.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_exti.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_flash.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_fsmc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_gpio.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_iwdg.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_rcc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_tim.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_usart.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_wwdg.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\misc.h)(0x545CB528) +F (..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_spi.c)(0x545CB529)(-c --cpu Cortex-M3 -D__MICROLIB -g -O0 -Otime --apcs=interwork --split_sections -I..\app\inc -I..\components\rtt_uart -I..\components\others -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x -I..\..\..\..\easyflash\inc -I "C:\Program Files\Keil\ARM\INC" -I "C:\Program Files\Keil\ARM\INC\ST\STM32F10x" -DUSE_STDPERIPH_DRIVER -DSTM32F10X_HD -DUSE_FULL_ASSERT -o ".\Output\stm32f10x_spi.o" --omf_browse ".\Output\stm32f10x_spi.crf" --depend ".\Output\stm32f10x_spi.d") +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_spi.h)(0x545CB527) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\stm32f10x.h)(0x545CB528) +I (C:\Program Files\Keil\ARM\RV31\INC\core_cm3.h)(0x4BDE8684) +I (C:\Program Files\Keil\ARM\RV31\INC\stdint.h)(0x4BA13B96) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.h)(0x545CB527) +I (..\app\inc\stm32f10x_conf.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_adc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_can.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_exti.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_flash.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_fsmc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_gpio.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_iwdg.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_rcc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_tim.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_usart.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_wwdg.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\misc.h)(0x545CB528) +F (..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_tim.c)(0x545CB529)(-c --cpu Cortex-M3 -D__MICROLIB -g -O0 -Otime --apcs=interwork --split_sections -I..\app\inc -I..\components\rtt_uart -I..\components\others -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x -I..\..\..\..\easyflash\inc -I "C:\Program Files\Keil\ARM\INC" -I "C:\Program Files\Keil\ARM\INC\ST\STM32F10x" -DUSE_STDPERIPH_DRIVER -DSTM32F10X_HD -DUSE_FULL_ASSERT -o ".\Output\stm32f10x_tim.o" --omf_browse ".\Output\stm32f10x_tim.crf" --depend ".\Output\stm32f10x_tim.d") +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_tim.h)(0x545CB529) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\stm32f10x.h)(0x545CB528) +I (C:\Program Files\Keil\ARM\RV31\INC\core_cm3.h)(0x4BDE8684) +I (C:\Program Files\Keil\ARM\RV31\INC\stdint.h)(0x4BA13B96) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.h)(0x545CB527) +I (..\app\inc\stm32f10x_conf.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_adc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_can.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_exti.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_flash.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_fsmc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_gpio.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_iwdg.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_rcc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_usart.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_wwdg.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\misc.h)(0x545CB528) +F (..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_usart.c)(0x545CB528)(-c --cpu Cortex-M3 -D__MICROLIB -g -O0 -Otime --apcs=interwork --split_sections -I..\app\inc -I..\components\rtt_uart -I..\components\others -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x -I..\..\..\..\easyflash\inc -I "C:\Program Files\Keil\ARM\INC" -I "C:\Program Files\Keil\ARM\INC\ST\STM32F10x" -DUSE_STDPERIPH_DRIVER -DSTM32F10X_HD -DUSE_FULL_ASSERT -o ".\Output\stm32f10x_usart.o" --omf_browse ".\Output\stm32f10x_usart.crf" --depend ".\Output\stm32f10x_usart.d") +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_usart.h)(0x545CB528) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\stm32f10x.h)(0x545CB528) +I (C:\Program Files\Keil\ARM\RV31\INC\core_cm3.h)(0x4BDE8684) +I (C:\Program Files\Keil\ARM\RV31\INC\stdint.h)(0x4BA13B96) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.h)(0x545CB527) +I (..\app\inc\stm32f10x_conf.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_adc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_can.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_exti.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_flash.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_fsmc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_gpio.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_iwdg.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_rcc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_tim.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_wwdg.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\misc.h)(0x545CB528) +F (..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_wwdg.c)(0x545CB528)(-c --cpu Cortex-M3 -D__MICROLIB -g -O0 -Otime --apcs=interwork --split_sections -I..\app\inc -I..\components\rtt_uart -I..\components\others -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x -I..\..\..\..\easyflash\inc -I "C:\Program Files\Keil\ARM\INC" -I "C:\Program Files\Keil\ARM\INC\ST\STM32F10x" -DUSE_STDPERIPH_DRIVER -DSTM32F10X_HD -DUSE_FULL_ASSERT -o ".\Output\stm32f10x_wwdg.o" --omf_browse ".\Output\stm32f10x_wwdg.crf" --depend ".\Output\stm32f10x_wwdg.d") +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_wwdg.h)(0x545CB529) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\stm32f10x.h)(0x545CB528) +I (C:\Program Files\Keil\ARM\RV31\INC\core_cm3.h)(0x4BDE8684) +I (C:\Program Files\Keil\ARM\RV31\INC\stdint.h)(0x4BA13B96) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.h)(0x545CB527) +I (..\app\inc\stm32f10x_conf.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_adc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_can.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_exti.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_flash.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_fsmc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_gpio.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_iwdg.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_rcc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_tim.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_usart.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\misc.h)(0x545CB528) +F (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.c)(0x545CB527)(-c --cpu Cortex-M3 -D__MICROLIB -g -O0 -Otime --apcs=interwork --split_sections -I..\app\inc -I..\components\rtt_uart -I..\components\others -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x -I..\..\..\..\easyflash\inc -I "C:\Program Files\Keil\ARM\INC" -I "C:\Program Files\Keil\ARM\INC\ST\STM32F10x" -DUSE_STDPERIPH_DRIVER -DSTM32F10X_HD -DUSE_FULL_ASSERT -o ".\Output\system_stm32f10x.o" --omf_browse ".\Output\system_stm32f10x.crf" --depend ".\Output\system_stm32f10x.d") +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\stm32f10x.h)(0x545CB528) +I (C:\Program Files\Keil\ARM\RV31\INC\core_cm3.h)(0x4BDE8684) +I (C:\Program Files\Keil\ARM\RV31\INC\stdint.h)(0x4BA13B96) +I (..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.h)(0x545CB527) +I (..\app\inc\stm32f10x_conf.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_adc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_can.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_exti.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_flash.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_fsmc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_gpio.h)(0x545CB527) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_iwdg.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_rcc.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_tim.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_usart.h)(0x545CB528) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_wwdg.h)(0x545CB529) +I (..\Libraries\STM32F10x_StdPeriph_Driver\inc\misc.h)(0x545CB528) diff --git a/demo/stm32f10x/non_os/RVMDK/EasyFlash_uvopt.bak b/demo/stm32f10x/non_os/RVMDK/EasyFlash_uvopt.bak index eb73428..e0ed5bf 100644 --- a/demo/stm32f10x/non_os/RVMDK/EasyFlash_uvopt.bak +++ b/demo/stm32f10x/non_os/RVMDK/EasyFlash_uvopt.bak @@ -199,10 +199,10 @@ 1 0 0 - 52 + 55 0 1 - 9 + 5 0 ..\APP\src\app.c app.c @@ -279,7 +279,7 @@ 0 3 - 6 + 0 1 0 0 @@ -288,12 +288,12 @@ 0 0 0 - ..\components\flash\port\flash_port.c - flash_port.c + ..\..\..\..\easyflash\src\flash.c + flash.c 3 - 7 + 0 1 0 0 @@ -302,12 +302,12 @@ 0 0 0 - ..\..\..\..\flash\src\flash.c - flash.c + ..\..\..\..\easyflash\src\flash_env.c + flash_env.c 3 - 8 + 0 1 0 0 @@ -316,12 +316,12 @@ 0 0 0 - ..\..\..\..\flash\src\flash_env.c - flash_env.c + ..\..\..\..\easyflash\src\flash_env_wl.c + flash_env_wl.c 3 - 9 + 0 1 0 0 @@ -330,12 +330,12 @@ 0 0 0 - ..\..\..\..\flash\src\flash_env_wl.c - flash_env_wl.c + ..\..\..\..\easyflash\src\flash_iap.c + flash_iap.c 3 - 10 + 0 1 0 0 @@ -344,12 +344,12 @@ 0 0 0 - ..\..\..\..\flash\src\flash_iap.c - flash_iap.c + ..\..\..\..\easyflash\src\flash_utils.c + flash_utils.c 3 - 11 + 0 1 0 0 @@ -358,8 +358,8 @@ 0 0 0 - ..\..\..\..\flash\src\flash_utils.c - flash_utils.c + ..\components\easyflash\port\flash_port.c + flash_port.c @@ -2633,7 +2633,7 @@ File 2002 - 00200000010000002800FFFF01001100434D4643546F6F6C426172427574746F6E00E100000000000000000000000000000000000000000000000100000001000000018001E100000000000001000000000000000000000000000000000100000001000000018003E1000000000000020000000000000000000000000000000001000000010000000180CD7F0000000000000300000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018023E100000000040004000000000000000000000000000000000100000001000000018022E100000000000005000000000000000000000000000000000100000001000000018025E10000000000000600000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001802BE10000000004000700000000000000000000000000000000010000000100000001802CE10000000004000800000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001807A8A0000000004000900000000000000000000000000000000010000000100000001807B8A0000000004000A00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180D3B00000000000000B000000000000000000000000000000000100000001000000018015B10000000004000C0000000000000000000000000000000001000000010000000180F4B00000000004000D000000000000000000000000000000000100000001000000018036B10000000004000E00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FF88000000000400460000000000000000000000000000000001000000010000000180FE880000000004004500000000000000000000000000000000010000000100000001800B810000000004001300000000000000000000000000000000010000000100000001800C810000000004001400000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180F0880000020000000F000000000000000000000000000000000100000001000000FFFF0100120043555646696E64436F6D626F427574746F6EE803000000000000000000000000000000000000000000000001000000010000009600000002002050FFFFFFFF0096000000000000000000018024E10000020000001100000000000000000000000000000000010000000100000001800A810000000000001200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018022800000020000001500000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C488000000000000160000000000000000000000000000000001000000010000000180C988000000000400180000000000000000000000000000000001000000010000000180C788000000000000190000000000000000000000000000000001000000010000000180C8880000000000001700000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6E4C010000020001001A0000000F50726F6A6563742057696E646F7773000000000000000000000000010000000100000000000000000000000100000008002880DD880000000000001A0000000750726F6A656374000000000000000000000000010000000100000000000000000000000100000000002880DC8B0000000000003A00000005426F6F6B73000000000000000000000000010000000100000000000000000000000100000000002880E18B0000000000003B0000000946756E6374696F6E73000000000000000000000000010000000100000000000000000000000100000000002880E28B000000000000400000000954656D706C6174657300000000000000000000000001000000010000000000000000000000010000000000288018890000000000003D0000000E536F757263652042726F777365720000000000000000000000000100000001000000000000000000000001000000000028800000000000000400FFFFFFFF00000000000000000001000000000000000100000000000000000000000100000000002880D988000000000000390000000C4275696C64204F7574707574000000000000000000000000010000000100000000000000000000000100000000002880E38B000000000000410000000B46696E64204F75747075740000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FB7F0000000000001B000000000000000000000000000000000100000001000000000000000446696C65AC030000 + 00200000010000002800FFFF01001100434D4643546F6F6C426172427574746F6E00E100000000000000000000000000000000000000000000000100000001000000018001E100000000000001000000000000000000000000000000000100000001000000018003E1000000000000020000000000000000000000000000000001000000010000000180CD7F0000000000000300000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018023E100000000040004000000000000000000000000000000000100000001000000018022E100000000040005000000000000000000000000000000000100000001000000018025E10000000004000600000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001802BE10000000004000700000000000000000000000000000000010000000100000001802CE10000000004000800000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001807A8A0000000004000900000000000000000000000000000000010000000100000001807B8A0000000004000A00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180D3B00000000004000B000000000000000000000000000000000100000001000000018015B10000000004000C0000000000000000000000000000000001000000010000000180F4B00000000004000D000000000000000000000000000000000100000001000000018036B10000000004000E00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FF88000000000400460000000000000000000000000000000001000000010000000180FE880000000004004500000000000000000000000000000000010000000100000001800B810000000004001300000000000000000000000000000000010000000100000001800C810000000004001400000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180F0880000020000000F000000000000000000000000000000000100000001000000FFFF0100120043555646696E64436F6D626F427574746F6EE803000000000000000000000000000000000000000000000001000000010000009600000002002050FFFFFFFF0096000000000000000000018024E10000020004001100000000000000000000000000000000010000000100000001800A810000000004001200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018022800000020000001500000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C488000000000000160000000000000000000000000000000001000000010000000180C988000000000400180000000000000000000000000000000001000000010000000180C788000000000000190000000000000000000000000000000001000000010000000180C8880000000000001700000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6E4C010000020001001A0000000F50726F6A6563742057696E646F7773000000000000000000000000010000000100000000000000000000000100000008002880DD880000000000001A0000000750726F6A656374000000000000000000000000010000000100000000000000000000000100000000002880DC8B0000000000003A00000005426F6F6B73000000000000000000000000010000000100000000000000000000000100000000002880E18B0000000000003B0000000946756E6374696F6E73000000000000000000000000010000000100000000000000000000000100000000002880E28B000000000000400000000954656D706C6174657300000000000000000000000001000000010000000000000000000000010000000000288018890000000000003D0000000E536F757263652042726F777365720000000000000000000000000100000001000000000000000000000001000000000028800000000000000400FFFFFFFF00000000000000000001000000000000000100000000000000000000000100000000002880D988000000000000390000000C4275696C64204F7574707574000000000000000000000000010000000100000000000000000000000100000000002880E38B000000000000410000000B46696E64204F75747075740000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FB7F0000000000001B000000000000000000000000000000000100000001000000000000000446696C65AC030000 1423 @@ -2665,7 +2665,7 @@ Debug 2582 - 00200000000000001B00FFFF01001100434D4643546F6F6C426172427574746F6ECC880000000000002500000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018017800000000000002600000000000000000000000000000000010000000100000001801D800000000000002700000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001801A800000000000002800000000000000000000000000000000010000000100000001801B80000000000000290000000000000000000000000000000001000000010000000180E57F0000000000002A00000000000000000000000000000000010000000100000001801C800000000000002B00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018000890000000000002C00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180E48B0000000000002D0000000000000000000000000000000001000000010000000180F07F0000000000002E0000000000000000000000000000000001000000010000000180E8880000000000003700000000000000000000000000000000010000000100000001803B010000000000002F0000000000000000000000000000000001000000010000000180BB8A00000000000030000000000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6E0E01000000000000310000000D57617463682057696E646F7773000000000000000000000000010000000100000000000000000000000100000003001380DB8B00000000000031000000064C6F63616C73000000000000000000000000010000000100000000000000000000000100000000001380D88B000000000000310000000757617463682031000000000000000000000000010000000100000000000000000000000100000000001380D98B0000000000003100000007576174636820320000000000000000000000000100000001000000000000000000000001000000000013800F01000000000000320000000E4D656D6F72792057696E646F7773000000000000000000000000010000000100000000000000000000000100000004001380D28B00000000000032000000084D656D6F72792031000000000000000000000000010000000100000000000000000000000100000000001380D38B00000000000032000000084D656D6F72792032000000000000000000000000010000000100000000000000000000000100000000001380D48B00000000000032000000084D656D6F72792033000000000000000000000000010000000100000000000000000000000100000000001380D58B00000000000032000000084D656D6F727920340000000000000000000000000100000001000000000000000000000001000000000013801001000000000000330000000E53657269616C2057696E646F77730000000000000000000000000100000001000000000000000000000001000000040013809307000000000000330000000755415254202331000000000000000000000000010000000100000000000000000000000100000000001380940700000000000033000000075541525420233200000000000000000000000001000000010000000000000000000000010000000000138095070000000000003300000007554152542023330000000000000000000000000100000001000000000000000000000001000000000013809607000000000000330000000E49544D2F525441205669657765720000000000000000000000000100000001000000000000000000000001000000000013803C010000000000003400000010416E616C797369732057696E646F7773000000000000000000000000010000000100000000000000000000000100000003001380658A000000000000340000000E4C6F67696320416E616C797A6572000000000000000000000000010000000100000000000000000000000100000000001380DC7F0000000000003E00000014506572666F726D616E636520416E616C797A6572000000000000000000000000010000000100000000000000000000000100000000001380E788000000000000380000000D436F646520436F76657261676500000000000000000000000001000000010000000000000000000000010000000000138053010000000000003F0000001553797374656D205669657765722057696E646F77730000000000000000000000000100000001000000000000000000000001000000010013805401000000000000FFFFFFFF115472616365204D656E7520416E63686F720000000000000000010000000000000001000000000000000000000001000000000013802901000000000000350000001553797374656D205669657765722057696E646F77730000000000000000000000000100000001000000000000000000000001000000010013804B01000000000000FFFFFFFF1453797374656D2056696577657220416E63686F720000000000000000010000000000000001000000000000000000000001000000000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000138001890000000000003600000007546F6F6C626F7800000000000000000000000001000000010000000000000000000000010000000300138044C5000000000000FFFFFFFF0E5570646174652057696E646F77730000000000000000010000000000000001000000000000000000000001000000000013800000000000000400FFFFFFFF000000000000000000010000000000000001000000000000000000000001000000000013805B01000000000000FFFFFFFF12546F6F6C626F78204D656E75416E63686F720000000000000000010000000000000001000000000000000000000001000000000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000138046010000000000004900000013446562756720526573746F72652056696577730000000000000000000000000100000001000000000000000000000001000000030013802C8C000000000000FFFFFFFF1A446562756720526573746F726520566965777320416E63686F720000000000000000010000000000000001000000000000000000000001000000000013800000000000000400FFFFFFFF000000000000000000010000000000000001000000000000000000000001000000000013802B8C000000000000FFFFFFFF17265265736574205669657720746F2044656661756C7473000000000000000001000000000000000100000000000000000000000100000000000000000005446562756791020000 + 00200000000000001B00FFFF01001100434D4643546F6F6C426172427574746F6ECC880000000000002500000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018017800000000000002600000000000000000000000000000000010000000100000001801D800000000000002700000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001801A800000000000002800000000000000000000000000000000010000000100000001801B80000000000000290000000000000000000000000000000001000000010000000180E57F0000000000002A00000000000000000000000000000000010000000100000001801C800000000000002B00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018000890000000000002C00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180E48B0000000000002D0000000000000000000000000000000001000000010000000180F07F0000000000002E0000000000000000000000000000000001000000010000000180E8880000000000003700000000000000000000000000000000010000000100000001803B010000000000002F0000000000000000000000000000000001000000010000000180BB8A00000000000030000000000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6E0E01000000000000310000000D57617463682057696E646F7773000000000000000000000000010000000100000000000000000000000100000003001380DB8B00000000000031000000064C6F63616C73000000000000000000000000010000000100000000000000000000000100000000001380D88B000000000000310000000757617463682031000000000000000000000000010000000100000000000000000000000100000000001380D98B0000000000003100000007576174636820320000000000000000000000000100000001000000000000000000000001000000000013800F01000000000000320000000E4D656D6F72792057696E646F7773000000000000000000000000010000000100000000000000000000000100000004001380D28B00000000000032000000084D656D6F72792031000000000000000000000000010000000100000000000000000000000100000000001380D38B00000000000032000000084D656D6F72792032000000000000000000000000010000000100000000000000000000000100000000001380D48B00000000000032000000084D656D6F72792033000000000000000000000000010000000100000000000000000000000100000000001380D58B00000000000032000000084D656D6F727920340000000000000000000000000100000001000000000000000000000001000000000013801001000000000000330000000E53657269616C2057696E646F77730000000000000000000000000100000001000000000000000000000001000000040013809307000000000000330000000755415254202331000000000000000000000000010000000100000000000000000000000100000000001380940700000000000033000000075541525420233200000000000000000000000001000000010000000000000000000000010000000000138095070000000000003300000007554152542023330000000000000000000000000100000001000000000000000000000001000000000013809607000000000000330000000E49544D2F525441205669657765720000000000000000000000000100000001000000000000000000000001000000000013803C010000000000003400000010416E616C797369732057696E646F7773000000000000000000000000010000000100000000000000000000000100000003001380658A000000000000340000000E4C6F67696320416E616C797A6572000000000000000000000000010000000100000000000000000000000100000000001380DC7F0000000000003E00000014506572666F726D616E636520416E616C797A6572000000000000000000000000010000000100000000000000000000000100000000001380E788000000000000380000000D436F646520436F76657261676500000000000000000000000001000000010000000000000000000000010000000000138053010000000000003F0000001553797374656D205669657765722057696E646F77730000000000000000000000000100000001000000000000000000000001000000010013805401000000000000FFFFFFFF115472616365204D656E7520416E63686F720100000000000000010000000000000001000000000000000000000001000000000013802901000000000000350000001553797374656D205669657765722057696E646F77730000000000000000000000000100000001000000000000000000000001000000010013804B01000000000000FFFFFFFF1453797374656D2056696577657220416E63686F720100000000000000010000000000000001000000000000000000000001000000000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000138001890000000000003600000007546F6F6C626F7800000000000000000000000001000000010000000000000000000000010000000300138044C5000000000000FFFFFFFF0E5570646174652057696E646F77730100000000000000010000000000000001000000000000000000000001000000000013800000000000000400FFFFFFFF000000000000000000010000000000000001000000000000000000000001000000000013805B01000000000000FFFFFFFF12546F6F6C626F78204D656E75416E63686F720100000000000000010000000000000001000000000000000000000001000000000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000138046010000000000004900000013446562756720526573746F72652056696577730000000000000000000000000100000001000000000000000000000001000000030013802C8C000000000000FFFFFFFF1A446562756720526573746F726520566965777320416E63686F720100000000000000010000000000000001000000000000000000000001000000000013800000000000000400FFFFFFFF000000000000000000010000000000000001000000000000000000000001000000000013802B8C000000000000FFFFFFFF17265265736574205669657720746F2044656661756C7473010000000000000001000000000000000100000000000000000000000100000000000000000005446562756791020000 968 @@ -4254,9 +4254,9 @@ ..\APP\src\app.c - 52 + 55 1 - 9 + 5 diff --git a/demo/stm32f10x/non_os/RVMDK/JLinkLog.txt b/demo/stm32f10x/non_os/RVMDK/JLinkLog.txt index 836b614..ab1d4a3 100644 --- a/demo/stm32f10x/non_os/RVMDK/JLinkLog.txt +++ b/demo/stm32f10x/non_os/RVMDK/JLinkLog.txt @@ -1,155 +1,215 @@ -T2360 000:692 SEGGER J-Link V4.15n (beta) Log File (0000ms, 0688ms total) -T2360 000:692 DLL Compiled: Jun 18 2010 19:55:09 (0000ms, 0688ms total) -T2360 000:692 Logging started @ 2015-04-21 08:18 (0000ms, 0688ms total) -T2360 000:692 JLINK_SetWarnOutHandler(...) (0000ms, 0688ms total) -T2360 000:692 JLINK_OpenEx(...) +T276C 000:729 SEGGER J-Link V4.15n (beta) Log File (0001ms, 0727ms total) +T276C 000:729 DLL Compiled: Jun 18 2010 19:55:09 (0001ms, 0727ms total) +T276C 000:729 Logging started @ 2015-05-30 16:38 (0001ms, 0727ms total) +T276C 000:730 JLINK_SetWarnOutHandler(...) (0000ms, 0728ms total) +T276C 000:730 JLINK_OpenEx(...) Firmware: J-Link ARM-OB STM32 compiled Aug 22 2012 19:52:04 Hardware: V7.00 S/N: 20090928 -Feature(s): RDI,FlashDL,FlashBP,JFlash,GDBFull returns O.K. (0122ms, 0688ms total) -T2360 000:814 JLINK_SetErrorOutHandler(...) (0000ms, 0810ms total) -T2360 000:814 JLINK_ExecCommand("ProjectFile = "D:\Program\STM32\EasyFlash\demo\stm32f10x\non_os\RVMDK\JLinkSettings.ini"", ...) returns 0x00 (0000ms, 0810ms total) -T2360 000:815 JLINK_ExecCommand("DisableConnectionTimeout", ...) returns 0x00 (0000ms, 0810ms total) -T2360 000:816 JLINK_TIF_Select(JLINKARM_TIF_SWD) returns 0x00 (0002ms, 0810ms total) -T2360 000:818 JLINK_SetSpeed(2000) (0001ms, 0812ms total) -T2360 000:819 JLINK_GetHardwareVersion() returns 0x11170 (0000ms, 0813ms total) -T2360 000:819 JLINK_GetDLLVersion() returns 41514 (0000ms, 0813ms total) -T2360 000:819 JLINK_GetFirmwareString(...) (0000ms, 0813ms total) -T2360 000:819 JLINK_GetDLLVersion() returns 41514 (0000ms, 0813ms total) -T2360 000:819 JLINK_GetCompileDateTime() (0000ms, 0813ms total) -T2360 000:819 JLINK_GetFirmwareString(...) (0000ms, 0813ms total) -T2360 000:819 JLINK_GetHardwareVersion() returns 0x11170 (0000ms, 0813ms total) -T2360 000:820 JLINK_Reset() >0x108 TIF>Found SWD-DP with ID 0x1BA01477 >0x33 TIF> >0x33 TIF> >0x35 TIF> >0x33 TIF> >0x35 TIF> >0x33 TIF> >0x33 TIF> >0x9B TIF> >0x9B TIF> >0x1D7 TIF> >0x13A TIF> >0x13A TIF>TPIU fitted. >0x13A TIF>ETM fitted. >0x13A TIF> FPUnit: 6 code (BP) slots and 2 literal slots >0x13A TIF> >0x13A TIF> >0x1D7 TIF> >0x1D7 TIF> >0x20C TIF> >0x13A TIF> >0x13A TIF> >0x1D7 TIF> >0x1D7 TIF> >0x13A TIF> >0x13A TIF> >0x11E4 TIF> >0x1D7 TIF> >0x13A TIF> >0x11E4 TIF> (0044ms, 0813ms total) -T2360 000:864 JLINK_JTAG_StoreRaw(..., 0x108 Bits) returns 0x00 (0000ms, 0857ms total) -T2360 000:864 JLINK_JTAG_GetU32(BitPos = 227) >0x108 TIF> returns 0x1BA01477 (0001ms, 0857ms total) -T2360 000:865 JLINK_GetDebugInfo(0x100) -- Value=0xE00FF003 returns 0x00 (0000ms, 0858ms total) -T2360 000:866 JLINK_ReadMem (0xE00FF000, 0x0018 Bytes, ...) -- CPU_ReadMem(24 bytes @ 0xE00FF000) -- Data: 03 F0 F0 FF 03 20 F0 FF 03 30 F0 FF 03 10 F0 FF ... returns 0x00 (0001ms, 0858ms total) -T2360 000:867 JLINK_ReadMemU32(0xE000ED00, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000ED00) -- Data: 31 C2 1F 41 returns 0x01 (0001ms, 0859ms total) -T2360 000:869 JLINK_Halt() returns 0x00 (0000ms, 0860ms total) -T2360 000:869 JLINK_IsHalted() returns TRUE (0000ms, 0860ms total) -T2360 000:869 JLINK_ReadMemU32(0xE000EDF0, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- Data: 03 00 03 00 returns 0x01 (0000ms, 0860ms total) -T2360 000:869 JLINK_WriteU32(0xE000EDF0, 0xA05F0003) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) returns 0x00 (0001ms, 0860ms total) -T2360 000:870 JLINK_WriteU32(0xE000EDFC, 0x01000000) -- CPU_WriteMem(4 bytes @ 0xE000EDFC) returns 0x00 (0001ms, 0861ms total) -T2360 000:871 JLINK_ReadMemU32(0xE0002000, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0002000) -- Data: 60 02 00 00 returns 0x01 (0001ms, 0862ms total) -T2360 000:872 JLINK_ReadMemU32(0xE0001000, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- Data: 01 00 00 40 returns 0x01 (0001ms, 0863ms total) -T2360 000:873 JLINK_ExecCommand("Device = STM32F103RE", ...) +Feature(s): RDI,FlashDL,FlashBP,JFlash,GDBFull returns O.K. (0166ms, 0728ms total) +T276C 000:896 JLINK_SetErrorOutHandler(...) (0000ms, 0894ms total) +T276C 000:896 JLINK_ExecCommand("ProjectFile = "D:\Program\STM32\EasyFlash\demo\stm32f10x\non_os\RVMDK\JLinkSettings.ini"", ...) returns 0x00 (0001ms, 0894ms total) +T276C 000:897 JLINK_ExecCommand("DisableConnectionTimeout", ...) returns 0x00 (0000ms, 0895ms total) +T276C 000:899 JLINK_TIF_Select(JLINKARM_TIF_SWD) returns 0x00 (0001ms, 0895ms total) +T276C 000:900 JLINK_SetSpeed(2000) (0001ms, 0896ms total) +T276C 000:901 JLINK_GetHardwareVersion() returns 0x11170 (0000ms, 0897ms total) +T276C 000:901 JLINK_GetDLLVersion() returns 41514 (0000ms, 0897ms total) +T276C 000:901 JLINK_GetFirmwareString(...) (0000ms, 0897ms total) +T276C 000:901 JLINK_GetDLLVersion() returns 41514 (0000ms, 0897ms total) +T276C 000:901 JLINK_GetCompileDateTime() (0000ms, 0897ms total) +T276C 000:901 JLINK_GetFirmwareString(...) (0000ms, 0897ms total) +T276C 000:901 JLINK_GetHardwareVersion() returns 0x11170 (0000ms, 0897ms total) +T276C 000:901 JLINK_Reset() >0x108 TIF>Found SWD-DP with ID 0x1BA01477 >0x33 TIF> >0x33 TIF> >0x35 TIF> >0x33 TIF> >0x35 TIF> >0x33 TIF> >0x33 TIF> >0x9B TIF> >0x9B TIF> >0x1D7 TIF> >0x13A TIF> >0x13A TIF>TPIU fitted. >0x13A TIF>ETM fitted. >0x13A TIF> FPUnit: 6 code (BP) slots and 2 literal slots >0x13A TIF> >0x13A TIF> >0x1D7 TIF> >0x1D7 TIF> >0x20C TIF> >0x13A TIF> >0x13A TIF> >0x1D7 TIF> >0x1D7 TIF> >0x13A TIF> >0x13A TIF> >0x11E4 TIF> >0x1D7 TIF> >0x13A TIF> >0x11E4 TIF> (0062ms, 0897ms total) +T276C 000:963 JLINK_JTAG_StoreRaw(..., 0x108 Bits) returns 0x00 (0000ms, 0959ms total) +T276C 000:963 JLINK_JTAG_GetU32(BitPos = 227) >0x108 TIF> returns 0x1BA01477 (0001ms, 0959ms total) +T276C 000:964 JLINK_GetDebugInfo(0x100) -- Value=0xE00FF003 returns 0x00 (0000ms, 0960ms total) +T276C 000:969 JLINK_ReadMem (0xE00FF000, 0x0018 Bytes, ...) -- CPU_ReadMem(24 bytes @ 0xE00FF000) -- Data: 03 F0 F0 FF 03 20 F0 FF 03 30 F0 FF 03 10 F0 FF ... returns 0x00 (0002ms, 0960ms total) +T276C 000:971 JLINK_ReadMemU32(0xE000ED00, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000ED00) -- Data: 31 C2 1F 41 returns 0x01 (0001ms, 0962ms total) +T276C 000:972 JLINK_Halt() returns 0x00 (0000ms, 0963ms total) +T276C 000:972 JLINK_IsHalted() returns TRUE (0000ms, 0963ms total) +T276C 000:972 JLINK_ReadMemU32(0xE000EDF0, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- Data: 03 00 03 00 returns 0x01 (0001ms, 0963ms total) +T276C 000:973 JLINK_WriteU32(0xE000EDF0, 0xA05F0003) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) returns 0x00 (0001ms, 0964ms total) +T276C 000:974 JLINK_WriteU32(0xE000EDFC, 0x01000000) -- CPU_WriteMem(4 bytes @ 0xE000EDFC) returns 0x00 (0001ms, 0965ms total) +T276C 000:975 JLINK_ReadMemU32(0xE0002000, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0002000) -- Data: 60 02 00 00 returns 0x01 (0001ms, 0966ms total) +T276C 000:976 JLINK_ReadMemU32(0xE0001000, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- Data: 01 00 00 40 returns 0x01 (0001ms, 0967ms total) +T276C 000:977 JLINK_ExecCommand("Device = STM32F103RE", ...) JLINK_ExecCommand("map ram 0x20000000 - 0x2000FFFF", ...) returns 0x00 (0000ms, 0000ms total) JLINK_AddMirrorAreaEx(Addr = 0x00000000, Size = 0x00000000) (0000ms, 0000ms total) - returns 0x00 (0001ms, 0864ms total) -T2360 000:874 JLINK_GetHWStatus(...) returns 0x00 (0000ms, 0865ms total) -T2360 000:875 JLINK_GetNumBPUnits(Type = 0xFFFFFF00) >0x108 TIF>Found SWD-DP with ID 0x1BA01477 >0x33 TIF> >0x33 TIF> >0x35 TIF> >0x33 TIF> >0x35 TIF> >0x33 TIF> >0x33 TIF> >0x9B TIF> >0x9B TIF> >0x1D7 TIF> >0x13A TIF> >0x13A TIF>TPIU fitted. >0x13A TIF>ETM fitted. >0x13A TIF> FPUnit: 6 code (BP) slots and 2 literal slots >0x13A TIF> >0x13A TIF> returns 0x06 (0014ms, 0865ms total) -T2360 000:889 JLINK_GetNumBPUnits(Type = 0xF0) returns 0x800 (0000ms, 0879ms total) -T2360 000:889 JLINK_GetNumWPUnits() returns 0x04 (0000ms, 0879ms total) -T2360 000:889 JLINK_GetSpeed() returns 0x7D0 (0000ms, 0879ms total) -T2360 000:890 JLINK_ReadMemU32(0xE000E004, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000E004) -- Data: 01 00 00 00 returns 0x01 (0000ms, 0879ms total) -T2360 000:890 JLINK_WriteMem(0xE0001000, 0x001C Bytes, ...) -- Data: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ... -- CPU_WriteMem(28 bytes @ 0xE0001000) returns 0x1C (0001ms, 0879ms total) -T2360 000:891 JLINK_ReadMem (0xE0001000, 0x001C Bytes, ...) -- CPU_ReadMem(28 bytes @ 0xE0001000) -- Data: 01 00 00 40 00 00 00 00 00 00 00 00 00 00 00 00 ... returns 0x00 (0002ms, 0880ms total) -T2360 000:893 JLINK_ReadReg(R15) returns 0x08000144 (0000ms, 0882ms total) -T2360 000:893 JLINK_ReadReg(XPSR) returns 0x01000000 (0000ms, 0882ms total) -T2360 001:380 JLINK_SetResetType(JLINKARM_RESET_TYPE_NORMAL) returns JLINKARM_RESET_TYPE_NORMAL (0000ms, 0882ms total) -T2360 001:380 JLINK_Reset() >0x108 TIF>Found SWD-DP with ID 0x1BA01477 >0x33 TIF> >0x33 TIF> >0x35 TIF> >0x33 TIF> >0x35 TIF> >0x33 TIF> >0x33 TIF> >0x9B TIF> >0x9B TIF> >0x1D7 TIF> >0x13A TIF> >0x13A TIF>TPIU fitted. >0x13A TIF>ETM fitted. >0x13A TIF> FPUnit: 6 code (BP) slots and 2 literal slots >0x13A TIF> >0x13A TIF> >0x1D7 TIF> >0x1D7 TIF> >0x20C TIF> >0x13A TIF> >0x13A TIF> >0x1D7 TIF> >0x1D7 TIF> >0x13A TIF> >0x13A TIF> >0x1D7 TIF> >0x13A TIF> >0x11E4 TIF> (0038ms, 0882ms total) -T2360 001:418 JLINK_ReadReg(R15) returns 0x08000144 (0000ms, 0920ms total) -T2360 001:418 JLINK_ReadReg(XPSR) returns 0x01000000 (0000ms, 0920ms total) -T2360 001:418 JLINK_ReadReg(R0) returns 0x000E88BE (0000ms, 0920ms total) -T2360 001:418 JLINK_ReadReg(R1) returns 0x00000020 (0000ms, 0920ms total) -T2360 001:418 JLINK_ReadReg(R2) returns 0x00000000 (0000ms, 0920ms total) -T2360 001:418 JLINK_ReadReg(R3) returns 0x00000000 (0000ms, 0920ms total) -T2360 001:418 JLINK_ReadReg(R4) returns 0x080039A8 (0000ms, 0920ms total) -T2360 001:418 JLINK_ReadReg(R5) returns 0x080039A8 (0000ms, 0920ms total) -T2360 001:418 JLINK_ReadReg(R6) returns 0x00000000 (0000ms, 0920ms total) -T2360 001:418 JLINK_ReadReg(R7) returns 0x00000000 (0000ms, 0920ms total) -T2360 001:418 JLINK_ReadReg(R8) returns 0x00000000 (0000ms, 0920ms total) -T2360 001:418 JLINK_ReadReg(R9) returns 0x20000160 (0000ms, 0920ms total) -T2360 001:418 JLINK_ReadReg(R10) returns 0x00000000 (0000ms, 0920ms total) -T2360 001:418 JLINK_ReadReg(R11) returns 0x00000000 (0000ms, 0920ms total) -T2360 001:418 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 0920ms total) -T2360 001:418 JLINK_ReadReg(R13) returns 0x20000CB0 (0000ms, 0920ms total) -T2360 001:418 JLINK_ReadReg(R14) returns 0xFFFFFFFF (0000ms, 0920ms total) -T2360 001:418 JLINK_ReadReg(R15) returns 0x08000144 (0000ms, 0920ms total) -T2360 001:418 JLINK_ReadReg(XPSR) returns 0x01000000 (0000ms, 0920ms total) -T2360 001:418 JLINK_ReadReg(MSP) returns 0x20000CB0 (0000ms, 0920ms total) -T2360 001:418 JLINK_ReadReg(PSP) returns 0x20000800 (0000ms, 0920ms total) -T2360 001:418 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 0920ms total) -T2360 001:419 JLINK_ReadMem (0x08000144, 0x003C Bytes, ...) -- CPU_ReadMem(64 bytes @ 0x08000140) -- Updating C cache (64 bytes @ 0x08000140) -- Read from C cache (60 bytes @ 0x08000144) -- Data: 06 48 80 47 06 48 00 47 FE E7 FE E7 FE E7 FE E7 ... returns 0x00 (0001ms, 0920ms total) -T2360 001:732 JLINK_ReadMem (0x00000000, 0x00C3 Bytes, ...) + returns 0x00 (0001ms, 0968ms total) +T276C 000:978 JLINK_GetHWStatus(...) returns 0x00 (0000ms, 0969ms total) +T276C 000:978 JLINK_GetNumBPUnits(Type = 0xFFFFFF00) >0x108 TIF>Found SWD-DP with ID 0x1BA01477 >0x33 TIF> >0x33 TIF> >0x35 TIF> >0x33 TIF> >0x35 TIF> >0x33 TIF> >0x33 TIF> >0x9B TIF> >0x9B TIF> >0x1D7 TIF> >0x13A TIF> >0x13A TIF>TPIU fitted. >0x13A TIF>ETM fitted. >0x13A TIF> FPUnit: 6 code (BP) slots and 2 literal slots >0x13A TIF> >0x13A TIF> returns 0x06 (0015ms, 0969ms total) +T276C 000:993 JLINK_GetNumBPUnits(Type = 0xF0) returns 0x800 (0000ms, 0984ms total) +T276C 000:993 JLINK_GetNumWPUnits() returns 0x04 (0000ms, 0984ms total) +T276C 000:993 JLINK_GetSpeed() returns 0x7D0 (0000ms, 0984ms total) +T276C 000:994 JLINK_ReadMemU32(0xE000E004, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000E004) -- Data: 01 00 00 00 returns 0x01 (0001ms, 0984ms total) +T276C 000:995 JLINK_WriteMem(0xE0001000, 0x001C Bytes, ...) -- Data: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ... -- CPU_WriteMem(28 bytes @ 0xE0001000) returns 0x1C (0001ms, 0985ms total) +T276C 000:996 JLINK_ReadMem (0xE0001000, 0x001C Bytes, ...) -- CPU_ReadMem(28 bytes @ 0xE0001000) -- Data: 01 00 00 40 00 00 00 00 00 00 00 00 00 00 00 00 ... returns 0x00 (0001ms, 0986ms total) +T276C 000:997 JLINK_ReadReg(R15) returns 0x08000144 (0000ms, 0987ms total) +T276C 000:997 JLINK_ReadReg(XPSR) returns 0x01000000 (0000ms, 0987ms total) +T276C 001:574 JLINK_SetResetType(JLINKARM_RESET_TYPE_NORMAL) returns JLINKARM_RESET_TYPE_NORMAL (0000ms, 0987ms total) +T276C 001:574 JLINK_Reset() >0x108 TIF>Found SWD-DP with ID 0x1BA01477 >0x33 TIF> >0x33 TIF> >0x35 TIF> >0x33 TIF> >0x35 TIF> >0x33 TIF> >0x33 TIF> >0x9B TIF> >0x9B TIF> >0x1D7 TIF> >0x13A TIF> >0x13A TIF>TPIU fitted. >0x13A TIF>ETM fitted. >0x13A TIF> FPUnit: 6 code (BP) slots and 2 literal slots >0x13A TIF> >0x13A TIF> >0x1D7 TIF> >0x1D7 TIF> >0x20C TIF> >0x13A TIF> >0x13A TIF> >0x1D7 TIF> >0x1D7 TIF> >0x13A TIF> >0x13A TIF> >0x1D7 TIF> >0x13A TIF> >0x11E4 TIF> (0040ms, 0987ms total) +T276C 001:614 JLINK_ReadReg(R15) returns 0x08000144 (0000ms, 1027ms total) +T276C 001:614 JLINK_ReadReg(XPSR) returns 0x01000000 (0000ms, 1027ms total) +T276C 001:614 JLINK_ReadReg(R0) returns 0x0001471D (0000ms, 1027ms total) +T276C 001:614 JLINK_ReadReg(R1) returns 0x00000020 (0000ms, 1027ms total) +T276C 001:614 JLINK_ReadReg(R2) returns 0x00000000 (0000ms, 1027ms total) +T276C 001:614 JLINK_ReadReg(R3) returns 0x00000000 (0000ms, 1027ms total) +T276C 001:614 JLINK_ReadReg(R4) returns 0x080039D8 (0000ms, 1027ms total) +T276C 001:614 JLINK_ReadReg(R5) returns 0x080039D8 (0000ms, 1027ms total) +T276C 001:614 JLINK_ReadReg(R6) returns 0x00000000 (0000ms, 1027ms total) +T276C 001:614 JLINK_ReadReg(R7) returns 0x00000000 (0000ms, 1027ms total) +T276C 001:614 JLINK_ReadReg(R8) returns 0x00000000 (0000ms, 1027ms total) +T276C 001:614 JLINK_ReadReg(R9) returns 0x20000160 (0000ms, 1027ms total) +T276C 001:614 JLINK_ReadReg(R10) returns 0x00000000 (0000ms, 1027ms total) +T276C 001:614 JLINK_ReadReg(R11) returns 0x00000000 (0000ms, 1027ms total) +T276C 001:614 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 1027ms total) +T276C 001:614 JLINK_ReadReg(R13) returns 0x20000CB0 (0000ms, 1027ms total) +T276C 001:614 JLINK_ReadReg(R14) returns 0xFFFFFFFF (0000ms, 1027ms total) +T276C 001:614 JLINK_ReadReg(R15) returns 0x08000144 (0000ms, 1027ms total) +T276C 001:614 JLINK_ReadReg(XPSR) returns 0x01000000 (0000ms, 1027ms total) +T276C 001:614 JLINK_ReadReg(MSP) returns 0x20000CB0 (0000ms, 1027ms total) +T276C 001:614 JLINK_ReadReg(PSP) returns 0x20000800 (0000ms, 1027ms total) +T276C 001:614 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 1027ms total) +T276C 001:615 JLINK_ReadMem (0x08000144, 0x003C Bytes, ...) -- CPU_ReadMem(64 bytes @ 0x08000140) -- Updating C cache (64 bytes @ 0x08000140) -- Read from C cache (60 bytes @ 0x08000144) -- Data: 06 48 80 47 06 48 00 47 FE E7 FE E7 FE E7 FE E7 ... returns 0x00 (0001ms, 1027ms total) +T276C 002:033 JLINK_ReadMem (0x00000000, 0x00C3 Bytes, ...) JLINK_ReadMemHW(0x00000000, 0x0004 Bytes, ...) -- CPU_ReadMem(4 bytes @ 0x00000000) -- Data: B0 0C 00 20 returns 0x00 (0001ms, 0000ms total) JLINK_ReadMemHW(0x08000000, 0x0004 Bytes, ...) -- CPU_ReadMem(4 bytes @ 0x08000000) -- Data: B0 0C 00 20 returns 0x00 (0001ms, 0001ms total) JLINK_WriteMemHW(0x00000000, 0x0004 Bytes, ...) -- Data: 01 00 01 00 -- CPU_WriteMem(4 bytes @ 0x00000000) returns 0x04 (0001ms, 0002ms total) JLINK_ReadMemHW(0x00000000, 0x0004 Bytes, ...) -- CPU_ReadMem(4 bytes @ 0x00000000) -- Data: B0 0C 00 20 returns 0x00 (0001ms, 0003ms total) - -- MA0 is in flash -- Unmirror addr 0x00000000 -- CPU_ReadMem(256 bytes @ 0x08000000) -- Updating C cache (256 bytes @ 0x08000000) -- Read from C cache (195 bytes @ 0x08000000) -- Data: B0 0C 00 20 45 01 00 08 ED 0E 00 08 4F 01 00 08 ... returns 0x00 (0007ms, 0921ms total) -T13CC 002:011 JLINK_SetBPEx(Addr = 0x08003268, Type = 0xFFFFFFF2) returns 0x00000001 (0000ms, 0928ms total) -T13CC 002:011 JLINK_Go() -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_WriteMem(4 bytes @ 0xE0002008) -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU_WriteMem(4 bytes @ 0xE0002010) -- CPU_WriteMem(4 bytes @ 0xE0002014) -- CPU_WriteMem(4 bytes @ 0xE0002018) -- CPU_WriteMem(4 bytes @ 0xE000201C) -- Invalidate MA0 status (0007ms, 0928ms total) -T13CC 002:118 JLINK_IsHalted() returns TRUE (0004ms, 0935ms total) -T13CC 002:122 JLINK_Halt() returns 0x00 (0000ms, 0935ms total) -T13CC 002:122 JLINK_IsHalted() returns TRUE (0000ms, 0935ms total) -T13CC 002:122 JLINK_IsHalted() returns TRUE (0000ms, 0935ms total) -T13CC 002:122 JLINK_IsHalted() returns TRUE (0000ms, 0935ms total) -T13CC 002:122 JLINK_ReadReg(R15) returns 0x08003268 (0000ms, 0935ms total) -T13CC 002:122 JLINK_ReadReg(XPSR) returns 0x61000000 (0000ms, 0935ms total) -T13CC 002:122 JLINK_ClrBPEx(BPHandle = 0x00000001) returns 0x00 (0000ms, 0935ms total) -T13CC 002:122 JLINK_ReadMemU32(0xE000ED30, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000ED30) -- Data: 03 00 00 00 returns 0x01 (0001ms, 0935ms total) -T13CC 002:123 JLINK_ReadMemU32(0xE0001028, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001028) -- Data: 01 00 00 40 returns 0x01 (0001ms, 0936ms total) -T13CC 002:124 JLINK_ReadMemU32(0xE0001038, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001038) -- Data: 01 00 00 40 returns 0x01 (0001ms, 0937ms total) -T13CC 002:125 JLINK_ReadMemU32(0xE0001048, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001048) -- Data: 01 00 00 40 returns 0x01 (0001ms, 0938ms total) -T13CC 002:126 JLINK_ReadMemU32(0xE0001058, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001058) -- Data: 01 00 00 40 returns 0x01 (0000ms, 0939ms total) -T13CC 002:127 JLINK_ReadReg(R0) returns 0x08003269 (0000ms, 0939ms total) -T13CC 002:127 JLINK_ReadReg(R1) returns 0x20000CB0 (0000ms, 0939ms total) -T13CC 002:127 JLINK_ReadReg(R2) returns 0x00000000 (0000ms, 0939ms total) -T13CC 002:127 JLINK_ReadReg(R3) returns 0x0800188D (0000ms, 0939ms total) -T13CC 002:127 JLINK_ReadReg(R4) returns 0x080039A8 (0000ms, 0939ms total) -T13CC 002:127 JLINK_ReadReg(R5) returns 0x080039A8 (0000ms, 0939ms total) -T13CC 002:127 JLINK_ReadReg(R6) returns 0x00000000 (0000ms, 0939ms total) -T13CC 002:127 JLINK_ReadReg(R7) returns 0x00000000 (0000ms, 0939ms total) -T13CC 002:127 JLINK_ReadReg(R8) returns 0x00000000 (0000ms, 0939ms total) -T13CC 002:127 JLINK_ReadReg(R9) returns 0x20000160 (0000ms, 0939ms total) -T13CC 002:127 JLINK_ReadReg(R10) returns 0x00000000 (0000ms, 0939ms total) -T13CC 002:127 JLINK_ReadReg(R11) returns 0x00000000 (0000ms, 0939ms total) -T13CC 002:127 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 0939ms total) -T13CC 002:127 JLINK_ReadReg(R13) returns 0x20000CB0 (0000ms, 0939ms total) -T13CC 002:127 JLINK_ReadReg(R14) returns 0x08000689 (0000ms, 0939ms total) -T13CC 002:127 JLINK_ReadReg(R15) returns 0x08003268 (0000ms, 0939ms total) -T13CC 002:127 JLINK_ReadReg(XPSR) returns 0x61000000 (0000ms, 0939ms total) -T13CC 002:127 JLINK_ReadReg(MSP) returns 0x20000CB0 (0000ms, 0939ms total) -T13CC 002:127 JLINK_ReadReg(PSP) returns 0x20000800 (0000ms, 0939ms total) -T13CC 002:127 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 0939ms total) -T2360 002:162 JLINK_ReadMem (0x08003268, 0x003C Bytes, ...) -- CPU_ReadMem(128 bytes @ 0x08003240) -- Updating C cache (128 bytes @ 0x08003240) -- Read from C cache (60 bytes @ 0x08003268) -- Data: FD F7 07 FB FF F7 2A FD 08 B9 00 F0 1B F8 0D E0 ... returns 0x00 (0003ms, 0939ms total) -T13CC 008:178 JLINK_Go() -- CPU_WriteMem(4 bytes @ 0xE0002008) -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU_WriteMem(4 bytes @ 0xE0002010) -- CPU_WriteMem(4 bytes @ 0xE0002014) -- CPU_WriteMem(4 bytes @ 0xE0002018) -- CPU_WriteMem(4 bytes @ 0xE000201C) (0008ms, 0942ms total) -T13CC 008:287 JLINK_IsHalted() returns FALSE (0001ms, 0950ms total) -T13CC 008:389 JLINK_IsHalted() returns FALSE (0001ms, 0950ms total) -T13CC 008:491 JLINK_IsHalted() returns FALSE (0001ms, 0950ms total) -T13CC 008:593 JLINK_IsHalted() returns FALSE (0001ms, 0950ms total) -T13CC 008:695 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) -- CPU is running -- CPU_ReadMem(4 bytes @ 0xE0001004) -- Data: 01 00 00 40 returns 0x01 (0001ms, 0950ms total) -T13CC 008:696 JLINK_IsHalted() returns FALSE (0001ms, 0951ms total) -T13CC 008:798 JLINK_IsHalted() returns FALSE (0001ms, 0951ms total) -T13CC 008:899 JLINK_IsHalted() returns FALSE (0000ms, 0951ms total) -T13CC 009:000 JLINK_IsHalted() returns FALSE (0001ms, 0951ms total) -T13CC 009:102 JLINK_IsHalted() returns FALSE (0001ms, 0951ms total) -T13CC 009:204 JLINK_IsHalted() returns FALSE (0001ms, 0951ms total) -T13CC 009:306 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) -- CPU is running -- CPU_ReadMem(4 bytes @ 0xE0001004) -- Data: 01 00 00 40 returns 0x01 (0001ms, 0951ms total) -T13CC 009:307 JLINK_IsHalted() returns FALSE (0001ms, 0952ms total) -T13CC 009:409 JLINK_IsHalted() returns FALSE (0000ms, 0952ms total) -T13CC 009:510 JLINK_IsHalted() returns FALSE (0001ms, 0952ms total) -T13CC 009:612 JLINK_IsHalted() returns FALSE (0001ms, 0952ms total) -T13CC 009:715 JLINK_IsHalted() returns FALSE (0001ms, 0952ms total) -T13CC 009:816 JLINK_IsHalted() returns FALSE (0000ms, 0952ms total) -T13CC 009:917 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) -- CPU is running -- CPU_ReadMem(4 bytes @ 0xE0001004) -- Data: 01 00 00 40 returns 0x01 (0001ms, 0952ms total) -T13CC 009:929 JLINK_IsHalted() returns FALSE (0000ms, 0953ms total) -T13CC 010:030 JLINK_IsHalted() returns FALSE (0001ms, 0953ms total) -T13CC 010:132 JLINK_IsHalted() returns FALSE (0001ms, 0953ms total) -T13CC 010:233 JLINK_IsHalted() returns FALSE (0001ms, 0953ms total) -T13CC 010:335 JLINK_IsHalted() returns FALSE (0000ms, 0953ms total) -T13CC 010:436 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) -- CPU is running -- CPU_ReadMem(4 bytes @ 0xE0001004) -- Data: 01 00 00 40 returns 0x01 (0001ms, 0953ms total) -T13CC 010:437 JLINK_IsHalted() returns FALSE (0001ms, 0954ms total) -T13CC 010:538 JLINK_IsHalted() returns FALSE (0001ms, 0954ms total) -T13CC 010:639 JLINK_IsHalted() returns FALSE (0001ms, 0954ms total) -T13CC 010:741 JLINK_IsHalted() returns FALSE (0001ms, 0954ms total) -T13CC 010:843 JLINK_IsHalted() returns FALSE (0001ms, 0954ms total) -T13CC 010:945 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) -- CPU is running -- CPU_ReadMem(4 bytes @ 0xE0001004) -- Data: 01 00 00 40 returns 0x01 (0001ms, 0954ms total) -T13CC 010:946 JLINK_IsHalted() returns FALSE (0001ms, 0955ms total) -T13CC 011:048 JLINK_IsHalted() returns FALSE (0000ms, 0955ms total) -T2360 011:070 JLINK_WriteU32(0xE000EDFC, 0x00000000) -- CPU is running -- CPU_WriteMem(4 bytes @ 0xE000EDFC) returns 0x00 (0001ms, 0955ms total) -T2360 011:071 JLINK_Close() -- CPU is running -- CPU_WriteMem(4 bytes @ 0xE0002008) -- CPU is running -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU is running -- CPU_WriteMem(4 bytes @ 0xE0002010) -- CPU is running -- CPU_WriteMem(4 bytes @ 0xE0002014) -- CPU is running -- CPU_WriteMem(4 bytes @ 0xE0002018) -- CPU is running -- CPU_WriteMem(4 bytes @ 0xE000201C) (0029ms, 0956ms total) -T13CC 011:149 JLINK_Close() (0000ms, 0985ms total) -T13CC 011:149 JLINK_Close() (0000ms, 0985ms total) -T13CC 011:149 JLINK_Close() (0000ms, 0985ms total) + -- MA0 is in flash -- Unmirror addr 0x00000000 -- CPU_ReadMem(256 bytes @ 0x08000000) -- Updating C cache (256 bytes @ 0x08000000) -- Read from C cache (195 bytes @ 0x08000000) -- Data: B0 0C 00 20 45 01 00 08 F1 0E 00 08 4F 01 00 08 ... returns 0x00 (0007ms, 1028ms total) +T1918 002:493 JLINK_SetBPEx(Addr = 0x080032A0, Type = 0xFFFFFFF2) returns 0x00000001 (0000ms, 1035ms total) +T1918 002:493 JLINK_Go() -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_WriteMem(4 bytes @ 0xE0002008) -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU_WriteMem(4 bytes @ 0xE0002010) -- CPU_WriteMem(4 bytes @ 0xE0002014) -- CPU_WriteMem(4 bytes @ 0xE0002018) -- CPU_WriteMem(4 bytes @ 0xE000201C) -- Invalidate MA0 status (0007ms, 1035ms total) +T1918 002:601 JLINK_IsHalted() returns TRUE (0004ms, 1042ms total) +T1918 002:605 JLINK_Halt() returns 0x00 (0000ms, 1042ms total) +T1918 002:605 JLINK_IsHalted() returns TRUE (0000ms, 1042ms total) +T1918 002:605 JLINK_IsHalted() returns TRUE (0000ms, 1042ms total) +T1918 002:605 JLINK_IsHalted() returns TRUE (0000ms, 1042ms total) +T1918 002:605 JLINK_ReadReg(R15) returns 0x080032A0 (0000ms, 1042ms total) +T1918 002:605 JLINK_ReadReg(XPSR) returns 0x61000000 (0000ms, 1042ms total) +T1918 002:605 JLINK_ClrBPEx(BPHandle = 0x00000001) returns 0x00 (0000ms, 1042ms total) +T1918 002:605 JLINK_ReadMemU32(0xE000ED30, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000ED30) -- Data: 03 00 00 00 returns 0x01 (0001ms, 1042ms total) +T1918 002:606 JLINK_ReadMemU32(0xE0001028, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001028) -- Data: 01 00 00 40 returns 0x01 (0001ms, 1043ms total) +T1918 002:607 JLINK_ReadMemU32(0xE0001038, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001038) -- Data: 01 00 00 40 returns 0x01 (0001ms, 1044ms total) +T1918 002:608 JLINK_ReadMemU32(0xE0001048, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001048) -- Data: 01 00 00 40 returns 0x01 (0001ms, 1045ms total) +T1918 002:609 JLINK_ReadMemU32(0xE0001058, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001058) -- Data: 01 00 00 40 returns 0x01 (0001ms, 1046ms total) +T1918 002:610 JLINK_ReadReg(R0) returns 0x080032A1 (0000ms, 1047ms total) +T1918 002:610 JLINK_ReadReg(R1) returns 0x20000CB0 (0000ms, 1047ms total) +T1918 002:610 JLINK_ReadReg(R2) returns 0x00000000 (0000ms, 1047ms total) +T1918 002:610 JLINK_ReadReg(R3) returns 0x08001891 (0000ms, 1047ms total) +T1918 002:610 JLINK_ReadReg(R4) returns 0x080039D8 (0000ms, 1047ms total) +T1918 002:610 JLINK_ReadReg(R5) returns 0x080039D8 (0000ms, 1047ms total) +T1918 002:610 JLINK_ReadReg(R6) returns 0x00000000 (0000ms, 1047ms total) +T1918 002:610 JLINK_ReadReg(R7) returns 0x00000000 (0000ms, 1047ms total) +T1918 002:610 JLINK_ReadReg(R8) returns 0x00000000 (0000ms, 1047ms total) +T1918 002:610 JLINK_ReadReg(R9) returns 0x20000160 (0000ms, 1047ms total) +T1918 002:610 JLINK_ReadReg(R10) returns 0x00000000 (0000ms, 1047ms total) +T1918 002:610 JLINK_ReadReg(R11) returns 0x00000000 (0000ms, 1047ms total) +T1918 002:610 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 1047ms total) +T1918 002:610 JLINK_ReadReg(R13) returns 0x20000CB0 (0000ms, 1047ms total) +T1918 002:610 JLINK_ReadReg(R14) returns 0x0800068D (0000ms, 1047ms total) +T1918 002:610 JLINK_ReadReg(R15) returns 0x080032A0 (0000ms, 1047ms total) +T1918 002:610 JLINK_ReadReg(XPSR) returns 0x61000000 (0000ms, 1047ms total) +T1918 002:610 JLINK_ReadReg(MSP) returns 0x20000CB0 (0000ms, 1047ms total) +T1918 002:610 JLINK_ReadReg(PSP) returns 0x20000800 (0000ms, 1047ms total) +T1918 002:610 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 1047ms total) +T276C 002:647 JLINK_ReadMem (0x080032A0, 0x003C Bytes, ...) -- CPU_ReadMem(128 bytes @ 0x08003280) -- Updating C cache (128 bytes @ 0x08003280) -- Read from C cache (60 bytes @ 0x080032A0) -- Data: FD F7 ED FA FF F7 1E FD 08 B9 00 F0 1B F8 0D E0 ... returns 0x00 (0003ms, 1047ms total) +T1918 003:050 JLINK_Go() -- CPU_WriteMem(4 bytes @ 0xE0002008) -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU_WriteMem(4 bytes @ 0xE0002010) -- CPU_WriteMem(4 bytes @ 0xE0002014) -- CPU_WriteMem(4 bytes @ 0xE0002018) -- CPU_WriteMem(4 bytes @ 0xE000201C) (0007ms, 1050ms total) +T1918 003:158 JLINK_IsHalted() returns FALSE (0000ms, 1057ms total) +T1918 003:259 JLINK_IsHalted() returns FALSE (0001ms, 1057ms total) +T1918 003:360 JLINK_IsHalted() returns FALSE (0001ms, 1057ms total) +T1918 003:462 JLINK_IsHalted() returns FALSE (0000ms, 1057ms total) +T1918 003:563 JLINK_IsHalted() returns FALSE (0000ms, 1057ms total) +T1918 003:664 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) -- CPU is running -- CPU_ReadMem(4 bytes @ 0xE0001004) -- Data: 01 00 00 40 returns 0x01 (0001ms, 1057ms total) +T1918 003:665 JLINK_IsHalted() returns FALSE (0001ms, 1058ms total) +T1918 003:767 JLINK_IsHalted() returns FALSE (0001ms, 1058ms total) +T1918 003:869 JLINK_IsHalted() returns FALSE (0000ms, 1058ms total) +T1918 003:970 JLINK_IsHalted() returns FALSE (0001ms, 1058ms total) +T1918 004:071 JLINK_IsHalted() returns FALSE (0001ms, 1058ms total) +T1918 004:173 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) -- CPU is running -- CPU_ReadMem(4 bytes @ 0xE0001004) -- Data: 01 00 00 40 returns 0x01 (0001ms, 1058ms total) +T1918 004:174 JLINK_IsHalted() returns FALSE (0001ms, 1059ms total) +T1918 004:276 JLINK_IsHalted() returns FALSE (0001ms, 1059ms total) +T1918 004:378 JLINK_IsHalted() returns FALSE (0001ms, 1059ms total) +T1918 004:480 JLINK_IsHalted() returns FALSE (0000ms, 1059ms total) +T1918 004:581 JLINK_IsHalted() returns FALSE (0001ms, 1059ms total) +T1918 004:682 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) -- CPU is running -- CPU_ReadMem(4 bytes @ 0xE0001004) -- Data: 01 00 00 40 returns 0x01 (0001ms, 1059ms total) +T1918 004:684 JLINK_IsHalted() returns FALSE (0000ms, 1060ms total) +T1918 004:785 JLINK_IsHalted() returns FALSE (0001ms, 1060ms total) +T1918 004:887 JLINK_IsHalted() returns FALSE (0001ms, 1060ms total) +T1918 004:989 JLINK_IsHalted() returns FALSE (0001ms, 1060ms total) +T1918 005:091 JLINK_IsHalted() returns FALSE (0001ms, 1060ms total) +T1918 005:193 JLINK_IsHalted() returns FALSE (0001ms, 1060ms total) +T1918 005:295 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) -- CPU is running -- CPU_ReadMem(4 bytes @ 0xE0001004) -- Data: 01 00 00 40 returns 0x01 (0001ms, 1060ms total) +T1918 005:296 JLINK_IsHalted() returns FALSE (0001ms, 1061ms total) +T1918 005:398 JLINK_IsHalted() returns FALSE (0001ms, 1061ms total) +T1918 005:500 JLINK_IsHalted() returns FALSE (0000ms, 1061ms total) +T1918 005:601 JLINK_IsHalted() returns FALSE (0001ms, 1061ms total) +T1918 005:703 JLINK_IsHalted() returns FALSE (0001ms, 1061ms total) +T1918 005:805 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) -- CPU is running -- CPU_ReadMem(4 bytes @ 0xE0001004) -- Data: 01 00 00 40 returns 0x01 (0001ms, 1061ms total) +T1918 005:807 JLINK_IsHalted() returns FALSE (0001ms, 1062ms total) +T1918 005:909 JLINK_IsHalted() returns FALSE (0001ms, 1062ms total) +T1918 006:012 JLINK_IsHalted() returns FALSE (0001ms, 1062ms total) +T1918 006:114 JLINK_IsHalted() returns FALSE (0001ms, 1062ms total) +T1918 006:216 JLINK_IsHalted() returns FALSE (0001ms, 1062ms total) +T1918 006:318 JLINK_IsHalted() returns FALSE (0001ms, 1062ms total) +T1918 006:420 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) -- CPU is running -- CPU_ReadMem(4 bytes @ 0xE0001004) -- Data: 01 00 00 40 returns 0x01 (0001ms, 1062ms total) +T1918 006:421 JLINK_IsHalted() returns FALSE (0001ms, 1063ms total) +T1918 006:522 JLINK_IsHalted() returns FALSE (0001ms, 1063ms total) +T1918 006:624 JLINK_IsHalted() returns FALSE (0000ms, 1063ms total) +T1918 006:725 JLINK_IsHalted() returns FALSE (0001ms, 1063ms total) +T1918 006:827 JLINK_IsHalted() returns FALSE (0001ms, 1063ms total) +T1918 006:929 JLINK_IsHalted() returns FALSE (0001ms, 1063ms total) +T1918 007:031 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) -- CPU is running -- CPU_ReadMem(4 bytes @ 0xE0001004) -- Data: 01 00 00 40 returns 0x01 (0000ms, 1063ms total) +T1918 007:032 JLINK_IsHalted() returns FALSE (0001ms, 1063ms total) +T1918 007:134 JLINK_IsHalted() returns FALSE (0001ms, 1063ms total) +T1918 007:235 JLINK_IsHalted() returns FALSE (0001ms, 1063ms total) +T1918 007:337 JLINK_IsHalted() returns FALSE (0000ms, 1063ms total) +T1918 007:439 JLINK_IsHalted() returns FALSE (0001ms, 1063ms total) +T1918 007:541 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) -- CPU is running -- CPU_ReadMem(4 bytes @ 0xE0001004) -- Data: 01 00 00 40 returns 0x01 (0001ms, 1063ms total) +T1918 007:542 JLINK_IsHalted() returns FALSE (0001ms, 1064ms total) +T1918 007:644 JLINK_IsHalted() returns FALSE (0001ms, 1064ms total) +T1918 007:746 JLINK_IsHalted() returns FALSE (0001ms, 1064ms total) +T1918 007:848 JLINK_IsHalted() returns FALSE (0001ms, 1064ms total) +T1918 007:950 JLINK_IsHalted() returns FALSE (0000ms, 1064ms total) +T1918 008:051 JLINK_IsHalted() returns FALSE (0000ms, 1064ms total) +T1918 008:152 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) -- CPU is running -- CPU_ReadMem(4 bytes @ 0xE0001004) -- Data: 01 00 00 40 returns 0x01 (0001ms, 1064ms total) +T1918 008:153 JLINK_IsHalted() returns FALSE (0001ms, 1065ms total) +T1918 008:255 JLINK_IsHalted() returns FALSE (0001ms, 1065ms total) +T1918 008:357 JLINK_IsHalted() returns FALSE (0000ms, 1065ms total) +T1918 008:458 JLINK_IsHalted() returns FALSE (0001ms, 1065ms total) +T1918 008:560 JLINK_IsHalted() returns FALSE (0001ms, 1065ms total) +T1918 008:662 JLINK_IsHalted() returns FALSE (0001ms, 1065ms total) +T1918 008:764 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) -- CPU is running -- CPU_ReadMem(4 bytes @ 0xE0001004) -- Data: 01 00 00 40 returns 0x01 (0001ms, 1065ms total) +T1918 008:766 JLINK_IsHalted() returns FALSE (0001ms, 1066ms total) +T1918 008:868 JLINK_IsHalted() returns FALSE (0001ms, 1066ms total) +T1918 008:971 JLINK_IsHalted() returns FALSE (0000ms, 1066ms total) +T1918 009:072 JLINK_IsHalted() returns FALSE (0001ms, 1066ms total) +T1918 009:174 JLINK_IsHalted() returns FALSE (0001ms, 1066ms total) +T1918 009:276 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) -- CPU is running -- CPU_ReadMem(4 bytes @ 0xE0001004) -- Data: 01 00 00 40 returns 0x01 (0000ms, 1066ms total) +T1918 009:283 JLINK_IsHalted() returns FALSE (0001ms, 1066ms total) +T1918 009:385 JLINK_IsHalted() returns FALSE (0000ms, 1066ms total) +T1918 009:486 JLINK_IsHalted() returns FALSE (0000ms, 1066ms total) +T1918 009:587 JLINK_IsHalted() returns FALSE (0000ms, 1066ms total) +T1918 009:688 JLINK_IsHalted() returns FALSE (0000ms, 1066ms total) +T1918 009:789 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) -- CPU is running -- CPU_ReadMem(4 bytes @ 0xE0001004) -- Data: 01 00 00 40 returns 0x01 (0001ms, 1066ms total) +T1918 009:791 JLINK_IsHalted() returns FALSE (0001ms, 1067ms total) +T1918 009:893 JLINK_IsHalted() returns FALSE (0000ms, 1067ms total) +T1918 009:994 JLINK_IsHalted() returns FALSE (0001ms, 1067ms total) +T1918 010:096 JLINK_IsHalted() returns FALSE (0001ms, 1067ms total) +T1918 010:198 JLINK_IsHalted() returns FALSE (0000ms, 1067ms total) +T1918 010:299 JLINK_IsHalted() returns FALSE (0000ms, 1067ms total) +T1918 010:400 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) -- CPU is running -- CPU_ReadMem(4 bytes @ 0xE0001004) -- Data: 01 00 00 40 returns 0x01 (0001ms, 1067ms total) +T1918 010:401 JLINK_IsHalted() returns FALSE (0001ms, 1068ms total) +T1918 010:504 JLINK_IsHalted() returns FALSE (0001ms, 1068ms total) +T1918 010:605 JLINK_IsHalted() returns FALSE (0000ms, 1068ms total) +T1918 010:706 JLINK_IsHalted() returns FALSE (0001ms, 1068ms total) +T1918 010:807 JLINK_IsHalted() returns FALSE (0001ms, 1068ms total) +T1918 010:909 JLINK_IsHalted() returns FALSE (0000ms, 1068ms total) +T1918 011:010 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) -- CPU is running -- CPU_ReadMem(4 bytes @ 0xE0001004) -- Data: 01 00 00 40 returns 0x01 (0001ms, 1068ms total) +T1918 011:014 JLINK_IsHalted() returns FALSE (0001ms, 1069ms total) +T1918 011:116 JLINK_IsHalted() returns FALSE (0000ms, 1069ms total) +T276C 011:210 JLINK_WriteU32(0xE000EDFC, 0x00000000) -- CPU is running -- CPU_WriteMem(4 bytes @ 0xE000EDFC) returns 0x00 (0001ms, 1069ms total) +T276C 011:211 JLINK_Close() -- CPU is running -- CPU_WriteMem(4 bytes @ 0xE0002008) -- CPU is running -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU is running -- CPU_WriteMem(4 bytes @ 0xE0002010) -- CPU is running -- CPU_WriteMem(4 bytes @ 0xE0002014) -- CPU is running -- CPU_WriteMem(4 bytes @ 0xE0002018) -- CPU is running -- CPU_WriteMem(4 bytes @ 0xE000201C) (0031ms, 1070ms total) +T1918 011:242 JLINK_Close() (0000ms, 1101ms total) +T1918 011:242 JLINK_Close() (0000ms, 1101ms total) +T1918 011:242 JLINK_Close() (0000ms, 1101ms total) diff --git a/demo/stm32f10x/non_os/components/easyflash/port/flash_port.c b/demo/stm32f10x/non_os/components/easyflash/port/flash_port.c index b799ca0..dac081a 100644 --- a/demo/stm32f10x/non_os/components/easyflash/port/flash_port.c +++ b/demo/stm32f10x/non_os/components/easyflash/port/flash_port.c @@ -180,6 +180,21 @@ FlashErrCode flash_write(uint32_t addr, const uint32_t *buf, size_t size) { return result; } +/** + * lock the ENV ram cache + */ +void flash_env_lock(void) { + __disable_irq(); +} + +/** + * unlock the ENV ram cache + */ +void flash_env_unlock(void) { + __enable_irq(); +} + + /** * This function is print flash debug info. * diff --git a/demo/stm32f10x/rtt/EWARM/EasyFlash.dep b/demo/stm32f10x/rtt/EWARM/EasyFlash.dep index 6a5a8f1..970d66d 100644 --- a/demo/stm32f10x/rtt/EWARM/EasyFlash.dep +++ b/demo/stm32f10x/rtt/EWARM/EasyFlash.dep @@ -6,1308 +6,1803 @@ stm32f103xE - $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_vm.c - $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\msh.c - $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_parser.c - $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_var.c $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_node.c - $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_init.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_token.c $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_ops.c $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_heap.c - $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_token.c - $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\cmd.c - $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_compiler.c - $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_error.c - $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\msh_cmd.c - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rcc.c - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_i2c.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_init.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_bkp.c + $PROJ_DIR$\..\app\src\stm32f10x_it.c $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_can.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_crc.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_cec.c + $PROJ_DIR$\..\Libraries\CMSIS_EWARM\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.c + $PROJ_DIR$\..\components\others\bsp.c + $PROJ_DIR$\..\app\src\user_finsh_cmd.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_dac.c + $PROJ_DIR$\..\..\..\..\easyflash\src\flash_iap.c + $PROJ_DIR$\..\components\easyflash\port\flash_port.c + $PROJ_DIR$\..\components\rtt_uart\usart.c + $PROJ_DIR$\..\..\..\..\easyflash\src\flash_env_wl.c + $PROJ_DIR$\..\..\..\..\easyflash\src\flash_env.c + $PROJ_DIR$\..\app\src\app.c + $PROJ_DIR$\..\components\others\utils.c + $PROJ_DIR$\..\app\src\app_task.c + $PROJ_DIR$\..\..\..\..\easyflash\src\flash_utils.c + $PROJ_DIR$\..\Libraries\CMSIS_EWARM\CM3\DeviceSupport\ST\STM32F10x\startup\iar\startup_stm32f10x_hd.s + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\misc.c + $PROJ_DIR$\..\..\..\..\easyflash\src\flash.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_adc.c + $PROJ_DIR$\..\app\inc\rtconfig.h + $PROJ_DIR$\..\RT-Thread-1.2.2\components\drivers\src\wrokqueue.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_fsmc.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_dbgmcu.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_dma.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_pwr.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_i2c.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_exti.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_error.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_parser.c $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rtc.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_gpio.c $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_flash.c - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_dbgmcu.c - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_tim.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rcc.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_sdio.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\drivers\src\completion.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\drivers\src\dataqueue.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\drivers\serial\serial.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\cmd.c $PROJ_DIR$\..\RT-Thread-1.2.2\components\drivers\src\portal.c - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_dac.c - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_dma.c - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_crc.c $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_wwdg.c $PROJ_DIR$\..\RT-Thread-1.2.2\components\drivers\src\pipe.c - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_exti.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_tim.c $PROJ_DIR$\..\RT-Thread-1.2.2\components\drivers\src\ringbuffer.c - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_pwr.c - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_fsmc.c - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_bkp.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_spi.c $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_iwdg.c $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_usart.c - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_sdio.c - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_cec.c - $PROJ_DIR$\..\RT-Thread-1.2.2\components\drivers\src\completion.c - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_gpio.c - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_spi.c - $PROJ_DIR$\..\RT-Thread-1.2.2\components\drivers\src\dataqueue.c - $PROJ_DIR$\..\RT-Thread-1.2.2\components\drivers\serial\serial.c - $PROJ_DIR$\..\RT-Thread-1.2.2\components\drivers\src\wrokqueue.c - $PROJ_DIR$\..\app\src\app.c - $PROJ_DIR$\..\components\others\utils.c - $PROJ_DIR$\..\Libraries\CMSIS_EWARM\CM3\DeviceSupport\ST\STM32F10x\startup\iar\startup_stm32f10x_hd.s - $PROJ_DIR$\..\Libraries\CMSIS_EWARM\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.c - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_adc.c - $PROJ_DIR$\..\app\inc\rtconfig.h - $PROJ_DIR$\..\app\src\app_task.c - $PROJ_DIR$\..\app\src\stm32f10x_it.c - $PROJ_DIR$\..\components\rtt_uart\usart.c - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\misc.c - $PROJ_DIR$\..\app\src\user_finsh_cmd.c - $PROJ_DIR$\..\components\others\bsp.c - $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_flash.o - $PROJ_DIR$\stm32f103xE\Obj\finsh_error.o + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_compiler.c + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_gpio.o + $PROJ_DIR$\stm32f103xE\Obj\pipe.o + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_can.o + $PROJ_DIR$\stm32f103xE\Obj\flash_utils.o + $PROJ_DIR$\stm32f103xE\Obj\serial.o $PROJ_DIR$\stm32f103xE\Obj\finsh_heap.o + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_exti.o + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_fsmc.o + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_rtc.o $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_i2c.o + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_iwdg.o + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_wwdg.o + $PROJ_DIR$\stm32f103xE\Obj\finsh_compiler.o + $PROJ_DIR$\stm32f103xE\Obj\flash_iap.o $PROJ_DIR$\stm32f103xE\Obj\cmd.o $PROJ_DIR$\stm32f103xE\Obj\finsh_init.o + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_dac.o + $PROJ_DIR$\stm32f103xE\Obj\dataqueue.o $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_pwr.o - $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_exti.o - $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_rtc.o - $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_sdio.o $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_spi.o - $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_fsmc.o - $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_usart.o - $PROJ_DIR$\stm32f103xE\Obj\completion.o - $PROJ_DIR$\stm32f103xE\Obj\portal.o - $PROJ_DIR$\stm32f103xE\Obj\dataqueue.o + $PROJ_DIR$\stm32f103xE\Obj\wrokqueue.o + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_dma.o $PROJ_DIR$\stm32f103xE\Obj\ringbuffer.o + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_sdio.o $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_rcc.o - $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_gpio.o $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_tim.o - $PROJ_DIR$\stm32f103xE\Obj\pipe.o - $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_iwdg.o - $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_wwdg.o - $PROJ_DIR$\stm32f103xE\Obj\serial.o - $PROJ_DIR$\stm32f103xE\Obj\wrokqueue.o - $PROJ_DIR$\stm32f103xE\Obj\finsh_compiler.o - $PROJ_DIR$\..\RT-Thread-1.2.2\libcpu\arm\cortex-m3\context_iar.S + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_adc.o + $PROJ_DIR$\stm32f103xE\Obj\completion.o + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_bkp.o + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_dbgmcu.o + $PROJ_DIR$\stm32f103xE\Obj\portal.o + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_usart.o $PROJ_DIR$\..\RT-Thread-1.2.2\libcpu\arm\cortex-m3\cpuport.c - $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_dac.o - $PROJ_DIR$\..\RT-Thread-1.2.2\src\mem.c + $PROJ_DIR$\stm32f103xE\Obj\finsh_error.o + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\msh_cmd.c + $PROJ_DIR$\..\RT-Thread-1.2.2\src\idle.c $PROJ_DIR$\..\RT-Thread-1.2.2\src\cpuusage.c - $PROJ_DIR$\..\RT-Thread-1.2.2\src\ipc.c - $PROJ_DIR$\..\RT-Thread-1.2.2\src\kservice.c + $PROJ_DIR$\..\RT-Thread-1.2.2\src\clock.c + $PROJ_DIR$\..\RT-Thread-1.2.2\src\mem.c + $PROJ_DIR$\..\RT-Thread-1.2.2\src\device.c $PROJ_DIR$\..\RT-Thread-1.2.2\src\mempool.c - $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_dbgmcu.o + $PROJ_DIR$\..\RT-Thread-1.2.2\src\module.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\shell.c + $PROJ_DIR$\..\RT-Thread-1.2.2\src\ipc.c + $PROJ_DIR$\..\RT-Thread-1.2.2\src\thread.c $PROJ_DIR$\..\RT-Thread-1.2.2\src\timer.c + $PROJ_DIR$\..\RT-Thread-1.2.2\libcpu\arm\cortex-m3\context_iar.S + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_flash.o $PROJ_DIR$\..\RT-Thread-1.2.2\src\slab.c - $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_dma.o - $PROJ_DIR$\..\RT-Thread-1.2.2\src\idle.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\msh.c $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\symbol.c - $PROJ_DIR$\..\RT-Thread-1.2.2\src\memheap.c $PROJ_DIR$\..\RT-Thread-1.2.2\src\irq.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_var.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_vm.c + $PROJ_DIR$\..\RT-Thread-1.2.2\src\kservice.c + $PROJ_DIR$\..\RT-Thread-1.2.2\src\memheap.c $PROJ_DIR$\..\RT-Thread-1.2.2\src\object.c - $PROJ_DIR$\..\RT-Thread-1.2.2\src\device.c - $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\shell.c - $PROJ_DIR$\..\RT-Thread-1.2.2\src\thread.c - $PROJ_DIR$\..\RT-Thread-1.2.2\src\module.c - $PROJ_DIR$\..\RT-Thread-1.2.2\src\clock.c $PROJ_DIR$\..\RT-Thread-1.2.2\src\scheduler.c - $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_adc.o - $PROJ_DIR$\stm32f103xE\Obj\flash_iap.o - $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_bkp.o - $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_can.o - $PROJ_DIR$\stm32f103xE\Obj\flash_utils.o - $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_cec.o - $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_crc.o - $PROJ_DIR$\stm32f103xE\Obj\flash_env.o - $PROJ_DIR$\stm32f103xE\Obj\flash_env_wl.o + $PROJ_DIR$\stm32f103xE\Obj\ipc.o + $PROJ_DIR$\stm32f103xE\Obj\kservice.o + $PROJ_DIR$\stm32f103xE\Obj\device.o + $PROJ_DIR$\stm32f103xE\Obj\mem.o + $PROJ_DIR$\stm32f103xE\Obj\memheap.o + $PROJ_DIR$\stm32f103xE\Obj\object.o + $PROJ_DIR$\stm32f103xE\Obj\app_task.o $PROJ_DIR$\stm32f103xE\Obj\bsp.o - $PROJ_DIR$\stm32f103xE\Obj\utils.o - $PROJ_DIR$\stm32f103xE\Obj\usart.o - $PROJ_DIR$\stm32f103xE\Obj\system_stm32f10x.o - $PROJ_DIR$\stm32f103xE\Obj\misc.o $PROJ_DIR$\stm32f103xE\Obj\user_finsh_cmd.o - $PROJ_DIR$\stm32f103xE\Obj\flash_port.o + $PROJ_DIR$\stm32f103xE\Obj\flash_env_wl.o + $PROJ_DIR$\stm32f103xE\Obj\finsh_node.o + $PROJ_DIR$\stm32f103xE\Obj\utils.o $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_it.o - $PROJ_DIR$\stm32f103xE\Obj\flash.o - $PROJ_DIR$\stm32f103xE\Obj\app_task.o - $PROJ_DIR$\stm32f103xE\Obj\app.o - $PROJ_DIR$\stm32f103xE\Obj\symbol.o - $PROJ_DIR$\stm32f103xE\Obj\finsh_var.o $PROJ_DIR$\stm32f103xE\Obj\shell.o - $PROJ_DIR$\stm32f103xE\Obj\finsh_vm.o + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_crc.o + $PROJ_DIR$\stm32f103xE\Obj\usart.o + $PROJ_DIR$\stm32f103xE\Obj\misc.o + $PROJ_DIR$\stm32f103xE\Obj\flash_env.o $PROJ_DIR$\stm32f103xE\Obj\msh.o $PROJ_DIR$\stm32f103xE\Obj\thread.o - $PROJ_DIR$\stm32f103xE\Obj\slab.o - $PROJ_DIR$\stm32f103xE\Obj\finsh_node.o + $PROJ_DIR$\stm32f103xE\Obj\app.o + $PROJ_DIR$\stm32f103xE\Obj\finsh_var.o + $PROJ_DIR$\stm32f103xE\Obj\symbol.o $PROJ_DIR$\stm32f103xE\Obj\msh_cmd.o $PROJ_DIR$\stm32f103xE\Obj\clock.o + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_cec.o $PROJ_DIR$\stm32f103xE\Obj\idle.o - $PROJ_DIR$\stm32f103xE\Obj\ipc.o - $PROJ_DIR$\stm32f103xE\Obj\kservice.o - $PROJ_DIR$\stm32f103xE\Obj\device.o - $PROJ_DIR$\stm32f103xE\Obj\mem.o - $PROJ_DIR$\stm32f103xE\Obj\memheap.o - $PROJ_DIR$\stm32f103xE\Obj\object.o - $PROJ_DIR$\stm32f103xE\Obj\timer.o - $PROJ_DIR$\stm32f103xE\Obj\cpuport.o + $PROJ_DIR$\stm32f103xE\Obj\flash.o + $PROJ_DIR$\stm32f103xE\Obj\slab.o + $PROJ_DIR$\stm32f103xE\Obj\finsh_vm.o + $PROJ_DIR$\stm32f103xE\Obj\flash_port.o + $PROJ_DIR$\stm32f103xE\Obj\system_stm32f10x.o + $PROJ_DIR$\stm32f103xE\Obj\flash_utils.pbi + $PROJ_DIR$\stm32f103xE\Obj\scheduler.o + $PROJ_DIR$\stm32f103xE\Obj\finsh_token.o $PROJ_DIR$\stm32f103xE\Obj\cpuusage.o - $PROJ_DIR$\stm32f103xE\Obj\finsh_parser.o - $PROJ_DIR$\stm32f103xE\Obj\irq.o + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_dma.pbi + $PROJ_DIR$\stm32f103xE\Obj\app_task.pbi + $PROJ_DIR$\stm32f103xE\Obj\timer.o + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_it.pbi + $PROJ_DIR$\stm32f103xE\Obj\bsp.pbi + $PROJ_DIR$\stm32f103xE\Obj\flash.pbi $PROJ_DIR$\stm32f103xE\Obj\startup_stm32f10x_hd.o + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_exti.pbi + $PROJ_DIR$\stm32f103xE\Obj\cpuport.o + $PROJ_DIR$\stm32f103xE\Obj\module.o $PROJ_DIR$\stm32f103xE\Obj\mempool.o - $PROJ_DIR$\stm32f103xE\Obj\scheduler.o - $PROJ_DIR$\stm32f103xE\Obj\context_iar.o + $PROJ_DIR$\stm32f103xE\Obj\system_stm32f10x.pbi $PROJ_DIR$\stm32f103xE\Obj\finsh_ops.o - $PROJ_DIR$\stm32f103xE\Obj\finsh_token.o - $PROJ_DIR$\stm32f103xE\Obj\module.o - $PROJ_DIR$\stm32f103xE\Obj\flash_env.pbi - $PROJ_DIR$\stm32f103xE\Obj\bsp.pbi + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_flash.pbi + $PROJ_DIR$\stm32f103xE\Obj\finsh_parser.o $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_cec.pbi - $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_dbgmcu.pbi + $PROJ_DIR$\stm32f103xE\Obj\context_iar.o + $PROJ_DIR$\stm32f103xE\Obj\flash_env.pbi $PROJ_DIR$\stm32f103xE\Obj\flash_iap.pbi - $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_dma.pbi - $PROJ_DIR$\stm32f103xE\Obj\system_stm32f10x.pbi - $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_exti.pbi - $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_it.pbi - $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_flash.pbi - $PROJ_DIR$\stm32f103xE\Obj\app_task.pbi + $PROJ_DIR$\stm32f103xE\Obj\irq.o $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_adc.pbi - $PROJ_DIR$\stm32f103xE\Obj\flash.pbi $PROJ_DIR$\stm32f103xE\Obj\user_finsh_cmd.pbi - $PROJ_DIR$\stm32f103xE\Obj\flash_utils.pbi + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_dbgmcu.pbi + $PROJ_DIR$\stm32f103xE\Obj\memheap.pbi + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_usart.pbi + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_gpio.pbi + $PROJ_DIR$\stm32f103xE\Obj\module.pbi + $PROJ_DIR$\stm32f103xE\Obj\finsh_compiler.pbi + $PROJ_DIR$\stm32f103xE\Obj\ipc.pbi + $PROJ_DIR$\stm32f103xE\Obj\finsh_error.pbi + $PROJ_DIR$\stm32f103xE\Obj\clock.pbi + $PROJ_DIR$\stm32f103xE\Obj\serial.pbi + $PROJ_DIR$\stm32f103xE\Obj\wrokqueue.pbi + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_iwdg.pbi + $PROJ_DIR$\stm32f103xE\Obj\thread.pbi + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_wwdg.pbi + $PROJ_DIR$\stm32f103xE\Obj\pipe.pbi + $PROJ_DIR$\stm32f103xE\Obj\timer.pbi + $PROJ_DIR$\stm32f103xE\Obj\mem.pbi + $PROJ_DIR$\stm32f103xE\Obj\cmd.pbi + $PROJ_DIR$\stm32f103xE\Obj\finsh_vm.pbi + $PROJ_DIR$\stm32f103xE\Obj\msh.pbi + $PROJ_DIR$\stm32f103xE\Obj\ringbuffer.pbi + $PROJ_DIR$\stm32f103xE\Obj\portal.pbi + $PROJ_DIR$\stm32f103xE\Obj\device.pbi + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_i2c.pbi + $PROJ_DIR$\stm32f103xE\Obj\completion.pbi + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_rtc.pbi + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_fsmc.pbi + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_pwr.pbi + $PROJ_DIR$\stm32f103xE\Obj\symbol.pbi + $PROJ_DIR$\stm32f103xE\Obj\object.pbi + $PROJ_DIR$\stm32f103xE\Obj\finsh_heap.pbi + $PROJ_DIR$\stm32f103xE\Obj\scheduler.pbi + $PROJ_DIR$\stm32f103xE\Obj\finsh_init.pbi + $PROJ_DIR$\stm32f103xE\Obj\idle.pbi + $PROJ_DIR$\stm32f103xE\Obj\kservice.pbi $PROJ_DIR$\stm32f103xE\Obj\utils.pbi $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_can.pbi - $PROJ_DIR$\stm32f103xE\Obj\usart.pbi - $PROJ_DIR$\stm32f103xE\Obj\app.pbi $PROJ_DIR$\stm32f103xE\Obj\flash_env_wl.pbi - $PROJ_DIR$\stm32f103xE\Obj\misc.pbi $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_bkp.pbi - $PROJ_DIR$\stm32f103xE\Obj\flash_port.pbi - $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_crc.pbi $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_dac.pbi - $PROJ_DIR$\stm32f103xE\Exe\EasyFlash.out - $PROJ_DIR$\stm32f103xE\Obj\finsh_node.pbi - $PROJ_DIR$\stm32f103xE\Obj\finsh_parser.pbi $PROJ_DIR$\stm32f103xE\Obj\irq.pbi - $PROJ_DIR$\stm32f103xE\Obj\cpuusage.pbi $PROJ_DIR$\stm32f103xE\Obj\EasyFlash.pbd + $PROJ_DIR$\stm32f103xE\Obj\app.pbi $PROJ_DIR$\stm32f103xE\Obj\shell.pbi $PROJ_DIR$\stm32f103xE\Exe\EasyFlash.bin $PROJ_DIR$\stm32f103xE\Obj\finsh_var.pbi - $PROJ_DIR$\stm32f103xE\Obj\msh_cmd.pbi $PROJ_DIR$\stm32f103xE\Obj\finsh_ops.pbi - $PROJ_DIR$\stm32f103xE\Obj\cpuport.pbi - $PROJ_DIR$\stm32f103xE\Obj\idle.pbi $PROJ_DIR$\stm32f103xE\Obj\finsh_token.pbi - $PROJ_DIR$\stm32f103xE\Obj\kservice.pbi $PROJ_DIR$\stm32f103xE\Obj\mempool.pbi $PROJ_DIR$\stm32f103xE\Obj\slab.pbi - $PROJ_DIR$\stm32f103xE\Obj\clock.pbi - $PROJ_DIR$\stm32f103xE\Obj\timer.pbi - $PROJ_DIR$\stm32f103xE\Obj\mem.pbi - $PROJ_DIR$\stm32f103xE\Obj\device.pbi - $PROJ_DIR$\stm32f103xE\Obj\memheap.pbi - $PROJ_DIR$\stm32f103xE\Obj\symbol.pbi - $PROJ_DIR$\stm32f103xE\Obj\msh.pbi - $PROJ_DIR$\stm32f103xE\Obj\ipc.pbi - $PROJ_DIR$\stm32f103xE\Obj\module.pbi - $PROJ_DIR$\stm32f103xE\Obj\object.pbi - $PROJ_DIR$\stm32f103xE\Obj\scheduler.pbi - $PROJ_DIR$\stm32f103xE\Obj\thread.pbi - $PROJ_DIR$\stm32f103xE\Obj\finsh_vm.pbi - $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_wwdg.pbi - $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_gpio.pbi - $PROJ_DIR$\stm32f103xE\Obj\pipe.pbi - $PROJ_DIR$\stm32f103xE\Obj\ringbuffer.pbi - $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_pwr.pbi - $PROJ_DIR$\stm32f103xE\Obj\portal.pbi - $PROJ_DIR$\stm32f103xE\Obj\serial.pbi - $PROJ_DIR$\stm32f103xE\Obj\cmd.pbi - $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_usart.pbi - $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_i2c.pbi - $PROJ_DIR$\stm32f103xE\Obj\finsh_compiler.pbi - $PROJ_DIR$\stm32f103xE\Obj\finsh_error.pbi - $PROJ_DIR$\stm32f103xE\Obj\finsh_init.pbi - $PROJ_DIR$\stm32f103xE\Obj\wrokqueue.pbi - $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_iwdg.pbi - $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_fsmc.pbi - $PROJ_DIR$\stm32f103xE\Obj\completion.pbi - $PROJ_DIR$\stm32f103xE\Obj\finsh_heap.pbi - $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_rtc.pbi - $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_sdio.pbi - $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_tim.pbi - $PROJ_DIR$\stm32f103xE\Obj\dataqueue.pbi - $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_rcc.pbi - $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_spi.pbi - $PROJ_DIR$\..\Libraries\CMSIS_EWARM\Include\core_cmFunc.h - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_fsmc.h - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_gpio.h - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\misc.h - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_adc.h - $PROJ_DIR$\..\Libraries\CMSIS_EWARM\Include\core_cm3.h - $TOOLKIT_DIR$\inc\c\stdint.h - $TOOLKIT_DIR$\inc\c\intrinsics.h - $PROJ_DIR$\..\RT-Thread-1.2.2\include\rtm.h - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_flash.h - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_wwdg.h + $PROJ_DIR$\stm32f103xE\Obj\flash_port.pbi + $PROJ_DIR$\stm32f103xE\Obj\finsh_node.pbi + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_crc.pbi + $PROJ_DIR$\stm32f103xE\Exe\EasyFlash.out + $PROJ_DIR$\stm32f103xE\Obj\finsh_parser.pbi + $PROJ_DIR$\stm32f103xE\Obj\cpuusage.pbi + $PROJ_DIR$\stm32f103xE\Obj\cpuport.pbi + $PROJ_DIR$\stm32f103xE\Obj\misc.pbi + $PROJ_DIR$\stm32f103xE\Obj\usart.pbi + $PROJ_DIR$\stm32f103xE\Obj\msh_cmd.pbi $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_iwdg.h $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_tim.h - $PROJ_DIR$\..\Libraries\CMSIS_EWARM\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.h - $TOOLKIT_DIR$\inc\c\DLib_Threads.h - $PROJ_DIR$\..\Libraries\CMSIS_EWARM\CM3\DeviceSupport\ST\STM32F10x\stm32f10x.h $TOOLKIT_DIR$\inc\c\cmsis_iar.h - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_exti.h + $PROJ_DIR$\..\Libraries\CMSIS_EWARM\Include\core_cm3.h $TOOLKIT_DIR$\inc\c\DLib_Product.h - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_rcc.h $PROJ_DIR$\..\app\inc\stm32f10x_conf.h - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_can.h - $PROJ_DIR$\..\Libraries\CMSIS_EWARM\Include\core_cmInstr.h - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_usart.h $TOOLKIT_DIR$\inc\c\xencoding_limits.h $PROJ_DIR$\..\RT-Thread-1.2.2\include\rtservice.h - $TOOLKIT_DIR$\inc\c\DLib_Config_Normal.h - $TOOLKIT_DIR$\inc\c\ycheck.h - $PROJ_DIR$\..\RT-Thread-1.2.2\include\rtthread.h + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_tim.pbi + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_fsmc.h + $TOOLKIT_DIR$\inc\c\DLib_Threads.h + $PROJ_DIR$\..\RT-Thread-1.2.2\include\rtm.h + $TOOLKIT_DIR$\inc\c\intrinsics.h + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_rcc.h + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_can.h + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_usart.h + $PROJ_DIR$\..\Libraries\CMSIS_EWARM\Include\core_cmFunc.h + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_flash.h + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_rcc.pbi + $PROJ_DIR$\..\Libraries\CMSIS_EWARM\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.h + $PROJ_DIR$\..\Libraries\CMSIS_EWARM\Include\core_cmInstr.h + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_sdio.pbi + $PROJ_DIR$\stm32f103xE\Obj\dataqueue.pbi + $PROJ_DIR$\stm32f103xE\Obj\stm32f10x_spi.pbi + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\misc.h + $TOOLKIT_DIR$\inc\c\stdint.h + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_adc.h + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_exti.h + $PROJ_DIR$\..\Libraries\CMSIS_EWARM\CM3\DeviceSupport\ST\STM32F10x\stm32f10x.h + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_gpio.h + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_wwdg.h + $PROJ_DIR$\..\RT-Thread-1.2.2\include\rtdebug.h $PROJ_DIR$\..\RT-Thread-1.2.2\include\rtdef.h - $TOOLKIT_DIR$\inc\c\stdarg.h - $TOOLKIT_DIR$\inc\c\yvals.h $TOOLKIT_DIR$\inc\c\DLib_Defaults.h - $PROJ_DIR$\..\RT-Thread-1.2.2\include\rthw.h - $PROJ_DIR$\..\RT-Thread-1.2.2\include\rtdebug.h + $TOOLKIT_DIR$\inc\c\stdarg.h + $TOOLKIT_DIR$\inc\c\stdlib.h $PROJ_DIR$\..\app\inc\app_task.h - $PROJ_DIR$\..\..\..\..\easyflash\src\flash.c - $PROJ_DIR$\..\..\..\..\easyflash\src\flash_env.c - $PROJ_DIR$\..\..\..\..\easyflash\src\flash_env_wl.c - $PROJ_DIR$\..\..\..\..\easyflash\src\flash_iap.c - $PROJ_DIR$\..\..\..\..\easyflash\src\flash_utils.c - $PROJ_DIR$\..\components\easyflash\port\flash_port.c + $TOOLKIT_DIR$\inc\c\DLib_Config_Normal.h + $PROJ_DIR$\..\RT-Thread-1.2.2\include\rthw.h + $TOOLKIT_DIR$\inc\c\yvals.h + $TOOLKIT_DIR$\inc\c\ycheck.h + $PROJ_DIR$\..\RT-Thread-1.2.2\include\rtthread.h + $TOOLKIT_DIR$\inc\c\stdbool.h + $TOOLKIT_DIR$\inc\c\DLib_Product_string.h + $TOOLKIT_DIR$\inc\c\string.h + $TOOLKIT_DIR$\inc\c\stddef.h + $PROJ_DIR$\..\..\..\..\easyflash\inc\flash.h + $TOOLKIT_DIR$\inc\c\ysizet.h + $PROJ_DIR$\..\components\others\bsp.h + $PROJ_DIR$\..\components\rtt_uart\usart.h + $PROJ_DIR$\..\RT-Thread-1.2.2\components\drivers\include\drivers\serial.h + $PROJ_DIR$\..\RT-Thread-1.2.2\components\drivers\include\rtdevice.h + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_pwr.h + $PROJ_DIR$\..\components\others\utils.h + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_bkp.h + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_cec.h + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_crc.h + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_dac.h + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_dbgmcu.h + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_dma.h + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_i2c.h + $TOOLKIT_DIR$\lib\m7M_tl.a + $PROJ_DIR$\stm32f103xE\List\EasyFlash.map + $TOOLKIT_DIR$\lib\dl7M_tln.a + $PROJ_DIR$\..\components\others\stm32f103xE.icf + $TOOLKIT_DIR$\lib\rt7M_tl.a + $TOOLKIT_DIR$\lib\shb_l.a + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_rtc.h + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_sdio.h + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_spi.h + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh.h + $TOOLKIT_DIR$\inc\c\xlocale.h + $TOOLKIT_DIR$\inc\c\xlocale_c.h + $TOOLKIT_DIR$\inc\c\xlocaleuse.h + $TOOLKIT_DIR$\inc\c\xtls.h + $TOOLKIT_DIR$\inc\c\xmtx.h + $TOOLKIT_DIR$\inc\c\ctype.h + $TOOLKIT_DIR$\inc\c\wchar.h + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_ops.h + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_node.h + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_error.h + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_var.h + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_vm.h + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_parser.h + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_heap.h + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_token.h + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\msh.h + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\shell.h - [ROOT_NODE] + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_node.c - ILINK - 176 + BICOMP + 222 + + + ICCARM + 123 + + + BICOMP + 301 272 27 262 263 265 271 270 264 268 235 237 241 238 242 307 302 305 306 266 278 304 303 308 275 274 310 311 312 315 + + - $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_vm.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_token.c + + BICOMP + 218 + ICCARM - 125 + 147 + + BICOMP - 205 + 301 272 27 262 263 265 271 270 264 268 235 237 241 238 242 307 302 305 306 266 278 304 303 308 275 274 316 311 - + - $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\msh.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_ops.c + + BICOMP + 217 + ICCARM - 126 + 161 + + BICOMP - 199 + 309 313 301 272 27 262 263 265 271 270 264 268 235 237 241 238 242 307 302 305 306 266 278 304 303 308 275 274 312 - + - $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_parser.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_heap.c + + BICOMP + 201 + ICCARM - 142 + 60 + + BICOMP - 178 + 301 272 27 262 263 265 271 270 264 268 235 237 241 238 242 307 302 305 306 266 278 304 303 308 275 274 312 - + - $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_var.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_init.c + + BICOMP + 203 + ICCARM - 123 + 70 + + BICOMP - 184 + 301 272 27 262 263 265 271 270 264 268 235 237 241 238 242 307 302 305 306 266 278 304 303 308 275 274 310 313 312 314 311 315 + + + + + [ROOT_NODE] + + + ILINK + 224 293 - $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_node.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_bkp.c + + BICOMP + 209 + ICCARM - 129 + 83 + + BICOMP - 177 + 285 259 234 256 271 270 264 268 235 237 241 251 233 243 247 250 236 257 245 258 248 240 260 231 244 232 246 261 255 - + - $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_init.c + $PROJ_DIR$\..\app\src\stm32f10x_it.c + + BICOMP + 152 + ICCARM - 58 + 125 + + + + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_can.c + BICOMP - 218 + 207 + + + ICCARM + 57 + + + BICOMP + 245 259 234 256 271 270 264 268 235 237 241 251 233 243 247 250 236 257 258 248 240 260 231 244 232 246 261 255 + + - $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_ops.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_crc.c + + BICOMP + 223 + ICCARM - 148 + 127 + + BICOMP - 186 + 287 259 234 256 271 270 264 268 235 237 241 251 233 243 247 250 236 257 245 258 248 240 260 231 244 232 246 261 255 - + - $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_heap.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_cec.c + + BICOMP + 164 + ICCARM - 55 + 138 + + BICOMP - 223 + 286 259 234 256 271 270 264 268 235 237 241 251 233 243 247 250 236 257 245 258 248 240 260 231 244 232 246 261 255 - + - $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_token.c + $PROJ_DIR$\..\Libraries\CMSIS_EWARM\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.c + + BICOMP + 160 + ICCARM - 149 + 144 + + BICOMP - 189 + 259 234 256 271 270 264 268 235 237 241 251 233 243 247 250 236 257 245 258 248 240 260 231 244 232 246 261 255 - + - $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\cmd.c + $PROJ_DIR$\..\components\others\bsp.c + + BICOMP + 153 + ICCARM - 57 + 120 + + + + + BICOMP + 279 236 257 259 234 256 271 270 264 268 235 237 241 251 233 243 247 250 245 258 248 240 260 231 244 232 246 261 255 269 272 27 262 263 265 238 242 280 + + + + $PROJ_DIR$\..\app\src\user_finsh_cmd.c + BICOMP - 213 + 170 + + + ICCARM + 121 - $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_compiler.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_dac.c + + BICOMP + 210 + ICCARM - 78 + 71 + + BICOMP - 216 + 288 259 234 256 271 270 264 268 235 237 241 251 233 243 247 250 236 257 245 258 248 240 260 231 244 232 246 261 255 - + - $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_error.c + $PROJ_DIR$\..\..\..\..\easyflash\src\flash_iap.c + + BICOMP + 167 + ICCARM - 54 + 68 + + BICOMP - 217 + 277 256 271 270 264 268 235 237 241 276 278 273 + + + + + $PROJ_DIR$\..\components\easyflash\port\flash_port.c + + + BICOMP + 221 + + + ICCARM + 143 + + + BICOMP + 277 256 271 270 264 268 235 237 241 276 278 273 269 272 27 262 263 265 238 242 236 257 259 234 251 233 243 247 250 245 258 248 240 260 231 244 232 246 261 255 + + + ICCARM + 277 256 271 270 264 268 235 237 241 276 278 273 269 272 27 262 263 265 238 242 236 257 259 234 251 233 243 247 250 245 258 248 240 260 231 244 232 246 261 255 + + - $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\msh_cmd.c + $PROJ_DIR$\..\components\rtt_uart\usart.c + + BICOMP + 229 + ICCARM - 130 + 128 + + BICOMP - 185 + 259 234 256 271 270 264 268 235 237 241 251 233 243 247 250 236 257 245 258 248 240 260 231 244 232 246 261 255 280 269 272 27 262 263 265 238 242 279 282 281 + + + + + $PROJ_DIR$\..\..\..\..\easyflash\src\flash_env_wl.c + + + BICOMP + 208 + + + ICCARM + 122 + + + BICOMP + 277 256 271 270 264 268 235 237 241 276 278 273 275 274 266 + + + ICCARM + 277 256 271 270 264 268 235 237 241 276 278 273 275 274 266 + + - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rcc.c + $PROJ_DIR$\..\..\..\..\easyflash\src\flash_env.c + + BICOMP + 166 + ICCARM - 70 + 130 + + BICOMP - 228 + 277 256 271 270 264 268 235 237 241 276 278 273 275 274 266 - + + ICCARM + 277 256 271 270 264 268 235 237 241 276 278 273 275 274 266 + + - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_i2c.c + $PROJ_DIR$\..\app\src\app.c + + BICOMP + 213 + ICCARM - 56 + 133 + + BICOMP - 215 + 267 269 272 27 262 263 265 271 270 264 268 235 237 241 238 242 236 257 259 234 256 251 233 243 247 250 245 258 248 240 260 231 244 232 246 261 255 - + - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_can.c + $PROJ_DIR$\..\components\others\utils.c + + BICOMP + 206 + ICCARM - 105 + 124 + + BICOMP - 167 + 284 236 257 259 234 256 271 270 264 268 235 237 241 251 233 243 247 250 245 258 248 240 260 231 244 232 246 261 255 272 27 262 263 265 238 242 - + - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rtc.c + $PROJ_DIR$\..\app\src\app_task.c - ICCARM - 61 + BICOMP + 150 - BICOMP - 224 + ICCARM + 119 - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_flash.c + $PROJ_DIR$\..\..\..\..\easyflash\src\flash_utils.c + + BICOMP + 145 + ICCARM - 53 + 58 + + BICOMP - 160 + 277 256 271 270 264 268 235 237 241 276 278 273 - + - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_dbgmcu.c + $PROJ_DIR$\..\Libraries\CMSIS_EWARM\CM3\DeviceSupport\ST\STM32F10x\startup\iar\startup_stm32f10x_hd.s - ICCARM - 87 - - - BICOMP - 154 + AARM + 155 - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_tim.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\misc.c + + BICOMP + 228 + ICCARM - 72 + 129 + + BICOMP - 226 + 255 259 234 256 271 270 264 268 235 237 241 251 233 243 247 250 236 257 245 258 248 240 260 231 244 232 246 261 - + - $PROJ_DIR$\..\RT-Thread-1.2.2\components\drivers\src\portal.c + $PROJ_DIR$\..\..\..\..\easyflash\src\flash.c - ICCARM - 67 + BICOMP + 154 - BICOMP - 211 + ICCARM + 140 - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_dac.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_adc.c + + BICOMP + 169 + ICCARM 81 + + BICOMP - 175 + 257 259 234 256 271 270 264 268 235 237 241 251 233 243 247 250 236 245 258 248 240 260 231 244 232 246 261 255 - + - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_dma.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\drivers\src\wrokqueue.c - - ICCARM - 90 - BICOMP - 156 + 181 - - - - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_crc.c - ICCARM - 108 + 75 + + BICOMP - 174 + 272 27 262 263 265 271 270 264 268 235 237 241 238 242 282 281 - + - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_wwdg.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_fsmc.c + + BICOMP + 197 + ICCARM - 75 + 62 + + BICOMP - 206 + 240 259 234 256 271 270 264 268 235 237 241 251 233 243 247 250 236 257 245 258 248 260 231 244 232 246 261 255 - + - $PROJ_DIR$\..\RT-Thread-1.2.2\components\drivers\src\pipe.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_dbgmcu.c + + BICOMP + 171 + ICCARM - 73 + 84 + + BICOMP - 208 + 289 259 234 256 271 270 264 268 235 237 241 251 233 243 247 250 236 257 245 258 248 240 260 231 244 232 246 261 255 - + - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_exti.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_dma.c + + BICOMP + 149 + ICCARM - 60 + 76 + + BICOMP - 158 + 290 259 234 256 271 270 264 268 235 237 241 251 233 243 247 250 236 257 245 258 248 240 260 231 244 232 246 261 255 - + - $PROJ_DIR$\..\RT-Thread-1.2.2\components\drivers\src\ringbuffer.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_pwr.c + + BICOMP + 198 + ICCARM - 69 + 73 + + BICOMP - 209 + 283 259 234 256 271 270 264 268 235 237 241 251 233 243 247 250 236 257 245 258 248 240 260 231 244 232 246 261 255 - + - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_pwr.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_i2c.c + + BICOMP + 194 + ICCARM - 59 + 64 + + BICOMP - 210 + 291 259 234 256 271 270 264 268 235 237 241 251 233 243 247 250 236 257 245 258 248 240 260 231 244 232 246 261 255 - + - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_fsmc.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_exti.c + + BICOMP + 156 + ICCARM - 64 + 61 + + BICOMP - 221 + 258 259 234 256 271 270 264 268 235 237 241 251 233 243 247 250 236 257 245 248 240 260 231 244 232 246 261 255 - + - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_bkp.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_error.c + + BICOMP + 178 + ICCARM - 104 + 88 + + BICOMP - 172 + 311 301 272 27 262 263 265 271 270 264 268 235 237 241 238 242 307 302 305 306 266 278 304 303 308 275 274 - + - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_iwdg.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_parser.c + + BICOMP + 225 + ICCARM - 74 + 163 + + BICOMP - 220 + 301 272 27 262 263 265 271 270 264 268 235 237 241 238 242 307 302 305 306 266 278 304 303 308 275 274 316 310 311 314 312 - + - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_usart.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rtc.c + + BICOMP + 196 + ICCARM - 65 + 63 + + BICOMP - 214 + 298 259 234 256 271 270 264 268 235 237 241 251 233 243 247 250 236 257 245 258 248 240 260 231 244 232 246 261 255 - + - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_sdio.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_gpio.c + + BICOMP + 174 + ICCARM - 62 + 55 + + BICOMP - 225 + 260 259 234 256 271 270 264 268 235 237 241 251 233 243 247 250 236 257 245 258 248 240 231 244 232 246 261 255 - + - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_cec.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_flash.c + + BICOMP + 162 + ICCARM - 107 + 102 + + BICOMP - 153 + 248 259 234 256 271 270 264 268 235 237 241 251 233 243 247 250 236 257 245 258 240 260 231 244 232 246 261 255 - + - $PROJ_DIR$\..\RT-Thread-1.2.2\components\drivers\src\completion.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rcc.c + + BICOMP + 249 + ICCARM - 66 + 79 + + BICOMP - 222 + 244 259 234 256 271 270 264 268 235 237 241 251 233 243 247 250 236 257 245 258 248 240 260 231 232 246 261 255 - + - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_gpio.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_sdio.c + + BICOMP + 252 + ICCARM - 71 + 78 + + BICOMP - 207 + 299 259 234 256 271 270 264 268 235 237 241 251 233 243 247 250 236 257 245 258 248 240 260 231 244 232 246 261 255 - + - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_spi.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\drivers\src\completion.c + + BICOMP + 195 + ICCARM - 63 + 82 + + BICOMP - 229 + 269 272 27 262 263 265 271 270 264 268 235 237 241 238 242 282 281 - + $PROJ_DIR$\..\RT-Thread-1.2.2\components\drivers\src\dataqueue.c + + BICOMP + 253 + ICCARM - 68 + 72 + + BICOMP - 227 + 272 27 262 263 265 271 270 264 268 235 237 241 238 242 282 281 269 - + $PROJ_DIR$\..\RT-Thread-1.2.2\components\drivers\serial\serial.c - - ICCARM - 76 - BICOMP - 212 + 180 - - - - $PROJ_DIR$\..\RT-Thread-1.2.2\components\drivers\src\wrokqueue.c - ICCARM - 77 + 59 + + BICOMP - 219 + 269 272 27 262 263 265 271 270 264 268 235 237 241 238 242 282 281 - + - $PROJ_DIR$\..\app\src\app.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\cmd.c - ICCARM - 121 + BICOMP + 188 - BICOMP - 169 + ICCARM + 69 BICOMP - 265 263 258 46 264 259 260 257 261 262 256 248 254 244 255 238 250 234 245 235 236 252 246 237 230 243 251 247 239 231 232 241 249 242 253 240 233 + 272 27 262 263 265 271 270 264 268 235 237 241 238 242 301 307 302 305 306 266 278 304 303 308 275 274 - $PROJ_DIR$\..\components\others\utils.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\drivers\src\portal.c + + BICOMP + 192 + ICCARM - 112 + 85 + + BICOMP - 166 + 272 27 262 263 265 271 270 264 268 235 237 241 238 242 282 281 - + - $PROJ_DIR$\..\Libraries\CMSIS_EWARM\CM3\DeviceSupport\ST\STM32F10x\startup\iar\startup_stm32f10x_hd.s + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_wwdg.c - AARM - 144 + BICOMP + 184 - - - - $PROJ_DIR$\..\Libraries\CMSIS_EWARM\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.c - ICCARM - 114 + 66 + + BICOMP - 157 + 261 259 234 256 271 270 264 268 235 237 241 251 233 243 247 250 236 257 245 258 248 240 260 231 244 232 246 255 - + - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_adc.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\drivers\src\pipe.c + + BICOMP + 185 + ICCARM - 102 + 56 + + BICOMP - 162 + 269 272 27 262 263 265 271 270 264 268 235 237 241 238 242 282 281 - + - $PROJ_DIR$\..\app\src\app_task.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_tim.c + + BICOMP + 239 + ICCARM - 120 + 80 + + BICOMP - 161 + 232 259 234 256 271 270 264 268 235 237 241 251 233 243 247 250 236 257 245 258 248 240 260 231 244 246 261 255 - + - $PROJ_DIR$\..\app\src\stm32f10x_it.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\drivers\src\ringbuffer.c + + BICOMP + 191 + ICCARM - 118 + 77 + + BICOMP - 159 + 272 27 262 263 265 271 270 264 268 235 237 241 238 242 282 281 275 278 274 - + - $PROJ_DIR$\..\components\rtt_uart\usart.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_spi.c + + BICOMP + 254 + ICCARM - 113 + 74 + + BICOMP - 168 + 300 259 234 256 271 270 264 268 235 237 241 251 233 243 247 250 236 257 245 258 248 240 260 231 244 232 246 261 255 - + - $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\misc.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_iwdg.c + + BICOMP + 182 + ICCARM - 115 + 65 + + BICOMP - 171 + 231 259 234 256 271 270 264 268 235 237 241 251 233 243 247 250 236 257 245 258 248 240 260 244 232 246 261 255 - + - $PROJ_DIR$\..\app\src\user_finsh_cmd.c + $PROJ_DIR$\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_usart.c + + BICOMP + 173 + ICCARM - 116 + 86 + + BICOMP - 164 + 246 259 234 256 271 270 264 268 235 237 241 251 233 243 247 250 236 257 245 258 248 240 260 231 244 232 261 255 - + - $PROJ_DIR$\..\components\others\bsp.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_compiler.c - ICCARM - 111 + BICOMP + 176 - BICOMP - 152 + ICCARM + 67 - - - $PROJ_DIR$\..\RT-Thread-1.2.2\libcpu\arm\cortex-m3\context_iar.S - + - AARM - 147 + BICOMP + 301 272 27 262 263 265 271 270 264 268 235 237 241 238 242 307 302 305 306 266 278 304 303 308 275 274 310 311 312 309 313 - + $PROJ_DIR$\..\RT-Thread-1.2.2\libcpu\arm\cortex-m3\cpuport.c + + BICOMP + 227 + ICCARM - 140 + 157 + + BICOMP - 187 + 272 27 262 263 265 271 270 264 268 235 237 241 238 242 - + - $PROJ_DIR$\..\RT-Thread-1.2.2\src\mem.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\msh_cmd.c + + BICOMP + 230 + ICCARM 136 + + BICOMP - 195 + 272 27 262 263 265 271 270 264 268 235 237 241 238 242 301 307 302 305 306 266 278 304 303 308 275 274 317 - + - $PROJ_DIR$\..\RT-Thread-1.2.2\src\cpuusage.c + $PROJ_DIR$\..\RT-Thread-1.2.2\src\idle.c + + BICOMP + 204 + ICCARM - 141 + 139 + + BICOMP - 180 + 269 272 27 262 263 265 271 270 264 268 235 237 241 238 242 - + - $PROJ_DIR$\..\RT-Thread-1.2.2\src\ipc.c + $PROJ_DIR$\..\RT-Thread-1.2.2\src\cpuusage.c + + BICOMP + 226 + ICCARM - 133 + 148 + + BICOMP - 200 + 272 27 262 263 265 271 270 264 268 235 237 241 238 242 269 - + - $PROJ_DIR$\..\RT-Thread-1.2.2\src\kservice.c + $PROJ_DIR$\..\RT-Thread-1.2.2\src\clock.c + + BICOMP + 179 + ICCARM - 134 + 137 + + BICOMP - 190 + 269 272 27 262 263 265 271 270 264 268 235 237 241 238 242 - + - $PROJ_DIR$\..\RT-Thread-1.2.2\src\mempool.c + $PROJ_DIR$\..\RT-Thread-1.2.2\src\mem.c + + BICOMP + 187 + ICCARM - 145 + 116 + + BICOMP - 191 + 269 272 27 262 263 265 271 270 264 268 235 237 241 238 242 301 307 302 305 306 266 278 304 303 308 275 274 - + - $PROJ_DIR$\..\RT-Thread-1.2.2\src\timer.c + $PROJ_DIR$\..\RT-Thread-1.2.2\src\device.c + + BICOMP + 193 + ICCARM - 139 + 115 + + BICOMP - 194 + 272 27 262 263 265 271 270 264 268 235 237 241 238 242 - + - $PROJ_DIR$\..\RT-Thread-1.2.2\src\slab.c + $PROJ_DIR$\..\RT-Thread-1.2.2\src\mempool.c + + BICOMP + 219 + ICCARM - 128 + 159 + + BICOMP - 192 + 269 272 27 262 263 265 271 270 264 268 235 237 241 238 242 - + - $PROJ_DIR$\..\RT-Thread-1.2.2\src\idle.c + $PROJ_DIR$\..\RT-Thread-1.2.2\src\module.c + + BICOMP + 175 + ICCARM - 132 + 158 + + BICOMP - 188 + 269 272 27 262 263 265 271 270 264 268 235 237 241 238 242 - + - $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\symbol.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\shell.c + + BICOMP + 214 + ICCARM - 122 + 126 + + BICOMP - 198 + 269 272 27 262 263 265 271 270 264 268 235 237 241 238 242 301 307 302 305 306 266 278 304 303 308 275 274 318 317 - + - $PROJ_DIR$\..\RT-Thread-1.2.2\src\memheap.c + $PROJ_DIR$\..\RT-Thread-1.2.2\src\ipc.c + + BICOMP + 177 + ICCARM - 137 + 113 + + BICOMP - 197 + 272 27 262 263 265 271 270 264 268 235 237 241 238 242 269 - + - $PROJ_DIR$\..\RT-Thread-1.2.2\src\irq.c + $PROJ_DIR$\..\RT-Thread-1.2.2\src\thread.c + + BICOMP + 183 + ICCARM - 143 + 132 + + BICOMP - 179 + 272 27 262 263 265 271 270 264 268 235 237 241 238 242 269 - + - $PROJ_DIR$\..\RT-Thread-1.2.2\src\object.c + $PROJ_DIR$\..\RT-Thread-1.2.2\src\timer.c + + BICOMP + 186 + ICCARM - 138 + 151 + + BICOMP - 202 + 272 27 262 263 265 271 270 264 268 235 237 241 238 242 269 - + - $PROJ_DIR$\..\RT-Thread-1.2.2\src\device.c + $PROJ_DIR$\..\RT-Thread-1.2.2\libcpu\arm\cortex-m3\context_iar.S - ICCARM - 135 - - - BICOMP - 196 + AARM + 165 - $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\shell.c + $PROJ_DIR$\..\RT-Thread-1.2.2\src\slab.c + + BICOMP + 220 + ICCARM - 124 + 141 + + BICOMP - 182 + 269 272 27 262 263 265 271 270 264 268 235 237 241 238 242 - + - $PROJ_DIR$\..\RT-Thread-1.2.2\src\thread.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\msh.c + + BICOMP + 190 + ICCARM - 127 + 131 + + BICOMP - 204 + 317 272 27 262 263 265 271 270 264 268 235 237 241 238 242 301 307 302 305 306 266 278 304 303 308 275 274 318 - + - $PROJ_DIR$\..\RT-Thread-1.2.2\src\module.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\symbol.c + + BICOMP + 199 + ICCARM - 150 + 135 + + BICOMP - 201 + 301 272 27 262 263 265 271 270 264 268 235 237 241 238 242 307 302 305 306 266 278 304 303 308 275 274 - + - $PROJ_DIR$\..\RT-Thread-1.2.2\src\clock.c + $PROJ_DIR$\..\RT-Thread-1.2.2\src\irq.c + + BICOMP + 211 + ICCARM - 131 + 168 + + BICOMP - 193 + 269 272 27 262 263 265 271 270 264 268 235 237 241 238 242 - + - $PROJ_DIR$\..\RT-Thread-1.2.2\src\scheduler.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_var.c + + BICOMP + 216 + ICCARM - 146 + 134 + + BICOMP - 203 + 301 272 27 262 263 265 271 270 264 268 235 237 241 238 242 307 302 305 306 266 278 304 303 308 275 274 312 - + - $PROJ_DIR$\stm32f103xE\Exe\EasyFlash.out + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_vm.c - OBJCOPY - 183 + BICOMP + 189 - - - - $PROJ_DIR$\..\..\..\..\easyflash\src\flash.c - ICCARM - 119 + 142 + + BICOMP - 163 + 301 272 27 262 263 265 271 270 264 268 235 237 241 238 242 307 302 305 306 266 278 304 303 308 275 274 313 312 309 - + - $PROJ_DIR$\..\..\..\..\easyflash\src\flash_env.c + $PROJ_DIR$\..\RT-Thread-1.2.2\src\kservice.c + + BICOMP + 205 + ICCARM - 109 + 114 + + BICOMP - 151 + 272 27 262 263 265 271 270 264 268 235 237 241 238 242 269 - + - $PROJ_DIR$\..\..\..\..\easyflash\src\flash_env_wl.c + $PROJ_DIR$\..\RT-Thread-1.2.2\src\memheap.c + + BICOMP + 172 + ICCARM - 110 + 117 + + BICOMP - 170 + 269 272 27 262 263 265 271 270 264 268 235 237 241 238 242 - + - $PROJ_DIR$\..\..\..\..\easyflash\src\flash_iap.c + $PROJ_DIR$\..\RT-Thread-1.2.2\src\object.c + + BICOMP + 200 + ICCARM - 103 + 118 + + BICOMP - 155 + 272 27 262 263 265 271 270 264 268 235 237 241 238 242 269 - + - $PROJ_DIR$\..\..\..\..\easyflash\src\flash_utils.c + $PROJ_DIR$\..\RT-Thread-1.2.2\src\scheduler.c + + BICOMP + 202 + ICCARM - 106 + 146 + + BICOMP - 165 + 272 27 262 263 265 271 270 264 268 235 237 241 238 242 269 - + - $PROJ_DIR$\..\components\easyflash\port\flash_port.c + $PROJ_DIR$\stm32f103xE\Exe\EasyFlash.out - ICCARM - 117 + ILINK + 293 - BICOMP - 173 + OBJCOPY + 215 + + + ILINK + 295 133 119 120 137 69 82 165 157 148 72 115 67 88 60 70 123 161 163 147 134 142 140 130 122 68 143 58 139 113 168 114 116 117 159 129 158 131 136 118 56 85 77 146 59 126 141 155 81 83 57 138 127 71 84 76 61 102 62 55 64 125 65 73 79 63 78 74 80 86 66 135 144 132 151 128 121 124 75 297 296 292 294 + + diff --git a/demo/stm32f10x/rtt/EWARM/settings/EasyFlash.dbgdt b/demo/stm32f10x/rtt/EWARM/settings/EasyFlash.dbgdt index b151565..33d398d 100644 --- a/demo/stm32f10x/rtt/EWARM/settings/EasyFlash.dbgdt +++ b/demo/stm32f10x/rtt/EWARM/settings/EasyFlash.dbgdt @@ -34,12 +34,12 @@ 20011 - 58082994eMasterRcvStateeMasterSndStateCpuUsageMinorExpressionLocationTypeValue138150100221200StaticWatch200WATCH_1StaticWatchExpressionLocationTypeValue100150100100ExpressionLocationTypeValue140150100139 + 58082994eMasterRcvStateeMasterSndStateCpuUsageMinorExpressionLocationTypeValue138150100221200StaticWatch200WATCH_1StaticWatchExpressionLocationTypeValue100150100100ExpressionLocationTypeValue140150100139 - + TabID-27820-6871 @@ -55,7 +55,7 @@ TabID-23458-14555Find All DeclarationsFind-All-Declarations - 0 + 0 TabID-5800-6874 @@ -67,20 +67,20 @@ - 0TabID-15165-9557Live WatchStaticWatch0 + 0TabID-15165-9557Live WatchStaticWatch0 - TextEditor$WS_DIR$\..\app\src\app_task.c000005421922192TextEditor$WS_DIR$\..\app\src\app.c000000252510100000010000001 + TextEditor$WS_DIR$\..\app\src\app_task.c000000285285TextEditor$WS_DIR$\..\components\easyflash\port\flash_port.c0000010230863086TextEditor$WS_DIR$\..\app\src\app.c000000252520100000010000001 - iaridepm.enu1armjlink.enu1debuggergui.enu1-2-2727241-2-210019759524203723144643753878-2-2727477-2-2200200119048206825285119753878-2-21951682-2-21684197100238120372359524203723 + iaridepm.enu1armjlink.enu1debuggergui.enu1-2-2727241-2-210019759524203723144643753878-2-2727477-2-2200200119048206825285119753878-2-21951682-2-21684197100238120372359524203723 diff --git a/demo/stm32f10x/rtt/EWARM/settings/EasyFlash.dni b/demo/stm32f10x/rtt/EWARM/settings/EasyFlash.dni index 4d36f21..297cabe 100644 --- a/demo/stm32f10x/rtt/EWARM/settings/EasyFlash.dni +++ b/demo/stm32f10x/rtt/EWARM/settings/EasyFlash.dni @@ -9,7 +9,7 @@ TriggerName=main LimitSize=0 ByteLimit=50 [DebugChecksum] -Checksum=-700699776 +Checksum=-1851717421 [Exceptions] StopOnUncaught=_ 0 StopOnThrow=_ 0 diff --git a/demo/stm32f10x/rtt/EWARM/settings/EasyFlash.wsdt b/demo/stm32f10x/rtt/EWARM/settings/EasyFlash.wsdt index 282a660..a8a3d80 100644 --- a/demo/stm32f10x/rtt/EWARM/settings/EasyFlash.wsdt +++ b/demo/stm32f10x/rtt/EWARM/settings/EasyFlash.wsdt @@ -17,7 +17,7 @@ 2012153248119162258082994 - + TabID-30370-1297 @@ -29,20 +29,20 @@ - 0TabID-24390-6730BuildBuildTabID-3984-13619Find All DeclarationsFind-All-Declarations0 + 0TabID-24390-6730BuildBuildTabID-3984-13619Find All DeclarationsFind-All-Declarations0 - TextEditor$WS_DIR$\..\app\src\app_task.c00000028528500100000010000001 + TextEditor$WS_DIR$\..\app\src\app_task.c00000020820800100000010000001 - iaridepm.enu1-2-2744314-2-25105130357152740188095771458-2-21781682-2-21684180100238118614330357152740 + iaridepm.enu1-2-2744314-2-25105130357152740188095771458-2-21781682-2-21684180100238118614330357152740 diff --git a/demo/stm32f10x/rtt/components/easyflash/port/flash_port.c b/demo/stm32f10x/rtt/components/easyflash/port/flash_port.c index bb3a244..382a61a 100644 --- a/demo/stm32f10x/rtt/components/easyflash/port/flash_port.c +++ b/demo/stm32f10x/rtt/components/easyflash/port/flash_port.c @@ -56,6 +56,7 @@ static const flash_env default_env_set[] = { }; static char log_buf[RT_CONSOLEBUF_SIZE]; +static struct rt_semaphore env_cache_lock; /** * Flash port for hardware initialize. @@ -80,6 +81,8 @@ FlashErrCode flash_port_init(uint32_t *env_addr, size_t *env_total_size, size_t *erase_min_size = FLASH_ERASE_MIN_SIZE; *default_env = default_env_set; *default_env_size = sizeof(default_env_set)/sizeof(default_env_set[0]); + + rt_sem_init(&env_cache_lock, "env lock", 1, RT_IPC_FLAG_PRIO); return result; } @@ -180,6 +183,20 @@ FlashErrCode flash_write(uint32_t addr, const uint32_t *buf, size_t size) { return result; } +/** + * lock the ENV ram cache + */ +void flash_env_lock(void) { + rt_sem_take(&env_cache_lock, RT_WAITING_FOREVER); +} + +/** + * unlock the ENV ram cache + */ +void flash_env_unlock(void) { + rt_sem_release(&env_cache_lock); +} + /** * This function is print flash debug info. * diff --git a/demo/stm32f4xx/EWARM/EasyFlash.dep b/demo/stm32f4xx/EWARM/EasyFlash.dep index 8eea1ee..2e14498 100644 --- a/demo/stm32f4xx/EWARM/EasyFlash.dep +++ b/demo/stm32f4xx/EWARM/EasyFlash.dep @@ -5,7 +5,2106 @@ 963838495 STM32F405RG - + + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_cryp.o + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_cryp_aes.o + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_dcmi.o + $PROJ_DIR$\..\RT-Thread-1.2.2\libcpu\arm\cortex-m4\cpuport.c + $PROJ_DIR$\..\RT-Thread-1.2.2\src\clock.c + $PROJ_DIR$\..\RT-Thread-1.2.2\src\scheduler.c + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_tim.pbi + $PROJ_DIR$\..\RT-Thread-1.2.2\src\idle.c + $PROJ_DIR$\..\RT-Thread-1.2.2\src\device.c + $PROJ_DIR$\..\RT-Thread-1.2.2\src\module.c + $PROJ_DIR$\STM32F405RG\Obj\misc.o + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_adc.o + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_can.o + $PROJ_DIR$\..\RT-Thread-1.2.2\src\thread.c + $PROJ_DIR$\..\RT-Thread-1.2.2\src\irq.c + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_crc.o + $PROJ_DIR$\..\RT-Thread-1.2.2\src\timer.c + $PROJ_DIR$\..\RT-Thread-1.2.2\src\cpuusage.c + $PROJ_DIR$\..\RT-Thread-1.2.2\src\ipc.c + $PROJ_DIR$\STM32F405RG\Obj\usart.o + $PROJ_DIR$\STM32F405RG\Obj\system_stm32f4xx.o + $PROJ_DIR$\..\RT-Thread-1.2.2\src\mem.c + $PROJ_DIR$\..\RT-Thread-1.2.2\src\memheap.c + $PROJ_DIR$\..\RT-Thread-1.2.2\src\mempool.c + $PROJ_DIR$\..\RT-Thread-1.2.2\src\object.c + $PROJ_DIR$\..\RT-Thread-1.2.2\src\slab.c + $PROJ_DIR$\..\RT-Thread-1.2.2\src\kservice.c + $PROJ_DIR$\..\RT-Thread-1.2.2\libcpu\arm\cortex-m4\context_iar.S + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_syscfg.pbi + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_parser.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_token.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_init.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_ops.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_var.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\msh.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\shell.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\cmd.c + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_spi.c + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_tim.c + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_usart.c + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_wwdg.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_vm.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_error.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\msh_cmd.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\symbol.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\drivers\src\ringbuffer.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\drivers\src\wrokqueue.c + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_syscfg.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\drivers\src\completion.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\drivers\src\dataqueue.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\drivers\src\portal.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\drivers\serial\serial.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\drivers\src\pipe.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_compiler.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_heap.c + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_node.c + $PROJ_DIR$\STM32F405RG\Obj\app_task.o + $PROJ_DIR$\STM32F405RG\Obj\flash_port.o + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_cryp_tdes.o + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_it.o + $PROJ_DIR$\STM32F405RG\Obj\app.o + $PROJ_DIR$\STM32F405RG\Obj\user_finsh_cmd.o + $PROJ_DIR$\STM32F405RG\Obj\flash_env.o + $PROJ_DIR$\STM32F405RG\Obj\flash.o + $PROJ_DIR$\STM32F405RG\Obj\flash_env_wl.o + $PROJ_DIR$\STM32F405RG\Obj\flash_iap.o + $PROJ_DIR$\STM32F405RG\Obj\flash_utils.o + $PROJ_DIR$\STM32F405RG\Obj\bsp.o + $PROJ_DIR$\STM32F405RG\Obj\utils.o + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_dma.o + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_sdio.c + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_cryp_des.o + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_dbgmcu.o + $PROJ_DIR$\..\components\rtt_uart\usart.c + $PROJ_DIR$\..\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\system_stm32f4xx.c + $PROJ_DIR$\..\..\..\easyflash\src\flash_utils.c + $PROJ_DIR$\..\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_adc.c + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_dac.o + $PROJ_DIR$\..\..\..\easyflash\src\flash.c + $PROJ_DIR$\..\..\..\easyflash\src\flash_iap.c + $PROJ_DIR$\..\components\easyflash\port\flash_port.c + $PROJ_DIR$\..\..\..\easyflash\src\flash_env.c + $PROJ_DIR$\..\..\..\easyflash\src\flash_env_wl.c + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\misc.c + $PROJ_DIR$\..\components\others\bsp.c + $PROJ_DIR$\..\app\inc\rtconfig.h + $PROJ_DIR$\..\app\src\app.c + $PROJ_DIR$\..\app\src\app_task.c + $PROJ_DIR$\..\app\src\stm32f4xx_it.c + $PROJ_DIR$\..\app\src\user_finsh_cmd.c + $PROJ_DIR$\..\components\others\utils.c + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_cryp_tdes.c + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_flash.c + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_dma2d.c + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_iwdg.c + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_flash_ramfunc.c + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_cryp_aes.c + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_crc.c + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_cryp_des.c + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_dac.c + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_pwr.c + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_hash.c + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_exti.c + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_gpio.c + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_hash_sha1.c + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_ltdc.c + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_hash_md5.c + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_dma.c + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_rcc.c + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_dbgmcu.c + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_rng.c + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_i2c.c + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_dcmi.c + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_fsmc.c + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_rtc.c + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_sai.c + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_can.c + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_cryp.c + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_i2c.o + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_rtc.o + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_syscfg.o + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_tim.o + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_pwr.o + $PROJ_DIR$\STM32F405RG\Obj\completion.o + $PROJ_DIR$\STM32F405RG\Obj\dataqueue.o + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_gpio.o + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_wwdg.o + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_fsmc.o + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_hash_md5.o + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_flash_ramfunc.o + $PROJ_DIR$\STM32F405RG\Obj\pipe.o + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_iwdg.o + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_rng.o + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_hash_sha1.o + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_sai.o + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_usart.o + $PROJ_DIR$\STM32F405RG\Obj\portal.o + $PROJ_DIR$\STM32F405RG\Obj\ringbuffer.o + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_rcc.o + $PROJ_DIR$\STM32F405RG\Obj\memheap.o + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_ltdc.o + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_spi.o + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_exti.o + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_flash.o + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_dma2d.o + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_sdio.o + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_hash.o + $PROJ_DIR$\STM32F405RG\Obj\wrokqueue.o + $PROJ_DIR$\STM32F405RG\Obj\device.o + $PROJ_DIR$\STM32F405RG\Obj\irq.o + $PROJ_DIR$\STM32F405RG\Obj\finsh_parser.o + $PROJ_DIR$\STM32F405RG\Obj\cmd.o + $PROJ_DIR$\STM32F405RG\Obj\msh.o + $PROJ_DIR$\STM32F405RG\Obj\serial.o + $PROJ_DIR$\STM32F405RG\Obj\shell.o + $PROJ_DIR$\STM32F405RG\Obj\clock.o + $PROJ_DIR$\STM32F405RG\Obj\finsh_token.o + $PROJ_DIR$\STM32F405RG\Obj\ipc.o + $PROJ_DIR$\STM32F405RG\Obj\kservice.o + $PROJ_DIR$\STM32F405RG\Obj\msh_cmd.o + $PROJ_DIR$\STM32F405RG\Obj\mem.o + $PROJ_DIR$\STM32F405RG\Obj\finsh_var.o + $PROJ_DIR$\STM32F405RG\Obj\finsh_init.o + $PROJ_DIR$\STM32F405RG\Obj\idle.o + $PROJ_DIR$\STM32F405RG\Obj\finsh_compiler.o + $PROJ_DIR$\STM32F405RG\Obj\finsh_error.o + $PROJ_DIR$\STM32F405RG\Obj\finsh_heap.o + $PROJ_DIR$\STM32F405RG\Obj\finsh_node.o + $PROJ_DIR$\STM32F405RG\Obj\finsh_ops.o + $PROJ_DIR$\STM32F405RG\Obj\finsh_vm.o + $PROJ_DIR$\STM32F405RG\Obj\symbol.o + $PROJ_DIR$\STM32F405RG\Obj\cpuusage.o + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_cryp_des.pbi + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_hash.pbi + $PROJ_DIR$\STM32F405RG\Obj\misc.pbi + $PROJ_DIR$\STM32F405RG\Obj\system_stm32f4xx.pbi + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_adc.pbi + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_hash_md5.pbi + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_fsmc.pbi + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_iwdg.pbi + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_flash_ramfunc.pbi + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_dac.pbi + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_ltdc.pbi + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_dma.pbi + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_flash.pbi + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_can.pbi + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_cryp.pbi + $PROJ_DIR$\STM32F405RG\Obj\usart.pbi + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_gpio.pbi + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_pwr.pbi + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_cryp_tdes.pbi + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_dcmi.pbi + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_dma2d.pbi + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_hash_sha1.pbi + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_dbgmcu.pbi + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_sdio.pbi + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_cryp_aes.pbi + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_exti.pbi + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_rcc.pbi + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_crc.pbi + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_i2c.pbi + $PROJ_DIR$\STM32F405RG\Obj\flash.pbi + $PROJ_DIR$\STM32F405RG\Obj\scheduler.o + $PROJ_DIR$\STM32F405RG\Obj\app.pbi + $PROJ_DIR$\STM32F405RG\Obj\thread.o + $PROJ_DIR$\STM32F405RG\Obj\flash_port.pbi + $PROJ_DIR$\STM32F405RG\Obj\timer.o + $PROJ_DIR$\STM32F405RG\Obj\flash_env.pbi + $PROJ_DIR$\STM32F405RG\Obj\user_finsh_cmd.pbi + $PROJ_DIR$\STM32F405RG\Obj\flash_env_wl.pbi + $PROJ_DIR$\STM32F405RG\Obj\flash_iap.pbi + $PROJ_DIR$\STM32F405RG\Obj\context_iar.o + $PROJ_DIR$\STM32F405RG\Obj\flash_utils.pbi + $PROJ_DIR$\STM32F405RG\Obj\startup_stm32f40_41xxx.o + $PROJ_DIR$\STM32F405RG\Obj\bsp.pbi + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_rtc.pbi + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_sai.pbi + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_it.pbi + $PROJ_DIR$\STM32F405RG\Obj\slab.o + $PROJ_DIR$\STM32F405RG\Obj\utils.pbi + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_rng.pbi + $PROJ_DIR$\STM32F405RG\Obj\cpuport.o + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_spi.pbi + $PROJ_DIR$\STM32F405RG\Obj\mempool.o + $PROJ_DIR$\STM32F405RG\Obj\object.o + $PROJ_DIR$\STM32F405RG\Obj\app_task.pbi + $PROJ_DIR$\STM32F405RG\Obj\module.o + $PROJ_DIR$\STM32F405RG\Obj\irq.pbi + $PROJ_DIR$\STM32F405RG\Obj\kservice.pbi + $PROJ_DIR$\STM32F405RG\Obj\object.pbi + $PROJ_DIR$\STM32F405RG\Obj\EasyFlash.pbd + $PROJ_DIR$\STM32F405RG\Obj\module.pbi + $PROJ_DIR$\STM32F405RG\Obj\thread.pbi + $PROJ_DIR$\STM32F405RG\Obj\cpuusage.pbi + $PROJ_DIR$\STM32F405RG\Exe\EasyFlash.bin + $PROJ_DIR$\STM32F405RG\Obj\memheap.pbi + $PROJ_DIR$\STM32F405RG\Obj\device.pbi + $PROJ_DIR$\STM32F405RG\Obj\scheduler.pbi + $PROJ_DIR$\STM32F405RG\Obj\mem.pbi + $PROJ_DIR$\STM32F405RG\Obj\mempool.pbi + $PROJ_DIR$\STM32F405RG\Obj\ipc.pbi + $PROJ_DIR$\STM32F405RG\Obj\slab.pbi + $PROJ_DIR$\STM32F405RG\Obj\cpuport.pbi + $PROJ_DIR$\STM32F405RG\Obj\timer.pbi + $PROJ_DIR$\STM32F405RG\Exe\EasyFlash.out + $PROJ_DIR$\STM32F405RG\Obj\idle.pbi + $PROJ_DIR$\STM32F405RG\Obj\ringbuffer.pbi + $PROJ_DIR$\STM32F405RG\Obj\clock.pbi + $PROJ_DIR$\STM32F405RG\Obj\cmd.pbi + $PROJ_DIR$\STM32F405RG\Obj\finsh_var.pbi + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_wwdg.pbi + $PROJ_DIR$\STM32F405RG\Obj\pipe.pbi + $PROJ_DIR$\STM32F405RG\Obj\serial.pbi + $PROJ_DIR$\STM32F405RG\Obj\wrokqueue.pbi + $PROJ_DIR$\STM32F405RG\Obj\finsh_compiler.pbi + $PROJ_DIR$\STM32F405RG\Obj\finsh_heap.pbi + $PROJ_DIR$\STM32F405RG\Obj\finsh_init.pbi + $PROJ_DIR$\STM32F405RG\Obj\finsh_ops.pbi + $PROJ_DIR$\STM32F405RG\Obj\finsh_error.pbi + $PROJ_DIR$\STM32F405RG\Obj\finsh_parser.pbi + $PROJ_DIR$\STM32F405RG\Obj\finsh_token.pbi + $PROJ_DIR$\STM32F405RG\Obj\finsh_vm.pbi + $PROJ_DIR$\STM32F405RG\Obj\completion.pbi + $PROJ_DIR$\STM32F405RG\Obj\dataqueue.pbi + $PROJ_DIR$\STM32F405RG\Obj\portal.pbi + $PROJ_DIR$\STM32F405RG\Obj\stm32f4xx_usart.pbi + $PROJ_DIR$\STM32F405RG\Obj\finsh_node.pbi + $PROJ_DIR$\STM32F405RG\Obj\msh.pbi + $PROJ_DIR$\STM32F405RG\Obj\msh_cmd.pbi + $PROJ_DIR$\STM32F405RG\Obj\shell.pbi + $PROJ_DIR$\STM32F405RG\Obj\symbol.pbi + $TOOLKIT_DIR$\inc\c\stdint.h + $TOOLKIT_DIR$\inc\c\yvals.h + $TOOLKIT_DIR$\inc\c\DLib_Defaults.h + $TOOLKIT_DIR$\inc\c\DLib_Config_Normal.h + $TOOLKIT_DIR$\inc\c\ycheck.h + $PROJ_DIR$\..\..\..\easyflash\inc\flash.h + $TOOLKIT_DIR$\inc\c\DLib_Product.h + $TOOLKIT_DIR$\inc\c\DLib_Threads.h + $TOOLKIT_DIR$\inc\c\string.h + $TOOLKIT_DIR$\inc\c\DLib_Product_string.h + $TOOLKIT_DIR$\inc\c\ysizet.h + $TOOLKIT_DIR$\inc\c\stddef.h + $TOOLKIT_DIR$\inc\c\xencoding_limits.h + $TOOLKIT_DIR$\inc\c\stdbool.h + $TOOLKIT_DIR$\inc\c\stdlib.h + $PROJ_DIR$\..\Libraries\CMSIS\Include\core_cm4.h + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_iwdg.h + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\inc\misc.h + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_adc.h + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_can.h + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_usart.h + $PROJ_DIR$\..\RT-Thread-1.2.2\include\rtservice.h + $PROJ_DIR$\..\RT-Thread-1.2.2\include\rtm.h + $PROJ_DIR$\..\Libraries\CMSIS\Device\ST\STM32F4xx\Include\system_stm32f4xx.h + $PROJ_DIR$\..\Libraries\CMSIS\Include\core_cmFunc.h + $PROJ_DIR$\..\Libraries\CMSIS\Include\core_cmInstr.h + $PROJ_DIR$\..\RT-Thread-1.2.2\include\rthw.h + $TOOLKIT_DIR$\inc\c\cmsis_iar.h + $PROJ_DIR$\..\RT-Thread-1.2.2\include\rtthread.h + $PROJ_DIR$\..\RT-Thread-1.2.2\include\rtdebug.h + $PROJ_DIR$\..\app\inc\stm32f4xx_conf.h + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_tim.h + $TOOLKIT_DIR$\inc\c\stdarg.h + $PROJ_DIR$\..\Libraries\CMSIS\Device\ST\STM32F4xx\Include\stm32f4xx.h + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_flash.h + $TOOLKIT_DIR$\inc\c\intrinsics.h + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_exti.h + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_gpio.h + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_rcc.h + $PROJ_DIR$\..\RT-Thread-1.2.2\include\rtdef.h + $PROJ_DIR$\..\Libraries\CMSIS\Include\core_cmSimd.h + $TOOLKIT_DIR$\inc\c\xmtx.h + $PROJ_DIR$\..\RT-Thread-1.2.2\include\cpuusage.h + $TOOLKIT_DIR$\inc\c\stdio.h + $PROJ_DIR$\..\components\others\bsp.h + $TOOLKIT_DIR$\inc\c\xlocale_c.h + $PROJ_DIR$\..\components\others\utils.h + $TOOLKIT_DIR$\inc\c\wchar.h + $PROJ_DIR$\..\app\inc\app_task.h + $PROJ_DIR$\..\components\rtt_uart\usart.h + $TOOLKIT_DIR$\inc\c\ctype.h + $TOOLKIT_DIR$\inc\c\xlocale.h + $PROJ_DIR$\..\RT-Thread-1.2.2\components\drivers\include\rtdevice.h + $TOOLKIT_DIR$\inc\c\ystdio.h + $TOOLKIT_DIR$\inc\c\xtls.h + $PROJ_DIR$\..\RT-Thread-1.2.2\components\drivers\include\drivers\serial.h + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\shell.h + $PROJ_DIR$\..\app\inc\delay_conf.h + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh.h + $TOOLKIT_DIR$\inc\c\xlocaleuse.h + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_dbgmcu.h + $PROJ_DIR$\..\app\inc\stm32f4xx_it.h + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_dma.h + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\msh.h + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_dac.h + $TOOLKIT_DIR$\lib\shb_l.a + $TOOLKIT_DIR$\lib\rt7M_tl.a + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_flash_ramfunc.h + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_token.h + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_pwr.h + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_var.h + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_ltdc.h + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_crc.h + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_error.h + $PROJ_DIR$\..\components\others\stm32f405xG.icf + $TOOLKIT_DIR$\lib\m7M_tl.a + $TOOLKIT_DIR$\lib\dl7M_tln.a + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_dcmi.h + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_node.h + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_cryp.h + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_dma2d.h + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_fsmc.h + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_vm.h + $PROJ_DIR$\STM32F405RG\List\EasyFlash.map + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_ops.h + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_hash.h + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_parser.h + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_i2c.h + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_heap.h + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_sdio.h + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_rtc.h + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_syscfg.h + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_sai.h + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_rng.h + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_spi.h + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_wwdg.h + + + $PROJ_DIR$\..\RT-Thread-1.2.2\libcpu\arm\cortex-m4\cpuport.c + + + BICOMP + 243 + + + ICCARM + 222 + + + + + ICCARM + 300 86 301 311 304 276 273 274 275 278 284 279 293 294 + + + + + $PROJ_DIR$\..\RT-Thread-1.2.2\src\clock.c + + + BICOMP + 248 + + + ICCARM + 156 + + + + + ICCARM + 298 300 86 301 311 304 276 273 274 275 278 284 279 293 294 + + + + + $PROJ_DIR$\..\RT-Thread-1.2.2\src\scheduler.c + + + BICOMP + 238 + + + ICCARM + 203 + + + + + ICCARM + 300 86 301 311 304 276 273 274 275 278 284 279 293 294 298 + + + + + $PROJ_DIR$\..\RT-Thread-1.2.2\src\idle.c + + + BICOMP + 246 + + + ICCARM + 164 + + + + + ICCARM + 298 300 86 301 311 304 276 273 274 275 278 284 279 293 294 + + + + + $PROJ_DIR$\..\RT-Thread-1.2.2\src\device.c + + + BICOMP + 237 + + + ICCARM + 149 + + + + + ICCARM + 300 86 301 311 304 276 273 274 275 278 284 279 293 294 + + + + + $PROJ_DIR$\..\RT-Thread-1.2.2\src\module.c + + + BICOMP + 232 + + + ICCARM + 227 + + + + + ICCARM + 298 300 86 301 311 304 276 273 274 275 278 284 279 293 294 + + + + + $PROJ_DIR$\..\RT-Thread-1.2.2\src\thread.c + + + BICOMP + 233 + + + ICCARM + 205 + + + + + ICCARM + 300 86 301 311 304 276 273 274 275 278 284 279 293 294 298 + + + + + $PROJ_DIR$\..\RT-Thread-1.2.2\src\irq.c + + + BICOMP + 228 + + + ICCARM + 150 + + + + + ICCARM + 298 300 86 301 311 304 276 273 274 275 278 284 279 293 294 + + + + + $PROJ_DIR$\..\RT-Thread-1.2.2\src\timer.c + + + BICOMP + 244 + + + ICCARM + 207 + + + + + ICCARM + 300 86 301 311 304 276 273 274 275 278 284 279 293 294 298 + + + + + $PROJ_DIR$\..\RT-Thread-1.2.2\src\cpuusage.c + + + BICOMP + 234 + + + ICCARM + 172 + + + + + ICCARM + 300 86 301 311 304 276 273 274 275 278 284 279 293 294 298 + + + + + $PROJ_DIR$\..\RT-Thread-1.2.2\src\ipc.c + + + BICOMP + 241 + + + ICCARM + 158 + + + + + ICCARM + 300 86 301 311 304 276 273 274 275 278 284 279 293 294 298 + + + + + $PROJ_DIR$\..\RT-Thread-1.2.2\src\mem.c + + + BICOMP + 239 + + + ICCARM + 161 + + + + + ICCARM + 298 300 86 301 311 304 276 273 274 275 278 284 279 293 294 330 322 323 326 313 286 282 331 317 319 280 281 + + + + + $PROJ_DIR$\..\RT-Thread-1.2.2\src\memheap.c + + + BICOMP + 236 + + + ICCARM + 140 + + + + + ICCARM + 298 300 86 301 311 304 276 273 274 275 278 284 279 293 294 + + + + + $PROJ_DIR$\..\RT-Thread-1.2.2\src\mempool.c + + + BICOMP + 240 + + + ICCARM + 224 + + + + + ICCARM + 298 300 86 301 311 304 276 273 274 275 278 284 279 293 294 + + + + + $PROJ_DIR$\..\RT-Thread-1.2.2\src\object.c + + + BICOMP + 230 + + + ICCARM + 225 + + + + + ICCARM + 300 86 301 311 304 276 273 274 275 278 284 279 293 294 298 + + + + + $PROJ_DIR$\..\RT-Thread-1.2.2\src\slab.c + + + BICOMP + 242 + + + ICCARM + 219 + + + + + ICCARM + 298 300 86 301 311 304 276 273 274 275 278 284 279 293 294 + + + + + $PROJ_DIR$\..\RT-Thread-1.2.2\src\kservice.c + + + BICOMP + 229 + + + ICCARM + 159 + + + + + ICCARM + 300 86 301 311 304 276 273 274 275 278 284 279 293 294 298 + + + + + $PROJ_DIR$\..\RT-Thread-1.2.2\libcpu\arm\cortex-m4\context_iar.S + + + AARM + 212 + + + + + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_parser.c + + + BICOMP + 260 + + + ICCARM + 151 + + + + + ICCARM + 330 300 86 301 311 304 276 273 274 275 278 284 279 293 294 322 323 326 313 286 282 331 317 319 280 281 340 350 345 358 342 + + + + + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_token.c + + + BICOMP + 261 + + + ICCARM + 157 + + + + + ICCARM + 330 300 86 301 311 304 276 273 274 275 278 284 279 293 294 322 323 326 313 286 282 331 317 319 280 281 340 345 + + + + + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_init.c + + + BICOMP + 257 + + + ICCARM + 163 + + + + + ICCARM + 330 300 86 301 311 304 276 273 274 275 278 284 279 293 294 322 323 326 313 286 282 331 317 319 280 281 350 354 342 358 345 360 + + + + + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_ops.c + + + BICOMP + 258 + + + ICCARM + 169 + + + + + ICCARM + 356 354 330 300 86 301 311 304 276 273 274 275 278 284 279 293 294 322 323 326 313 286 282 331 317 319 280 281 342 + + + + + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_var.c + + + BICOMP + 250 + + + ICCARM + 162 + + + + + ICCARM + 330 300 86 301 311 304 276 273 274 275 278 284 279 293 294 322 323 326 313 286 282 331 317 319 280 281 342 + + + + + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\msh.c + + + BICOMP + 268 + + + ICCARM + 153 + + + + + ICCARM + 335 300 86 301 311 304 276 273 274 275 278 284 279 293 294 330 322 323 326 313 286 282 331 317 319 280 281 328 + + + + + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\shell.c + + + BICOMP + 270 + + + ICCARM + 155 + + + + + ICCARM + 298 300 86 301 311 304 276 273 274 275 278 284 279 293 294 330 322 323 326 313 286 282 331 317 319 280 281 328 335 + + + + + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\cmd.c + + + BICOMP + 249 + + + ICCARM + 152 + + + + + ICCARM + 300 86 301 311 304 276 273 274 275 278 284 279 293 294 330 322 323 326 313 286 282 331 317 319 280 281 + + + + + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_spi.c + + + BICOMP + 223 + + + ICCARM + 142 + + + + + ICCARM + 366 305 287 272 276 273 274 275 278 284 279 297 299 307 296 312 295 302 290 308 306 309 288 310 303 292 289 291 + + + + + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_tim.c + + + BICOMP + 6 + + + ICCARM + 122 + + + + + ICCARM + 303 305 287 272 276 273 274 275 278 284 279 297 299 307 296 312 295 302 290 308 306 309 288 310 292 289 291 + + + + + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_usart.c + + + BICOMP + 266 + + + ICCARM + 136 + + + + + ICCARM + 292 305 287 272 276 273 274 275 278 284 279 297 299 307 296 312 295 302 290 308 306 309 288 310 303 289 291 + + + + + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_wwdg.c + + + BICOMP + 251 + + + ICCARM + 127 + + + + + ICCARM + 367 305 287 272 276 273 274 275 278 284 279 297 299 307 296 312 295 302 290 308 306 309 288 310 303 292 289 291 + + + + + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_vm.c + + + BICOMP + 262 + + + ICCARM + 170 + + + + + ICCARM + 330 300 86 301 311 304 276 273 274 275 278 284 279 293 294 322 323 326 313 286 282 331 317 319 280 281 354 342 356 + + + + + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_error.c + + + BICOMP + 259 + + + ICCARM + 166 + + + + + ICCARM + 345 330 300 86 301 311 304 276 273 274 275 278 284 279 293 294 322 323 326 313 286 282 331 317 319 280 281 + + + + + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\msh_cmd.c + + + BICOMP + 269 + + + ICCARM + 160 + + + + + ICCARM + 300 86 301 311 304 276 273 274 275 278 284 279 293 294 330 322 323 326 313 286 282 331 317 319 280 281 335 + + + + + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\symbol.c + + + BICOMP + 271 + + + ICCARM + 171 + + + + + ICCARM + 330 300 86 301 311 304 276 273 274 275 278 284 279 293 294 322 323 326 313 286 282 331 317 319 280 281 + + + + + $PROJ_DIR$\..\RT-Thread-1.2.2\components\drivers\src\ringbuffer.c + + + BICOMP + 247 + + + ICCARM + 138 + + + + + ICCARM + 300 86 301 311 304 276 273 274 275 278 284 279 293 294 324 327 280 282 281 + + + + + $PROJ_DIR$\..\RT-Thread-1.2.2\components\drivers\src\wrokqueue.c + + + BICOMP + 254 + + + ICCARM + 148 + + + + + ICCARM + 300 86 301 311 304 276 273 274 275 278 284 279 293 294 324 327 + + + + + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_syscfg.c + + + BICOMP + 28 + + + ICCARM + 121 + + + + + ICCARM + 363 305 287 272 276 273 274 275 278 284 279 297 299 307 296 312 295 302 290 308 306 309 288 310 303 292 289 291 + + + + + $PROJ_DIR$\..\RT-Thread-1.2.2\components\drivers\src\completion.c + + + BICOMP + 263 + + + ICCARM + 124 + + + + + ICCARM + 298 300 86 301 311 304 276 273 274 275 278 284 279 293 294 324 327 + + + + + $PROJ_DIR$\..\RT-Thread-1.2.2\components\drivers\src\dataqueue.c + + + BICOMP + 264 + + + ICCARM + 125 + + + + + ICCARM + 300 86 301 311 304 276 273 274 275 278 284 279 293 294 324 327 298 + + + + + $PROJ_DIR$\..\RT-Thread-1.2.2\components\drivers\src\portal.c + + + BICOMP + 265 + + + ICCARM + 137 + + + + + ICCARM + 300 86 301 311 304 276 273 274 275 278 284 279 293 294 324 327 + + + + + $PROJ_DIR$\..\RT-Thread-1.2.2\components\drivers\serial\serial.c + + + BICOMP + 253 + + + ICCARM + 154 + + + + + ICCARM + 298 300 86 301 311 304 276 273 274 275 278 284 279 293 294 324 327 + + + + + $PROJ_DIR$\..\RT-Thread-1.2.2\components\drivers\src\pipe.c + + + BICOMP + 252 + + + ICCARM + 131 + + + + + ICCARM + 298 300 86 301 311 304 276 273 274 275 278 284 279 293 294 324 327 + + + + + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_compiler.c + + + BICOMP + 255 + + + ICCARM + 165 + + + + + ICCARM + 330 300 86 301 311 304 276 273 274 275 278 284 279 293 294 322 323 326 313 286 282 331 317 319 280 281 350 345 342 356 354 + + + + + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_heap.c + + + BICOMP + 256 + + + ICCARM + 167 + + + + + ICCARM + 330 300 86 301 311 304 276 273 274 275 278 284 279 293 294 322 323 326 313 286 282 331 317 319 280 281 342 + + + + + $PROJ_DIR$\..\RT-Thread-1.2.2\components\finsh\finsh_node.c + + + BICOMP + 267 + + + ICCARM + 168 + + + + + ICCARM + 330 300 86 301 311 304 276 273 274 275 278 284 279 293 294 322 323 326 313 286 282 331 317 319 280 281 350 345 342 360 + + + + + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_sdio.c + + + BICOMP + 196 + + + ICCARM + 146 + + + + + ICCARM + 361 305 287 272 276 273 274 275 278 284 279 297 299 307 296 312 295 302 290 308 306 309 288 310 303 292 289 291 + + + + + [ROOT_NODE] + + + ILINK + 245 355 + + + + + $PROJ_DIR$\..\components\rtt_uart\usart.c + + + BICOMP + 188 + + + ICCARM + 19 + + + + + ICCARM + 302 290 305 287 272 276 273 274 275 278 284 279 297 299 307 296 312 295 308 306 309 288 310 303 292 289 291 321 298 300 86 301 311 304 293 294 316 324 327 + + + + + $PROJ_DIR$\..\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\system_stm32f4xx.c + + + BICOMP + 176 + + + ICCARM + 20 + + + + + ICCARM + 305 287 272 276 273 274 275 278 284 279 297 299 307 296 312 295 302 290 308 306 309 288 310 303 292 289 291 + + + + + $PROJ_DIR$\..\..\..\easyflash\src\flash_utils.c + + + BICOMP + 213 + + + ICCARM + 66 + + + + + ICCARM + 277 272 276 273 274 275 278 284 279 283 282 285 + + + + + $PROJ_DIR$\..\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s + + + AARM + 214 + + + + + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_adc.c + + + BICOMP + 177 + + + ICCARM + 11 + + + + + ICCARM + 290 305 287 272 276 273 274 275 278 284 279 297 299 307 296 312 295 302 308 306 309 288 310 303 292 289 291 + + + + + $PROJ_DIR$\..\..\..\easyflash\src\flash.c + + + BICOMP + 202 + + + ICCARM + 63 + + + + + ICCARM + 277 272 276 273 274 275 278 284 279 283 282 285 + + + + + $PROJ_DIR$\..\..\..\easyflash\src\flash_iap.c + + + BICOMP + 211 + + + ICCARM + 65 + + + + + ICCARM + 277 272 276 273 274 275 278 284 279 283 282 285 + + + + + $PROJ_DIR$\..\components\easyflash\port\flash_port.c + + + BICOMP + 206 + + + ICCARM + 57 + + + + + BICOMP + 277 272 276 273 274 275 278 284 279 283 282 285 298 300 86 301 311 304 293 294 302 290 305 287 297 299 307 296 312 295 308 306 309 288 310 303 292 289 291 + + + ICCARM + 277 272 276 273 274 275 278 284 279 283 282 285 298 300 86 301 311 304 293 294 302 290 305 287 297 299 307 296 312 295 308 306 309 288 310 303 292 289 291 + + + + + $PROJ_DIR$\..\..\..\easyflash\src\flash_env.c + + + BICOMP + 208 + + + ICCARM + 62 + + + + + BICOMP + 277 272 276 273 274 275 278 284 279 283 282 285 280 281 286 + + + ICCARM + 277 272 276 273 274 275 278 284 279 283 282 285 280 281 286 + + + + + $PROJ_DIR$\..\..\..\easyflash\src\flash_env_wl.c + + + BICOMP + 210 + + + ICCARM + 64 + + + + + BICOMP + 277 272 276 273 274 275 278 284 279 283 282 285 280 281 286 + + + ICCARM + 277 272 276 273 274 275 278 284 279 283 282 285 280 281 286 + + + + + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\misc.c + + + BICOMP + 175 + + + ICCARM + 10 + + + + + ICCARM + 289 305 287 272 276 273 274 275 278 284 279 297 299 307 296 312 295 302 290 308 306 309 288 310 303 292 291 + + + + + $PROJ_DIR$\..\components\others\bsp.c + + + BICOMP + 215 + + + ICCARM + 67 + + + + + ICCARM + 316 302 290 305 287 272 276 273 274 275 278 284 279 297 299 307 296 312 295 308 306 309 288 310 303 292 289 291 298 300 86 301 311 304 293 294 321 + + + + + $PROJ_DIR$\..\app\src\app.c + + + BICOMP + 204 + + + ICCARM + 60 + + + + + ICCARM + 320 298 300 86 301 311 304 276 273 274 275 278 284 279 293 294 302 290 305 287 272 297 299 307 296 312 295 308 306 309 288 310 303 292 289 291 + + + + + $PROJ_DIR$\..\app\src\app_task.c + + + BICOMP + 226 + + + ICCARM + 56 + + + + + ICCARM + 320 298 300 86 301 311 304 276 273 274 275 278 284 279 293 294 302 290 305 287 272 297 299 307 296 312 295 308 306 309 288 310 303 292 289 291 286 282 315 325 316 321 277 283 285 330 322 323 326 313 331 317 319 280 281 328 329 314 318 + + + + + $PROJ_DIR$\..\app\src\stm32f4xx_it.c + + + BICOMP + 218 + + + ICCARM + 59 + + + + + ICCARM + 333 305 287 272 276 273 274 275 278 284 279 297 299 307 296 312 295 302 290 308 306 309 288 310 303 292 289 291 316 298 300 86 301 311 304 293 294 321 + + + + + $PROJ_DIR$\..\app\src\user_finsh_cmd.c + + + BICOMP + 209 + + + ICCARM + 61 + + + + + ICCARM + 298 300 86 301 311 304 276 273 274 275 278 284 279 293 294 302 290 305 287 272 297 299 307 296 312 295 308 306 309 288 310 303 292 289 291 277 283 282 285 330 322 323 326 313 286 331 317 319 280 281 + + + + + $PROJ_DIR$\..\components\others\utils.c + + + BICOMP + 220 + + + ICCARM + 68 + + + + + ICCARM + 318 302 290 305 287 272 276 273 274 275 278 284 279 297 299 307 296 312 295 308 306 309 288 310 303 292 289 291 300 86 301 311 304 293 294 + + + + + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_cryp_tdes.c + + + BICOMP + 191 + + + ICCARM + 58 + + + + + ICCARM + 351 305 287 272 276 273 274 275 278 284 279 297 299 307 296 312 295 302 290 308 306 309 288 310 303 292 289 291 + + + + + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_flash.c + + + BICOMP + 185 + + + ICCARM + 144 + + + + + ICCARM + 306 305 287 272 276 273 274 275 278 284 279 297 299 307 296 312 295 302 290 308 309 288 310 303 292 289 291 + + + + + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_dma2d.c + + + BICOMP + 193 + + + ICCARM + 145 + + + + + ICCARM + 352 305 287 272 276 273 274 275 278 284 279 297 299 307 296 312 295 302 290 308 306 309 288 310 303 292 289 291 + + + + + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_iwdg.c + + + BICOMP + 180 + + + ICCARM + 132 + + + + + ICCARM + 288 305 287 272 276 273 274 275 278 284 279 297 299 307 296 312 295 302 290 308 306 309 310 303 292 289 291 + + + + + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_flash_ramfunc.c + + + BICOMP + 181 + + + ICCARM + 130 + + + + + ICCARM + 339 305 287 272 276 273 274 275 278 284 279 297 299 307 296 312 295 302 290 308 306 309 288 310 303 292 289 291 + + + + + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_cryp_aes.c + + + BICOMP + 197 + + + ICCARM + 1 + + + + + ICCARM + 351 305 287 272 276 273 274 275 278 284 279 297 299 307 296 312 295 302 290 308 306 309 288 310 303 292 289 291 + + + + + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_crc.c + + + BICOMP + 200 + + + ICCARM + 15 + + + + + ICCARM + 344 305 287 272 276 273 274 275 278 284 279 297 299 307 296 312 295 302 290 308 306 309 288 310 303 292 289 291 + + + + + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_cryp_des.c + + + BICOMP + 173 + + + ICCARM + 71 + + + + + ICCARM + 351 305 287 272 276 273 274 275 278 284 279 297 299 307 296 312 295 302 290 308 306 309 288 310 303 292 289 291 + + + + + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_dac.c + + + BICOMP + 182 + + + ICCARM + 78 + + + + + ICCARM + 336 305 287 272 276 273 274 275 278 284 279 297 299 307 296 312 295 302 290 308 306 309 288 310 303 292 289 291 + + + + + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_pwr.c + + + BICOMP + 190 + + + ICCARM + 123 + + + + + ICCARM + 341 305 287 272 276 273 274 275 278 284 279 297 299 307 296 312 295 302 290 308 306 309 288 310 303 292 289 291 + + + + + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_hash.c + + + BICOMP + 174 + + + ICCARM + 147 + + + + + ICCARM + 357 305 287 272 276 273 274 275 278 284 279 297 299 307 296 312 295 302 290 308 306 309 288 310 303 292 289 291 + + + + + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_exti.c + + + BICOMP + 198 + + + ICCARM + 143 + + + + + ICCARM + 308 305 287 272 276 273 274 275 278 284 279 297 299 307 296 312 295 302 290 306 309 288 310 303 292 289 291 + + + + + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_gpio.c + + + BICOMP + 189 + + + ICCARM + 126 + + + + + ICCARM + 309 305 287 272 276 273 274 275 278 284 279 297 299 307 296 312 295 302 290 308 306 288 310 303 292 289 291 + + + + + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_hash_sha1.c + + + BICOMP + 194 + + + ICCARM + 134 + + + + + ICCARM + 357 305 287 272 276 273 274 275 278 284 279 297 299 307 296 312 295 302 290 308 306 309 288 310 303 292 289 291 + + + + + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_ltdc.c + + + BICOMP + 183 + + + ICCARM + 141 + + + + + ICCARM + 343 305 287 272 276 273 274 275 278 284 279 297 299 307 296 312 295 302 290 308 306 309 288 310 303 292 289 291 + + + + + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_hash_md5.c + + + BICOMP + 178 + + + ICCARM + 129 + + + + + ICCARM + 357 305 287 272 276 273 274 275 278 284 279 297 299 307 296 312 295 302 290 308 306 309 288 310 303 292 289 291 + + + + + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_dma.c + + + BICOMP + 184 + + + ICCARM + 69 + + + + + ICCARM + 334 305 287 272 276 273 274 275 278 284 279 297 299 307 296 312 295 302 290 308 306 309 288 310 303 292 289 291 + + + + + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_rcc.c + + + BICOMP + 199 + + + ICCARM + 139 + + + + + ICCARM + 310 305 287 272 276 273 274 275 278 284 279 297 299 307 296 312 295 302 290 308 306 309 288 303 292 289 291 + + + + + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_dbgmcu.c + + + BICOMP + 195 + + + ICCARM + 72 + + + + + ICCARM + 332 305 287 272 276 273 274 275 278 284 279 297 299 307 296 312 295 302 290 308 306 309 288 310 303 292 289 291 + + + + + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_rng.c + + + BICOMP + 221 + + + ICCARM + 133 + + + + + ICCARM + 365 305 287 272 276 273 274 275 278 284 279 297 299 307 296 312 295 302 290 308 306 309 288 310 303 292 289 291 + + + + + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_i2c.c + + + BICOMP + 201 + + + ICCARM + 119 + + + + + ICCARM + 359 305 287 272 276 273 274 275 278 284 279 297 299 307 296 312 295 302 290 308 306 309 288 310 303 292 289 291 + + + + + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_dcmi.c + + + BICOMP + 192 + + + ICCARM + 2 + + + + + ICCARM + 349 305 287 272 276 273 274 275 278 284 279 297 299 307 296 312 295 302 290 308 306 309 288 310 303 292 289 291 + + + + + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_fsmc.c + + + BICOMP + 179 + + + ICCARM + 128 + + + + + ICCARM + 353 305 287 272 276 273 274 275 278 284 279 297 299 307 296 312 295 302 290 308 306 309 288 310 303 292 289 291 + + + + + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_rtc.c + + + BICOMP + 216 + + + ICCARM + 120 + + + + + ICCARM + 362 305 287 272 276 273 274 275 278 284 279 297 299 307 296 312 295 302 290 308 306 309 288 310 303 292 289 291 + + + + + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_sai.c + + + BICOMP + 217 + + + ICCARM + 135 + + + + + ICCARM + 364 305 287 272 276 273 274 275 278 284 279 297 299 307 296 312 295 302 290 308 306 309 288 310 303 292 289 291 + + + + + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_can.c + + + BICOMP + 186 + + + ICCARM + 12 + + + + + ICCARM + 291 305 287 272 276 273 274 275 278 284 279 297 299 307 296 312 295 302 290 308 306 309 288 310 303 292 289 + + + + + $PROJ_DIR$\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_cryp.c + + + BICOMP + 187 + + + ICCARM + 0 + + + + + ICCARM + 351 305 287 272 276 273 274 275 278 284 279 297 299 307 296 312 295 302 290 308 306 309 288 310 303 292 289 291 + + + + + $PROJ_DIR$\STM32F405RG\Exe\EasyFlash.out + + + ILINK + 355 + + + OBJCOPY + 235 + + + + + ILINK + 346 60 56 67 156 152 124 212 222 172 125 149 165 166 167 163 168 169 151 157 162 170 63 62 64 65 57 66 164 158 150 159 161 140 224 10 227 153 160 225 131 137 138 203 154 155 219 214 11 12 15 0 1 71 58 78 72 2 69 145 143 144 130 128 126 147 129 134 119 59 132 141 123 139 133 120 135 146 142 121 122 136 127 171 20 205 207 19 61 68 148 337 338 347 348 + + + diff --git a/demo/stm32f4xx/EWARM/settings/EasyFlash.dbgdt b/demo/stm32f4xx/EWARM/settings/EasyFlash.dbgdt index ea9b0a4..b0daba6 100644 --- a/demo/stm32f4xx/EWARM/settings/EasyFlash.dbgdt +++ b/demo/stm32f4xx/EWARM/settings/EasyFlash.dbgdt @@ -34,7 +34,7 @@ 20011 - 58082994eMasterRcvStateeMasterSndStateCpuUsageMinorExpressionLocationTypeValue138150100221200StaticWatch200WATCH_1StaticWatchExpressionLocationTypeValue100150100100ExpressionLocationTypeValue140150100139 + 58082994eMasterRcvStateeMasterSndStateCpuUsageMinorExpressionLocationTypeValue138150100221200StaticWatch200WATCH_1StaticWatchExpressionLocationTypeValue100150100100ExpressionLocationTypeValue140150100139 @@ -73,14 +73,14 @@ - TextEditor$WS_DIR$\..\app\src\app_task.c0000006262TextEditor$WS_DIR$\..\app\src\app.c000000252510100000010000001 + TextEditor$WS_DIR$\..\app\src\app_task.c000003921102110TextEditor$WS_DIR$\..\app\src\app.c000000252510100000010000001 - iaridepm.enu1armjlink.enu1debuggergui.enu1-2-2727241-2-210019759524203723144643753878-2-2727477-2-2200200119048206825285119753878-2-21951682-2-21684197100238120372359524203723 + iaridepm.enu1armjlink.enu1debuggergui.enu1-2-2727241-2-210019759524203723144643753878-2-2727477-2-2200200119048206825285119753878-2-21951682-2-21684197100238120372359524203723 diff --git a/demo/stm32f4xx/EWARM/settings/EasyFlash.dni b/demo/stm32f4xx/EWARM/settings/EasyFlash.dni index 96239e9..479ace0 100644 --- a/demo/stm32f4xx/EWARM/settings/EasyFlash.dni +++ b/demo/stm32f4xx/EWARM/settings/EasyFlash.dni @@ -9,7 +9,7 @@ TriggerName=main LimitSize=0 ByteLimit=50 [DebugChecksum] -Checksum=398265316 +Checksum=-2052587451 [Exceptions] StopOnUncaught=_ 0 StopOnThrow=_ 0 diff --git a/demo/stm32f4xx/EWARM/settings/EasyFlash.wsdt b/demo/stm32f4xx/EWARM/settings/EasyFlash.wsdt index ef4f392..58d8b49 100644 --- a/demo/stm32f4xx/EWARM/settings/EasyFlash.wsdt +++ b/demo/stm32f4xx/EWARM/settings/EasyFlash.wsdt @@ -35,14 +35,14 @@ - TextEditor$WS_DIR$\..\app\src\app_task.c00000020820800100000010000001 + TextEditor$WS_DIR$\..\app\src\app_task.c0000002110211000100000010000001 - iaridepm.enu1-2-2744314-2-25105130357152740188095771458-2-21781682-2-21684180100238118614330357152740 + iaridepm.enu1-2-2744314-2-25105130357152740188095771458-2-21781682-2-21684180100238118614330357152740 diff --git a/demo/stm32f4xx/components/easyflash/port/flash_port.c b/demo/stm32f4xx/components/easyflash/port/flash_port.c index 5d958be..2afbd32 100644 --- a/demo/stm32f4xx/components/easyflash/port/flash_port.c +++ b/demo/stm32f4xx/components/easyflash/port/flash_port.c @@ -75,6 +75,7 @@ static const flash_env default_env_set[] = { }; static char log_buf[RT_CONSOLEBUF_SIZE]; +static struct rt_semaphore env_cache_lock; static uint32_t stm32_get_sector(uint32_t address); static uint32_t stm32_get_sector_size(uint32_t sector); @@ -102,6 +103,8 @@ FlashErrCode flash_port_init(uint32_t *env_addr, size_t *env_total_size, size_t *erase_min_size = FLASH_ERASE_MIN_SIZE; *default_env = default_env_set; *default_env_size = sizeof(default_env_set)/sizeof(default_env_set[0]); + + rt_sem_init(&env_cache_lock, "env lock", 1, RT_IPC_FLAG_PRIO); return result; } @@ -202,6 +205,20 @@ FlashErrCode flash_write(uint32_t addr, const uint32_t *buf, size_t size) { return result; } +/** + * lock the ENV ram cache + */ +void flash_env_lock(void) { + rt_sem_take(&env_cache_lock, RT_WAITING_FOREVER); +} + +/** + * unlock the ENV ram cache + */ +void flash_env_unlock(void) { + rt_sem_release(&env_cache_lock); +} + /** * Get the sector of a given address *