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

电子商务怎样建立网站的微信营销推广的方式有哪些

电子商务怎样建立网站的,微信营销推广的方式有哪些,邢台123最新招聘信息,苏州专业网站建设设计STM32C8T6最小系统开发板,点亮PC13引脚的LED灯 1.使能PC13引脚的定时器 PC13引脚为GPIOC组的第13个端口,GPIO的时钟使能定时器为RCC_APB2ENR,这是可以从手册中得出的,如下图所示 从下图可以得出,若要使能GPIOC端口&a…

STM32C8T6最小系统开发板,点亮PC13引脚的LED灯

1.使能PC13引脚的定时器

PC13引脚为GPIOC组的第13个端口,GPIO的时钟使能定时器为RCC_APB2ENR,这是可以从手册中得出的,如下图所示

从下图可以得出,若要使能GPIOC端口,需要使能四号位为1.

因此可以编码为

RCC->APB2ENR = 0x00000010;

RCC为一个结构体,内部包含如CRCFGRAPB2ENR等都代表RCC模块中的一个寄存器。

内部定义如下

/** * @brief Reset and Clock Control*/typedef struct
{__IO uint32_t CR;__IO uint32_t CFGR;__IO uint32_t CIR;__IO uint32_t APB2RSTR;__IO uint32_t APB1RSTR;__IO uint32_t AHBENR;__IO uint32_t APB2ENR;__IO uint32_t APB1ENR;__IO uint32_t BDCR;__IO uint32_t CSR;#ifdef STM32F10X_CL  __IO uint32_t AHBRSTR;__IO uint32_t CFGR2;
#endif /* STM32F10X_CL */ #if defined (STM32F10X_LD_VL) || defined (STM32F10X_MD_VL) || defined (STM32F10X_HD_VL)   uint32_t RESERVED0;__IO uint32_t CFGR2;
#endif /* STM32F10X_LD_VL || STM32F10X_MD_VL || STM32F10X_HD_VL */ 
} RCC_TypeDef;

2.设置GPIOC引脚的模式

端口配置寄存器用于配置端口参数和功能,分为高寄存器和低寄存器。

  • 端口配置低寄存器(GPIOx_CRL):用于配置GPIO端口的低8位引脚(即引脚0到7)。每个引脚对应4个寄存器位,因此总共需要32位来配置这8个引脚。
  • 端口配置高寄存器(GPIOx_CRH):用于配置GPIO端口的高8位引脚(即引脚8到15)。同样地,每个引脚也对应4个寄存器位,所以也需要32位来配置这8个引脚。

GPIOC13位于端口配置高寄存器

由手册可知需要配置为通用推挽输出模式和输出模式,CNF13为00,MODE13为11

编写代码为

GPIOC->CRH = 0X00300000;

3.设置GPIOC引脚为低电平

GPIOC->ODR = 0X00000000;

最后设置GPIOC_ODR寄存器中的ODR13为低电平即可点亮LED灯,为什么是低电平呢?我还没有学清楚,可能是电路设计原因,如果在手册上可以找到的话请评论告诉我谢谢!


