• CMSIS UART triggers ARM_USART_EVENT_RX_TIMEOUT
    Using the UART I need to pause out my characters like this. USARTdrv->Send("A", 1); osDelay(20); USARTdrv->Send("T", 1); If I don't my device does not reply at all. When spacing it out the CMSIS...
  • CMSIS UART triggers ARM_USART_EVENT_RX_TIMEOUT
    Using the UART I need to pause out my characters like this. USARTdrv->Send("A", 1); osDelay(20); USARTdrv->Send("T", 1); If I don't my device does not reply at all. When spacing it out the CMSIS...
  • LPC3250 UART problem
    Hello I have a problem related with uart & pc communication over Phytec Board. When I configure UART5 as parity disable, then the communication between uart5 & pc is successful. But when I configure...
  • LPC3250 UART problem
    Hello I have a problem related with uart & pc communication over Phytec Board. When I configure UART5 as parity disable, then the communication between uart5 & pc is successful. But when I configure...
  • UART Interrupt triggered upon boot, in error???
    I have a boot program which is single-threaded. I am not printing anything or sending anything via the uart as far as I know. I clear the UARTICR (interrupt clear) bits to clear it up, just in...