ATmega32 wrote:
how can I use gcc toolchain to read msp430 info and saved to a file ?I used this command:msp430-jtag --spy-bi-wire --lpt=TIUSB --upload=0x1000 --size=128 it can read the info,but not save to a file. What do i do ?
specify an additional -i to get intel hex output, also --help will give you perhaps some additional information.
Hardy
