Lines Matching +full:output +full:- +full:clk +full:- +full:en

9 The 96Boards is based on the STMicroelectronics STM32F401RET Cortex-M4 CPU and
13 STM32F401RET Cortex-M4 CPU and an nRF51822 chip connected to
14 the Cortex-M4 CPU over SPI for Bluetooth LE connectivity. Even though
18 - The ``96b_carbon/stm32f401xe`` configuration is used when developing programs for
24 - The ``96b_carbon/nrf51822`` configuration should be used for programming
49 - STM32F401RET6 in LQFP64 package
50 - ARM |reg| 32-bit Cortex |reg|-M4 CPU with FPU
51 - 84 MHz max CPU frequency
52 - VDD from 1.7 V to 3.6 V
53 - 512 KB Flash
54 - 96 KB SRAM
55 - GPIO with external interrupt capability
56 - 12-bit ADC with 16 channels
57 - RTC
58 - Advanced-control Timer
59 - General Purpose Timers (7)
60 - Watchdog Timers (2)
61 - USART/UART (4)
62 - I2C (3)
63 - SPI (3)
64 - SDIO
65 - USB 2.0 OTG FS
66 - DMA Controller
67 - Bluetooth LE over SPI, provided by nRF51822
70 - `STM32F401RE on www.st.com`_
71 - `STM32F401 reference manual`_
79 +------------+------------+-------------------------------------+
82 | NVIC | on-chip | nested vector interrupt controller |
83 +------------+------------+-------------------------------------+
84 | SYSTICK | on-chip | system clock |
85 +------------+------------+-------------------------------------+
86 | UART | on-chip | serial port |
87 +------------+------------+-------------------------------------+
88 | GPIO | on-chip | gpio |
89 +------------+------------+-------------------------------------+
90 | PINMUX | on-chip | pinmux |
91 +------------+------------+-------------------------------------+
92 | FLASH | on-chip | flash |
93 +------------+------------+-------------------------------------+
94 | SPI | on-chip | spi |
95 +------------+------------+-------------------------------------+
96 | I2C | on-chip | i2c |
97 +------------+------------+-------------------------------------+
98 | USB OTG FS | on-chip | USB device |
99 +------------+------------+-------------------------------------+
110 ---
112 - LED1 / User1 LED = PD2
113 - LED2 / User2 LED = PA15
114 - LED3 / BT LED = PB5
115 - LED4 / Power LED = VCC
118 ------------
120 - BUTTON = BOOT0 (SW1)
121 - BUTTON = RST
124 -------------------
128 +--------+-------------+----------------------+
132 +--------+-------------+----------------------+
134 +--------+-------------+----------------------+
136 +--------+-------------+----------------------+
138 +--------+-------------+----------------------+
140 +--------+-------------+----------------------+
142 +--------+-------------+----------------------+
144 +--------+-------------+----------------------+
146 +--------+-------------+----------------------+
148 +--------+-------------+----------------------+
150 +--------+-------------+----------------------+
152 +--------+-------------+----------------------+
154 +--------+-------------+----------------------+
156 +--------+-------------+----------------------+
158 +--------+-------------+----------------------+
160 +--------+-------------+----------------------+
162 +--------+-------------+----------------------+
166 +--------+-------------+----------------------+
168 +--------+-------------+----------------------+
170 +--------+-------------+----------------------+
172 +--------+-------------+----------------------+
174 +--------+-------------+----------------------+
176 +--------+-------------+----------------------+
178 +--------+-------------+----------------------+
180 +--------+-------------+----------------------+
182 +--------+-------------+----------------------+
184 +--------+-------------+----------------------+
186 +--------+-------------+----------------------+
188 +--------+-------------+----------------------+
190 +--------+-------------+----------------------+
192 +--------+-------------+----------------------+
194 +--------+-------------+----------------------+
200 ----------------------
206 -----------
208 96Boards Carbon board has up to 4 U(S)ARTs. The Zephyr console output is
212 ---
216 - I2C1_SCL : PB6
217 - I2C1_SDA : PB7
218 - I2C2_SCL : PB10
219 - I2C2_SDA : PB3
222 ---
227 - SPI1_NSS : PA4
228 - SPI1_SCK : PA5
229 - SPI1_MISO : PA6
230 - SPI1_MOSI : PA7
231 - SPI2_NSS : PB12
232 - SPI2_SCK : PB13
233 - SPI2_MISO : PB14
234 - SPI2_MOSI : PB15
239 96Boards Carbon board has a USB OTG dual-role device (DRD) controller that
243 - USB_DM : PA11
244 - USB_DP : PA12
260 Installing dfu-util
261 -------------------
263 It is recommended to use at least v0.8 of `dfu-util`_. The package available in
264 debian/ubuntu can be quite old, so you might have to build dfu-util from source.
267 ------------------------------------------
269 Connect the micro-USB cable to the USB OTG Carbon port and to your computer.
275 .. code-block:: console
277 $ sudo dfu-util -l
278 dfu-util 0.8
279 Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
280 Copyright 2010-2014 Tormod Volden and Stefan Schmidt
282 Please report bugs to dfu-util@lists.gnumonks.org
291 .. code-block:: console
294 usb 1-2.1: new full-speed USB device number 14 using xhci_hcd
295 usb 1-2.1: New USB device found, idVendor=0483, idProduct=df11
296 usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
297 usb 1-2.1: Product: STM32 BOOTLOADER
298 usb 1-2.1: Manufacturer: STMicroelectronics
299 usb 1-2.1: SerialNumber: 3574364C3034
302 :zephyr:code-sample:`hello_world` application.
304 .. zephyr-app-commands::
305 :zephyr-app: samples/hello_world
309 Connect the micro-USB cable to the USB UART (FTDI) port and to your computer.
310 Run your favorite terminal program to listen for output.
312 .. code-block:: console
314 $ minicom -D <tty_device> -b 115200
318 The ``-b`` option sets baud rate ignoring the value from config.
323 .. code-block:: console
330 ---------------------------------
339 #. Install the dfu-util flashing app, as described above.
345 .. zephyr-app-commands::
346 :zephyr-app: samples/bluetooth/peripheral_hr
350 #. Refer to the instructions in :zephyr:code-sample:`ble_peripheral_hr` for how
362 attaching an SWD debugger to the 3V3 (3.3V), GND, CLK, DIO, and RST
367 .. _dfu-util:
368 http://dfu-util.sourceforge.net/build.html
371 …9b/16/3a/12/1e/40/0c/CD00167594.pdf/files/CD00167594.pdf/jcr:content/translations/en.CD00167594.pdf
377 https://www.st.com/en/microcontrollers/stm32f401re.html
380 https://www.st.com/resource/en/reference_manual/dm00096844.pdf
383 https://linaro.co/ie-specification