2005-10-11 09:08 PM
2005-10-11 02:59 AM
Hello,
Has anyone got the mouse demo to run on this Developer Board from Olimex? Best regards, Frank Andersen2005-10-11 09:08 PM
The clock for the USB on P711 board is input at HCLK, so to lines has to be added:
RCCU_PLL2Config ( RCCU_Mul_12 , RCCU_Div_1 ) ; // FA for ( i = 0x7f ; i> 0; i--) RCCU_USBCLKConfig ( RCCU_PLL2_Output ); // FA Best regards, Frank