Lines Matching +full:data +full:- +full:sheet
11 More information about the board can be found at the `stm32-base.org website`_.
15 - `STM32F030 reference manual`_
16 - `STM32F030 data sheet`_
21 - STM32F030F4P6 ARM Cortex-M0 processor, frequency up to 48 MHz
22 - 16 KiB of flash memory and 4 KiB of RAM
23 - 8 MHz quartz crystal
24 - 1 user LED
25 - One reset button
26 - 2-way jumper (BOOT0)
27 - Serial (1x4 male dupont (2.54mm))
28 - SWD (1x4 male dupont (2.54mm))
29 - USB port (power only)
37 +-----------+------------+-------------------------------------+
40 | NVIC | on-chip | nested vector interrupt controller |
41 +-----------+------------+-------------------------------------+
42 | UART | on-chip | serial port |
43 +-----------+------------+-------------------------------------+
44 | PINMUX | on-chip | pinmux |
45 +-----------+------------+-------------------------------------+
46 | GPIO | on-chip | gpio |
47 +-----------+------------+-------------------------------------+
48 | WATCHDOG | on-chip | independent watchdog |
49 +-----------+------------+-------------------------------------+
50 | die-temp | on-chip | die temperature sensor |
51 +-----------+------------+-------------------------------------+
62 ----------------------------------
64 - UART_1 TX/RX : PA9/PA10
65 - LED : PA4
77 The board can be flashed by using ST-LINKV2 in-circuit debugger and programmer.
81 -----------------------------------------------
83 Here is an example for the :zephyr:code-sample:`blinky` application.
85 .. zephyr-app-commands::
86 :zephyr-app: samples/basic/blinky
96 :zephyr:code-sample:`blinky` application.
98 .. zephyr-app-commands::
99 :zephyr-app: samples/basic/blinky
101 :maybe-skip-config:
107 .. target-notes::
109 .. _stm32-base.org website:
110 https://stm32-base.org/boards/STM32F030F4P6-STM32F030-DEMO-BOARD-V1.1
115 .. _STM32F030 data sheet: