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.
F28027手册中:
For F2802x:
• 0x3D7E80 - Slope (ºC / LSB, fixed-point Q15 format)
• 0x3D7E83 - Offset (0 ºC LSB value)
For F2803x:
• 0x3D7E82 - Slope (ºC / LSB, fixed-point Q15 format)
• 0x3D7E85 - Offset (0 ºC LSB value)
芯片中无数据:
3d7e80: FFFF ITRAP1
3d7e81: FFFF ITRAP1
3d7e82: FFFF ITRAP1
3d7e83: FFFF ITRAP1
3d7e84: FFFF ITRAP1
3d7e85: FFFF ITRAP1
3d7e86: FFFF ITRAP1
3d7e87: FFFF ITRAP1
有没有经验数据?
首先,请确认你的芯片是TMS,而不是TMX或TMP。
其次,读取芯片内容可以连接后通过view --> memory菜单找开后,直接输入地址查看,同时注意选择的是data而不是program。
最后,更好的方法是使用附件中的.gel文件,添加到CCS安装路径下C:\CCStudio_v3.3\cc\gel覆盖,然后参考附件的pdf文档,按步骤进行读取并确认。