msp430fetinfo Code
MSP430 USB-Debug-Interface MSP-FET430UIF Firmware Information
Brought to you by:
kjarvel
File | Date | Author | Commit |
---|---|---|---|
lib_functions.c | 2012-12-07 |
![]() |
[8e6c46] Added Simplified BSD License text |
license.txt | 2012-12-07 |
![]() |
[8e6c46] Added Simplified BSD License text |
main.c | 2012-12-07 |
![]() |
[8e6c46] Added Simplified BSD License text |
makefile | 2012-12-01 |
![]() |
[eb9f0c] Initial commit |
msp430_device.h | 2012-12-04 |
![]() |
[0ae7f6] Minor formatting corrections. |
msp430fetinfo.sln | 2012-12-01 |
![]() |
[eb9f0c] Initial commit |
msp430fetinfo.vcxproj | 2012-12-01 |
![]() |
[eb9f0c] Initial commit |
msp430fetinfo_types.h | 2012-12-01 |
![]() |
[eb9f0c] Initial commit |
readme.txt | 2012-12-04 |
![]() |
[0ae7f6] Minor formatting corrections. |
version.h | 2012-12-01 |
![]() |
[eb9f0c] Initial commit |
MSP430 USB-Debug-Interface MSP-FET430UIF Firmware Information (msp430fetinfo) ============================================================================= An application for getting information from a MSP-FET430UIF probe and connected devices. System requirements ------------------- * For Windows: Uses msp430.dll and HIL.dll from: http://processors.wiki.ti.com/index.php/MSP_Debug_Stack The easiest way to get msp430.dll and HIL.dll is to download "MSP430 Flasher" here: http://processors.wiki.ti.com/index.php/MSP430_Flasher_-_Command_Line_Programmer * For Linux: Uses the the libmsp430.so shared library from "DLL Developers Package" here: http://processors.wiki.ti.com/index.php/MSP_Debug_Stack Build requirements ------------------ Windows: * Microsoft Visual C++ 2010 (Express) Linux: * Ubuntu 11.10, 12.04 etc * make Build instructions ------------------ Windows: * Open "msp430fetinfo.sln" and build. Linux: * Extract the source code, and issue "make"