Board logo

标题: 请教一个关于FreeCntr16 bean的问题 [打印本页]

作者: greety    时间: 2006-5-31 16:15     标题: 请教一个关于FreeCntr16 bean的问题

我设置的时间周期是1ms,Timer是MTIMmod;Method是Enable,Disable,Reset,GetTimeUS,GetTimeMS。


void main(void)
{
  /*** Processor Expert internal initialization. DON'T REMOVE THIS CODE!!! ***/
  PE_low_level_init();
  /*** End of Processor Expert internal initialization.                    ***/


  /* Write your code here */


  unsigned int i, time;
  int one_loop_us;
 
  FC161_Reset();  


 for( i=0; i<600; ++i ); 
  
  
  if( FC161_GetTimeUS( &time )==ERR_OK ) /*老是停在这这里面出不来,究竟什么原因,怎么解决*/


{
  
     one_loop_us = time ;
 


}
  /*** Processor Expert end of main routine. DON'T MODIFY THIS CODE!!! ***/
  for(;;){}
  /*** Processor Expert end of main routine. DON'T WRITE CODE BELOW!!! ***/
} /*** End of main routine. DO NOT MODIFY THIS TEXT!!! ***/


 


 


作者: seuafu2005    时间: 2006-6-1 10:28

没有正常得到值,可能程序有些问题,看看编译的时候有什么warning




欢迎光临 电子技术论坛_中国专业的电子工程师学习交流社区-中电网技术论坛 (http://bbs.eccn.com/) Powered by Discuz! 7.0.0