Lines Matching +full:interrupt +full:- +full:capable
7 an integrated ST-LINK/V2 debugger and programmer. The boards have a
8 24-segment LCD and a touch slider, along with two user LEDs and a user button.
16 - STM32LDISCOVERY targets STM32L152RBT6, with 128K flash, 16K RAM, 4K EEPROM
17 - STM32L152CDISCOVERY targets STM32L152RCT6, with 256K flash, 32K RAM, 8K EEPROM
31 - On-board ST-LINK/V2 with selection mode switch to use the kit as a standalone
32 ST-LINK/V2 (with SWD connector for programming and debugging)
33 - Board power supply: through USB bus or from an external 5 V supply voltage
34 - External application power supply: 3 V and 5 V
35 - Four LEDs:
37 - LD1 (red) for 3.3 V power on
38 - LD2 (red/green) for USB communication
39 - LD3 (green) for PC9 output
40 - LD4 (blue) for PC8 output
41 - Two push buttons (user and reset)
42 - Extension header for all LQFP64 I/Os for quick connection to prototyping board
53 .. list-table:: Supported hardware
54 :header-rows: 1
56 * - Interface
57 - Controller
58 - Driver/component
59 * - NVIC
60 - on-chip
61 - nested vector interrupt controller
62 * - UART
63 - on-chip
64 - serial port-polling
65 serial port-interrupt
66 * - PINMUX
67 - on-chip
68 - pinmux
69 * - GPIO
70 - on-chip
71 - gpio
72 * - CLOCK
73 - on-chip
74 - reset and clock control
75 * - FLASH
76 - on-chip
77 - flash memory
78 * - EEPROM
79 - on-chip
80 - eeprom
81 * - WATCHDOG
82 - on-chip
83 - window watchdog
84 * - I2C
85 - on-chip
86 - i2c
87 * - SPI
88 - on-chip
89 - spi
102 Each of the GPIO pins can be configured by software as output (push-pull or open-drain), as
103 input (with or without pull-up or pull-down), or as peripheral alternate function. Most of the
105 capable except for analog inputs.
108 ----------------------------------
110 .. rst-class:: rst-columns
112 - UART_1_TX : PA9
113 - UART_1_RX : PA10
114 - UART_2_TX : PA2
115 - UART_2_RX : PA3
116 - I2C1_SCL : PB6
117 - I2C1_SDA : PB7
118 - I2C2_SCL : PB10
119 - I2C2_SDA : PB11
120 - SPI1_NSS : PA4
121 - SPI1_SCK : PA5
122 - SPI1_MISO : PA6
123 - SPI1_MOSI : PA7
124 - SPI2_NSS : PB12
125 - SPI2_SCK : PB13
126 - SPI2_MISO : PB14
127 - SPI2_MOSI : PB15
134 STM32L1DISCOVERY and STM32L152CDISCOVERY boards include an ST-LINK/V2 embedded debug tool interface.
144 so its :ref:`installation <stm32cubeprog-flash-host-tools>` is required.
147 the ``--runner`` (or ``-r``) option:
149 .. code-block:: console
151 $ west flash --runner openocd
152 $ west flash --runner jlink
155 -----------------------
157 Here is an example for the :zephyr:code-sample:`blinky` application.
159 .. zephyr-app-commands::
160 :zephyr-app: samples/basic/blinky
170 :zephyr:code-sample:`blinky` application.
172 .. zephyr-app-commands::
173 :zephyr-app: samples/basic/blinky
175 :maybe-skip-config:
181 .. target-notes::
184 https://www.st.com/en/evaluation-tools/32l152cdiscovery.html
193 …https://www.st.com/resource/en/user_manual/um1079-discovery-kit-with-stm32l152rc-mcu-stmicroelectr…
196 https://www.st.com/en/development-tools/stm32cubeprog.html