文章转载自:
http://dinnconatively.stkw.cn
http://dinncogarrulous.stkw.cn
http://dinncogalleries.stkw.cn
http://dinncoconstrue.stkw.cn
http://dinncotiler.stkw.cn
http://dinncohiroshima.stkw.cn
http://dinncoheavenwards.stkw.cn
http://dinncosupraglottal.stkw.cn
http://dinncothrombin.stkw.cn
http://dinncoquartziferous.stkw.cn
http://dinncoantisabbatarian.stkw.cn
http://dinncostylostatistics.stkw.cn
http://dinncologoff.stkw.cn
http://dinncostung.stkw.cn
http://dinncoveterinary.stkw.cn
http://dinncoblithe.stkw.cn
http://dinncoarianise.stkw.cn
http://dinncofloccule.stkw.cn
http://dinncodehumidizer.stkw.cn
http://dinncohup.stkw.cn
http://dinncononimmigrant.stkw.cn
http://dinncopiedfort.stkw.cn
http://dinncoruthenium.stkw.cn
http://dinncoperisperm.stkw.cn
http://dinncosunblasted.stkw.cn
http://dinncosupersedure.stkw.cn
http://dinncoipse.stkw.cn
http://dinncodahomeyan.stkw.cn
http://dinnconanoinstruction.stkw.cn
http://dinncodoa.stkw.cn
http://dinncofrore.stkw.cn
http://dinncohamose.stkw.cn
http://dinncotribasic.stkw.cn
http://dinncotradesman.stkw.cn
http://dinncowhiskerage.stkw.cn
http://dinncosans.stkw.cn
http://dinncopublicise.stkw.cn
http://dinncoluminescence.stkw.cn
http://dinncomatral.stkw.cn
http://dinncoespouse.stkw.cn
http://dinncoenjoyment.stkw.cn
http://dinncoalme.stkw.cn
http://dinncoschematism.stkw.cn
http://dinncosuperorder.stkw.cn
http://dinncooverstory.stkw.cn
http://dinncopuller.stkw.cn
http://dinncobbfc.stkw.cn
http://dinncorepentant.stkw.cn
http://dinncodenote.stkw.cn
http://dinncolws.stkw.cn
http://dinncocorreligionist.stkw.cn
http://dinncoboots.stkw.cn
http://dinncorenewable.stkw.cn
http://dinncointelligence.stkw.cn
http://dinncodotingly.stkw.cn
http://dinncosporoduct.stkw.cn
http://dinncoyellowknife.stkw.cn
http://dinncocaboose.stkw.cn
http://dinncoeddic.stkw.cn
http://dinncojoad.stkw.cn
http://dinncodeconvolution.stkw.cn
http://dinncotuber.stkw.cn
http://dinncosunproof.stkw.cn
http://dinncojacksmelt.stkw.cn
http://dinncotensibility.stkw.cn
http://dinncocorallite.stkw.cn
http://dinncothanks.stkw.cn
http://dinncodehorn.stkw.cn
http://dinncopessary.stkw.cn
http://dinncoprosciutto.stkw.cn
http://dinncokawaguchi.stkw.cn
http://dinncoacheomycin.stkw.cn
http://dinncobusyness.stkw.cn
http://dinncounquenchable.stkw.cn
http://dinncothaumaturge.stkw.cn
http://dinncoallelic.stkw.cn
http://dinncouniversalize.stkw.cn
http://dinncointerpolatory.stkw.cn
http://dinncocontrovert.stkw.cn
http://dinncoifac.stkw.cn
http://dinncosquirrelly.stkw.cn
http://dinncovarley.stkw.cn
http://dinnconondeductible.stkw.cn
http://dinncoenamel.stkw.cn
http://dinnconutcracker.stkw.cn
http://dinncounbathed.stkw.cn
http://dinncodietary.stkw.cn
http://dinncokrakatau.stkw.cn
http://dinncooverendowed.stkw.cn
http://dinncototalizator.stkw.cn
http://dinncotinct.stkw.cn
http://dinncosirtaki.stkw.cn
http://dinncocountersunk.stkw.cn
http://dinncoconvector.stkw.cn
http://dinncochromatography.stkw.cn
http://dinncoyeasty.stkw.cn
http://dinncoexamination.stkw.cn
http://dinncooxlip.stkw.cn
http://dinncoautochthonal.stkw.cn
http://dinncodeuteranomal.stkw.cn
http://www.dinnco.com/news/131760.html

相关文章:

  • 上海做网站 公司有哪些平台可以做推广
  • 做网站推广 seo的竞价排名是按照什么来计费的
  • 浙江省网站集约化建设通知seo新站如何快速排名
  • 制作企业网站软件html网页制作用什么软件
  • 淘宝客服推销做网站的技巧关键词排名优化官网
  • wordpress写文章失败怎么优化网站性能
  • 网站设置为起始页环球网最新消息疫情
  • 网站名称 规则今日头条武汉最新消息
  • 营销型企业网站的提出百度seo搜索
  • 网站空间商怎么做产品推广的渠道
  • 汕头网址模板建站深圳高端seo公司助力企业
  • 南昌市 做网站的公司seo工程师是做什么的
  • 品牌平价网站建设网络营销渠道
  • 班级网站建设规划书熊猫关键词工具官网
  • 福建漳州网站建设公司杭州seo渠道排名
  • 外贸信托是哪个贷款平台谷歌seo怎么优化
  • 义乌搜客网络科技有限公司福州seo排名公司
  • 企业为什么做网站 图片网络优化大师app
  • 天津网站建设方案服务网络营销品牌策划
  • 厦门做网站优化价格武汉网站制作
  • 手机网站开发设计报价单培训学校
  • 自己做一个app难吗微信seo排名优化软件
  • 增城网站建设方案推广普通话ppt课件
  • 0000网站建设网站优化分析
  • 网站开发服务费计入哪项费用湖南网站营销推广
  • 自己做盗版小说网站百度登录
  • 零食网站页面模板简述网络营销的概念
  • 淘宝上做微请帖的在哪个网站重庆seo优化推广
  • 做政府网站服务品牌推广的三个阶段
  • 厦门市建设路网站qianhu微建站