STM32f767zi Nucleo板上的UART

时间:2019-12-15 17:30:25

标签: embedded stm32 keil bare-metal nucleo

我为STM32f767zi的UART驱动程序编写了此代码,但我不知道为什么这不起作用。

从我看到的datasheetReference manual来看

USART2已连接到APB1总线:


USART2 is connected to APB1 bus


在RCC_APB1启用寄存器中,位17用于UART2:


In RCC_APB1 Enable Register bit 17 is for UART2

端口A引脚2(PA2)可以配置为UART TX:


Port A Pin 2 (PA2) can be configured as UART TX

#!/bin/bash

func_ws206 () {
  [ $http_code -gt 400 ]
}

# stub functions; in the real code, these actually do something.
func_ws250 () { :; }
func_ws8 () { :; }
func_ws302 () { :; }
func_ws65 () { :; }

while IFS= read -r msisdn
do     
  echo "$msisdn"      
  if func_ws206; then
    func_wc250
  fi
  func_ws8
  func_302
  func_ws65         
done < es_msisdn.txt

在TeraTerm上看不到打印的“ Hi”

0 个答案:

没有答案