Files
AT32F415_Firmware_Library/project/at_start_f415/examples/usart/interrupt
2024-08-27 09:56:16 +08:00
..
2023-10-30 11:24:27 +08:00
2024-08-27 09:56:16 +08:00
2024-01-25 10:08:14 +08:00
2023-08-08 19:30:55 +08:00

/**
  **************************************************************************
  * @file     readme.txt
  * @brief    readme
  **************************************************************************
  */

  this demo is based on the at-start board, in this demo, provides a basic
  communication between usart2 and usart3 using interrupt capability. if received
  data right, the three leds will blink.

  set-up
  - connect usart2 tx pin (pa2) to usart3 rx pin (pb11)
  - connect usart2 rx pin (pa3) to usart3 tx pin (pb10)

  for more detailed information. please refer to the application note document AN0099.