Grant Edwards schrieb:
On 2007-12-14, Steve Underwood <[email protected]> wrote:
Has anybody worked with the MSP430F2410 yet?
If you are using Windows its OK.
Is that true for 2330 as well?
If I also replace the IAR HIL.dll with the soft-switch one I
then get this instead:
"msp430: Could not initialize device interface"
I'm using an MSP-FED430UIF USB interface (the gray plastic box
about the size of a deck of bridge cards).
is the 2330 with spy-bi-wire? because these need a special
initialization for the use of the parallel JTAG wiring (and i'm not sure
if our gdbproxy uses the correct one here; Steve?). however any
supported spy-bi-wire device should work in spy-bi-wire mode (which
msp430-gdbproxy supports by command line option).
Is it possible to use the IAR debugger to debug a GCC .elf
file?
not really nice. there were attempts to write a object file converter,
but i don't think that reached production quality (there is some ooooold
code the the CVS)
you can always load the .a43 file in the IAR IDE and do assembler level
debugging. you'll have to match the addresess with the listing file
manually...
alernatively, there is the NoICE debugger. which comes with code to
convert elf files to their debugging object format (also with
limitations, but basic source level debugging should work)
chris