Hi all,
POWER_SetBodLevel(kBod_ResetLevel1, kBod_InterruptLevel2, true);
EnableIRQ(BOD_IRQn);
When VCC drops below 2.54V, the Int is triggered.
How do i detect when VCC has returned back above 2.54V?
Also, the LPC82x user manual on page 56 states in relation to BOD:
The interrupt signal can be enabled for interrupt in the Interrupt Enable Register in the
NVIC (see Table 6) in order to cause a CPU interrupt; if not, software can monitor the
signal by reading a dedicated status register.
What is the status register that is mentioned? I cannot find any mention of it anywhere else.
Thanks in advance.