Line:36,expression:c>=-1&&c<=255,For information on how your program can cause an assertion failure, see the Visual C++ documentation on asserts.
灰小子:
Line:36 这行以及这行前后的代码是什么内容?
user5979357:
回复 灰小子:
#include "MSP430G2553.h"#include "UART_Event.h"#include "UART_FIFO.h"#include "UART_Global.h"#include "UART_init.h"
void main(void) { WDTCTL = WDTPW + WDTHOLD; // Stop watchdog timer USCI_A0_init(); _bis_SR_register(LPM3_bits) ; while(1){ }}
就这些
灰小子:
回复 user5979357:
额。那些头文件和对应的c文件都是什么内容?
楼主操作系统上的用户名是不是中文?
有时候中文目录也会引起类似的错误
参考https://e2echina.ti.com/question_answer/microcontrollers/msp430/f/55/p/53898/124241#pi58417=1
Susan Yang:
您现在是CCS 9去导入CCS 5.1的工程?之前程序在5.1上是否可以正常编译?有可能是两者编译器的版本不同造成的
您现在想实现什么功能呢?若是比较简单的话,建议您在CCS9上重新新建工程