sorry, i'm not sure what youre question is. feel free to post your question in english _and_ your native language (or french, german, spanish, some popular language). that might help give you better answers.

- .d43 cannot be converted to other formats by tools from mspgcc (it's a proprietary format without documentation)

- "Srecord" is not used in the MSP430 world (at least i havent heard of). you probably mean "intel hex" format, also refrenced to as "ihex"

- if you use the GCC toolchain, i.e. msp430-gcc you will get "elf" files. those can be converted to "intel hex" with msp430-objcopy. our tools to debug and/or download understand both, elf and ihex (and other formats as well, but no .d43)

- C-SPY is able to read intel hex files, that means you can download mspgcc generated files with it, but debugging is verry limited (assembler only, _no_ source, not even meaningful labels)

chris

Leo McManus wrote:

I am after converting an IAR generated .d43 file I have received to a .hex file
so I can download with my JTAG.

Thanks

Leo


=====
Home   Belgium: +32 (0)10 86 79 50
Mobile Belgium: +32 (0)495 89 59 65
Contact in France:  +33 (0)479 360308

Registered Linux User Number 205935.
http://counter.li.org.

________________________________________________________________________
Want to chat instantly with your online friends?  Get the FREE Yahoo!
Messenger http://mail.messenger.yahoo.co.uk


-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users





Reply via email to