搜索资源列表
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+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
STM32-ENC28J60DEMO-V3
- ENC28J60网络实验, 演示通过PC上Ping IP及arp指令,以及嵌入式WEB控制LED明灭-ENC28J60 network experiment, demonstration through the PC, Ping IP, and arp command, control and embedded LED winking WEB
stm32-led
- 万利stm32开发板上的led例程,适合新手入门-Manley panel led development stm32 routines, suitable for beginners
TIMx_test
- STM32的定时器例程,使用ST的V2.0版固件库,开发平台为MKD。-STM32 timer routines, use the ST version of the V2.0 firmware libraries, the development platform for the MKD.
STM32-ucos
- stm32芯片 KERIL 3.0 ucosii 功能实现: GPIO LED测试 STM32 USB部分驱动数据-stm32 chip KERIL 3.0 ucosii function realization: GPIO LED Test STM32 USB part of the driver data
STM32webLED
- STM32网页控制LED,通过网叶控制LED-STM32 web to control LED, leaf through the network control LED
LED
- STM32的最简单的入门例程.帮助快速学习了解STM32芯片-STM32 easiest entry routines. Help quickly learning to understand the STM32 chip
led
- stm32f103单片机的LED编程 详细测试-stm32f103 microcontroller programming detailed testing of real-time clock
STM32_led
- STM32 LED演示程序 基于网络收音机的程序-STM32 LED
GPIO-LED-V1.0_OK
- 芯达 STM32 GPIO 测试 希望对大家有帮助-STM32 GPIO core of the test we want to help
gcc-stm32
- stm32在gcc编译器下进行开发的一个例子,很简单的点灯,可在万利stm32f10b的板子上跑-An led operation example of stm32 compiled by gcc which can run on Manley stm32f10b board successfully.
TIM1-LED-flash
- STM32的最基本测试,所有Io口取反,每隔200ms,实现led的闪-STM32 most basic test, all Io population inversion, every 200ms
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
- STM32开发板例程LED- STM32开发板例程LED--STM32 development board the routine 1
实验1:LED闪烁
- 1.STM32 GPIO管脚配置 2.点亮发光二极管(1.STM32 GPIO pin configuration 2. Light the light emitting diode)
LED
- 使stm32单片机的LED灯按递增方式交替闪烁(STM32 microcontroller LED lights flashing alternately in increments)
2.LED
- 点亮LED的小程序,控制STM32。用C语言编写(Control STM32 to light LED by VC++.)