EmbeddedRelated.com

JTAG Implementation through software

Started by appu in comp.arch.embedded15 years ago 5 replies

Hi All, I have to convert Intel Hex Code into JTAG bits so that I can directly provide the output (JTAG Bits) to the JTAG I/F. I can use...

Hi All, I have to convert Intel Hex Code into JTAG bits so that I can directly provide the output (JTAG Bits) to the JTAG I/F. I can use JTAG for this. So can please let me know hoe to do Intel Hex conversion into JTAG bits. Any kind of example, documents and flow diagram will be highly appreciated. Thanks, Appu


JTAG TAP

Started by Paul Taylor in comp.arch.embedded19 years ago 5 replies

Hi, I am writing a bit of software to control a JTAG port, but I am having a bit of trouble getting it working. Below are the steps my...

Hi, I am writing a bit of software to control a JTAG port, but I am having a bit of trouble getting it working. Below are the steps my software is following to test out a JTAG connection. I think that there must be an error in there somewhere, but from my understanding of the JTAG TAP and the way JTAG works, I can't see a problem at the moment. Can anyone comment on whether I am cont...


Code runs slower on JTAG

Started by wrongmove in comp.arch.embedded18 years ago 4 replies

Hi, it appears funny but interesting. I am debugging a problem and for which I am using TRACE32 JTAG interface on ARM platform. But when I...

Hi, it appears funny but interesting. I am debugging a problem and for which I am using TRACE32 JTAG interface on ARM platform. But when I try to run system without attaching JTAG it crashing where as at the same time once i mount it on JTAG it runs smoothly I observed that JTAG introduces some delay so i introduced some delays at specific locations but still it is same ... Anybody ca...


JTAG and flash

Started by Alice in comp.arch.embedded18 years ago 19 replies

I'm new to learning about jtag and it's capabilities, and my professor isn't helping me at all. I understand jtag is mainly used in processors,...

I'm new to learning about jtag and it's capabilities, and my professor isn't helping me at all. I understand jtag is mainly used in processors, but I was reading on Altera's website about a flash chip (EPM3032A) they use that has jtag support. What jtag device would I need to communicate with a flash chip like that? I understand there are jtag devices that support many versions of arm, mip...


MSP430 and Atmel AVR in one JTAG chain?

Started by Grant Edwards in comp.arch.embedded16 years ago 13 replies

Does anybody know if either the MSP430 or Atmel ATmega AVR parts (or associated JTAG interface widgets/SW) have problems when there are other...

Does anybody know if either the MSP430 or Atmel ATmega AVR parts (or associated JTAG interface widgets/SW) have problems when there are other devices in the JTAG chain? In the past, I've run into buggy JTAG stuff that couldn't tolerate having multiple devices in the JTAG chain. I'm working on a design with both an AVR and an MSP430, and I'd like to have a single JTAG header/chain. Before...


AVR JTAG programmer choice

Started by Roger in comp.arch.embedded18 years ago 16 replies

My JTAG Cable1 has just failed and I need to get another JTAG programmer, ideally with a USB interface although if it has to be serial so be it....

My JTAG Cable1 has just failed and I need to get another JTAG programmer, ideally with a USB interface although if it has to be serial so be it. Obviously I'd get an Atmel JTAG ICE Mk11 if the cost wasn't so ridiculously high so it'll have to be an alternative. What are people's views on the best one available at the moment? Thanks. Roger.


problem with jtag/ETM on Philips LPC21xx

Started by Maciej Kaczkowski in comp.arch.embedded19 years ago 4 replies

How can I use JTAG mode without ETM port on Philips LPC 210x? I pull up DBGSEL and RTCK during RESET, processor starts using jtag but also...

