Location:
Search - SysTick
Search list
Description: SysTick定时器精确定时1ms和1us。
Platform: |
Size: 131299 |
Author: jerr4524189@163.com |
Hits:
Description: 我不得不说意法半导体确实有点风骚!甚至有点变态。我对ST文档 STM32F10XXX参考手册的编辑水平真是不敢恭维。手册中好多说明都是含糊不清,甚至将好多对初学者来说很重要的地方都一笔带过,让人着实摸不着头脑。比如前面我说过的关于NVIC嵌套向量中断控制器的介绍,这部分我认为是非常重要的,但当你看完他这部分介绍,你根本不会设置中断服务程序,他有哪些寄存器都不知道,更别说去设置了,NVIC的详细介绍是在Cotex-M3中有详细的介绍,不多说。今天我们说的是systick定时器。
Platform: |
Size: 94208 |
Author: wangruixu1121@163.com |
Hits:
Description: STM32是以Cortex-M3为核的处理器,该例程介绍STM32下如何对系统时钟进行操作。系统时钟提供了精确的定时,如实时操作系统就是依靠这个来定时的。-Cortex-M3 based STM32-core processor for the routine introduction STM32 how to operate on the system clock. System clock provides a precise timing, such as real-time operating system is to rely on this timing.
Platform: |
Size: 12288 |
Author: 熊刚 |
Hits:
Description: stm32中准确延时用的文件,因为时钟速度过快且应用广,要实现ms的延迟是很困难的,所以用嘀嗒时钟。-make sure the delay time is just the time we wanted.
Platform: |
Size: 131072 |
Author: 汉姆 |
Hits:
Description: 系统节拍定时,包括SysTick的基本介绍、操作以及中断控制等方面。-System beats from time to time, including a basic introduction SysTick, operation, and interrupt control.
Platform: |
Size: 112640 |
Author: woooh |
Hits:
Description: ARM 1138的系统节拍定时器介绍及使用例程。内容详细,实例清楚。(为光盘自带)编译环境为IAR.-ARM 1138 beat the system and the use of timer routines introduced. Detailed, clear examples. (For CD-ROM self-) compiler environment IAR.
Platform: |
Size: 147456 |
Author: zhanghua |
Hits:
Description: 基于ARM的32位STM32 SYSTick延时函数-ARM-based 32-bit STM32 SYSTick delay function
Platform: |
Size: 54272 |
Author: 李四 |
Hits:
Description: ARM cortex-M3系列处理器的代码,包括同步串行接口SSI、系统节拍定时SysTick、系统控制SysCtl。(IAR环境工程)-ARM cortex-M3 family of processors code, including synchronous serial interface SSI, the system beat timing SysTick, system control SysCtl. (IAR Environmental Engineering)
Platform: |
Size: 771072 |
Author: 孙庆洲 |
Hits:
Description: LCD_BMP 是芯片STM32F103RBT6的一个例子
使用智林 Z32R 开发板演示如何在真彩液晶上显示位图。
例子:
- 时钟配置:
- XTAL = 12.00 MHz
- SYSCLK = 72.00 MHz
- HCLK = SYSCLK = 72.00 MHz
- PCLK1 = HCLK/2 = 36.00 MHz
- PCLK2 = HCLK = 72.00 MHz
- ADCLK = PCLK2/6 = 12.00 MHz
- SYSTICK = HCLK/8 = 9.00 MHz
- 在真彩液晶上显示位图-' LCD_BMP' is an example of the use of chip STM32F103RBT6 Zhilin ' Z32R' development board shows how the true color LCD display bitmap. Example:- Clock Configuration:- XTAL = 12.00 MHz- SYSCLK = 72.00 MHz- HCLK = SYSCLK = 72.00 MHz- PCLK1 = HCLK/2 = 36.00 MHz- PCLK2 = HCLK = 72.00 MHz- ADCLK = PCLK2/6 = 12.00 MHz- SYSTICK = HCLK/8 = 9.00 MHz- in true color LCD display bitmap
Platform: |
Size: 323584 |
Author: 段和平 |
Hits:
Description: STM32V10xx的SysTick程序-STM32V10xx the SysTick program
Platform: |
Size: 377856 |
Author: chnny |
Hits:
Description: LPC1114开发板,示例程序,节拍功能,定时器的使用。
LPC1114,M0架构,低功耗。-LPC1114 development board, sample application, the beat features, the use of timers. LPC1114, M0 architecture, low power consumption.
Platform: |
Size: 229376 |
Author: yangyi |
Hits:
Description: This example shows how to configure the SysTick to generate a time base equal to
1 ms. The system clock is set to 72 MHz, the SysTick is clocked by the AHB clock
(HCLK).
Platform: |
Size: 32768 |
Author: 袁松 |
Hits:
Description: STM32 系统时钟实现多个时间定时,非常好用,方便-STM32 system clock timer multiple times
Platform: |
Size: 1024 |
Author: 张风 |
Hits:
Description: stm32的简易SYSTICK制作简易的流水灯,适合初学者。-stm32 simple SYSTICK made simple water lights, suitable for beginners.
Platform: |
Size: 3309568 |
Author: 王晓辉 |
Hits:
Description: stm32中利用系统滴答定时器产生的1ms时基准确延时程序,用于LED灯地闪烁-the use of the system tick timer stm32 produce accurate time-base 1ms delay program for the LED light flashing
Platform: |
Size: 1114112 |
Author: Enadfd |
Hits:
Description: 基于STM32芯片,SysTick系统定时器程序,最好在keil环境下结合STM32开发板硬件调试-Based on the STM32 chip, SysTick system timer program, the best combination of circumstances in keil STM32 development board hardware debugging
Platform: |
Size: 948224 |
Author: 沈冬冬 |
Hits:
Description: STM32F10x SysTick Examples
Platform: |
Size: 14336 |
Author: Ihor |
Hits:
Description: STM32使用systick 做延时的一点理解(Systick of STM32 is used to achieve the function of delay.)
Platform: |
Size: 200704 |
Author: ljmf5
|
Hits:
Description: -工程名称:SysTick—系统定时器
-实验平台: 秉火STM32 F429 开发板
-MDK版本:5.16
-ST固件库版本:1.5.1(SysTick,STM32 F429 ,MDK)
Platform: |
Size: 668672 |
Author: 阿东师
|
Hits:
Description: stm32f030 systick 工程模板(stm32f030 systick stm32f030 systick)
Platform: |
Size: 401408 |
Author: Ω囿圉Ω |
Hits: