STM32F103VBT6 내장된 RTC를 테스트 소스 코드에서 시리얼을 통해 날짜를 표시할 수있는 시간을 분, 초, 그리니치 표준시 그리니치 표준시 의미하는 변환 형식
File list:
MDK_RTC
......\library
......\.......\inc
......\.......\...\cortexm3_macro.h
......\.......\...\stm32f10x_adc.h
......\.......\...\stm32f10x_bkp.h
......\.......\...\stm32f10x_can.h
......\.......\...\stm32f10x_dma.h
......\.......\...\stm32f10x_exti.h
......\.......\...\stm32f10x_flash.h
......\.......\...\stm32f10x_gpio.h
......\.......\...\stm32f10x_i2c.h
......\.......\...\stm32f10x_iwdg.h
......\.......\...\stm32f10x_lib.h
......\.......\...\stm32f10x_map.h
......\.......\...\stm32f10x_nvic.h
......\.......\...\stm32f10x_pwr.h
......\.......\...\stm32f10x_rcc.h
......\.......\...\stm32f10x_rtc.h
......\.......\...\stm32f10x_spi.h
......\.......\...\stm32f10x_systick.h
......\.......\...\stm32f10x_tim.h
......\.......\...\stm32f10x_tim1.h
......\.......\...\stm32f10x_type.h
......\.......\...\stm32f10x_usart.h
......\.......\...\stm32f10x_wwdg.h
......\.......\src
......\.......\...\stm32f10x_adc.c
......\.......\...\stm32f10x_bkp.c
......\.......\...\stm32f10x_can.c
......\.......\...\stm32f10x_dma.c
......\.......\...\stm32f10x_exti.c
......\.......\...\stm32f10x_flash.c
......\.......\...\stm32f10x_gpio.c
......\.......\...\stm32f10x_i2c.c
......\.......\...\stm32f10x_iwdg.c
......\.......\...\stm32f10x_lib.c
......\.......\...\stm32f10x_nvic.c
......\.......\...\stm32f10x_pwr.c
......\.......\...\stm32f10x_rcc.c
......\.......\...\stm32f10x_rtc.c
......\.......\...\stm32f10x_spi.c
......\.......\...\stm32f10x_systick.c
......\.......\...\stm32f10x_tim.c
......\.......\...\stm32f10x_tim1.c
......\.......\...\stm32f10x_usart.c
......\.......\...\stm32f10x_wwdg.c
......\project
......\.......\RVMDK
......\.......\.....\List
......\.......\.....\....\BOOT_FLASH.map
......\.......\.....\....\BOOT_RAM.map
......\.......\.....\....\cortexm3_macro.lst
......\.......\.....\....\stm32f10x_vector.lst
......\.......\.....\Obj
......\.......\.....\...\BOOT_FLASH.axf
......\.......\.....\...\BOOT_FLASH.htm
......\.......\.....\...\BOOT_FLASH.lnp
......\.......\.....\...\BOOT_FLASH.plg
......\.......\.....\...\BOOT_FLASH.sct
......\.......\.....\...\BOOT_FLASH.tra
......\.......\.....\...\BOOT_RAM.axf
......\.......\.....\...\BOOT_RAM.hex
......\.......\.....\...\BOOT_RAM.htm
......\.......\.....\...\BOOT_RAM.lnp
......\.......\.....\...\BOOT_RAM.plg
......\.......\.....\...\BOOT_RAM.sct
......\.......\.....\...\BOOT_RAM.tra
......\.......\.....\...\cortexm3_macro.o
......\.......\.....\...\ExtDll.iex
......\.......\.....\...\main.d
......\.......\.....\...\main.o
......\.......\.....\...\main.__i
......\.......\.....\...\rtc_time.d
......\.......\.....\...\rtc_time.o
......\.......\.....\...\rtc_time.__i
......\.......\.....\...\stm32f10x_adc.d
......\.......\.....\...\stm32f10x_adc.o
......\.......\.....\...\stm32f10x_bkp.d
......\.......\.....\...\stm32f10x_bkp.o
......\.......\.....\...\stm32f10x_can.d
......\.......\.....\...\stm32f10x_can.o
......\.......\.....\...\stm32f10x_dma.d
......\.......\.....\...\stm32f10x_dma.o
......\.......\.....\...\stm32f10x_exti.d
......\.......\.....\...\stm32f10x_exti.o
......\.......\.....\...\stm32f10x_flash.d
......\.......\.....\...\stm32f10x_flash.o
......\.......\.....\...\stm32f10x_gpio.d
......\.......\.....\...\stm32f10x_gpio.o
......\.......\.....\...\stm32f10x_i2c.d
......\.......\.....\...\stm32f10x_i2c.o
......\.......\.....\...\stm32f10x_it.d
......\.......\.....\...\stm32f10x_it.o
......\.......\.....\...\stm32f10x_iwdg.d
......\.......\.....\...\stm32f10x_iwdg.o
......\.......\.....\...\stm32f10x_lib.d
......\.......\.....\...\stm32f10x_lib.o
......\.......\.....\...\stm32f10x_nvic.d
......\.......\.....\...\stm32f10x_nvic.o
......\.......\.....\...\stm32f10x_pwr.d
......\.......\.....\...\stm32f10x_pwr.o
......\.......\.....\...\stm32f10x_rcc.d
......\.......\.....\...\stm32f10x_rcc.o
......\.......\.....\...\stm32f10x_rtc.d
......\.......\.....\...\stm32f10x_rtc.o
......\.......\.....\...\stm32f10x_spi.d
......\.......\.....\...\stm32f10x_spi.o
......\.......\.....\...\stm32f10x_systick.d
......\.......\.....\...\stm32f10x_systick.o
......\.......\.....\...\stm32f10x_tim.d
......\.......\.....\...\stm32f10x_tim.o
......\.......\.....\...\stm32f10x_tim1.d
......\.......\.....\...\stm32f10x_tim1.o
......\.......\.....\...\stm32f10x_usart.d
......\.......\.....\...\stm32f10x_usart.o
......\.......\.....\...\stm32f10x_vector.o
......\.......\.....\...\stm32f10x_wwdg.d
......\.......\.....\...\stm32f10x_wwdg.o
......\.......\.....\cortexm3_macro.s
......\.......\.....\FLASH.ini
......\.......\.....\Project.Opt
......\.......\.....\Project.Uv2
......\.......\.....\Project_BOOT_FLASH.dep
......\.......\.....\Project_BOOT_RAM.dep
......\.......\.....\Project_Opt.Bak
......\.......\.....\Project_Uv2.Bak
......\.......\.....\RAM.ini
......\.......\.....\readme.txt
......\.......\.....\stm32f10x_vector.s
......\.......\main.c
......\.......\RTC_Time.c
......\.......\RTC_Time.h
......\.......\stm32f10x_conf.h
......\.......\stm32f10x_it.c
......\.......\stm32f10x_it.h
......\View_RTC
......\........\View_RTC.IAB
......\........\View_RTC.IAD
......\........\View_RTC.IMB
......\........\View_RTC.IMD
......\........\View_RTC.PFI
......\........\View_RTC.PO
......\........\View_RTC.PR
......\........\View_RTC.PRI
......\........\View_RTC.PS
......\........\View_RTC.WK3
......\Time.doc