• CMSIS USART DRIVER concerns
    Hello, In function Usart_Receive RXNE Interrupt is disabled before receiver busy check. I think you have to turn around. Imagine a call of this function while receiving data. Receiver remains...
  • CMSIS DRIVER USART - rx_timeout
    Hello, is thare any way to configure a time delay or a number of unreceived bits that will generate ARM_USART_EVENT_RX_TIMEOUT event through CMSIS DRIVER USART interface? I would like to use...
  • CMSIS USART DRIVER concerns
    Hello, In function Usart_Receive RXNE Interrupt is disabled before receiver busy check. I think you have to turn around. Imagine a call of this function while receiving data. Receiver remains...
  • CMSIS DRIVER USART - rx_timeout
    Hello, is thare any way to configure a time delay or a number of unreceived bits that will generate ARM_USART_EVENT_RX_TIMEOUT event through CMSIS DRIVER USART interface? I would like to use...
  • HELP USING CMSIS USART DRIVER
    I am trying to use CMSIS USART DRIVER API to use UART0 on my LPC1768. But whenever I try to build the project, I get the following error: .\Objects\1.axf: Error: L6218E: Undefined symbol DRIVER_USART0...