已经尝试过卸载安装!
系统:win8.1
版本:ccsv6.0
代码如下:
#include <stdio.h>
#include <msp430.h>
/*
* hello.c
*/
int main(void) {
WDTCTL = WDTPW | WDTHOLD; // Stop watchdog timer
printf("Hello World!\n");
return 0;
}
谢谢各位!!
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.