Lines Matching +full:pro +full:-

6 The SAM4E Xplained Pro evaluation kit is a development platform to evaluate the
12 - ATSAM4E16E ARM Cortex-M4F Processor
13 - 12 MHz crystal oscillator
14 - internal 32.768 kHz crystal oscillator
15 - 2 x IS61WV5128BLL 4Mb SRAM
16 - MT29F2G08ABAEAWP 2Gb NAND
17 - SD card connector
18 - CAN-bus (TLE7250GVIOXUMA1 CAN Transceiver)
19 - Ethernet port (KSZ8081MNXIA phy)
20 - Micro-AB USB device
21 - Micro-AB USB debug interface supporting CMSIS-DAP, Virtual COM Port and Data
23 - One reset and one user pushbutton
24 - 1 yellow user LEDs
33 +-----------+------------+-------------------------------------+
36 | NVIC | on-chip | nested vector interrupt controller |
37 +-----------+------------+-------------------------------------+
38 | SYSTICK | on-chip | systick |
39 +-----------+------------+-------------------------------------+
40 | GPIO | on-chip | gpio |
41 +-----------+------------+-------------------------------------+
42 | AFEC | on-chip | adc |
43 +-----------+------------+-------------------------------------+
44 | COUNTER | on-chip | counter |
45 +-----------+------------+-------------------------------------+
46 | ETHERNET | on-chip | ethernet |
47 +-----------+------------+-------------------------------------+
48 | HWINFO | on-chip | hwinfo |
49 +-----------+------------+-------------------------------------+
50 | HSMCI | on-chip | sdhc |
51 +-----------+------------+-------------------------------------+
52 | I2C | on-chip | i2c |
53 +-----------+------------+-------------------------------------+
54 | PWM | on-chip | pwm |
55 +-----------+------------+-------------------------------------+
56 | SPI | on-chip | spi |
57 +-----------+------------+-------------------------------------+
58 | UART | on-chip | serial port |
59 +-----------+------------+-------------------------------------+
60 | USART | on-chip | serial port |
61 +-----------+------------+-------------------------------------+
62 | WATCHDOG | on-chip | watchdog |
63 +-----------+------------+-------------------------------------+
73 The `SAM4E Xplained Pro User Guide`_ has detailed information about board
74 connections. Download the `SAM4E Xplained Pro documentation`_ for more detail.
80 with the on-chip PLL to generate an 120 MHz system clock.
93 By default a factory new SAM4E chip will boot SAM-BA boot loader located in
95 (General-Purpose NVM bit 1). The flash procedure will ensure that GPNVM1 is
103 - With the board power off, set a jumper on the J304 header.
104 - Turn the board power on. The jumper can be removed soon after the power is on
115 -------------
117 #. Connect the SAM4E Xplained Pro board to your host computer using the USB
118 debug port. Then build and flash the :zephyr:code-sample:`hello_world` application.
120 .. zephyr-app-commands::
121 :zephyr-app: samples/hello_world
125 Using SAM-BA bootloader
126 -----------------------
128 #. Close the ``ERASE`` jumper on the SAM4E Xplained Pro board. Power on the
133 #. Connect the SAM4E Xplained Pro board to your host computer using the SoC
134 USB port. Then build and flash the :zephyr:code-sample:`hello_world` application.
136 .. zephyr-app-commands::
137 :zephyr-app: samples/hello_world
141 .. code-block:: console
143 $ west flash -r bossac
146 -----------------------
151 .. code-block:: console
153 $ minicom -D /dev/ttyACM0 -o
155 The -o option tells minicom not to send the modem initialization string.
158 - Speed: 115200
159 - Data: 8 bits
160 - Parity: None
161 - Stop bits: 1
171 :zephyr:code-sample:`hello_world` application.
173 .. zephyr-app-commands::
174 :zephyr-app: samples/hello_world
176 :maybe-skip-config:
182 .. target-notes::
184 .. _SAM4E Xplained Pro User Guide:
185 http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-42216-SAM4E-Xplained-Pro_User-Guide.pdf
187 .. _SAM4E Xplained Pro documentation:
188 http://ww1.microchip.com/downloads/en/DeviceDoc/SAM4E-Xplained-Pro_Design-Documentation.zip
193 .. _SAM-BA:
194 https://www.microchip.com/developmenttools/ProductDetails/PartNO/SAM-BA%20In-system%20Programmer