ThreadX docsThreadX docs
ThreadX
ThreadX Modules
NetX Duo
FileX
GUIX
USBX
TraceX
LevelX
ThreadX
ThreadX Modules
NetX Duo
FileX
GUIX
USBX
TraceX
LevelX
  • Tracex Documentation

    • Understand TraceX
    • TraceX documentation
    • Chapter 1 - Introduction to TraceX
    • Chapter 2 - Installation and use of TraceX
    • Chapter 3 - Description of TraceX
    • Chapter 4 - TraceX performance analysis
    • Chapter 5 - Generating trace buffers
    • Chapter 6 - ThreadX trace events
    • Chapter 7 - FileX trace events
    • Chapter 8 - NetX Duo trace events
    • Chapter 9 - USBX trace events
    • Chapter 10 - Customer user events
    • Chapter 11 - Format of event trace buffer
    • Appendix A - Sample tx_port.h
    • Appendix B - The tx_trace.h file
    • Appendix C - DOS command-line utilities
    • Appendix D - Dumping and trace buffer
    • TraceX user guide

Appendix C - DOS command-line utilities

There are three DOS command-line utilities found in the TraceX installation under the Utilities subdirectory.

The utilities supplied are listed below:

UtilityPurposeCommand-Line Definitions
ea2tracex.exeConverts the trace file ea2tracex generated by ThreadX in original_file association with the GHS tools converted_file to the TraceX trace file format. The ThreadX for GHS tools produces a different trace format than ThreadX for non-GHS tools, which is why this conversion utility is needed.> eatracex original_file converted_file <cr>
hex2tracex.exeConverts a trace file generated by ThreadX but dumped from the development tool in Intel HEX format to the binary TraceX trace file format. TraceX V5 and above can open HEX files without converting them.hex2tracex hex_file converted_file <cr>
mot2tracex.exeConverts a trace file generated by ThreadX but dumped from the development tool in Motorola S-Record format to the binary TraceX trace file format. TraceX V5 and above can open S-Record files without converting them.> mot2tracex mot_file converted_file <cr>
Prev
Appendix B - The tx_trace.h file
Next
Appendix D - Dumping and trace buffer