EmbeddedRelated.com
Forums
Memfault Beyond the Launch

LPC2148 and uC/OS-II and UART interrupts

Started by jdauchot February 2, 2009
Hi

I am writing an application for LPC2148 and uC/OS-II. I am having
problems implementing a UART0 interrupt using the example posted
On the LPC200 group using uC/OS-II and GCC. The application works OK as
long I type the characters on hyperterminal. If I send data via the
file transfer, I loose characters. Can anyone help as I have done all
the required searches on google etc. Has anyone got a example of UART
code using interrupts I can try

Regards

Jean-Jacques

An Engineer's Guide to the LPC2100 Series

I fixed it

U1FCR = 1 ;

thanks

Regards

Jean-Jacques
--- In l..., "jdauchot" wrote:
>
> Hi
>
> I am writing an application for LPC2148 and uC/OS-II. I am having
> problems implementing a UART0 interrupt using the example posted
> On the LPC200 group using uC/OS-II and GCC. The application works OK
as
> long I type the characters on hyperterminal. If I send data via the
> file transfer, I loose characters. Can anyone help as I have done all
> the required searches on google etc. Has anyone got a example of UART
> code using interrupts I can try
>
> Regards
>
> Jean-Jacques
>


Memfault Beyond the Launch