Resolved! UART Receive on STM32F746G only when data is sent from master board
I'm communicating between STM32F746G-Discovery ans ESP32 using UART (PC6 and PC7 pins on STM). ESP receives some data at certain intervals over WiFi and transmits it to STM via UART. On STM I want UART to receive data only when ESP32 has transmitted....