Re: [OpenOCD-devel] How to use interface

2012-02-24 Thread Austin, Alex
; From: jana1...@centrum.cz [mailto:jana1...@centrum.cz] > Sent: Friday, February 24, 2012 1:36 AM > To: openocd-devel@lists.sourceforge.net > Subject: Re: [OpenOCD-devel] How to use interface > > Thank you for your reply. > But I would like to know > where I can see how OpenOCD

Re: [OpenOCD-devel] How to use interface

2012-02-24 Thread jana1972
[mailto:jana1...@centrum.cz] > > Sent: Friday, February 24, 2012 1:36 AM > > To: openocd-devel@lists.sourceforge.net > > Subject: Re: [OpenOCD-devel] How to use interface > > > > Thank you for your reply. > > But I would like to know > > where I can see

Re: [OpenOCD-devel] How to use interface

2012-02-23 Thread jana1972
Thank you for your reply. But I would like to know where I can see how OpenOCD communicate with interfaces, particular with jtagkey interface.Which modules /programs of OpenOCD takes care of that ? In other words what programs must I write so that jtagkey will work also with MY OWN jtag progra

Re: [OpenOCD-devel] How to use interface

2012-02-23 Thread Stian Skjelstad
> I can use openOCD with my JTAG that is jtagkey like this > > c:/openocd/bin/openocd.exe -f interface/jtagkey.cfg -f > target/myConfiguration.cfg > > Is there any way how I can use my JTAG, that is jtagkey, with another jtag > programs and not > only with openOCD? > Where can I check how OpenOCD

[OpenOCD-devel] How to use interface

2012-02-23 Thread jana1972
I can use openOCD with my JTAG that is jtagkey like this c:/openocd/bin/openocd.exe -f interface/jtagkey.cfg -f target/myConfiguration.cfg Is there any way how I can use my JTAG, that is jtagkey, with another jtag programs and not only with openOCD? Where can I check how OpenOCD communicate