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.
问下,为什么F28335是32位处理器,但是它的int却是16位的?
int在标准C中就是16位的,代表一个字,long int 才是32位的。
这个需要看相关手册说明 数据类型确实有些区别 比如2812的如下表