This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

lpc2132 hang

hello,
I am using lpc2132 device in my application. I am using EXINT3,uart0,uart1,timer0,timer1 interrupt. When all above interrupt enable then my application hang in 4-5 hours. When we disable one of the interrupt like EXINT3 or uart0 then my application work properly .Please help me about it.

Parents
  • EXTINT3 or uart0 means when we disable either uart0 interrupt or disable external interrupt 3 then my system worked fine. When we debug our system then i see that my system in hang condition then it execute the "DAbt_Handler B DAbt_Handler" instruction in startup.s file

Reply
  • EXTINT3 or uart0 means when we disable either uart0 interrupt or disable external interrupt 3 then my system worked fine. When we debug our system then i see that my system in hang condition then it execute the "DAbt_Handler B DAbt_Handler" instruction in startup.s file

Children