Questions tagged [trace32]

Trace32 is an In-Circuit Debugger.

Trace32 is an In-Circuit Debugger (ICD) made by Lauterbach. It uses basic features of the onchip debug system to provide a powerful debug tool that offers:

  • Easy high-level and assembler debugging
  • Display of internal and external peripherals on a logical level
  • Onchip break and trigger support
  • RTOS awareness
  • Flash programming
  • Powerful script language
  • Multiprocessor debugging

Reference

Trace 32 Debugger
Trace 32 In-Circuit Debugger Quick Installation and Tutorial

208 questions
0
votes
1 answer

How to start and close Trace32 instances from t32start command line interface?

I have found out that Lauterbach Trace32 allows to launch Trace32 instances from the command line. I have a ts2 file. I am trying to use the t32start.exe to start and close Trace32 instances. I have roughly tried the following: t32start…
crazyGamer
  • 1,119
  • 9
  • 16
0
votes
2 answers

How to remotely control Trace32 via Terminal

I have an automated Linux agent (CentOS) with Bamboo to aid in building and deployment of new software onto a board. I want to be able to run .cmm files via Trace32 and a Lauterbach onto my locally located board using the remote Bamboo agent to…
Tom
  • 117
  • 2
  • 2
  • 15
0
votes
0 answers

Lauterbach cmm scripts v is not working

I am trying to invoke the function () from cmm scripts during my CPU is running state or Halted state. the command i used here is v or Var.Call or Var.Set once i executed this command none of the above listed…
Siva
  • 13
  • 2
0
votes
0 answers

Lauterbach Trace32 load elf to NXP MC9S12ZVML128

I'm trying to write a PRACTICE script for loading the MCU MC9S12ZVML128 with pre-built (.elf format) application and start it for debugging. My general approach is based on the demo file, located in the: C:\T32\demo\m68hc12\flash\flash.cmm I'm using…
Muncho
  • 1
  • 3
0
votes
1 answer

Trace32 Snooper.List data only in hex

I'm using trace32 SNOOP.List, after recording a variable with snooper.state. However, in list I can only see data in hexadecimal format. Is there a way to see that data in other formats, like float32?
0
votes
0 answers

WindowsError: exception: access violation reading 0x00007FFC00000000

I am running a program that uses Trace32 and when I run the program I error at the tapAccessShiftRaw method in trace32.py (this comes in the trace32 install) and get the error above. I have been looking around at some different posts related to this…
user4500293
  • 621
  • 1
  • 7
  • 18
0
votes
0 answers

TRACE32 breakpoint issue

I have a development board which runs with Linux and other stuff. I boot the board and load the Linux symbols and i put the break point at known place. Though breakpoint gets hit, within 2 sec the state of the board changes from "Stopped by…
0
votes
1 answer

Handle unexpected Lauterbach T32-Remote API connection aborts

Imagine you are using or developing an automated test for the T32-Remote API. In this case the C-API is wrapped into Java. The connection is initialized with: T32_Config("NODE=", "localhost")); T32_Config("PACKLEN=", "1024")); T32_Config("PORT=",…
Paul
  • 93
  • 8
0
votes
0 answers

Using Trace32 & Lauterbach with CMD or Linux Terminal

I have a group of .cmm files that I am flashing. Are there any good resources to explain how I can use Trace32 via either the cmd prompt (Windows) or Linux terminal? My aim is to be able to automate flashing of the .cmm files without the GUI…
Tom
  • 117
  • 2
  • 2
  • 15
0
votes
2 answers

How do I get feedback from T32 after running cmm scripts?

I am running a T32 CMM script as below via command line(putting in a python wrapper) however I would like to know the status of T32 whether the script has been running successfully or was there an error,how can I that feedback from T32? cd…
Ritz
  • 1,193
  • 6
  • 15
  • 26
0
votes
1 answer

Trace32 compile .t32 file

I find trace32 can use some .t32 plugin to help debug OS dump.But I can not find the source file to build it.For example: t32\demo\arm\kernel\rtxarm\rtx.t32. Can anyone find me a example project?
jokemilk
  • 39
  • 2
0
votes
2 answers

Get connection to Trace32 running on Host-PC using t32apinet.dll on Remote-PC

I'm try to use t32apinet.dll on host V (Win7 embedded 32bit) to connect with host W (Win 7 64bit). TRACE32 on host W is already configured in config.t32 to accept a connection: ; Remote Control Access RCL=NETASSIST PORT=20000 PACKLEN=1024 TRACE32…
An Other
  • 331
  • 1
  • 7
0
votes
1 answer

Using trace32 to debug raw firmware via IDA and a BDM

I have a freescale mpc565 powerpc, I have a copy of the raw firmware I have read from the device and I have decompiled it within Ida pro. Is it now possible to debug the assembly using trace32 and a bdm without the original elf file and none of the…
rollsch
  • 2,518
  • 4
  • 39
  • 65
0
votes
3 answers

lauterbach trace32 CPU Core specific conditional breakpoint with arm cortex a7

Is there a way to put a breakpoint in trace32, when a particular core executes a statement. I have a quad-core cortex-a7 board (raspberry pi 2). I am able to connect to it, put breakpoints (only for core 0 right now), but i want trace32 to hit the…
0
votes
1 answer

From where can I download the trace32 remote API

I'm finding the documentation of LauterBach trace32 API for Remote Control and JTAG Access but can't be able to find the actual API. Can someone please point to the location from where can I get the latest trac32 API for remote control and JTAG…
Equation Solver
  • 545
  • 7
  • 18
1 2 3
13
14