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.

C2000枚举类型的位数如何设定为32bit



大家好,有个问题请教下。       

我在使用28335移植一个用标准C编写的CANOPEN协议栈时候,其中有一个enum类型的定义,枚举成员的值需要定义为Uint32类型的,但编译器报错,CCS能否设置枚举类型的位数,使之大于16bit?