plot data with MCUxpresso IDE

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

plot data with MCUxpresso IDE

ソリューションへジャンプ
3,162件の閲覧回数
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,873件の閲覧回数
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,874件の閲覧回数
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 件の賞賛
返信