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
  • What do you mean by, "like EXINT3 or uart0" ?

    Does it mean that you have determined that these are the only two that trigger the symptoms?
    If that's that case, then it clearly gives you a focus for your debugging!

    Other than that, it's impossible to say - only you have your system, so only you can debug it!

    I recommend that you start by determining what exactly is happening when it's in this "hung" state...

    More debugging tips (not 8052 specific): www.8052.com/.../120313

Reply
  • What do you mean by, "like EXINT3 or uart0" ?

    Does it mean that you have determined that these are the only two that trigger the symptoms?
    If that's that case, then it clearly gives you a focus for your debugging!

    Other than that, it's impossible to say - only you have your system, so only you can debug it!

    I recommend that you start by determining what exactly is happening when it's in this "hung" state...

    More debugging tips (not 8052 specific): www.8052.com/.../120313

Children