I know that the LPC15xx's A/D converter and a few other peripheral don't do well with a slowly rising supply voltage.
I have an application which normally has a 470uF capacitor on the supply. If I change the capacitor to 1000uF, the LPC15xx gets stuck in ADC calibration.
I am looking for a way to wait until the supply voltage has cleared 3V before enabling those peripherals.
I was thinking of asserting the relevant bits in PRESETCTRL until the power supply voltage has risen far enough, and then performing the relevant initialisations.
Is there a way of doing this with the Brown out circuitry?
Alternatively, could I enable a spare comparator and compare the potential divider with the bandgap reference?