The Atmel® SAM4L Xplained Pro evaluation kit is hardware platform to evaluate
the ATSAM4LC4C microcontroller.
Supported by the Atmel Studio integrated development platform, the kit provides
easy access to the features of the Atmel ATSAM4LC4C and explains how to
integrate the device in a customer design.
The Xplained Pro MCU series evaluation kits include an on-board Embedded
Debugger, and no external tools are necessary to program or debug the
ATSAM4LC4C.
The Xplained Pro extension series evaluation kits offers additional peripherals to
extend the features of the board and ease the development of customer designs.
6. Document revision history ..................................................... 18
7. Evaluation board/kit important notice .................................... 19
Atmel SAM4L Xplained Pro [USER GUIDE]
42074B-MCU-05/2013
2
1.Introduction
1.1Features
●Atmel ATSAM4LC4C microcontroller
●Embedded debugger (EDBG)
●USB interface
●Programming and debugging (target) through Serial Wire Debug (SWD)
●Virtual COM-port interface to target via UART
●Atmel Data Gateway interface (DGI) to target via synchronous UART or TWI.
●Four GPIOs connected to target for code instrumentation
●Digital I/O
●Two mechanical buttons (including one reset button)
●One user LED
●Four extension headers
●Segment LCD display header
●USB interface for host and device function (target)
●Touch
●One Atmel QTouch® button
●Three possible power sources
●External power
●Embedded debugger USB
●Target USB
●12MHz crystal
●32kHz crystal
1.2Kit overview
The Atmel SAM4L Xplained Pro evaluation kit is a hardware platform to evaluate the Atmel ATSAM4LC4C.
The kit offers a set of features that enables the SAM4L user to get started using the SAM4L's peripherals right
away and to get an understanding of how to integrate the SAM4L in their own design.
Atmel SAM4L Xplained Pro [USER GUIDE]
42074B-MCU-05/2013
3
Figure 1-1. SAM4L Xplained Pro evaluation kit overview.
Atmel SAM4L Xplained Pro [USER GUIDE]
42074B-MCU-05/2013
4
Figure 1-2. SAM4L Xplained Pro blockdiagram.
12MHz
POWER-LED
STATUS-LED
EDBG
USB
DEBUG
ID-BUS
POLARITY
PROTECTION
POWER
EXTERN
USB
SAM4L
VUSBD_P5V0
VEXT_P5V0
VUSBT_P5V0
VCC_P5V0
ON/OFF
SWITCH
TOUCH-BUTTON
USER-BUTTON
USER-LED
VREG
P3V3
VCC_TARGET
VLCD_A
VCC_MCU
Target MCU
ATSAM4LC
TARGET
DGI/CDC-BUS
BUCK/LDO
LDO
VLCD_BC
SWD-PROG/DEBUG BUS
RESET
BUTTON
EXT1
EXT2
EXT3
EXT4
SLCD
12MHz32kHz
Atmel SAM4L Xplained Pro [USER GUIDE]
42074B-MCU-05/2013
5
2.Getting Started
2.1Quick-start
3 Steps to start exploring the Atmel Xplained Pro Platform
●Download and install Atmel Studio1.
●Launch Atmel Studio.
●Connect an USB cable to the DEBUG USB port.
2.2Connecting the kit
When connecting Atmel SAM4L Xplained Pro to your computer for the first time, the operating system will do a
driver software installation. The driver file supports both 32-bit and 64-bit versions of Microsoft® Windows® XP
and Windows 7.
Once connected the green power LED will be lit and Atmel Studio will autodetect which Xplained Pro
evaluation- and extension kit(s) that's connected. You'll be presented with relevant information like datasheets
and kit documentation. You also have the option to launch Atmel Software Framework (ASF) example
applications. The target device is programmed and debugged by the on-board Embedded Debugger and no
external programmer or debugger tool is needed. Please refer to the Atmel Studio user guide2 for information
regarding how to compile and program the kit.
2.3Design documentation and related links
The following list contains links to the most relevant documents and software for the SAM4L Xplained Pro.
1. Xplained Pro products 3 - Atmel Xplained Pro is a series of small-sized and easy-to-use evaluation kits
for 8- and 32-bit Atmel microcontrollers. It consists of a series of low cost MCU boards for evaluation and
demonstration of features and capabilities of different MCU families.
2. SAM4L Xplained Pro User Guide 4 - PDF version of this User Guide.
3. SAM4L Xplained Pro Design Documentation 5 - Package containing schematics, BOM, assembly
drawings, 3D plots, layer plots etc.
4. Atmel Studio 6 - Free Atmel IDE for development of C/C++ and assembler code for Atmel
microcontrollers.
5. IAR Embedded Workbench® 7 for ARM®. This is a commercial C/C++ compiler that is available for
ARM. There is a 30 day evaluation version as well as a code size limited kick-start version available from
their website. The code size limit is 16K for devices with M0, M0+ and M1 cores and 32K for devices with
other cores.
6. Atmel sample store 8 - Atmel sample store where you can order samples of devices.
Xplained Pro is an evaluation platform that provides the full Atmel microcontroller experience. The platform
consists of a series of Microcontroller (MCU) boards and extension boards that are integrated with Atmel
Studio, have Atmel Software Framework (ASF) drivers and demo code, support data streaming and more.
Xplained Pro MCU boards support a wide range of Xplained Pro extension boards that are connected through
a set of standardized headers and connectors. Each extension board has an identification (ID) chip to uniquely
identify which boards are mounted on a Xplained Pro MCU board. This information is used to present relevant
user guides, application notes, datasheets and example code through Atmel Studio. Available Xplained Pro
MCU and extension boards can be purchased in the Atmel Web Store1.
3.1Embedded Debugger
The SAM4L Xplained Pro contains the Atmel® Embedded Debugger (EDBG) for on-board debugging. The
EDBG is a composite USB device of 3 interfaces; a debugger, Virtual COM Port and Data Gateway Interface
(DGI).
In conjunction with Atmel Studio, the EDBG debugger interface can program and debug the ATSAM4LC4C. On
the SAM4L Xplained Pro, the SWD interface is connected between the EDBG and the ATSAM4LC4C.
The Virtual COM Port is connected to a UART port on the ATSAM4LC4C (see section “Embedded Debugger
implementation” on page 15 for pinout), and provides an easy way to communicate with the target
application through a simple terminal software. It offers variable baud rate, parity and stop bit settings. Note
that the settings on the target device UART must match the settings given in the terminal software.
The DGI consists of several physical data interfaces for communication with the host computer. Please,
see section “Embedded Debugger implementation” on page 15 for available interfaces and pinout.
Communication over the interfaces are bidirectional. It can be used to send events and values from the
ATSAM4LC4C, or as a generic printf-style data channel. Traffic over the interfaces can be timestamped on the
EDBG for more accurate tracing of events. Note that timestamping imposes an overhead that reduces maximal
throughput. The DGI uses a proprietary protocol, and is thus only compatible with Atmel Studio.
The EDBG controls two LEDs on SAM4L Xplained Pro, a power LED and a status LED. Table 3-1, “EDBG LED
control” shows how the LEDs are controlled in different operation modes.
Table 3-1. EDBG LED control
Operation modePower LEDStatus LED
Normal operationPower LED is lit when power is
applied to the board.
Bootloader mode (idle)The power LED and the status LED blinks simultaneously.
Bootloader mode (firmware
upgrade)
For further documentation on the EDBG, see the EDBG User Guide.
3.2Hardware Identification System
All Xplained Pro compatible extension boards have an Atmel ATSHA204 crypto authentication chip mounted.
This chip contains information that identifies the extension with its name and some extra data. When an
Xplained Pro extension board is connected to an Xplained Pro MCU board the information is read and sent
to Atmel Studio. The Atmel Kits extension, installed with Atmel Studio, will give relevant information, code
examples and links to relevant documents. Table 3-2, “Xplained Pro ID chip content” shows the data fields
stored in the ID chip with example content.
Product Serial NumberASCII string1774020200000010’\0’
Activity indicator, LED flashes
every time something happens on
the EDBG.
The power LED and the status LED blinks in an alternating pattern.
1
http://store.atmel.com/CBC.aspx?q=c:100113
Atmel SAM4L Xplained Pro [USER GUIDE]
42074B-MCU-05/2013
7
Data FieldData TypeExample Content
Minimum Voltage [mV]uint16_t3000
Maximum Voltage [mV]uint16_t3600
Maximum Current [mA]uint16_t30
3.3Power supply
The SAM4L Xplained Pro kit can be powered either by USB or by an external power source through the 4pin power header, marked PWR. This connector is described in “Power header” on page 10. The available
power sources and specifications are listed in Table 3-3, “Power sources for SAM4L Xplained Pro”.
Table 3-3. Power sources for SAM4L Xplained Pro
Power inputVoltage requirementsCurrent requirementsConnector marking
External power5V +/- 2 % (+/- 100mV)
for USB host operation.
4.3 V to 5.5 V if USB
host operation is not
required
Embedded debugger
USB
4.4V to 5.25V
(according to USB spec)
Target USB4.4V to 5.25V
(according to USB spec)
Recommended
minimum is 1A to
be able to provide
enough current for
connected USB
devices and the board
itself. Recommended
maximum is 2A due
to the input protection
maximum current
specification.
500 mA (according to
USB spec)
500 mA (according to
USB spec)
PWR
DEBUG USB
TARGET USB
The kit will automatically detect which power sources are available and choose which one to use according to
the following priority:
1. External power
2. Embedded debugger USB
3. Target USB
Note
External power is required when the 500mA through the USB connector is not enough to power a
connected USB device in a USB host application.
3.3.1Measuring SAM4L power consumption
As part of an evaluation of the SAM4L it can be of interest to measure its power consumption. Because the
device has a separate power plane (VCC_MCU_P3V3) on this board it is possible to measure the current
consumption by measuring the current that is flowing into this plane. The VCC_MCU_P3V3 plane is connected
via a jumper to the main power plane (VCC_TARGET_P3V3) and by replacing the jumper with an ampere
meter it is possible to determine the current consumption. To locate the current measurement header, please
refer to Figure 1-1, “SAM4L Xplained Pro evaluation kit overview.”.
Warning
Do not power the board without having the jumper or an ampere meter mounted. This can cause
the SAM4L to be powered through its I/O pins and cause undefined operation of the device.
3.4Standard Headers and Connectors
3.4.1Xplained Pro extension header
All Xplained Pro kits have one or more dual row, 20 pin, 100mil extension headers. Xplained Pro MCU boards
have male headers while Xplained Pro extensions have their female counterparts. Note that all pins are
Atmel SAM4L Xplained Pro [USER GUIDE]
42074B-MCU-05/2013
8
not always connected. However, all the connected pins follow the defined pin-out described in Table 3-4,
“Xplained Pro extension header”. The extension headers can be used to connect a wide variety of Xplained Pro
extensions to Xplained Pro MCU boards and to access the pins of the target MCU on Xplained Pro MCU board
directly.
Table 3-4. Xplained Pro extension header
Pin numberNameDescription
1IDCommunication line to the ID chip on extension board.
2GNDGround
3ADC(+)Analog to digital converter , alternatively positive part of differential
ADC
4ADC(-)Analog to digital converter , alternatively negative part of
differential ADC
5GPIO1General purpose IO
6GPIO2General purpose IO
7PWM(+)Pulse width modulation , alternatively positive part of differential
PWM
8PWM(-)Pulse width modulation , alternatively positive part of differential
PWM
9IRQ/GPIOInterrupt request line and/or general purpose IO.
10SPI_SS_B/GPIOSlave select for SPI and/or general purpose IO.
11TWI_SDAData line for two wire interface. Always implemented, bus type.
12TWI_SCLClock line for two wire interface. Always implemented, bus type.
13USART_RXReceiver line of Universal Synchronous and Asynchronous serial
Receiver and Transmitter
14USART_TXTransmitter line of Universal Synchronous and Asynchronous
serial Receiver and Transmitter
15SPI_SS_ASlave select for SPI. Should be unique if possible.
16SPI_MOSIMaster out slave in line of Serial peripheral interface. Always
implemented, bus type
17SPI_MISOMaster in slave out line of Serial peripheral interface. Always
implemented, bus type
18SPI_SCKClock for Serial peripheral interface. Always implemented, bus
type
19GNDGround
20VCCPower for extension board
3.4.2Xplained Pro segment LCD extension connector
Xplained Pro MCU boards that have a microcontroller that supports segment LCDs contain a 51-pin segment
LCD extension connector. This connector is implemented with HIROSEs DF-9 series. Xplained Pro MCU
boards use the male version DF9-51P-1V(69) and Xplained Pro extension boards use the female counterpart
DF9-51S-1V(69). This header has a standardized pin-out as shown in Table 3-5, “Xplained Pro segment LCD
extension connector definition”.
Note
All pins are not connected on all Xplained Pro MCU boards. How many pins that are used depend
on how many segments and common terminals the target MCU supports.
Table 3-5. Xplained Pro segment LCD extension connector definition
The power header can be used to connect external power to the SAM4L Xplained Pro kit. The kit will
automatically detect and switch to the external power if supplied. The power header can also be used as supply
for external peripherals or extension boards. Care must be taken not to exceed the total current limitation of the
on-board regulator for the 3.3V regulated output. To locate the current measurement header, please refer to
Figure 1-1, “SAM4L Xplained Pro evaluation kit overview.”
Table 3-6. Power header PWR
Pin number PWR headerPin nameDescription
1VEXT_P5V0External 5V input
2GNDGround
3VCC_P5V0Unregulated 5V (output, derived
4VCC_P3V3Regulated 3.3V (output, used as
Note
If the board is powered from a battery source it is recommended to use the PWR header. If there
is a power source connected to EDBG USB, the EDBG is activated and it will consume more
power.
from one of the input sources)
main power for the kit)
Atmel SAM4L Xplained Pro [USER GUIDE]
42074B-MCU-05/2013
10
4.Hardware user guide
4.1Connectors
This chapter describes the implementation of the relevant connectors and headers on SAM4L Xplained Pro
and their connection to the ATSAM4LC4C. The tables of connections in this chapter also describes which
signals are shared between the headers and on-board functionality.
4.1.1I/O extension headers
The SAM4L Xplained Pro headers EXT1, EXT2, EXT3 and EXT4 offers access to the I/O of the microcontroller
in order to expand the board e.g. by connecting extensions to the board. These headers all comply with the
standard extension header specified in Xplained Pro Standard Extension Header. All headers have a pitch of
2.54 mm.
Table 4-1. Extension header EXT1.
Pin on EXT1SAM4L pinFunctionShared functionality
1--Communication line to ID chip on
extension board.
2--GND
3PA04ADCIFE/AD[0]
4PA05ADCIFE/AD[1]
5PB12GPIOLCD connector (EXT5)
6PC02GPIO
7PC00TC/1/A0
8PC01TC/1/B0
9PC25EIC/EXTINT[2]LCD connector (EXT5)
10PB13SPI/NPCS[1]LCD connector (EXT5)
11PA23TWIMS/0/TWDLCD connector (EXT5)
12PA24TWIMS/0/TWCKLCD connector (EXT5)
13PB00USART/0/RXDEXT4
14PB01USART/0/TXDEXT4
15PC03SPI/NPCS[0]
16PA22SPI/MOSIEXT2 and LCD connector (EXT5)
17PA21SPI/MISOEXT2 and LCD connector (EXT5)
18PC30SPI/SCKEXT2 and LCD connector (EXT5)
19--GND
20--VCC
Table 4-2. Extension header EXT2.
Pin on EXT2SAM4L pinFunctionShared functionality
1--Communication line to ID chip on
extension board.
2--GND
3PA07ADCIFE/AD[2]
4PB02ADCIFE/AD[3]
5PC08GPIO
6PB10GPIOLCD connector (EXT5)
7PC04TC/1/A2
8PC05TC/1/B2LCD connector (EXT5)
Atmel SAM4L Xplained Pro [USER GUIDE]
42074B-MCU-05/2013
11
Pin on EXT2SAM4L pinFunctionShared functionality
9PC06EIC/EXTINT[8]
10PC09GPIO
11PB14TWIMS/3/TWDEXT3, EXT4 and LCD connector (EXT5)
12PB15TWIMS/3/TWCKEXT3, EXT4 and LCD connector (EXT5)
13PC26USART/1/RXDEXT3 and LCD connector (EXT5)
14PC27USART/1/TXDEXT3 and LCD connector (EXT5)
15PB11SPI/NPCS[2]LCD connector (EXT5)
16PA22SPI/MOSIEXT1 and LCD connector (EXT5)
17PA21SPI/MISOEXT1 and LCD connector (EXT5)
18PC30SPI/SCKEXT1 and LCD connector (EXT5)
19--GND
20--VCC
Table 4-3. Extension header EXT3.
Pin on EXT3SAM4L pinFunctionShared functionality
1--Communication line to ID chip on
extension board.
2--GND
3PB03ADCIFE/AD[4]
4PB04ADCIFE/AD[5]
5PC15GPIOLCD connector (EXT5)
6PC16GPIOLCD connector (EXT5)
7PA08TC/0/A0LCD connector (EXT5)
8PA09TC/0/B0LCD connector (EXT5)
9PA06EIC/EXTINT[1]
10PA10GPIOLCD connector (EXT5)
11PB14TWIMS/3/TWDEXT2, EXT4 and LCD connector (EXT5)
12PB15TWIMS/3/TWCKEXT2, EXT4 and LCD connector (EXT5)
13PC26USART/1/RXDEXT2 and LCD connector (EXT5)
14PC27USART/1/TXDEXT2 and LCD connector (EXT5)
15PA17GPIOLCD connector (EXT5)
16PA20UART/2/TXDEXT4 and LCD connector (EXT5)
17PA19UART/2/RXDEXT4 and LCD connector (EXT5)
18PA18UART/2/CLKEXT4 and LCD connector (EXT5)
19--GND
20--VCC
Table 4-4. Extension header EXT4.
Pin on EXT4SAM4L pinFunctionShared functionality
1--Communication line to ID chip on
extension board.
2--GND
3PB05ADCIFE/AD[6]
4PC10ADCIFE/AD[7]USB_ID
5PC17GPIOLCD connector (EXT5)
6PC18GPIOLCD connector (EXT5)
Atmel SAM4L Xplained Pro [USER GUIDE]
42074B-MCU-05/2013
12
Pin on EXT4SAM4L pinFunctionShared functionality
7PA12TC/0/A2LCD connector (EXT5)
8PA13TC/0/B2LCD connector (EXT5)
9PA16GPIOLCD connector (EXT5)
10PA15GPIOLCD connector (EXT5)
11PB14TWIMS/3/TWDEXT2, EXT3 and LCD connector (EXT5)
12PB15TWIMS/3/TWCKEXT2, EXT3 and LCD connector (EXT5)
13PB00USART/0/RXDEXT1
14PB01USART/0/TXDEXT1
15PA11GPIOLCD connector (EXT5)
16PA20UART/2/TXDEXT3 and LCD connector (EXT5)
17PA19UART/2/RXDEXT3 and LCD connector (EXT5)
18PA18UART/2/CLKEXT3 and LCD connector (EXT5)
19--GND
20--VCC
4.1.2Segment LCD extension connector
Extension connector EXT5 is a special connector for segment LCD displays. SAM4L Xplained Pro implements
one segment LCD extension connector for Xplained Pro extensions.
Table 4-5. Segment LCD display connector EXT5 .
Pin on EXT5SAM4L pinFunctionShared functionality
1PA09COM3EXT3
2PA10COM2EXT3
3PA11COM1EXT4
4PA12COM0EXT4
5PC15SEG0EXT3
6PC16SEG1EXT3
7PC17SEG2EXT4
8PC18SEG3EXT4
9PC19SEG4
10PA13SEG5EXT4
11PA14SEG6
12PA15SEG7EXT4
13PA16SEG8EXT4
14PA17SEG9EXT3
15PC20SEG10
16PC21SEG11
17PC22SEG12
18PC23SEG13
19PB08SEG14
20PB09SEG15
21PB10SEG16EXT2
22PB11SEG17EXT2
23PA18SEG18EXT3 and EXT4
24PA19SEG19EXT3 and EXT4
Atmel SAM4L Xplained Pro [USER GUIDE]
42074B-MCU-05/2013
13
Pin on EXT5SAM4L pinFunctionShared functionality
25PA20SEG20EXT3 and EXT4
26PB07SEG21
27PB06SEG22
28PA08SEG23EXT3
29PC24SEG24
30PC25SEG25EXT1
31PC26SEG26EXT2 and EXT3
32PC27SEG27EXT2 and EXT3
33PC28SEG28
34PC29SEG29
35PC30SEG30EXT1 and EXT2
36PC31SEG31
37PB12SEG32EXT1
38PB13SEG33EXT1
39PA21SEG34EXT1 and EXT2
40PA22SEG35EXT1 and EXT2
41PB14SEG36EXT2, EXT3 and EXT4
42PB15SEG37EXT2, EXT3 and EXT4
43PA23SEG38EXT1
44PA24SEG39EXT1
45-Not Connected
46-Not Connected
47-VCC_P3V3
48-GND
49PC05BacklightEXT2
50-ID
51-GND
4.2Peripherals
4.2.1QTouch button
The SAM4L Xplained Pro kit has one QTouch button and the connection to the SAM4L is shown in the table
below. The QTouch sensor, a copper fill, is located on the second layer (GND) of the board. The sensor is
shielded by the third and the bottome layer (VCC and signal layer respectively) and therefore the sensor is not
affected by any touches from the back side of the board.
Table 4-6. QTouch button connections.
Pin on SAM4LFunction
PC13CATB_SENSE15
PC14CATB_DIS
4.2.2Crystals
The SAM4L Xplained Pro kit contains two crystals that can be used as clock sources for the SAM4L device.
Each crystal has a cut-strap next to it that can be used to measure the oscillator safety factor. This is done by
cutting the strap and adding a resistor across the strap. More information about oscillator allowance and safety
factor can be found in appnote AVR41001.
1
http://www.atmel.com/images/doc8333.pdf
Atmel SAM4L Xplained Pro [USER GUIDE]
42074B-MCU-05/2013
14
Table 4-7. External 32.768kHz crystals.
Pin on SAM4LFunction
XIN32XIN32
XOUT32XOUT32
Table 4-8. External 12MHz crystals.
Pin on SAM4LFunction
PA00XIN0
PA01XOUT0
4.2.3Mechanical buttons
The SAM4L Xplained Pro contains two mechanical buttons. One button is the RESET button connected to the
SAM4L reset line and the other is a generic user configurable button. When a button is pressed it will drive the
I/O line to GND.
Table 4-9. Mechanical buttons.
Pin on SAM4LSilkscreen text
RESET_NRESET
PC24SW0
4.2.4LED
There is one yellow LED available on the SAM4L Xplained Pro board that can be turned on and off. The LED
can be activated by driving the connected I/O line to GND.
Table 4-10. LED connections.
Pin on SAM4LLED
PC07Yellow LED0
4.3Embedded Debugger implementation
The SAM4L Xplained Pro contains an Embedded Debugger (EDBG) that can be used to program and debug
the ATSAM4LC4C using Serial Wire Debug (SWD). The Embedded debugger also include a Virtual Com port
interface over UART, an Atmel Data Gateway Interface over synchronous UART and TWI and it monitors four
of the SAM4L GPIOs. Atmel Studio can be used as a front end for the Embedded Debugger.
4.3.1Serial Wire Debug
The Serial Wire Debug (SWD) use two pins to communicate with the target. For further information on how to
use the programming and debugging capabilities of the EDBG, see “Embedded Debugger” on page 7.
Table 4-11. SWD connections.
Pin on SAM4LFunction
TCKSWD clock
PA03SWD data
PA23SWD trace data
4.3.2Virtual COM port
The Embedded Debugger act as a Virtual Com Port gateway by using one of the ATSAM4LC4C UARTs. For
further information on how to use the Virtual COM port see “Embedded Debugger” on page 7.
Table 4-12. Virtual COM port connections.
Pin on SAM4LFunction
PC27UART TXD (SAM4L TX line)
PC26UART RXD (SAM4L RX line)
Atmel SAM4L Xplained Pro [USER GUIDE]
42074B-MCU-05/2013
15
4.3.3Atmel Data Gateway Interface
The Embedded Debugger features an Atmel Data Gateway Interface (DGI) by using either a synchronous
USART or TWI port. The DGI can be used to send a variety of data from the SAM4L to the host PC. For further
information on how to use the DGI interface see “Embedded Debugger” on page 7.
Table 4-13. DGI interface connections when using USART.
Pin on SAM4LFunction
PC29USART TXD (SAM4L TX line)
PC28USART RXD (SAM4L RX line)
PC31USART CLK
Table 4-14. DGI interface connections when using TWI.
Pin on SAM4LFunction
PA23SDA (Data line)
PA24SCL (Clock line)
Four GPIO lines are connected to the Embedded Debugger. The EDBG can monitor these lines and time
stamp pin value changes. This makes it possible to accurately time stamp events in the SAM4L application
code. For further information on how to configure and use the GPIO monitoring features see “Embedded
Debugger” on page 7.
Table 4-15. GPIO lines connected to the EDBG.
Pin on SAM4LFunction
PB05GPIO
PB06GPIO
PB07GPIO
PB10GPIO
4.4Jumper description
The SAM4L Xplained Pro contains five jumpers that can be used to adjust the functionality of the board. You
can locate the jumpers in figure Figure 1-1, “SAM4L Xplained Pro evaluation kit overview.”.Here is a description
of the jumpers.
4.4.1LDO/BUCK Jumper
This jumper selelcts the power mode of the internal voltage regulator in the target MCU. It can be either LDO
mode, which is a linear regulator or BUCK mode, which is a switch mode regulator. If LDO mode is selected,
the LDO jumper should be mounted as well.
4.4.2LDO Jumper
This jumper should be mounted when the power mode jumper is set to LDO mode. It will bypass the BUCK
mode inductor and increase efficiency for this mode. If the poewr mode jumper is set to BUCK mode, this
jumper needs to be removed to make it work.
4.4.3VLCD_A and VLCD_BC Jumpers
When the Segment LCD is not used, these jumpers needs to be mounted to power the pins used for segment
LCD in GPIO mode.
4.4.4VCC_MCU Jumper
This jumper connects VCC to the target MCU. This jumper can be replaced with an ampere meter to measure
the current used by the target device. Remeber to mount this jumper or an ampere meter to make the target
MCU work properly.
Atmel SAM4L Xplained Pro [USER GUIDE]
42074B-MCU-05/2013
16
5.Hardware revision history and known issues
5.1Identifying product ID and revision
The revision and product identifier of Xplained Pro boards can be found in two ways, through Atmel Studio or
by looking at the sticker on the bottom side of the PCB.
By connecting a Xplained Pro MCU board to a computer with Atmel Studio running, an information window will
pop up. The first 6 digits of the serial number, which is listed under kit details, contain the product identifier and
revision. Information about connected Xplained Pro extension boards will also appear in the Atmel Kits window.
The same information can be found on the sticker on the bottom side of the PCB. Most kits will print the
identifier and revision in plain text as A09-nnnn\rr where nnnn is the identifier and rr is the revision. Boards with
limited space have a sticker with only a QR-code which contains a serial number string.
The serial number string has the following format:
"nnnnrrssssssssss"
n = product identifier
r = revision
s = serial number
The kit identifier for SAM4L Xplained Pro is 1783.
5.2Revision 2
Revision 2 of SAM4L Xplained Pro is the initial released version, there are no known issues.
Atmel SAM4L Xplained Pro [USER GUIDE]
42074B-MCU-05/2013
17
6.Document revision history
Doc. Rev.DateComment
B22/05/2013Corrected SW0 pin to PC24 from PA24
A26/02/2013First release
Atmel SAM4L Xplained Pro [USER GUIDE]
42074B-MCU-05/2013
18
7.Evaluation board/kit important notice
This evaluation board/kit is intended for use for FURTHER ENGINEERING, DEVELOPMENT,
DEMONSTRATION, OR EVALUATION PURPOSES ONLY. It is not a finished product and may not (yet)
comply with some or any technical or legal requirements that are applicable to finished products, including,
without limitation, directives regarding electromagnetic compatibility, recycling (WEEE), FCC, CE or UL
(except as may be otherwise noted on the board/kit). Atmel supplied this board/kit "AS IS," without any
warranties, with all faults, at the buyer's and further users' sole risk. The user assumes all responsibility
and liability for proper and safe handling of the goods. Further, the user indemnifies Atmel from all claims
arising from the handling or use of the goods. Due to the open construction of the product, it is the user's
responsibility to take any and all appropriate precautions with regard to electrostatic discharge and any other
technical or legal concerns.
EXCEPT TO THE EXTENT OF THE INDEMNITY SET FORTH ABOVE, NEITHER USER NOR
ATMEL SHALL BE LIABLE TO EACH OTHER FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR
CONSEQUENTIAL DAMAGES.
No license is granted under any patent right or other intellectual property right of Atmel covering or relating
to any machine, process, or combination in which such Atmel products or services might be or are used.
Mailing Address:Atmel Corporation
1600 Technology Drive
San Jose, CA 95110
USA
Atmel SAM4L Xplained Pro [USER GUIDE]
42074B-MCU-05/2013
19
Atmel Corporation 1600 Technology Drive, San Jose, CA 95110 USAT: (+1)(408) 441.0311F: (+1)(408) 436.4200|www.atmel.com
Atmel®, Atmel logo and combinations thereof, Enabling Unlimited Possibilities®, AVR®, and others are registered trademarks or trademarks of Atmel
Corporation or its subsidiaries. Windows® is a registered trademark of Microsoft Corporation in U.S. and or other countries. ARM® is a registered
trademark of ARM Ltd. Other terms and product names may be trademarks of others.
Disclaimer: The information in this document is provided in connection with Atmel products. No license, express or implied, by estoppel or otherwise, to any intellectual property right is granted
by this document or in connection with the sale of Atmel products. EXCEPT AS SET FORTH IN THE ATMEL TERMS AND CONDITIONS OF SALES LOCATED ON THE ATMEL WEBSITE,
ATMEL ASSUMES NO LIABILITY WHATSOEVER AND DISCLAIMS ANY EXPRESS, IMPLIED OR STATUTORY WARRANTY RELATING TO ITS PRODUCTS INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. IN NO EVENT SHALL ATMEL BE LIABLE FOR
ANY DIRECT, INDIRECT, CONSEQUENTIAL, PUNITIVE, SPECIAL OR INCIDENTAL DAMAGES (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS AND PROFITS, BUSINESS
INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF THE USE OR INABILITY TO USE THIS DOCUMENT, EVEN IF ATMEL HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES. Atmel makes no representations or warranties with respect to the accuracy or completeness of the contents of this document and reserves the right to make changes to
specifications and products descriptions at any time without notice. Atmel does not make any commitment to update the information contained herein. Unless specifically provided otherwise,
Atmel products are not suitable for, and shall not be used in, automotive applications. Atmel products are not intended, authorized, or warranted for use as components in applications intended
to support or sustain life.
Loading...
+ hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.