How can I use JTAG mode without ETM port on Philips LPC 210x? I pull up DBGSEL and RTCK during RESET, processor starts using jtag but also ETM port is enabled (I can`t use ETM pins as GPIO). I am also using LPC 212x - it is posible to turn on jtag without ETM port. Thank You


JTAG question

Started by Sagaert Johan in comp.arch.embedded18 years ago 4 replies

I have a jtag programmer for xilinx devices ,is this a standard interface ? Can i use this device to program other devices with a JTAG interface...

I have a jtag programmer for xilinx devices ,is this a standard interface ? Can i use this device to program other devices with a JTAG interface (eg ARM ) ? Or do i need a dedicated tjag interface for every Jtag device i intend to use ? (whats the use of a JTAG standard then ?) Johan


Identify JTAG pins

Started by Gregory Dudek in comp.arch.embedded18 years ago 1 reply

I have a microprocess device I would like to patch. It has some headers and I know one of them is JTAG, but I can't figure out which nor which...

I have a microprocess device I would like to patch. It has some headers and I know one of them is JTAG, but I can't figure out which nor which pins have which JTAG lines (TRST, etc). Does anybody have some suggestions re. how to identify the JTAG pins, perhaps using a scope and a multimeter?


JTAG implementation

Started by Giovanni in comp.arch.embedded19 years ago 1 reply

Hello everybody. I'm interested in developing a JTAG system using a FPGA programmed in VHDL. Is there some good source on line that can help me...

Hello everybody. I'm interested in developing a JTAG system using a FPGA programmed in VHDL. Is there some good source on line that can help me in doing that? Where can I found the specification of JTAG standard? Are they free available?


Jtag clocks

Started by linnix in comp.arch.embedded17 years ago 12 replies

I am having problem jtag an ARM Cortex M3 at more than 1/256 of the system clock (6Mz). If I clock it any faster, the chip reports data overrun...

I am having problem jtag an ARM Cortex M3 at more than 1/256 of the system clock (6Mz). If I clock it any faster, the chip reports data overrun error. Is there any solution to speed it up? I can jtag an AVR at full speed, so I don't think it's a jtag problem.


ARM922t:- Invalid CPU Mode

Started by raajesh.n in comp.arch.embedded15 years ago

Hi, I am working on ARM 922t, when I am trying to debug a small code say "hello world", I am getting Invalid CPU Mode debugger error upon...

Hi, I am working on ARM 922t, when I am trying to debug a small code say "hello world", I am getting Invalid CPU Mode debugger error upon doing single step debugging , I am using H-JTAG RDI interface. I have few Queries too.., (a) The customized board which I am using says to use MULTI ICE JTAG , but I am using winggler JTAG interface with H-JTAG RDI server!, can this create a problem? ...


JTAG multiple devices

Started by amerdsp in comp.arch.embedded16 years ago 8 replies

Greetings, I am new to JTAG and and I am working on a project that that has an Atmel AVR. I want to be able to use JTAG but have not bought...

Greetings, I am new to JTAG and and I am working on a project that that has an Atmel AVR. I want to be able to use JTAG but have not bought any programming/debugging devices yet. I would like to get something that is compatible with other products that I see myself using in the future such as FPGAs or other microcontroller families. I am on a tight budget and I want to get something tha...


ARM-JTAG Pinout

Started by Tim Wescott in comp.arch.embedded11 years ago 2 replies

I have several ARM evaluation boards, and they all have exceedingly similar pinouts on the JTAG port, varying only in how they treat TRST. Is...

I have several ARM evaluation boards, and they all have exceedingly similar pinouts on the JTAG port, varying only in how they treat TRST. Is there a standard out there on what the JTAG port should look like? If so, who maintains it? Is it available on the web? I'm kinda hoping for "yes", "ARM", and "here you go", but I'll take what I can get. -- My liberal friends think I'm a c...


JTAG - Boundary Scan s/w using Byteblaster or Parallel 4 cable

Started by Fred in comp.arch.embedded17 years ago 6 replies

Does anyone know of any software, ideally freeware, which can use the above JTAG interfaces to exercise other JTAG interfaces on non FPGA...

Does anyone know of any software, ideally freeware, which can use the above JTAG interfaces to exercise other JTAG interfaces on non FPGA devices? In my case I'd like to read the state of pins on an unrelated device.


AVR using JTag pins

Started by terry in comp.arch.embedded19 years ago 5 replies

Hi, Could I use AVR JTag pins in my application circuit when debugging using JTag? Adding resistors to separate? Thanks!

Hi, Could I use AVR JTag pins in my application circuit when debugging using JTag? Adding resistors to separate? Thanks!


need JTAG debugger - please help

Started by Adam in comp.arch.embedded14 years ago 8 replies

We need a JTAG debugger for board bring-up. Are JTAG debuggers available for rent? Any recommendations/suggestions?

We need a JTAG debugger for board bring-up. Are JTAG debuggers available for rent? Any recommendations/suggestions?


JTAG ICE mkII

Started by ratemonotonic in comp.arch.embedded16 years ago 9 replies

Hi all , I am new to AVRs and am designing circuit for a board. My question for ppl experienced with AVR and JTAG ICE mkII are - 1) Can...

Hi all , I am new to AVRs and am designing circuit for a board. My question for ppl experienced with AVR and JTAG ICE mkII are - 1) Can JTAG ICE mk II be used for emulation as well as In-Circuit programming ? 2) Are there any special considerations for circuitry of the target board to use JTAG ICE mkII for both ISP and Emulation? BR Rate


ADS supports TI JTAG Emulator?

Started by Joonsok Lee in comp.arch.embedded19 years ago 1 reply

I'm goint to debug ARM7TDMI using TI XDS510PP-Plus JTAG emulator. I want to know if it is possible to use XDS510 JTAG emulator under ADS(Arm...

I'm goint to debug ARM7TDMI using TI XDS510PP-Plus JTAG emulator. I want to know if it is possible to use XDS510 JTAG emulator under ADS(Arm Development Suite) environment. Do I need some drivers? Please, Help me.


mspgcc with TI USB JTAG

Started by gperroni in comp.arch.embedded17 years ago 1 reply

Hi, I have installed the MSP-FET430UIF and it work correctly with IAR interface. With msp430-jtag I see the follow error: C:\> msp430-jtag...

Hi, I have installed the MSP-FET430UIF and it work correctly with IAR interface. With msp430-jtag I see the follow error: C:\> msp430-jtag -l TIUSB -e -DDD leds.elf MSP430 JTAG programmer Version: 2.2 Debug is level set to 3 Python version: 2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 32 bit (Intel)] ELF section .text at 0xe000 106 bytes ELF section .vectors at 0xffe0 32 bytes TOINIT