RAO226 schrieb:
> wondering if it is possible to read the code of the first prototype unit
> with MSP430FXXX?

JTAG:
msp430-jtag --upload=0x1100-0xffff --ihex >fw.a43

if you would know the values in the interrupt vector table (bytes from
0xffe0-0xffff) you d'have the password for using the BSL. and msp430-bsl
could be used for the upload. The advantage is that this also works when
the JTAG fuse is blown. F2xx/F5xx have features to disable the BSL
completely.

at last, maybe your software has a communication interface with memory
read functions.

chris


Reply via email to