STM32h755 USART3
Hi everyone, I'm a student who was assigned to make an ESP32 NodeMCU WiFi CP2102
communicate with the magnificent STM32h755zqi board via usart, simply I wanted to start by writing a simple
sentence on the terminal (I know how to use putty) to actually realize that I'm using it correctly usart
communication.
also reading on the forum and from the schematics, usart3 is recommended to do these things as
you can use virtual COM.
I attach my file directly, there is certainly something wrong since I am a beginner, for now
on putty it prints indecipherable Chinese characters, I state that I am reading at the same baud rate
and all the various configurations that I have entered.
During the course I was told to use the M4 core but I was told to write a part of code on M7 to start
only the M4 (in the boot sequence) but I don't know what that meant at all so I wrote the code directly on M7,
if anyone can help me in this aspect too, I'd appreciate it.
PS: I also accept any other link that I can view for a tutorial or otherwise. Thanks to anyone who helps me.
