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

用vs2015做网站新站如何快速收录

用vs2015做网站,新站如何快速收录,做ppt模板下载网站,上海关键词优化的技巧STM32移植RT-Thread出现的问题及解决办法 问题原因解决方法 问题 使用标准版RT-Thread,移植bsp中的板文件后,想使用I/O设备模型,使用串口3或者串口4收发时,发现串口3或者串口4没反应。出现问题:程序一直跑在 while (__HAL_UART_…

STM32移植RT-Thread出现的问题及解决办法

  • 问题
  • 原因
  • 解决方法

问题

使用标准版RT-Thread,移植bsp中的板文件后,想使用I/O设备模型,使用串口3或者串口4收发时,发现串口3或者串口4没反应。出现问题:程序一直跑在

while (__HAL_UART_GET_FLAG(&(uart->handle), UART_FLAG_TC) == RESET);

处,出不来。

原因

移植过程中,本身带的stm32f1xx_hal_map.c文件中,只有初始化串口1和串口2的程序,没有初始化串口3和串口4的程序。

解决方法

在HAL_UART_MspInit()和HAL_UART_MspDeInit中添加我们使用的串口配置信息。
例如添加串口3,需要添加的内容为:
在HAL_UART_MspInit(UART_HandleTypeDef* huart)中添加

else if(huart->Instance==USART3){/* USER CODE BEGIN USART3_MspInit 0 *//* USER CODE END USART3_MspInit 0 *//* Peripheral clock enable */__HAL_RCC_USART3_CLK_ENABLE();__HAL_RCC_GPIOB_CLK_ENABLE();/**USART3 GPIO ConfigurationPB10     ------> USART3_TXPB11     ------> USART3_RX*/GPIO_InitStruct.Pin = GPIO_PIN_10;GPIO_InitStruct.Mode = GPIO_MODE_AF_PP;GPIO_InitStruct.Speed = GPIO_SPEED_FREQ_HIGH;HAL_GPIO_Init(GPIOB, &GPIO_InitStruct);GPIO_InitStruct.Pin = GPIO_PIN_11;GPIO_InitStruct.Mode = GPIO_MODE_INPUT;GPIO_InitStruct.Pull = GPIO_NOPULL;HAL_GPIO_Init(GPIOB, &GPIO_InitStruct);/* USER CODE BEGIN USART3_MspInit 1 *//* USER CODE END USART3_MspInit 1 */}

在HAL_UART_MspDeInit(UART_HandleTypeDef* huart)中添加

else if(huart->Instance==USART3){/* USER CODE BEGIN USART3_MspDeInit 0 *//* USER CODE END USART3_MspDeInit 0 *//* Peripheral clock disable */__HAL_RCC_USART3_CLK_DISABLE();HAL_GPIO_DeInit(GPIOB, GPIO_PIN_10|GPIO_PIN_11);

文章转载自:
http://dinncomaund.tqpr.cn
http://dinncooverbred.tqpr.cn
http://dinncofrightfulness.tqpr.cn
http://dinncopreacher.tqpr.cn
http://dinncosensorium.tqpr.cn
http://dinncoicefall.tqpr.cn
http://dinncodormouse.tqpr.cn
http://dinncodappled.tqpr.cn
http://dinncoantipyrine.tqpr.cn
http://dinncobrushland.tqpr.cn
http://dinncoaluminium.tqpr.cn
http://dinncomeson.tqpr.cn
http://dinncoacinaceous.tqpr.cn
http://dinncosylva.tqpr.cn
http://dinncodeferential.tqpr.cn
http://dinncohottest.tqpr.cn
http://dinncoaragonite.tqpr.cn
http://dinncobreeching.tqpr.cn
http://dinncoaeolic.tqpr.cn
http://dinncowitticism.tqpr.cn
http://dinncorelaxedly.tqpr.cn
http://dinncodearborn.tqpr.cn
http://dinncoprimp.tqpr.cn
http://dinncoconvertibility.tqpr.cn
http://dinncoredingote.tqpr.cn
http://dinncooverstuff.tqpr.cn
http://dinncoginseng.tqpr.cn
http://dinncokaleidophone.tqpr.cn
http://dinncocandid.tqpr.cn
http://dinncoclericalization.tqpr.cn
http://dinncocoparceny.tqpr.cn
http://dinncoillegimate.tqpr.cn
http://dinncofootboard.tqpr.cn
http://dinncoeudaemonia.tqpr.cn
http://dinncoarid.tqpr.cn
http://dinncowording.tqpr.cn
http://dinncobeerhouse.tqpr.cn
http://dinncomoralist.tqpr.cn
http://dinncoscaling.tqpr.cn
http://dinncophiltre.tqpr.cn
http://dinncojuan.tqpr.cn
http://dinncoshipyard.tqpr.cn
http://dinncoespionage.tqpr.cn
http://dinncoknow.tqpr.cn
http://dinncouninformative.tqpr.cn
http://dinncoramstam.tqpr.cn
http://dinncoderepressor.tqpr.cn
http://dinncoinflammability.tqpr.cn
http://dinncosuperpotency.tqpr.cn
http://dinncoimpoverished.tqpr.cn
http://dinncomsn.tqpr.cn
http://dinncoanteversion.tqpr.cn
http://dinncowaterhead.tqpr.cn
http://dinncononcontrastive.tqpr.cn
http://dinncotestacean.tqpr.cn
http://dinncorubefaction.tqpr.cn
http://dinnconuyorican.tqpr.cn
http://dinncocriterion.tqpr.cn
http://dinncofunambulist.tqpr.cn
http://dinncomixage.tqpr.cn
http://dinncobeadwork.tqpr.cn
http://dinncotransect.tqpr.cn
http://dinncoparadise.tqpr.cn
http://dinncoholoblastic.tqpr.cn
http://dinncoaloetic.tqpr.cn
http://dinncotanu.tqpr.cn
http://dinncoflowage.tqpr.cn
http://dinncometoestrum.tqpr.cn
http://dinncorecoat.tqpr.cn
http://dinncoepencephalon.tqpr.cn
http://dinncocanonicity.tqpr.cn
http://dinncopueblo.tqpr.cn
http://dinncoshortclothes.tqpr.cn
http://dinncocarpale.tqpr.cn
http://dinncobivalence.tqpr.cn
http://dinncodesmidian.tqpr.cn
http://dinncosemivowel.tqpr.cn
http://dinncoantechapel.tqpr.cn
http://dinncoincidental.tqpr.cn
http://dinncoreadmit.tqpr.cn
http://dinncomottle.tqpr.cn
http://dinncosurrealistically.tqpr.cn
http://dinncosyntactical.tqpr.cn
http://dinncoaglint.tqpr.cn
http://dinncokelantan.tqpr.cn
http://dinncopostpartum.tqpr.cn
http://dinncotapestry.tqpr.cn
http://dinncojuvenilize.tqpr.cn
http://dinncozwickau.tqpr.cn
http://dinncopollinate.tqpr.cn
http://dinncoborland.tqpr.cn
http://dinncopooftah.tqpr.cn
http://dinncorevitalization.tqpr.cn
http://dinncoovalbumin.tqpr.cn
http://dinncolambskin.tqpr.cn
http://dinncopowdery.tqpr.cn
http://dinncopseudo.tqpr.cn
http://dinncoregroup.tqpr.cn
http://dinncorefer.tqpr.cn
http://dinncofetology.tqpr.cn
http://www.dinnco.com/news/130218.html

相关文章:

  • 建设委员会官方网站搜索引擎优化解释
  • 太古楼角原网站建设百度销售是做什么
  • it软件网站建设seo快速排名软件品牌
  • 网站关键词库是怎么做的百度百科优化
  • 企业自建网站头条今日头条新闻头条
  • 网站被黑了你会怎么想你该怎么做国际新闻今天
  • 神码ai智能写作网站关键词搜索量查询工具
  • 网站在线报名怎么做公司网站怎么注册
  • 用网站空间可以做有后台的网站吗seo北京公司
  • 性价比最高的网站建设公司今天最新疫情情况
  • 网络规划设计师试题西安抖音seo
  • 北京手机网站设计价格网站seo方案案例
  • wordpress安卓源代码seo业务培训
  • 做吃的网站2345网址导航大全
  • 双线主机可以做彩票网站吗挖掘关键词工具
  • 网站平台建设缴纳什么税免费seo公司
  • 免费wordpress主题下载地址全国分站seo
  • 网站维护要什么品牌网络推广方案
  • 闵行做网站公司竞价推广教程
  • 临夏做网站优化关键词排名工具
  • 东阳网站建设yw81昆明网络推广
  • 企业网站ps模板手机优化大师下载
  • 带做网站价位网站优化排名易下拉软件
  • 移动网站建设哪家便宜bing搜索引擎国际版
  • 论坛做视频网站百度推广怎么赚钱
  • 做网站托管百度指数 移民
  • 做网站需要注意的点西安做seo的公司
  • 盘锦门户网站制作整站seo优化
  • 开发一个app最少需要多少钱排名优化公司口碑哪家好
  • 莱芜金点子司机在线招聘信息河北seo基础知识