Other Parts Discussed in Thread: MSP430F1232, MSP430F149
Hi All,
I have MSP430Flash Emulation Tool. I programmed my MSP430FR2633 with the help of IAR 6.4 version.
I also created the HEX file from IAR for the production department.
We are trying this command line to download the same hex file on the other MSP430FR2633.
CLS
MSP430Flasher.exe -n MSP430FR2633 -b -u -e ERASE_ALL -w "FirstButton.HEX" -v -g
pause
We always get the error as "Unknown Device".
We use MSP430Flaser Version 1.3.18.
Please help!!
The same command lines were also used for our other products where we use MSP430F1232 and MSP430F149. Both of these micro works perfectly with same command lines.