LPC1114/1115 UART auto-baud not working

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

LPC1114/1115 UART auto-baud not working

309 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by nsdesai on Mon Oct 20 13:50:35 MST 2014
Hi,

I am trying to use the auto-baud feature in LPC1115. I set the bits in the UART ACR register and in the ISR, I verified that the end of auto-baud flag is set. I clear the auto-baud interrupt in the ISR and then try to send messages using UARTSend from the main loop. But, after it comes out of the ISR, it does not start executing from the point where it was interrupted. Can anyone help me with this? I have attached the code with this post.

Note: I did enable the interrupts in the UARTInit function even though the attached code shows them commented out.

Thanks,
Neel.

Original Attachment has been moved to: uart_0.c.zip

Original Attachment has been moved to: main_10.c.zip

Original Attachment has been moved to: uart_0.h.zip

0 Kudos
Reply
0 Replies