2008-06-21 08:05 AM
2011-05-17 12:53 AM
Hi - hoping for some help here. I had my program working using the Keil eval kit. I have since moved to IAR and now have an issue. Uart0 interrupt only fires once. Thereafter there is no response. Using Keil this worked perfectly. I thus assume it is a software issue. I am using the latest firmware libraries. I am also using timers 0 and 2. PLEASE can someone assist me here? I read the forum and see quite a few people have issues with the RX interrupt.
Quentin2011-05-17 12:53 AM
Just to perhaps help someone else, I found that by re-enabling the RX interrupt in the interrupt routine solved my problem.
Quentin