NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.

XDS Performance comparison 2015

From Texas Instruments Wiki
Jump to: navigation, search

Overview[edit]

This page is intended to compare the performance of the different classes of XDS emulators. It is not intended as an official benchmark and should be used for reference only, as the procedure depicted here is experimental and does not take into consideration a real-world debugging scenario.

  • It uses Code Composer Studio’s Debug Server Scripting (DSS) feature that allows running JTAG debug sessions from the command line
  • The use of DSS allows the benchmark process to be automated and reduce the influence of the graphical IDE in the measurements
  • It is focused on two major types of tests: throughput and interactive
  • The throughput tests perform data transfers to/from the target and measure the time elapsed to complete them.
  • The interactive tests perform a sequence of typical debug operations such as single step or display a series of printf statements (console output) that are relevant to the overall user experience.
  • The benchmarks chosen are very useful to compare the different JTAG debug probes.


For the most up-to-date results, please check the latest results

Test setup[edit]

The base host PC used specification is:

Core i7-2640M (Quad core, HT enabled, 2,80GHz)
8192GB DDR3 1333 MHz (PC3-10600)
Samsung SSD 840 EVO


Code Composer Studio v6.0.1.00040
TI Emulators package 5.1.507.2 (red) and 5.1.636.0 (blue)

For MSP432 only:

Code Composer Studio v6.1.0.00032
TI Emulators package 5.1.594.0


Important note about JTAG TCLK frequencies:[edit]

Some of the emulators allow setting limits to the JTAG TCLK frequency from the CCS Target Configuration editor, which can potentially increase the debugging and loading speed.

However, at the moment of connection the emulator performs some tests on the JTAG serial connection and automatically chooses a reliable TCLK speed, which can be lower than the setting configured in CCS. The most obvious practical effect is that some of the tests below show the same throughput even when setting different TCLK speeds.

For details on the JTAG emulator and board design constraints that affect performance, check the Target Connection Guide.

The XDS560 emulators actually report back the reliability of the JTAG TCLK measurements when the Test Connection button is used from the CCS Target Connection editor, and it is shown as:

The IR/DR scan-path tests used 50.00MHz as the final frequency.

-----[Measure the source and frequency of the final JTAG TCLKR input]--------

The frequency of the JTAG TCLKR input is measured as 49.99MHz.

This helps to know the actual speed being used by the JTAG debugger.

Throughput tests[edit]

The tests on this section focus on data throughput from the host PC to the target processor to compare the performance of different emulators and JTAG settings.

Note: For MCUs the executable is loaded/executed in Flash and the binaries to SRAM, while for EPs the external RAM is used in all tests.


Executable Load[edit]

The Executable Load throughput test performs a standard program load of an ELF executable to the target device’s program memory. The program contains a large data array whose size varies depending on the device's amount of available memory.

Results on Cortex M3[edit]

Target device: CC2538 (CC2538 Development kit)

Executable (.out) load to Flash (kB/s)


Results on Cortex M4[edit]

Target device: TM4C129NCPDT (TM4C129 connected Launchpad)

Executable (.out) load to Flash (kB/s)


Target device: MSP432P401 (MSP432 Launchpad)

Executable (.out) load to Flash (kB/s)


Results on Cortex A8[edit]

Target device: AM3359 (BeagleBone Rev A4 with TI 20-pin connector)

Executable (.out) load to DDR (kB/s)


Results on C6600[edit]

Target device: C6678 (C6678 EVM)

Executable (.out) load to DDR (kB/s)


Results on C6740[edit]

