Lines Matching +full:sample +full:- +full:clk
3 FANKE FK7B0M1-VBT6
9 The FK7B0M1-VBT6 core board by FANKE Technology Co., Ltd. is an advanced microcontroller
10 platform based on the STMicroelectronics Arm® Cortex®-M7 core STM32H7B0VBT6 microcontroller.
11 This board is an ideal solution for developers looking to create high-performance
12 applications, especially in the field of Human-Machine Interface (HMI), leveraging its
15 The FK7B0M1-VBT6 is designed as a reference design for user application development before
24 :alt: FK7B0M1-VBT6
26 FK7B0M1-VBT6 (Credit: FANKE Technology Co., Ltd)
31 FK7B0M1-VBT6 provides the following hardware components:
33 - STM32H7B6VB in LQFP100 package
34 - ARM 32-bit Cortex-M7 CPU with FPU
35 - 280 MHz max CPU frequency
36 - VDD from 1.62 V to 3.6 V
37 - 128 KB Flash
38 - ~1.4 MB SRAM max (1.18 Mbytes user SRAM + 64 Kbytes ITCM RAM + 128 Kbytes DTCM RAM + 4 Kbytes SRA…
39 - Main clock: External 25MHz crystal oscillator.
40 - RTC: 32.768kHz crystal oscillator.
41 - 32-bit timers(2)
42 - 16-bit timers(12)
43 - 1 reset button, 1 user button, and 1 BOOT button
44 - 1 user LED
45 - External 64-Mbit QSPI (W25Q64) NOR Flash memory.
46 - External 64-Mbit SPI (W25Q64) NOR Flash memory.
47 - USB OTG Full Speed and High Speed(1)
48 - 1 micro SD card
49 - 1 RGB LCD interface
50 - SWD and serial port accessibility through a pin header
51 - Bring out 39 IO ports
55 - `STM32H7B0VB on www.st.com`_
63 +-------------+------------+-------------------------------------+
66 | NVIC | on-chip | nested vector interrupt controller |
67 +-------------+------------+-------------------------------------+
68 | FLASH | on-chip | flash memory |
69 +-------------+------------+-------------------------------------+
70 | UART | on-chip | serial port |
71 +-------------+------------+-------------------------------------+
72 | PINMUX | on-chip | pinmux |
73 +-------------+------------+-------------------------------------+
74 | GPIO | on-chip | gpio |
75 +-------------+------------+-------------------------------------+
76 | RNG | on-chip | True Random number generator |
77 +-------------+------------+-------------------------------------+
78 | Backup SRAM | on-chip | Backup SRAM |
79 +-------------+------------+-------------------------------------+
80 | SPI | on-chip | spi bus |
81 +-------------+------------+-------------------------------------+
82 | OCTOSPI | on-chip | octospi |
83 +-------------+------------+-------------------------------------+
93 FK7B0M1-VBT6 board has 5 GPIO controllers. These controllers are responsible for pin muxing,
94 input/output, pull-up, etc.
99 :alt: FK7B0M1-VBT6
101 FK7B0M1-VBT6 (Credit: FANKE Technology Co., Ltd)
104 ----------------------------------
106 The FK7B0M1-VBT6 board is configured as follows
108 - UART_1 TX/RX : PA9/PA10 (available on the header pins)
109 - User LED (blue) : PC1
110 - User PB : PC13
111 - SPI1 NCS/CLK/MISO/MOSI : PA15/PB3/PB4/PB5 (NOR Flash)
112 - QuadSPI NCS/CLK/IO0/IO1/IO2/IO3 : PB6/PB2/PD11/PD12/PE2/PD13 (NOR Flash)
113 - USB DM/DP : PA11/PA12
118 The FK7B0M1-VBT6 System Clock could be driven by an internal or external oscillator,
136 The FK7B0M1-VBT6 board does not include an on-board debugger. As a result, it requires
137 an external debugger, such as ST-Link, for programming and debugging purposes.
141 Flashing an application to FK7B0M1-VBT6
142 ---------------------------------------
144 To begin, connect the ST-Link Debug Programmer to the FK7B0M1-VBT6 board using the SWD
145 interface. Next, connect the ST-Link to your host computer via a USB port.
148 Here is an example for the :zephyr:code-sample:`hello_world` application.
150 .. zephyr-app-commands::
151 :zephyr-app: samples/hello_world
157 .. code-block:: console
159 $ minicom -D /dev/ttyACM0 -b 115200
163 .. code-block:: console
175 .. target-notes::