Questions tagged [jtag]

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

Joint Test Action Group (JTAG) is the common name for what was later standardized as the IEEE 1149.1 Standard Test Access Port and Boundary-Scan Architecture.

It was initially devised for testing printed circuit boards using boundary scan and is still widely used for this application. Today JTAG is also widely used for microprocessor debug ports.

With appropriate development tools and software, a developer can use JTAG to perform debugging operations like single-stepping, setting breakpoints, etc.

200 questions
0
votes
1 answer

Beaglebone Black JTag segger

I'm working on bare metal Programming on the Beaglebone Black with a Segger J-link under Ubuntu linux with the arm-none-eabi toolchain. So now i get every time the error No source aviailable for "0x...." When I pause the bone I get following in the…
lox
  • 3
  • 3
0
votes
0 answers

Using BSCAN_SIME2

I have instantiated the BSCANE2 in my tutorial designs in order to do easy controls and commands into the trial designs, and in order to simulate this I will use the BSCAN_SIME2. However, I do not seem to find any documentation on this SIME2. My…
user3477621
0
votes
3 answers

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?
oneat
  • 10,778
  • 16
  • 52
  • 70
0
votes
1 answer

Uart Check Receive Buffer interrupt vs. polling

Hello I am learning how to use the Uart by using interrupts in Nios and I am not sure how to start. I have made it in polling, but I am not sure how to start using interrupts. Any help would be appreciated Here is my code #include
user3304099
  • 3
  • 2
  • 5
0
votes
0 answers

What is the difference between JTAG and EJTAG

I want to know what is the difference between JTAG and EJTAG? I know about JTAG as Its a hardware tool used to examine the memory and registers. Correct me if i wrong.
Chinna
  • 3,930
  • 4
  • 25
  • 55
0
votes
1 answer

Direct Memory Access with JTAG in Trust Zone

I'd like to know what prevents me from accessing memory in a DMA fashion, in the Trust Zone, when using JTAG? Thanks in advance.
AK87
  • 613
  • 6
  • 24
0
votes
0 answers

Why we can not debug the reset or crash issue with JTAG emulator (trace32)?

I have observed reset / crash issue with my target. But when I am trying to debug it with jtag the device doesn't reset or crash. It works correctly. What is happening internally which will not allow the device to reset or crash. This may be…
kapilddit
  • 1,729
  • 4
  • 26
  • 51
0
votes
1 answer

Online JTAG / RGH Source Code Compile Time Errors

I am trying to compile this source for the JTAG/RGH online server method. I got errors when trying to compile. Below is the output error log. 1>------ Build started: Project: client, Configuration: Debug Win32 ------ 1> …
0
votes
1 answer

How do I write a GDB function to make a comparison to the program counter

I am attempting to write a gdb function that loops until the passed parameter equals the program counter. I am working with a primitive CPU, 68332. No hardware breakpoints. No OS that supports GDB software breakpoints, just a single instruction…
KeithSmith
  • 774
  • 2
  • 8
  • 26
0
votes
1 answer

Sasebo GII virtex5 fpga configuration

I am working with Sasebo GII board that has two FPGAs on it: Xilinx Spartan and Xilinx Virtex5 (and the board has several separate JTAG interfaces for configuration of fpgas). I am useing ISE 14.4 under Linux and I have some troubles to configure…
CorsairNV
  • 3
  • 1
0
votes
0 answers

USB JTAG script

I need to write a script for interfacing Texas Instrument's RM48x via a JTAG-USB (Texas Instrument's XDS100v2) in order to achieve boundary scan since none of Texas Instrument's tools does that. There are some tools out there for this but they are…
morcillo
  • 1,091
  • 5
  • 19
  • 51
0
votes
1 answer

JTAG + openocd + kernel debugging (no debug information in vmlinux ?)

When I connect to target from eclipse I get the message: symbol-file /opt/Tixi_Repos/KiwiG6v2/buildroot-2011.05/package_tixi/linux-2.6.39/arch/arm/boot/compressed/vmlinux target remote localhost:3333 start () at…
Bartlomiej Grzeskowiak
  • 1,009
  • 5
  • 16
  • 35
0
votes
1 answer

embedding code into MSP430 without JTAG

I am a newbie in this subject and want to learn how to embed codes into MSP430. I have a breakout board MSP430-H5438 and I am not using JTAG interface. I have the IAR generated codes (hex files) ready (ADC, SPI interfaces), however I could not load…
0
votes
1 answer

PowerPC MPC8245 JTAG

I'm working on an MPC8245, a 603e family processor. I am using a BDI2000 JTAG device to debug the startup code. There is an odd problem I run into. Single stepping runs just fine until the configuration register, MCCR1 (0xF0) is written to. After…
KeithSmith
  • 774
  • 2
  • 8
  • 26
-1
votes
1 answer

Connecting to the JTAG UART in a Microblaze application - redirecting stdio to the jtag_uart?

I have a design in Xilinx FPGA that is remote and I only have a JTAG connection. There is a feature in the Microblaze Debug Module IP that lets the user enable jtag uart. In the BSP there is a setting for which usart to use for stdin and stdout.…
G Anson
  • 11
  • 3
1 2 3
13
14