hongyue,
我在E2E论坛上找到相关的解答:
This message means that the expression tried to read and display data from the target where the type of the data is not a primitive type (char, short, int etc). For instance, "main" is of type "function pointer" so evaluating "*main" would be asking the debugger to display data of type "function" which doesn't make much sense and would return this error.
At least, that's what it's supposed to mean. If that doesn't make sense in your case, could you attach a small test program with the struct in question and show what evaluations incorrectly return that error message incorrectly?
即使当CCS准备去读这个函数的时候,这个函数的类型不是基本的类型,char,int等,所以导致错误。
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/3325/141182.aspx#141182
Eric
- ERIC
guigui_7044 发表于 2018-10-25 20:30 hongyue,
我在E2E论坛上找到相关的解答:
This message means that the expression tried to read and display data from the target where the type of the data is not a primitive type (char, short, int etc). For instance, "main" is of type "function pointer" so evaluating "*main" would be asking the debug ...
所以只是CCS expression显示上的出错,代码仍可正常运行。
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/261335.aspx
Eric
- ERIC