Tagged Questions

JTAG is a common interface used for programming and debugging microprocessors and other types of embedded devices.

learn more… | top users | synonyms

4
votes
3answers
64 views

Can I use JTAG to debug my program on top of embedded Linux?

I am using an at91sam9260 for my developments. There is a Linux kernel running in it and I start my own software on top of it. I was wondering if I could use a JTAG debugger to debug the software I ...
3
votes
2answers
231 views

General JTAG working flow in an embedded development system?

In my embedded project am using JTAG interface to download the code and to debug the downloaded application.But i don't know what is happening inside the JTAG set up. Can anyone please give me basic ...
3
votes
1answer
489 views

ARM9 SVC_STACK out of range?

I'm debugging some odd ARM exceptions in an embedded system using the IAR workbench toolchain. Sometimes, when an exception is trapped the SVC_STACK is reported as out of range (very out of range!) Is ...
2
votes
1answer
177 views

Unable to see static variables when debugging CC430F6137 using IAR Embedded Workbench 430 5.3

I've been searching for why for two hours. Now I'm using IAR Embedded Workbench Evaluation 5.30 to debug on a CC430F6137 dev kit board. As I have declared some global static variable, I realize that I ...
2
votes
4answers
2k views

Output debug via printf on a Cortex-M3 CPU, stalls at BKPT instruction + confusion about JTAG and sw ports

I have a Keil ULINK2 USB emulator box attached to the JTAG connector on my board, which is working fine with the Cortex-M3 CPU onboard (TI/Stellaris/LuminaryMicro LM3S series). It seems that both a ...
2
votes
3answers
462 views

AVR JTAGICE mkII

Original Atmel jtag programmer costs $300. http://www.atmel.com/dyn/products/tools_card_v2.asp?tool_id=3353 ...
2
votes
1answer
312 views

A JTAG emulator for use with a Hawkboard and OpenOCD?

I'd like to try bare metal ARM programming with the Hawkboard, but the deployment process looks awful. I'm totally new to this, so I could be misunderstanding the instructions, but it appears that I ...
2
votes
1answer
614 views

Using Trace32 with Qualcomm FFA

Does anyone knows of any resources regarding the debugging of BREW and/or BMP applications on Qualcomm FFA using Lauterbach JTAG/Trace32 (e.g. .cmm scripts, instructions etc.)? Thanks.
1
vote
1answer
63 views

What is the serial number?

I am trying to connect a JTAG ICE Mk II Emulator from ATMEL to my USB drive. and do some development on a 32 bit ATMEL STK 1000 board. I am using AVR32 Studio and I can't seem to get it fully ...
1
vote
1answer
69 views

IROM code decompilation into high level code

I'm trying to figure out how to communicate with a bricked phone. Sometimes when custom firmware is flashed, it destroys the boot process. This leaves the device without the ability to naturally ...
1
vote
3answers
949 views

How to get ARM code unto an actual device, JTAG? Possible to make Impromptu JTAG with Arduino?

Ok, I am a little confused about programming for ARM processors. Barrage of questions time: How does one get the compiled binary into an ARM processor? Is JTAG the normal method (I think that is ...
1
vote
2answers
2k views

Controlling a Windows Console App w/ stdin pipe

I am trying to control a console application (JTAG app from Segger) from Python using the subprocess module. The application behaves correctly for stdout, but stdin doesn't seem to be read. If ...
0
votes
0answers
24 views

I am looking for an ARM9 JTAG debugger

Does anyone have experience with ARM9 JTAG debuggers? I am looking at the Arium, and I just used something from IAR, I think. The target environment is Angstrom Linux on SAM9G45, host environment is ...
0
votes
2answers
81 views

Simple lightbox feedback form? Included screenshot

There are so many lightboxes to choose from, I'm looking for a very lightweight one to use in an embedded javascript widget that would be a single domain name. I saw the perfect one on ...
0
votes
0answers
35 views

OpenOCD configuration for LH79524 or LH79525

I have a custom board with a LH79524 processor on it. I am using an OLIMEX ARM-USB-OCD-H JTAG dongle to connect to it. The openocd server came with a lot of configuration files, but none matching ...
0
votes
0answers
34 views

Can I use databreak on MIPS(4kem) without JTAG?

'MIPS32® 4KE® Processor Core Family Software User’s Manual' says that 4KE has the functionality of the hardware databreak for JTAG. But I don't have JTAG. I tried to read/write Databreak point ...
0
votes
0answers
125 views

Lauterbach JTAG Tools with ARM Versatile Express Board

Has anybody got experience using ARM Versatile Express Board with Lauterbach JTAG tool? Normally, Realview JTAG is the recommended choice, of course, from an ARM vendor. But assuming my access to ...
0
votes
2answers
119 views

How to call a method from an inherit class

I'm working on a project wich consist on testing a board connection with a JTAG connector and OpenOCD server. Here is the connection class I've coded, it's simply using pexpect : """ Communication ...
0
votes
0answers
145 views

arm7tdmi-s, jtag and reading memory?

I'm trying to write a jtag driver for the lpc2148 which has an arm7tdmi-s core as part of a school project (I actually have "inherited" code which I am using). I am trying to read memory and send it ...
0
votes
2answers
941 views

“CPU is not halted” and “No APB-AP found” error

When I use JTAG to load my C code to evaluation board, it loads successfully. However, when I executed my code from main(), I immediately got "CPU is not halted" error, followed by "No APB-AP found" ...
0
votes
1answer
737 views

Can I somehow use this XDS100v2 JTAG emulator?

I bought a Hawkboard and went looking for a JTAG emulator to use for debugging. The only one I seemed certain about was the Spectrum Digital XDS100v2, because the pins matched and I had read about ...
0
votes
3answers
721 views

Driver for USB AVR JTAG-ISP device

I've got a programming device called USB AVR JTAG-ISP v. 1.2. Where can I find drivers and a good IDE for it?
0
votes
2answers
634 views

How do I program an AVR Raven with Linux or a Mac?

This tutorial for programming these starts with programming the Ravens and Jackdaw with a Windows box. Can I do those initial steps with avrdude on a Linux or OS X machine instead? If so, how? Is ...