The actual code lines I was using, that dont work, is;
#define PCF8563INT 11
attachInterrupt(digitalPinToInterrupt(PCF8563INT), wakeUp, LOW);
Seems pretty standard use of the interrupts, rather than special case.
The actual code lines I was using, that dont work, is;
#define PCF8563INT 11
attachInterrupt(digitalPinToInterrupt(PCF8563INT), wakeUp, LOW);
Seems pretty standard use of the interrupts, rather than special case.