LL UART Interrupt
Where can I find a complete compilation of the LL Api, especially what USART handling is concerned?I'm trying to implement (with FreeRTOS underlying) a ring buffer driven I/O system to read from and write to UARTs.Do I understand it right? There is o...