cancel
Showing results for 
Search instead for 
Did you mean: 

Were are the examples for NUCLEO-H753ZI

ulao
Associate III

I wanted to use STM32CubeIDE with the NUCLEO-H753ZI and to my surprise there are no examples in the list to pick from. I there a !:1 compatible board? I was able to make my own example but would like to see some ST demo solutions.

1 ACCEPTED SOLUTION

Accepted Solutions

Using Keil here

https://www.st.com/en/evaluation-tools/nucleo-h753zi.html

MB1364B you'd want to use the USE_NUCLEO_H743ZI2 define, as it's the new board design, not the legacy one.

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

You might need to port HASH/CRYP examples from the EVAL board ones

STM32Cube_FW_H7_V1.9.1\Projects\STM32H743I-EVAL\Examples\CRYP\CRYP_AESCCM_IT\readme.txt

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

13 REPLIES 13

Same as H743​

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

All examples for Nucleo-H743ZI work on Nucleo-H753.

New Ethernet examples are here.

ulao
Associate III

not sure why but selecting these do not work. They compile and run and deploy to the board but do nothing. Also when I try to bring up the device board layout tool, nothing is shown, do I need to do an extra step, like tell it the chip I have?

if I first put in the board, then try to set the chip, it marks the board text box red.

Figure out which PCB version you have the H743ZI and H743ZI2 have different board layout and a handful of pin changes.

Does your board have an ST-LINK/V3 or V2?

Same IC except H753ZI has CRYP and HASH, there should be a few examples of those in CubeH7 repository. ​

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

I have the Nucleo-h753zi

it also says NUH753Zi$AT1

I do see ST-LINK V3 On the board yes.

There are 90 samples for ht743zi but none seem to work or show a device view.

ulao
Associate III

maybe its just how I set this up?

I run the new project wizard

I find and select my IC

I find and select my board

Now on the example repo I see it has no idea what I just selected So I pic the board ht743zi since there are no examples for H753ZI and it loads my new project. From here I normally can click the device config tool and my IC shows up, but in this case it does not. Also when I run a project that activates the LEDs nothing flashes

but this works

I run the new project wizard

I find and select my IC

I find and select my board

make a blank project.

Here the device config tool shows my IC and if I write code to activate LEDS they work,

Using Keil here

https://www.st.com/en/evaluation-tools/nucleo-h753zi.html

MB1364B you'd want to use the USE_NUCLEO_H743ZI2 define, as it's the new board design, not the legacy one.

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

You might need to port HASH/CRYP examples from the EVAL board ones

STM32Cube_FW_H7_V1.9.1\Projects\STM32H743I-EVAL\Examples\CRYP\CRYP_AESCCM_IT\readme.txt

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

cube makes me miss KEIL... Will check out the links.

its using

#define USE_STM32H7XX_NUCLEO_144_MB1364

ulao
Associate III

changed to USE_NUCLEO_H743ZI2

that got it