我现在只要加上以下内容就提示错误:
(1)#10010 errors encountered during linking; "Pulse_3.out" not built;
(2)<a href="file:/E:/CCSV5/ccsv5/tools/compiler/dmed/HTML/10099.html">#10099-D</a> program will not fit into
我加的内容是:
外部中断的服务函数:
#pragma vector=PORT1_VECTOR //中断服务函数
__interrupt void IO_interrupt(void)
{
P1IFG&=0x00; //标志位清零
}
错误2点进去之后会定位到lnk_msp430f5529.cmd中的 第173行 .int47 : {} > INT47
我把我的工程也放到下面了。重建工程等方法都试过了,没有用。