Skip to main content
Associate III
September 30, 2025
Question

USART3 communication is not working on Nucleo-H7A3 board

  • September 30, 2025
  • 3 replies
  • 325 views

Split from this thread.
Hi there, switching to USART3 didn't work. I still don't see any messages in the serial console.

 

the second time I try to connect to the serial console gives this error.

Pincate_0-1759227249725.png

 

3 replies

mƎALLEm
Technical Moderator
September 30, 2025

Hello, 

Better to close this thread (by accepting the post that answered your original question, not this one) as you were using the wrong usart in this board and open a new thread mentioning the usage of usart 3. Please share your project there to help you efficiently.

"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."
Andrew Neil
Super User
September 30, 2025

@Pincate wrote:

Hi there, switching to USART3 didn't work.


You still haven't told us how you're actually making the connection from that UART to your terminal:

  •  ST-Link VCP?
  • External USB-to-UART adaptor?
  • Other ... ?
  •  

But, as @mƎALLEm said, it's now onto a different question; so time for a new thread - and be sure to include the details there:

How to write your question to maximize your chances to find a solution

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.
PincateAuthor
Associate III
September 30, 2025

Hello, I was using the ST-Link VCP. I have managed to get it working with SUART3 and Cool Term as my serial console.

 

But I cannot get the internal command shell console to connect more than once. Are there any known issues associated with this? And is there a way to reset the connection without physically disconnecting the cable?

Pincate_0-1759229716424.png

 

Thank you for all of the help so far :D

 

Andrew Neil
Super User
September 30, 2025

@Pincate wrote:

 I have managed to get it working with SUART3


you mean USART3 ?

 


@Pincate wrote:

But I cannot get the internal command shell console to connect more than once.


What do you mean by that?

Is this in STM32CubeIDE ?

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.
mƎALLEm
Technical Moderator
September 30, 2025

As said in the previous thread, that’s a new question and as suggested you need to share your project. Giving only the symptom could not help.

"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."