标题: 果断分享 要什么贡献??? [打印本页] 作者: bool1012 时间: 2010-12-1 23:27 标题: 果断分享 要什么贡献??? #include <hidef.h> /* common defines and macros */
#include <mc9s12dg128.h> /* derivative information */
#pragma LINK_INFO DERIVATIVE "mc9s12dg128b"
unsigned int kp=90;
signed int c;
unsigned int a[11],a1[11],e[11];
unsigned int i,k,j=0;
signed int b[21];
signed int b1[21];
signed int b2[21];
void SetBusCLK_16M(void)
{
REFDV=1;
SYNR=1;
while(!(CRGFLG_LOCK==1));
CLKSEL_PLLSEL =1;
}