RTC_library for Due Problems with Alarm and Interrupts

Hmmm,

seems like a fixed for this is deactivating the seconds interrupt.

RTC_EnableIt(RTC, RTC_IER_SECEN);

In this situation its enough if I didn't activate it.

:stuck_out_tongue_closed_eyes: