2022-10-26 04:07 AM
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.
Solved! Go to Solution.
2022-10-26 10:47 AM
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/schematic_pack/nucleo_144pins_sch.zip
MB1364 UM2407 (ZI2)
2022-10-26 04:46 AM
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
2022-10-26 06:36 AM
could you go ito detail about the ethernet pins particularly? where did you find documentation that explains that?
2022-10-26 07:06 AM
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.
2022-10-26 07:14 AM
I went through the manual and schematic whilst porting some QSPI support.
Perhaps start by looking at the MORPHO connector.
2022-10-26 10:47 AM
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/schematic_pack/nucleo_144pins_sch.zip
MB1364 UM2407 (ZI2)