Target device: C6748 (C6478 Experimenter's Kit)

Executable (.out) load to DDR (kB/s)


Results on F2800[edit]

Target device: TMS320F28335 (TMS320F28335 controlCARD)

Executable (.out) load to DDR (kB/s)



Binary Load/Save[edit]

The Binary Load/Save throughput tests perform a direct memory load/save to the target device’s RAM memory. The binaries are created using the tiobj2bin utility applied to the executables of the previous test, and thus their sizes vary accordingly.

Results on Cortex M3[edit]

Target device: CC2538 (CC2538 Development kit)

Binary (.bin) load to SRAM (kB/s)
Binary (.bin) save from SRAM (kB/s)


Results on Cortex M4[edit]

Target device: TM4C129NCPDT (TM4C129 connected Launchpad)

Binary (.bin) load to SRAM (kB/s)
Binary (.bin) save from SRAM (kB/s)


Target device: MSP432P401 (MSP432 Launchpad)

Binary (.bin) load to SRAM (kB/s)
Binary (.bin) save from SRAM (kB/s)


Results on Cortex A8[edit]

Target device: AM3359 (BeagleBone Rev A4 with TI 20-pin connector)

Binary (.bin) load to DDR (kB/s)
Binary (.bin) save from DDR (kB/s)


Results on C6600[edit]

Target device: C6678 (C6678 EVM)

Binary (.bin) load to DDR (kB/s)
Binary (.bin) save from DDR (kB/s)


Results on C6740[edit]

Target device: C6748 (C6478 Experimenter's Kit)

Binary (.bin) load to DDR (kB/s)
Binary (.bin) save from DDR (kB/s)


Results on F2800[edit]

Target device: TMS320F28335 (TMS320F28335 controlCARD)

Binary (.bin) load to DDR (kB/s)
Binary (.bin) save from DDR (kB/s)



Interactive tests[edit]

Console I/O comparison[edit]

This test performs a sequence of printf() calls triggered by a well-known recursive program called Towers of Hanoi with 9 disks, which yields 511 console messages printed in sequence of movements.

Note: this test is useful to compare debug probes, as the actual elapsed time is dependent on the RTS implementation and the device itself.


Results on Cortex M3[edit]

Target device: CC2538 (CC2538 Development kit)

Console I/O output (ms/char)


Results on Cortex M4[edit]

Target device: TM4C129NCPDT (TM4C129 connected Launchpad)

Console I/O output (ms/char)


Target device: MSP432P401 (MSP432 Launchpad)

Console I/O output (ms/char)


Results on Cortex A8[edit]

Target device: AM3359 (BeagleBone Rev A4 with TI 20-pin connector)

Console I/O output (ms/char)


Results on C6600[edit]

Target device: C6678 (C6678 EVM)

Console I/O output (ms/char)


Results on C6740[edit]

Target device: C6748 (C6478 Experimenter's Kit)

Console I/O output (ms/char)


Results on F2800[edit]

Target device: TMS320F28335 (TMS320F28335 controlCARD)

Console I/O output (ms/char)



Step comparison[edit]

The single step interactive test performs 500 assembly step into operations using a valid program loaded to the target device’s program memory.

Results on Cortex M3[edit]

Target device: CC2538 (CC2538 Development kit)

Single step operations (ms/step)


Results on Cortex M4[edit]

Target device: TM4C129NCPDT (TM4C129 connected Launchpad)

Single step operations (ms/step)


Target device: MSP432P401 (MSP432 Launchpad)

Single step operations (ms/step)


Results on Cortex A8[edit]

Target device: AM3359 (BeagleBone Rev A4 with TI 20-pin connector)

Single step operations (ms/step)


Results on C6600[edit]

Target device: C6678 (C6678 EVM)

Single step operations (ms/step)


Results on C6740[edit]

Target device: C6748 (C6478 Experimenter's Kit)

Single step operations (ms/step)


Results on F2800[edit]

Target device: TMS320F28335 (TMS320F28335 controlCARD)

Single step operations (ms/step)




E2e.jpg {{
  1. switchcategory:MultiCore=
  • For technical support on MultiCore devices, please post your questions in the C6000 MultiCore Forum
  • For questions related to the BIOS MultiCore SDK (MCSDK), please use the BIOS Forum

Please post only comments related to the article XDS Performance comparison 2015 here.

Keystone=
  • For technical support on MultiCore devices, please post your questions in the C6000 MultiCore Forum
  • For questions related to the BIOS MultiCore SDK (MCSDK), please use the BIOS Forum

Please post only comments related to the article XDS Performance comparison 2015 here.

C2000=For technical support on the C2000 please post your questions on The C2000 Forum. Please post only comments about the article XDS Performance comparison 2015 here. DaVinci=For technical support on DaVincoplease post your questions on The DaVinci Forum. Please post only comments about the article XDS Performance comparison 2015 here. MSP430=For technical support on MSP430 please post your questions on The MSP430 Forum. Please post only comments about the article XDS Performance comparison 2015 here. OMAP35x=For technical support on OMAP please post your questions on The OMAP Forum. Please post only comments about the article XDS Performance comparison 2015 here. OMAPL1=For technical support on OMAP please post your questions on The OMAP Forum. Please post only comments about the article XDS Performance comparison 2015 here. MAVRK=For technical support on MAVRK please post your questions on The MAVRK Toolbox Forum. Please post only comments about the article XDS Performance comparison 2015 here. For technical support please post your questions at http://e2e.ti.com. Please post only comments about the article XDS Performance comparison 2015 here.

}}

Hyperlink blue.png Links

Amplifiers & Linear
Audio
Broadband RF/IF & Digital Radio
Clocks & Timers
Data Converters

DLP & MEMS
High-Reliability
Interface
Logic
Power Management

Processors

Switches & Multiplexers
Temperature Sensors & Control ICs
Wireless Connectivity