readme.txt 713 B

123456789101112131415161718192021
  1. /*!
  2. \file readme.txt
  3. \brief description of the auto baudrate detect
  4. */
  5. /*
  6. Copyright (C) 2017 GigaDevice
  7. 2017-06-06, V1.0.0, firmware for GD32F3x0
  8. */
  9. This demo is based on the GD32350R-EVAL board, it shows how to use the USART
  10. to detect and automatically set the USARTx_BAUD value based on the reception of
  11. one character.
  12. In this demo, firstly, the USART sends "\n\rUSART auto baudrate detection example\n\r"
  13. to the hyperterminal, USART_ABDM_FTOF is set as the auto baud rate detection mode. If auto
  14. baud rate detection is completed without error, LED1 is on.
  15. You can send any character be in a start 10xxxxxx frame format(eg.0x0a or 0x01)
  16. to implement the auto baud rate detection.