文件名称:RTC-set-the-clock-and-display
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:472.55kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
RTC时钟源为外部低速时钟,且外部低速时钟源的64分之一Tamper引脚(PC.13)上输出。
通过秒中断功能,在LED1(GPIO_Pin_0)上以2s为周期闪烁,并以1s为周期通过USART送出时间信息
(在串口调试软件上以24小时时间制显示)
USART1设置:波特率:9600
数据位:8
停止位:1
奇偶校验位:无
硬件流控制:无
注:编译时,Library Configuration应选为FULL,以使C库函数fputc映射到USART的函数能被编译通过。
从串口输入‘S’(大写的字母S),则进入时间设置模式,
-USART1 Settings: baud rate: 9600
Data bits: 8
Stop bits: 1
Parity: no
Hardware flow control: no
Note: compile time, Library Configuration elected for FULL, in order to make C Library function fputc mapped to the function can be compiled USART through.
S input from a serial port (uppercase letter S), into the time set mode,
通过秒中断功能,在LED1(GPIO_Pin_0)上以2s为周期闪烁,并以1s为周期通过USART送出时间信息
(在串口调试软件上以24小时时间制显示)
USART1设置:波特率:9600
数据位:8
停止位:1
奇偶校验位:无
硬件流控制:无
注:编译时,Library Configuration应选为FULL,以使C库函数fputc映射到USART的函数能被编译通过。
从串口输入‘S’(大写的字母S),则进入时间设置模式,
-USART1 Settings: baud rate: 9600
Data bits: 8
Stop bits: 1
Parity: no
Hardware flow control: no
Note: compile time, Library Configuration elected for FULL, in order to make C Library function fputc mapped to the function can be compiled USART through.
S input from a serial port (uppercase letter S), into the time set mode,
(系统自动生成,下载前可以参看下载内容)
下载文件列表
RTC set the clock and display/
RTC set the clock and display/library/
RTC set the clock and display/library/inc/
RTC set the clock and display/library/inc/cortexm3_macro.h
RTC set the clock and display/library/inc/stm32f10x_adc.h
RTC set the clock and display/library/inc/stm32f10x_bkp.h
RTC set the clock and display/library/inc/stm32f10x_can.h
RTC set the clock and display/library/inc/stm32f10x_crc.h
RTC set the clock and display/library/inc/stm32f10x_dac.h
RTC set the clock and display/library/inc/stm32f10x_dbgmcu.h
RTC set the clock and display/library/inc/stm32f10x_dma.h
RTC set the clock and display/library/inc/stm32f10x_exti.h
RTC set the clock and display/library/inc/stm32f10x_flash.h
RTC set the clock and display/library/inc/stm32f10x_fsmc.h
RTC set the clock and display/library/inc/stm32f10x_gpio.h
RTC set the clock and display/library/inc/stm32f10x_i2c.h
RTC set the clock and display/library/inc/stm32f10x_iwdg.h
RTC set the clock and display/library/inc/stm32f10x_lib.h
RTC set the clock and display/library/inc/stm32f10x_map.h
RTC set the clock and display/library/inc/stm32f10x_nvic.h
RTC set the clock and display/library/inc/stm32f10x_pwr.h
RTC set the clock and display/library/inc/stm32f10x_rcc.h
RTC set the clock and display/library/inc/stm32f10x_rtc.h
RTC set the clock and display/library/inc/stm32f10x_sdio.h
RTC set the clock and display/library/inc/stm32f10x_spi.h
RTC set the clock and display/library/inc/stm32f10x_systick.h
RTC set the clock and display/library/inc/stm32f10x_tim.h
RTC set the clock and display/library/inc/stm32f10x_type.h
RTC set the clock and display/library/inc/stm32f10x_usart.h
RTC set the clock and display/library/inc/stm32f10x_wwdg.h
RTC set the clock and display/library/src/
RTC set the clock and display/library/src/stm32f10x_adc.c
RTC set the clock and display/library/src/stm32f10x_bkp.c
RTC set the clock and display/library/src/stm32f10x_can.c
RTC set the clock and display/library/src/stm32f10x_crc.c
RTC set the clock and display/library/src/stm32f10x_dac.c
RTC set the clock and display/library/src/stm32f10x_dbgmcu.c
RTC set the clock and display/library/src/stm32f10x_dma.c
RTC set the clock and display/library/src/stm32f10x_exti.c
RTC set the clock and display/library/src/stm32f10x_flash.c
RTC set the clock and display/library/src/stm32f10x_fsmc.c
RTC set the clock and display/library/src/stm32f10x_gpio.c
RTC set the clock and display/library/src/stm32f10x_i2c.c
RTC set the clock and display/library/src/stm32f10x_iwdg.c
RTC set the clock and display/library/src/stm32f10x_lib.c
RTC set the clock and display/library/src/stm32f10x_nvic.c
RTC set the clock and display/library/src/stm32f10x_pwr.c
RTC set the clock and display/library/src/stm32f10x_rcc.c
RTC set the clock and display/library/src/stm32f10x_rtc.c
RTC set the clock and display/library/src/stm32f10x_sdio.c
RTC set the clock and display/library/src/stm32f10x_spi.c
RTC set the clock and display/library/src/stm32f10x_systick.c
RTC set the clock and display/library/src/stm32f10x_tim.c
RTC set the clock and display/library/src/stm32f10x_usart.c
RTC set the clock and display/library/src/stm32f10x_wwdg.c
RTC set the clock and display/project/
RTC set the clock and display/project/EWARM/
RTC set the clock and display/project/EWARM/cortexm3_macro.s
RTC set the clock and display/project/EWARM/Debug/
RTC set the clock and display/project/EWARM/Debug/Exe/
RTC set the clock and display/project/EWARM/Debug/Exe/RTC.d79
RTC set the clock and display/project/EWARM/Debug/Exe/RTC.elf
RTC set the clock and display/project/EWARM/Debug/Exe/RTC.hex
RTC set the clock and display/project/EWARM/Debug/Exe/RTC.sim
RTC set the clock and display/project/EWARM/Debug/List/
RTC set the clock and display/project/EWARM/Debug/List/main.lst
RTC set the clock and display/project/EWARM/Debug/List/RTC.map
RTC set the clock and display/project/EWARM/Debug/List/stm32f10x_bkp.lst
RTC set the clock and display/project/EWARM/Debug/List/stm32f10x_flash.lst
RTC set the clock and display/project/EWARM/Debug/List/stm32f10x_gpio.lst
RTC set the clock and display/project/EWARM/Debug/List/stm32f10x_it.lst
RTC set the clock and display/project/EWARM/Debug/List/stm32f10x_lib.lst
RTC set the clock and display/project/EWARM/Debug/List/stm32f10x_nvic.lst
RTC set the clock and display/project/EWARM/Debug/List/stm32f10x_pwr.lst
RTC set the clock and display/project/EWARM/Debug/List/stm32f10x_rcc.lst
RTC set the clock and display/project/EWARM/Debug/List/stm32f10x_rtc.lst
RTC set the clock and display/project/EWARM/Debug/List/stm32f10x_usart.lst
RTC set the clock and display/project/EWARM/Debug/List/stm32f10x_vector.lst
RTC set the clock and display/project/EWARM/Debug/Obj/
RTC set the clock and display/project/EWARM/Debug/Obj/cortexm3_macro.r79
RTC set the clock and display/project/EWARM/Debug/Obj/main.r79
RTC set the clock and display/project/EWARM/Debug/Obj/RTC.pbd
RTC set the clock and display/project/EWARM/Debug/Obj/stm32f10x_bkp.r79
RTC set the clock and display/project/EWARM/Debug/Obj/stm32f10x_flash.r79
RTC set the clock and display/project/EWARM/Debug/Obj/stm32f10x_gpio.r79
RTC
RTC set the clock and display/library/
RTC set the clock and display/library/inc/
RTC set the clock and display/library/inc/cortexm3_macro.h
RTC set the clock and display/library/inc/stm32f10x_adc.h
RTC set the clock and display/library/inc/stm32f10x_bkp.h
RTC set the clock and display/library/inc/stm32f10x_can.h
RTC set the clock and display/library/inc/stm32f10x_crc.h
RTC set the clock and display/library/inc/stm32f10x_dac.h
RTC set the clock and display/library/inc/stm32f10x_dbgmcu.h
RTC set the clock and display/library/inc/stm32f10x_dma.h
RTC set the clock and display/library/inc/stm32f10x_exti.h
RTC set the clock and display/library/inc/stm32f10x_flash.h
RTC set the clock and display/library/inc/stm32f10x_fsmc.h
RTC set the clock and display/library/inc/stm32f10x_gpio.h
RTC set the clock and display/library/inc/stm32f10x_i2c.h
RTC set the clock and display/library/inc/stm32f10x_iwdg.h
RTC set the clock and display/library/inc/stm32f10x_lib.h
RTC set the clock and display/library/inc/stm32f10x_map.h
RTC set the clock and display/library/inc/stm32f10x_nvic.h
RTC set the clock and display/library/inc/stm32f10x_pwr.h
RTC set the clock and display/library/inc/stm32f10x_rcc.h
RTC set the clock and display/library/inc/stm32f10x_rtc.h
RTC set the clock and display/library/inc/stm32f10x_sdio.h
RTC set the clock and display/library/inc/stm32f10x_spi.h
RTC set the clock and display/library/inc/stm32f10x_systick.h
RTC set the clock and display/library/inc/stm32f10x_tim.h
RTC set the clock and display/library/inc/stm32f10x_type.h
RTC set the clock and display/library/inc/stm32f10x_usart.h
RTC set the clock and display/library/inc/stm32f10x_wwdg.h
RTC set the clock and display/library/src/
RTC set the clock and display/library/src/stm32f10x_adc.c
RTC set the clock and display/library/src/stm32f10x_bkp.c
RTC set the clock and display/library/src/stm32f10x_can.c
RTC set the clock and display/library/src/stm32f10x_crc.c
RTC set the clock and display/library/src/stm32f10x_dac.c
RTC set the clock and display/library/src/stm32f10x_dbgmcu.c
RTC set the clock and display/library/src/stm32f10x_dma.c
RTC set the clock and display/library/src/stm32f10x_exti.c
RTC set the clock and display/library/src/stm32f10x_flash.c
RTC set the clock and display/library/src/stm32f10x_fsmc.c
RTC set the clock and display/library/src/stm32f10x_gpio.c
RTC set the clock and display/library/src/stm32f10x_i2c.c
RTC set the clock and display/library/src/stm32f10x_iwdg.c
RTC set the clock and display/library/src/stm32f10x_lib.c
RTC set the clock and display/library/src/stm32f10x_nvic.c
RTC set the clock and display/library/src/stm32f10x_pwr.c
RTC set the clock and display/library/src/stm32f10x_rcc.c
RTC set the clock and display/library/src/stm32f10x_rtc.c
RTC set the clock and display/library/src/stm32f10x_sdio.c
RTC set the clock and display/library/src/stm32f10x_spi.c
RTC set the clock and display/library/src/stm32f10x_systick.c
RTC set the clock and display/library/src/stm32f10x_tim.c
RTC set the clock and display/library/src/stm32f10x_usart.c
RTC set the clock and display/library/src/stm32f10x_wwdg.c
RTC set the clock and display/project/
RTC set the clock and display/project/EWARM/
RTC set the clock and display/project/EWARM/cortexm3_macro.s
RTC set the clock and display/project/EWARM/Debug/
RTC set the clock and display/project/EWARM/Debug/Exe/
RTC set the clock and display/project/EWARM/Debug/Exe/RTC.d79
RTC set the clock and display/project/EWARM/Debug/Exe/RTC.elf
RTC set the clock and display/project/EWARM/Debug/Exe/RTC.hex
RTC set the clock and display/project/EWARM/Debug/Exe/RTC.sim
RTC set the clock and display/project/EWARM/Debug/List/
RTC set the clock and display/project/EWARM/Debug/List/main.lst
RTC set the clock and display/project/EWARM/Debug/List/RTC.map
RTC set the clock and display/project/EWARM/Debug/List/stm32f10x_bkp.lst
RTC set the clock and display/project/EWARM/Debug/List/stm32f10x_flash.lst
RTC set the clock and display/project/EWARM/Debug/List/stm32f10x_gpio.lst
RTC set the clock and display/project/EWARM/Debug/List/stm32f10x_it.lst
RTC set the clock and display/project/EWARM/Debug/List/stm32f10x_lib.lst
RTC set the clock and display/project/EWARM/Debug/List/stm32f10x_nvic.lst
RTC set the clock and display/project/EWARM/Debug/List/stm32f10x_pwr.lst
RTC set the clock and display/project/EWARM/Debug/List/stm32f10x_rcc.lst
RTC set the clock and display/project/EWARM/Debug/List/stm32f10x_rtc.lst
RTC set the clock and display/project/EWARM/Debug/List/stm32f10x_usart.lst
RTC set the clock and display/project/EWARM/Debug/List/stm32f10x_vector.lst
RTC set the clock and display/project/EWARM/Debug/Obj/
RTC set the clock and display/project/EWARM/Debug/Obj/cortexm3_macro.r79
RTC set the clock and display/project/EWARM/Debug/Obj/main.r79
RTC set the clock and display/project/EWARM/Debug/Obj/RTC.pbd
RTC set the clock and display/project/EWARM/Debug/Obj/stm32f10x_bkp.r79
RTC set the clock and display/project/EWARM/Debug/Obj/stm32f10x_flash.r79
RTC set the clock and display/project/EWARM/Debug/Obj/stm32f10x_gpio.r79
RTC
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.