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

LPC936 using Brownout detect

Anyone have experience with the Brownout Detect feature on the LPC936 chip? I have a complete system that works fine. I decided to try out the Brownout feature. Anytime I turn on BOE bit (done thru FlashMagic) or EBO bit, my system stops. I figured out that the stoppage is because my timers stop functioning. When I turn off either of those bits (to disable Brownout), the system works normally again. I haven't prioritized any interrupts, but that shouldn't matter I wouldn't think. Anyone have anything to check?

Sutton

Parents
  • I haven't worked with your processor, so I can't help with other than general discussion.

    Does the brownout detector supports only reset, or can it be configured to instead generate an interrupt? In that case, you could try the ISR option just to be able to get some feedback on how often the brownout detector gets trigged.

    Have you checked the supply voltages, so you don't have microscopically short dips that goes below the brownout detection voltage?

Reply
  • I haven't worked with your processor, so I can't help with other than general discussion.

    Does the brownout detector supports only reset, or can it be configured to instead generate an interrupt? In that case, you could try the ISR option just to be able to get some feedback on how often the brownout detector gets trigged.

    Have you checked the supply voltages, so you don't have microscopically short dips that goes below the brownout detection voltage?

Children