STM32H7B3I-DK UART and WIFI connection
Hello everyone!
I'm working on a project where I want to transmit some data to the cloud using the STM32H7B3I-DK board. However, I've encountered difficulties in establishing serial communication with this board. I've tried enabling SPI communication and also enabling UART using available examples, but neither of these attempts were successful. Has anybody successfully established this serial communication and connection to WIFI? Is there any additional documentation or tips on how to do it?
PS. I have simple code that calls HAL_UART_Transmit() function, the code executes but I couldn't see anything on Command Shell Console. I have set the baud rate of the port, UART and console to 115200 and set 8 data bits with odd parity.
Thanks for your help!
