2005-12-13 12:25 AM
2005-12-12 10:24 PM
My application stops here:
RCCU->CLK_FLAG |= RCCU_CSU_CKSEL_Mask; in rccu.c so it is impossible to start the mouse demo application. Are these the rigth clock settings for the Eval Kit ST710 RCCU_MCLKConfig ( RCCU_DEFAULT ); // Configure FCLK = RCLK /2 RCCU_FCLKConfig ( RCCU_DEFAULT/*RCCU_RCLK_4*/); //Configure PCLK = RCLK /4 RCCU_PCLKConfig ( RCCU_DEFAULT ); // Configure the PLL1 ( * 16 , / 2 ) //RCCU_PLL1Config ( RCCU_Mul_16 , RCCU_Div_4 ) ; RCCU_PLL1Config ( RCCU_Mul_16 , RCCU_Div_1 ) ; // Wait PLL to lock //while(RCCU_FlagStatus(RCCU_PLL1_LOCK)==RESET); for ( i = 0x7f ; i> 0; i--) // Select PLL1_Output as RCLK clock RCCU_RCLKSourceConfig ( RCCU_PLL1_Output ) ; here the program stops THX for help