Skip to content

output itmdump data into a file #389

Answered by sirhcel
NitinSaxenait asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @NitinSaxenait,

I am able to get the output(Readings) of sensors in the itm.txt file. Now I want to store that data in a file. How can I do that in a no_std enviourment?

With dumping the ITM data into itm.txt you have written it into a file. From there you can extract the actual payload with itmdump (#399 (comment)). You could just pipe the output from itmdump into a file again

$ itmdump -f test.itm > payload.txt

and do further processing like converting it into CSV, ...

I would process ITM data on a full-blown operating system where I can use itmdump (which is a std application). What are you trying to achieve exactly? What is your use case for handling this data in a no_std env…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@NitinSaxenait
Comment options

@NitinSaxenait
Comment options

@sirhcel
Comment options

@NitinSaxenait
Comment options

Answer selected by NitinSaxenait
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants