burning issue with LPC11U68

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

burning issue with LPC11U68

跳至解决方案
1,062 次查看
Guy_mego
Contributor II

Hi All,

I'm using LPC11U68, I've added some printing with UART to code. After I burned the program to the board at the first UART command I don't see the full buffer transmitted the terminal for example: "ch" is printed instead of "checking". 
The odd thing is when I burned the program on another computer everything works fine, and on a third computer again the some issue as in my computer.
I even try to reduce the buadrate to 9600 and that didn't solve the issue. In addition I even tried on another board but same issue.
Someone has an advise how to solve this issue.

Thanks in advance.

0 项奖励
回复
1 解答
1,058 次查看
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

I think the uart clock source inaccuracy leads the problem.

As the following figure for the clock source of LPC51U68, the watchdog oscillator clock frequency is not accurate, I do not think it can be the clock source of uart0. The IRC clock frequency accuracy is +/-1%, I think it is okay for low baudrate. The external 32KHz RTC clock frequency is the most accurate, I suggest you use it as uart clock source.

Hope it can help you

BR

XiangJun Rong

 

 

xiangjun_rong_0-1663146501760.png

 

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,059 次查看
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

I think the uart clock source inaccuracy leads the problem.

As the following figure for the clock source of LPC51U68, the watchdog oscillator clock frequency is not accurate, I do not think it can be the clock source of uart0. The IRC clock frequency accuracy is +/-1%, I think it is okay for low baudrate. The external 32KHz RTC clock frequency is the most accurate, I suggest you use it as uart clock source.

Hope it can help you

BR

XiangJun Rong

 

 

xiangjun_rong_0-1663146501760.png

 

0 项奖励
回复