Arduino ZERO timer interrupts

Hi RRLAN,

I'm also trying to use a timer interrupt on the zero.

I have copied your code and when uploaded to the Zero the function SystemInit() causes the arduino to hang.
When I comment out SystemInit() the arduino doesn't hang, but ISR is never called.

Any chance you or anyone else could give us an example of a working Arduino Zero timer interrupt configuration?