STM32H747I-EVAL Uart Receiving issue
Hello All,
I am working on STM32H747I-EVAL for one of the application development where I am using the uart for communication. I am using UART2 with below pins for my commands and response communication with interrupt mode on 115200 baudrate.
PA2 as USART2_TX
PA3 as USART2_RX
I am able to send and receive proper command and response using the Docklight can see the communication happening between Docklight and STM32H747I-EVAL using CM7 on USART2.
When I am trying the same with other STM controller to send and receive the same packets, I am not able to receive the packet from other STM controller, though I am able to see the USART2_TX working(Command send from STM32H747I-EVAL to other STM and it is responding back with some data), now here I am not able to receive the Data (which works with Docklight).
Could you please suggest why or how to get this fix ? Any suggestions or tries to make it, will try as suggested.
Regards,
SMD
