USART communication protocol
Hi, I’m programming on stm32cubeide and I’m using a H755ZI-Q microcontroller.
I have a small problem with serial communication:
Through usart, I try to display the data of EVERY project on putty.
But I have several problems: the communication is only successful through USART3, using as active the "default" PINs like TX and RX, that is PD8 and PD9.
So this happens: with these two pins configured print, but with other pins (such as PB10 and PB11 which from the datasheet have configuration USART3_TX and USART3_RX) on putty no printing takes place.
Also with all other USART/UART, printing does not take place.
Can you help me? I could make a mistake or is there a function to be coded in order for the communication to take place?
Simon.
