Hello all,
I am working on porting some code from the Uno, and in it, it fires off a 1ms timer interrupt.
Clearly, the interrupts work different on the Due, but I can't find good solid information on it.
Can anyone point me in the direction I need to go?
(Note: I'm running lots of code simultaneously, getting proper use out the the 84MHz I have to me, so it has to interrupt)
I have recently announced a library for using the TC modules (Timer Modules) channels of DUE's Atmel ATSAM3X8E micro-controller. You have the announce in this post:
For doing what you want you have to use tc_lib action objects which abstract the use of ATSAM3X8E's TC module channels. Just have a look to the example action_test.ino that comes with the library.