You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
474 B

5 years ago
  1. CLS
  2. @echo off
  3. rem This is a small helper script that runs through the test collection for one device (folder)
  4. rem
  5. rem Dung Dang, MSP430 Applications, Texas Instruments, Inc.
  6. rem Last modified: 02/25/2011
  7. :input
  8. @echo MSP-EXP430G2-LaunchPad Firmware Programmer
  9. set device=MSP430G2231
  10. set firmware=MSP-EXP430G2-LaunchPad.txt
  11. @echo Programing %firmware% into %device% ......
  12. ..\..\MSP430Flasher\MSP430Flasher.exe -n %device% -w %firmware% -v -g -z [VCC]
  13. pause