搜索资源列表
STM32+EXTI.rar
- 本例展示了如何使用嵌套中断向量控制器(Nested Vectored Interrupt Controller)来设置IRQ通道。 把3个计时器(TIM2,3,4)设置为在每一个计数器更新事项(counter update event)产生中断。这三个计时器都与各自对应的更新IRQ通道联系起来,并设置他们的中断优先级,TIM2为0,TIM4为2。 在他们各自的中断中:TIM2每1秒翻转一次PC.06的状态;TIM3每2秒翻转一次PC.07的状态;TIM4每3秒翻转一次PC.08的状态
PWM_Output_Input
- 用TIM3定时器在PA6、PA7、PB0、PB1输出四种频率相同占空比分别是50 、37.5 、25 、12.5 的信号。 用TIM2的PWM_Input功能,从PA1口捕获PWM信号的频率及占空比,并用USART1输出测量信息。-At TIM3 timer with PA6, PA7, PB0, PB1 output frequency of the same four are 50 duty cycle, respectively, 37.5 , 25 , 12.5 of the
LED
- STM8SLED例程,使用HSI为系统时钟源,并配置恰当的分频比; TIM2 CC2 输出PWM信号控制LD2亮度; TIM3 CC1 输出PWM信号控制LD3闪烁频率; TLI(PD7)中断用来打开/关闭LD4.-STM8SLED routine use of HSI for the system clock source, and configure the appropriate divide rat
SPI
- TIM3内核硬件实现SPI读取数据,硬件读取的速度更快,加之倍频更加提高了速度。-TIM3 core hardware SPI read data, read faster hardware, combined with increased frequency is more speed.
STM32-Generate-PWM-with-TIM3
- STM32 使用TIM3定时器产生一个占空比可调的PWM波,并用该PWM波驱动一个发光二极管,使二极管由亮到暗交替变化-STM32 use TIM3 timer to generate a variable duty cycle PWM wave, and the PWM wave drive with a light-emitting diode, the diode changes from bright to dark turn
Ultrasonic-Ranging
- stm32f103zet6通过中断和计时器TIM3,进行超声波测距-stm32f103zet6 through the interrupt and timer TIM3, ultrasonic ranging
TIM3
- STM32F103中TIM3的完整例程,能在四路输出通道上输出PWM波-STM32F103 in TIM3 complete routines in four output channels of PWM wave
TIM3PWM
- 基于stm32开发板的,使用库函数,利用TIM3产生4路的PWM。-Based on stm32 development board, using the library function, use TIM3 produce 4 PWM road.
TIM3--generates-4-PWM
- STM32中TIM3产生4路不同占空比的PWM波-STM32 generated in TIM3, 4-way duty cycle of the PWM wave
stm32-tim3--4pwm-stepmotor
- 利用stm32的tim3实现4路pwm输出控制步进电机,占空比一定,周期可调,从而实现电机调速-Using STM32 tim3 to achieve 4 PWM output to control the stepper motor, duty cycle, cycle adjustable, so as to realize the motor speed control
TIM3-generate-PWM
- STM32F407-TIM3产生占空比可调PWM-STM32F407-TIM3 generate ontime adjustable PWM
1-TIM3--INT
- stm32f103 tim3 定时器中断,做其他事情,源程序,MDK环境,V3.5库-stm32f103 tim3 intrupt,MDK4.7,V3.5lib
TIM3--PWM
- 利用stm32单片机的tim3产生四路PWM波,其占空比可调,-tim generate four PWM wave, its adjustable duty cycle
TIM3
- ARM,STM32F103VET6 TIM3定时-ARM,STM32F103VET6 the funciton of TIM3
stm32-tim3
- 配置STM32的TIM3定时器中断,实现了延时精度1ms的功能,开发工具为IAR。-Configuring the STM32 TIM3 timer interrupt, to achieve a precision of 1ms delay function, development tools for the IAR.
TIM3-output-single-PWM
- 在单片机stm32上实现TIM3上实现单路输出PWM-Single-channel PWM output on the microcontroller stm32 achieve TIM3
TIM3-output-fourth-PWM
- 在单片机stm32上实现TIM3上实现四路输出PWM-Achieved four TIM3 PWM output on the microcontroller stm32
TIM3四路 PWM输出实验
- 完美输出四路pwm波 用不同的通道来改变占空比 用pc接口(Perfect output four way PWM wave, with different channels to change duty cycle, with PC interface)
STM32-TIM3
- TIM3代码例程,包括头文件、源文件以及基于定时器3的用户代码,下载后可直接运行。(TIM3 code routines, including header files, source files and user code based on timer 3, download can be run directly.)
RFID+COM
- 通过RC522读取MIFARE F1射频卡,通过定时器tim3定时扫描。读卡、写卡、存储等操作(Read the MIFARE F1 RF card through RC522, and scan regularly through timer tim3. Read card, write card, store and so on)