I am running USB serial to a Windows PC from a Teensy 2.0 running at 16 MHz, using the C libraries. I am doing both send and receive at a fairly low data rate, less than 100 bytes/sec.
How will this affect my interrupt latency rate? I would like to get an interrupt latency rate of 10's of usec from a hardware interrupt, otherwise I will have to add some additional hardware support.
Thanks,
tlb
How will this affect my interrupt latency rate? I would like to get an interrupt latency rate of 10's of usec from a hardware interrupt, otherwise I will have to add some additional hardware support.
Thanks,
tlb