Atmel Xplained Pro Evaluation Kit for the ATSAMD21J18A Microcontroller ATSAMD21-XPRO ATSAMD21-XPRO Fiche De Données

Codes de produits
ATSAMD21-XPRO
Page de 1018
430
Atmel | SMART SAM D21 [DATASHEET]
Atmel-42181C–SAM-D21_Datasheet–07/2014
The combined configuration of PORT and the Transmit Data Pinout and Receive Data Pinout bit groups (refer to the 
Control A register description) will define the physical position of the USART signals in 
25.5.2 Power Management
The USART can continue to operate in any sleep mode where the selected source clock is running. The USART 
interrupts can be used to wake up the device from sleep modes. The events can trigger other operations in the system 
without exiting sleep modes. Refer to 
25.5.3 Clocks
The SERCOM bus clock (CLK_SERCOMx_APB, where x represents the specific SERCOM instance number) can be 
enabled and disabled in the Power Manager, and the default state of CLK_SERCOMx_APB can be found in the 
Peripheral Clock Masking section in 
.
A generic clock (GCLK_SERCOMx_CORE) is required to clock the SERCOMx_CORE. This clock must be configured 
and enabled in the Generic Clock Controller before using the SERCOMx_CORE. Refer to 
This generic clock is asynchronous to the bus clock (CLK_SERCOMx_APB). Due to this asynchronicity, writes to certain 
registers will require synchronization between the clock domains. Refer to 
details. 
25.5.4 DMA
The DMA request lines are connected to the DMA controller (DMAC). Using the SERCOM DMA requests, requires 
the DMA controller to be configured first. Refer to 
details.
.
25.5.5 Interrupts
The interrupt request line is connected to the Interrupt Controller. Using the USART interrupts requires the Interrupt 
Controller to be configured first. Refer to 
 for details. 
25.5.6 Events
Not applicable.
25.5.7 Debug Operation
When the CPU is halted in debug mode, the USART continues normal operation. If the USART is configured in a way 
that requires it to be periodically serviced by the CPU through interrupts or similar, improper operation or data loss may 
result during debugging. The USART can be forced to halt operation during debugging.
 for details. 
25.5.8 Register Access Protection
All registers with write-access are optionally write-protected by the Peripheral Access Controller (PAC), except the 
following registers: 
z
Interrupt Flag Status and Clear register (INTFLAG)
z
Status register (STATUS)
z
Data register (DATA)
Write-protection is denoted by the Write-Protection property in the register description. 
When the CPU is halted in debug mode, all write-protection is automatically disabled. 
Write-protection does not apply for accesses through an external debugger. Refer to