\par Purpose This example demonstrates the Synchronous mode provided by the USART peripherals on SAM. \par Requirements
This example can be used on SAMV71-Xplained-Ultra/SAME70-Xplained boards and requires 2 boards to be connected directly through populated USART pins.
GND – GND
\par Description This application gives an example of how to use USART in synchronous mode. Synchronous operations provide a high speed transfer capability. The transfer under this mode needs a pair of master and slave, which is determined by which one offers the clock source. The example initializes USART as master by default. To enable the communication between each side of the connection, the user should change the mode of another side to slave through user interface. If well configured, transfer could be started by typing 'r' and 'w' from terminal application. This example also leaves the interface to select the clock freq. The meaning of each input character could be found in items of the main menu.