搜索资源列表
tim.zip
- STM32 的定时器控制实例程序! 可以直接使用,STM32 timer control sample programs! Direct access to
STM32shu-ru-bu-huo
- 详细描述STM32输入捕获模式的定时器设置以及程序示例-STM32 TIMER MODE
TIM1_Test
- stm32 TIM1_Test 定时器1测试程序-stm32 TIM1_Test test program Timer 1
STM32-timer
- 在stm32中的定时器研究,很好用,我自己就是用它来编的程序-failed to translate
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
stm32slve
- STM32串口利用定时器中断接受不同的帧的程序,希望能对大家有帮助-STM32 serial port using the timer interrupt to accept a different frame of procedures in the hope you can help
TIM_test
- 基于STM32的定时器程序,一般可直接移植进系统,直接调用函数-STM32-based timer program, and can be transplanted directly into the system, call the function directly
PWM
- STM32处理器的比较完整的PWM程序,完全好用-STM32 PWM processor and integrated process, complete easy to use
Timer_Beep_V2.1_OK
- 芯达STM32开发板的定时器和蜂鸣器测试程序,希望对大家有帮助。-STM32 development board core of the timer and buzzer test program, we want to help.
GeneralTimerTIM2_OK
- 芯达STM32开发板的通用定时器1测试程序,希望对大家有帮助。-STM32 development board core of the general timer 1 test program, we want to help.
tim
- stm32单片机定时器程序,实现定时功能,程序包括了头文件,中断程序文件,加入3.4版本的库就可以了。-stm32 microcontroller timer program, to achieve timing, the program includes the header files, interrupt program file, add 3.4 version of the library on it.
timer
- STM32RCT6定时器程序,非常简单的小程序,初学者借鉴-timer programming of stm32
ALIENTEK-MINISTM32-7
- ALIENTEK MINI STM32 定时器中断程序-ALIENTEK MINI STM32 Timer interrupt program
STM32-TIMER
- 使用STM32库编写的定时器中断程序,程序已经在开发板上验证可行性。-This is the code which had been test on a boad
stm32Timer
- 用stm32 驱动步进电机 程序,主要有STM32中对定时器的初始化-Stm32 drive a stepper motor program are mainly the STM32 the timer initialization
Micromouse---DEMO
- 此程序是电脑书走迷宫的底层控制代码,使用的微处理器是STM32,工程涉及底层控制,包括定时器,PWM波,串口,以及中断。程序将基本框架全部搭建好,没有上层算法,需要自己添加,工程架构完整,可以实现电脑书直线行走。-This program is the underlying code of the computer book Maze, the use of microprocessor STM32, works related to the underlying control, includ
Cortex-M4
- STM32 Cortex M4 的简单的定时器中断程序,大约每一秒翻转一次GPIO。-The STM32 Cortex M4 simple timer interrupt program, about every second flip GPIO.
STM32
- STM32F系列ARM的定时器程序设计,能成功运行的好程序-STM32F series ARM timer programming, can successfully run a good program
GPIO-LED
- STM32驱动LED程序,使用系统滴答定时器精确延时。-STM32 LED driver, the use of the system timer tick precision delay。
CT117E-8th 蓝桥杯嵌入式 官网范例程序2
- stm32入门范例程序,配套开发板CT117E,内含:ADC,温度,定时器,PWM,IIC,串口应用,是学习stm32的基础与实用程序,keil编译