cancel
Showing results for 
Search instead for 
Did you mean: 

NUCLEO-H743ZI2 documentation

svsv
Associate II

Hello everyone!

I'm new to the NUCLEO-H743ZI2 board. I need help with two questions:

1) I can't find a description of the STLK backup port -CN2 anywhere. Can you tell me if I can use it to program other STM32 devices on other boards, and how?

2) Can anyone share the schematic for the H743ZI2 board?

 

10 REPLIES 10
TDK
Super User

You cannot use the NUCLEO-H743ZI2 as a programmer to program other boards, only the chip on the board itself.

The schematic is available on the board page, under CAD resources:

https://www.st.com/resource/en/schematic_pack/mb1364-h743zi-e01_schematic.pdf

 

If you feel a post has answered your question, please click "Accept as Solution".
svsv
Associate II

Thank you so much for your tips and kindness!

But how can it be used on a board?

See the User Manual for the board - available on the 'Documentation' tab of the Product Page:

https://www.st.com/en/evaluation-tools/nucleo-h743zi.html#documentation

 

Note also that this board is marked as Obsolete.

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.

It has an onboard st-link. Plug in the USB connector and use STM32CubeProgrammer to program the board, or STM32CubeIDE to develop/debug with it.

If you feel a post has answered your question, please click "Accept as Solution".

Am I correct in understanding that a system developed from scratch doesn't work and can't be upgraded?

Does this apply to the CN2 STLINK V3?

Does the board itself work without any issues, and can you safely test projects on it?

Since I'm using a translator, I apologize for repeating this—I want to understand the other person correctly.


@svsv wrote:

Am I correct in understanding that a system developed from scratch doesn't work and can't be upgraded?


Sorry that doesn't make any sense.

If a system developed from scratch doesn't work, then it would have to be investigated to find the problem(s).

Depending on the nature(s) of the problem(s), it may or may not be possible or practical to fix ...

 


@svsv wrote:

Does this apply to the CN2 STLINK V3?


CN2 is for updating the firmware of the ST-Link itself.

A User should never need to do this - User updates to the ST-Link are applied via the standard USB.

 


@svsv wrote:

Does the board itself work without any issues


Of course, brand new out-of-the-box it should work without any issues.

But if it's previously been used (by you or others) then it might have been reconfigured or even damaged ...

 


@svsv wrote:

can you safely test projects on it?


Yes, that is the whole point of the board!

 


@svsv wrote:

 I'm using a translator.


Is that where the weird formatting is coming from?

Try posting as plain text ...

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.
Andrew Neil
Super User

@svsv wrote:

I'm new to the NUCLEO-H743ZI2 board.


Do you have experience with any other ST Board(s)? Or with microcontrollers in general?

This is one of the more advanced Nucleo boards - perhaps it would be better to start on something simpler?

 

Again, note that this particular board is marked as Obsolete.

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.

These questions are totally different than your original questions.

You need to ask better questions. Translation tools are excellent now.

See the user manual for how to use the board. It's entirely unclear what you're trying to do. Use STM32CubeMX to load examples if that's what you want.

If you feel a post has answered your question, please click "Accept as Solution".

Formatted for readability - p.a

Thank you very much for your time and reply—very helpful answers. As for me, yes, I have other, simpler boards like the F0, F1, and H7. It's just difficult to communicate through a translator. I'm just starting out and I really like environments like the ARDUINO IDE and PFLPROG (I really liked the graphical one). Since this large board has such an advanced STLINK V3, I thought maybe I could use a programmer on it to upload sketches to the smaller boards. The presence of the CN2 connector on the board also bothered me—it's supposedly there, so why is it there?