Reply by dkel...@hotmail.com December 30, 20082008-12-30
On Dec 28, 9:30=A0pm, "appu" <ashishne...@gmail.com> wrote:
> >On Dec 27, 4:14=3DA0am, "appu" <ashishne...@gmail.com> wrote: > >> Hi All, > > >> =3DA0 =3DA0 =3DA0 =3DA0I have to convert Intel Hex Code into JTAG bits=
so that
> I =3D > >can > >> directly provide the output (JTAG Bits) to the JTAG I/F. I can use JTA=
G
> f=3D > >or > >> 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 > > >copy i_need_to_school_and_do_my_homework.hex > /dev/jtag > > >if that doesnt work, go towww.silabs.com > >install silabs IDE, there is HEX2SVF utility > >this convert HEX file to SVF file > >then use UrJTAG > >and type > > >SVF myhex_converted_svf.SVF > >it will send the HEX down to the JTAG > >but i bet it is not what you want > > >Antti > >PS there is no answer to your question in the way you asked. > >hex files can be sent OVER jtag connection in SOME cases > >but it depends WHAT device on the JTAG you are talking to. > > Hi Antti, > > I am tasked to dynamically configure the PROM. JTAG is used for that. But > we need to implement it through software. We have Intel Hex file which we > need to load in to PROM with out JTAG. So I need to know how JTAG does th=
is
> so that we can do this. > > As you said "it depends on what device on the JTAG", so my doubt is if we > get this for any device then cannt we do the same for the other device wi=
th
> modification according to that device. > > Thanks, > Ashish- Hide quoted text - > > - Show quoted text -
Hi As mentioned, you should find out from the manufacture of the device how they use JTAG to access the device. There is no standard for this part. Get a copy off 1149.6 to see how JTAG it self works. JTAG is not something you solely do in software, it is a hardware spec. You need a JTAG interface and the spec on how to use that( could even be done with a printer port and some connectors ). Dwight
Reply by December 29, 20082008-12-29
On Dec 29, 12:30 am, "appu" <ashishne...@gmail.com> wrote:

> As you said "it depends on what device on the JTAG", so my doubt is if we > get this for any device then cannt we do the same for the other device with > modification according to that device.
Most of the work is adapting to the device and the hardware configuration of your jtag cable (which bit of which port of which processor controls what jtag signal). Start by picking a representative device and researching programming methods for that using the manufacturer's website and/or google.
Reply by appu December 29, 20082008-12-29
>On Dec 27, 4:14=A0am, "appu" <ashishne...@gmail.com> wrote: >> Hi All, >> >> =A0 =A0 =A0 =A0I 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
f=
>or >> 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 > >copy i_need_to_school_and_do_my_homework.hex > /dev/jtag > >if that doesnt work, go to www.silabs.com >install silabs IDE, there is HEX2SVF utility >this convert HEX file to SVF file >then use UrJTAG >and type > >SVF myhex_converted_svf.SVF >it will send the HEX down to the JTAG >but i bet it is not what you want > > >Antti >PS there is no answer to your question in the way you asked. >hex files can be sent OVER jtag connection in SOME cases >but it depends WHAT device on the JTAG you are talking to.
Hi Antti, I am tasked to dynamically configure the PROM. JTAG is used for that. But we need to implement it through software. We have Intel Hex file which we need to load in to PROM with out JTAG. So I need to know how JTAG does this so that we can do this. As you said "it depends on what device on the JTAG", so my doubt is if we get this for any device then cannt we do the same for the other device with modification according to that device. Thanks, Ashish
Reply by CBFalconer December 27, 20082008-12-27
Antti wrote:
>
... snip ...
> > PS there is no answer to your question in the way you asked. > hex files can be sent OVER jtag connection in SOME cases > but it depends WHAT device on the JTAG you are talking to.
Hex files consist solely of printing chars, so they can go anywhere that text can. After that there are a couple of popular coding formats, largely originating with Intel and Motorola. -- Merry Christmas, Happy Hanukah, Happy New Year Joyeux Noel, Bonne Annee, Frohe Weihnachten Chuck F (cbfalconer at maineline dot net) <http://cbfalconer.home.att.net>
Reply by Antti December 27, 20082008-12-27
On Dec 27, 4:14=A0am, "appu" <ashishne...@gmail.com> wrote:
> Hi All, > > =A0 =A0 =A0 =A0I 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 f=
or
> 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
copy i_need_to_school_and_do_my_homework.hex > /dev/jtag if that doesnt work, go to www.silabs.com install silabs IDE, there is HEX2SVF utility this convert HEX file to SVF file then use UrJTAG and type SVF myhex_converted_svf.SVF it will send the HEX down to the JTAG but i bet it is not what you want Antti PS there is no answer to your question in the way you asked. hex files can be sent OVER jtag connection in SOME cases but it depends WHAT device on the JTAG you are talking to.
Reply by appu December 26, 20082008-12-26
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