USART in Synchronous Slave Mode with Interrupt not working
Hi all,I try to install a synchronous USART communication between 2 x STM32H743, one is the (transmitting only ) Master the other is the (receiving only) Slave. When transferring data via Polling everything seems to work well.But when using HAL_USART...