搜索资源列表
pwm_1
- The PWM_1 project is a simple program for the STM32F103RBT6 using Keil MCBSTM32 Evaluation Board and demonstrating the use of PWM (Pulse Width Modulation) with Timer TIM4.
pwm_1
- The PWM_1 project is a simple program for the STM32F103RBT6 using Keil MCBSTM32 Evaluation Board and demonstrating the use of PWM (Pulse Width Modulation) with Timer TIM4.
STM32+EXTI
- 本例展示了如何使用嵌套中断向量控制器(Nested Vectored Interrupt Controller)来设置IRQ通道。 把3个计时器(TIM2,3,4)设置为在每一个计数器更新事项(counter update event)产生中断。这三个计时器都与各自对应的更新IRQ通道联系起来,并设置他们的中断优先级,TIM2为0,TIM4为2。 在他们各自的中断中:TIM2每1秒翻转一次PC.06的状态;TIM3每
stm32_pwm_2
- a simple program for the STM32F103RBT6 using Keil MCBSTM32 Evaluation Board and demonstrating the use of PWM (Pulse Width Modulation) with Timer TIM4.-a simple program for the STM32F103RBT6 using Keil MCBSTM32
TIM4
- STM8S208 定时器tim4驱动程序-STM8S208 tim4 driver
IAR_template_atomthreads_stm8l_v1.3
- IAR EW STM8下atom_threads轻量级实时操作系统,专用于STM8L系列的工程模板。笔者移植时选用TIM4作为系统节拍定时器。例子有四个任务,三个为LED控制,第四个是看门狗控制,在ST官方STM8L152 Discovery实验板上调试通过。atom_threads升级到1.3版,IAR EW STM8环境为1.3版,STM8L固件库为目前最新的1.51版。 -IAR EW STM8 under atom_thre
stm8l152-tim4
- 基于STM8L的定时器TIM4 完成对LED灯的定时功能-Based on the Timer TIM4 STM8L complete timing LED lights
TIM4
- STM8S105C6中利用TIM4中断程序控制LED 闪烁-STM8S105C6 using TIM4 interrupt program control LED flashes
TIM4
- stm8l152c6t6的定时器4操作,基于寄存器配置的-stm8l152c6t6 TIM4
STM8S-peripheral-drivers
- STM8S 外设驱动 ADC BEEP CLK_Modify EEPROM TIM2(16位) TIM4(8位) wdg-STM8S peripheral drivers ADC BEEP CLK_Modify EEPROM TIM2 (16 位) TIM4 (8 位) wdg
STM8-TIM4(V1.0_2012-10-12)
- stm8s 定时器实验,使用官方库实现,解析很详细-stm8s timer experiment, using the official library implementation, a very detailed analysis
PWM_IR-stm32f103c8
- stm32f103c8t6上面实现uart3的Irda功能接受红外字符,控制TIM4上面4个通道的pwm输出占空比-stm32f103c8t6 functions to achieve the above uart3 acceptance of Irda Infrared character, control TIM4 above 4 channel pwm output duty
STM32-PWM
- 这是STM32F103C8T6 PWM-TIM4调试代码-This is STM32F103C8T6 PWM-TIM4 debugging code
TiM4
- TI杯电子设计竞赛所用的TM4C123G最小系统版所需的外设驱动,有红外接收,LCD12864,LCD1602,16位DAC,单片机内三次线性插值的程序。自己写的,效率和稳定性都优化过了-look chinese
TIM3andTIM4500msled
- TIM3和TIM4定时500msled,tim3和tim4定时-TIM3 and TIM4 timing 500msled
stm8_play_alarm_voice
- stm8发出警报声的最简程序.将这个程序放在tim4里面,10ms进一次中断.另在tim3里面加io翻转函数,tim3中断设为1ms.就能发出标准的报警声音,还可以修改立即数,以发出不同的报警声腔,甚至是鸟叫声等.-stm8 play alarm voice
master-tim2-slave-tim4-PWM
- stm32定时器的例程,功能就是采用主定时器tim2 从定时器为tim4 输出指定脉冲数-stm32 timer routine function is to use the master timer tim2 tim4 output the timer to specify the number of pulses
capture
- 本次实验,使用TIM4产生一个1K的频率输出,用TIM1进行捕获。并测出频率计算 TIM1 的时基单元配置:关于TIM1的时基设置问题前文已经讨论过了。这里只有一点需要明确的,就是为了尽量减少更新事件,将TIM_Period设置到最大即0xFFFF。定时器时钟设置成2M,这样定时器的更新频率就是30Hz,不会造成两次捕获之间产生多次更新。-his experiment, using the TIM4 produce a 1 k fr
encoder_urt_speed
- STM32 TIM4编码器模式中,32位编码长度延伸,USART同步显示在数码管 双T法测速-STM32 TIM4 encoder mode, coding length extension 32-bit, USART synchronously displayed in digital tube
贪吃蛇
- 贪吃蛇小游戏,使用用c语言,用的是tim4的单片机,实现了一些简单的操作(37 / 5000 Greedy snake games, using c language, using a single chip microcomputer of Tim 4, to achieve some simple operations)