I need to be able to wake up a system when one of the pins shows more than 1v and I also need to wake up system when the other pin goes under 3v.
Is there any good way to do that?
There is only one LPCOMP peripheral, so you can only use it to monitor one pin. But the GPIO peripheral can also be used to wake up the chip. So if your 3V pin goes low (below 0.3 x VDD), you can generate a DETECT signal to wake up the chip.