Data Sheet

1046
Atmel | SMART SAM D21 [DATASHEET]
Atmel-42181G–SAM-D21_Datasheet–09/2015
SERCOM - INTFLAG.reg = SERCOM_I2CS_INTFLAG_AMATCH;
5 - PA24 and PA25 cannot be used as input when configured as GPIO with
continuous sampling (cannot be read by PORT). Errata reference: 12005
Fix/Workaround:
- Use PA24 and PA25 for peripherals or only as output pins.
- Or configure PA31 to PA24 for on-demand sampling (CTRL[31:24] all zeroes)
and access the IN register through the APB (not the IOBUS), to allow waiting for
on-demand sampling.
6 - Rx serializer in the RIGHT Data Slot Formatting Adjust mode
(SERCTRL.SLOTADJ clear) does not work when the slot size is not 32 bits.
Errata reference: 13411
Fix/Workaround:
In SERCTRL.SERMODE RX, SERCTRL.SLOTADJ RIGHT must be used with
CLKCTRL.SLOTSIZE 32.
7 - SYSTICK calibration value is wrong. Errata reference: 14154
Fix/Workaround:
right SYSTICK calibration value is 0x40000000.
8 - While the internal startup is not completed, PA07 pin is driven low by the
chip. Then as all the other pins it is configured as an High Impedance pin.
Errata reference: 12118
Fix/Workaround:
None
9 - If the external XOSC32K is broken, neither the external pin RST nor the
GCLK software reset can reset the GCLK generators using XOSC32K as
source clock. Errata reference: 12164
Fix/Workaround:
Do a power cycle to reset the GCLK generators after an external XOSC32K
failure.
10 - The voltage regulator in low power mode is not functional at
temperatures above 85C. Errata reference: 12291
Fix/Workaround:
Enable normal mode on the voltage regulator in standby sleep mode.
Example code:
// Set the voltage regulator in normal mode configuration in standby sleep mode
SYSCTRL->VREG.bit.RUNSTDBY = 1;