搜索资源列表
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+TIM.rar
- 本例展示了如何设置TIM工作在输出比较-非主动模式(Output Compare Inactive mode),并产生相应的中断。 TIM2时钟设置为36MHz,预分频设置为35999,TIM2计数器时钟可表达为: TIM2 counter clock = TIMxCLK / (Prescaler +1) = 1 KHz 设置TIM2_CCR1寄存器值为1000, CCR1寄存器值1000除以TIM2计数器时钟频率1KHz,为1000毫秒。因此,经过1000毫秒的时延,置PC.06
STM32_LED
- STM32的网页控制LED程序,网络IC是ENC28J60,可通过网网页控制LED-STM32 web control LED program, the network IC is ENC28J60, LED control through web pages
LCDDemo
- stm32例子,万利STM32板快速上手 -stm32 example, Manley STM32 board fast start
stm32-led
- 万利stm32开发板上的led例程,适合新手入门-Manley panel led development stm32 routines, suitable for beginners
led
- stm32f103单片机的LED编程 详细测试-stm32f103 microcontroller programming detailed testing of real-time clock
GPIO-LED-V1.0_OK
- 芯达 STM32 GPIO 测试 希望对大家有帮助-STM32 GPIO core of the test we want to help
STM32-Delay-Function-and-LED-
- STM32操作两个发光二极管,其中亮点在于延时函数,延时函数使用SysTick编写,而且已经写成头文件,方便以后调用-STM32 operate two light-emitting diodes, which highlights that the delay function, delay function using SysTick write, and has written the first paper to facilitate subsequent calls
STM32-led
- 基于神舟STM321号的实验 跑马灯调试程序-No. Based on the experimental Shenzhou STM321 Marquee debugger
STM32-LED
- 奋斗开发板,LED闪烁,keil工程,亲自测试绝对可用-Struggle development board, LED flash, keil engineering, test yourself absolutely free
2-LED
- stm32单片机实验,通过GPIO控制LED,流水灯经典实验-STM32 MCU experimental, controlled by GPIO LED, light classical experiment
LED-3D-POV
- stm32的3d led旋转显示器 main(void) { u16 speed=0 System_Init() /* /////test///// int i=0 for(i=0 i<512 i+=2){ Image[i]=0xff } */ while(1){ speed=(CoderData.Speed/64) //HC595X8(speed,Image) if(speed==0) s
STM32-LED
- STM32 跑马灯例程 可以实现两个LED灯的循环点亮-STM32 LED
STM32-LED-ucos-
- 适用于V5板的 ucgui ucos 应用例程 stm32-led闪烁—ucos-信号量 -Applies to V5 board ucgui ucos application routines stm32-led flashing-ucos- semaphore
led
- STM32-led简单入门,适合刚开始学习STM32的朋友用于入门(STM32-led easy learning pro)
stm32流水灯
- stm32 流水灯控制 stm32 流水灯控制(STM32 water lamp control STM32 water lamp control)
STM32F103C8T6 led
- 此程序适用于stm32f103最小系统板,程序的基本功能为led闪烁。 优势:代码简介,精炼,稳定性好。(This program is suitable for the STM32F103 minimum system board, and the basic function of the program is led flicker. Advantages: Code introduction, refining, good stability.)
led
- STM32F4107,点亮闪烁的LED灯(STM32F4107, Lighting up led)
led测试程序(调试通过)
- led测试程序,led灯基础点亮!stm32(LED test program, LED light foundation lighting! Stm32)
01 LED闪烁
- 一个基于STM32的LED实验代码。是初学者的入门代码。(A STM32 based LED experiment code.)