mirror of
https://github.com/ArteryTek/AT32F415_Firmware_Library.git
synced 2026-05-21 01:12:20 +00: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, provides a basic communication between usart2 and usart3 using polling 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)