Posted on August 07, 2012 at 15:13
Hi,
I have problem with USART1 interrupt implementation.
In pooling mode, everything works, but when I try to setup interrupt, there's nothing on the output? How to enable USART1 interrupt? Do I need ...
Posted on August 07, 2012 at 20:46Thanks for your help.I'm using IAR Embedded Workbench.Yes, I have old version of firmware library (V2.0.3) and now I downloaded 3.5.0. Can you please wrote small how to about using all files in the library, because ...
Posted on August 07, 2012 at 15:55Ok, TX interrupt is disabled.What is your suggestion about USART_Puts() function? How can I change it, and how it affects code?Main problem is that the program never enters USART1_IRQHandler?