From 9be72ed193fe357b7a53fee40bddca72e0b677b2 Mon Sep 17 00:00:00 2001 From: Akos Pasztor Date: Fri, 8 Dec 2017 17:05:52 +0100 Subject: [PATCH] SD Card power on/off support --- EWARM/Backup of stm32-bootloader.ewp | 2204 -------------------------- EWARM/stm32-bootloader.dep | 1538 +++++++++--------- Inc/main.h | 8 +- Src/main.c | 12 + 4 files changed, 787 insertions(+), 2975 deletions(-) delete mode 100644 EWARM/Backup of stm32-bootloader.ewp diff --git a/EWARM/Backup of stm32-bootloader.ewp b/EWARM/Backup of stm32-bootloader.ewp deleted file mode 100644 index 0a58509..0000000 --- a/EWARM/Backup of stm32-bootloader.ewp +++ /dev/null @@ -1,2204 +0,0 @@ - - - 3 - - L476 - - ARM - - 1 - - General - 3 - - 29 - 1 - 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ICCARM - 2 - - 34 - 1 - 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - AARM - 2 - - 10 - 1 - 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - OBJCOPY - 0 - - 1 - 1 - 1 - - - - - - - - - CUSTOM - 3 - - - - 0 - - - - BICOMP - 0 - - - - BUILDACTION - 1 - - - - - - - ILINK - 0 - - 20 - 1 - 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - IARCHIVE - 0 - - 0 - 1 - 1 - - - - - - - BILINK - 0 - - - - - L496 - - ARM - - 1 - - General - 3 - - 29 - 1 - 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ICCARM - 2 - - 34 - 1 - 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - AARM - 2 - - 10 - 1 - 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - OBJCOPY - 0 - - 1 - 1 - 1 - - - - - - - - - CUSTOM - 3 - - - - 0 - - - - BICOMP - 0 - - - - BUILDACTION - 1 - - - - - - - ILINK - 0 - - 20 - 1 - 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - IARCHIVE - 0 - - 0 - 1 - 1 - - - - - - - BILINK - 0 - - - - - Application - - EWARM - - $PROJ_DIR$\startup_stm32l476xx.s - - L496 - - - - $PROJ_DIR$\startup_stm32l496xx.s - - L476 - - - - $PROJ_DIR$\stm32l476xx_flash.icf - - L496 - - - - $PROJ_DIR$\stm32l496xx_flash.icf - - L476 - - - - - Inc - - $PROJ_DIR$\..\Inc\bootloader.h - - - $PROJ_DIR$\..\Inc\bsp_driver_sd.h - - - $PROJ_DIR$\..\Inc\fatfs.h - - - $PROJ_DIR$\..\Inc\ffconf.h - - - $PROJ_DIR$\..\Inc\main.h - - - $PROJ_DIR$\..\Inc\stm32l4xx_hal_conf.h - - - $PROJ_DIR$\..\Inc\stm32l4xx_it.h - - - - Src - - $PROJ_DIR$\..\Src\bootloader.c - - - $PROJ_DIR$\..\Src\bsp_driver_sd.c - - - $PROJ_DIR$\..\Src\fatfs.c - - - $PROJ_DIR$\..\Src\main.c - - - $PROJ_DIR$\..\Src\stm32l4xx_it.c - - - - - Drivers - - CMSIS - - $PROJ_DIR$\..\Src\system_stm32l4xx.c - - - - STM32L4xx_HAL_Driver - - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal.c - - - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_cortex.c - - - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_crc.c - - - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_crc_ex.c - - - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_dma.c - - - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_flash.c - - - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_flash_ex.c - - - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_flash_ramfunc.c - - - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_gpio.c - - - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_pwr.c - - - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_pwr_ex.c - - - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_rcc.c - - - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_rcc_ex.c - - - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_sd.c - - - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_ll_sdmmc.c - - - - - Middlewares - - FatFs - - driver - - $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\driver\sd_diskio.c - - - - option - - $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\option\syscall.c - - - - $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\diskio.c - - - $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\ff.c - - - $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\ff_gen_drv.c - - - - diff --git a/EWARM/stm32-bootloader.dep b/EWARM/stm32-bootloader.dep index c7dc50f..09868a5 100644 --- a/EWARM/stm32-bootloader.dep +++ b/EWARM/stm32-bootloader.dep @@ -5,631 +5,619 @@ L476 + $PROJ_DIR$\..\Src\fatfs.c + $PROJ_DIR$\..\Src\system_stm32l4xx.c $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal.c - $PROJ_DIR$\..\Inc\stm32l4xx_hal_conf.h - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_cortex.c - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_crc_ex.c - $PROJ_DIR$\..\Src\stm32l4xx_it.c - $PROJ_DIR$\..\Inc\stm32l4xx_it.h - $PROJ_DIR$\..\Src\main.c - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_crc.c $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_dma.c $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_flash.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_pwr_ex.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_rcc_ex.c + $PROJ_DIR$\..\Src\main.c + $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\diskio.c + $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\ff.c + $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\ff_gen_drv.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_rcc.c + $PROJ_DIR$\L476\Obj\bsp_driver_sd.pbi + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_flash_ramfunc.c + $PROJ_DIR$\..\Inc\stm32l4xx_it.h + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_cortex.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_crc.c $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_flash_ex.c - $PROJ_DIR$\..\Inc\fatfs.h - $PROJ_DIR$\startup_stm32l496xx.s - $PROJ_DIR$\stm32l476xx_flash.icf + $PROJ_DIR$\L476\Obj\stm32l4xx_hal_pwr_ex.__cstat.et + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_gpio.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_pwr.c $PROJ_DIR$\..\Inc\main.h + $PROJ_DIR$\L476\Obj\sd_diskio.o + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_sd.c + $PROJ_DIR$\..\Src\bootloader.c + $PROJ_DIR$\..\Src\stm32l4xx_it.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_ll_sdmmc.c + $PROJ_DIR$\..\Inc\stm32l4xx_hal_conf.h + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_crc_ex.c $PROJ_DIR$\..\Src\bsp_driver_sd.c - $PROJ_DIR$\..\Src\fatfs.c - $PROJ_DIR$\..\Inc\bsp_driver_sd.h - $PROJ_DIR$\startup_stm32l476xx.s + $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\driver\sd_diskio.c + $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\option\syscall.c + $PROJ_DIR$\startup_stm32l496xx.s + $PROJ_DIR$\stm32l476xx_flash.icf $PROJ_DIR$\..\Inc\bootloader.h + $PROJ_DIR$\..\Inc\bsp_driver_sd.h + $PROJ_DIR$\..\Inc\fatfs.h $PROJ_DIR$\..\Inc\ffconf.h - $PROJ_DIR$\..\Src\bootloader.c - $PROJ_DIR$\stm32l496xx_flash.icf - $PROJ_DIR$\..\Src\system_stm32l4xx.c - $PROJ_DIR$\L476\Obj\stm32l4xx_hal_flash.pbi - $PROJ_DIR$\L476\Obj\stm32l4xx_hal_gpio.pbi - $TOOLKIT_DIR$\inc\c\ycheck.h - $PROJ_DIR$\L476\Obj\sd_diskio.pbi - $PROJ_DIR$\L476\Obj\fatfs.pbi - $PROJ_DIR$\L476\Obj\stm32l4xx_hal_dma.o - $PROJ_DIR$\L476\Obj\stm32l4xx_hal_rcc.o - $PROJ_DIR$\L476\Obj\stm32l4xx_hal_pwr_ex.o - $PROJ_DIR$\L476\Obj\startup_stm32l476xx.o - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_sd.h - $PROJ_DIR$\L476\Obj\stm32l4xx_hal_pwr_ex.pbi - $PROJ_DIR$\L476\Obj\system_stm32l4xx.pbi - $PROJ_DIR$\L476\Obj\stm32l4xx_hal_flash_ex.pbi - $PROJ_DIR$\L476\Obj\stm32l4xx_hal.pbi - $PROJ_DIR$\L476\Obj\stm32l4xx_hal_cortex.pbi - $PROJ_DIR$\L476\Obj\stm32l4xx_hal_crc_ex.pbi - $PROJ_DIR$\L476\Obj\stm32l4xx_hal_crc.pbi - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_def.h - $PROJ_DIR$\L476\Obj\ff.o - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_pwr.h - $PROJ_DIR$\L476\Obj\stm32l4xx_hal_flash_ramfunc.pbi - $PROJ_DIR$\..\Drivers\CMSIS\Device\ST\STM32L4xx\Include\stm32l4xx.h - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_dma_ex.h - $PROJ_DIR$\L476\Obj\stm32l4xx_hal_rcc_ex.pbi - $PROJ_DIR$\L476\Obj\stm32l4xx_hal_sd.__cstat.et - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_gpio_ex.h - $TOOLKIT_DIR$\lib\shb_l.a - $TOOLKIT_DIR$\inc\c\stdio.h - $TOOLKIT_DIR$\inc\c\intrinsics.h - $PROJ_DIR$\..\Drivers\CMSIS\Include\core_cmFunc.h - $PROJ_DIR$\L476\Obj\stm32l4xx_hal_pwr.pbi - $PROJ_DIR$\L476\Obj\stm32l4xx_hal_crc_ex.o - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_ll_sdmmc.h - $PROJ_DIR$\L476\Obj\bootloader.o - $TOOLKIT_DIR$\inc\c\cmsis_iar.h - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_flash.h - $PROJ_DIR$\L476\Obj\ff.pbi + $PROJ_DIR$\startup_stm32l476xx.s + $PROJ_DIR$\L476\Obj\ff_gen_drv.__cstat.et + $TOOLKIT_DIR$\inc\c\ysizet.h + $TOOLKIT_DIR$\inc\c\DLib_Config_Full.h + $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\ff.h $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_rcc.h + $PROJ_DIR$\L476\Obj\sd.o + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h + $TOOLKIT_DIR$\inc\c\DLib_Product_stdlib.h + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_flash.h + $PROJ_DIR$\L476\Obj\sd.pbi + $PROJ_DIR$\L476\Obj\stm32l4xx_it.__cstat.et + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_flash_ex.h $PROJ_DIR$\L476\Exe\stm32-bootloader.bin - $PROJ_DIR$\L476\Obj\stm32l4xx_hal_flash_ramfunc.__cstat.et + $PROJ_DIR$\L476\Obj\stm32l4xx_hal_flash_ex.pbi + $PROJ_DIR$\L476\Obj\stm32l4xx_ll_sdmmc.o + $PROJ_DIR$\..\Src\sd.c + $PROJ_DIR$\L476\Obj\stm32l4xx_it.o $TOOLKIT_DIR$\inc\c\DLib_Product.h $PROJ_DIR$\L476\Obj\bootloader.pbi - $PROJ_DIR$\L476\Obj\system_stm32l4xx.__cstat.et - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_pwr_ex.h - $PROJ_DIR$\L476\Obj\ff_gen_drv.pbi - $PROJ_DIR$\L476\Obj\syscall.pbi - $PROJ_DIR$\L476\Obj\stm32l4xx_hal_dma.__cstat.et - $TOOLKIT_DIR$\inc\c\ysizet.h - $PROJ_DIR$\L476\Obj\system_stm32l4xx.o - $PROJ_DIR$\L476\Obj\stm32l4xx_hal.o + $PROJ_DIR$\L476\Obj\bsp_driver_sd.o + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_crc_ex.h + $PROJ_DIR$\L476\Obj\stm32l4xx_hal_flash.__cstat.et + $PROJ_DIR$\L476\Obj\stm32l4xx_it.pbi $PROJ_DIR$\L476\Obj\stm32l4xx_hal_gpio.__cstat.et + $PROJ_DIR$\L476\Obj\stm32l4xx_hal_crc_ex.__cstat.et + $PROJ_DIR$\..\Drivers\CMSIS\Device\ST\STM32L4xx\Include\stm32l476xx.h $PROJ_DIR$\L476\Obj\sd_diskio.__cstat.et - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_cortex.h - $PROJ_DIR$\L476\Obj\ff_gen_drv.o - $PROJ_DIR$\L476\Obj\stm32l4xx_hal_dma.pbi + $PROJ_DIR$\L476\Obj\stm32l4xx_hal_cortex.o + $PROJ_DIR$\L476\Obj\stm32l4xx_hal_dma.__cstat.et + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_pwr_ex.h $PROJ_DIR$\L476\Obj\main.o + $PROJ_DIR$\L476\Obj\stm32l4xx_hal_pwr.pbi $PROJ_DIR$\L476\Obj\ff.__cstat.et - $PROJ_DIR$\L476\Obj\stm32l4xx_it.__cstat.et - $PROJ_DIR$\L476\Obj\stm32l4xx_it.o - $PROJ_DIR$\L476\Obj\ff_gen_drv.__cstat.et + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_ll_sdmmc.h + $PROJ_DIR$\L476\Obj\stm32l4xx_ll_sdmmc.pbi + $PROJ_DIR$\L476\Obj\stm32l4xx_hal_dma.pbi + $PROJ_DIR$\L476\Obj\system_stm32l4xx.__cstat.et + $TOOLKIT_DIR$\inc\c\stdio.h + $PROJ_DIR$\L476\Obj\stm32l4xx_hal_cortex.pbi + $PROJ_DIR$\L476\Obj\stm32l4xx_hal_sd.__cstat.et + $PROJ_DIR$\L476\Obj\stm32l4xx_hal_flash_ramfunc.pbi + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_dma_ex.h + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_cortex.h + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_pwr.h + $PROJ_DIR$\L476\Obj\fatfs.pbi + $PROJ_DIR$\..\Drivers\CMSIS\Device\ST\STM32L4xx\Include\stm32l4xx.h $PROJ_DIR$\L476\Exe\stm32-bootloader.out - $PROJ_DIR$\..\Drivers\CMSIS\Device\ST\STM32L4xx\Include\stm32l476xx.h - $PROJ_DIR$\L476\Obj\stm32l4xx_hal_crc_ex.__cstat.et - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_flash_ex.h + $PROJ_DIR$\L476\Obj\stm32l4xx_hal.o + $PROJ_DIR$\L476\Obj\stm32l4xx_hal_crc.pbi + $PROJ_DIR$\L476\Obj\stm32l4xx_hal_rcc_ex.pbi + $PROJ_DIR$\L476\Obj\ff.pbi + $PROJ_DIR$\L476\Obj\syscall.pbi + $PROJ_DIR$\L476\Obj\stm32l4xx_hal_pwr_ex.o + $PROJ_DIR$\L476\Obj\startup_stm32l476xx.o + $PROJ_DIR$\..\Drivers\CMSIS\Include\core_cmFunc.h + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_gpio_ex.h $PROJ_DIR$\L476\Obj\stm32l4xx_hal_sd.pbi - $PROJ_DIR$\L476\Obj\stm32l4xx_ll_sdmmc.pbi + $PROJ_DIR$\L476\Obj\ff_gen_drv.o + $PROJ_DIR$\L476\Obj\system_stm32l4xx.o + $PROJ_DIR$\L476\Obj\stm32l4xx_hal_pwr_ex.pbi + $PROJ_DIR$\L476\Obj\stm32l4xx_hal_crc_ex.pbi + $PROJ_DIR$\L476\Obj\stm32l4xx_hal_rcc.o + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal.h $PROJ_DIR$\L476\Obj\main.__cstat.et $PROJ_DIR$\L476\List\stm32-bootloader.map - $PROJ_DIR$\L476\Obj\stm32l4xx_ll_sdmmc.__cstat.et - $PROJ_DIR$\L476\Obj\stm32l4xx_hal_rcc.pbi $PROJ_DIR$\L476\Obj\stm32l4xx_hal_rcc_ex.__cstat.et - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_gpio.h - $TOOLKIT_DIR$\inc\c\iccarm_builtin.h - $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\driver\sd_diskio.h + $PROJ_DIR$\L476\Obj\stm32l4xx_hal_dma.o + $PROJ_DIR$\..\Drivers\CMSIS\Device\ST\STM32L4xx\Include\system_stm32l4xx.h + $PROJ_DIR$\L476\Obj\ff.o + $PROJ_DIR$\L476\Obj\system_stm32l4xx.pbi + $PROJ_DIR$\L476\Obj\stm32l4xx_hal_gpio.pbi + $TOOLKIT_DIR$\inc\c\DLib_Product_string.h + $TOOLKIT_DIR$\inc\c\cmsis_iar.h + $PROJ_DIR$\L476\Obj\stm32l4xx_hal_flash_ex.o + $PROJ_DIR$\L476\Obj\stm32l4xx_hal_crc_ex.o + $TOOLKIT_DIR$\lib\dl7M_tlf.a + $PROJ_DIR$\L476\Obj\sd_diskio.pbi + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_def.h $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_rcc_ex.h + $PROJ_DIR$\L476\Obj\bootloader.o + $TOOLKIT_DIR$\lib\shb_l.a + $PROJ_DIR$\L476\Obj\stm32l4xx_hal_crc.o + $PROJ_DIR$\L476\Obj\stm32l4xx_hal_rcc.__cstat.et $PROJ_DIR$\..\Inc\sd_diskio.h + $PROJ_DIR$\..\Drivers\CMSIS\Include\core_cmSimd.h + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_sd.h $PROJ_DIR$\..\Src\sd_diskio.c + $TOOLKIT_DIR$\inc\c\intrinsics.h + $PROJ_DIR$\L476\Obj\stm32l4xx_hal_rcc_ex.o + $PROJ_DIR$\L476\Obj\stm32l4xx_hal_rcc.pbi + $PROJ_DIR$\L476\Obj\stm32l4xx_hal.pbi + $PROJ_DIR$\L476\Obj\diskio.pbi + $PROJ_DIR$\L476\Obj\fatfs.__cstat.et $TOOLKIT_DIR$\inc\c\string.h - $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\ff_gen_drv.h - $TOOLKIT_DIR$\inc\c\DLib_Defaults.h - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_dma.h - $TOOLKIT_DIR$\inc\c\DLib_Product_string.h + $PROJ_DIR$\L476\Obj\stm32l4xx_ll_sdmmc.__cstat.et + $TOOLKIT_DIR$\inc\c\iccarm_builtin.h + $TOOLKIT_DIR$\inc\c\ycheck.h + $TOOLKIT_DIR$\inc\c\stdint.h $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\diskio.h - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_crc.h + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_gpio.h + $PROJ_DIR$\L476\Obj\stm32l4xx_hal_flash.pbi + $TOOLKIT_DIR$\inc\c\DLib_Defaults.h $PROJ_DIR$\L476\Obj\diskio.__cstat.et - $PROJ_DIR$\L476\Obj\fatfs.__cstat.et - $PROJ_DIR$\..\Drivers\CMSIS\Include\core_cmSimd.h - $PROJ_DIR$\L476\Obj\diskio.pbi - $PROJ_DIR$\L476\Obj\stm32l4xx_hal_crc.o - $PROJ_DIR$\L476\Obj\stm32l4xx_hal_flash_ex.o $PROJ_DIR$\L476\Obj\stm32l4xx_hal_pwr.o - $TOOLKIT_DIR$\lib\dl7M_tlf.a - $PROJ_DIR$\L476\Obj\stm32l4xx_hal_rcc.__cstat.et - $TOOLKIT_DIR$\inc\c\stdint.h - $PROJ_DIR$\L476\Obj\stm32l4xx_hal_rcc_ex.o - $PROJ_DIR$\..\Drivers\CMSIS\Device\ST\STM32L4xx\Include\system_stm32l4xx.h - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal.h - $PROJ_DIR$\L476\Obj\sd.o - $PROJ_DIR$\L476\Obj\stm32l4xx_hal_flash.__cstat.et - $PROJ_DIR$\L476\Obj\stm32l4xx_hal_cortex.__cstat.et - $PROJ_DIR$\L476\Obj\stm32l4xx_hal_crc.__cstat.et - $PROJ_DIR$\L476\Obj\stm32l4xx_hal.__cstat.et + $PROJ_DIR$\L476\Obj\fatfs.o + $TOOLKIT_DIR$\inc\c\stdlib.h + $PROJ_DIR$\L476\Obj\stm32l4xx_hal_pwr.__cstat.et + $PROJ_DIR$\L476\Obj\bootloader.__cstat.et + $PROJ_DIR$\..\Drivers\CMSIS\Include\core_cm4.h $TOOLKIT_DIR$\inc\c\yvals.h - $PROJ_DIR$\L476\Obj\stm32l4xx_hal_flash_ex.__cstat.et - $TOOLKIT_DIR$\lib\rt7M_tl.a - $PROJ_DIR$\L476\Obj\sd_diskio.o - $PROJ_DIR$\L476\Obj\syscall.o $PROJ_DIR$\L476\Obj\stm32l4xx_hal_flash_ramfunc.o - $PROJ_DIR$\L476\Obj\syscall.__cstat.et + $PROJ_DIR$\L476\Obj\syscall.o $PROJ_DIR$\..\Drivers\CMSIS\Include\core_cmInstr.h - $PROJ_DIR$\..\Drivers\CMSIS\Include\core_cm4.h - $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\integer.h - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_flash_ramfunc.h $PROJ_DIR$\L476\Obj\bsp_driver_sd.__cstat.et - $PROJ_DIR$\L476\Obj\stm32l4xx_hal_pwr_ex.__cstat.et - $PROJ_DIR$\L476\Obj\stm32l4xx_hal_pwr.__cstat.et - $PROJ_DIR$\L476\Obj\fatfs.o - $PROJ_DIR$\L476\Obj\bootloader.__cstat.et - $TOOLKIT_DIR$\inc\c\stdlib.h + $PROJ_DIR$\L476\Obj\stm32l4xx_hal_cortex.__cstat.et + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_flash_ramfunc.h $TOOLKIT_DIR$\lib\m7M_tls.a - $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\diskio.c - $PROJ_DIR$\L476\Obj\bsp_driver_sd.o - $PROJ_DIR$\L476\Obj\stm32l4xx_hal_flash.o - $PROJ_DIR$\L476\Obj\bsp_driver_sd.pbi - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_gpio.c - $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\ff_gen_drv.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_crc.h + $PROJ_DIR$\L476\Obj\diskio.o + $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\integer.h $PROJ_DIR$\L476\Obj\main.pbi + $PROJ_DIR$\L476\Obj\stm32l4xx_hal_flash.o + $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\ff_gen_drv.h $PROJ_DIR$\L476\Obj\startup_stm32l496xx.o - $PROJ_DIR$\L476\Obj\diskio.o - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_flash_ramfunc.c - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_rcc_ex.c - $PROJ_DIR$\L476\Obj\stm32l4xx_hal_gpio.o + $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\driver\sd_diskio.h + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_dma.h $PROJ_DIR$\L476\Obj\stm32l4xx_hal_sd.o - $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\option\syscall.c - $TOOLKIT_DIR$\inc\c\DLib_Config_Full.h - $PROJ_DIR$\L476\Obj\stm32l4xx_it.pbi - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_pwr.c - $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\driver\sd_diskio.c - $PROJ_DIR$\L476\Obj\stm32l4xx_ll_sdmmc.o - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_crc_ex.h - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h - $TOOLKIT_DIR$\inc\c\DLib_Product_stdlib.h - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_pwr_ex.c - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_sd.c - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_ll_sdmmc.c - $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\ff.c - $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\ff.h - $PROJ_DIR$\L476\Obj\sd.pbi - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_rcc.c - $PROJ_DIR$\L476\Obj\stm32l4xx_hal_cortex.o - $PROJ_DIR$\..\Src\sd.c - $PROJ_DIR$\L476\Obj\stm32-bootloader.pbd + $PROJ_DIR$\L476\Obj\syscall.__cstat.et + $PROJ_DIR$\L476\Obj\stm32l4xx_hal_flash_ex.__cstat.et + $PROJ_DIR$\L476\Obj\stm32l4xx_hal_gpio.o + $PROJ_DIR$\L476\Obj\stm32l4xx_hal_crc.__cstat.et + $PROJ_DIR$\L476\Obj\stm32l4xx_hal.__cstat.et + $PROJ_DIR$\L476\Obj\ff_gen_drv.pbi + $TOOLKIT_DIR$\lib\rt7M_tl.a + $PROJ_DIR$\L476\Obj\stm32l4xx_hal_flash_ramfunc.__cstat.et [ROOT_NODE] ILINK - 84 91 + 85 103 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal.c + $PROJ_DIR$\..\Src\fatfs.c ICCARM - 73 + 143 - BICOMP - 37 + __cstat + 131 - __cstat - 125 + BICOMP + 83 ICCARM - 120 1 61 41 45 85 134 117 26 126 103 158 64 133 58 96 53 110 119 164 51 71 98 95 49 104 76 107 163 59 87 136 43 67 33 56 + 36 42 158 37 101 27 43 116 84 64 147 136 135 148 140 41 56 151 111 134 93 123 106 45 76 40 117 138 94 164 81 156 59 47 50 154 82 68 124 72 35 144 46 161 137 163 21 BICOMP - 26 87 41 45 117 126 51 120 119 1 61 95 104 76 107 59 43 33 98 164 85 134 53 58 96 71 133 110 103 158 64 49 163 136 67 56 + 116 72 37 161 35 27 84 56 68 136 76 101 106 123 135 46 21 42 163 158 144 43 138 164 81 156 47 82 124 117 45 64 147 151 140 41 111 148 94 59 154 137 36 93 134 40 50 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_cortex.c + $PROJ_DIR$\..\Src\system_stm32l4xx.c ICCARM - 173 + 97 - BICOMP - 38 + __cstat + 75 - __cstat - 123 + BICOMP + 108 ICCARM - 120 1 61 41 45 85 134 117 26 126 103 158 64 133 58 96 53 110 119 164 51 71 98 95 49 104 76 107 163 59 87 136 43 67 33 56 + 84 64 147 136 135 148 140 41 56 151 111 134 93 123 106 101 27 43 116 45 76 40 117 138 94 164 81 156 59 47 50 154 82 68 124 72 BICOMP - 104 26 43 87 61 107 85 117 126 1 95 76 59 33 98 164 134 41 45 51 120 119 53 58 96 71 133 110 103 158 64 49 163 136 67 56 + 116 140 135 84 111 50 41 148 101 106 151 64 147 136 123 56 76 40 93 134 27 43 138 164 81 156 47 82 124 117 45 94 59 154 68 72 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_crc_ex.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal.c ICCARM - 55 + 86 - BICOMP - 39 + __cstat + 170 - __cstat - 86 + BICOMP + 129 ICCARM - 120 1 61 41 45 85 134 117 26 126 103 158 64 133 58 96 53 110 119 164 51 71 98 95 49 104 76 107 163 59 87 136 43 67 33 56 + 101 27 43 116 84 64 147 136 135 148 140 41 56 151 111 134 93 123 106 45 76 40 117 138 94 164 81 156 59 47 50 154 82 68 124 72 BICOMP - 26 41 45 87 117 126 51 120 119 1 61 95 104 76 107 59 43 33 98 164 85 134 53 58 96 71 133 110 103 158 64 49 163 136 67 56 + 135 50 116 84 136 148 76 101 106 27 43 138 164 81 156 47 82 124 117 45 64 147 93 111 134 40 151 123 140 41 56 94 59 154 68 72 - $PROJ_DIR$\..\Src\stm32l4xx_it.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_dma.c ICCARM - 82 + 105 - BICOMP - 159 + __cstat + 67 - __cstat - 81 + BICOMP + 74 ICCARM - 120 1 61 41 45 85 134 117 26 126 103 158 64 133 58 96 53 110 119 164 51 71 98 95 49 104 76 107 163 59 87 136 43 67 33 56 5 + 101 27 43 116 84 64 147 136 135 148 140 41 56 151 111 134 93 123 106 45 76 40 117 138 94 164 81 156 59 47 50 154 82 68 124 72 BICOMP - 98 103 59 26 126 41 95 164 58 136 1 76 33 134 158 61 104 107 43 85 117 133 49 163 5 45 51 120 119 110 64 67 56 53 96 71 87 + 135 106 50 76 101 136 148 116 84 27 43 138 164 81 156 47 82 124 117 45 64 147 93 111 134 40 151 123 140 41 56 94 59 154 68 72 - $PROJ_DIR$\..\Src\main.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_flash.c ICCARM - 79 + 160 - BICOMP - 150 + __cstat + 60 - __cstat - 90 + BICOMP + 139 ICCARM - 45 85 134 117 26 126 103 158 64 133 58 96 53 110 119 120 1 61 41 164 51 71 98 95 49 104 76 107 163 59 87 136 43 67 33 56 14 19 11 170 135 20 17 142 165 102 106 97 + 101 27 43 116 84 64 147 136 135 148 140 41 56 151 111 134 93 123 106 45 76 40 117 138 94 164 81 156 59 47 50 154 82 68 124 72 BICOMP - 134 117 51 71 41 19 85 97 165 14 11 120 119 53 126 58 96 1 45 26 87 170 135 142 106 133 110 103 158 64 61 95 104 76 107 59 43 33 98 164 49 163 136 67 56 102 20 17 + 135 50 116 84 136 148 76 101 106 27 43 138 164 81 156 47 82 124 117 45 64 147 93 111 134 40 151 123 140 41 56 94 59 154 68 72 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_crc.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_pwr_ex.c ICCARM - 112 + 91 - BICOMP - 40 + __cstat + 18 - __cstat - 124 + BICOMP + 98 ICCARM - 120 1 61 41 45 85 134 117 26 126 103 158 64 133 58 96 53 110 119 164 51 71 98 95 49 104 76 107 163 59 87 136 43 67 33 56 + 101 27 43 116 84 64 147 136 135 148 140 41 56 151 111 134 93 123 106 45 76 40 117 138 94 164 81 156 59 47 50 154 82 68 124 72 BICOMP - 87 119 26 51 120 117 126 1 41 45 61 95 104 76 107 59 43 33 98 164 85 134 53 58 96 71 133 110 103 158 64 49 163 136 67 56 + 135 76 101 50 106 136 148 116 84 27 43 138 164 81 156 47 82 124 117 45 64 147 93 111 134 40 151 123 140 41 56 94 59 154 68 72 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_dma.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_rcc_ex.c ICCARM - 29 + 127 - BICOMP - 78 + __cstat + 104 - __cstat - 70 + BICOMP + 88 ICCARM - 120 1 61 41 45 85 134 117 26 126 103 158 64 133 58 96 53 110 119 164 51 71 98 95 49 104 76 107 163 59 87 136 43 67 33 56 + 101 27 43 116 84 64 147 136 135 148 140 41 56 151 111 134 93 123 106 45 76 40 117 138 94 164 81 156 59 47 50 154 82 68 124 72 BICOMP - 26 119 87 51 120 117 126 41 45 1 61 95 104 76 107 59 43 33 98 164 85 134 53 58 96 71 133 110 103 158 64 49 163 136 67 56 + 47 117 135 138 45 50 27 81 124 147 136 148 43 164 156 82 64 116 84 76 101 106 93 111 134 40 151 123 140 41 56 94 59 154 68 72 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_flash.c + $PROJ_DIR$\..\Src\main.c ICCARM - 146 + 69 - BICOMP - 24 + __cstat + 102 - __cstat - 122 + BICOMP + 159 ICCARM - 120 1 61 41 45 85 134 117 26 126 103 158 64 133 58 96 53 110 119 164 51 71 98 95 49 104 76 107 163 59 87 136 43 67 33 56 + 84 64 147 136 135 148 140 41 56 151 111 134 93 123 106 101 27 43 116 45 76 40 117 138 94 164 81 156 59 47 50 154 82 68 124 72 21 34 36 42 158 37 35 144 46 161 137 163 BICOMP - 26 87 41 45 117 126 51 120 119 1 61 95 104 76 107 59 43 33 98 164 85 134 53 58 96 71 133 110 103 158 64 49 163 136 67 56 + 147 136 76 40 116 34 64 163 46 21 36 101 106 93 148 111 134 27 84 135 50 42 158 144 137 151 123 140 41 56 43 138 164 81 156 47 82 124 117 45 94 59 154 68 72 161 37 35 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_flash_ex.c + $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\diskio.c ICCARM - 113 + 157 - BICOMP - 36 + __cstat + 141 - __cstat - 127 + BICOMP + 130 ICCARM - 120 1 61 41 45 85 134 117 26 126 103 158 64 133 58 96 53 110 119 164 51 71 98 95 49 104 76 107 163 59 87 136 43 67 33 56 + 137 158 161 42 37 101 27 43 116 84 64 147 136 135 148 140 41 56 151 111 134 93 123 106 45 76 40 117 138 94 164 81 156 59 47 50 154 82 68 124 72 35 144 46 BICOMP - 87 119 26 51 120 117 126 1 41 45 61 95 104 76 107 59 43 33 98 164 85 134 53 58 96 71 133 110 103 158 64 49 163 136 67 56 + 37 106 158 136 148 76 101 135 50 137 35 27 116 84 161 42 144 43 138 164 81 156 47 82 124 117 45 64 147 93 111 134 40 151 123 140 41 56 94 59 154 68 72 46 - $PROJ_DIR$\startup_stm32l496xx.s - - - AARM - 151 - - - - - $PROJ_DIR$\..\Src\bsp_driver_sd.c + $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\ff.c ICCARM - 145 + 107 - BICOMP - 147 + __cstat + 71 - __cstat - 137 + BICOMP + 89 ICCARM - 17 120 1 61 41 45 85 134 117 26 126 103 158 64 133 58 96 53 110 119 164 51 71 98 95 49 104 76 107 163 59 87 136 43 67 33 56 + 42 158 37 101 27 43 116 84 64 147 136 135 148 140 41 56 151 111 134 93 123 106 45 76 40 117 138 94 164 81 156 59 47 50 154 82 68 124 72 35 144 46 137 BICOMP - 43 26 104 87 61 107 85 117 126 1 95 76 59 33 98 164 134 41 120 45 51 119 53 58 96 71 17 133 110 103 158 64 49 163 136 67 56 + 156 64 136 101 43 111 134 40 144 164 82 93 116 158 138 81 47 124 117 45 147 148 137 37 35 27 84 76 106 135 50 42 151 123 140 41 56 94 59 154 68 72 46 - $PROJ_DIR$\..\Src\fatfs.c + $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\ff_gen_drv.c ICCARM - 140 + 96 - BICOMP - 28 + __cstat + 39 - __cstat - 109 + BICOMP + 171 ICCARM - 11 170 135 20 120 1 61 41 45 85 134 117 26 126 103 158 64 133 58 96 53 110 119 164 51 71 98 95 49 104 76 107 163 59 87 136 43 67 33 56 17 142 165 102 106 97 14 + 161 137 158 42 37 101 27 43 116 84 64 147 136 135 148 140 41 56 151 111 134 93 123 106 45 76 40 117 138 94 164 81 156 59 47 50 154 82 68 124 72 35 144 46 BICOMP - 41 56 20 102 17 1 45 64 67 117 51 120 119 110 26 165 14 170 97 135 142 61 95 104 76 107 59 43 33 98 164 85 134 133 103 158 58 126 49 163 136 106 11 53 96 71 87 + 136 148 37 35 27 116 84 135 50 42 76 101 106 137 158 144 43 138 164 81 156 47 82 124 117 45 64 147 93 111 134 40 161 151 123 140 41 56 94 59 154 68 72 46 - $PROJ_DIR$\startup_stm32l476xx.s - - - AARM - 32 - - - - - $PROJ_DIR$\..\Src\bootloader.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_rcc.c ICCARM - 57 + 100 - BICOMP - 65 + __cstat + 121 - __cstat - 141 + BICOMP + 128 ICCARM - 45 85 134 117 26 126 103 158 64 133 58 96 53 110 119 120 1 61 41 164 51 71 98 95 49 104 76 107 163 59 87 136 43 67 33 56 19 + 101 27 43 116 84 64 147 136 135 148 140 41 56 151 111 134 93 123 106 45 76 40 117 138 94 164 81 156 59 47 50 154 82 68 124 72 BICOMP - 58 96 1 33 49 134 53 76 41 163 85 117 126 95 59 98 164 136 19 120 119 61 104 107 43 26 67 56 45 133 110 103 158 64 51 71 87 + 135 76 101 50 106 136 148 116 84 27 43 138 164 81 156 47 82 124 117 45 64 147 93 111 134 40 151 123 140 41 56 94 59 154 68 72 - $PROJ_DIR$\..\Src\system_stm32l4xx.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_flash_ramfunc.c ICCARM - 72 + 149 - BICOMP - 35 + __cstat + 173 - __cstat - 66 + BICOMP + 79 ICCARM - 45 85 134 117 26 126 103 158 64 133 58 96 53 110 119 120 1 61 41 164 51 71 98 95 49 104 76 107 163 59 87 136 43 67 33 56 + 101 27 43 116 84 64 147 136 135 148 140 41 56 151 111 134 93 123 106 45 76 40 117 138 94 164 81 156 59 47 50 154 82 68 124 72 BICOMP - 41 103 26 45 58 87 158 126 120 119 133 85 134 117 110 64 51 71 53 96 1 61 95 104 76 107 59 43 33 98 164 49 163 136 67 56 + 81 147 135 27 124 50 138 47 117 45 136 148 43 164 156 82 64 116 84 76 101 106 93 111 134 40 151 123 140 41 56 94 59 154 68 72 - $PROJ_DIR$\L476\Exe\stm32-bootloader.out + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_cortex.c - ILINK - 91 + ICCARM + 66 - OBJCOPY - 62 + __cstat + 153 + + + BICOMP + 77 - ILINK - 13 57 145 152 140 42 77 79 129 32 73 173 112 55 29 146 113 131 155 114 31 30 118 156 82 162 130 72 50 128 143 115 + ICCARM + 101 27 43 116 84 64 147 136 135 148 140 41 56 151 111 134 93 123 106 45 76 40 117 138 94 164 81 156 59 47 50 154 82 68 124 72 + + + BICOMP + 164 135 82 50 43 156 64 136 148 27 138 81 47 124 117 45 147 116 84 76 101 106 93 111 134 40 151 123 140 41 56 94 59 154 68 72 - $PROJ_DIR$\..\Src\sd_diskio.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_crc.c ICCARM - 129 + 120 - BICOMP - 27 + __cstat + 169 - __cstat - 75 + BICOMP + 87 ICCARM - 120 1 14 61 41 45 85 134 117 26 126 103 158 64 133 58 52 53 110 119 164 51 71 98 95 49 104 76 107 163 59 87 136 43 67 33 56 102 106 135 170 20 17 99 101 105 + 101 27 43 116 84 64 147 136 135 148 140 41 56 151 111 134 93 123 106 45 76 40 117 138 94 164 81 156 59 47 50 154 82 68 124 72 BICOMP - 126 41 98 85 117 135 104 53 120 170 142 95 164 134 49 67 56 99 106 20 17 1 14 61 46 76 59 43 33 45 51 119 58 26 136 102 133 110 103 158 64 52 71 87 165 + 50 106 135 76 101 136 148 27 116 84 43 138 164 81 156 47 82 124 117 45 64 147 93 111 134 40 151 123 140 41 56 94 59 154 68 72 - $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\diskio.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_flash_ex.c ICCARM - 152 + 112 - BICOMP - 111 + __cstat + 167 - __cstat - 108 + BICOMP + 52 ICCARM - 106 135 102 170 20 120 1 61 41 45 85 134 117 26 126 103 158 64 133 58 96 53 110 119 164 51 71 98 95 49 104 76 107 163 59 87 136 43 67 33 56 17 142 165 + 101 27 43 116 84 64 147 136 135 148 140 41 56 151 111 134 93 123 106 45 76 40 117 138 94 164 81 156 59 47 50 154 82 68 124 72 BICOMP - 20 119 135 117 126 51 120 26 87 106 17 1 41 45 102 170 142 61 95 104 76 107 59 43 33 98 164 85 134 53 58 96 71 133 110 103 158 64 49 163 136 67 56 165 + 50 106 135 76 101 136 148 27 116 84 43 138 164 81 156 47 82 124 117 45 64 147 93 111 134 40 151 123 140 41 56 94 59 154 68 72 @@ -638,341 +626,351 @@ ICCARM - 155 + 168 - BICOMP - 25 + __cstat + 62 - __cstat - 74 + BICOMP + 109 ICCARM - 120 1 61 41 45 85 134 117 26 126 103 158 64 133 58 96 53 110 119 164 51 71 98 95 49 104 76 107 163 59 87 136 43 67 33 56 + 101 27 43 116 84 64 147 136 135 148 140 41 56 151 111 134 93 123 106 45 76 40 117 138 94 164 81 156 59 47 50 154 82 68 124 72 BICOMP - 119 26 87 51 120 117 126 41 45 1 61 95 104 76 107 59 43 33 98 164 85 134 53 58 96 71 133 110 103 158 64 49 163 136 67 56 + 106 135 50 76 101 136 148 116 84 27 43 138 164 81 156 47 82 124 117 45 64 147 93 111 134 40 151 123 140 41 56 94 59 154 68 72 - $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\ff_gen_drv.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_pwr.c ICCARM - 77 + 142 - BICOMP - 68 + __cstat + 145 - __cstat - 83 + BICOMP + 70 ICCARM - 102 106 135 170 20 120 1 61 41 45 85 134 117 26 126 103 158 64 133 58 96 53 110 119 164 51 71 98 95 49 104 76 107 163 59 87 136 43 67 33 56 17 142 165 + 101 27 43 116 84 64 147 136 135 148 140 41 56 151 111 134 93 123 106 45 76 40 117 138 94 164 81 156 59 47 50 154 82 68 124 72 BICOMP - 117 126 20 17 1 41 45 26 87 170 51 120 119 106 135 142 61 95 104 76 107 59 43 33 98 164 85 134 53 58 96 71 102 133 110 103 158 64 49 163 136 67 56 165 + 135 106 50 76 101 136 148 116 84 27 43 138 164 81 156 47 82 124 117 45 64 147 93 111 134 40 151 123 140 41 56 94 59 154 68 72 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_flash_ramfunc.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_sd.c ICCARM - 131 + 165 - BICOMP - 44 + __cstat + 78 - __cstat - 63 + BICOMP + 95 ICCARM - 120 1 61 41 45 85 134 117 26 126 103 158 64 133 58 96 53 110 119 164 51 71 98 95 49 104 76 107 163 59 87 136 43 67 33 56 + 101 27 43 116 84 64 147 136 135 148 140 41 56 151 111 134 93 123 106 45 76 40 117 138 94 164 81 156 59 47 50 154 82 68 124 72 BICOMP - 76 134 26 1 33 87 95 59 98 164 117 126 61 104 107 43 85 41 45 51 120 119 53 58 96 71 133 110 103 158 64 49 163 136 67 56 + 117 50 135 27 116 45 136 148 147 43 138 164 81 156 47 82 124 64 93 111 134 40 101 84 76 106 151 123 140 41 56 94 59 154 68 72 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_rcc_ex.c + $PROJ_DIR$\..\Src\bootloader.c ICCARM 118 - BICOMP - 47 + __cstat + 146 - __cstat - 94 + BICOMP + 57 ICCARM - 120 1 61 41 45 85 134 117 26 126 103 158 64 133 58 96 53 110 119 164 51 71 98 95 49 104 76 107 163 59 87 136 43 67 33 56 + 84 64 147 136 135 148 140 41 56 151 111 134 93 123 106 101 27 43 116 45 76 40 117 138 94 164 81 156 59 47 50 154 82 68 124 72 34 BICOMP - 59 98 26 95 164 87 1 76 33 134 117 126 61 104 107 43 85 41 45 51 120 119 53 58 96 71 133 110 103 158 64 49 163 136 67 56 + 111 134 27 124 94 147 93 81 116 59 64 136 148 138 47 117 45 154 34 101 106 43 164 156 82 135 68 72 84 151 123 140 41 56 76 40 50 - $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\option\syscall.c + $PROJ_DIR$\..\Src\stm32l4xx_it.c ICCARM - 130 + 55 - BICOMP - 69 + __cstat + 49 - __cstat - 132 + BICOMP + 61 ICCARM - 170 135 20 120 1 61 41 45 85 134 117 26 126 103 158 64 133 58 96 53 110 119 164 51 71 98 95 49 104 76 107 163 59 87 136 43 67 33 56 17 142 165 + 101 27 43 116 84 64 147 136 135 148 140 41 56 151 111 134 93 123 106 45 76 40 117 138 94 164 81 156 59 47 50 154 82 68 124 72 14 BICOMP - 85 117 107 120 61 126 135 142 104 43 26 87 95 76 59 33 98 164 134 41 20 17 1 45 51 119 53 58 96 71 170 133 110 103 158 64 49 163 136 67 56 165 + 117 140 47 135 148 116 138 45 111 154 27 81 124 147 41 43 164 156 82 64 136 151 94 59 14 84 76 101 106 123 56 68 72 93 134 40 50 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_pwr.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_ll_sdmmc.c ICCARM - 114 + 53 - BICOMP - 54 + __cstat + 133 - __cstat - 139 + BICOMP + 73 ICCARM - 120 1 61 41 45 85 134 117 26 126 103 158 64 133 58 96 53 110 119 164 51 71 98 95 49 104 76 107 163 59 87 136 43 67 33 56 + 101 27 43 116 84 64 147 136 135 148 140 41 56 151 111 134 93 123 106 45 76 40 117 138 94 164 81 156 59 47 50 154 82 68 124 72 BICOMP - 26 119 87 51 120 117 126 41 45 1 61 95 104 76 107 59 43 33 98 164 85 134 53 58 96 71 133 110 103 158 64 49 163 136 67 56 + 135 50 116 84 136 148 76 101 106 27 43 138 164 81 156 47 82 124 117 45 64 147 93 111 134 40 151 123 140 41 56 94 59 154 68 72 - $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\driver\sd_diskio.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_crc_ex.c ICCARM - 129 + 113 - BICOMP - 27 + __cstat + 63 - __cstat - 75 + BICOMP + 99 ICCARM - 102 106 135 170 20 120 1 61 41 45 85 134 117 26 126 103 158 64 133 58 96 53 110 119 164 51 71 98 95 49 104 76 107 163 59 87 136 43 67 33 56 17 142 165 97 + 101 27 43 116 84 64 147 136 135 148 140 41 56 151 111 134 93 123 106 45 76 40 117 138 94 164 81 156 59 47 50 154 82 68 124 72 BICOMP - 142 104 41 43 126 135 120 61 107 85 117 71 170 95 76 59 33 98 164 134 53 58 96 97 106 20 17 1 45 51 119 26 87 102 133 110 103 158 64 49 163 136 67 56 165 + 135 116 84 50 136 148 76 101 106 27 43 138 164 81 156 47 82 124 117 45 64 147 93 111 134 40 151 123 140 41 56 94 59 154 68 72 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_pwr_ex.c + $PROJ_DIR$\..\Src\bsp_driver_sd.c ICCARM - 31 + 58 - BICOMP - 34 + __cstat + 152 - __cstat - 138 + BICOMP + 12 ICCARM - 120 1 61 41 45 85 134 117 26 126 103 158 64 133 58 96 53 110 119 164 51 71 98 95 49 104 76 107 163 59 87 136 43 67 33 56 + 35 101 27 43 116 84 64 147 136 135 148 140 41 56 151 111 134 93 123 106 45 76 40 117 138 94 164 81 156 59 47 50 154 82 68 124 72 BICOMP - 26 51 120 87 119 117 126 41 45 1 61 95 104 76 107 59 43 33 98 164 85 134 53 58 96 71 133 110 103 158 64 49 163 136 67 56 + 82 135 164 50 43 156 64 136 148 27 138 81 47 124 117 45 147 116 101 84 76 106 93 111 134 40 35 151 123 140 41 56 94 59 154 68 72 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_sd.c + $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\driver\sd_diskio.c ICCARM - 156 + 22 - BICOMP - 88 + __cstat + 65 - __cstat - 48 + BICOMP + 115 ICCARM - 120 1 61 41 45 85 134 117 26 126 103 158 64 133 58 96 53 110 119 164 51 71 98 95 49 104 76 107 163 59 87 136 43 67 33 56 + 161 137 158 42 37 101 27 43 116 84 64 147 136 135 148 140 41 56 151 111 134 93 123 106 45 76 40 117 138 94 164 81 156 59 47 50 154 82 68 124 72 35 144 46 163 BICOMP - 98 87 26 1 41 164 117 126 134 61 95 104 76 107 59 43 33 85 53 58 96 71 120 45 51 119 133 110 103 158 64 49 163 136 67 56 + 144 164 116 82 148 158 101 43 156 64 136 40 42 138 81 47 124 117 45 147 93 111 134 163 137 37 35 27 84 76 106 135 50 161 151 123 140 41 56 94 59 154 68 72 46 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_ll_sdmmc.c + $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\option\syscall.c ICCARM - 162 + 150 - BICOMP - 89 + __cstat + 166 - __cstat - 92 + BICOMP + 90 ICCARM - 120 1 61 41 45 85 134 117 26 126 103 158 64 133 58 96 53 110 119 164 51 71 98 95 49 104 76 107 163 59 87 136 43 67 33 56 + 42 158 37 101 27 43 116 84 64 147 136 135 148 140 41 56 151 111 134 93 123 106 45 76 40 117 138 94 164 81 156 59 47 50 154 82 68 124 72 35 144 46 BICOMP - 26 87 41 45 117 126 51 120 119 1 61 95 104 76 107 59 43 33 98 164 85 134 53 58 96 71 133 110 103 158 64 49 163 136 67 56 + 64 136 156 101 43 148 158 144 164 82 135 50 138 81 47 124 117 45 147 116 37 35 27 84 76 106 93 111 134 40 42 151 123 140 41 56 94 59 154 68 72 46 - $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\ff.c + $PROJ_DIR$\startup_stm32l496xx.s - ICCARM - 42 - - - BICOMP - 60 + AARM + 162 + + + + $PROJ_DIR$\startup_stm32l476xx.s + - __cstat - 80 + AARM + 92 - + + + $PROJ_DIR$\..\Src\sd.c + ICCARM - 170 135 20 120 1 61 41 45 85 134 117 26 126 103 158 64 133 58 96 53 110 119 164 51 71 98 95 49 104 76 107 163 59 87 136 43 67 33 56 17 142 165 106 + 44 + + + BICOMP + 48 + + BICOMP - 107 85 117 120 61 58 96 71 142 104 43 53 41 135 95 76 59 33 98 164 134 126 106 20 17 1 45 51 119 26 87 170 133 110 103 158 64 49 163 136 67 56 165 + 116 35 164 135 117 64 136 111 148 34 138 45 147 42 36 101 27 21 43 80 81 156 47 82 124 84 76 106 93 94 50 161 37 158 151 123 140 41 56 126 40 59 154 68 72 144 46 137 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_rcc.c + $PROJ_DIR$\L476\Exe\stm32-bootloader.out - ICCARM - 30 - - - BICOMP - 93 + OBJCOPY + 51 - __cstat - 116 + ILINK + 103 - ICCARM - 120 1 61 41 45 85 134 117 26 126 103 158 64 133 58 96 53 110 119 164 51 71 98 95 49 104 76 107 163 59 87 136 43 67 33 56 - - - BICOMP - 26 51 120 87 119 117 126 41 45 1 61 95 104 76 107 59 43 33 98 164 85 134 53 58 96 71 133 110 103 158 64 49 163 136 67 56 + ILINK + 33 118 58 157 143 107 96 69 22 92 86 66 120 113 105 160 112 149 168 142 91 100 127 165 55 53 150 97 119 172 155 114 - $PROJ_DIR$\..\Src\sd.c + $PROJ_DIR$\..\Src\sd_diskio.c ICCARM - 121 + 22 + + + __cstat + 65 BICOMP - 171 + 115 + + ICCARM + 101 27 21 43 116 84 64 147 136 135 148 140 41 56 151 111 126 93 123 106 45 76 40 117 138 94 164 81 156 59 47 50 154 82 68 124 72 161 137 158 42 37 35 122 132 110 + BICOMP - 41 17 104 26 98 85 117 58 126 19 95 164 134 170 11 120 1 14 61 46 76 107 59 43 33 45 51 119 53 49 87 102 20 135 133 110 103 158 64 52 71 163 136 67 56 142 165 106 + 148 116 117 64 136 158 164 93 101 42 144 138 45 147 94 68 72 122 137 37 35 27 21 43 80 81 47 82 124 84 76 106 111 135 154 161 151 123 140 41 56 126 40 50 46 @@ -988,919 +986,919 @@ L496 + $PROJ_DIR$\..\Src\fatfs.c + $PROJ_DIR$\..\Src\system_stm32l4xx.c $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal.c - $PROJ_DIR$\..\Inc\stm32l4xx_hal_conf.h - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_cortex.c - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_crc_ex.c - $PROJ_DIR$\..\Src\stm32l4xx_it.c - $PROJ_DIR$\..\Inc\stm32l4xx_it.h - $PROJ_DIR$\..\Src\main.c - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_crc.c $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_dma.c $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_flash.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_pwr_ex.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_rcc_ex.c + $PROJ_DIR$\..\Src\main.c + $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\diskio.c + $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\ff.c + $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\ff_gen_drv.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_rcc.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_flash_ramfunc.c + $PROJ_DIR$\..\Inc\stm32l4xx_it.h + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_cortex.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_crc.c $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_flash_ex.c - $PROJ_DIR$\..\Inc\fatfs.h - $PROJ_DIR$\startup_stm32l496xx.s - $PROJ_DIR$\stm32l476xx_flash.icf + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_gpio.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_pwr.c $PROJ_DIR$\..\Inc\main.h + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_sd.c + $PROJ_DIR$\..\Src\bootloader.c + $PROJ_DIR$\..\Src\stm32l4xx_it.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_ll_sdmmc.c + $PROJ_DIR$\..\Inc\stm32l4xx_hal_conf.h + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_crc_ex.c $PROJ_DIR$\..\Src\bsp_driver_sd.c - $PROJ_DIR$\..\Src\fatfs.c - $PROJ_DIR$\..\Inc\bsp_driver_sd.h - $PROJ_DIR$\startup_stm32l476xx.s + $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\driver\sd_diskio.c + $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\option\syscall.c + $PROJ_DIR$\startup_stm32l496xx.s + $PROJ_DIR$\stm32l476xx_flash.icf $PROJ_DIR$\..\Inc\bootloader.h + $PROJ_DIR$\..\Inc\bsp_driver_sd.h + $PROJ_DIR$\..\Inc\fatfs.h $PROJ_DIR$\..\Inc\ffconf.h - $PROJ_DIR$\..\Src\bootloader.c + $PROJ_DIR$\startup_stm32l476xx.s $PROJ_DIR$\stm32l496xx_flash.icf - $PROJ_DIR$\..\Src\system_stm32l4xx.c - $TOOLKIT_DIR$\inc\c\ycheck.h - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_sd.h - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_def.h - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_pwr.h - $PROJ_DIR$\..\Drivers\CMSIS\Device\ST\STM32L4xx\Include\stm32l4xx.h - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_gpio_ex.h - $TOOLKIT_DIR$\lib\shb_l.a - $TOOLKIT_DIR$\inc\c\stdio.h - $PROJ_DIR$\..\Drivers\CMSIS\Include\core_cmFunc.h - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_ll_sdmmc.h - $TOOLKIT_DIR$\inc\c\cmsis_iar.h - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_flash.h + $TOOLKIT_DIR$\inc\c\ysizet.h + $TOOLKIT_DIR$\inc\c\DLib_Config_Full.h + $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\ff.h $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_rcc.h + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h + $TOOLKIT_DIR$\inc\c\DLib_Product_stdlib.h + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_flash.h + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_flash_ex.h $TOOLKIT_DIR$\inc\c\DLib_Product.h + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_crc_ex.h $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_pwr_ex.h - $TOOLKIT_DIR$\inc\c\ysizet.h + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_ll_sdmmc.h + $TOOLKIT_DIR$\inc\c\stdio.h $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_cortex.h - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_flash_ex.h - $PROJ_DIR$\L496\Obj\stm32l4xx_hal_dma.__cstat.et - $PROJ_DIR$\L496\Obj\stm32l4xx_hal_dma.pbi - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_gpio.h + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_pwr.h + $PROJ_DIR$\..\Drivers\CMSIS\Device\ST\STM32L4xx\Include\stm32l4xx.h + $PROJ_DIR$\..\Drivers\CMSIS\Include\core_cmFunc.h + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_gpio_ex.h + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal.h + $PROJ_DIR$\..\Drivers\CMSIS\Device\ST\STM32L4xx\Include\system_stm32l4xx.h + $TOOLKIT_DIR$\inc\c\cmsis_iar.h + $TOOLKIT_DIR$\lib\dl7M_tlf.a + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_def.h + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_rcc_ex.h + $TOOLKIT_DIR$\lib\shb_l.a + $PROJ_DIR$\..\Drivers\CMSIS\Include\core_cmSimd.h + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_sd.h + $PROJ_DIR$\L496\Obj\system_stm32l4xx.pbi + $PROJ_DIR$\L496\Obj\stm32l4xx_hal_flash_ex.o + $PROJ_DIR$\L496\Obj\stm32l4xx_ll_sdmmc.pbi + $PROJ_DIR$\L496\Obj\stm32l4xx_hal.o + $PROJ_DIR$\L496\Obj\stm32l4xx_hal_flash_ex.__cstat.et + $PROJ_DIR$\L496\Obj\stm32l4xx_hal_cortex.o + $PROJ_DIR$\L496\Obj\stm32l4xx_hal_flash_ramfunc.o + $PROJ_DIR$\L496\Obj\bsp_driver_sd.__cstat.et + $PROJ_DIR$\L496\Obj\bootloader.pbi + $PROJ_DIR$\L496\Obj\stm32l4xx_hal_sd.__cstat.et + $PROJ_DIR$\L496\Obj\stm32l4xx_hal_rcc_ex.__cstat.et + $PROJ_DIR$\L496\Obj\diskio.o + $PROJ_DIR$\L496\Obj\stm32l4xx_hal_flash_ramfunc.__cstat.et + $PROJ_DIR$\L496\Obj\stm32l4xx_hal_crc.pbi + $PROJ_DIR$\L496\Obj\stm32l4xx_hal_rcc.__cstat.et + $PROJ_DIR$\L496\Obj\stm32l4xx_it.pbi + $PROJ_DIR$\L496\Obj\stm32l4xx_hal_crc.o + $PROJ_DIR$\L496\Obj\stm32l4xx_hal_rcc_ex.o + $PROJ_DIR$\L496\Obj\syscall.o + $PROJ_DIR$\L496\Obj\stm32l4xx_hal_flash_ex.pbi + $PROJ_DIR$\L496\Obj\diskio.__cstat.et + $PROJ_DIR$\L496\Obj\stm32l4xx_it.__cstat.et + $PROJ_DIR$\L496\Obj\syscall.__cstat.et + $PROJ_DIR$\L496\Obj\stm32l4xx_hal_pwr_ex.__cstat.et + $PROJ_DIR$\L496\Obj\stm32l4xx_hal_cortex.__cstat.et + $PROJ_DIR$\L496\Obj\stm32l4xx_hal_pwr.pbi + $PROJ_DIR$\L496\Obj\bsp_driver_sd.o + $PROJ_DIR$\L496\Obj\startup_stm32l496xx.o + $PROJ_DIR$\L496\Obj\fatfs.pbi + $PROJ_DIR$\L496\Obj\stm32l4xx_ll_sdmmc.__cstat.et + $PROJ_DIR$\L496\Obj\ff.__cstat.et + $PROJ_DIR$\L496\Exe\stm32-bootloader.bin + $PROJ_DIR$\L496\Obj\stm32l4xx_ll_sdmmc.o + $PROJ_DIR$\L496\Obj\main.__cstat.et + $PROJ_DIR$\L496\Obj\stm32l4xx_hal_flash.__cstat.et + $PROJ_DIR$\L496\Obj\sd_diskio.__cstat.et + $PROJ_DIR$\L496\Obj\stm32l4xx_hal_cortex.pbi + $PROJ_DIR$\L496\Obj\bootloader.o + $PROJ_DIR$\L496\Obj\stm32l4xx_hal.pbi + $PROJ_DIR$\L496\Obj\sd_diskio.pbi + $PROJ_DIR$\L496\Obj\main.o + $PROJ_DIR$\L496\Obj\stm32l4xx_hal_crc_ex.o $TOOLKIT_DIR$\inc\c\iccarm_builtin.h - $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\driver\sd_diskio.h - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_rcc_ex.h - $PROJ_DIR$\L496\Obj\startup_stm32l476xx.o + $TOOLKIT_DIR$\inc\c\ycheck.h + $PROJ_DIR$\L496\Obj\ff.pbi + $TOOLKIT_DIR$\inc\c\stdint.h + $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\diskio.h + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_gpio.h + $TOOLKIT_DIR$\inc\c\DLib_Defaults.h $PROJ_DIR$\L496\Obj\diskio.pbi - $PROJ_DIR$\L496\Obj\stm32l4xx_hal.pbi $PROJ_DIR$\L496\Obj\stm32l4xx_hal_rcc.pbi - $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\ff_gen_drv.h - $TOOLKIT_DIR$\inc\c\DLib_Defaults.h - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_dma.h - $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\diskio.h - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_crc.h $PROJ_DIR$\L496\Obj\stm32l4xx_hal_gpio.pbi - $PROJ_DIR$\..\Drivers\CMSIS\Include\core_cmSimd.h - $PROJ_DIR$\L496\Obj\stm32l4xx_hal_flash.__cstat.et - $PROJ_DIR$\L496\Obj\main.__cstat.et + $PROJ_DIR$\L496\Obj\stm32l4xx_hal_dma.pbi + $PROJ_DIR$\L496\Obj\syscall.pbi $PROJ_DIR$\L496\Obj\stm32l4xx_hal.__cstat.et $PROJ_DIR$\L496\Obj\stm32l4xx_hal_gpio.__cstat.et - $PROJ_DIR$\L496\Obj\syscall.pbi - $PROJ_DIR$\L496\Exe\stm32-bootloader.bin - $PROJ_DIR$\L496\Exe\stm32-bootloader.out - $PROJ_DIR$\L496\Obj\ff.pbi - $PROJ_DIR$\L496\Obj\main.o - $PROJ_DIR$\L496\Obj\sd_diskio.pbi - $PROJ_DIR$\L496\List\stm32-bootloader.map - $PROJ_DIR$\L496\Obj\bootloader.o - $PROJ_DIR$\L496\Obj\stm32l4xx_ll_sdmmc.o - $PROJ_DIR$\L496\Obj\stm32l4xx_hal_pwr_ex.pbi - $PROJ_DIR$\L496\Obj\main.pbi - $PROJ_DIR$\L496\Obj\stm32l4xx_hal_cortex.pbi - $PROJ_DIR$\L496\Obj\ff.o - $PROJ_DIR$\L496\Obj\stm32l4xx_hal_crc.__cstat.et - $PROJ_DIR$\..\Drivers\CMSIS\Device\ST\STM32L4xx\Include\stm32l496xx.h + $PROJ_DIR$\L496\Obj\startup_stm32l476xx.o + $PROJ_DIR$\L496\Obj\stm32l4xx_hal_flash.pbi + $PROJ_DIR$\L496\Obj\stm32l4xx_hal_dma.o + $PROJ_DIR$\L496\Obj\fatfs.o $PROJ_DIR$\L496\Obj\stm32l4xx_it.o - $PROJ_DIR$\L496\Obj\system_stm32l4xx.__cstat.et - $PROJ_DIR$\L496\Obj\stm32-bootloader.pbd - $PROJ_DIR$\L496\Obj\stm32l4xx_hal_pwr.pbi - $PROJ_DIR$\L496\Obj\ff_gen_drv.o - $PROJ_DIR$\L496\Obj\bsp_driver_sd.pbi - $PROJ_DIR$\L496\Obj\stm32l4xx_hal_gpio.o - $PROJ_DIR$\L496\Obj\bootloader.__cstat.et - $PROJ_DIR$\L496\Obj\stm32l4xx_hal_crc_ex.__cstat.et - $PROJ_DIR$\L496\Obj\sd_diskio.o - $PROJ_DIR$\L496\Obj\diskio.__cstat.et - $PROJ_DIR$\L496\Obj\fatfs.__cstat.et - $PROJ_DIR$\L496\Obj\stm32l4xx_it.pbi - $PROJ_DIR$\L496\Obj\stm32l4xx_hal_flash_ramfunc.pbi - $PROJ_DIR$\L496\Obj\stm32l4xx_hal_flash.o + $PROJ_DIR$\L496\Obj\system_stm32l4xx.o $PROJ_DIR$\L496\Obj\stm32l4xx_hal_pwr.__cstat.et - $PROJ_DIR$\L496\Obj\stm32l4xx_hal_rcc.o - $PROJ_DIR$\L496\Obj\stm32l4xx_hal_sd.o + $PROJ_DIR$\L496\Obj\stm32l4xx_hal_pwr_ex.pbi $PROJ_DIR$\L496\Obj\stm32l4xx_hal_crc_ex.pbi - $PROJ_DIR$\L496\Obj\stm32l4xx_hal_pwr_ex.o - $PROJ_DIR$\L496\Obj\stm32l4xx_hal_rcc_ex.o $PROJ_DIR$\L496\Obj\stm32l4xx_hal_sd.pbi - $PROJ_DIR$\L496\Obj\syscall.__cstat.et - $PROJ_DIR$\L496\Obj\system_stm32l4xx.o - $PROJ_DIR$\L496\Obj\stm32l4xx_hal_pwr.o + $PROJ_DIR$\L496\List\stm32-bootloader.map $PROJ_DIR$\L496\Obj\stm32l4xx_hal_rcc_ex.pbi - $PROJ_DIR$\L496\Obj\fatfs.pbi - $PROJ_DIR$\L496\Obj\stm32l4xx_hal_flash.pbi + $PROJ_DIR$\L496\Obj\stm32l4xx_hal_crc_ex.__cstat.et + $PROJ_DIR$\L496\Obj\stm32l4xx_hal_gpio.o + $PROJ_DIR$\L496\Obj\stm32-bootloader.pbd + $PROJ_DIR$\..\Drivers\CMSIS\Device\ST\STM32L4xx\Include\stm32l496xx.h + $PROJ_DIR$\L496\Obj\ff.o $PROJ_DIR$\L496\Obj\ff_gen_drv.pbi - $PROJ_DIR$\L496\Obj\stm32l4xx_ll_sdmmc.pbi - $PROJ_DIR$\L496\Obj\stm32l4xx_hal_pwr_ex.__cstat.et - $PROJ_DIR$\L496\Obj\stm32l4xx_hal.o - $PROJ_DIR$\L496\Obj\system_stm32l4xx.pbi - $PROJ_DIR$\L496\Obj\syscall.o - $PROJ_DIR$\L496\Obj\stm32l4xx_hal_flash_ramfunc.__cstat.et - $PROJ_DIR$\L496\Obj\stm32l4xx_hal_cortex.__cstat.et - $PROJ_DIR$\L496\Obj\stm32l4xx_hal_cortex.o - $PROJ_DIR$\L496\Obj\sd_diskio.__cstat.et - $PROJ_DIR$\L496\Obj\bsp_driver_sd.o - $PROJ_DIR$\L496\Obj\ff.__cstat.et - $PROJ_DIR$\L496\Obj\diskio.o - $PROJ_DIR$\L496\Obj\bootloader.pbi - $PROJ_DIR$\L496\Obj\stm32l4xx_hal_rcc.__cstat.et - $PROJ_DIR$\L496\Obj\stm32l4xx_hal_flash_ex.o - $PROJ_DIR$\L496\Obj\stm32l4xx_hal_flash_ramfunc.o - $PROJ_DIR$\L496\Obj\stm32l4xx_hal_sd.__cstat.et - $PROJ_DIR$\L496\Obj\startup_stm32l496xx.o - $PROJ_DIR$\L496\Obj\stm32l4xx_hal_flash_ex.__cstat.et - $PROJ_DIR$\L496\Obj\stm32l4xx_hal_dma.o - $PROJ_DIR$\L496\Obj\bsp_driver_sd.__cstat.et - $PROJ_DIR$\L496\Obj\stm32l4xx_hal_crc_ex.o - $PROJ_DIR$\L496\Obj\stm32l4xx_it.__cstat.et - $PROJ_DIR$\L496\Obj\stm32l4xx_hal_crc.pbi - $PROJ_DIR$\L496\Obj\stm32l4xx_ll_sdmmc.__cstat.et - $PROJ_DIR$\L496\Obj\stm32l4xx_hal_flash_ex.pbi - $PROJ_DIR$\L496\Obj\stm32l4xx_hal_rcc_ex.__cstat.et - $PROJ_DIR$\L496\Obj\stm32l4xx_hal_crc.o - $PROJ_DIR$\L496\Obj\fatfs.o + $PROJ_DIR$\L496\Obj\stm32l4xx_hal_sd.o $PROJ_DIR$\L496\Obj\ff_gen_drv.__cstat.et - $TOOLKIT_DIR$\lib\dl7M_tlf.a - $TOOLKIT_DIR$\inc\c\stdint.h - $PROJ_DIR$\..\Drivers\CMSIS\Device\ST\STM32L4xx\Include\system_stm32l4xx.h - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal.h + $PROJ_DIR$\L496\Obj\stm32l4xx_hal_crc.__cstat.et + $PROJ_DIR$\L496\Obj\fatfs.__cstat.et + $PROJ_DIR$\L496\Obj\bootloader.__cstat.et + $PROJ_DIR$\L496\Obj\stm32l4xx_hal_flash_ramfunc.pbi + $PROJ_DIR$\L496\Obj\bsp_driver_sd.pbi + $PROJ_DIR$\L496\Obj\stm32l4xx_hal_flash.o + $PROJ_DIR$\L496\Exe\stm32-bootloader.out + $PROJ_DIR$\L496\Obj\sd_diskio.o + $PROJ_DIR$\L496\Obj\stm32l4xx_hal_pwr.o + $PROJ_DIR$\L496\Obj\stm32l4xx_hal_pwr_ex.o + $PROJ_DIR$\L496\Obj\main.pbi + $PROJ_DIR$\L496\Obj\system_stm32l4xx.__cstat.et + $PROJ_DIR$\L496\Obj\stm32l4xx_hal_rcc.o + $PROJ_DIR$\L496\Obj\stm32l4xx_hal_dma.__cstat.et + $PROJ_DIR$\L496\Obj\ff_gen_drv.o + $TOOLKIT_DIR$\inc\c\stdlib.h + $PROJ_DIR$\..\Drivers\CMSIS\Include\core_cm4.h $TOOLKIT_DIR$\inc\c\yvals.h - $TOOLKIT_DIR$\lib\rt7M_tl.a $PROJ_DIR$\..\Drivers\CMSIS\Include\core_cmInstr.h - $PROJ_DIR$\..\Drivers\CMSIS\Include\core_cm4.h - $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\integer.h $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_flash_ramfunc.h - $TOOLKIT_DIR$\inc\c\stdlib.h $TOOLKIT_DIR$\lib\m7M_tls.a - $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\diskio.c - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_gpio.c - $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\ff_gen_drv.c - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_flash_ramfunc.c - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_rcc_ex.c - $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\option\syscall.c - $TOOLKIT_DIR$\inc\c\DLib_Config_Full.h - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_pwr.c - $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\driver\sd_diskio.c - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_crc_ex.h - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h - $TOOLKIT_DIR$\inc\c\DLib_Product_stdlib.h - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_pwr_ex.c - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_sd.c - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_ll_sdmmc.c - $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\ff.c - $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\ff.h - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_rcc.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_crc.h + $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\integer.h + $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\ff_gen_drv.h + $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\driver\sd_diskio.h + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_hal_dma.h + $TOOLKIT_DIR$\lib\rt7M_tl.a [ROOT_NODE] ILINK - 65 69 + 146 130 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal.c + $PROJ_DIR$\..\Src\fatfs.c ICCARM - 109 + 123 - BICOMP - 50 + __cstat + 141 - __cstat - 61 + BICOMP + 92 ICCARM - 140 1 36 26 28 77 144 138 24 141 53 155 37 143 34 45 32 58 139 159 31 39 47 44 29 54 40 56 158 35 41 146 27 38 25 33 + 33 39 162 34 55 24 40 59 52 135 156 109 107 157 112 38 45 158 57 106 53 62 56 41 49 37 60 111 54 165 50 161 46 43 44 159 51 47 63 48 32 155 42 163 110 164 19 BICOMP - 54 47 32 27 159 36 56 34 45 26 44 40 35 25 77 139 141 39 158 146 1 28 31 140 144 138 24 29 143 58 53 155 37 41 38 33 + 51 42 41 57 34 165 60 59 163 32 24 40 161 158 111 50 43 63 135 56 107 112 38 157 44 48 109 19 39 164 162 55 155 52 49 156 62 45 47 110 33 53 106 37 54 46 159 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_cortex.c + $PROJ_DIR$\..\Src\system_stm32l4xx.c ICCARM - 114 + 125 - BICOMP - 74 + __cstat + 151 - __cstat - 113 + BICOMP + 64 ICCARM - 140 1 36 26 28 77 144 138 24 141 53 155 37 143 34 45 32 58 139 159 31 39 47 44 29 54 40 56 158 35 41 146 27 38 25 33 + 52 135 156 109 107 157 112 38 45 158 57 106 53 62 56 55 24 40 59 41 49 37 60 111 54 165 50 161 46 43 44 159 51 47 63 48 BICOMP - 138 28 32 34 45 26 1 31 140 144 141 39 158 146 36 44 54 40 56 35 27 25 47 159 77 139 24 29 143 58 53 155 37 41 38 33 + 59 157 109 55 156 53 57 106 24 49 37 46 159 135 56 52 107 54 158 62 112 38 45 40 111 165 50 161 43 51 63 60 41 44 47 48 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_crc_ex.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal.c ICCARM - 128 + 67 - BICOMP - 96 + __cstat + 118 - __cstat - 86 + BICOMP + 102 ICCARM - 140 1 36 26 28 77 144 138 24 141 53 155 37 143 34 45 32 58 139 159 31 39 47 44 29 54 40 56 158 35 41 146 27 38 25 33 + 55 24 40 59 52 135 156 109 107 157 112 38 45 158 57 106 53 62 56 41 49 37 60 111 54 165 50 161 46 43 44 159 51 47 63 48 BICOMP - 36 32 56 54 27 47 159 34 45 26 44 40 35 25 77 139 141 39 158 146 1 28 31 140 144 138 24 29 143 58 53 155 37 41 38 33 + 165 60 53 51 41 40 161 57 106 59 111 50 43 63 135 56 157 37 46 159 24 52 49 55 156 109 107 54 158 62 112 38 45 44 47 48 - $PROJ_DIR$\..\Src\stm32l4xx_it.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_dma.c ICCARM - 78 + 122 - BICOMP - 90 + __cstat + 153 - __cstat - 129 + BICOMP + 116 ICCARM - 140 1 36 26 28 77 144 138 24 141 53 155 37 143 34 45 32 58 139 159 31 39 47 44 29 54 40 56 158 35 41 146 27 38 25 33 5 + 55 24 40 59 52 135 156 109 107 157 112 38 45 158 57 106 53 62 56 41 49 37 60 111 54 165 50 161 46 43 44 159 51 47 63 48 BICOMP - 26 58 144 24 1 31 140 38 28 138 37 5 36 44 54 40 56 35 27 25 47 159 77 139 143 53 155 34 141 41 33 32 45 39 29 158 146 + 50 53 63 111 43 135 56 57 106 59 40 165 161 51 60 41 157 37 46 159 24 52 49 55 156 109 107 54 158 62 112 38 45 44 47 48 - $PROJ_DIR$\..\Src\main.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_flash.c ICCARM - 67 + 145 - BICOMP - 73 + __cstat + 98 - __cstat - 60 + BICOMP + 121 ICCARM - 28 77 144 138 24 141 53 155 37 143 34 45 32 58 139 140 1 36 26 159 31 39 47 44 29 54 40 56 158 35 41 146 27 38 25 33 14 19 11 165 145 20 17 147 160 52 55 46 + 55 24 40 59 52 135 156 109 107 157 112 38 45 158 57 106 53 62 56 41 49 37 60 111 54 165 50 161 46 43 44 159 51 47 63 48 BICOMP - 26 34 141 138 24 53 155 28 19 77 139 143 29 46 160 14 11 140 144 58 37 31 39 158 146 165 145 147 55 32 45 1 36 44 54 40 56 35 27 25 47 159 41 38 33 52 20 17 + 161 53 40 165 51 60 41 57 106 59 111 50 43 63 135 56 157 37 46 159 24 52 49 55 156 109 107 54 158 62 112 38 45 44 47 48 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_crc.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_pwr_ex.c ICCARM - 134 + 149 - BICOMP - 130 + __cstat + 87 - __cstat - 76 + BICOMP + 127 ICCARM - 140 1 36 26 28 77 144 138 24 141 53 155 37 143 34 45 32 58 139 159 31 39 47 44 29 54 40 56 158 35 41 146 27 38 25 33 + 55 24 40 59 52 135 156 109 107 157 112 38 45 158 57 106 53 62 56 41 49 37 60 111 54 165 50 161 46 43 44 159 51 47 63 48 BICOMP - 40 25 32 44 35 77 139 34 45 26 1 36 54 56 27 47 159 141 39 158 146 28 31 140 144 138 24 29 143 58 53 155 37 41 38 33 + 40 53 161 165 51 60 41 57 106 59 111 50 43 63 135 56 157 37 46 159 24 52 49 55 156 109 107 54 158 62 112 38 45 44 47 48 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_dma.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_rcc_ex.c ICCARM - 126 + 81 - BICOMP - 43 + __cstat + 74 - __cstat - 42 + BICOMP + 131 ICCARM - 140 1 36 26 28 77 144 138 24 141 53 155 37 143 34 45 32 58 139 159 31 39 47 44 29 54 40 56 158 35 41 146 27 38 25 33 + 55 24 40 59 52 135 156 109 107 157 112 38 45 158 57 106 53 62 56 41 49 37 60 111 54 165 50 161 46 43 44 159 51 47 63 48 BICOMP - 40 32 25 44 35 77 139 34 45 26 36 54 56 27 47 159 141 39 158 146 1 28 31 140 144 138 24 29 143 58 53 155 37 41 38 33 + 63 53 50 111 43 135 56 57 106 59 40 165 161 51 60 41 157 37 46 159 24 52 49 55 156 109 107 54 158 62 112 38 45 44 47 48 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_flash.c + $PROJ_DIR$\..\Src\main.c ICCARM - 92 + 104 - BICOMP - 105 + __cstat + 97 - __cstat - 59 + BICOMP + 150 ICCARM - 140 1 36 26 28 77 144 138 24 141 53 155 37 143 34 45 32 58 139 159 31 39 47 44 29 54 40 56 158 35 41 146 27 38 25 33 + 52 135 156 109 107 157 112 38 45 158 57 106 53 62 56 55 24 40 59 41 49 37 60 111 54 165 50 161 46 43 44 159 51 47 63 48 19 31 33 39 162 34 32 155 42 163 110 164 BICOMP - 56 32 36 54 27 47 159 34 45 26 44 40 35 25 77 139 141 39 158 146 1 28 31 140 144 138 24 29 143 58 53 155 37 41 38 33 + 109 158 135 56 57 54 31 107 112 38 52 157 59 164 42 19 33 55 156 62 45 49 37 46 159 39 162 155 110 53 106 24 40 111 165 50 161 43 51 63 60 41 44 47 48 163 34 32 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_flash_ex.c + $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\diskio.c ICCARM - 121 - - - BICOMP - 132 + 75 __cstat - 125 + 84 + + + BICOMP + 113 ICCARM - 140 1 36 26 28 77 144 138 24 141 53 155 37 143 34 45 32 58 139 159 31 39 47 44 29 54 40 56 158 35 41 146 27 38 25 33 + 110 162 163 39 34 55 24 40 59 52 135 156 109 107 157 112 38 45 158 57 106 53 62 56 41 49 37 60 111 54 165 50 161 46 43 44 159 51 47 63 48 32 155 42 BICOMP - 31 140 32 26 144 34 45 28 138 141 39 158 146 1 36 44 54 40 56 35 27 25 47 159 77 139 24 29 143 58 53 155 37 41 38 33 + 34 63 59 162 109 50 57 106 111 43 135 56 53 110 32 24 40 165 161 51 60 41 157 37 46 159 107 163 39 55 155 52 49 156 54 158 62 112 38 45 44 47 48 42 - $PROJ_DIR$\startup_stm32l496xx.s - - - AARM - 124 - - - - - $PROJ_DIR$\..\Src\bsp_driver_sd.c + $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\ff.c ICCARM - 116 + 136 - BICOMP - 83 + __cstat + 94 - __cstat - 127 + BICOMP + 108 ICCARM - 17 140 1 36 26 28 77 144 138 24 141 53 155 37 143 34 45 32 58 139 159 31 39 47 44 29 54 40 56 158 35 41 146 27 38 25 33 + 39 162 34 55 24 40 59 52 135 156 109 107 157 112 38 45 158 57 106 53 62 56 41 49 37 60 111 54 165 50 161 46 43 44 159 51 47 63 48 32 155 42 110 BICOMP - 32 28 138 34 45 26 1 31 140 144 141 39 158 146 36 44 54 40 56 35 27 25 47 159 77 139 24 29 17 143 58 53 155 37 41 38 33 + 55 54 37 155 52 109 162 59 49 156 107 157 110 34 32 24 40 111 165 50 161 43 51 63 60 41 135 56 53 57 106 46 159 39 158 62 112 38 45 44 47 48 42 - $PROJ_DIR$\..\Src\fatfs.c + $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\ff_gen_drv.c ICCARM - 135 + 154 - BICOMP - 104 + __cstat + 139 - __cstat - 89 + BICOMP + 137 ICCARM - 11 165 145 20 140 1 36 26 28 77 144 138 24 141 53 155 37 143 34 45 32 58 139 159 31 39 47 44 29 54 40 56 158 35 41 146 27 38 25 33 17 147 160 52 55 46 14 + 163 110 162 39 34 55 24 40 59 52 135 156 109 107 157 112 38 45 158 57 106 53 62 56 41 49 37 60 111 54 165 50 161 46 43 44 159 51 47 63 48 32 155 42 BICOMP - 27 159 33 20 54 47 155 52 17 1 36 56 24 53 34 141 26 41 138 44 40 35 25 77 139 143 160 14 165 46 145 140 147 28 31 144 58 37 38 55 11 32 45 39 29 158 146 + 165 60 59 51 41 57 106 34 32 24 40 161 53 39 111 50 43 63 135 56 157 37 46 159 107 110 109 162 55 155 52 49 156 54 163 158 62 112 38 45 44 47 48 42 - $PROJ_DIR$\startup_stm32l476xx.s - - - AARM - 48 - - - - - $PROJ_DIR$\..\Src\bootloader.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_rcc.c ICCARM - 70 + 152 - BICOMP - 119 + __cstat + 78 - __cstat - 85 + BICOMP + 114 ICCARM - 28 77 144 138 24 141 53 155 37 143 34 45 32 58 139 140 1 36 26 159 31 39 47 44 29 54 40 56 158 35 41 146 27 38 25 33 19 + 55 24 40 59 52 135 156 109 107 157 112 38 45 158 57 106 53 62 56 41 49 37 60 111 54 165 50 161 46 43 44 159 51 47 63 48 BICOMP - 26 58 25 40 77 139 37 44 35 24 38 19 140 144 138 143 53 155 34 36 54 56 27 47 159 141 41 33 28 32 45 1 31 39 29 158 146 + 41 51 53 165 60 40 161 57 106 59 111 50 43 63 135 56 157 37 46 159 24 52 49 55 156 109 107 54 158 62 112 38 45 44 47 48 - $PROJ_DIR$\..\Src\system_stm32l4xx.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_flash_ramfunc.c ICCARM - 101 + 70 - BICOMP - 110 + __cstat + 76 - __cstat - 79 + BICOMP + 143 ICCARM - 28 77 144 138 24 141 53 155 37 143 34 45 32 58 139 140 1 36 26 159 31 39 47 44 29 54 40 56 158 35 41 146 27 38 25 33 + 55 24 40 59 52 135 156 109 107 157 112 38 45 158 57 106 53 62 56 41 49 37 60 111 54 165 50 161 46 43 44 159 51 47 63 48 BICOMP - 26 141 138 140 144 32 34 45 1 31 39 158 146 77 139 28 24 29 143 58 53 155 37 36 44 54 40 56 35 27 25 47 159 41 38 33 + 49 55 53 24 59 156 57 106 52 109 157 37 46 159 40 111 165 50 161 43 51 63 60 41 135 56 107 54 158 62 112 38 45 44 47 48 - $PROJ_DIR$\L496\Exe\stm32-bootloader.out + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_cortex.c - ILINK + ICCARM 69 - OBJCOPY - 64 + __cstat + 88 + + + BICOMP + 100 - ILINK - 22 70 116 118 135 75 82 67 87 124 109 114 134 128 126 92 121 122 84 102 97 94 98 95 78 71 111 101 30 142 148 137 + ICCARM + 55 24 40 59 52 135 156 109 107 157 112 38 45 158 57 106 53 62 56 41 49 37 60 111 54 165 50 161 46 43 44 159 51 47 63 48 + + + BICOMP + 109 52 53 57 106 59 24 49 55 156 157 37 46 159 40 111 165 50 161 43 51 63 60 41 135 56 107 54 158 62 112 38 45 44 47 48 - $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\diskio.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_crc.c ICCARM - 118 + 80 - BICOMP - 49 + __cstat + 140 - __cstat - 88 + BICOMP + 77 ICCARM - 55 145 52 165 20 140 1 36 26 28 77 144 138 24 141 53 155 37 143 34 45 32 58 139 159 31 39 47 44 29 54 40 56 158 35 41 146 27 38 25 33 17 147 160 + 55 24 40 59 52 135 156 109 107 157 112 38 45 158 57 106 53 62 56 41 49 37 60 111 54 165 50 161 46 43 44 159 51 47 63 48 BICOMP - 20 25 26 145 138 40 34 45 44 35 77 139 32 55 17 1 36 54 56 27 47 159 141 39 158 146 24 52 165 140 147 28 31 144 29 143 58 53 155 37 41 38 33 160 + 50 63 53 111 43 135 56 57 106 59 24 40 165 161 51 60 41 157 37 46 159 52 49 55 156 109 107 54 158 62 112 38 45 44 47 48 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_gpio.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_flash_ex.c ICCARM - 84 + 65 - BICOMP - 57 + __cstat + 68 - __cstat - 62 + BICOMP + 83 ICCARM - 140 1 36 26 28 77 144 138 24 141 53 155 37 143 34 45 32 58 139 159 31 39 47 44 29 54 40 56 158 35 41 146 27 38 25 33 + 55 24 40 59 52 135 156 109 107 157 112 38 45 158 57 106 53 62 56 41 49 37 60 111 54 165 50 161 46 43 44 159 51 47 63 48 BICOMP - 1 32 31 140 26 144 34 45 28 138 141 39 158 146 36 44 54 40 56 35 27 25 47 159 77 139 24 29 143 58 53 155 37 41 38 33 + 49 55 53 59 156 57 106 52 109 157 37 46 159 24 40 111 165 50 161 43 51 63 60 41 135 56 107 54 158 62 112 38 45 44 47 48 - $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\ff_gen_drv.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_gpio.c ICCARM - 82 + 133 - BICOMP - 106 + __cstat + 119 - __cstat - 136 + BICOMP + 115 ICCARM - 52 55 145 165 20 140 1 36 26 28 77 144 138 24 141 53 155 37 143 34 45 32 58 139 159 31 39 47 44 29 54 40 56 158 35 41 146 27 38 25 33 17 147 160 + 55 24 40 59 52 135 156 109 107 157 112 38 45 158 57 106 53 62 56 41 49 37 60 111 54 165 50 161 46 43 44 159 51 47 63 48 BICOMP - 54 47 26 27 159 34 45 20 17 1 36 56 32 165 44 40 35 25 77 139 141 39 158 146 24 55 138 145 140 147 28 31 144 29 52 143 58 53 155 37 41 38 33 160 + 24 53 49 55 59 156 57 106 52 109 157 37 46 159 40 111 165 50 161 43 51 63 60 41 135 56 107 54 158 62 112 38 45 44 47 48 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_flash_ramfunc.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_pwr.c ICCARM - 122 + 148 - BICOMP - 91 + __cstat + 126 - __cstat - 112 + BICOMP + 89 ICCARM - 140 1 36 26 28 77 144 138 24 141 53 155 37 143 34 45 32 58 139 159 31 39 47 44 29 54 40 56 158 35 41 146 27 38 25 33 + 55 24 40 59 52 135 156 109 107 157 112 38 45 158 57 106 53 62 56 41 49 37 60 111 54 165 50 161 46 43 44 159 51 47 63 48 BICOMP - 31 140 32 1 26 144 34 45 28 138 141 39 158 146 36 44 54 40 56 35 27 25 47 159 77 139 24 29 143 58 53 155 37 41 38 33 + 50 53 63 111 43 135 56 57 106 59 40 165 161 51 60 41 157 37 46 159 24 52 49 55 156 109 107 54 158 62 112 38 45 44 47 48 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_rcc_ex.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_sd.c ICCARM - 98 + 138 - BICOMP - 103 + __cstat + 73 - __cstat - 133 + BICOMP + 129 ICCARM - 140 1 36 26 28 77 144 138 24 141 53 155 37 143 34 45 32 58 139 159 31 39 47 44 29 54 40 56 158 35 41 146 27 38 25 33 + 55 24 40 59 52 135 156 109 107 157 112 38 45 158 57 106 53 62 56 41 49 37 60 111 54 165 50 161 46 43 44 159 51 47 63 48 BICOMP - 25 32 40 44 35 77 139 34 45 26 36 54 56 27 47 159 141 39 158 146 1 28 31 140 144 138 24 29 143 58 53 155 37 41 38 33 + 161 53 24 40 57 106 59 165 51 60 41 157 37 46 159 111 50 43 63 135 56 109 107 54 55 52 49 156 158 62 112 38 45 44 47 48 - $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\option\syscall.c + $PROJ_DIR$\..\Src\bootloader.c ICCARM - 111 + 101 - BICOMP - 63 + __cstat + 142 - __cstat - 100 + BICOMP + 72 ICCARM - 165 145 20 140 1 36 26 28 77 144 138 24 141 53 155 37 143 34 45 32 58 139 159 31 39 47 44 29 54 40 56 158 35 41 146 27 38 25 33 17 147 160 + 52 135 156 109 107 157 112 38 45 158 57 106 53 62 56 55 24 40 59 41 49 37 60 111 54 165 50 161 46 43 44 159 51 47 63 48 31 BICOMP - 26 140 34 45 145 147 28 138 32 31 144 141 39 158 146 24 20 17 1 36 44 54 40 56 35 27 25 47 159 77 139 29 165 143 58 53 155 37 41 38 33 160 + 59 62 63 50 135 56 45 111 43 107 47 31 55 156 109 158 112 38 57 40 165 161 51 60 41 157 44 48 52 53 106 24 49 37 54 46 159 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_pwr.c + $PROJ_DIR$\..\Src\stm32l4xx_it.c ICCARM - 102 + 124 - BICOMP - 81 + __cstat + 85 - __cstat - 93 + BICOMP + 79 ICCARM - 140 1 36 26 28 77 144 138 24 141 53 155 37 143 34 45 32 58 139 159 31 39 47 44 29 54 40 56 158 35 41 146 27 38 25 33 + 55 24 40 59 52 135 156 109 107 157 112 38 45 158 57 106 53 62 56 41 49 37 60 111 54 165 50 161 46 43 44 159 51 47 63 48 13 BICOMP - 40 32 25 44 35 77 139 34 45 26 36 54 56 27 47 159 141 39 158 146 1 28 31 140 144 138 24 29 143 58 53 155 37 41 38 33 + 59 62 156 107 24 49 55 47 52 109 45 13 40 111 165 50 161 43 51 63 60 41 135 56 158 112 38 57 157 44 48 53 106 37 54 46 159 - $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\driver\sd_diskio.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_ll_sdmmc.c ICCARM - 87 + 96 - BICOMP - 68 + __cstat + 93 - __cstat - 115 + BICOMP + 66 ICCARM - 52 55 145 165 20 140 1 36 26 28 77 144 138 24 141 53 155 37 143 34 45 32 58 139 159 31 39 47 44 29 54 40 56 158 35 41 146 27 38 25 33 17 147 160 46 + 55 24 40 59 52 135 156 109 107 157 112 38 45 158 57 106 53 62 56 41 49 37 60 111 54 165 50 161 46 43 44 159 51 47 63 48 BICOMP - 147 28 138 26 24 145 140 141 165 31 144 29 39 46 55 20 17 1 36 44 54 40 56 35 27 25 47 159 77 139 32 34 45 158 146 52 143 58 53 155 37 41 38 33 160 + 165 60 53 51 41 40 161 57 106 59 111 50 43 63 135 56 157 37 46 159 24 52 49 55 156 109 107 54 158 62 112 38 45 44 47 48 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_pwr_ex.c + $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_crc_ex.c ICCARM - 97 + 105 - BICOMP - 72 + __cstat + 132 - __cstat - 108 + BICOMP + 128 ICCARM - 140 1 36 26 28 77 144 138 24 141 53 155 37 143 34 45 32 58 139 159 31 39 47 44 29 54 40 56 158 35 41 146 27 38 25 33 + 55 24 40 59 52 135 156 109 107 157 112 38 45 158 57 106 53 62 56 41 49 37 60 111 54 165 50 161 46 43 44 159 51 47 63 48 BICOMP - 36 32 56 54 27 47 159 34 45 26 44 40 35 25 77 139 141 39 158 146 1 28 31 140 144 138 24 29 143 58 53 155 37 41 38 33 + 40 53 161 165 51 60 41 57 106 59 111 50 43 63 135 56 157 37 46 159 24 52 49 55 156 109 107 54 158 62 112 38 45 44 47 48 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_sd.c + $PROJ_DIR$\..\Src\bsp_driver_sd.c ICCARM - 95 + 90 - BICOMP - 99 + __cstat + 71 - __cstat - 123 + BICOMP + 144 ICCARM - 140 1 36 26 28 77 144 138 24 141 53 155 37 143 34 45 32 58 139 159 31 39 47 44 29 54 40 56 158 35 41 146 27 38 25 33 + 32 55 24 40 59 52 135 156 109 107 157 112 38 45 158 57 106 53 62 56 41 49 37 60 111 54 165 50 161 46 43 44 159 51 47 63 48 BICOMP - 56 32 1 36 34 45 26 54 27 47 159 141 39 158 146 44 40 35 25 77 139 138 24 29 140 28 31 144 143 58 53 155 37 41 38 33 + 53 52 109 57 106 59 24 49 55 156 157 37 46 159 40 111 165 50 161 43 51 63 60 41 135 56 107 54 32 158 62 112 38 45 44 47 48 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_ll_sdmmc.c + $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\driver\sd_diskio.c ICCARM - 71 + 147 - BICOMP - 107 + __cstat + 99 - __cstat - 131 + BICOMP + 103 ICCARM - 140 1 36 26 28 77 144 138 24 141 53 155 37 143 34 45 32 58 139 159 31 39 47 44 29 54 40 56 158 35 41 146 27 38 25 33 + 163 110 162 39 34 55 24 40 59 52 135 156 109 107 157 112 38 45 158 57 106 53 62 56 41 49 37 60 111 54 165 50 161 46 43 44 159 51 47 63 48 32 155 42 164 BICOMP - 54 47 32 27 159 36 56 34 45 26 44 40 35 25 77 139 141 39 158 146 1 28 31 140 144 138 24 29 143 58 53 155 37 41 38 33 + 155 52 109 59 107 162 55 157 39 49 156 54 37 164 110 34 32 24 40 111 165 50 161 43 51 63 60 41 135 56 53 57 106 46 159 163 158 62 112 38 45 44 47 48 42 - $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\ff.c + $PROJ_DIR$\..\Middlewares\Third_Party\FatFs\src\option\syscall.c ICCARM - 75 + 82 - BICOMP - 66 + __cstat + 86 - __cstat + BICOMP 117 ICCARM - 165 145 20 140 1 36 26 28 77 144 138 24 141 53 155 37 143 34 45 32 58 139 159 31 39 47 44 29 54 40 56 158 35 41 146 27 38 25 33 17 147 160 55 + 39 162 34 55 24 40 59 52 135 156 109 107 157 112 38 45 158 57 106 53 62 56 41 49 37 60 111 54 165 50 161 46 43 44 159 51 47 63 48 32 155 42 BICOMP - 140 29 39 147 28 138 145 26 31 144 24 141 55 20 17 1 36 44 54 40 56 35 27 25 47 159 77 139 32 34 45 158 146 165 143 58 53 155 37 41 38 33 160 + 59 55 57 106 162 155 52 109 53 49 156 157 37 46 159 107 34 32 24 40 111 165 50 161 43 51 63 60 41 135 56 54 39 158 62 112 38 45 44 47 48 42 - $PROJ_DIR$\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_rcc.c + $PROJ_DIR$\startup_stm32l496xx.s - ICCARM - 94 - - - BICOMP - 51 + AARM + 91 + + + + $PROJ_DIR$\startup_stm32l476xx.s + - __cstat + AARM 120 - + + + $PROJ_DIR$\L496\Exe\stm32-bootloader.out + - ICCARM - 140 1 36 26 28 77 144 138 24 141 53 155 37 143 34 45 32 58 139 159 31 39 47 44 29 54 40 56 158 35 41 146 27 38 25 33 + OBJCOPY + 95 - BICOMP - 159 27 32 54 47 36 56 34 45 26 44 40 35 25 77 139 141 39 158 146 1 28 31 140 144 138 24 29 143 58 53 155 37 41 38 33 + ILINK + 130 + + + + + ILINK + 36 101 90 75 123 136 154 104 147 91 67 69 80 105 122 145 65 70 133 148 149 152 81 138 124 96 82 125 61 166 160 58 diff --git a/Inc/main.h b/Inc/main.h index 6342e00..90fbc02 100644 --- a/Inc/main.h +++ b/Inc/main.h @@ -2,13 +2,16 @@ #define __MAIN_H /*** Application-Specific Configuration ***************************************/ -#define CONF_BUILD "2017-11-13" /* Bootloader build date */ +#define CONF_BUILD "2017-12-08" /* Bootloader build date */ #define CONF_FILENAME "WGPS2.bin" /* File name of application located on SD card */ #define USE_SWO_TRACE 1 /* For development/debugging: stdout/stderr via SWO trace */ /******************************************************************************/ /* Hardware Defines ----------------------------------------------------------*/ +#define SD_PWR_Port GPIOD +#define SD_PWR_Pin GPIO_PIN_0 + #define BTN_Port GPIOE #define BTN_Pin GPIO_PIN_0 @@ -20,6 +23,9 @@ #define LED_R_Pin GPIO_PIN_4 /* Hardware Macros -----------------------------------------------------------*/ +#define SDCARD_ON() HAL_GPIO_WritePin(SD_PWR_Port, SD_PWR_Pin, GPIO_PIN_RESET) +#define SDCARD_OFF() HAL_GPIO_WritePin(SD_PWR_Port, SD_PWR_Pin, GPIO_PIN_SET) + #define LED_G_ON() HAL_GPIO_WritePin(LED_G_Port, LED_G_Pin, GPIO_PIN_SET) #define LED_G_OFF() HAL_GPIO_WritePin(LED_G_Port, LED_G_Pin, GPIO_PIN_RESET) #define LED_G_TG() HAL_GPIO_TogglePin(LED_G_Port, LED_G_Pin) diff --git a/Src/main.c b/Src/main.c index 65a9a63..2bbdb53 100644 --- a/Src/main.c +++ b/Src/main.c @@ -275,6 +275,8 @@ void Enter_Bootloader(void) /*** SDIO *********************************************************************/ uint8_t SDMMC1_Init(void) { + SDCARD_ON(); + if(BSP_SD_Init()) { /* Error */ @@ -293,6 +295,7 @@ void SDMMC1_DeInit(void) { FATFS_DeInit(); BSP_SD_DeInit(); + SDCARD_OFF(); } void HAL_SD_MspInit(SD_HandleTypeDef* hsd) @@ -349,12 +352,14 @@ void GPIO_Init(void) { GPIO_InitTypeDef GPIO_InitStruct; + __HAL_RCC_GPIOD_CLK_ENABLE(); __HAL_RCC_GPIOE_CLK_ENABLE(); /*Configure GPIO pin output levels */ HAL_GPIO_WritePin(LED_G_Port, LED_G_Pin, GPIO_PIN_RESET); HAL_GPIO_WritePin(LED_Y_Port, LED_Y_Pin, GPIO_PIN_RESET); HAL_GPIO_WritePin(LED_R_Port, LED_R_Pin, GPIO_PIN_RESET); + HAL_GPIO_WritePin(SD_PWR_Port, SD_PWR_Pin, GPIO_PIN_SET); /* LED_G_Pin, LED_Y_Pin, LED_R_Pin */ GPIO_InitStruct.Pin = LED_G_Pin | LED_Y_Pin | LED_R_Pin; @@ -363,6 +368,13 @@ void GPIO_Init(void) GPIO_InitStruct.Speed = GPIO_SPEED_FREQ_LOW; HAL_GPIO_Init(GPIOE, &GPIO_InitStruct); + /* SD Card Power Pin */ + GPIO_InitStruct.Pin = SD_PWR_Pin; + GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP; + GPIO_InitStruct.Pull = GPIO_NOPULL; + GPIO_InitStruct.Speed = GPIO_SPEED_FREQ_LOW; + HAL_GPIO_Init(SD_PWR_Port, &GPIO_InitStruct); + /* User Button */ GPIO_InitStruct.Pin = BTN_Pin; GPIO_InitStruct.Mode = GPIO_MODE_INPUT;