Stm32F103 완전히 IAR5.4 엔지니어링, 직렬, 타이머를 사용할 수에 따라
File list:
stm32_uart
.........\conf
.........\....\stm32f10x_conf.h
.........\....\stm32f10x_flash.icf
.........\....\stm32f10x_it.c
.........\....\stm32f10x_it.h
.........\EWARM
.........\.....\Debug
.........\.....\.....\Exe
.........\.....\.....\...\stm32.out
.........\.....\.....\...\stm32.sim
.........\.....\.....\List
.........\.....\.....\Obj
.........\.....\.....\...\core_cm3.o
.........\.....\.....\...\core_cm3.pbi
.........\.....\.....\...\drive_timer.o
.........\.....\.....\...\drive_timer.pbi
.........\.....\.....\...\drive_usart.o
.........\.....\.....\...\drive_usart.pbi
.........\.....\.....\...\main.o
.........\.....\.....\...\main.pbi
.........\.....\.....\...\misc.o
.........\.....\.....\...\misc.pbi
.........\.....\.....\...\startup_stm32f10x_hd.o
.........\.....\.....\...\stm32.pbd
.........\.....\.....\...\stm32f10x_bkp.o
.........\.....\.....\...\stm32f10x_bkp.pbi
.........\.....\.....\...\stm32f10x_dma.o
.........\.....\.....\...\stm32f10x_dma.pbi
.........\.....\.....\...\stm32f10x_exti.o
.........\.....\.....\...\stm32f10x_exti.pbi
.........\.....\.....\...\stm32f10x_flash.o
.........\.....\.....\...\stm32f10x_flash.pbi
.........\.....\.....\...\stm32f10x_gpio.o
.........\.....\.....\...\stm32f10x_gpio.pbi
.........\.....\.....\...\stm32f10x_it.o
.........\.....\.....\...\stm32f10x_it.pbi
.........\.....\.....\...\stm32f10x_rcc.o
.........\.....\.....\...\stm32f10x_rcc.pbi
.........\.....\.....\...\stm32f10x_rtc.o
.........\.....\.....\...\stm32f10x_rtc.pbi
.........\.....\.....\...\stm32f10x_tim.o
.........\.....\.....\...\stm32f10x_tim.pbi
.........\.....\.....\...\stm32f10x_usart.o
.........\.....\.....\...\stm32f10x_usart.pbi
.........\.....\.....\...\system_stm32f10x.o
.........\.....\.....\...\system_stm32f10x.pbi
.........\.....\settings
.........\.....\........\stm32.cspy.bat
.........\.....\........\stm32.dbgdt
.........\.....\........\stm32.dni
.........\.....\........\stm32.wsdt
.........\.....\........\stm32_Debug.jlink
.........\.....\stm32.dep
.........\.....\stm32.ewd
.........\.....\stm32.ewp
.........\.....\stm32.eww
.........\Libraries
.........\.........\CMSIS
.........\.........\.....\core_cm3.c
.........\.........\.....\core_cm3.h
.........\.........\.....\startup_stm32f10x_hd.s
.........\.........\.....\stm32f10x.h
.........\.........\.....\system_stm32f10x.c
.........\.........\.....\system_stm32f10x.h
.........\.........\STM32F10x_StdPeriph_Driver
.........\.........\..........................\inc
.........\.........\..........................\...\misc.h
.........\.........\..........................\...\stm32f10x_adc.h
.........\.........\..........................\...\stm32f10x_bkp.h
.........\.........\..........................\...\stm32f10x_can.h
.........\.........\..........................\...\stm32f10x_cec.h
.........\.........\..........................\...\stm32f10x_crc.h
.........\.........\..........................\...\stm32f10x_dac.h
.........\.........\..........................\...\stm32f10x_dbgmcu.h
.........\.........\..........................\...\stm32f10x_dma.h
.........\.........\..........................\...\stm32f10x_exti.h
.........\.........\..........................\...\stm32f10x_flash.h
.........\.........\..........................\...\stm32f10x_fsmc.h
.........\.........\..........................\...\stm32f10x_gpio.h
.........\.........\..........................\...\stm32f10x_i2c.h
.........\.........\..........................\...\stm32f10x_iwdg.h
.........\.........\..........................\...\stm32f10x_pwr.h
.........\.........\..........................\...\stm32f10x_rcc.h
.........\.........\..........................\...\stm32f10x_rtc.h
.........\.........\..........................\...\stm32f10x_sdio.h
.........\.........\..........................\...\stm32f10x_spi.h
.........\.........\..........................\...\stm32f10x_tim.h
.........\.........\..........................\...\stm32f10x_usart.h
.........\.........\..........................\...\stm32f10x_wwdg.h
.........\.........\..........................\src
.........\.........\..........................\...\misc.c
.........\.........\..........................\...\stm32f10x_adc.c
.........\.........\..........................\...\stm32f10x_bkp.c
.........\.........\..........................\...\stm32f10x_can.c
.........\.........\..........................\...\stm32f10x_cec.c
.........\.........\..........................\...\stm32f10x_crc.c
.........\.........\..........................\...\stm32f10x_dac.c
.........\.........\..........................\...\stm32f10x_dbgmcu.c
.........\.........\..........................\...\stm32f10x_dma.c
.........\.........\..........................\...\stm32f10x_exti.c
.........\.........\..........................\...\stm32f10x_flash.c
.........\.........\..........................\...\stm32f10x_fsmc.c
.........\.........\..........................\...\stm32f10x_gpio.c
.........\.........\..........................\...\stm32f10x_i2c.c
.........\.........\..........................\...\stm32f10x_iwdg.c
.........\.........\..........................\...\stm32f10x_pwr.c
.........\.........\..........................\...\stm32f10x_rcc.c
.........\.........\..........................\...\stm32f10x_rtc.c
.........\.........\..........................\...\stm32f10x_sdio.c
.........\.........\..........................\...\stm32f10x_spi.c
.........\.........\..........................\...\stm32f10x_tim.c
.........\.........\..........................\...\stm32f10x_usart.c
.........\.........\..........................\...\stm32f10x_wwdg.c
.........\source
.........\......\drive_timer.c
.........\......\drive_timer.h
.........\......\drive_usart.c
.........\......\drive_usart.h
.........\......\main.c
.........\......\main.h