Skip to main content
fa_it
Associate III
October 12, 2005
Question

STR-P711

  • October 12, 2005
  • 2 replies
  • 595 views
Posted on October 12, 2005 at 06:08

STR-P711

This topic has been closed for replies.

2 replies

fa_it
fa_itAuthor
Associate III
October 11, 2005
Posted on October 11, 2005 at 11:59

Hello,

Has anyone got the mouse demo to run on this Developer Board from Olimex?

Best regards,

Frank Andersen

fa_it
fa_itAuthor
Associate III
October 12, 2005
Posted on October 12, 2005 at 06:08

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