搜索资源列表
stm32f103时钟中断源码
- 是stm32f103的时钟中断源码,共大家学习参考
ourdev_478944
- PLC 测试代码,芯片STM32,测试内容:RAM定位 GPIO PWM Systick RTC ADC DMA EEPROM(24C16) USART 外部中断 -PLC test code, chip STM32, contents of the tests: RAM location GPIO PWM Systick RTC ADC DMA EEPROM (24C16) USART External Inter
STM32F103_USART
- stm32 串口的中断收发 内有详细介绍-stm32 usart riq! riq! riq! riq! riq!
LED-control---interput
- 可控,外部中断,准确延时,stm32开发板-Controllable, external interrupt, an accurate delay
STM32_TIM
- STM32定时器的应用,产生1ms的中断和10us的延迟,希望对大家有用-STM32 timer application, generate 1ms interrupt and 10us delay, and hope to be useful
stm32_UART
- stm32串口中断收发例程_查询发送中断接收,采用3.5库-stm32 serial interrupt transceiver routines _ query sent interrupt reception, with 3.5 library
USART-transport-by-STM32MCU
- 使用STM32单片机进行串口通信功能的实现。(通过中断方式进行)-STM32 microcontrollers using serial communication functions. (Through interrupt)
STM32-interrupt
- 基于STM32F103RBT6或者STM32F103RBT6的中断测试程序,是学习STM32的参考代码! -Based on STM32F103RBT6 or STM32F103RBT6 interrupt test procedures, is to learn STM32 reference code!
STM32-keytest
- 基于STM32F103RBT6或者STM32F103RBT6的外部中断按键触发测试程序,是学习STM32的参考代码! -Based on STM32F103RBT6 or STM32F103RBT6 external interrupt button trigger test procedure is to learn the STM32 reference code!
STM32_DMA中断从机
- 实现步进电机的S曲线启动与减速,实际项目使用(S stepper motor implementation of the curve to start and slow down, the actual use of the project)
STM32key4x4Interrupt-Mode
- 基于STM32的矩阵键盘程序,采用中断方式书写,可以直接使用(STM32 matrix keyboard program)
实验5 外部中断实验
- 此程序用stm32控制外部中断 实验通俗易懂(This procedure with STM32 control, external interrupt experiment, easy to understand)
定时器中断
- stm32芯片定时器的中断的实现,对32定时器的初始化和GPIO口的操控(STM32 chip timer interrupt the realization of the 32 timer initialization and GPIO port control)
EXTI+USART
- 外部中断使用,源地工作室stm32最小系统外部终端使用(exitThe use of external interrupt source, studio STM32 minimum system external terminal use)
测量频率
- 功能:测量两路输入的频率,并在液晶上显示。 有两种方法测频率,一种是周期测频法,一种是频率计数法: 周期测频法要求有参考时钟,通过对一个或者几个周期信号内参考时钟的计数来测量; 频率计数法就是单位时间内测出被测信号的改变次数,从而得到频率。 第一种方法的精度与参考时钟的速度有关,速度越快精度越高,第二种的精度跟所取的单位时间有关,时间越长,精度越高。所以前者适合测低频,后者适合测高频。 所以要想测量准确就得看你所测信号的频率范围了。 你也可以结合这两者的优势,实现互补。
实验5 外部中断实验
- 利用stm32实现中断,含有各种中断情况(Interruption experiment)
7_定时器多通道
- 多通道定时器的运用,有三个中断,分别产生不同现象(There are three interruptions in the application of multi-channel timer, which produce different phenomena)
STM32矩阵键盘
- 使用中断方式i实现在STM32F103上的矩阵键盘。修改端口所有的需要修改的地方已用宏定义列出。方便修改(Use interrupt mode I to implement the matrix keyboard on STM32F103. All the modifications needed to modify the port are listed in the macro definition. Convenient modification)
W5500+stm32+interrupt
- W5500+stm32示例代码使用中断方式(W5500+stm32 sample code use interrupt way)
STM32正交编码器_外部中断
- 用外部中断实现编码器计数,不用STM32自带的编码器接口模式(Encoder Counting with External Interrupt)