Questions tagged [lauterbach]

Questions regarding Lauterbach Microprocessor Development Tools. Use trace32 tag for questions specific to TRACE32 tool.

Lauterbach provides microprocessor development tools for leading processor architectures like ARM, Intel, MIPS.

More information can be found at http://www.lauterbach.com/

186 questions
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

trace32 cmm command to load CE symbols

I need to load CE symbols after every target reset in trace32 debugger. I need to every time click this button (load CE symbols) And i need to select nt A8_0(jumpered) as shown in fig : How can i do this using cmm command ? I also want to do this…
user3264821
  • 175
  • 2
  • 18
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

How to pass argument in a script for lauterbach

I have a variable, named option, which can have a value as NOP or TARGET based on the choosebox. I want to pass the value of this argument and create the region: &Option2 = "NOP" FLASH.Create 1. 0x00FC0000--0x00FC7FFF NOP Quad 0x0002 so instead of…
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
0
votes
1 answer

Putting Breakpoint on Register Write in Trace32

I see an option for putting a breakpoint on read or write of a register when creating a new breakpoint, but it is greyed out. How do I get to select that option and how would I write, for example, that I want to break when something writes a value…
CodeMonkey
  • 1,795
  • 3
  • 16
  • 46
0
votes
1 answer

Is it possible to read data from a file and store to a PRACTICE variable created using VAR.NEWGLOBAL

I found an example, with READ #1 "filename.hex" &data were &data is a PRACTICE macro. I need to parse this data. As it is stored in a macro, I am not able to. Is it possible to store it in a PRACTICE variable? If so what would the command look…
dottruce
  • 13
  • 4
0
votes
2 answers

Getting the address of the static symbol in Trace32 Lauterbach

I know that to get the symbol address of the lauterbach, Address.Offset() is used, but this command does not work for the static functions! the static symbol is not found. So what the command to get the address offset of the static symbol?
Khaled
  • 59
  • 1
  • 12
0
votes
1 answer

Check in Trace 32 on which CPU breakpoint stopped

Does anyone knows if that is possible to check ID of CPU on which I reached breakpoint? I want to print it out and resume execution immediately, so likely need a t32 cmd or global variable.
wrymarkX
  • 99
  • 8
0
votes
1 answer

Assign a register value from d.in to a local variable

I want to assign a register value to a local macro/variable in trace32. &temp = d.in 0x0234567 does not seem to work. Any ideas?
Rgarg
  • 496
  • 3
  • 6
  • 13
0
votes
2 answers

How to access two different routines in two files in Trace32 CMM scripts

I have two files in two different floder locations in Trace32. I execute cd.do file_name subroutine_name in Trace32. The trace32 takes the location of first command executed as the folder from which the following commands needs to be executed. How…
Aabha Geed
  • 39
  • 1
  • 11
0
votes
1 answer

Is it possible in .cmm to check if we are running script in Trace32 simulator session

I have a script to setup different stuff before I start debugging the target with Trace32. Sometimes I debug also on simulator where some steps are not relevant for. I want to check in a script if I run on simulator or I am attached to live system.…
wrymarkX
  • 99
  • 8
0
votes
2 answers

Flashing image to STM3220g-EVAL board using Trace 32

I have an STM3220g-EVAL board. It doesn't seem to have a preloaded image in it now, as it was used for other purposes. When I power it on, the display is shown blank. I dont have a STLINK/V2 hardware. I am using Trace32 and Lauterbach for flashing…
0
votes
1 answer

Cannot set Breakpoints in Specific Functions by Lauterbach debugger

When debugging code with lauterbach, some functions which are present and displayed in Trace32 cannot put any breakpoints inside them and when trying to put a Breakpoint at the line which this function is called it is not hit (i.e line is skipped)
iwahdan
  • 429
  • 1
  • 5
  • 14
0
votes
2 answers

Lauterbach always steps into timer isr

I am new to the Lauterbach debugger (Trace32) and seem to have made some unintended changes that complicates my debugging. In the Lauterbach debugger is it possible to disable tracing and debugging for parts of the code? In my case, every time I…
rdrmntn
  • 406
  • 2
  • 6
  • 19
1 2 3
12
13