chipKIT® Development Platform

Inspired by Arduino™

UNO32: Does the Timer3 triggered ADC stop USB

Created Wed, 29 Jan 2014 10:00:01 +0000 by cobusmetnc


cobusmetnc

Wed, 29 Jan 2014 10:00:01 +0000

I am working with the UNO32 and wish to sample through the timer triggered adc. I have found that when I initialize the timer and enable it the USB interface to the pc would stop working.

I use the Serial.xxxxx(); function to implement the USB. Any help would be much appreciated. Thank you


Ian_B

Fri, 31 Jan 2014 21:56:39 +0000

How are you initializing the timer and using the Serial functions? Can you provide your code?