2024-02-24 10:12 AM
Hi, I want to conect an external MCU to the STM32F746 DISCO using UART but I dont know how to use another UART other than the one used for communication with the PC.
Solved! Go to Solution.
2024-02-24 10:21 AM
Hello @ferdlf
As said @Andrew Neil, all UARTs work almost the same. I suggest you to take a look at this example to understand how it should be configured.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-02-24 10:17 AM
It's used just the same as the one for communication with the PC.
You allocate available IO pins, and then connect those pins to the other MCU.
2024-02-24 10:21 AM
Hello @ferdlf
As said @Andrew Neil, all UARTs work almost the same. I suggest you to take a look at this example to understand how it should be configured.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.