Lines Matching +full:plug +full:- +full:in

6 The STEVAL-FCU001V1 is a Cortex M4 MCU-based flight controller unit for toy quad-copter drones.
13 - STM32F401CC in UFQFPN48 package
14 - ARM |reg| 32-bit Cortex |reg|-M4 MCU with FPU
15 - 84MHz max MCU frequency
16 - VDD from 1.7 V to 3.6 V
17 - 256 KB FLASH
18 - 64 KB SRAM
19 - General Purpose Timers
20 - Watchdog Timers (2)
21 - On board sensors:
23 - 3D Accelerometer and 3D Gyroscope: LSM6DSL
24 - 3D Magnetometer: LIS2MDL
25 - MEMS Pressure sensor: LPS22HD
27 - 2 User LEDS
28 - USART/UART (1)
29 - I2C (1)
30 - Bluetooth LE over SPI
33 can be found in these documents:
35 - `STEVAL_FCU001V1 website`_
36 - `STM32F401 reference manual`_
37 - `STM32F401CC on www.st.com`_
44 +-----------+------------+------------------------------------+
47 | NVIC | on-chip | nested vector interrupt controller |
48 +-----------+------------+------------------------------------+
49 | UART | on-chip | serial port-polling; |
50 | | | serial port-interrupt |
51 +-----------+------------+------------------------------------+
52 | PINMUX | on-chip | pinmux |
53 +-----------+------------+------------------------------------+
54 | GPIO | on-chip | gpio |
55 +-----------+------------+------------------------------------+
56 | PWM | on-chip | pwm |
57 +-----------+------------+------------------------------------+
58 | I2C | on-chip | i2c |
59 +-----------+------------+------------------------------------+
62 The default configuration can be found in
66 ----------------------------------
68 - UART_1 TX/RX : PA9/PA10
69 - I2C2 SCL/SDA : PB10/PB3
70 - PWM_2_CH1 : PA0
71 - LD1 : PB5
72 - LD2 : PB4
79 driven by a 16MHz high-speed external clock.
92 - I2C2_SCL : PB10
93 - I2C2_SDA : PB3
99 flashed in the usual way (see :ref:`build_an_application` and
105 Flashing Zephyr onto the steval_fcu001v1 board requires an external ST-LINK/V2-1 programmer.
106 The programmer is attached to the P8 programming header with ARM-JTAG-20-10-Plug-in Adapter.
109 ------------------------------------------
111 Connect the FT232-to-USB port to host system, and RX, TX, Gnd pins to
115 .. code-block:: console
117 $ minicom -D /dev/ttyUSB0
119 Now build and flash an application. Here is an example for :zephyr:code-sample:`hello_world`
121 .. zephyr-app-commands::
122 :zephyr-app: samples/hello_world
128 .. code-block:: console
135 You can debug an application in the usual way. Here is an example for the
136 :zephyr:code-sample:`hello_world` application.
138 .. zephyr-app-commands::
139 :zephyr-app: samples/hello_world
141 :maybe-skip-config:
145 https://www.st.com/en/evaluation-tools/steval-fcu001v1.html
148 https://www.st.com/en/microcontrollers-microprocessors/stm32f401cc.html