Lines Matching +full:proximity +full:- +full:it
13 family products. It can also be used as a standalone board.
26 - STM32F412CG in UFQFPN48 package
27 - ARM |reg| 32-bit Cortex |reg|-M4 CPU with FPU
28 - 100 MHz max CPU frequency
29 - 1.8V work voltage
30 - 1024 KB Flash
31 - 256 KB SRAM
32 - On board sensors:
34 - Humidity: STMicro HTS221
35 - Temperature/Pressure: STMicro LPS22HB
36 - ALS: Intersil ISL29034
37 - Proximity: STMicro VL53L0X
38 - Accelerometer/Gyroscope: STMicro LSM6DSL
39 - Geomagnetic: STMicro LIS2MDL
40 - AMR Hall sensor: MRMS501A
41 - Microphone: STMicro MP34DT05
43 - 2 User LEDs
44 - 16 General purpose LEDs
45 - GPIO with external interrupt capability
46 - UART
47 - I2C (3)
48 - SPI (1)
49 - I2S (1)
57 +-----------+------------+-------------------------------------+
60 | NVIC | on-chip | nested vector interrupt controller |
61 +-----------+------------+-------------------------------------+
62 | SYSTICK | on-chip | system clock |
63 +-----------+------------+-------------------------------------+
64 | UART | on-chip | serial port |
65 +-----------+------------+-------------------------------------+
66 | GPIO | on-chip | gpio |
67 +-----------+------------+-------------------------------------+
68 | PINMUX | on-chip | pinmux |
69 +-----------+------------+-------------------------------------+
70 | FLASH | on-chip | flash |
71 +-----------+------------+-------------------------------------+
72 | SPI | on-chip | spi |
73 +-----------+------------+-------------------------------------+
74 | I2C | on-chip | i2c |
75 +-----------+------------+-------------------------------------+
87 ---
89 - LED1 / User1 LED = PB2
90 - LED2 / User2 LED = PC13
93 ------------
95 - BUTTON = RST (BT1)
96 - BUTTON = USR (BT2)
113 ---
117 - I2C1_SCL : PB6
118 - I2C1_SDA : PB7
119 - I2C2_SCL : PB10
120 - I2C2_SDA : PB9
121 - I2C3_SCL : PA8
122 - I2C3_SCL : PB4
125 It goes to 100Kbit maximum.
128 ---
133 - SPI1_NSS : PA4
134 - SPI1_SCK : PA5
135 - SPI1_MISO : PA6
136 - SPI1_MOSI : PA7
137 - SPI2_NSS : PB12
138 - SPI2_SCK : PB13
139 - SPI2_MISO : PB14
140 - SPI2_MOSI : PB15
148 Here is an example for building the :zephyr:code-sample:`hello_world` application.
150 .. zephyr-app-commands::
151 :zephyr-app: samples/hello_world
169 ---------------------
174 1. Connect ArgonKey UART to your Linux PC using, for example, a USB-TTL serial
175 cable. The flashing procedure has been tested using a `TTL-232RG`_ cable with
179 - GND (black) to ArgonKey GND (P3.1)
180 - TXD (orange) to ArgonKey UART0_TXD (P3.5)
181 - RXD (yellow) to ArgonKey UART0_RXD (P3.7)
188 - Connect BOOT0 to 1V8 (link P2.1 to P3.30)
189 - Press and release the RST button
193 .. code-block:: console
195 $ stm32flash -w zephyr.bin -v -g 0x08000000 /dev/ttyUSB0
200 -------------------
202 Select a commercial JTAG/SWD h/w tool and connect it to ArgonKey P4 connector.
204 The ArgonKey has been tested using the `ST-LINK/V2`_ tool. Once that the tool
205 is connected to the PC through USB, it presents itself as a USB composite
208 the ST-LINK onto the ArgonKey.
212 .. code-block:: console
224 .. target-notes::
227 https://www.st.com/en/evaluation-tools/steval-mki187v1.html
235 .. _ST-LINK/V2:
236 https://www.st.com/en/development-tools/st-link-v2.html
238 .. _TTL-232RG:
239 http://www.ftdichip.com/Support/Documents/DataSheets/Cables/DS_TTL-232RG_CABLES.pdf