EmbeddedRelated.com
Forums
Memfault Beyond the Launch

HEX Dump to MSP430 Assembler

Started by qdsirodney March 21, 2004
Dose any one know of a tool to convert a hex dump to MSP430 
assembler, or will one of the simulators read a HEX dump file?

Thanks




Beginning Microcontrollers with the MSP430

You can always use a text editor (with macros) to transform the hex 
dump into a sequence of data statements (with appropriate org 
statements from time to time), reassemble it and you have what you 
want.

Michel

--- In msp430@msp4..., "qdsirodney" <rodney@a...> wrote:
> Dose any one know of a tool to convert a hex dump
to MSP430 
> assembler, or will one of the simulators read a HEX dump file?
> 
> Thanks


qdsirodney wrote:

> Dose any one know of a tool to convert a hex dump
to MSP430 
> assembler, or will one of the simulators read a HEX dump file?

msp430-objdump should do the job (part of MSPGCC).

Indrek

-- 
  Indrek Rebane           |      Borthwick-Pignon
  Electronics Engineer    |    Tartu Science Park
  Phone: (+372) 7 302 641 | Riia 185, 51014 Tartu
  Fax:   (+372) 7 383 041 |               Estonia
  indrek@indr...        |         www.bps.co.ee


Memfault Beyond the Launch