<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/msp4linux/home/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/msp4linux/home/Home/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 19 Feb 2013 18:10:21 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/msp4linux/home/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by msp4linux</title><link>https://sourceforge.net/p/msp4linux/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v34
+++ v35
@@ -39,7 +39,7 @@
 * boost_dev 
 * Editline Library (libedit)

-Get the file slac460e.zip from http://processors.wiki.ti.com/index.php/MSP_Debug_Stack  Copy the files slac460e.zip and msp430_add_alpha_0.7.1.tar.bz2 to the work directory and extract both archives in the same directory and change into MSP430.DLLv3_OS_Package. 
+Get the file slac460e.zip from http://processors.wiki.ti.com/index.php/MSP_Debug_Stack  Copy the files slac460e.zip and msp430_add_alpha_0.7.2.tar.bz2 to the work directory and extract both archives in the same directory and change into MSP430.DLLv3_OS_Package. 

 Check the package version: 

@@ -258,14 +258,9 @@

 New features of this version: 

-* uses slac460e.zip (no functional change compared with slac460d.zip)
 * instruction model extended
-* initial 'run to breakpoint' added in model
-* register manipulation added (write single registers)
-* using simulator lib for disassebly
-* refactoring of disassemby
-* more error feedback in mspdb_v3 interactive mode
-* resolved core version bug, no more 'update needed' if used with with mspdebug
+* MOVA and CALLA implementation
+* changed erase default of load command

 Known Problems: 

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">msp4linux</dc:creator><pubDate>Tue, 19 Feb 2013 18:10:21 -0000</pubDate><guid>https://sourceforge.netec19ff036863bc7a26bd0ec911ca34fc2338a5c3</guid></item><item><title>WikiPage Home modified by msp4linux</title><link>https://sourceforge.net/p/msp4linux/home/Home/</link><description>&lt;pre&gt;--- v33
+++ v34
@@ -106,7 +106,7 @@
 
 Now as all libraries are in place, the main application can be built: 
 
-    cd ../../mspdb_v3/ 
+    cd ../mspdb_v3/ 
     make 
 
 extend the path to start the libMSP430.so from this directory: 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">msp4linux</dc:creator><pubDate>Wed, 28 Nov 2012 05:31:02 -0000</pubDate><guid>https://sourceforge.net74de27931d1f19b96281f079c08bb22cf30697e5</guid></item><item><title>WikiPage Home modified by msp4linux</title><link>https://sourceforge.net/p/msp4linux/home/Home/</link><description>&lt;pre&gt;--- v32
+++ v33
@@ -10,7 +10,7 @@
 Open Source driver
 ------------------
 
-The version 3 open source driver replaces the former version 2 series which was only available closed source and only for the Windows(TM) operating system family. The version 3 series has official Linux support from TI(TM). The package name is slac460X.zip, where X stands for version number. The current version is slac460d.zip which points to the build number 3.2.5.4.
+The version 3 open source driver replaces the former version 2 series which was only available closed source and only for the Windows(TM) operating system family. The version 3 series has official Linux support from TI(TM). The package name is slac460X.zip, where X stands for version number. The current version is slac460e.zip which points to the build number 3.2.5.4.
 
 There is a project file for Windows(TM) and an additional Makefile for Linux. The Makefile with the typical compile and link step will create the driver file itself with the file name libmsp430.so
 
@@ -18,7 +18,7 @@
 http://processors.wiki.ti.com/index.php/MSP_Debug_Stack
 
 Section with the download link:
-http://processors.wiki.ti.com/index.php/MSP_Debug_Stack#Open_Source_Release
+http://processors.wiki.ti.com/index.php/MSPDS_Open_Source_Package#Download
 
 
 Frontend - virtual UIF - Backend
@@ -39,11 +39,11 @@
 * boost_dev 
 * Editline Library (libedit) 
 
