Page 1 of 1

CPU Load

Posted: Thu Apr 03, 2008 8:47 pm
by guest
How much will the AVR USB load the CPU ?
Is HID or CDC change that load ?

Posted: Thu Apr 10, 2008 12:00 pm
by christian
AVR-USB needs the CPU as long as there is USB traffic. This is > 90% os the time if bulk endpoints are involved (as with CDC mode). For all other modes based on control transfers, it depends on how fast you respond to requests. As long as the host polls for a response, there's a lot of USB traffic.