This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM6437 UART

Hi all

I am using UART of DM6437 for serial communaication. The function GIO_read() is a blocking function. It blocks itself until it reads data from UART. I want to use either polling or ISR for receiving data from UART,

for Polling I checked the INTID bit in IIR register but it is not working correctly. How this can be done ???

Kindly help.

Regards

Saira

  • When I read data directly from RBR register,,, GARBAGE vlaue is read. and by using GIO_read() the program blocks until it received data.

    How to configure UART to receive correct data and with non blocking calls....

    Regards

    Saira

  • I have done up with receiving data from UART  but it is receiving the bytes multiple times..........

    I have to receive contineous coming data in a 25 bytes packets... The packet bytes have received multiple times.

    how it is modified to receive bytes only once ???

    Regards

    Saira