Lines Matching +full:xplained +full:- +full:boards
6 The SAM D20 Xplained Pro evaluation kit is ideal for evaluation and
7 prototyping with the SAM D20 Cortex®-M0+ processor-based
15 - SAMD20J18 ARM Cortex-M0+ processor at 48 MHz
16 - 32.768 kHz crystal oscillator
17 - 256 KiB flash memory and 32 KiB of RAM
18 - One yellow user LED
19 - One mechanical user push button
20 - One reset button
21 - On-board USB based EDBG unit with serial console
29 .. list-table::
30 :header-rows: 1
32 * - Interface
33 - Controller
34 - Driver / Component
35 * - NVIC
36 - on-chip
37 - nested vector interrupt controller
38 * - Flash
39 - on-chip
40 - Can be used with LittleFS to store files
41 * - SYSTICK
42 - on-chip
43 - systick
44 * - WDT
45 - on-chip
46 - Watchdog
47 * - ADC
48 - on-chip
49 - Analog to Digital Converter
50 * - GPIO
51 - on-chip
52 - I/O ports
53 * - USART
54 - on-chip
55 - Serial ports
56 * - I2C
57 - on-chip
58 - I2C ports
59 * - SPI
60 - on-chip
61 - Serial Peripheral Interface ports
66 :zephyr_file:`boards/atmel/sam0/samd20_xpro/samd20_xpro_defconfig`.
72 connections. Download the `SAM D20 Xplained Pro Schematic`_ for more detail.
78 with the on-chip PLL generating the 48 MHz system clock.
90 The SAMD20 MCU has 6 SERCOM based SPIs. On the SAM D20 Xplained Pro,
96 The SAM D20 Xplained Pro comes with a Atmel Embedded Debugger (EDBG). This
103 #. Build the Zephyr kernel and the :zephyr:code-sample:`hello_world` sample application:
105 .. zephyr-app-commands::
106 :zephyr-app: samples/hello_world
111 #. Connect the SAM D20 Xplained Pro to your host computer using the USB debug
117 .. code-block:: console
119 $ minicom -D /dev/ttyACM0 -o
121 The -o option tells minicom not to send the modem initialization
124 - Speed: 115200
125 - Data: 8 bits
126 - Parity: None
127 - Stop bits: 1
131 .. zephyr-app-commands::
132 :zephyr-app: samples/hello_world
142 .. target-notes::
145 https://www.microchip.com/DevelopmentTools/ProductDetails.aspx?PartNO=ATSAMD20-XPRO
148 https://www.microchip.com/DevelopmentTools/ProductDetails.aspx?PartNO=ATSAMD20-XPRO
150 .. _SAM D20 Xplained Pro Schematic:
151 http://ww1.microchip.com/downloads/en/DeviceDoc/SAMD20-Xplained-Pro_Design-Documentation.zip