plot data with MCUxpresso IDE

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

plot data with MCUxpresso IDE

跳至解决方案
3,046 次查看
gschelotto
Contributor V

Hi,

How can I plot data when debugging (i.e. data array stored in RAM) with MCUxpresso IDE? If it not possible, how can I dump the data into a CSV file?

regards,

gaston

0 项奖励
回复
1 解答
2,757 次查看
lpcxpresso_supp
NXP Employee
NXP Employee

There is no direct functionality to do this. What you could do is, if you work out the memory range that your array occupies (for instance from the map file), you could then save it out from the Memory View...

https://community.nxp.com/message/630631 

then process the exported file with external tools.

Regards,

MCUXpresso IDE Support

在原帖中查看解决方案

0 项奖励
回复
1 回复
2,758 次查看
lpcxpresso_supp
NXP Employee
NXP Employee

There is no direct functionality to do this. What you could do is, if you work out the memory range that your array occupies (for instance from the map file), you could then save it out from the Memory View...

https://community.nxp.com/message/630631 

then process the exported file with external tools.

Regards,

MCUXpresso IDE Support

0 项奖励
回复