cancel
Showing results for 
Search instead for 
Did you mean: 

STR710 Evaluation board preinstalled demo

whhofmeyr
Associate II
Posted on March 10, 2005 at 09:06

STR710 Evaluation board preinstalled demo

4 REPLIES 4
whhofmeyr
Associate II
Posted on March 09, 2005 at 04:45

1. Is the preinstalled demo software that comes with the STR710 evaluation board available in any format other than .axf?

2. Is the source code available?

3. Is there a way of translating the .axf files to a format that can be downloaded using the gnu toolchain. (like objcopy)

4. Is there a way of getting gdb to read the contents of a target's memory and export it as a hex file?

5. Can gdb debug a target for which the source is unavailable?

My first few questions may be redundant as I have not yet received my copy of the evaluation board and are based on what I got with a loan kit from my supplier and may be incomplete.

whh

sjo
Associate II
Posted on March 09, 2005 at 06:20

Normally insight will load axf files as thay are just elf files. However the axf files produced by the st version of Realview are encrypted and so cannot be loaded.

ST give away the source for the 72 demo - why not for the 71 demo board ?

Sorry forgot other questions.

4. try dump on gdb commandline (console in insight)

5. just load elf file.

Regards

sjo.

[ This message was edited by: sjo on 09-03-2005 10:55 ]

whhofmeyr
Associate II
Posted on March 10, 2005 at 02:21

Thanks RISC,

Is ''fromef'' a tool that comes with Realview?

If you could send me (or post here) the i32 versions

of the demo programs that would be very helpful.

As far as I remember there are three .axf files in

the distribution: external flash demo, internal flash

demo and ???

thanks

whh

whhofmeyr
Associate II
Posted on March 10, 2005 at 07:58

RISC,

Thanks, but you forgot the attachment 😉

regards

whh