文件名称:SysTick
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-12-11
- 文件大小:
- 13kb
- 下载次数:
- 0次
- 提 供 者:
- 峥*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
STM32官方例程,滴答时钟,可利用系统内的滴答进行延时,更加准确-This example shows how to configure the SysTick to generate a time base equal to
1 ms. The system clock is set to 24 MHz on Value line devices and to 72 MHz on
other devices, the SysTick is clocked by the AHB clock (HCLK).
A "Delay" function is implemented based on the SysTick end-of-count event.
Four LEDs are toggled with a timing defined by the Delay function.
1 ms. The system clock is set to 24 MHz on Value line devices and to 72 MHz on
other devices, the SysTick is clocked by the AHB clock (HCLK).
A "Delay" function is implemented based on the SysTick end-of-count event.
Four LEDs are toggled with a timing defined by the Delay function.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SysTick\TimeBase\main.c
.......\........\main.h
.......\........\readme.txt
.......\........\stm32f10x_conf.h
.......\........\stm32f10x_it.c
.......\........\stm32f10x_it.h
.......\........\system_stm32f10x.c
.......\TimeBase
SysTick