cancel
Showing results for 
Search instead for 
Did you mean: 

Differences between the Nucleo-144 STM32H743ZI2 and STM32H743ZI

J.Bepler
Associate

I'm stuck trying to understand the differences between the two Nucleo-144 boards

STM32H743ZI (seems to be the older version but with lots of resources but outdated)

and

STM32H743ZI2 (current version but i can hardly find working examples and resources)

can someone point me in the right direction?

why do some examples designed for the ZI not work on the ZI2 ?

where exactly are the diferences, at first glance they seem identical.

1 ACCEPTED SOLUTION

Accepted Solutions

Related defines, check stm32h7xx_nucleo_conf.h

USE_HAL_DRIVER, STM32H743xx, USE_NUCLEO_144

USE_NUCLEO_H743ZI

USE_NUCLEO_H743ZI2

LED2

PB7 BLUE (ZI)

PE1 YELLOW (ZI2)

ARDUINO D4

PF14 (ZI)

PE14 (ZI2)

ARDUINO D8

PG9 (ZI)

PF3 (ZI2)

PE2 QSPI/SAI CONFLICTED

PB13 SAI/ETHERNET CONFLICTED

PA7 D11/ETHERNET CONFLICTED

QSPI CS

PB6 (ZI)

PG6 (ZI2) or PB6 will SB made

Read the notes and solder-bridge options/defaults

MB1137 UM1974 (ZI)

https://www.st.com/resource/en/user_manual/um1974-stm32-nucleo144-boards-mb1137-stmicroelectronics.pdf

https://www.st.com/resource/en/schematic_pack/nucleo_144pins_sch.zip

MB1364 UM2407 (ZI2)

https://www.st.com/resource/en/user_manual/dm00499160-stm32h7-nucleo144-boards-mb1364-stmicroelectronics.pdf

https://www.st.com/content/ccc/resource/technical/layouts_and_diagrams/schematic_pack/group1/79/99/be/65/3c/76/40/d6/MB1364-H743ZI-C01_Schematic/files/MB1364-H743ZI-C01_Schematic.pdf/jcr:content/translations/en.MB1364-H743ZI-C01_Schematic.pdf

https://paypal.me/cliveone

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

View solution in original post

5 REPLIES 5

Handful of pins related to LEDs, QSPI and ETHERNET, as I recall, reducing/removing some potential stubs. Solder Bridges and default usage expectations.

Different HSE clock furnished by ST-LINK/V3​

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
J.Bepler
Associate

could you go ito detail about the ethernet pins particularly? where did you find documentation that explains that?

FBL
ST Employee

Please check DB3171 for more details.

You can also check the user manual UM2407 and board reference MB1364

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

I went through the manual and schematic whilst porting some QSPI support.

Perhaps start by looking at the MORPHO​ connector.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

Related defines, check stm32h7xx_nucleo_conf.h

USE_HAL_DRIVER, STM32H743xx, USE_NUCLEO_144

USE_NUCLEO_H743ZI

USE_NUCLEO_H743ZI2

LED2

PB7 BLUE (ZI)

PE1 YELLOW (ZI2)

ARDUINO D4

PF14 (ZI)

PE14 (ZI2)

ARDUINO D8

PG9 (ZI)

PF3 (ZI2)

PE2 QSPI/SAI CONFLICTED

PB13 SAI/ETHERNET CONFLICTED

PA7 D11/ETHERNET CONFLICTED

QSPI CS

PB6 (ZI)

PG6 (ZI2) or PB6 will SB made

Read the notes and solder-bridge options/defaults

MB1137 UM1974 (ZI)

https://www.st.com/resource/en/user_manual/um1974-stm32-nucleo144-boards-mb1137-stmicroelectronics.pdf

https://www.st.com/resource/en/schematic_pack/nucleo_144pins_sch.zip

MB1364 UM2407 (ZI2)

https://www.st.com/resource/en/user_manual/dm00499160-stm32h7-nucleo144-boards-mb1364-stmicroelectronics.pdf

https://www.st.com/content/ccc/resource/technical/layouts_and_diagrams/schematic_pack/group1/79/99/be/65/3c/76/40/d6/MB1364-H743ZI-C01_Schematic/files/MB1364-H743ZI-C01_Schematic.pdf/jcr:content/translations/en.MB1364-H743ZI-C01_Schematic.pdf

https://paypal.me/cliveone

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..