imx28 serial port and mxs-auart.0: unhandled status 520080

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

imx28 serial port and mxs-auart.0: unhandled status 520080

5,098件の閲覧回数
FS1z
Contributor II

Hi All,

 

I'm sending and receiving data over the UART1 of an imx28evk.

 

After configuring the connected device it starts sending data continiously.

 

While receiving this data, there are read errors quite often.

 

The kernel logs a "mxs-auart mxs-auart.0: Unhandled status 520080" and sometime 520280.

 

Did anybody see that before and explain this to me?

 

Greetings,

F

タグ(1)
5 返答(返信)

2,596件の閲覧回数
CraigMcQueen
Contributor III

I am also interested to know about this. Looking at the driver code, this is generated from the AUART interrupt handler. Looking at the handler itself, it looks as though it doesn't handle any of:

  • overrun error
  • break error
  • parity error
  • framing error
  • automatic baud rate detect

However, overrun, break, parity and framing are dealt with in other parts of the code when processing received bytes. So I'm not sure what to make of it.

0 件の賞賛
返信

2,596件の閲覧回数
victorien
Contributor IV

I had the same problem "mxs-auart mxs-auart.0: Unhandled status 520080".

To resolve it, I test different configuration of UART with the command stty ans the reception woks when the parity bit is active.

2,596件の閲覧回数
ask
Contributor III

At parity level with any configuration like 'N','O' 'E' auar1 is working fine, but auar0 is not working. Dont know the reason. Please let me know if any one know.

0 件の賞賛
返信

2,596件の閲覧回数
JasonVarbedian
Contributor I

Did you find a solution to this? I had the same problem.

2,596件の閲覧回数
FS1z
Contributor II

Hi All,

 

so I took a look at /drivers/serial/mxs-auart.c and the error message is combined out of

0x400000 BM_UARTAPP_INTR_RTIEN

0x100000 BM_UARTAPP_INTR_RXIEN

0x20000   BM_UARTAPP_INTR_CTSMIEN

0x80        BM_UARTAPP_INTR_FEIS

Can anybody help me to decipher these messaged? What am I doing wrong?

Greetings,

F

0 件の賞賛
返信