<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>EasyL1105 MSPM0 board: hello, world</title><link>/technologies/embedded/b/blog/posts/easyl1105-mspm0-board-hello-world</link><description>shabaz designed a development kit for the recent Texas Instruments MSPM0 microcontroller series. In this post, a little hello, world example. Complexity: low.
( post that introduces the kit)





Required hardware an...</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: EasyL1105 MSPM0 board: hello, world</title><link>https://community.element14.com/technologies/embedded/b/blog/posts/easyl1105-mspm0-board-hello-world</link><pubDate>Fri, 12 Sep 2025 20:27:12 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:0e841b2b-3ca6-47fb-9c02-1f8888256353</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;An image of a &amp;lt;space&amp;gt; in UART&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;115200 baud&lt;/li&gt;
&lt;li&gt;8 bits&lt;/li&gt;
&lt;li&gt;stop bit&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I put the cursors on start of bit 0 and end of bit 7. The tail after the right cursor is the stop bit.&lt;/p&gt;
&lt;p&gt;&lt;img height="297" src="/resized-image/__size/990x594/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-0e841b2b-3ca6-47fb-9c02-1f8888256353/4452.pastedimage1757708690346v1.png" width="495" alt=" " /&gt;&lt;/p&gt;
&lt;img src="https://community.element14.com/aggbug?PostID=29202&amp;AppID=7&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: EasyL1105 MSPM0 board: hello, world</title><link>https://community.element14.com/technologies/embedded/b/blog/posts/easyl1105-mspm0-board-hello-world</link><pubDate>Fri, 12 Sep 2025 15:06:40 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:0e841b2b-3ca6-47fb-9c02-1f8888256353</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;checking some signal levels [emoticon:c4563cd7d5574777a71c318021cbbcc8]&lt;/p&gt;
&lt;p&gt;&lt;img height="299" src="/resized-image/__size/996x598/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-0e841b2b-3ca6-47fb-9c02-1f8888256353/pastedimage1757689413294v1.png" width="498" alt=" " /&gt;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=29202&amp;AppID=7&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: EasyL1105 MSPM0 board: hello, world</title><link>https://community.element14.com/technologies/embedded/b/blog/posts/easyl1105-mspm0-board-hello-world</link><pubDate>Tue, 09 Sep 2025 22:42:40 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:0e841b2b-3ca6-47fb-9c02-1f8888256353</guid><dc:creator>shabaz</dc:creator><slash:comments>2</slash:comments><description>&lt;p&gt;Hi Jan,&lt;/p&gt;
&lt;p&gt;Nice! That will be extremely useful for printf debugging andall sorts of future projects, since UART is a key interface.&lt;/p&gt;
&lt;p&gt;I tried with GCC, with the same makefile as before, but made these changes:&lt;/p&gt;
&lt;p&gt;1. search-and-replace app_L1105 with&amp;nbsp;EasyL1105_helloworld&lt;/p&gt;
&lt;p&gt;2. search-and-replace main.c with helloworld.c&lt;/p&gt;
&lt;p&gt;Then, I had to copy-paste the Debug/ti_msp_dl_config.c and Debug/ti_msp_dl_config.h files one folder up, where the helloworld.c is, since the makefile doesn&amp;#39;t expect it anywhere else currently.&lt;/p&gt;
&lt;p&gt;Then, it was built successfully. (The makefile is attached renamed as a&amp;nbsp;.txt file).&lt;/p&gt;
&lt;p&gt;Based on that, I think ideally the makefile needs to be modified to have a project name at the top so that it&amp;#39;s easily modified, and, if I can figure out how, some way that the makefile will search for the&amp;nbsp;ti_msp_dl_config.c/h files in the top level folder, and if it&amp;#39;s not there, then search a Debug folder if it exists.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The Keil build would be more complicated : ( there&amp;#39;s&amp;nbsp;a&amp;nbsp;uvprojx project it uses, which is XML, and would need a script to make that easy to modify to change app_L1105 to the target project name plus the main.c (and any other files) would be be changed in there too, so that&amp;#39;s a bit of a pain, but not insurmountable, if there was a major desire to always be able to build with all three options! which probably isn&amp;#39;t a realistic need anyway!&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;[View:/cfs-file/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-0e841b2b-3ca6-47fb-9c02-1f8888256353/makefile.txt:320:180]&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=29202&amp;AppID=7&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: EasyL1105 MSPM0 board: hello, world</title><link>https://community.element14.com/technologies/embedded/b/blog/posts/easyl1105-mspm0-board-hello-world</link><pubDate>Tue, 09 Sep 2025 19:45:42 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:0e841b2b-3ca6-47fb-9c02-1f8888256353</guid><dc:creator>DAB</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Nice post Jan.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=29202&amp;AppID=7&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>