搜索资源列表
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-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
ST32exti
- ST32 基于(英蓓特)STM32V100的EXTI程序 This example shows how to configure an external interrupt line. In this example, the EXTI line 9 is configured to generate an interrupt on each falling edge. In the interrupt routine a led connected to PC.06 is to
EXTI
- This example shows how to configure an external interrupt line-THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME. * AS A RESULT, STMICROEL
EXTI
- 内含对STM32外部中断的基础介绍以及完整的设置外部中断的源码和解说-External interrupt for STM32 contains basic introduction and a complete set of external interrupt source
STM32-EXTI
- 使用STM32库编写的外部中断程序,程序已经在开发板上验证可行性。-This is the code while had been test on a boad.
main
- stm32f4 discovery usart and exti example. press the user button and send a character via usart
exti
- 基于STM32的外中断编程,自己编写的一个简单程序,简洁明了,适合初学者学习。-Based on the STM32 outside interrupt programming, a simple program I have written, concise, and suitable for beginners to learn.
EXTI
- ARM中断方式LED灯显示程序源代码,调用函数库,很好的例程-The ARM interrupt LED lights to show programming source code, call the library, a good routine
EXTI
- 两个按键控制彩灯的红、绿灯反转,按一下KEY1 红灯反转一次,按一下KEY2,绿灯反转一次-Two buttons to control lights red, green reverse, click the KEY1 red inverted once, click KEY2, reversing a green light
IR_RS232
- 红外遥控代码,需要重新配置SysTick的中断优先级为最高,要不然SysTick延时中断抢占不了IO EXTI中断,或者当你用其他定时器做延时的时候,要配置定时器的优先级高于IO EXTI中断的优先级.(Reconfiguration of SysTick interrupts the highest priority, otherwise SysTick delay interrupts cannot preempt IO EXTI interrupts * because the defa
