STM32L433 doesn't generate the UART_IT_IDLE Interrupt
Hello, everyoneI have an STM32L433 that must communicate with other device via UART.When I activate xfer with commands:__HAL_UART_ENABLE_IT(uartHandle, UART_IT_IDLE); HAL_UART_Receive_DMA(uartHandle, &rxBuffer[0], rxBufferSize);I expect that when o...