Timer Interrupts on Due

BKM:
I used:

  1. ATMEL data sheet: http://www.atmel.com/Images/doc11057.pdf
  2. API ref: http://asf.atmel.com/docs/latest/api.html
  3. the code (in the arduino dist)

You have to do some homework as none of the above is a tutorial. Most of the functions/defines were not obvious until I read the code. Had to do the same thing for the DAC interface (e.g., to enable flexible & word mode updates).

Best,
Bruce

Thank you very much for your reply, that is the sort of stuff I want.

I have one more question though. I cannot find some functions, for instance "TC_Configure()" in this API. I choose Timer Counter as catalog and SAM3X as devices. There is a function called "void tc_init (Tc *p_tc, uint32_t ul_channel, uint32_t ul_mode)" with same signature but the name is different and it cannot be compiled. Can you please tell me where do I find the information for those functions that compile-able by the arduino compiler?