; --------------------------------------------------------------------------------
; @Title: FDX tracing demo for PowerPC (Simulator)
; @Description: -
; @Keywords: fdxtrace Fast Data Exchange
; @Author: -
; @Copyright: (c) 1989-2014 Lauterbach GmbH, licensed for use with TRACE32(R) only
; --------------------------------------------------------------------------------
; $Id: fdxtrace.cmm 7821 2014-10-29 11:06:58Z kjmal $

 SYStem.Up

// clear all windows
 WinCLEAR

// load demo application
 Data.LOAD.Elf fdxtrace.x

// trace buffer configuration
 FDX.SIZE 100000.
 fdx.timestamp.up
 fdx.timestamp.rate 10000000.
 FDX.TraceChannel FdxTraceSendBuffer
 FDX.Mode compress ON
 FDX.OFF

// select FDX as default trace method
 Trace.METHOD fdx

// show windows
 WinPOS 0% 0%
 List.auto
 WinPOS 60% 0%
 FDX.state

 ENDDO






