搜索资源列表
STM32.RAR
- STM32所有开发例子程序.RAR GPIO_out 8个led闪烁 注意:接跳线D1_CS, D2_CS, LCD 液晶上显示英文字符 LCD_汉字 液晶上显示汉字 LCDBMP 液晶上显示图片 ADC 液晶上显示采的电压值 SDcard SD卡上建立一个文件 UART 串口发送字符在液晶上显示 RTC 液晶上显示时间 ExIRQ 外部中断,S2给中断信号 Timer 定时 CAN CAN总线-STM32 ex
STM32_Intterupt_LED
- STM32外部中断,按键控制LED灯,按键在使用时要加复用功能。-The STM32 external interrupt button to control the LED light button when in use plus reuse.
EXTI1
- STM32开发板外部中断的例子,这个例子中,可以通过外部中断控制相应的外设.-demo of external interrupt of STM32 ,you may use external interrupt to control device.
STM32-external-interrupt-test
- STM32外部中断实验,我买的光盘里的例子,喜欢的朋友下载把-STM32 external interrupt test, I bought the CD in the case, like a friend to download the
STM32-WWDGPLCD1602-Sec-counter
- WWDG+LCD1602秒表实验;* WWDG + LCD1602 秒表实验 *两个按键中断方式控制,计时精确到10ms *key1--Start/Stop---PA8(板子上User键) key2---Clear---PC13(板子上Tamper键) *LCD1602接线:D0~D7--->PD[0..7] RS->PE0 RW->PE1 E->PE2(外部接上拉电阻到5V) *by 追梦 2011-4-8 *change by:追梦 2011-
EXTI
- STM32的外部中断程序,如果大家有对ARM感兴趣的话,这个对你有很大的帮助-STM32 external interrupt program, if you are interested in the ARM, then this is very helpful for you
EXTI
- 内含对STM32外部中断的基础介绍以及完整的设置外部中断的源码和解说-External interrupt for STM32 contains basic introduction and a complete set of external interrupt source
5exit
- stm32,火牛开发板外部中断实验,基础实验-stm32, AC adapter board external interrupt test, basic experiments. . . .
application-of-interrupted-Buzzer
- STM32外部中断应用,中断产生时候蜂鸣器鸣叫-Application of STM32 external interrupt ,the buzzer sounds when interrupt is generated
STM32-EXTI
- 使用STM32库编写的外部中断程序,程序已经在开发板上验证可行性。-This is the code while had been test on a boad.
EXT
- STM32外部中断的一个的实例程序,可以参考下,在STM32的IAR开发环境下。-An external interrupt STM32 example programs, you can refer to the STM32 IAR development environment.
EXTI_GPIO
- STM32外部中断例程,利用按键产生中断驱动led-The STM32 external interrupt routines, use the button to generate an interrupt-driven led
STM32
- STM32 外部中断程序,用于学习用中断来控制按键-STM32 External Interrupt program
STM32-EXTI
- STM32f103RBT6 外部中断实验,适合新手学习-STM32 External Interrupt
STM32-EXIT-Interrupt
- STM32 外部中断代码 主要测试外部端口输入 输出中断响应-Stm32 exit interrupt port Stm32 exit interrupt port Stm32 exit interrupt port Stm32 exit interrupt port
stm32_exit
- stm32外部中断代码,编译环境的keil4,3.5版本的库函数-STM32 external interrupt code, the compiler environment keil4, 3.5 version of the library function
STM32超声波测距
- 基于STM32的超声波测距模块代码,通过外部中断实现测距功能(STM32 based ultrasonic ranging module code, through external interrupt ranging function)
STM32 外部中断
- STM32f103vet6进行外部中断,进行led闪烁(STM32f103vet6 for external interrupts and LED flashes)
例程4 外部中断
- 从零开始学STM32,运用外部中断方式控制蜂鸣器发出声音,适用于有51单片机基础的新手。(Learn STM32 from scratch, use the external interrupt mode to control the buzzer to make sounds. It is suitable for beginners who have a basis of 51 SCM.)
stm32外部中断功能
- 实现了stm32系列处理器的外部中断功能,其中包含了所需各个部件的源码