<?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>Blog - All Comments</title><link>/technologies/embedded/b/blog</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Connecting AI to the Physical World with MCP and a Pi Pico W</title><link>https://community.element14.com/technologies/embedded/b/blog/posts/connecting-ai-to-the-physical-world-with-mcp-and-a-pi-pico-w</link><pubDate>Tue, 22 Sep 2026 08:22:19 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:d8e38409-8320-48c7-93ae-28348010f8cc</guid><dc:creator>BigG</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Wow! Awesome work. This is a great use case.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=30221&amp;AppID=7&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Connecting AI to the Physical World with MCP and a Pi Pico W</title><link>https://community.element14.com/technologies/embedded/b/blog/posts/connecting-ai-to-the-physical-world-with-mcp-and-a-pi-pico-w</link><pubDate>Tue, 22 Sep 2026 08:21:52 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:d8e38409-8320-48c7-93ae-28348010f8cc</guid><dc:creator>Fred27</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;&amp;quot;Connecting AI to the Physical World&amp;quot;&lt;/p&gt;
&lt;p&gt;Don&amp;#39;t do it! It won&amp;#39;t end well. Haven&amp;#39;t you seen Terminator?&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=30221&amp;AppID=7&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: MSPM0 project with VS Code, CMake and GCC - part 7a: middleware example stepper motor control</title><link>https://community.element14.com/technologies/embedded/b/blog/posts/mspm0-project-with-vs-code-cmake-and-gcc---part-7-middleware-example-stepper-motor-control</link><pubDate>Sat, 19 Sep 2026 18:57:09 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:e9e2ca2c-8582-462e-b956-52369a253fe9</guid><dc:creator>DAB</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Another nice update Jan.&lt;/p&gt;
&lt;p&gt;It is too bad they do not have these tools for the older MSP430.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=30213&amp;AppID=7&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: MSPM0 project with VS Code, CMake and GCC - part 7a: middleware example stepper motor control</title><link>https://community.element14.com/technologies/embedded/b/blog/posts/mspm0-project-with-vs-code-cmake-and-gcc---part-7-middleware-example-stepper-motor-control</link><pubDate>Sat, 19 Sep 2026 15:32:36 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:e9e2ca2c-8582-462e-b956-52369a253fe9</guid><dc:creator>Qbit</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Nice update on the series! Great write up on the cmake setup and VS Code project files.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=30213&amp;AppID=7&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: MSPM0 project with VS Code, CMake and GCC - part 7a: middleware example stepper motor control</title><link>https://community.element14.com/technologies/embedded/b/blog/posts/mspm0-project-with-vs-code-cmake-and-gcc---part-7-middleware-example-stepper-motor-control</link><pubDate>Sat, 19 Sep 2026 15:05:58 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:e9e2ca2c-8582-462e-b956-52369a253fe9</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I learned that the conversation between GUI and firmware is over debug protocol, not via UART. The GUI knows firmware variable addresses (by inspecting hte binary). And uses the debug instructions to directly set and read those variables.&lt;/p&gt;
&lt;p&gt;So there is no UART to reuse as interface. I tested the VS Code generated firmware by doing the same as TI. Change variable values in a debug session. &lt;br /&gt;That works, and I now know&amp;nbsp;how to start from this code and build my own.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=30213&amp;AppID=7&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: PWM example for the EasyL1105 MSPM0 board</title><link>https://community.element14.com/technologies/embedded/b/blog/posts/pwm-example-for-the-easyl1105-mspm0-board</link><pubDate>Thu, 17 Sep 2026 16:42:01 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:d2fbc767-bec7-4aba-9e58-c0de9139fee9</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I&amp;#39;m starting development of a stepper motor project. TI has a library for that. Unfortunately, the API documentation link, both in the offline, and downladed Resource Explorer, are not pointing to the correct resource. Online: 404 error, offline: doxygen&amp;nbsp;generated empty documentation.&lt;/p&gt;
&lt;p&gt;Google&amp;#39;s AI to the rescue: it found a working version:&amp;nbsp;&lt;a id="" href="https://software-dl.ti.com/msp430/esd/MSPM0-SDK/2_00_01_00/docs/chinese/middleware/motor_control_stepper/doxygen/api_guide/html/index.html" rel="noopener noreferrer nofollow" target="_blank" data-e14adj="t"&gt;https://software-dl.ti.com/msp430/esd/MSPM0-SDK/2_00_01_00/docs/chinese/middleware/motor_control_stepper/doxygen/api_guide/html/index.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(it also put a rant:&amp;nbsp;&lt;/p&gt;
&lt;blockquote&gt;
&lt;div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-hveid="CAAIDRAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &amp;quot;Google Sans&amp;quot;, Arial, sans-serif, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);"&gt;&lt;span data-subtree="aimfl" data-processed="true" data-copy-service-computed-style="font-family: &amp;quot;Google Sans&amp;quot;, Arial, sans-serif, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);"&gt;That is a known, frustrating issue with certain releases of the &lt;/span&gt;&lt;span class="" data-sfc-cp="" data-sfc-root="ep" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &amp;quot;Google Sans&amp;quot;, Arial, sans-serif, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);"&gt;&lt;a class="H23r4e" href="https://www.ti.com/tool/MSPM0-SDK" data-ved="2ahUKEwj2m52L4_WWAxUYwAIHHRagGUwQy_kOegYIAAgNEAE" data-hveid="CAAIDRAB" data-processed="true" data-copy-service-computed-style="font-family: &amp;quot;Google Sans&amp;quot;, Arial, sans-serif, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; font-weight: 500; margin: 0px; text-decoration: underline 1px rgb(21, 88, 214); border-bottom: 0px rgb(21, 88, 214);" rel="noopener noreferrer nofollow" target="_blank" data-e14adj="t"&gt;MSPM0 SDK&lt;/a&gt;&lt;/span&gt;. TI sometimes packages the Doxygen folder structure with the raw HTML/CSS framework, but misses embedding the actual compiled C-source documentation or links them to an empty index file.&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/blockquote&gt;
&lt;p&gt;)&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=29249&amp;AppID=7&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: MSPM0 interrupt messaging system</title><link>https://community.element14.com/technologies/embedded/b/blog/posts/mspm0-interrupt-messaging-system</link><pubDate>Mon, 14 Sep 2026 09:26:56 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:d274f3ce-7746-489b-9e5e-83ecd6825df7</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;a few useful examples that TI released in their SDK:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;timer notifies ADC&lt;/li&gt;
&lt;li&gt;UART notifies DMA&lt;/li&gt;
&lt;li&gt;COMPARATOR notifies timer&lt;/li&gt;
&lt;/ul&gt;&lt;img src="https://community.element14.com/aggbug?PostID=30184&amp;AppID=7&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: MSPM0 interrupt messaging system</title><link>https://community.element14.com/technologies/embedded/b/blog/posts/mspm0-interrupt-messaging-system</link><pubDate>Mon, 14 Sep 2026 08:55:12 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:d274f3ce-7746-489b-9e5e-83ecd6825df7</guid><dc:creator>BigG</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Oh wow, that&amp;#39;s interesting. In event driven architectures this makes like so much easier.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m fully into Zephyr RTOS at the moment and they have something similar, or at least I think it&amp;#39;s similar, called zbus:&amp;nbsp;&lt;a href="https://docs.zephyrproject.org/latest/services/zbus/index.html" rel="noopener noreferrer nofollow" target="_blank" data-e14adj="t"&gt;docs.zephyrproject.org/.../index.html&lt;/a&gt;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=30184&amp;AppID=7&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: MSPM0 interrupt messaging system</title><link>https://community.element14.com/technologies/embedded/b/blog/posts/mspm0-interrupt-messaging-system</link><pubDate>Sun, 13 Sep 2026 23:14:18 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:d274f3ce-7746-489b-9e5e-83ecd6825df7</guid><dc:creator>shabaz</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Very interesting.. not too often one sees microcontroller projects that can do all the work in the hardware message-passing and nothing needed in the main code : )&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=30184&amp;AppID=7&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: MSPM0 project with VS Code, CMake and GCC - part 6: empty &amp;quot;template&amp;quot; project</title><link>https://community.element14.com/technologies/embedded/b/blog/posts/mspm0-project-with-vs-code-cmake-and-gcc---part-6-empty-template-project</link><pubDate>Sat, 12 Sep 2026 17:16:13 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:5f7b062e-d4a7-4507-920e-7335f22f1c09</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;A bit of AI help.&lt;/p&gt;
&lt;p&gt;The SDK uses a construct that throws a&amp;nbsp;lot of warnings in GCC 15. Because I&amp;#39;m not changing the SDK source, I tried to suppress it with:&lt;/p&gt;
&lt;div&gt;
&lt;pre&gt;&lt;span&gt;target_compile_options&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;${&lt;/span&gt;&lt;span&gt;CMAKE_PROJECT_NAME&lt;/span&gt;&lt;span&gt;}&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;PRIVATE&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;-Wno-volatile&lt;/span&gt;&lt;span&gt;)&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;I got 1 remaining warning:&amp;nbsp;&lt;strong&gt;command-line option &amp;#39;-Wno-volatile&amp;#39; is valid for C++/ObjC++ but not for C&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Here&amp;#39;s Google&amp;#39;s AI reply. It solved&amp;nbsp;it.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Question:&lt;/strong&gt;&amp;nbsp;command-line option &amp;#39;-Wno-volatile&amp;#39; is valid for C++/ObjC++ but not for C&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Answer:&lt;/strong&gt;&lt;/p&gt;
&lt;div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-hveid="CAAIBxAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &amp;quot;Google Sans&amp;quot;, Arial, sans-serif, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);"&gt;This warning or error occurs because the compiler flag -Wno-volatile is being passed to the &lt;strong class="rQesXe MPyX" data-sfc-cp="" data-sfc-root="ep" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &amp;quot;Google Sans&amp;quot;, Arial, sans-serif, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; font-weight: 700; margin: 0px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);"&gt;C compiler&lt;/strong&gt; (like gcc), but this specific flag only exists for the &lt;strong class="rQesXe MPyX" data-sfc-cp="" data-sfc-root="ep" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &amp;quot;Google Sans&amp;quot;, Arial, sans-serif, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; font-weight: 700; margin: 0px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);"&gt;C++ compiler&lt;/strong&gt; (like g++).&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-hveid="CAAICBAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &amp;quot;Google Sans&amp;quot;, Arial, sans-serif, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);"&gt;This usually happens when the flag is added to a global variable (such as CFLAGS or a shared build_flags configuration), forcing it onto all source files regardless of language.&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="yhAwj" data-sfc-cp="" data-sfc-root="ep" data-complete="true" data-processed="true" data-sfc-inited="2" data-copy-service-computed-style="font-family: &amp;quot;Google Sans&amp;quot;, Arial, sans-serif, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);"&gt;&lt;/div&gt;
&lt;div class="otQkpb" data-animation-nesting="" data-sfc-cp="" data-wiz-attrbind="aria-level=An6Rcc_19/fLk2Md" data-sfc-root="ep" data-complete="true" data-processed="true" data-sae="" data-copy-service-computed-style="font-family: &amp;quot;Google Sans&amp;quot;, Arial, sans-serif, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 20px; font-weight: 600; margin: 24px 0px 12px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);"&gt;How to Fix It&lt;/div&gt;
&lt;div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-hveid="CAAIChAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &amp;quot;Google Sans&amp;quot;, Arial, sans-serif, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);"&gt;You need to ensure this flag is &lt;strong class="rQesXe MPyX" data-sfc-cp="" data-sfc-root="ep" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &amp;quot;Google Sans&amp;quot;, Arial, sans-serif, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; font-weight: 700; margin: 0px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);"&gt;only passed to C++ compilations&lt;/strong&gt;. Here is how to fix it depending on your build tool:&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="yhAwj" data-sfc-cp="" data-sfc-root="ep" data-complete="true" data-processed="true" data-sfc-inited="2" data-copy-service-computed-style="font-family: &amp;quot;Google Sans&amp;quot;, Arial, sans-serif, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);"&gt;&lt;/div&gt;
&lt;div class="AdPoic" data-animation-nesting="" data-sfc-cp="" data-wiz-attrbind="aria-level=An6Rcc_1i/fLk2Md" data-sfc-root="ep" data-complete="true" data-processed="true" data-sae="" data-copy-service-computed-style="font-family: &amp;quot;Google Sans&amp;quot;, Arial, sans-serif, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; font-weight: 700; margin: 24px 0px 12px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);"&gt;1. In CMake&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-hveid="CAAIDBAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &amp;quot;Google Sans&amp;quot;, Arial, sans-serif, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);"&gt;Instead of using a global compiler definition, restrict the flag using a language-specific generator expression with target_compile_options:&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="yhAwj" data-sfc-cp="" data-sfc-root="ep" data-complete="true" data-processed="true" data-sfc-inited="2" data-copy-service-computed-style="font-family: &amp;quot;Google Sans&amp;quot;, Arial, sans-serif, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);"&gt;&lt;/div&gt;
&lt;div class="r1PmQe" data-sfc-cp="" data-sfc-root="ep" data-wiz-uids="An6Rcc_1y,An6Rcc_1x" data-hveid="CAAIDRAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &amp;quot;Google Sans&amp;quot;, Arial, sans-serif, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 14px; font-weight: 400; margin: 4px 0px 0px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);"&gt;
&lt;div data-processed="true" data-copy-service-computed-style="font-family: &amp;quot;Google Sans&amp;quot;, Arial, sans-serif, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);"&gt;
&lt;div class="pHpOfb" data-animation-atomic="" data-sae="" data-copy-service-computed-style="font-family: &amp;quot;Google Sans&amp;quot;, Arial, sans-serif, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 1px solid rgb(240, 242, 245);"&gt;
&lt;div class="z0e9Qd" data-copy-service-computed-style="font-family: &amp;quot;Google Sans&amp;quot;, Arial, sans-serif, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);"&gt;
&lt;div class="vVRw1d" data-copy-service-computed-style="font-family: &amp;quot;Google Sans&amp;quot;, Arial, sans-serif, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 20px; font-weight: 500; margin: 0px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);"&gt;cmake&lt;/div&gt;
&lt;/div&gt;
&lt;div class="pCTyYe" dir="ltr" data-copy-service-computed-style="font-family: &amp;quot;Google Sans&amp;quot;, Arial, sans-serif, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);"&gt;
&lt;pre data-copy-service-computed-style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 14px 0px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);"&gt;&lt;span class="mexSqb" data-copy-service-computed-style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(147, 52, 230);"&gt;target_compile_options&lt;/span&gt;&lt;span class="undefined" data-copy-service-computed-style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);"&gt;(your_target_name PRIVATE
    $&amp;lt;$&amp;lt;COMPILE_LANGUAGE:CXX&amp;gt;:-Wno-volatile&amp;gt;
)&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;img src="https://community.element14.com/aggbug?PostID=30182&amp;AppID=7&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: MSPM0 project with VS Code, CMake and GCC - part 5: Open .syscfg file in SysConfig GUI</title><link>https://community.element14.com/technologies/embedded/b/blog/posts/mspm0-project-with-vs-code-cmake-and-gcc---part-5-open-syscfg-file-in-sysconfig-gui</link><pubDate>Fri, 11 Sep 2026 10:44:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:163d032c-59bd-4f73-9d7f-799e4d166fa4</guid><dc:creator>Qbit</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Nice trick using the &amp;quot;Open in External App&amp;quot; extension to bridge that gap!&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=30174&amp;AppID=7&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: C++ library for ST Teseo GPS - pt. 1: Pico and I2C support</title><link>https://community.element14.com/technologies/embedded/b/blog/posts/c-library-for-st-teseo-gps---pt-1-pico-and-i2c-support</link><pubDate>Fri, 11 Sep 2026 10:18:56 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:512ffc53-fdf5-4da7-a2d5-489aa8b4b8f7</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I tried to port the examples to a tiny TI MSPM0, but that was too optimistic. The code compiles, but there&amp;#39;s not enough memory:&lt;/p&gt;
&lt;div&gt;
&lt;pre&gt;&lt;span&gt;mspm0_gps_teseo_nmea_with_data_processing_i2c section `.text&amp;#39; will not fit in region `FLASH&amp;#39;&lt;/span&gt;&lt;br /&gt;&lt;span&gt;mspm0_gps_teseo_nmea_with_data_processing_i2c section `.bss&amp;#39; will not fit in region `SRAM&amp;#39;&lt;/span&gt;&lt;br /&gt;&lt;span&gt;`FLASH&amp;#39; overflowed by 187192 bytes&lt;/span&gt;&lt;br /&gt;&lt;span&gt;`SRAM&amp;#39; overflowed by 624 bytes&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=28155&amp;AppID=7&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: MSPM0 project with VS Code, CMake and GCC - part 5: Open .syscfg file in SysConfig GUI</title><link>https://community.element14.com/technologies/embedded/b/blog/posts/mspm0-project-with-vs-code-cmake-and-gcc---part-5-open-syscfg-file-in-sysconfig-gui</link><pubDate>Fri, 11 Sep 2026 01:09:13 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:163d032c-59bd-4f73-9d7f-799e4d166fa4</guid><dc:creator>DAB</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Another great update Jan.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=30174&amp;AppID=7&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: MSPM0 project with VS Code, CMake and GCC - part 5: Open .syscfg file in SysConfig GUI</title><link>https://community.element14.com/technologies/embedded/b/blog/posts/mspm0-project-with-vs-code-cmake-and-gcc---part-5-open-syscfg-file-in-sysconfig-gui</link><pubDate>Thu, 10 Sep 2026 18:49:59 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:163d032c-59bd-4f73-9d7f-799e4d166fa4</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I hadn&amp;#39;t seen this LaunchPad view before:&lt;br /&gt;&lt;br /&gt;&lt;img height="364" src="/resized-image/__size/994x728/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-163d032c-59bd-4f73-9d7f-799e4d166fa4/pastedimage1789066108637v1.png" width="497" alt=" " /&gt;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=30174&amp;AppID=7&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: MSPM0 C++ project: service handler considerations</title><link>https://community.element14.com/technologies/embedded/b/blog/posts/mspm0-c-project</link><pubDate>Mon, 07 Sep 2026 13:28:53 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:bbc69cb4-de53-46a2-aa1a-cf888c78c982</guid><dc:creator>Qbit</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Useful information, but if I had know it before it could have save my days.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=30155&amp;AppID=7&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>