DFRobot
ART-Pi STM32H750 Cortex-M7 Development Board
The ART-Pi from RT-Thread Team is a DIY open source hardware with extended functions specially designed for embedded software engineers and open source maker...
The ART-Pi from RT-Thread Team is a DIY open source hardware with extended functions specially designed for embedded software engineers and open source makers. The equipped high-performance MCU, practical peripherals and rich extension ports make it an excellent choice for most engineers to study, develop and DIY.
This ART-Pi development board is built around the core of the STM32H750 processor which outperforms the Cortex-M0, M3, and M4. And STM32H750 is based on the high-performance Arm® Cortex®-M7 core (double-precision FPU) operating at up to 480 MHz. It has 128KB embedded Flash memory, which is a little bit small but still offers a cost-effective solution for developers. (Small RoM and large SRAM are usually the way of evolution for advanced MCUs. Especially for advanced MCU like H7, we never know how much RoM can be actually sufficient. So the optimal solution turns out to be expandable RoM.)
The ART-Pi board employs the STM32H750XBH6 that boasts the best performance among STM32H750 series.
Interface Description
4 x UART (Support LPUART)
3 x SPI
2 x Hardware I2C
1 x USB-FS
1 x ETH
1 x SAI
1 x DCMI
2 x CANFD
Over 15 ADC (Support ADC differential input)
Over 15 PWM (Support high-resolution timer HRTIM)
Features
Applications
Specification
Documents
Jargon buster
Plain-language definitions for the technical terms used above.
- ADC
- An analogue-to-digital converter reads a changing voltage and turns it into a number the microcontroller can use. It matters when connecting analogue sensors such as light, sound, or variable-resistor sensors.
- Differential input
- A measurement method where the board reads the voltage difference between two input wires instead of measuring one wire compared with ground. This is useful for small sensor signals and noise reduction, but both input voltages still need to stay within the board’s allowed range.
- Flash memory
- Non-volatile memory that keeps stored data even when power is removed. In this sensor, it matters because enrolled fingerprint templates can remain saved after the project is turned off.
- FPU
- A floating-point unit is hardware inside a processor that speeds up calculations with decimal numbers. This helps when projects use maths-heavy tasks such as motion sensing, filtering sensor readings, or audio processing.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- LCD
- LCD stands for liquid crystal display, a screen technology that uses a backlight and liquid crystals to show images or text. It matters because LCD modules usually need a display driver and enough controller pins or a bus interface to send image data.
- PWM
- Pulse Width Modulation is a way for a digital pin to simulate variable output power by switching on and off very quickly. It matters for controlling things like LED brightness, motor speed, or servo-style signals from a microcontroller pin.
- RAM
- RAM is temporary memory used while a device is running, and its contents are lost when power is removed. A “Run in RAM” mode is useful for testing settings without permanently programming the module, but it may not support every feature.
- RGB
- Short for red, green and blue, usually referring to an LED that can mix those three colours. It matters because controlling an RGB LED teaches how separate outputs combine to create different colours.
- SPI
- A fast serial communication bus often used for displays, memory cards, and sensors. It matters because SPI devices need specific pins for clock and data, plus a separate chip-select line for each device.
- SRAM
- Fast temporary memory used by a processor while a program is running. More SRAM helps with projects that handle larger data buffers, networking, displays, or more complex code.
- Thread
- A low-power wireless mesh networking standard designed for smart home and IoT devices. It matters because Thread devices can relay messages through each other, helping build reliable networks for sensors and controllers.
- UART
- UART is a simple serial connection that sends data over separate transmit and receive wires, often labelled TX and RX. It matters because this module is designed to replace a wired UART cable with a wireless link while keeping the same serial data format.
Find this product in
Brands
Microcontrollers
Supplier page — dfrobot.com
Supplier Description · 653.0 KB · Click any page to view full size
Related Tutorials
Free guides on learn.littlebird.com.au