-Get the file slac460d.zip from http://processors.wiki.ti.com/index.php/MSP_Debug_Stack  Copy the files slac460d.zip and msp430_add_alpha_0.7.0.tar.bz2 to the work directory and extract both archives in the same directory and change into MSP430.DLLv3_OS_Package. 
+Get the file slac460e.zip from http://processors.wiki.ti.com/index.php/MSP_Debug_Stack  Copy the files slac460e.zip and msp430_add_alpha_0.7.1.tar.bz2 to the work directory and extract both archives in the same directory and change into MSP430.DLLv3_OS_Package. 
 
 Check the package version: 
 
-    sh ./test_version.sh ../slac460d.zip 
+    sh ./test_version.sh ../slac460e.zip 
     MSP430.DLLv3_OS_Package/DLL430_v3/version.h:#define VERSION_MAJOR 3
     MSP430.DLLv3_OS_Package/DLL430_v3/version.h:#define VERSION_MINOR 2
     MSP430.DLLv3_OS_Package/DLL430_v3/version.h:#define VERSION_PATCH 5
@@ -52,11 +52,11 @@
 Check for new versions of msp430add package if the version number differs. 
 Install the patch (adds string.h includes) 
 
-    patch -p1 &lt; slac460d.patch 
+    patch -p1 &lt; slac460e.patch 
 
 Optonal additional patch for virtual fet mode: 
 
-    patch -p1 &lt; socket_channel_d.patch 
+    patch -p1 &lt; socket_channel_e.patch 
 
 (see virtual fet section below for details) 
 
@@ -96,7 +96,15 @@
     make 
     make install 
 
-Now as both libraries are in place, the main application can be built: 
+The next step is to create the library which contains
+the simulator. It is needed for the disassembler:
+
+    cd ../../simulator
+    cmake .
+    make
+    make install
+
+Now as all libraries are in place, the main application can be built: 
 
     cd ../../mspdb_v3/ 
     make 
@@ -133,12 +141,7 @@
 
     patch -p1 &lt; socket_channel_d.patch 
 
-The virtual FET depends on the target database lib which was built before and the simulator lib. The simulator lib can be built with following commands: 
-
-    cd ../simulator 
-    cmake . 
-    make 
-    make install 
+If already built without the patch, the ms430.so library must be rebuilt after this step. 
 
 Now the server for the virtual FET can be created It is located in the virtual_fet subfolder: 
 
@@ -255,7 +258,14 @@
 
 New features of this version: 
 
-* adopted to new driver/firmware version 3.2.5.4 (slac460d.zip)
+* uses slac460e.zip (no functional change compared with slac460d.zip)
+* instruction model extended
+* initial 'run to breakpoint' added in model
+* register manipulation added (write single registers)
+* using simulator lib for disassebly
+* refactoring of disassemby
+* more error feedback in mspdb_v3 interactive mode
+* resolved core version bug, no more 'update needed' if used with with mspdebug
 
 Known Problems: 
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">msp4linux</dc:creator><pubDate>Wed, 28 Nov 2012 05:28:44 -0000</pubDate><guid>https://sourceforge.net3077be640fd2beea8b7798c7ddb3991ca9c70266</guid></item><item><title>WikiPage Home modified by msp4linux</title><link>https://sourceforge.net/p/msp4linux/home/Home/</link><description>&lt;pre&gt;--- v31
+++ v32
@@ -43,7 +43,7 @@
 
 Check the package version: 
 
-    sh ./test_version.sh ../slac460c.zip 
+    sh ./test_version.sh ../slac460d.zip 
     MSP430.DLLv3_OS_Package/DLL430_v3/version.h:#define VERSION_MAJOR 3
     MSP430.DLLv3_OS_Package/DLL430_v3/version.h:#define VERSION_MINOR 2
     MSP430.DLLv3_OS_Package/DLL430_v3/version.h:#define VERSION_PATCH 5
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">msp4linux</dc:creator><pubDate>Tue, 09 Oct 2012 17:46:58 -0000</pubDate><guid>https://sourceforge.net30a1c8b9068a7f92cc1b13d900605b9db0b18cb6</guid></item><item><title>WikiPage Home modified by msp4linux</title><link>https://sourceforge.net/p/msp4linux/home/Home/</link><description>&lt;pre&gt;--- v30
+++ v31
@@ -131,7 +131,7 @@
 
 The idea is to redirect the v3 Driver output from USB to a socket connection. A patch for the driver is needed to add the alternative output. The patch will not change the driver but add some code blocks which have to be activated by a compile flag (UIF_SIM). If the patch is not already installed, please do this now: 
 
