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.

有关MSP430F5529做输入信号测量的问题

Other Parts Discussed in Thread: MSP430F5529

我是一位初学者,在做电子设计竞赛的题目时需要用430做一个信号测量显示,我从网上找了一些例子,结合LAB1写出了如下程序,可是编译时确显示如下的错误:

error #10056: symbol "timeoutCounter" redefined: first defined in "./lab1.obj";

error #10056: symbol "__TI_int54" redefined: first defined in "./lab1.obj";

"../lnk_msp430f5529.cmd", line 180: error #10099-D: program will not fit into

error #10010: errors encountered during linking; "LAB1.out" not built

我又重新改写了程序,还是没有解决-。-,寻求帮助

程序.zip