Disable Usb Interrupts

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
Madara
Posts: 7
Joined: Fri Jun 29, 2012 1:35 pm

Disable Usb Interrupts

Post by Madara » Sun Jul 01, 2012 6:47 pm

http://forums.obdev.at/viewtopic.php?f=8&t=3059&p=10404&hilit=+interrupt#p10404

Above forum link says it is possible to disable usb interrupts as long as 50ms and yet stay connected to the host.Can anyone show me ways to do it...
I am doing similar project mentioned with no good sampling rate...

Please help..........

ulao
Rank 4
Rank 4
Posts: 481
Joined: Mon Aug 25, 2008 8:45 pm

Re: Disable Usb Interrupts

Post by ulao » Sun Jul 08, 2012 5:22 am

I'm not sure of a way to extend the wait between interrupters. From what I know there is a max time you can set the cli and sei apart and that time is what it is.

jazz albert
Posts: 2
Joined: Wed Nov 09, 2016 12:07 pm

Re: Disable Usb Interrupts

Post by jazz albert » Wed Nov 09, 2016 12:11 pm

ulao wrote:I'm not sure of a way to extend the wait between interrupters. From what I know there is a max time you can set the cli and sei apart and that time is what it is.
TragusInfantigoRx


I think there must be some to get it done that's why i doing work on on it!

Post Reply