Hi, I have an STM32H753ZI board and I would like to set up with Arduino IDE. Are there already drivers for the card? How come he failed to configure this board to Arduino IDE?
D.P.
STM32H753ZI
Re: STM32H753ZI
Currently, there is no variant for this board. Only the Nucleo 743ZI.
Anyway you can add the variant following this wiki:
https://github.com/stm32duino/wiki/wiki ... nt-(board)
Anyway you can add the variant following this wiki:
https://github.com/stm32duino/wiki/wiki ... nt-(board)
-
- Posts: 2
- Joined: Wed Feb 19, 2020 11:33 pm
Re: STM32H753ZI
Grazie, Provo a creare la variante, se ho qualche problema posso contattarvi per maggiore supporto? In caso riesco pubblicherà la variante per questa scheda!
Re: STM32H753ZI
Please use english :
"The STM32H753 integrates a crypto/hash processor providing hardware acceleration for AES-128, -192 and -256 encryption, with support for GCM and CCM, Triple DES, and hash (MD5, SHA-1 and SHA-2) algorithms."
So you can use the H743ZI variant for your board. I will reference the H753 to the core for a later release.
In fact the main difference between the Nucleo H743ZI and the H753 is:Thanks, I try to create the variant, if I have any problems can I contact you for more support? In case I succeed, I will publish the variant for this card!
"The STM32H753 integrates a crypto/hash processor providing hardware acceleration for AES-128, -192 and -256 encryption, with support for GCM and CCM, Triple DES, and hash (MD5, SHA-1 and SHA-2) algorithms."
So you can use the H743ZI variant for your board. I will reference the H753 to the core for a later release.
-
- Posts: 1
- Joined: Fri Mar 05, 2021 7:02 pm
Re: STM32H753ZI
STM32H753xI devices are based on the high-performance Arm® Cortex®-M7 32-bit RISC core operating at up to 480 MHz. The Cortex® -M7 core features a floating point unit (FPU) which supports Arm® double-precision (IEEE 754 compliant) and single-precision data-processing instructions and data types. STM32H753xI devices support a full set of DSP instructions and a memory protection unit (MPU) to enhance application security.
All the devices offer three ADCs, two DACs, two ultra-low power comparators, a low-power RTC, a high-resolution timer, 12 general-purpose 16-bit timers, two PWM timers for motor control, five low-power timers, a true random number generator (RNG), and a cryptographic acceleration cell. The devices support four digital filters for external sigma-delta modulators (DFSDM). They also feature standard and advanced communication interfaces.
All the devices offer three ADCs, two DACs, two ultra-low power comparators, a low-power RTC, a high-resolution timer, 12 general-purpose 16-bit timers, two PWM timers for motor control, five low-power timers, a true random number generator (RNG), and a cryptographic acceleration cell. The devices support four digital filters for external sigma-delta modulators (DFSDM). They also feature standard and advanced communication interfaces.
-
- Posts: 633
- Joined: Thu Dec 19, 2019 1:23 am
Re: STM32H753ZI
@mathygreen,mathygreen wrote: ↑Fri Mar 05, 2021 7:30 pm STM32H753xI devices are based on the high-performance Arm® Cortex®-M7 32-bit RISC core ...
fpiSTM is an STM corporate employee and STM32DUINO.com is an Official STM forum although discussions in the forum often run a wide subject matter. All of the Arduino ports on this link were managed by fpiSTM and his team.