搜索资源列表
SysTick
- STM32是以Cortex-M3为核的处理器,该例程介绍STM32下如何对系统时钟进行操作。系统时钟提供了精确的定时,如实时操作系统就是依靠这个来定时的。
SysTick精确定时
- SysTick定时器精确定时1ms和1us。
stm32-1602
- stm32 1602自己写的驱动 并且加入了矩阵键盘 线反转法的 很清晰详细 有debug模式 systick精确延时 文件清晰 请大家玩玩哈哈 -stm32 1602 and joined the drive to write their own keyboard line matrix inversion method is very clear and detailed with precision delay file debug mode systick clear please pl
SysTick
- stm32中准确延时用的文件,因为时钟速度过快且应用广,要实现ms的延迟是很困难的,所以用嘀嗒时钟。-make sure the delay time is just the time we wanted.
SYSTick
- 基于ARM的32位STM32 SYSTick延时函数-ARM-based 32-bit STM32 SYSTick delay function
05-SysTick
- stm32 systick 开发板上的资料例程-stm32 systick
SysTick
- STM32 程序【05】系统节拍定时 对于学习STM32的初学者来说是很有用的,经测试是可以用的-STM32 program [05] system tick timer for beginners to learn the STM32 is useful, the test can be used
STM32-delay-lib-v1.00
- STM32延迟库函数,采用SysTick计时,包含delay_us、delay_ms功能,实测误差0.6us。-Delay functions of STM32 library, Using ysTick timer for timing. It includes delay_us and delay_ms function. The measured error is 0.6us according to the oscilloscope.
6_ADC_TEMP_dma_systick_lcd
- stm32处理器,adc后采集的温度数据经dma读取,串口显示,systick时钟延迟,lcd显示温度数据!-stm32 processor ,temperature data collected in the adc which is read by dma serial and display by systick clock delay, lcd display temperature data
RTC_Systick
- stm32 范例,RTC BKP备服配置说明,以及systick-stm32 rtc BKP systick
05 SysTick
- STM32的系统时钟例程。。。。。。。。。。(STM32 SYSTICK example.................)
STM32F0XX教程+例程源码
- STM32F0XX教程+例程源码 教程目录: 工程篇:搭建KEIL-MDK开发平台及制作MDK工程文件模板.pdf 资料篇-NUCLEO-072RB开发板特性讲解及资料准备.pdf 初级教程篇:按键(中断方式)实现24C04存储器内容读写.pdf 初级教程篇:实现一个LED灯(软件延时 systick定时器).pdf 中级教程篇:利用SPI总线构建NUCLEO-072RB和NUCLEO-302RB双机处理系统.pdf 中级教程篇:利用定时器实现6路互补PWM波形输出.pdf 高级教程篇:基于L
CT117E-8th 蓝桥杯嵌入式 官网范例程序1
- stm32入门范例程序,配套开发板CT117E,内含:LED,Systick,串口,LCD,键盘,中断,是学习stm32的基础与实用程序,keil编译