How can one display the contents of a remote backtrace (.bin) file using M2M (or any available tool)?
This was achieved in the old OpenAT IDE by using TMT and the Serial Link Manager. Now this is not possible anymore since M2M studio doesn’t generate the
workspace (.wks) file needed by TMT to correctly display the backtrace. What is the use of a remote backtrace (“remote” as in “in the field”) if it can’t be displayed properly? Is there a backtrace file format specification available ?
Actually, even if M2M Studio doesn’t generate a .wks file, it generates the files which are required for backtraces decoding, and which can be provided to TMT (as M2M Studio is not able to decode backtraces yet…):
the backtraces.axf file
the .symbols file (to be provided as the former “s” file in TMT)
Just provide these files in the TMT settings (hit F10 key), and then it shall be able to decode backtraces, coming from the target, or read through selima from a .bin file
The method described by daav seems to work, although when decoding the backtrace I only get the following message:
Trace RTK 1 Except RTK …153 14384 11
Nothing else, no stacktrace, nothing.
Is this normal ?
And what exactly does except RTK 153 mean? I looked everywhere for a description of it but couldn’t find any.
I will post a new topic regarding this exception.