Using USART1 Rx on STM32H750B-DK
Hi ,
I am trying to use the USART1 to talk to another device which is runnig UART and sending and receiving data.
I am able to see that the data from USART1 Tx (STM32) is received on the other device but the data being sent from the other device is not updating my rxbuffer. In other words,my STM32 USART1 Rx is not working .
I did a local loopback but I do not see it functioning either .
I have uploaded my main.c here with the code I am running and you will see that the rx is based on the ISR and is using the callback function to print the data.
I would need some guidance to understand if I am missing some config that this peripheral needs for Rx.
Also , GPIO pins used are PB7 and PB14 . PB14 is working since I can see the data received on the other device (sent by STM32) but not PB7 which is the Rx here.
I have uploaded few files that may be of interest here to review .
