stm32u585 UART receive not working, transmit working
Hi
I have been using stm32u585QII3 MCU in our custom board. I am using USART1(PB6, PG10) to transmit and receive data. In interrupt mode transmit call back is working but receive call back was not working. Initially i have set a break point, the interrupt hits one time in debug mode, then when i try to send data, the interrupt is not hitting. I have tried this in polling method too, and it was not working. I have attached scope images of both transmit and receive. In which the signals is being transmitted but not received by the controller.
TRANSMIT
RECEIVE
