This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] CCS/MSP430G2553:使用_interrupt时出现错误:"Expected a ;"

Guru**** 1693050 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/622270/ccs-msp430g2553-error-expected-a-while-using-_interrupt

部件号:MSP430G2553

工具/软件:Code Composer Studio

嘿,我使用CCS对MSP430G253 Launchpad进行编码。 每当我对中断向量进行编码时,我都会得到同样的错误。 我还收到一个警告说这一点  

"#1111-D pragma向量只能应用于函数定义,而不能应用于"_interrupt (在第33行声明) main.c /LED图形行31 C/C++问题"

我最近才开始使用CCS进行编码,我从一个教程中在线获得了同样的代码,在教程中,代码工作非常出色。 但是,当我在我的系统中调试它时 ,我遇到了这个错误。

我做错了吗? 请帮我一个忙:(

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    您需要为__interrupt关键字使用两个下划线
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    我才意识到,我很笨拙。 谢谢!