|
1 | 1 | <FeatureDescription>
|
2 |
| - |
3 |
| -The **Portenta H7** simultaneously runs high level code along with real time tasks. The design includes two processors that can run tasks in parallel. For example, is possible to execute Arduino compiled code along with MicroPython one, and have both cores to communicate with one another. The Portenta functionality is two-fold, it can either be running like any other embedded microcontroller board, or as the main processor of an embedded computer. For example, use the **Portenta Vision Shield** to transform your H7 into an industrial camera capable of performing real time machine learning algorithms on live video feeds |
4 |
| - |
| 2 | + The Portenta X8 is a high performance board, with many great features. With two microprocessors combined; the NXP i.MX 8M Mini (Linux) and STM32H747XI dual Cortex®-M7+M4 32bit low power ARM® MCU (Arduino), it makes this board a great source to power the upcoming generation of Industrial Internet of Things. |
5 | 3 | </FeatureDescription>
|
6 | 4 |
|
7 |
| - |
8 | 5 | <FeatureList>
|
9 |
| -<Feature title="Portenta H7 Microcontroller" image="nano-form-factor"> |
10 |
| - |
11 |
| - The Portenta H7 allows for programming with high-level languages and AI while performing low-latency operations on its customizable hardware. |
12 |
| - |
13 |
| - <FeatureLink title="Datasheet" url="https://content.arduino.cc/assets/Datasheet-Portenta-H7.pdf" download blank/> |
14 |
| -</Feature> |
15 |
| - |
16 |
| -<Feature title="STM32H747XI dual Cortex®-M7+M4 32bit low power Arm® MCU" image="mcu"> |
17 |
| - |
18 |
| - H7's main processor is the dual core STM32H747 including a Cortex® M7 running at 480 MHz and a Cortex® M4 running at 240 MHz. The two cores communicate via a Remote Procedure Call mechanism that allows calling functions on the other processor seamlessly. |
19 |
| - |
20 |
| - <FeatureLink title="Datasheet" url="https://content.arduino.cc/assets/Arduino-Portenta-H7_Datasheet_stm32h747xi.pdf" download/> |
21 |
| -</Feature> |
22 |
| - |
23 |
| -<Feature title="Murata 1DX dual WiFi and Bluetooth 5.1" image="wifi-bluetooth"> |
24 |
| - |
25 |
| - The onboard wireless module allows to simultaneously manage WiFi and Bluetooth® connectivity. |
26 |
| - |
27 |
| - <FeatureLink title="Datasheet" url="https://content.arduino.cc/assets/Arduino-Portenta-H7_Datasheet_Murata-1dx.pdf" download blank/> |
28 |
| -</Feature> |
29 |
| - |
30 |
| -<Feature title="Chrom-ART graphical hardware Accelerator™" image="mcu"> |
31 |
| - |
32 |
| - Probably one of the most exciting features of the Portenta H7 is the possibility of connecting an external monitor to build your own dedicated embedded computer with a user interface. This is possible thanks to the STM32H747 processor's on-chip GPU, the Chrom-ART Accelerator™. Besides the GPU, the chip includes a dedicated JPEG encoder and decoder. |
33 |
| - |
34 |
| -</Feature> |
35 |
| - |
36 |
| -<Feature title="Special Configuration Request" image="configurability"> |
37 |
| - |
38 |
| - The Portenta H7 is a highly configurable design, it is possible to order boards with different configurations of memory, crypto chip, antenna, etc. These request will be channeled through Arduino's sales team and will require a minimum amount order. We recommend you try the default H7 configuration and if you need specific features for your solution, then contact us to discuss the terms. |
39 |
| - |
40 |
| -</Feature> |
41 |
| - |
| 6 | + <Feature title="NXP iMX8M" image="core"> |
| 7 | + Includes the powerful NXP iMX8M Mini processor with 4x ARM® Cortex®-A53 core platforms up to 1.8GHz per core and 1x Cortex-M4 core up to 400MHz. |
| 8 | + <FeatureLink title="Datasheet" url="https://docs.arduino.cc/resources/datasheets/cortexa53.pdf" download blank/> |
| 9 | + </Feature> |
| 10 | + |
| 11 | + <Feature title="STM32H747XI dual Cortex®-M7+M4 32bit low power Arm® MCU" image="mcu"> |
| 12 | + X8's integrated microcontroller is the dual core STM32H747 including a Cortex® M7 running at 480 MHz and a Cortex® M4 running at 240 MHz. The two cores communicate via a Remote Procedure Call mechanism that allows calling functions on the other processor seamlessly. |
| 13 | + <FeatureLink title="Datasheet" url="https://docs.arduino.cc/resources/datasheets/Arduino-Portenta-H7_Datasheet_stm32h747xi.pdf" download/> |
| 14 | + </Feature> |
| 15 | + |
| 16 | + <Feature title="NXP SE050C2" image="crypto-chip"> |
| 17 | + The Crypto chip, allows users to keep security in mind by ensuring a secure connection at the hardware level. |
| 18 | + <FeatureLink title="Datasheet" url="https://docs.arduino.cc/resources/datasheets/SE050-DATASHEET.pdf" download blank/> |
| 19 | + </Feature> |
| 20 | + |
| 21 | + <Feature title="Two industrial-grade products in one" image="communication"> |
| 22 | + The X8 offers the best of two approaches: the flexibility of usage of Linux combined with real-time applications. This approach allows developers to leverage the Arduino environment to perform e.g automation control while performing high-performance processors on Linux cores at the same time. |
| 23 | + </Feature> |
| 24 | + |
| 25 | + <Feature title="Containerizing system" image="configurability"> |
| 26 | + With the so called encapsulate-application, developers can isolate a single package of software, which means that the applications can run within a controlled environment. This allow developers to design device-independent software while achieving modularization, thanks to the container composition. |
| 27 | + </Feature> |
42 | 28 | </FeatureList>
|
0 commit comments