SC16C554IB80 echo issue

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

SC16C554IB80 echo issue

1,031 次查看
khg
Contributor I

Hi,

I use SC16C554IB80 for our product. I set register as it follows:

Write_SC16( SC16_REG_MCR, 0x08, ch);
Write_SC16( SC16_REG_IER, 0x07, ch);
Write_SC16( SC16_REG_FCR, 0x07, ch);
Write_SC16( SC16_REG_FCR, 0x01, ch);

and incoming data is processed it follows:

while(Read_SC16(SC16_REG_LSR, 0)&0x01) // check received data of port a
{
unsigned char temp = Read_SC16(SC16_REG_RHR, 0);

...

}

And then there is TX echo.

I want to get rid of TX echo but I can't.

标记 (1)
0 项奖励
回复
1 回复

961 次查看
AldoG
NXP TechSupport
NXP TechSupport

Hello,

Could you answer me the next questions, please?

Is that all the configuration you do to the device?

Also, after you read, do you perform any other action?

Thank you!

Best regards,

Aldo.

0 项奖励
回复