I've discoverd a strange behaviour with nrf51822 CEAAD00 Revision 2.
I am using NRF_POWER->SYSTEMOFF = 1; for powering down the chip and a sense signal for wakeing up.
However power consumption isn't as excepted. The chip sometimes consumes ~5mA in deep sleep mode and 2,3mA in active mode. The measuring system is correct and serveral other potencial errors (plugged programmer cable, uart cabel) aren't the cause of the problem. But i guess the chip is sometimes still in debug mode, so deep sleep mode is just simulated.
After i reset the chip via nrfjprog.exe --pinreset deep sleep mode works perfectly.
Does anybody know what why? What does a pin reset do?