Interrupts on DUE. Odd behaviour of attachinterrupt()

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.