User Activity

Hello everyone, I am working with STM32 Nucleo-H743ZI2 microcontroller.  I configured the card's Ethernet and Lwip settings by following the steps in this link. https://community.st.com/t5/stm32-mcus/how-to-create-a-project-for-stm32h7-with-ethernet-...
Currently i am working with nucleo-h743zi2 board. I set the Baud rate in CubeMx to 115200. In the Hercules program, when I set the baud rate to 115200, the data does not flow correctly, but when I set the baud rate to 38400, it flows correctly. Why m...