<?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>Port an SDK example to the EasyL1105 MSPM0 board</title><link>/technologies/embedded/b/blog/posts/port-an-sdk-example-to-the-easyl1105-mspm0-board</link><description>TI&amp;#39;s SDK for the MSPM0 family has a set of examples. They are all targeting one of their LaunchPad dev kits. In this post, I&amp;#39;m porting one to the EasyL1105 .
The example that I&amp;#39;ll use is an FFT analysis design that&amp;#39;s written for the LP-MSPM0C1106 laun</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Port an SDK example to the EasyL1105 MSPM0 board</title><link>https://community.element14.com/technologies/embedded/b/blog/posts/port-an-sdk-example-to-the-easyl1105-mspm0-board</link><pubDate>Sun, 07 Sep 2025 14:17:04 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:56035890-0524-4893-b997-3279433b1cff</guid><dc:creator>shabaz</dc:creator><slash:comments>2</slash:comments><description>&lt;p&gt;I&amp;#39;ve yet to try serial comms with the chip. For I2C comms, found this interesting thing (but for I2C as peripheral, not host); turns out that there is a new PocketBeagle 2 (finally a different processor compared to old BeagleBone Black, but not a lot of RAM), and they are using a 24-pin MSPM0L1105 chip too. I wondered what for, and apparently it is for EEPROM and ADC emulation. Source code is here:&lt;br /&gt;&lt;a id="" href="https://openbeagle.org/pocketbeagle/mspm0-adc-eeprom/-/releases" rel="noopener noreferrer nofollow" target="_blank" data-e14adj="t"&gt;https://openbeagle.org/pocketbeagle/mspm0-adc-eeprom/-/releases&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I just briefly looked at it (on mobile phone since I&amp;#39;m not near a PC) but was amusing, they have emulated an Analog Devices AD7291 chip : ) useful because that&amp;#39;s supported by Linux drivers. They have also emulated a standard 4kByte EEPROM, both being accessible via I2C just like the real devices.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=29189&amp;AppID=7&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Port an SDK example to the EasyL1105 MSPM0 board</title><link>https://community.element14.com/technologies/embedded/b/blog/posts/port-an-sdk-example-to-the-easyl1105-mspm0-board</link><pubDate>Sat, 06 Sep 2025 19:59:11 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:56035890-0524-4893-b997-3279433b1cff</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=29189&amp;AppID=7&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Port an SDK example to the EasyL1105 MSPM0 board</title><link>https://community.element14.com/technologies/embedded/b/blog/posts/port-an-sdk-example-to-the-easyl1105-mspm0-board</link><pubDate>Sat, 06 Sep 2025 14:55:48 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:56035890-0524-4893-b997-3279433b1cff</guid><dc:creator>shabaz</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;That FFT code could be extremely useful! Good to see CCS looks a _lot_ cleaner than it used to, and that SysConfig feature is integrated well.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=29189&amp;AppID=7&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Port an SDK example to the EasyL1105 MSPM0 board</title><link>https://community.element14.com/technologies/embedded/b/blog/posts/port-an-sdk-example-to-the-easyl1105-mspm0-board</link><pubDate>Sat, 06 Sep 2025 14:28:37 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:56035890-0524-4893-b997-3279433b1cff</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;First project that uses serial comms over the USB&lt;/p&gt;
&lt;p&gt;&lt;img height="297" src="/resized-image/__size/992x594/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-56035890-0524-4893-b997-3279433b1cff/pastedimage1757168659315v1.png" width="496" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;It&amp;#39;s based on the example uart_rw_multibyte_fifo_poll&lt;/p&gt;
&lt;p&gt;I had to adapt controller, UART pins and LED pin. All via SysConfig:&lt;/p&gt;
&lt;p&gt;&lt;img height="408" src="/resized-image/__size/996x816/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-56035890-0524-4893-b997-3279433b1cff/pastedimage1757168878559v2.png" width="498" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img height="711" src="/resized-image/__size/996x1422/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-56035890-0524-4893-b997-3279433b1cff/pastedimage1757168919376v3.png" width="498" alt=" " /&gt;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=29189&amp;AppID=7&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>