智能车制作
标题:
脉冲计数器的问题
[打印本页]
作者:
haitao178
时间:
2008-4-17 18:42
标题:
脉冲计数器的问题
<
>我的这段程序到底怎么了啊;</P><P>就是不能进中断</P><P>高手帮忙看看</P><P>谢谢了</P><P>#include <hidef.h> /* common defines and macros */<BR>#include <mc9s12db128.h> /* derivative information */<BR>#pragma LINK_INFO DERIVATIVE "mc9s12db128b"</P><P>unsigned char pulsecnt;</P><P>void main(void) {<BR> DDRB=0xff;<BR> PORTB=0xff;<BR> <BR> DisableInterrupts;<BR> ICSYS=0x03;<BR> TIOS=0x00;<BR> PACTL=0x54;<BR> DLYCT=0x01;<BR> pulsecnt=0;<BR> MCFLG_POLF0=0;<BR> MCFLG_MCZF=1;<BR> <BR> MCCTL=0x5c;<BR> MCCNT=0xffff;<BR> <BR> EnableInterrupts;<BR> for(;;){<BR> PORTB=pulsecnt;<BR> <BR> }</P><P>}</P><P>#pragma CODE_SEG __NEAR_SEG NON_BANKED<BR>void interrupt 19 MDC_ISR(void) {<BR> pulsecnt=PACN0;<BR> MCFLG_MCZF=1;<BR> asm cli;<BR>}<BR>#pragma CODE_SEG DEFAULT </P>
作者:
haitao178
时间:
2008-4-19 06:02
标题:
Re:脉冲计数器的问题
为什么没有人回答呢
作者:
auto
时间:
2008-4-19 17:25
标题:
Re:脉冲计数器的问题
<
>我的BLOG上有一个关于脉冲计数的程序,你下载看看吧,</P><P><A target=_blank href="http://blog.eccn.com/u/107300/archives/2008/4338.htm">http://blog.eccn.com/u/107300/archives/2008/4338.htm</A></P><P><A target=_blank href="http://blog.eccn.com/u/107300/archives/2008/4366.htm">http://blog.eccn.com/u/107300/archives/2008/4366.htm</A></P><P><A target=_blank href="http://blog.eccn.com/u/107300/archives/2008/4369.htm">http://blog.eccn.com/u/107300/archives/2008/4369.htm</A></P><P>这三个都是!</P><P> </P>
欢迎光临 智能车制作 (http://111.231.132.190/)
Powered by Discuz! X3.2