搜索资源列表
14.1-Exti
- STM32 开发板例子:外部中断. 开发环境:Keil For ARM
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的状态
STM32-EXTI-interrupt
- 本实验进入停止模式方式,并使用User Button来唤醒 ** 注意:进入停止模式可能会导致调试工具不能下载。 ** 解决方法:不断按User Button唤醒CPU,并同时下载。-Way into the stop mode of the experiment, and use the User Button to wake up** Note: may result in stop mode debugging tools can not be downloaded.** Work
STM32-EXTI-and-Key
- STM32 用外部中断做的键盘,使用外部中断线0 13和15,而且键盘具有优先级,功能较全面-STM32 to do with the external keyboard interrupt, external interrupt lines 013 and 15, and the keyboard has a priority, features a more comprehensive
EXTI
- stm32外部中断通过按键控制LED,实用有效,很好的入门级程序-EXTI LED KEY
connect_pc
- STM32的模块代码,演示了串口,NVIC,GPIO,EXTI等相关程序-STM32 module code that demonstrates serial, NVIC, GPIO, EXTI and other related procedures
connect_pc_test
- STM32的模块代码,演示了串口,NVIC,GPIO,EXTI等相关程序-STM32 module code that demonstrates serial, NVIC, GPIO, EXTI and other related procedures
GPIO
- STM32的模块代码,演示了串口,NVIC,GPIO,EXTI等相关程序-STM32 module code that demonstrates serial, NVIC, GPIO, EXTI and other related procedures
EXTI-INTERRUPT
- 使用stm32的io口作为exit外部中断的输入功能,用按键作为输入实现中断功能-Use stm32 IO mouth as exit external interruption of input function, with buttons as input realize interrupt function
ARM7-STM32(EXTI)
- ARM7以STM32核心板资源 中断函数-ARM7 to STM32 core board resources interrupt function
11_exti
- stm32 外部中断 固件库 大连理工大学 信通学院-stm32 exti
STM32-EXTI
- STM32 外部中断实验 通过按键中断 实现对LED灯亮灭的控制-STM32 EXTI
pwm-DJ(EXTI)
- STM32通过中断0和中断1控制舵机转向-STM32 control steering steering
STM32-GPIO_uart
- 利用GPIO、EXTI外部中断、TIM定时器实现URAT串口,该例子来自21IC网,未做改动,明天自己调试,看看效果 完全是根据UART协议编写-Using GPIO, EXTI external interrupt, TIM timer URAT serial port, the example from 21 IC net, do not make changes, their debugging tomorrow, see the effect Writing is e
STM32-EXTI
- stm32EXTI 中断实验(中断控制LED)-stm32EXTI interrupt experiment (Interrupt Control LED)
STM32-Learn-course
- STM32学习基本例程,包含GPIO操作,串口,定时器,中断,系统时钟,PWM,LCD,看门狗 I2C-STM32 learn course,include(GPIO,USART,TIMER,EXTI,SYSTICK,PWM,LCD WDG,I2C)
stm32-exti
- STM32外部中断,可随意配置中断线,分配优先级,方便初学者快速掌握-STM32 Exti
Key-EXTI-external-interrupt
- 按键EXTI外部中断(STM32神舟IV号-库函数版)-Key EXTI external interrupt (STM32 Shenzhou IV numbers- library function version)
EXTI
- 实现外部中断,处理中断事件。。。。。。。。。(peripheral interrupt)
3-EXTI—外部中断
- stm32f429开发板上的例程,挺好的学习材料,外部中断的应用,代码写得很规范(Stm32f429 development board routines, very good learning materials, external interrupt application, code written very standardized)