-    patch -p1 &lt; socket_channel_c.patch 
+    patch -p1 &lt; socket_channel_d.patch 
 
 The virtual FET depends on the target database lib which was built before and the simulator lib. The simulator lib can be built with following commands: 
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">msp4linux</dc:creator><pubDate>Tue, 09 Oct 2012 17:28:15 -0000</pubDate><guid>https://sourceforge.net9e64fbc7819b3233dcef3ec609fe8f09d01cc773</guid></item><item><title>WikiPage Home modified by msp4linux</title><link>https://sourceforge.net/p/msp4linux/home/Home/</link><description>&lt;pre&gt;--- v29
+++ v30
@@ -10,7 +10,7 @@
 Open Source driver
 ------------------
 
-The version 3 open source driver replaces the former version 2 series which was only available closed source and only for the Windows(TM) operating system family. The version 3 series has official Linux support from TI(TM). The package name is slac460X.zip, where X stands for version number. The current version is slac460c.zip which points to the build number 3.2.4.5.
+The version 3 open source driver replaces the former version 2 series which was only available closed source and only for the Windows(TM) operating system family. The version 3 series has official Linux support from TI(TM). The package name is slac460X.zip, where X stands for version number. The current version is slac460d.zip which points to the build number 3.2.5.4.
 
 There is a project file for Windows(TM) and an additional Makefile for Linux. The Makefile with the typical compile and link step will create the driver file itself with the file name libmsp430.so
 
@@ -39,24 +39,24 @@
 * boost_dev 
 * Editline Library (libedit) 
 
-Get the file slac460c.zip from http://processors.wiki.ti.com/index.php/MSP_Debug_Stack  Copy the files slac460c.zip and msp430_add_alpha_0.6.0.tar.bz2 to the workdirectory and extract both archives in the same directory and change into MSP430.DLLv3_OS_Package. 
+Get the file slac460d.zip from http://processors.wiki.ti.com/index.php/MSP_Debug_Stack  Copy the files slac460d.zip and msp430_add_alpha_0.7.0.tar.bz2 to the work directory and extract both archives in the same directory and change into MSP430.DLLv3_OS_Package. 
 
 Check the package version: 
 
     sh ./test_version.sh ../slac460c.zip 
     MSP430.DLLv3_OS_Package/DLL430_v3/version.h:#define VERSION_MAJOR 3
     MSP430.DLLv3_OS_Package/DLL430_v3/version.h:#define VERSION_MINOR 2
-    MSP430.DLLv3_OS_Package/DLL430_v3/version.h:#define VERSION_PATCH 4
-    MSP430.DLLv3_OS_Package/DLL430_v3/version.h:#define VERSION_BUILD 5 
+    MSP430.DLLv3_OS_Package/DLL430_v3/version.h:#define VERSION_PATCH 5
+    MSP430.DLLv3_OS_Package/DLL430_v3/version.h:#define VERSION_BUILD 4 
 
 Check for new versions of msp430add package if the version number differs. 
 Install the patch (adds string.h includes) 
 
-    patch -p1 &lt; slac460c.patch 
+    patch -p1 &lt; slac460d.patch 
 
 Optonal additional patch for virtual fet mode: 
 
-    patch -p1 &lt; socket_channel_c.patch 
+    patch -p1 &lt; socket_channel_d.patch 
 
 (see virtual fet section below for details) 
 
@@ -171,8 +171,8 @@
     No 1 simulator 0
     Using FET connected to simulator
     Initializing FET
