搜索资源列表
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.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-I2C
- STM32 I2C 封装库1 – 查询方式 STM32 I2C 封装库2 – 中断方式 STM32 I2C 封装库3 – DMA方式 -STM32 I2C package library 1- ways to search for STM32 I2C package library 2- interrupt STM32 I2C package library 3- DMA mode
The-STM32-TIM-programming
- a)目的:基础PWM输入也叫捕获,以及中断配合应用。使用前一章的输出管脚PB1(19脚),直接使用跳线连接输入的PA3(13脚),配置为TIM2_CH4,进行实验。 b)对于简单的PWM输入应用,暂时无需考虑TIM1的高级功能之区别,按照目前我的应用目标其实只需要采集高电平宽度,而不必知道周期,所以并不采用PWM输入模式,而是普通脉宽捕获模式。 -A) purpose: basic PWM input also called capture, and interrupt coop
STM32-interrupt
- STM32中断优先级及应用笔记,非常好非常详细,对STM32开发者有很好的帮助,希望对大家有用-STM32 interrupt priority and application notes, very good and very detailed, developer of the STM32 has a good help, we want to be useful
stm32-pwm-output
- stm32 按键中断改变PWM输出的占空比,IAR工程-stm32 button to change the PWM output duty cycle interrupt, IAR project
EXTI
- STM32外部中断控制LED的小程序,希望对大家有用!-STM32 external interrupt control LED of small procedures in the hope for all of us!
TIMER_RVMDK
- 本源码为STM32的定时器使用例程,主要测试定时器2的功能。开发环境realviewMDK 将定时器2设置为输出比较模式,4个通道分别设置不同的比较值,因此每个通道产生中断的频率不同。在中断处理程序中分别相应的LED翻转,从而可以观察到4个闪烁频率不同的LED。 闪烁频率由快到慢:LD5、LD6、LD4、LD3。-The source code for the STM32 timer routine use, the main test Timer 2 functions. Develo
Stm32.Share
- STM32 通过串口flash更新程序, 不用固件库,包括: ADC采样, 定时器延时中断, 键盘扫描, 模拟I2C驱动 问题咨询: w123456xy@sohu.com 15189792379-STM32 through the serial flash update, without firmware libraries, including: ADC sampling, delay timer interrupt, keyboard scanning, I2C driver Advis
stm32
- stm32中断nvic的一点心得,关于中断的优先级,和寄存器配置-stm32 break point nvic experience, on the interrupt priority level, and register allocation
STM32-RTC-V2
- RTC模块的当前时间通过串口传送给PC机的超级终端显示,若RTC模块还未设置时间则通过超级终端进行设置。RTC秒中断每发生一次,发光二极管LED1闪烁一次。-RTC module to send the current time through the serial port PC-HyperTerminal shows that if RTC module is not yet set the time set by the Super Terminal. RTC seconds interr
STM32-UART-OK
- STM32F103R8T6 串行中断接收程序,GPIO控制程序。IAR版本5.30-STM32F103R8T6 serial interrupt source code
STM32-external-interrupt-test
- STM32外部中断实验,我买的光盘里的例子,喜欢的朋友下载把-STM32 external interrupt test, I bought the CD in the case, like a friend to download the
STM32-interrupt-program
- 初学者自己编写的STM32中断程序,并对程序添加了详细的注释。-I have written for beginners STM32 interrupt program, and the program adds detailed notes.
STM32-interrupt-note
- 关于STM32的中断的说明。用于中断编程-About the STM32 interrupt instructions. Used to interrupt programming
STM32-interrupt-priority-used
- STM32中断优先级与相关使用概念。对其中断优先级进行了详细的介绍。-STM32 interrupt priority used with related concepts
stm32-interrupt
- stm32的中断程序的编写属于教学用的源代码 能够教你正常的配置外部中断 的各个函数-write stm32 interrupt routine belonging teaching source code can teach you properly configure each function of the external interrupts
STM32-Interrupt
- STM32详细的中断向量表,包含优先级和函数名-STM32 Interrupt List, contains Interrupt Name
W5500模块-8路服务端模式-STM32例程(中断)
- W5500模块-8路服务端模式-STM32例程(中断)(The W5500 module 8 road service mode -STM32 (interrupt routines))
W5500+stm32+interrupt
- W5500+stm32示例代码使用中断方式(W5500+stm32 sample code use interrupt way)