IMX53 UART3 DMA_ERROR

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

IMX53 UART3 DMA_ERROR

Jump to solution
1,154 Views
wenpengqiu
Contributor I

R10.3, IMX53

I

try to enable UART3 DMA mode, and get below errors:

UART: DMA_ERROR: sr1:2040 sr2:508c

UART: DMA_ERROR: sr1:2040 sr2:5088

My uart3 connnect to a bluetooth module, and only first serval DMA-read operations occur this error, sequential DMA-read will successful.

I patch several commits from 10.4 including the one which update UART SDMA scripts, but this error still occurs.

BTW, I noticed this git commit:

-------------------------------------------------------

commit a77a4c4f12640c414adf8c4381cb1d8eb8364dd0

Author: Zhang Jiejing <jiejing.zhang@freescale.com>

Date:   Wed Dec 8 20:24:04 2010 +0800

    ENGR00137669-3 MX53_SMD: workaround for UART have problem when DMA enable.

   

    There is a clock issue when UART3 enable DMA, so disable this.

   

    Signed-off-by: Zhang Jiejing <jiejing.zhang@freescale.com>

----------------------------------------------------

what's mean "a clock issue"? any detail?

BR

wenpeng


Labels (3)
Tags (3)
0 Kudos
1 Solution
648 Views
HuangShijie
Contributor III

could you try the latest code about imx53?

we fixed some bugs about the uart.

The latest patch about the uart is: 

   "19164f8 ENGR00252150 Fix MX53 IOMUX setup for all UARTs"

thanks

Huang Shijie

View solution in original post

0 Kudos
2 Replies
649 Views
HuangShijie
Contributor III

could you try the latest code about imx53?

we fixed some bugs about the uart.

The latest patch about the uart is: 

   "19164f8 ENGR00252150 Fix MX53 IOMUX setup for all UARTs"

thanks

Huang Shijie

0 Kudos
648 Views
feifeihu
Contributor II

it still happens on my UART3 with those patches merged

0 Kudos