Posted on May 17, 2011 at 13:25Hi, I am trying to implement Double Buffering on Interrupt Endpoint. For initializing i am using the following code /* Initialize Endpoint 1 */ SetEPType(ENDP1, EP_INTERRUPT); SetEPDblBuffAddr(ENDP1,ENDP1_BUF0Addr,ENDP...