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 编译MSP430F5529官方例程报错:(unsigned)(c+1)<=256

Other Parts Discussed in Thread: MSP430F5529

CCS 编译MSP430F5529官方例程报错:

Debug Assertion Failed!

Program: D:\ti\ccs5\........\bin\cl2000.exe

File: isctype.c

Line: 56

Expression: (Unsigned)(c+1)<=256

for information on how you program can cause an assertion failure, see the Visual C++ documentation on asserts.

程序是官方的例子,用的是CCSv5.1,老是跳出这个对话框,网上查资料说是char定义有符号和无符号问题,但是也不知道在哪设置,自己新建一个工程是好的,在5.2的编译器上又报错,请问是什么情况,还是该如何设置?