SPI over USART on SAM4S-EK

rtel wrote on Tuesday, May 07, 2013:

The SPI driver can only be used on the dedicated SPI peripheral.  I think some SAM parts have more than one SPI peripheral.  The UART driver just works in standard 232 mode - the mode is passed in at the time of initialisation but 232 is the only supported mode at the moment.

Regards.