The RTBx can be run entirely through a command-line interface. This means that, by adding simple commands to your existing build environment, you can set the RTBx up to collect data from your embedded target automatically.
The example script shown below starts and stop data collection with the RTBx, downloads the trace file to the file system and processes the data:
./flash_target rtbx --addr 192.168.55.1 --job test --start ./run_test rtbx --addr 192.168.55.1 --job test --stop rtbx --addr 192.168.55.1 --job test --download C:\Tracedata ./process_data C:\Tracedata\*.rpz
Feature applies to: