<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Justin&#039;s Tech</title>
	<atom:link href="http://justinstech.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://justinstech.org</link>
	<description>Projects, Thoughts and other Things</description>
	<lastBuildDate>Fri, 25 Nov 2011 16:15:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on MSP430: VLO and You!! by Justin</title>
		<link>http://justinstech.org/2011/05/msp430-vlo-and-you/comment-page-1/#comment-2077</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Fri, 25 Nov 2011 16:15:24 +0000</pubDate>
		<guid isPermaLink="false">http://justinstech.org/?p=853#comment-2077</guid>
		<description>yes you should be able to drive ACLK with the VLO</description>
		<content:encoded><![CDATA[<p>yes you should be able to drive ACLK with the VLO</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MSP430: VLO and You!! by Yef Wang</title>
		<link>http://justinstech.org/2011/05/msp430-vlo-and-you/comment-page-1/#comment-2073</link>
		<dc:creator>Yef Wang</dc:creator>
		<pubDate>Tue, 22 Nov 2011 19:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://justinstech.org/?p=853#comment-2073</guid>
		<description>Hi,

Thanks a lot for the info,  can we drive ACLK timer interrupt out of that?  Anything we should particularly keep in mind?

Best,</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks a lot for the info,  can we drive ACLK timer interrupt out of that?  Anything we should particularly keep in mind?</p>
<p>Best,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MSP430 interrupt driven PWM by Justin</title>
		<link>http://justinstech.org/2010/10/msp430-interrupt-driven-pwm/comment-page-1/#comment-2031</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Wed, 02 Nov 2011 18:17:09 +0000</pubDate>
		<guid isPermaLink="false">http://justinstech.org/?p=586#comment-2031</guid>
		<description>What compiler are you using?
It looks like you are using either CCS or IAR, this code is not compatible with either one

you may have to enable the interrupt another way (gie bit), and you will have to change how the interrupt is called (#pragma)

please let me know how you get it to work and i will update my post to add your changes</description>
		<content:encoded><![CDATA[<p>What compiler are you using?<br />
It looks like you are using either CCS or IAR, this code is not compatible with either one</p>
<p>you may have to enable the interrupt another way (gie bit), and you will have to change how the interrupt is called (#pragma)</p>
<p>please let me know how you get it to work and i will update my post to add your changes</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MSP430 interrupt driven PWM by lovedt</title>
		<link>http://justinstech.org/2010/10/msp430-interrupt-driven-pwm/comment-page-1/#comment-2030</link>
		<dc:creator>lovedt</dc:creator>
		<pubDate>Wed, 02 Nov 2011 16:37:30 +0000</pubDate>
		<guid isPermaLink="false">http://justinstech.org/?p=586#comment-2030</guid>
		<description>i build view error below:
Warning[Pe223]: function &quot;eint&quot; declared implicitly C:\Documents and Settings\Administrator\Desktop\project msp\led rgb\main.c 13 
Error[Pe079]: expected a type specifier C:\Documents and Settings\Administrator\Desktop\project msp\led rgb\main.c 15 
Error[Pe260]: explicit type is missing (&quot;int&quot; assumed) C:\Documents and Settings\Administrator\Desktop\project msp\led rgb\main.c 15 
Error[Pe141]: unnamed prototyped parameters not allowed when body is present C:\Documents and Settings\Administrator\Desktop\project msp\led rgb\main.c 15 
Error[Pe130]: expected a &quot;{&quot; C:\Documents and Settings\Administrator\Desktop\project msp\led rgb\main.c 15 
Error while running C/C++ compiler 

help me!!</description>
		<content:encoded><![CDATA[<p>i build view error below:<br />
Warning[Pe223]: function &#8220;eint&#8221; declared implicitly C:\Documents and Settings\Administrator\Desktop\project msp\led rgb\main.c 13<br />
Error[Pe079]: expected a type specifier C:\Documents and Settings\Administrator\Desktop\project msp\led rgb\main.c 15<br />
Error[Pe260]: explicit type is missing (&#8220;int&#8221; assumed) C:\Documents and Settings\Administrator\Desktop\project msp\led rgb\main.c 15<br />
Error[Pe141]: unnamed prototyped parameters not allowed when body is present C:\Documents and Settings\Administrator\Desktop\project msp\led rgb\main.c 15<br />
Error[Pe130]: expected a &#8220;{&#8221; C:\Documents and Settings\Administrator\Desktop\project msp\led rgb\main.c 15<br />
Error while running C/C++ compiler </p>
<p>help me!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MSP430 Uniarch mspgcc or mspgcc4? by Justin</title>
		<link>http://justinstech.org/2011/06/msp430-uniarch-mspgcc-or-mspgcc4/comment-page-1/#comment-1990</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Wed, 14 Sep 2011 11:24:09 +0000</pubDate>
		<guid isPermaLink="false">http://justinstech.org/?p=921#comment-1990</guid>
		<description>From my tests that I have done, I have changed in a few of my source files to include msp430.h, and it compiled without error
These are the flags in my Make file -Os -Wall -g -mmcu=msp430f2013 .
I also tested on my build the g2211, and it worked with out a problem. 

Just to be safe i used the same files you did to do a test compile, including rake and make
both compiled with out error. 

My guess is, something happened during the build....... or something is not linking right

the only thing i can think of doing is uninstalling and reinstalling msp gcc

but if things are still not working, i would try the mspgcc mailing list, and ask them on whats going on.</description>
		<content:encoded><![CDATA[<p>From my tests that I have done, I have changed in a few of my source files to include msp430.h, and it compiled without error<br />
These are the flags in my Make file -Os -Wall -g -mmcu=msp430f2013 .<br />
I also tested on my build the g2211, and it worked with out a problem. </p>
<p>Just to be safe i used the same files you did to do a test compile, including rake and make<br />
both compiled with out error. </p>
<p>My guess is, something happened during the build&#8230;&#8230;. or something is not linking right</p>
<p>the only thing i can think of doing is uninstalling and reinstalling msp gcc</p>
<p>but if things are still not working, i would try the mspgcc mailing list, and ask them on whats going on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MSP430 Uniarch mspgcc or mspgcc4? by doragasu</title>
		<link>http://justinstech.org/2011/06/msp430-uniarch-mspgcc-or-mspgcc4/comment-page-1/#comment-1989</link>
		<dc:creator>doragasu</dc:creator>
		<pubDate>Tue, 13 Sep 2011 14:12:46 +0000</pubDate>
		<guid isPermaLink="false">http://justinstech.org/?p=921#comment-1989</guid>
		<description>Sorry again ¬_¬

It looks like every time I write something between &#039;&#039; it dissapears, so if you see in my previous two comments #include and no header file, it&#039;s because it was between these characters and dunno why it has been deleted O_oU

Sorry for these three comments.</description>
		<content:encoded><![CDATA[<p>Sorry again ¬_¬</p>
<p>It looks like every time I write something between &#8221; it dissapears, so if you see in my previous two comments #include and no header file, it&#8217;s because it was between these characters and dunno why it has been deleted O_oU</p>
<p>Sorry for these three comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MSP430 Uniarch mspgcc or mspgcc4? by doragasu</title>
		<link>http://justinstech.org/2011/06/msp430-uniarch-mspgcc-or-mspgcc4/comment-page-1/#comment-1988</link>
		<dc:creator>doragasu</dc:creator>
		<pubDate>Tue, 13 Sep 2011 14:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://justinstech.org/?p=921#comment-1988</guid>
		<description>There&#039;s an error in my previous comment. Inside msp430.h is this:

[...]
#if defined(__MSP430_2211__) &#124;&#124; defined(__MSP430X2211__) &#124;&#124; defined(__MSP430G2211__)
#include 
#endif /* Genericizable */
[...]

In my previous comment I don&#039;t know why but  dissapeared.

Also in my previous comment, whey I write I include &quot;msp430.h&quot; I should have wrote I include .

Again, thanks for help.</description>
		<content:encoded><![CDATA[<p>There&#8217;s an error in my previous comment. Inside msp430.h is this:</p>
<p>[...]<br />
#if defined(__MSP430_2211__) || defined(__MSP430X2211__) || defined(__MSP430G2211__)<br />
#include<br />
#endif /* Genericizable */<br />
[...]</p>
<p>In my previous comment I don&#8217;t know why but  dissapeared.</p>
<p>Also in my previous comment, whey I write I include &#8220;msp430.h&#8221; I should have wrote I include .</p>
<p>Again, thanks for help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MSP430 Uniarch mspgcc or mspgcc4? by doragasu</title>
		<link>http://justinstech.org/2011/06/msp430-uniarch-mspgcc-or-mspgcc4/comment-page-1/#comment-1987</link>
		<dc:creator>doragasu</dc:creator>
		<pubDate>Tue, 13 Sep 2011 14:05:29 +0000</pubDate>
		<guid isPermaLink="false">http://justinstech.org/?p=921#comment-1987</guid>
		<description>Hi Justin, thanks for help, it&#039;s greatly appreciated.

I have installed the TI headers, they are under &quot;/usr/local/mspgcc/msp430/include&quot;. In the source file, it&#039;s included &quot;msp430.h&quot;. AFAIK, &quot;msp430.h&quot; should include the correct .h file (&quot;msp430g2211.h&quot; in this case) using the -mmcpu argument passed to gcc.

This is inside &quot;msp430.h&quot; file:

[...]
#if defined(__MSP430_2211__) &#124;&#124; defined(__MSP430X2211__) &#124;&#124; defined(__MSP430G2211__)
#include 
#endif /* Genericizable */
[...]

Now the funny stuff. I got the examples to compile, replacing &#039;#include &#039; with &#039;#include &#039;, so I supposed the mmcpu argument doesn&#039;t define the chip properly. Then I tested passing &quot;-D__MSP430G2211__&quot; to gcc, but it didn&#039;t work! It looks like even though I manually define the chip, &quot;msp430.h&quot; isn&#039;t able to see the definition (&quot;msp430g2211.h&quot; doesn&#039;t get included). Then I tried &quot;#define __MSP430G2211__&quot; just before #include  and also no luck, it&#039;s like if this symbol never gets defined...

I can live writting the include for the exact chip, instead of the generic one, but I would prefer to use the generic one if possible (for code reusability). Any suggestions on how to get it? (if possible).</description>
		<content:encoded><![CDATA[<p>Hi Justin, thanks for help, it&#8217;s greatly appreciated.</p>
<p>I have installed the TI headers, they are under &#8220;/usr/local/mspgcc/msp430/include&#8221;. In the source file, it&#8217;s included &#8220;msp430.h&#8221;. AFAIK, &#8220;msp430.h&#8221; should include the correct .h file (&#8220;msp430g2211.h&#8221; in this case) using the -mmcpu argument passed to gcc.</p>
<p>This is inside &#8220;msp430.h&#8221; file:</p>
<p>[...]<br />
#if defined(__MSP430_2211__) || defined(__MSP430X2211__) || defined(__MSP430G2211__)<br />
#include<br />
#endif /* Genericizable */<br />
[...]</p>
<p>Now the funny stuff. I got the examples to compile, replacing &#8216;#include &#8216; with &#8216;#include &#8216;, so I supposed the mmcpu argument doesn&#8217;t define the chip properly. Then I tested passing &#8220;-D__MSP430G2211__&#8221; to gcc, but it didn&#8217;t work! It looks like even though I manually define the chip, &#8220;msp430.h&#8221; isn&#8217;t able to see the definition (&#8220;msp430g2211.h&#8221; doesn&#8217;t get included). Then I tried &#8220;#define __MSP430G2211__&#8221; just before #include  and also no luck, it&#8217;s like if this symbol never gets defined&#8230;</p>
<p>I can live writting the include for the exact chip, instead of the generic one, but I would prefer to use the generic one if possible (for code reusability). Any suggestions on how to get it? (if possible).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MSP430 Uniarch mspgcc or mspgcc4? by Justin</title>
		<link>http://justinstech.org/2011/06/msp430-uniarch-mspgcc-or-mspgcc4/comment-page-1/#comment-1986</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Tue, 13 Sep 2011 11:31:53 +0000</pubDate>
		<guid isPermaLink="false">http://justinstech.org/?p=921#comment-1986</guid>
		<description>do you have the correct header added to your  source file? (#include &lt;msp430g2211.h&gt;)

and did you install the TI headers when you installed mspgcc?</description>
		<content:encoded><![CDATA[<p>do you have the correct header added to your  source file? (#include <msp430g2211 .h>)</p>
<p>and did you install the TI headers when you installed mspgcc?</msp430g2211></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MSP430 Uniarch mspgcc or mspgcc4? by doragasu</title>
		<link>http://justinstech.org/2011/06/msp430-uniarch-mspgcc-or-mspgcc4/comment-page-1/#comment-1985</link>
		<dc:creator>doragasu</dc:creator>
		<pubDate>Tue, 13 Sep 2011 08:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://justinstech.org/?p=921#comment-1985</guid>
		<description>I have followed your steps, and completed installation without errors. Then tried to compile example programs from here:
https://github.com/sergiocampama/Launchpad/blob/master/README.md

But had no luck. Output to some rake invocations:


$ rake
(in /home/jalon/msp430/sergiocampama-Launchpad-a6fe690/MacBookBreathe)
Compiling macbookbreathe.c...
src/macbookbreathe.c:1: error: MCU msp430g2211 not supported
Known MCU names:
   msp1
   msp2
   msp3
   msp4
   msp5
   msp6
   msp430x110
   msp430x112
   msp430x1101
   msp430x1111
   msp430x1121
   msp430x1122
   msp430x1132
   msp430x122
   msp430x123
   msp430x1222
   msp430x1232
   msp430x133
   msp430x135
   msp430x1331
   msp430x1351
   msp430x147
   msp430x148
   msp430x149
   msp430x1471
   msp430x1481
   msp430x1491
   msp430x155
   msp430x156
   msp430x157
   msp430x167
   msp430x168
   msp430x169
   msp430x1610
   msp430x1611
   msp430x1612
   msp430x2001
   msp430x2011
   msp430x2002
   msp430x2012
   msp430x2003
   msp430x2013
   msp430x2101
   msp430x2111
   msp430x2121
   msp430x2131
   msp430x2112
   msp430x2122
   msp430x2132
   msp430x2201
   msp430x2211
   msp430x2221
   msp430x2231
   msp430x2232
   msp430x2252
   msp430x2272
   msp430x2234
   msp430x2254
   msp430x2274
   msp430x233
   msp430x235
   msp430x2330
   msp430x2350
   msp430x2370
   msp430x247
   msp430x248
   msp430x249
   msp430x2410
   msp430x2471
   msp430x2481
   msp430x2491
   msp430x2416
   msp430x2417
   msp430x2418
   msp430x2419
   msp430x2616
   msp430x2617
   msp430x2618
   msp430x2619
   msp430x311
   msp430x312
   msp430x313
   msp430x314
   msp430x315
   msp430x323
   msp430x325
   msp430x336
   msp430x337
   msp430x412
   msp430x413
   msp430x415
   msp430x417
   msp430x423
   msp430x425
   msp430x427
   msp430x4250
   msp430x4260
   msp430x4270
   msp430xG4250
   msp430xG4260
   msp430xG4270
   msp430xE423
   msp430xE425
   msp430xE427
   msp430xE4232
   msp430xE4242
   msp430xE4252
   msp430xE4272
   msp430xW423
   msp430xW425
   msp430xW427
   msp430xG437
   msp430xG438
   msp430xG439
   msp430x435
   msp430x436
   msp430x437
   msp430x4351
   msp430x4361
   msp430x4371
   msp430x447
   msp430x448
   msp430x449
   msp430xG4616
   msp430xG4617
   msp430xG4618
   msp430xG4619
   msp430x4783
   msp430x4784
   msp430x4793
   msp430x4794
   msp430x47163
   msp430x47173
   msp430x47183
   msp430x47193
   msp430x47166
   msp430x47176
   msp430x47186
   msp430x47196
   msp430x47167
   msp430x47177
   msp430x47187
   msp430x47197
   msp430x5418
   msp430x5419
   msp430x5435
   msp430x5436
   msp430x5437
   msp430x5438
   msp430x5500
   msp430x5501
   msp430x5502
   msp430x5503
   msp430x5504
   msp430x5505
   msp430x5506
   msp430x5507
   msp430x5508
   msp430x5509
   msp430x5510
   msp430x5513
   msp430x5514
   msp430x5515
   msp430x5517
   msp430x5519
   msp430x5521
   msp430x5522
   msp430x5524
   msp430x5525
   msp430x5526
   msp430x5527
   msp430x5528
   msp430x5529
   msp430x6638
   cc430x5133
   cc430x5125
   cc430x6125
   cc430x6135
   cc430x6126
   cc430x5137
   cc430x6127
   cc430x6137
src/macbookbreathe.c:1: confusión por errores previos, saliendo
Abort: Error compiling macbookbreathe.c

$ rake mcu=msp430x2211
(in /home/jalon/msp430/sergiocampama-Launchpad-a6fe690/MacBookBreathe)
Compiling macbookbreathe.c...
src/macbookbreathe.c:10:20: error: msp430.h: No existe el fichero o el directorio
src/macbookbreathe.c: En la función ‘timer_init’:
src/macbookbreathe.c:70: error: ‘TACTL’ no se declaró aquí (primer uso en esta función)
src/macbookbreathe.c:70: error: (Cada identificador no declarado solamente se reporta una vez
src/macbookbreathe.c:70: error: para cada funcion en la que aparece.)
src/macbookbreathe.c:70: error: ‘TASSEL_1’ no se declaró aquí (primer uso en esta función)
src/macbookbreathe.c:73: error: ‘TACCTL1’ no se declaró aquí (primer uso en esta función)
src/macbookbreathe.c:73: error: ‘CCIE’ no se declaró aquí (primer uso en esta función)
src/macbookbreathe.c:73: error: ‘OUTMOD_7’ no se declaró aquí (primer uso en esta función)
src/macbookbreathe.c:75: error: ‘P1DIR’ no se declaró aquí (primer uso en esta función)
src/macbookbreathe.c:75: error: ‘BIT6’ no se declaró aquí (primer uso en esta función)
src/macbookbreathe.c:76: error: ‘P1SEL’ no se declaró aquí (primer uso en esta función)
src/macbookbreathe.c: En la función ‘led_init’:
src/macbookbreathe.c:83: error: ‘P1DIR’ no se declaró aquí (primer uso en esta función)
src/macbookbreathe.c:83: error: ‘BIT0’ no se declaró aquí (primer uso en esta función)
src/macbookbreathe.c:85: error: ‘P1OUT’ no se declaró aquí (primer uso en esta función)
src/macbookbreathe.c: En la función ‘init’:
src/macbookbreathe.c:92: error: ‘WDTCTL’ no se declaró aquí (primer uso en esta función)
src/macbookbreathe.c:92: error: ‘WDTPW’ no se declaró aquí (primer uso en esta función)
src/macbookbreathe.c:92: error: ‘WDTHOLD’ no se declaró aquí (primer uso en esta función)
src/macbookbreathe.c:99: aviso: declaración implícita de la función ‘_BIS_SR’
src/macbookbreathe.c:99: error: ‘GIE’ no se declaró aquí (primer uso en esta función)
src/macbookbreathe.c: En la función ‘timer_start’:
src/macbookbreathe.c:107: error: ‘TACCR0’ no se declaró aquí (primer uso en esta función)
src/macbookbreathe.c:109: error: ‘TACTL’ no se declaró aquí (primer uso en esta función)
src/macbookbreathe.c:109: error: ‘MC_1’ no se declaró aquí (primer uso en esta función)
src/macbookbreathe.c: En la función ‘main’:
src/macbookbreathe.c:120: error: ‘LPM3_bits’ no se declaró aquí (primer uso en esta función)
src/macbookbreathe.c: En la función ‘TIMERA1_ISR’:
src/macbookbreathe.c:130: error: ‘TACCTL1’ no se declaró aquí (primer uso en esta función)
src/macbookbreathe.c:130: error: ‘CCIFG’ no se declaró aquí (primer uso en esta función)
src/macbookbreathe.c:152: error: ‘TAR’ no se declaró aquí (primer uso en esta función)
src/macbookbreathe.c:153: error: ‘TACCR1’ no se declaró aquí (primer uso en esta función)
Abort: Error compiling macbookbreathe.c


In the first invocation, it looks like mspgcc doesn&#039;t recognize msp430g2211 as a valid MCU. In the second invocation I try with mcu=msp430x2211 and it looks like compiler accepts it as a valid MCU, but can&#039;t find register definitions :(

Any help should be great.</description>
		<content:encoded><![CDATA[<p>I have followed your steps, and completed installation without errors. Then tried to compile example programs from here:<br />
<a href="https://github.com/sergiocampama/Launchpad/blob/master/README.md" rel="nofollow">https://github.com/sergiocampama/Launchpad/blob/master/README.md</a></p>
<p>But had no luck. Output to some rake invocations:</p>
<p>$ rake<br />
(in /home/jalon/msp430/sergiocampama-Launchpad-a6fe690/MacBookBreathe)<br />
Compiling macbookbreathe.c&#8230;<br />
src/macbookbreathe.c:1: error: MCU msp430g2211 not supported<br />
Known MCU names:<br />
   msp1<br />
   msp2<br />
   msp3<br />
   msp4<br />
   msp5<br />
   msp6<br />
   msp430x110<br />
   msp430x112<br />
   msp430x1101<br />
   msp430x1111<br />
   msp430x1121<br />
   msp430x1122<br />
   msp430x1132<br />
   msp430x122<br />
   msp430x123<br />
   msp430x1222<br />
   msp430x1232<br />
   msp430x133<br />
   msp430x135<br />
   msp430x1331<br />
   msp430x1351<br />
   msp430x147<br />
   msp430x148<br />
   msp430x149<br />
   msp430x1471<br />
   msp430x1481<br />
   msp430x1491<br />
   msp430x155<br />
   msp430x156<br />
   msp430x157<br />
   msp430x167<br />
   msp430x168<br />
   msp430x169<br />
   msp430x1610<br />
   msp430x1611<br />
   msp430x1612<br />
   msp430x2001<br />
   msp430x2011<br />
   msp430x2002<br />
   msp430x2012<br />
   msp430x2003<br />
   msp430x2013<br />
   msp430x2101<br />
   msp430x2111<br />
   msp430x2121<br />
   msp430x2131<br />
   msp430x2112<br />
   msp430x2122<br />
   msp430x2132<br />
   msp430x2201<br />
   msp430x2211<br />
   msp430x2221<br />
   msp430x2231<br />
   msp430x2232<br />
   msp430x2252<br />
   msp430x2272<br />
   msp430x2234<br />
   msp430x2254<br />
   msp430x2274<br />
   msp430x233<br />
   msp430x235<br />
   msp430x2330<br />
   msp430x2350<br />
   msp430x2370<br />
   msp430x247<br />
   msp430x248<br />
   msp430x249<br />
   msp430x2410<br />
   msp430x2471<br />
   msp430x2481<br />
   msp430x2491<br />
   msp430x2416<br />
   msp430x2417<br />
   msp430x2418<br />
   msp430x2419<br />
   msp430x2616<br />
   msp430x2617<br />
   msp430x2618<br />
   msp430x2619<br />
   msp430x311<br />
   msp430x312<br />
   msp430x313<br />
   msp430x314<br />
   msp430x315<br />
   msp430x323<br />
   msp430x325<br />
   msp430x336<br />
   msp430x337<br />
   msp430x412<br />
   msp430x413<br />
   msp430x415<br />
   msp430x417<br />
   msp430x423<br />
   msp430x425<br />
   msp430x427<br />
   msp430x4250<br />
   msp430x4260<br />
   msp430x4270<br />
   msp430xG4250<br />
   msp430xG4260<br />
   msp430xG4270<br />
   msp430xE423<br />
   msp430xE425<br />
   msp430xE427<br />
   msp430xE4232<br />
   msp430xE4242<br />
   msp430xE4252<br />
   msp430xE4272<br />
   msp430xW423<br />
   msp430xW425<br />
   msp430xW427<br />
   msp430xG437<br />
   msp430xG438<br />
   msp430xG439<br />
   msp430x435<br />
   msp430x436<br />
   msp430x437<br />
   msp430x4351<br />
   msp430x4361<br />
   msp430x4371<br />
   msp430x447<br />
   msp430x448<br />
   msp430x449<br />
   msp430xG4616<br />
   msp430xG4617<br />
   msp430xG4618<br />
   msp430xG4619<br />
   msp430x4783<br />
   msp430x4784<br />
   msp430x4793<br />
   msp430x4794<br />
   msp430x47163<br />
   msp430x47173<br />
   msp430x47183<br />
   msp430x47193<br />
   msp430x47166<br />
   msp430x47176<br />
   msp430x47186<br />
   msp430x47196<br />
   msp430x47167<br />
   msp430x47177<br />
   msp430x47187<br />
   msp430x47197<br />
   msp430x5418<br />
   msp430x5419<br />
   msp430x5435<br />
   msp430x5436<br />
   msp430x5437<br />
   msp430x5438<br />
   msp430x5500<br />
   msp430x5501<br />
   msp430x5502<br />
   msp430x5503<br />
   msp430x5504<br />
   msp430x5505<br />
   msp430x5506<br />
   msp430x5507<br />
   msp430x5508<br />
   msp430x5509<br />
   msp430x5510<br />
   msp430x5513<br />
   msp430x5514<br />
   msp430x5515<br />
   msp430x5517<br />
   msp430x5519<br />
   msp430x5521<br />
   msp430x5522<br />
   msp430x5524<br />
   msp430x5525<br />
   msp430x5526<br />
   msp430x5527<br />
   msp430x5528<br />
   msp430x5529<br />
   msp430x6638<br />
   cc430x5133<br />
   cc430x5125<br />
   cc430x6125<br />
   cc430x6135<br />
   cc430x6126<br />
   cc430x5137<br />
   cc430x6127<br />
   cc430x6137<br />
src/macbookbreathe.c:1: confusión por errores previos, saliendo<br />
Abort: Error compiling macbookbreathe.c</p>
<p>$ rake mcu=msp430x2211<br />
(in /home/jalon/msp430/sergiocampama-Launchpad-a6fe690/MacBookBreathe)<br />
Compiling macbookbreathe.c&#8230;<br />
src/macbookbreathe.c:10:20: error: msp430.h: No existe el fichero o el directorio<br />
src/macbookbreathe.c: En la función ‘timer_init’:<br />
src/macbookbreathe.c:70: error: ‘TACTL’ no se declaró aquí (primer uso en esta función)<br />
src/macbookbreathe.c:70: error: (Cada identificador no declarado solamente se reporta una vez<br />
src/macbookbreathe.c:70: error: para cada funcion en la que aparece.)<br />
src/macbookbreathe.c:70: error: ‘TASSEL_1’ no se declaró aquí (primer uso en esta función)<br />
src/macbookbreathe.c:73: error: ‘TACCTL1’ no se declaró aquí (primer uso en esta función)<br />
src/macbookbreathe.c:73: error: ‘CCIE’ no se declaró aquí (primer uso en esta función)<br />
src/macbookbreathe.c:73: error: ‘OUTMOD_7’ no se declaró aquí (primer uso en esta función)<br />
src/macbookbreathe.c:75: error: ‘P1DIR’ no se declaró aquí (primer uso en esta función)<br />
src/macbookbreathe.c:75: error: ‘BIT6’ no se declaró aquí (primer uso en esta función)<br />
src/macbookbreathe.c:76: error: ‘P1SEL’ no se declaró aquí (primer uso en esta función)<br />
src/macbookbreathe.c: En la función ‘led_init’:<br />
src/macbookbreathe.c:83: error: ‘P1DIR’ no se declaró aquí (primer uso en esta función)<br />
src/macbookbreathe.c:83: error: ‘BIT0’ no se declaró aquí (primer uso en esta función)<br />
src/macbookbreathe.c:85: error: ‘P1OUT’ no se declaró aquí (primer uso en esta función)<br />
src/macbookbreathe.c: En la función ‘init’:<br />
src/macbookbreathe.c:92: error: ‘WDTCTL’ no se declaró aquí (primer uso en esta función)<br />
src/macbookbreathe.c:92: error: ‘WDTPW’ no se declaró aquí (primer uso en esta función)<br />
src/macbookbreathe.c:92: error: ‘WDTHOLD’ no se declaró aquí (primer uso en esta función)<br />
src/macbookbreathe.c:99: aviso: declaración implícita de la función ‘_BIS_SR’<br />
src/macbookbreathe.c:99: error: ‘GIE’ no se declaró aquí (primer uso en esta función)<br />
src/macbookbreathe.c: En la función ‘timer_start’:<br />
src/macbookbreathe.c:107: error: ‘TACCR0’ no se declaró aquí (primer uso en esta función)<br />
src/macbookbreathe.c:109: error: ‘TACTL’ no se declaró aquí (primer uso en esta función)<br />
src/macbookbreathe.c:109: error: ‘MC_1’ no se declaró aquí (primer uso en esta función)<br />
src/macbookbreathe.c: En la función ‘main’:<br />
src/macbookbreathe.c:120: error: ‘LPM3_bits’ no se declaró aquí (primer uso en esta función)<br />
src/macbookbreathe.c: En la función ‘TIMERA1_ISR’:<br />
src/macbookbreathe.c:130: error: ‘TACCTL1’ no se declaró aquí (primer uso en esta función)<br />
src/macbookbreathe.c:130: error: ‘CCIFG’ no se declaró aquí (primer uso en esta función)<br />
src/macbookbreathe.c:152: error: ‘TAR’ no se declaró aquí (primer uso en esta función)<br />
src/macbookbreathe.c:153: error: ‘TACCR1’ no se declaró aquí (primer uso en esta función)<br />
Abort: Error compiling macbookbreathe.c</p>
<p>In the first invocation, it looks like mspgcc doesn&#8217;t recognize msp430g2211 as a valid MCU. In the second invocation I try with mcu=msp430x2211 and it looks like compiler accepts it as a valid MCU, but can&#8217;t find register definitions <img src='http://justinstech.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Any help should be great.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

