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

Brown Out Detector Interrupt

Hi there, If I need to generate an interrupt when low voltage level has been detected on a P89LPC932, what interrupt number should I use? How should I specify that ISR is the one for Brown Out detection. Thank you!!!

Parents
  • Erik, I have looked on the User's manual and I do not see "vector" anywhere except for page 45, which mentions Real-Time Clock interrupt/Wake up...and mentions the word vector...but that's it. I looked in the Getting Started manual and they really mention Vectors in different chapters, but they do not tell you what can you do for an ISR not listed. For exmaple, brown out detection ISR, what number should I use, 8? how do I know...how do I tell the micro that is the right one...I am not an expert...

Reply
  • Erik, I have looked on the User's manual and I do not see "vector" anywhere except for page 45, which mentions Real-Time Clock interrupt/Wake up...and mentions the word vector...but that's it. I looked in the Getting Started manual and they really mention Vectors in different chapters, but they do not tell you what can you do for an ISR not listed. For exmaple, brown out detection ISR, what number should I use, 8? how do I know...how do I tell the micro that is the right one...I am not an expert...

Children