Lines Matching +full:120 +full:- +full:pin

6 The EVAL-SDP-CK1Z (SDP-K1) controller board is a system demonstration platform
10 - STM32 microcontroller in BGA216 package
11 - USB 2.0 device with USB-C connector
12 - USB debug interface supporting CMSIS-DAP through a NXP Freescale
14 - Flexible board power supply
15 - USB VBUS 5 V max. 500 mA
16 - 5.5mm DC power jack 7 - 12 V min. 300 mA
17 - VIN from Arduino* compatible connectors
18 - VIN from 120-pin connector 5 V min. 300 mA
19 - 3 color LEDs (green, orange, red) and 1 status LED
20 - One push-buttons: RESET
21 - 16MB SDRAM
22 - Arduino UNO and 120-pin SDP connectors
24 More information about the board can be found on the `ADI SDP-K1 website`_.
29 ADI SDP-K1 provides the following hardware components:
31 - STM32F469NIH6 in BGA216 package
32 - ARM |reg| 32-bit Cortex |reg| -M4 CPU with FPU
33 - 180 MHz max CPU frequency
34 - VDD of 1.8 V or 3.3 V
35 - 2 MB Flash
36 - 384 KB SRAM
37 - GPIO with external interrupt capability
38 - LCD parallel interface, 8080/6800 modes
39 - LCD TFT controller supporting up to XGA resolution
40 - MIPI |reg| DSI host controller supporting up to 720p 30Hz resolution
41 - 3x12-bit ADC with 24 channels
42 - 2x12-bit D/A converters
43 - RTC
44 - Advanced-control Timer
45 - General Purpose Timers (17)
46 - Watchdog Timers (2)
47 - USART/UART (8)
48 - I2C (3)
49 - SPI (6)
50 - 1xSAI (serial audio interface)
51 - SDIO
52 - 2xCAN
53 - USB 2.0 OTG FS with on-chip PHY
54 - USB 2.0 OTG HS/FS with dedicated DMA, on-chip full-speed PHY and ULPI
55 - 10/100 Ethernet MAC with dedicated DMA
56 - 8- to 14-bit parallel camera
57 - CRC calculation unit
58 - True random number generator
59 - DMA Controller
62 - `STM32F469NI product page`_
63 - `STM32F469 reference manual`_
70 +-----------+------------+-------------------------------------+
73 | UART | on-chip | serial port-polling; |
74 | | | serial port-interrupt |
75 +-----------+------------+-------------------------------------+
76 | PINMUX | on-chip | pinmux |
77 +-----------+------------+-------------------------------------+
78 | GPIO | on-chip | gpio |
79 +-----------+------------+-------------------------------------+
86 Pin Mapping
89 For more details please refer to `EVAL-SDP-CK1Z User Guide`_.
92 -------------------
96 :alt: ADI SDP-K1 Arduino UNO headers pinout
98 ADI SDP-K1 (Credit: Analog Devices, Inc.)
100 120-pin SDP connector
101 ---------------------
105 :alt: ADI SDP-K1 120-pin SDP connector pinout
107 ADI SDP-K1 (Credit: Analog Devices, Inc.)
110 ----------------------------------
112 - UART_5 TX/RX : P2 (DAPLink USB-C)
113 - UART_5 TX/RX : P8 (DAPLink two position through hole)
114 - LED1 : DS6 (Red)
115 - LED2 : DS5 (Orange)
116 - LED3 : DS4 (Green)
117 - LED4 : DS4 (Status)
122 The ADI SDP-K1 be programmed over USB using the DAPLink firmware running on an
123 embedded NXP Freescale microcontroller or a 10-pin ``DEBUG`` header connected
133 ----------------------------------------------
135 First, connect the STLINK debugger to your host computer using the Micro-USB port.
136 Then attach the debugger to the 10-pin ``DEBUG`` header on the SDP-K1. Finally
137 connect the SDP-K1 to your host computer using the USB-C port.
141 .. code-block:: console
143 $ minicom -D /dev/serial/by-id/usb-ARM_DAPLink_CMSIS-DAP_<...>
145 Here is an example for the :zephyr:code-sample:`hello_world` application.
147 .. zephyr-app-commands::
148 :zephyr-app: samples/hello_world
154 .. code-block:: console
161 .. _ADI SDP-K1 website:
162 …https://www.analog.com/en/design-center/evaluation-hardware-and-software/evaluation-boards-kits/sd…
164 .. _EVAL-SDP-CK1Z User Guide:
165 https://www.analog.com/media/en/technical-documentation/user-guides/EVAL-SDP-CK1Z-UG-1539.pdf