USER GUIDE
Atmel Ethernet1 Xplained Pro
Preface
Atmel® Ethernet1 Xplained Pro is an extension board to the Atmel Xplained Pro
evaluation platform. The board enables the user to experiment with Ethernet
network connectivity applications.
Atmel-42226A-Atmel-Ethernet1-Xplained-Pro-UserGuide_092014
Atmel Ethernet1 Xplained Pro [USER GUIDE]
Atmel-42226A-Atmel-Ethernet1-Xplained-Pro-UserGuide_092014
2
Table of Contents
Introduction ..................................................................................................................................3
Getting Started .................................................................................................................................4
Xplained Pro ..................................................................................................................................5
Ethernet1 Xplained Pro Hardware Overview ..................................................................................7
Hardware Revision History and Known Issues .............................................................................9
Evaluation Board/Kit Important Notice ........................................................................................ 10
Revision History ............................................................................................................................ 11
Atmel Ethernet1 Xplained Pro [USER GUIDE]
Atmel-42226A-Atmel-Ethernet1-Xplained-Pro-UserGuide_092014
3
Introduction
Features
10BASE-T and 100BASE-TX physical layer support
Auto-negotiation: 10/100Mbps full and half duplex
Two LEDs indicator
Support external 1KB or 4KB EEPROM
Xplained Pro hardware identification system
Kit Overview
Ethernet1 Xplained Pro is a basic extension board for the Xplained Pro platform. The Ethernet is controlled via a
SPI interface up to 40MHz for high throughput Ethernet applications. Ethernet1 Xplained Pro connects to any
Xplained Pro standard extension header on any Xplained Pro MCU board.
Figure 1-1. Ethernet1 Xplained Pro Extension Board
Atmel Ethernet1 Xplained Pro [USER GUIDE]
Atmel-42226A-Atmel-Ethernet1-Xplained-Pro-UserGuide_092014
4
Getting Started
Quick-start
Three steps to start exploring the Atmel Xplained Pro platform:
A. Download and install Atmel Studio.
B. Launch Atmel Studio.
C. Connect Ethernet1 Xplained Pro to an Xplained Pro MCU board and connect a USB cable to DEBUG USB
port on the Xplained Pro MCU board.
Connecting Ethernet1 Xplained Pro to the Xplained Pro MCU Board
Atmel Ethernet1 Xplained Pro has been designed to be connected to the Xplained Pro header marked EXT1.
However it is compatible with all Xplained Pro EXT headers. Refer to the pin-out of your Xplained Pro MCU
board to find out which Xplained Pro EXT headers that can be used.
Once the Xplained Pro MCU board is powered the green power LED will be lit and Atmel Studio will auto detect
which Xplained Pro MCU- and extension board(s) that are connected. You will be presented with relevant
information like datasheets and kit documentation. You also have the option to launch Atmel Software
Framework (ASF) example applications for the combination of Xplained Pro MCU board and extensions
connected. The target device is programmed and debugged by the on-board Embedded Debugger. No external
programmer or debugger tool is needed.
Design Documentation and Related Links
The following list contains links to the most relevant documents and software for Ethernet1 Xplained Pro:
A. Xplained Pro products - 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.
B. Ethernet1 Xplained Pro User Guide - PDF version of this User Guide.
C. Ethernet1 Xplained Pro Design Documentation - Package containing schematics, BOM, assembly
drawings, 3D plots, layer plots etc.
D. Atmel Studio - Free Atmel IDE for development of C/C++ and assembler code for Atmel microcontrollers.
Atmel Ethernet1 Xplained Pro [USER GUIDE]
Atmel-42226A-Atmel-Ethernet1-Xplained-Pro-UserGuide_092014
5
Xplained Pro
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 extension boards are attached an 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 Store.
Hardware Identification System
All Xplained Pro compatible extension boards have an Atmel ATSHA204 CryptoAuthentication™ 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 1-1 Xplained Pro ID Chip Content shows the data fields stored in the ID chip
with example content.
Table 1-1. Xplained Pro ID Chip Content
Data field Data type Example content
Manufacturer ASCII string Atmel’\0’
Product Name ASCII string Ethernet1 Xplained Pro’\0’
Product Revision ASCII string 02’\0’
Product Serial Number ASCII string 1774020200000010’\0’
Minimum Voltage [mV] uint16_t 3000
Maximum Voltage [mV] uint16_t 3600
Maximum Current [mA] uint16_t 30
Standard Headers and Connectors
Xplained Pro Standard 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 not
always connected. However, all the connected pins follow the defined pin-out described in Table 1-2 Standard
Layout of 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.
Atmel Ethernet1 Xplained Pro [USER GUIDE]
Atmel-42226A-Atmel-Ethernet1-Xplained-Pro-UserGuide_092014
6
Table 1-2. Standard Layout of Xplained Pro Extension Header
Pin numbers Name Description
1 ID Communication line to the ID chip on extension board.
2 GND Ground.
3 ADC(+) Analog to digital converter, alternatively positive part of differential ADC.
4 ADC(-) Analog to digital converter, alternatively negative part of differential ADC.
5 GPIO1 General purpose I/O.
6 GPIO2 General purpose I/O.
7 PWM(+) Pulse width modulation, alternatively positive part of differential PWM.
8 PWM(-) Pulse width modulation, alternatively positive part of differential PWM.
9 IRQ/GPIO Interrupt request line and/or general purpose I/O.
10 SPI_SS_B/GPIO Slave select for SPI and/or general purpose I/O.
11 TWI_SDA Data line for two wire interface. Always implemented, bus type.
12 TWI_SCL Clock line for two wire interface. Always implemented, bus type.
13 USART_RX Receiver line of Universal Synchronous and Asynchronous serial Receiver and
Transmitter.
14 USART_TX Transmitter line of Universal Synchronous and Asynchronous serial Receiver and
Transmitter.
15 SPI_SS_A Slave select for SPI. Should be unique if possible.
16 SPI_MOSI Master out slave in line of Serial peripheral interface. Always implemented, bus type.
17 SPI_MISO Master in slave out line of Serial peripheral interface. Always implemented, bus type.
18 SPI_SCK Clock for Serial peripheral interface. Always implemented, bus type.
19 GND Ground.
20 VCC Power for extension board.
Atmel Ethernet1 Xplained Pro [USER GUIDE]
Atmel-42226A-Atmel-Ethernet1-Xplained-Pro-UserGuide_092014
7
Ethernet1 Xplained Pro Hardware Overview
Headers and Connectors
Ethernet1 Xplained Pro Extension Header
Ethernet1 Xplained Pro implements one Xplained Pro Standard Extension Header marked with EXT in
silkscreen. This header makes it possible to connect the board to any Xplained Pro MCU board. The pin-out
definition for the extension header can be seen in Table 1-3 Ethernet1 Xplained Pro Specific Extension Header.
Table 1-3. Ethernet1 Xplained Pro Specific Extension Header
Pin numbers Name Description
1 ID Communication line to the ID chip.
2 GND Ground.
3 NC
4 NC
5 PME Power Management Event, active low.
6 nRST Reset line for Ethernet, active low.
7 NC
8 NC
9 INTRN Interrupt request from Ethernet, active low.
10 NC
11 NC
12 NC
13 NC
14 NC
15 SPI_SS_A Ethernet chip select signal, connected to CSN pin of Ethernet chip.
16 SPI_MOSI Master out slave in line of Ethernet, connected to SI pin of Ethernet chip.
17 SPI_MISO Master in slave out line of Ethernet, connected to SO pin of Ethernet chip.
18 SPI_SCK Clock line of Ethernet, connected to SCLK pin of Ethernet chip.
19 GND Ground.
20 VCC Target supply voltage.
Peripherals
Ethernet Controller
Ethernet1 Xplained Pro features a single-port Ethernet controller which consists of a 10/100 physical layer
transceiver (PHY), a MAC, and a Serial Peripheral Interface (SPI). The part number of the Ethernet controller is
KSZ8851SNL from Micrel, INC. The connections to Ethernet are shown in Table 1-4 Ethernet Controller
Connections.
Atmel Ethernet1 Xplained Pro [USER GUIDE]
Atmel-42226A-Atmel-Ethernet1-Xplained-Pro-UserGuide_092014
8
Table 1-4. Ethernet Controller Connections
Pin on EXT
connector Signal Name Description
5 PME Power Management Event, active low. It is asserted when one of the wake-on-LAN
events is detected by KSZ8851SNL.
6 nRST Reset line for Ethernet, active low.
9 INTRN Interrupt request from Ethernet, active low. An active low signal to host CPU to indi-
cate an interrupt status bit is set.
15 SPI_SS_A Ethernet chip select signal, connected to CSN pin of Ethernet chip. Active low input
pin for SPI interface.
16 SPI_MOSI Master out slave in line of Ethernet, connected to SI pin of Ethernet chip.
17 SPI_MISO Master in slave out line of Ethernet, connected to SO pin of Ethernet chip. This SO is
tri-stated output when CSN is negated.
18 SPI_SCK Clock line of Ethernet, connected to SCLK pin of Ethernet chip. This clock speed can
run up to 40MHz.
Atmel Ethernet1 Xplained Pro [USER GUIDE]
Atmel-42226A-Atmel-Ethernet1-Xplained-Pro-UserGuide_092014
9
Hardware Revision History and Known Issues
Identifying 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 an Xplained Pro MCU board to a computer with Atmel Studio running, an information window will
pop up. The first six 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:
The kit identifier for Ethernet1 Xplained Pro is 2258.
Revision 1
Revision 1 of Ethernet1 Xplained Pro is the initial released version. There are no known issues.
"nnnnrrssssssssss"
n = product identifier
r = revision
s = serial number
Atmel Ethernet1 Xplained Pro [USER GUIDE]
Atmel-42226A-Atmel-Ethernet1-Xplained-Pro-UserGuide_092014
10
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.
Atmel Ethernet1 Xplained Pro [USER GUIDE]
Atmel-42226A-Atmel-Ethernet1-Xplained-Pro-UserGuide_092014
11
Revision History
Doc Rev. Date Comments
42226A 09/2014 Initial document release.
Atmel Ethernet1 Xplained Pro [USER GUIDE]
Atmel-42226A-Atmel-Ethernet1-Xplained-Pro-UserGuide_092014
12
Atmel Corporation 1600 Technology Drive, San Jose, CA 95110 USA T: (+1)(408) 441.0311 F: (+1)(408) 436.4200 www.atmel.com
© 2014 Atmel Corporation. / Rev.:Atmel-42226A-Atmel-Ethernet1-Xplained-Pro-UserGuide_092014.
Atmel®, Atmel logo and combinations thereof, Enabling Unlimited Possibilities®, and others are registered trademarks or trademarks of Atmel Corporation in U.S. and
other countries. 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.
SAFETY-CRITICAL, MILITARY, AND AUTOMOTIVE APPLICATIONS DISCLAIMER: Atmel products are not designed for and will not be used in connection with any applications where
the failure of such products would reasonably be expected to result in significant personal injury or death (“Safety-Critical Applications”) without an Atmel officer's specific written consent.
Safety-Critical Applications include, without limitation, life support devices and systems, equipment or systems for the operation of nuclear facilities and weapons systems. Atmel products
are not designed nor intended for use in military or aerospace applications or environments unless specifically designated by Atmel as military-grade. Atmel products are not designed nor
intended for use in automotive applications unless specifically designated by Atmel as automotive-grade.
Mouser Electronics
Authorized Distributor
Click to View Pricing, Inventory, Delivery & Lifecycle Information:
Atmel:
ATETHERNET1-XPRO