-    FET protocol version is 30204005
-    LIB protocol version is 30204005
+    FET protocol version is 30205004
+    LIB protocol version is 30205004
     Set Vcc: 3000 mV
     VCC  in[mV]: 3000
     VCC out[mV]: 3000
@@ -255,14 +255,7 @@
 
 New features of this version: 
 
-* eem register access added to mspdb_v3
-* breakpoint module reworked, based on direct eem register access
-* full number of breakpoints available (again)
-* FRAM devices supported by the database (again)
-* implementation of FETv3 Protocol fixed (multi telegram mode) 
-* basic instruction model added
-* verbose mode added to virtual FET (telegram output)
-
+* adopted to new driver/firmware version 3.2.5.4 (slac460d.zip)
 
 Known Problems: 
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">msp4linux</dc:creator><pubDate>Tue, 09 Oct 2012 17:16:11 -0000</pubDate><guid>https://sourceforge.net43a0b4a31175b8e732181681c03e416e29d35da9</guid></item><item><title>WikiPage Home modified by msp4linux</title><link>https://sourceforge.net/p/msp4linux/home/Home/</link><description>&lt;pre&gt;--- v28
+++ v29
@@ -111,8 +111,8 @@
 
 By default the debugging tool will start in AUTO mode and the driver will select the jtag mode automatically. If this is not working, please try one of these options: 
 
-JTAG type                 | command  
-------------------------  | ----------------------------          
+JTAG type               | command  
+----------------------  | ----------------------------          
 5xx 4 wire jtag         | ./mspdb_v3_ti -J 4AFTER2 
 1xx/2xx/4xx 4 wire jtag | ./mspdb_v3_ti -J 4WIRE 
 2 wire, all types       | ./mspdb_v3_ti -J SPYBIWIRE 
@@ -144,8 +144,12 @@
 
     cd ../virtual_fet 
     make 
-    Start a session: 
+
+Start a session: 
+
     ./virtual_fet -P 33333 -T &lt;target name&gt; 
+
+Typical output of the server while simulating a MSP430F5438A target:
 
     ...MSP430.DLLv3_OS_Package/virtual_fet&gt; ./virtual_fet -P 33333 -T MSP430F5438A 
     target [MSP430F5438A]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">msp4linux</dc:creator><pubDate>Sun, 19 Aug 2012 10:14:06 -0000</pubDate><guid>https://sourceforge.net75ad74375e8aaed0ed8a82d4d2b7e473ff415be4</guid></item><item><title>WikiPage Home modified by msp4linux</title><link>https://sourceforge.net/p/msp4linux/home/Home/</link><description>&lt;pre&gt;--- v27
+++ v28
@@ -113,9 +113,9 @@
 
 JTAG type                 | command  
 ------------------------  | ----------------------------          
-* 5xx 4 wire jtag         | ./mspdb_v3_ti -J 4AFTER2 
-* 1xx/2xx/4xx 4 wire jtag | ./mspdb_v3_ti -J 4WIRE 
-* 2 wire, all types       | ./mspdb_v3_ti -J SPYBIWIRE 
+5xx 4 wire jtag         | ./mspdb_v3_ti -J 4AFTER2 
+1xx/2xx/4xx 4 wire jtag | ./mspdb_v3_ti -J 4WIRE 
+2 wire, all types       | ./mspdb_v3_ti -J SPYBIWIRE 
 
 You will need a MSP-FET430UIF to use the package and it has to be updated to a v3 firmware version. The Windows binary installation provides tools to change the firmware version from v2 to v3 and backwards. To do this directly unter Linux, please refer to: http://mspdebug.sourceforge.net/tilib.html 
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">msp4linux</dc:creator><pubDate>Sun, 19 Aug 2012 09:45:07 -0000</pubDate><guid>https://sourceforge.netc303d55384bb88f66e872fa60985ec32d1cf25cd</guid></item><item><title>WikiPage Home modified by msp4linux</title><link>https://sourceforge.net/p/msp4linux/home/Home/</link><description>&lt;pre&gt;--- v26
+++ v27
@@ -111,9 +111,11 @@
 
 By default the debugging tool will start in AUTO mode and the driver will select the jtag mode automatically. If this is not working, please try one of these options: 
 
