Lines Matching +full:data +full:- +full:sheet
8 integrated ST-LINK debugger and programmer is included (V1), but the only
18 - On-board ST-LINK/V1 with selection mode switch to use the kit as a standalone
19 ST-LINK/V1 (with SWD connector for programming and debugging)
20 - Board power supply: through USB bus or from an external 5 V supply voltage
21 - External application power supply: 3 V and 5 V
22 - Four LEDs:
24 - LD1 (red) for 3.3 V power on
25 - LD2 (red/green) for USB communication
26 - LD3 (green) for PC9 output
27 - LD4 (blue) for PC8 output
28 - Two push buttons (user and reset)
29 - Extension header for all LQFP64 I/Os for quick connection to prototyping board
33 `STM32F100x reference manual`_ and the `STM32F100x data sheet`_.
40 .. list-table:: Supported hardware
41 :header-rows: 1
43 * - Interface
44 - Controller
45 - Driver/component
46 * - NVIC
47 - on-chip
48 - nested vector interrupt controller
49 * - UART
50 - on-chip
51 - serial port-polling
52 serial port-interrupt
53 * - PINMUX
54 - on-chip
55 - pinmux
56 * - GPIO
57 - on-chip
58 - gpio
59 * - CLOCK
60 - on-chip
61 - reset and clock control
62 * - FLASH
63 - on-chip
64 - flash memory
65 * - WATCHDOG
66 - on-chip
67 - window watchdog
68 * - I2C
69 - on-chip
70 - i2c
71 * - SPI
72 - on-chip
73 - spi
74 * - ADC
75 - on-chip
76 - adc
86 Each of the GPIO pins can be configured by software as output (push-pull or open-drain), as
87 input (with or without pull-up or pull-down), or as peripheral alternate function. Most of the
92 ----------------------------------
94 .. rst-class:: rst-columns
96 - UART_1_TX : PA9
97 - UART_1_RX : PA10
98 - UART_2_TX : PA2
99 - UART_2_RX : PA3
100 - UART_3_TX : PB10
101 - UART_3_RX : PB11
102 - SPI1_NSS : PA4
103 - SPI1_SCK : PA5
104 - SPI1_MISO : PA6
105 - SPI1_MOSI : PA7
106 - SPI2_NSS : PB12
107 - SPI2_SCK : PB13
108 - SPI2_MISO : PB14
109 - SPI2_MOSI : PB15
110 - I2C1_SCL : PB6
111 - I2C1_SDA : PB7
112 - I2C2_SCL : PB10
113 - I2C2_SDA : PB11
127 STM32VLDISCOVERY board includes an ST-LINK/V1 embedded debug tool interface.
131 -----------------------
133 Here is an example for the :zephyr:code-sample:`blinky` application.
135 .. zephyr-app-commands::
136 :zephyr-app: samples/basic/blinky
146 :zephyr:code-sample:`blinky` application.
148 .. zephyr-app-commands::
149 :zephyr-app: samples/basic/blinky
151 :maybe-skip-config:
157 The ST-LINK/V1 includes a buggy USB mass storage gadget. To connect to the
158 ST-LINK from Linux, you might need to ignore the device using modprobe
161 .. code-block:: shell
163 $ echo "options usb-storage quirks=483:3744:i" | sudo tee /etc/modprobe.d/local.conf
164 $ sudo modprobe -r usb-storage
169 .. target-notes::
172 https://www.st.com/en/evaluation-tools/stm32vldiscovery.html
177 .. _STM32F100x data sheet: