cancel
Showing results for 
Search instead for 
Did you mean: 

How Can I receive the data through the UART in the STM32H745I?

sredd.3
Associate II

I am using the STM board as STM32H745 controller . I taken One example program and I am able to transmit the data through the UART.

But I also need to receive the data which is coming from the putty through the UART and it should be in the interrupt base. could you please help me in this by giving suggestions.

If you send any example code for that transmitting and receiving code that would be great.

Thank you.

1 REPLY 1
TDK
Guru

There are examples in the CubeH7 repository. Here is one of several:

https://github.com/STMicroelectronics/STM32CubeH7/blob/c94252df7cec24a8fef67b28933353476a1edd3c/Projects/NUCLEO-H7A3ZI-Q/Examples/UART/UART_TwoBoards_ComIT/Src/main.c

If you feel a post has answered your question, please click "Accept as Solution".