UART transmit command not working
Hi,
I'm using Nucleo H7A3ZI-Q board and I'm trying to use HAL_UART_Transmit function to print hello world in serial monitor(on puTTy). Code is building without any issues but there's no characters showing in serial monitor, I tried the same code on H7 development kit and still have the same issue. I know the code is correct as I tried it with Nucleo F401RE board previously. In code I created an array and assign hello world to it, then give the transmit command. What could be the issue here?
