; -------------------------------------------------------------------------------- ; @Title: Analyzer trigger program to stop application ; @Description: ; This analyzer trigger program stopps the ; application program if the condition ; tracebuffer full is reached. ; This trigger program is intended for HA120 of an ICE. ; @Keywords: analyzer, full, tracebuffer, trigger, unit ; @Author: MSC ; @Copyright: (C) 1989-2014 Lauterbach GmbH, licensed for use with TRACE32(R) only ; -------------------------------------------------------------------------------- ; $Id: covprog.ts 7441 2014-07-21 09:55:31Z mschaeffner $ EVENT trace_buffer_size 32000. ; for HT 4000000. ; the number should be a little bit smaller ; than the real buffer size due to the ; asynchronous programbreak to avoid data loss sampling_level: Sample.Enable Count.Enable trace_buffer_size Trigger.A IF trace_buffer_size ; --------------------------------------------------------------------------------