Search found 1 match
- Wed Mar 21, 2012 12:13 pm
- Forum: V-USB
- Topic: Detecting if USB interrupt was called
- Replies: 0
- Views: 4791
Detecting if USB interrupt was called
Hi there, Is there any way to check if the USB interrupt was run? Some kind of counter? Is USB_COUNT_SOF directly correlated with the usb interrupt being called? The reason I want to check this is that I run some highly time-dependent code that shouldn't really be interrupted. If it is, then I want ...