Files
AT32F415_Firmware_Library/project/at_start_f415/examples/usart/printf
2022-01-21 15:54:53 +08:00
..
2021-12-14 13:34:31 +08:00
2022-01-21 15:54:53 +08:00
2021-12-14 13:34:31 +08:00
2022-01-21 15:54:53 +08:00
2022-01-21 15:54:53 +08:00

/**
  **************************************************************************
  * @file     readme.txt 
  * @version  v2.0.2
  * @date     2021-12-31
  * @brief    readme
  **************************************************************************
  */

  this demo is based on the at-start board, in this demo, shows how to retarget
  the c library printf function to the usart. this implementation output the printf
  message on the hyperterminal using usart1. using pa9 to transmit data(printf).