Skip to main content
Associate III
February 24, 2024
Solved

How to communicate an MCU to the STM32F746 DISCO using UART

  • February 24, 2024
  • 2 replies
  • 1104 views

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.

This topic has been closed for replies.
Best answer by STTwo-32

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 

2 replies

Andrew Neil
Super User
February 24, 2024

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.

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
STTwo-32
STTwo-32Best answer
Technical Moderator
February 24, 2024

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