cancel
Showing results for 
Search instead for 
Did you mean: 

BSDL file?

richard8
Associate II
Posted on January 04, 2005 at 13:26

BSDL file?

8 REPLIES 8
richard8
Associate II
Posted on January 03, 2005 at 09:36

Hello..

Does the str720 support boundary scan through JTAG?

Or is JTAG only meant here for debugging? And if so..is there any documentation how to write code for downloading over JTAG?

rick

richard8
Associate II
Posted on January 03, 2005 at 10:36

Oki...doesn't support noundary scan according to:

http://mcu.st.com/modules.php?mop=modload&name=Splatt_Forums&file=viewtopic&topic=1799&forum=17

Too bad...would be a nice CPU...but then again I have to choose another manufacturer which is supported by opensourced software.

sjo
Associate II
Posted on January 04, 2005 at 07:01

You are still able to download code via jtag, boundary scan is not required for this. You will have to implement some software to program a ram bootloader via jtag.

To increase speed the main flash can be transferred via the dcc comms channel.

Is is possble to program internal and external flash without a bootloader but is slower due to the jtag clocking etc.

Regards

sjo

richard8
Associate II
Posted on January 04, 2005 at 12:21

I know that it is possible to do it that way (o;

But somehow knows where is this method described in detail..(specs).

Or is it ST not wanting to release it?

You even get all internal docs regarding opcodes and JTAG commands from ADI!!!

sjo
Associate II
Posted on January 04, 2005 at 12:25

This is going of the initial question, but regarding klingler comments - all the info is available to access the device via jtag and program the device. There is lots of info about this on the web.

Regards

sjo

richard8
Associate II
Posted on January 04, 2005 at 13:00

So the STR720 is compatible with existing opensource Arm7 JTAG tools?

Doing a search with ''STR7'' and ''JTAG'' reveals only commercial JTAG debugging tools..

sjo
Associate II
Posted on January 04, 2005 at 13:21

I have looked at a few of the open source jtag tools:

JTAGER, JTAG Tools, ianjtag, pppcb etc.

None support the STR7 devices with internal flash but external flash should be no problem. (ie 720).

Most of these tools are for linux which can be a problem for some people.

I am currently writing a flash programming tool based on the open source ones available on the web.

Regards

sjo

richard8
Associate II
Posted on January 04, 2005 at 13:26

Hopefully runnable on Linux/Cygwin environment and using standard JTAG cables like ByteBlaster etc (o;