Hello Alice
I got it working with the PINT. The problems were that I called the power down command from inside a PINT callback function and "EnableDeepSleepIRQ(PIN_INTx_IRQn)" was missing.
But now I have another problem. I want to wake up the controller from either the PINT interrupt or the WKT timer. WKT alone works finde, PINT alone works fine. But as soon as I start the WKT timer before going into deep sleep mode, the PINT wakeup does not work anymore.
Any ideas about that phenomenon?
Best regards