8 years, 10 months ago.

LPC824 Brownout -

Incidentally I just a saw another question about power cycling that may be related to mine

How do I set brownout on my LPC824? Should I call NVIC_EnableIRQ(BODCTRL) ?

In that case do I give power to p0_6 so it can detect/compare? How should i let the system know at what voltage it has to send a reset?

Ram K

Correction instead of calling NVIC_EnableIRQ(BODCTRL) I should call NVIC_EnableIRQ( BOD_IRQn);

posted by ram k 17 Jun 2015
Be the first to answer this question.