这些小活动你都参加了吗?快来围观一下吧!>>
电子产品世界 » 论坛首页 » 综合技术 » 基础知识 » 【求助】用C语言怎样调用定时器中断?

共2条 1/1 1 跳转至

【求助】用C语言怎样调用定时器中断?

院士
2006-09-17 18:14:16     打赏
【求助】用C语言怎样调用定时器中断?



关键词: 求助     语言     怎样     调用     定时器     中断    

院士
2006-12-22 22:43:00     打赏
2楼
问 我按照书上说的,用了这样一行指令:
interrupt [TIMERA0_VECTOR] void Timer_A(void)
可是他却说不对:
Error[Pe077]: this declaration has no storage class or type specifier
Error[Pe065]: expected a ";"
我添加过:#include "MSP430x15x.h" 1: 引用: 2: 按照你的方法试过。
又有警告:Warning[Pe609]: this kind of pragma may not be used here
不管它有关系么? 3: 警告针对的语句是:#pragma vector=TIMERA0_VECTOR 4: 换个版本的编译器试试。 5: 我们已经调出来了,谢谢
把这两句连写就可以:
#pragma vector=TIMERA0_VECTOR
__interrupt void Timer_A (void)

共2条 1/1 1 跳转至

回复

匿名不能发帖!请先 [ 登陆 注册 ]