• 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...
  • UART ISR() not triggering with RTX/ADUC7020
    Hello all, I'm using RTX and ADUC7020 processor and have a problem with the UART ISR routine where the ISR isn't triggering when UART data is sent to it. In my main(), I have: GP1DAT |=...
  • LPC3250 HSUART HELP
    Hi I was unable to get data properly through High Speed uart's. as per my program i was able to get only 64 bytes properly after that not getting. Here i am posting the program Please take a look and...
  • LPC3250 DMA Help
    Hi all i posted before this problem. now im posting with some improvement. My Source is Memory and Destination is peripheral. I have configured the DMA as - 32bit wide Source and 32bit Destination...