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.

40 lines
1.6 KiB

5 years ago
  1. MSP430 Flasher - Command Line programmer
  2. For usage instructions please see http://processors.wiki.ti.com/index.php/MSP430_Flasher_-_Command_Line_Programmer
  3. Note: When using the MSP430 Flasher with the MSP430DLLv3 Make sure to update the firmware of your FET430 USB Emulator first.
  4. For instructions visit http://processors.wiki.ti.com/index.php/MSP_Debug_Stack#Upgrade_process_to_MSP430.DLLv3
  5. Change Log:
  6. v1.1.4 November 07, 2011
  7. - Added MSP430.dll v3 (3.2.1.9) to the MSP430 Flasher package
  8. v1.1.3 August 22, 2011
  9. - Updated MSP430 Flasher package with MSP430.dll v2.4.9.1
  10. v1.1.2 May 10, 2011
  11. - Added FET FW update suppression switch (-s)
  12. v1.1.1 May 3, 2011
  13. - Added breakpoint timeout switch (-t)
  14. - MSP430Flasher.exe now returns DLL error codes
  15. - Fixed logfile bug in quiet mode
  16. v1.1.0 Mar. 8, 2011
  17. - Updated MSP430 Flasher package with MSP430.dll v2.4.8.2
  18. v1.0.1 Jan. 18, 2011
  19. - Added Locked Flash Access Switch (-u)
  20. - Added new MSP430.dll (v2.4.7.1)
  21. - Added BSL Unlock Mode
  22. - Added documentation to binary package
  23. - Fixed Manual COM Port Selection
  24. - Returned to the original versioning scheme. Version number is no longer connected to the one of the msp430.dll included with the package.
  25. v2.4.6.1 Nov. 11, 2010
  26. - Added support to blow the JTAG fuse
  27. - Fixed bug where MSP430F413 would not be identified correctly
  28. - Updated version number from v1.0.0 to v2.4.6.1. The new versioning scheme is aligned with the current msp430.dll version that included with the package. Future releases that use the same MSP430.dll version will update the fifth digit in the version number (i.e. v2.4.6.1).
  29. v1.0.0 Released Oct 28, 2010
  30. - Initial released