This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28377S: Object File Display Utility gives no expected output

Part Number: TMS320F28377S


Hello,

As documented in spru513_y "TMS320C28x Assembly Language Tools v22.6.0.LTS"

11.1 nvoking the Object File Display Utility:

the "--call_graph" option should give inside into stack usage. 

Because xml output data volume is very high, I want to get it in xml file.

I have tried "--output" option, unfortunatelly with error:

error: failed to read "--output=stack_calls.xml"

"-o" doesn't work as well.

My command call:

ofd2000 --call_graph My_Firmware.out -o=stack_calls.xml

Please fix "--output" option.

Best regards,

Maciej Drozd

  • Thank you for notifying us of this problem.  I am able to reproduce the same behavior.  I filed the entry EXT_EP-11018 to have this investigated.  You are welcome to follow it with that link.

    As workaround, if you write the input file name last, it works as expected.  In this specific case, specify the command ...

    ofd2000 --call_graph -o=stack_calls.xml My_Firmware.out

    Thanks and regards,

    -George