Other Parts Discussed in Thread: C2000WARE
Hi support:
软硬件版本:
CCS 10.1.1
F28388d
C2000Ware_3_03_00_00
问题:
memcpy(pData, escSource, (size_t)((len + 1U) >> 1U));
Debug的时候,发现pData地址中的数据是期望的数据100,然后escSource地址中的数据一直为0.通过Memory Browser中对应地址中的数据一直为0.

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.
Hi support:
软硬件版本:
CCS 10.1.1
F28388d
C2000Ware_3_03_00_00
问题:
memcpy(pData, escSource, (size_t)((len + 1U) >> 1U));
Debug的时候,发现pData地址中的数据是期望的数据100,然后escSource地址中的数据一直为0.通过Memory Browser中对应地址中的数据一直为0.

不是TI 的例程,是SSC tool 生成的协议栈代码里面的,查看的是PDO数据区的数据。能用memcpy读取数据,但是直接查看不了。
SSC tool ?能否给出相关链接?使用TI例程时是否可以正常读取?