Atmel ARM-Based Evaluation Kit AT91SAM9N12-EK AT91SAM9N12-EK Data Sheet

Product codes
AT91SAM9N12-EK
Page of 1104
810
SAM9N12/SAM9CN11/SAM9CN12 [DATASHEET]
11063K–ATARM–05-Nov-13
40.8.4  USART Mode Register (SPI_MODE)
Name:
US_MR (SPI_MODE)
Addresses:
0xF801C004 (0), 0xF8020004 (1), 0xF8024004 (2), 0xF8028004 (3)
Access:
Read-write 
.
This register can only be written if the WPEN bit is cleared in 
• USART_MODE: USART Mode of Operation
• USCLKS: Clock Selection  
• CHRL: Character Length 
• CPHA: SPI Clock Phase
– Applicable if USART operates in SPI Mode (USART_MODE = 0xE or 0xF):
0: Data is changed on the leading edge of SPCK and captured on the following edge of SPCK.
1: Data is captured on the leading edge of SPCK and changed on the following edge of SPCK.
CPHA determines which edge of SPCK causes data to change and which edge causes data to be captured. CPHA is used with 
CPOL to produce the required clock/data relationship between master and slave devices.
31
30
29
28
27
26
25
24
23
22
21
20
19
18
17
16
WRDBT
CPOL
15
14
13
12
11
10
9
8
CPHA
7
6
5
4
3
2
1
0
CHRL
USCLKS
USART_MODE
Value
Name
Description
0xE
SPI_MASTER
SPI Master
0xF
SPI_SLAVE
SPI Slave
Value
Name
Description
0
MCK
Master Clock MCK is selected
1
DIV
Internal Clock Divided MCK/DIV (DIV=8) is selected
3
SCK
Serial Clock SLK is selected
Value
Name
Description
3
8_BIT
Character length is 8 bits