Data Sheet
442
Atmel | SMART SAM D21 [DATASHEET]
Atmel-42181G–SAM-D21_Datasheet–09/2015
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 Table 25-1.
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 “PM – Power Manager” on page 117 for details on the different sleep modes.
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 “PM – Power Manager” on page 117.
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 “GCLK – Generic Clock
Controller” on page 95 for details.
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 “Synchronization” on page 452 for further
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 “DMAC – Direct Memory Access Controller” on page 272 for
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 “Nested Vector Interrupt Controller” on page 34 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.
Refer to DBGCTRL 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 “PAC – Peripheral Access
Controller” on page 41 for details.