According to both the datasheet (which you quoted) and to that thread, interrupts are disabled at the hardware level. You cannot use interrupts. You must use polling.
↧