Skip to main content
Michael Gross
Associate
September 25, 2017
Solved

UART transmit (to Raspberry PI 3)

  • September 25, 2017
  • 1 reply
  • 686 views
Posted on September 25, 2017 at 10:31

Hello! Have some problem with UART on STM Nucleo L476RG. We need to transmit bytes from Nucleo to Raspberry (needed to output in program on Raspberry count-speed; it depends on frequency on Nucleo, that we want to transmit from Nucleo to Raspberry).

But it doesn't work (though we can transmit (write() raspberry function) bytes from Raspberry to Nucleo; and we have similar sample of read() function).

So can you help with this problem?

#uart #usart
This topic has been closed for replies.
Best answer by Imen.D
Posted on September 26, 2017 at 17:12

Hello,

Have a look to the UART example available in the STM32CubeL4 firmware package to help you on UART use and initialization.

 

Kind Regards

Imen

1 reply

Imen.DBest answer
Technical Moderator
September 26, 2017
Posted on September 26, 2017 at 17:12

Hello,

Have a look to the UART example available in the STM32CubeL4 firmware package to help you on UART use and initialization.

 

Kind Regards

Imen

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks