CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - STM32 Tim
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - STM32 Tim - List
[
ARM-PowerPC-ColdFire-MIPS
]
Timer
DL : 0
STM32的TIMER详细例程,能够使用的,下载完了要给点回复哦!-STM32
Update
: 2025-02-17
Size
: 316kb
Publisher
:
jelly
[
ARM-PowerPC-ColdFire-MIPS
]
tim
DL : 0
STM32 的定时器控制实例程序! 可以直接使用-STM32 timer control sample programs! Direct access to
Update
: 2025-02-17
Size
: 90kb
Publisher
:
wangyi
[
SCM
]
STM32+TIM
DL : 0
本例展示了如何设置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输出为低电平。 同理,根据寄存器TIM2_CCR2 、TIM2_CCR3和 TIM2_CCR4的值,经过500毫秒的时延,置PC.07输出为低电平;经过250毫秒的时延,置PC.08输出为低电平;经过125毫秒的时延,置PC.09输出为低电平。 输出比较寄存器的值决定时延的大小,当计数器的值小于这个值的时候,点亮与PC.06-PC.09相连的LED;当计数器的值达到这个值得时候,产生中断,在TIM2的4个通道相应的中断里,把它们一一关闭。-err
Update
: 2025-02-17
Size
: 213kb
Publisher
:
chen
[
ARM-PowerPC-ColdFire-MIPS
]
TIMx_test
DL : 0
STM32的定时器例程,使用ST的V2.0版固件库,开发平台为MKD。-STM32 timer routines, use the ST version of the V2.0 firmware libraries, the development platform for the MKD.
Update
: 2025-02-17
Size
: 303kb
Publisher
:
Scott
[
SCM
]
TIM
DL : 0
STM32单片机中定时器测试程序,型号STM32F103RB。-STM32 MCU timer test procedure, model STM32F103RB.
Update
: 2025-02-17
Size
: 1.35mb
Publisher
:
junxuan
[
Other Embeded program
]
PWM_Input
DL : 0
STM32定时器PWM输入捕获,利用TIM1计算脉冲频率及占空比。-This example shows how to use the TIM peripheral to measure the frequency and duty cycle of an external signal.
Update
: 2025-02-17
Size
: 8kb
Publisher
:
梁凯
[
SCM
]
Tim
DL : 0
Stm32 的定时器 对通用定时器的介绍-Stm32 timer timer introduction of GM
Update
: 2025-02-17
Size
: 1.11mb
Publisher
:
李波
[
SCM
]
TIM
DL : 0
基于STM32的定时器功能实验实例,比较全面,本人第一次上传-Based STM32 timer function test instances, more comprehensive, my first upload
Update
: 2025-02-17
Size
: 110kb
Publisher
:
左明明
[
uCOS
]
STM32R100DevelopBoardSourceCode
DL : 0
stm32 ADC,CAN,DMA,Flash,LED,library,NVIC,Project,PWR,RCC,Blinky,SPI,TIM,USART-stm32 ADC,CAN,DMA,Flash,LED,library,NVIC,Project,PWR,RCC,Blinky,SPI,TIM,USART
Update
: 2025-02-17
Size
: 4.67mb
Publisher
:
[
SCM
]
STM32_TIM
DL : 0
STM32 TIMx配置例程,适用STM32各种芯片,详细的介绍了 TIMx的配置过程。根据例子修改即可应用。STM32的TIM功能相当强大,这个是不错的例子。-STM32 TIMx configuration routines for all STM32 chip TIMx described in detail the configuration process. Examples can be modified based application. STM32 of TIM are quite powerful, this is a good example.
Update
: 2025-02-17
Size
: 8kb
Publisher
:
zhuerwei
[
Embeded-SCM Develop
]
STM32chinesedata
DL : 1
stm32的中文datasheet。其中包括adc应用实例,dma控制器应用实例,can应用实例,iic应用实例,tim应用实例,gpio应用实例,spi应用示例等待。-stm32 the Chinese datasheet. Including adc Applications, dma controller application examples, can application example, iic application examples, tim application example, gpio application example, spi application example to wait.
Update
: 2025-02-17
Size
: 13.98mb
Publisher
:
ztm
[
SCM
]
TIM1
DL : 0
stm32 TIM资料+程序,适合新手学习使用-stm32 TIM data+ program, suitable for beginners learning to use
Update
: 2025-02-17
Size
: 44kb
Publisher
:
hehongbo
[
ARM-PowerPC-ColdFire-MIPS
]
TIM
DL : 0
在万利199元开发板实现了STM32的定时中断功能,1秒钟产生一次中断,并且控制led在中断时闪烁。-199 yuan in Wanli STM32 development board implements the timer interrupt function, a second generating an interrupt, and interrupt control led flashes.
Update
: 2025-02-17
Size
: 318kb
Publisher
:
苏阳
[
Other Embeded program
]
STM32_TIM_Example
DL : 0
This the source code. MPU is STM32 of ST. It is the example for TIM of STM32.-This is the source code. MPU is STM32 of ST. It is the example for TIM of STM32.
Update
: 2025-02-17
Size
: 133kb
Publisher
:
engineer
[
ARM-PowerPC-ColdFire-MIPS
]
DEMO
DL : 0
STM32重要初始化文件,其中包括GPIO,RCC,NVIC,TIM,USART等,使用include就是可以使用!-STM32 Configuration
Update
: 2025-02-17
Size
: 4kb
Publisher
:
江典
[
ARM-PowerPC-ColdFire-MIPS
]
TIM
DL : 0
STM32学习源代码,经调试过运行稳定,十分值的学习!-STM32 to learn the source code, the debugging is stable, is the value of learning!
Update
: 2025-02-17
Size
: 3.02mb
Publisher
:
李飞
[
ARM-PowerPC-ColdFire-MIPS
]
TIM
DL : 0
STM32的定时器学习,大家对ARM的定时器感兴趣的话,这个是很好的选择-STM32 timer learning, we are interested in the ARM' s timer, then this is a good choice
Update
: 2025-02-17
Size
: 4.53mb
Publisher
:
福星高照
[
ARM-PowerPC-ColdFire-MIPS
]
tim
DL : 0
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.
Update
: 2025-02-17
Size
: 9kb
Publisher
:
何楚
[
Other Embeded program
]
stm32-tim-counter-vf
DL : 0
stm32 tim counter 文档经典合集97 vf伏压变换 tim cnt模式 频率采样-stm32 tim counter
Update
: 2025-02-17
Size
: 21kb
Publisher
:
lianlian
[
SCM
]
STM32-TIM--encoder
DL : 0
STM32 TIM定时器正交编码器驱动,多用于伺服电机或步进电机的码盘反馈-STM32 timer encder configtion,user in servo motor and step motor coder
Update
: 2025-02-17
Size
: 1kb
Publisher
:
高凉金
«
1
2
3
4
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.