Lines Matching +full:master +full:- +full:can +full:- +full:reg

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 +-----------+------------+-------------------------------------+
77 More information about the board can be found at the
80 The default board configuration can be found in
87 ---
89 - LED1 / User1 LED = PB2
90 - LED2 / User2 LED = PC13
93 ------------
95 - BUTTON = RST (BT1)
96 - BUTTON = USR (BT2)
101 96Boards Argonkey can be driven by an internal oscillator as well as the main
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
124 I2C3 goes to the P2 connector and can be used to attach external sensors.
128 ---
130 bus with the AP. SPI2 is used in master mode to control the LSM6DSL sensor.
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
158 96Boards Argonkey can be flashed by two methods, one using the ROM
163 which can be triggered by using the BOOT0 pin. The ROM bootloader supports
165 UART case only. You can read more about how to enable and use the ROM
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
176 FTDI chip. The UART pins on ArgonKey can be found on the P3 low speed
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 -------------------
204 The ArgonKey has been tested using the `ST-LINK/V2`_ tool. Once that the tool
206 device with mass storage capability. The device can be then mounted in linux
207 and the f/w can be actually copied there and will be automatically flashed by
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