2005-03-10 12:06 AM
STR710 Evaluation board preinstalled demo
2005-03-08 07:45 PM
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. whh2005-03-08 09:20 PM
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 ]2005-03-09 05:21 PM
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 whh2005-03-09 10:58 PM
RISC,
Thanks, but you forgot the attachment ;) regards whh