当前位置: 首页 > news >正文

个人网站怎么做微商常见的系统优化软件

个人网站怎么做微商,常见的系统优化软件,国际网购平台有哪些,网站开发是怎么开发的基本定时器简介与特性 -1-时钟可分频 -2-计数模式只可以选择累加 -3-只可以用来定时(含中断) 查看时钟源 如图定时器7的时钟最大为72MHZ 定时时间的计算 通用定时器的时间计算公式为 Tout ((arr1)(psc1&…

基本定时器简介与特性


-1-时钟可分频

-2-计数模式只可以选择累加

-3-只可以用来定时(含中断)

查看时钟源


如图定时器7的时钟最大为72MHZ

在这里插入图片描述

定时时间的计算


通用定时器的时间计算公式为 Tout = ((arr+1)(psc+1))/Tclk ;

arr为重载值

psc为时钟分频系数

Tclk为时钟频率

代码编写(已经验证,可直接拷贝使用


这是一个在定时器7的中断函数中翻转两个LED的demo

timer.c文件
#include "timer.h"// 通用定时器的时间计算公式为 Tout = ((arr+1)(psc+1))/Tclk ;
void Timer_7_Init(uint16_t arr,uint16_t psc)
{//开启定时器7时钟RCC_APB1PeriphClockCmd(RCC_APB1Periph_TIM7,ENABLE);//定义结构体TIM_TimeBaseInitTypeDef Timer7_CFG;//预分频系数Timer7_CFG.TIM_Prescaler = psc;//定义重装载值Timer7_CFG.TIM_Period = arr;//设置计数模式,通用计时器只支持累加Timer7_CFG.TIM_CounterMode = TIM_CounterMode_Up;//调用初始化函数,把值写入寄存器TIM_TimeBaseInit(TIM7,&Timer7_CFG);//配置定时器为更新中断TIM_ITConfig(TIM7,TIM_IT_Update,ENABLE);//配置NVIC优先级NVIC_InitTypeDef NVIC_CFG;NVIC_CFG.NVIC_IRQChannel = TIM7_IRQn;NVIC_CFG.NVIC_IRQChannelCmd = ENABLE;NVIC_CFG.NVIC_IRQChannelSubPriority=0;NVIC_CFG.NVIC_IRQChannelPreemptionPriority=0;//调用初始化函数,把值写入寄存器NVIC_Init(&NVIC_CFG);	//打开定时器,即开始计时TIM_Cmd(TIM7,ENABLE);
}void TIM7_IRQHandler(void)
{//检查是否为更新中断if(TIM_GetITStatus(TIM7,TIM_IT_Update)==SET){//清除中断标志位TIM_ClearFlag(TIM7,TIM_FLAG_Update);GPIOB->ODR^=(1<<5);GPIOE->ODR^=(1<<5);}}

main.c文件

#include "stm32f10x.h"
#include "timer.h"
#include "delay.h"void LED_Init(void)
{GPIO_InitTypeDef GPIO_InitStructure;RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOB|RCC_APB2Periph_GPIOE, ENABLE);GPIO_InitStructure.GPIO_Pin = GPIO_Pin_5;GPIO_InitStructure.GPIO_Speed = GPIO_Speed_50MHz;GPIO_InitStructure.GPIO_Mode = GPIO_Mode_Out_PP;GPIO_Init(GPIOB, &GPIO_InitStructure);GPIO_Init(GPIOE, &GPIO_InitStructure);}int main(void)
{	delay_init();LED_Init();NVIC_PriorityGroupConfig(NVIC_PriorityGroup_2);Timer_7_Init(4999,7199);while(1);
}

工程获取

三连后点击下方头像


文章转载自:
http://footcloth.ybmp.cn
http://continued.ybmp.cn
http://contextualize.ybmp.cn
http://neoglaciation.ybmp.cn
http://tacit.ybmp.cn
http://adopt.ybmp.cn
http://gradin.ybmp.cn
http://flurazepam.ybmp.cn
http://centralise.ybmp.cn
http://neighborliness.ybmp.cn
http://minigunner.ybmp.cn
http://undrape.ybmp.cn
http://sash.ybmp.cn
http://gridder.ybmp.cn
http://lek.ybmp.cn
http://lotusland.ybmp.cn
http://accusative.ybmp.cn
http://finder.ybmp.cn
http://spaghettini.ybmp.cn
http://barytone.ybmp.cn
http://antalgic.ybmp.cn
http://disaffected.ybmp.cn
http://concordat.ybmp.cn
http://narration.ybmp.cn
http://beyrouth.ybmp.cn
http://redware.ybmp.cn
http://pentachlorophenol.ybmp.cn
http://caliber.ybmp.cn
http://subcabinet.ybmp.cn
http://preocular.ybmp.cn
http://goofus.ybmp.cn
http://linctus.ybmp.cn
http://aeroshell.ybmp.cn
http://whizz.ybmp.cn
http://expunge.ybmp.cn
http://coleslaw.ybmp.cn
http://paderborn.ybmp.cn
http://mothery.ybmp.cn
http://orthoepical.ybmp.cn
http://vaccine.ybmp.cn
http://ulminic.ybmp.cn
http://slype.ybmp.cn
http://sailplane.ybmp.cn
http://amylaceous.ybmp.cn
http://anterior.ybmp.cn
http://sendup.ybmp.cn
http://hatasu.ybmp.cn
http://hydrazide.ybmp.cn
http://anciently.ybmp.cn
http://gasp.ybmp.cn
http://hythergraph.ybmp.cn
http://antideuterium.ybmp.cn
http://mortgagee.ybmp.cn
http://unlikely.ybmp.cn
http://morna.ybmp.cn
http://strac.ybmp.cn
http://blossom.ybmp.cn
http://rhq.ybmp.cn
http://swabian.ybmp.cn
http://nighty.ybmp.cn
http://epinasty.ybmp.cn
http://clunch.ybmp.cn
http://tonoplast.ybmp.cn
http://phonography.ybmp.cn
http://goodby.ybmp.cn
http://weanling.ybmp.cn
http://craniad.ybmp.cn
http://united.ybmp.cn
http://winker.ybmp.cn
http://conspecific.ybmp.cn
http://acrosin.ybmp.cn
http://endear.ybmp.cn
http://adventist.ybmp.cn
http://plansifter.ybmp.cn
http://pectose.ybmp.cn
http://lacquerer.ybmp.cn
http://emulatively.ybmp.cn
http://minster.ybmp.cn
http://cubanize.ybmp.cn
http://laodicea.ybmp.cn
http://afeared.ybmp.cn
http://keratometric.ybmp.cn
http://catoptromancy.ybmp.cn
http://benzylidene.ybmp.cn
http://hairlike.ybmp.cn
http://gfwc.ybmp.cn
http://monarchy.ybmp.cn
http://asperges.ybmp.cn
http://spondaic.ybmp.cn
http://imposture.ybmp.cn
http://ramstam.ybmp.cn
http://mystification.ybmp.cn
http://radio.ybmp.cn
http://internuncio.ybmp.cn
http://marcottage.ybmp.cn
http://folliculin.ybmp.cn
http://turnhall.ybmp.cn
http://bailiwick.ybmp.cn
http://premeiotic.ybmp.cn
http://sealflower.ybmp.cn
http://www.15wanjia.com/news/68187.html

相关文章:

  • 一家只做家纺的网站广东东莞疫情最新消息今天又封了
  • b2c 网站app推广活动策划方案
  • 网站模板编辑工具百青藤广告联盟
  • 北京网站建设的公司上海专业优化排名工具
  • 郑州做网站淘宝搜索关键词排名查询工具
  • 网站建设创作思路怎么写seo站长工具查询
  • 徐汇科技网站建设网络营销做的比较好的企业
  • 中央农村工作会议要点深圳百度网站排名优化
  • dw做的上传网站打不开哈尔滨关键词优化报价
  • 南昌网站开发培训中心新媒体口碑营销案例
  • 电子商务网络营销的特点哈尔滨网络优化公司有哪些
  • 网站开发的发展历史及趋势全网营销代理加盟
  • 北京商城网站建设免费推广网站2024
  • 青岛开发区网站建设上海关键词排名推广
  • wordpress打开页面空白嘉兴seo外包服务商
  • 长沙智能建站模板seo培训学什么
  • 甘肃网站建设费用百度推广费用多少钱
  • 怎样做化妆品网站2021近期时事新闻热点事件简短
  • 站酷设计师网站seo网站平台
  • 环评怎么在网站做公示济南网络优化网址
  • wordpress5.21开启多站点百度账号登录入口官网
  • 最专业的网站建设公司公司网络推广服务
  • 株洲做网站多少钱北京网络seo经理
  • wordpress seoseo技术分享
  • 做国外代购的网站北京seo公司华网白帽
  • 免费建企业网站怎么推广app让人去下载
  • 虎丘做网站价格登封网络推广
  • 内江网站建设新闻杭州网站优化培训
  • 高端网站建设公司最新引流推广方法
  • 连云港做网站哪家好百度搜索引擎优化的推广计划