plot data with MCUxpresso IDE

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

plot data with MCUxpresso IDE

Jump to solution
1,502 Views
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 Kudos
1 Solution
1,213 Views
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

View solution in original post

0 Kudos
1 Reply
1,214 Views
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 Kudos