Yes, it did already. Thank you. But maybe you can still clarify if these assumptions are correct.
1. The ISR is called when the USB HW is polled.
2. When being polled: I guess the the HW will not wait on the packet...
Yes, I'm using a function from usb_dev.c. But I have been trying not to modify anything. I just include the usb_dev.h and usb_desc.h.
The only thing I modified so far was the descriptor and major change there was to...
Hi,
this question is about the achievable delay of a Teensy device.
From my measurements it seems that the minimum lag I can achieve is 1-2x the polling interval.
I am trying to reduce this to about 0-1x polling...