-* 5xx 4 wire jtag ./mspdb_v3_ti -J 4AFTER2 
-* 1xx/2xx/4xx 4 wire jtag ./mspdb_v3_ti -J 4WIRE 
-* 2 wire, all types ./mspdb_v3_ti -J SPYBIWIRE 
+JTAG type                 | command  
+------------------------  | ----------------------------          
+* 5xx 4 wire jtag         | ./mspdb_v3_ti -J 4AFTER2 
+* 1xx/2xx/4xx 4 wire jtag | ./mspdb_v3_ti -J 4WIRE 
+* 2 wire, all types       | ./mspdb_v3_ti -J SPYBIWIRE 
 
 You will need a MSP-FET430UIF to use the package and it has to be updated to a v3 firmware version. The Windows binary installation provides tools to change the firmware version from v2 to v3 and backwards. To do this directly unter Linux, please refer to: http://mspdebug.sourceforge.net/tilib.html 
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">msp4linux</dc:creator><pubDate>Sun, 19 Aug 2012 09:44:11 -0000</pubDate><guid>https://sourceforge.net392ef98c6c5db63f11cc430dc59ff6b106b122b5</guid></item><item><title>WikiPage Home modified by msp4linux</title><link>https://sourceforge.net/p/msp4linux/home/Home/</link><description>&lt;pre&gt;--- v25
+++ v26
@@ -109,7 +109,16 @@
 
     ./mspdb_v3_ti 
 
-By default the debugging tool will start in AUTO mode and the driver will select the jtag mode automatically. If this is not working, please try one of these options: 5xx 4 wire jtag ./mspdb_v3_ti -J 4AFTER2 1xx/2xx/4xx 4 wire jtag ./mspdb_v3_ti -J 4WIRE 2 wire, all types ./mspdb_v3_ti -J SPYBIWIRE You will need a MSP-FET430UIF to use the package and it has to be updated to a v3 firmware version. The Windows binary installation provides tools to change the firmware version from v2 to v3 and backwards. To do this directly unter Linux, please refer to: http://mspdebug.sourceforge.net/tilib.html The cli tool provides an internal update functionality but this works only if there is already a version 3 firmware installed. If the minor version differs the tool will ask for the update automatically. If you want to change from version 2 to version 3 or back, please refer the TI-website (again http://processors.wiki.ti.com/index.php/MSP_Debug_Stack) for details. 
+By default the debugging tool will start in AUTO mode and the driver will select the jtag mode automatically. If this is not working, please try one of these options: 
+
+* 5xx 4 wire jtag ./mspdb_v3_ti -J 4AFTER2 
+* 1xx/2xx/4xx 4 wire jtag ./mspdb_v3_ti -J 4WIRE 
+* 2 wire, all types ./mspdb_v3_ti -J SPYBIWIRE 
+
+You will need a MSP-FET430UIF to use the package and it has to be updated to a v3 firmware version. The Windows binary installation provides tools to change the firmware version from v2 to v3 and backwards. To do this directly unter Linux, please refer to: http://mspdebug.sourceforge.net/tilib.html 
+
+The cli tool provides an internal update functionality but this works only if there is already a version 3 firmware installed. If the minor version differs the tool will ask for the update automatically. If you want to change from version 2 to version 3 or back, please refer the TI-website (again http://processors.wiki.ti.com/index.php/MSP_Debug_Stack) for details. 
+
 
 Virtual FET Simulation driver 
 -----------------------------
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">msp4linux</dc:creator><pubDate>Sun, 19 Aug 2012 09:38:37 -0000</pubDate><guid>https://sourceforge.net6d3ed7db6b4c508c7920bdedf4b4b27e87c38df3</guid></item></channel></rss>