最近遇到了一个问题,不得其解,求解答!谢谢!
在将程序从28335中移植到6746中时,发现相同的一段代码在28335中map文件中看他占用的空间比6746中要小,为什么?不应该一样大小么?这样子的话虽然6746存储空间变大了可是由于相同程序占用空间也大,不就不存在这方面优势了么?
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.
C6746 build option
-g -k -pdsw225 -o3 -fr"$(Proj_dir)\Debug" -fs"$(Proj_dir)\Debug" -i"$(Proj_dir)\include" -i"$(Proj_dir)\include\csl" -d"_DEBUG" -mv6740
c28335 build option
-g -pdsw225 -fr"$(Proj_dir)\Debug" -i"..\INCLUDE" -d"_DEBUG" -d"LARGE_MODEL" -ml -v28 --float_support=fpu32
是这个嘛?