1.  >>  高等继续教育 / 嵌入式系统导论
 高等继续教育 / 嵌入式系统导论

题型描述: 编程题

阅读程序回答下面问题。
void USART1_Config(void)
{
USART_InitTypeDef USART_InitStructure;
......
USART_InitStructure.USART_BaudRate = 115200;
USART_InitStructure.USART_WordLength = USART_WordLength_8b;
USART_InitStructure.USART_StopBits = USART_StopBits_1;
USART_InitStructure.USART_Parity = USART_Parity_No ;
USART_InitStructure.USART_HardwareFlowControl = USART_HardwareFlowControl_None;
USART_InitStructure.USART_Mode = USART_Mode_Rx | USART_Mode_Tx;
USART_Init(USART1, &USART_InitStructure);
USART_Cmd(USART1, ENABLE);
}
(1)调用该函数后,USART1的传送速率是多少?
(2)调用该函数后,USART1在数据传送过程中有无进行奇偶校验?

 参考答案:
 佳题速递:
  • 10[填空题] 色相、明度、彩度是色彩的( );三元色为红、黄、蓝建筑结构(二)
  • 3[单选题] 渐进决策模式的提出者是 A.杜拉克 B.埃泽奥尼 C.西蒙 D.林德布洛姆领导科学
  • 5[单选题] <p><span style="color: rgb(0, 0, 0); font-family: 微软雅黑, 宋体, Arial, Helvetica, Verdana, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline !important; float: none;">按物资的使用范围分为:基本建设用料、()、经营维修用料、科学研究用料、技术措施用料、工艺装备和非标准设备用料,等等</span><br></p> A.生产产品用料 B.生活用料 C.销售用料 D.体育设施用料运营管理
  • [单选题] 无风险资产的贝塔系数为(       ) A.-1 B.0 C.1 D.2河南成教
  • 按公式计算1岁婴儿乳牙数应是( )4枚 5枚 7枚   9枚儿科护理学
  • 窗口被最大化后,如果要调整窗口的大小,正确的操作是()。 计算机应用基础