STM32H745ZITX - USART3 RX Interrupt Works Once Then Stuck in BUSY
Hello,I'm working with STM32H745ZITX on a dual-core setup. I configured USART3 on the CM7 core. The communication flow is:TX: Using HAL_UART_Transmit (polling)RX: Using HAL_UART_Receive_ITThe first message reception works correctly. The HAL_UART_RxCp...