Hi to all,
Im looking for a working example of Arduino Due using USART in Synchronous mode.
My board need to be connected to two devices with serial synchronous transmittinr and receiving ports respectively in simplex mode.
I'd like to use 2 USARTS as described below:
Device 0 -----> Arduino RX_DATA0, Clock IN USART0
Arduino TX_DATA1, Clock OUT USART1 ---> Device 1
Can anyone redirect me to a working example?
Thanks in advance.