关于char型。
为什么在28335中char型是十六位的,而不是八位的?有没有八位的数据类型?
Seven Han:
是有编译器决定的,对char数据类型的定义是16位,见下面链接中Data Types上说明。
http://processors.wiki.ti.com/index.php/C2000_CLA_C_Compiler
关于char型。
为什么在28335中char型是十六位的,而不是八位的?有没有八位的数据类型?
Seven Han:
是有编译器决定的,对char数据类型的定义是16位,见下面链接中Data Types上说明。
http://processors.wiki.ti.com/index.php/C2000_CLA_C_Compiler