<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Two questions in KDS: asm in Kinetis Design Studio</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Two-questions-in-KDS-asm/m-p/373598#M1876</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: tahoma, arial, helvetica, sans-serif;"&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma, arial, helvetica, sans-serif; font-size: 10pt;"&gt;Let me try to address your questions:&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="font-family: tahoma, arial, helvetica, sans-serif; font-size: 10pt;"&gt;You need to add &lt;SPAN style="color: #3d3d3d;"&gt;two underscores before the asm ( &lt;/SPAN&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;__asm&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d;"&gt;). Please refer &lt;A _jive_internal="true" href="https://community.nxp.com/message/453425#453425"&gt;HERE&lt;/A&gt; for more detail.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: tahoma, arial, helvetica, sans-serif;"&gt;&lt;SPAN style="color: #3d3d3d;"&gt;&lt;SPAN style="color: #373737;"&gt;The ‘&lt;/SPAN&gt;&lt;A href="http://mcuoneclipse.com/2013/01/27/live-view-for-variables-and-memory/" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; color: #1982d1;" title="Live View for Variables and Memory"&gt;Live View&lt;/A&gt;&lt;SPAN style="color: #373737;"&gt;‘ feature is &lt;SPAN style="color: #3d3d3d;"&gt;a CodeWarrior specific extension, and not supported in stock Eclipse Kepler/CDT as used in Kinetis Design Studio. A&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;dding global variables to the variables view is not supported (Remember that Eclipse moved to the &lt;A href="http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.cdt.doc.isv%2Fguide%2Fdsf%2Fintro%2Fdsf_programming_intro.html" style="font-family: inherit; font-style: inherit; font-weight: inherit; color: #1982d1;" title="DSF"&gt;DSF&lt;/A&gt; (Debugger Services Framework)), the workaround is to use the Expressions view as you mentioned. For more detail refer &lt;A _jive_internal="true" href="https://community.nxp.com/message/451335#451335"&gt;HERE&lt;/A&gt;.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Dec 2014 11:18:28 GMT</pubDate>
    <dc:creator>antonioconcio</dc:creator>
    <dc:date>2014-12-24T11:18:28Z</dc:date>
    <item>
      <title>Two questions in KDS: asm</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Two-questions-in-KDS-asm/m-p/373597#M1875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi，&lt;/P&gt;&lt;P&gt;1.I encountered a issue that KDS said cannot build successful with “undefined reference asm”， may I avoid it by change some setting of KDS？&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="18086_18086.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/120107iC66B2F074DC9A246/image-size/large?v=v2&amp;amp;px=999" role="button" title="18086_18086.png" alt="18086_18086.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/48773i5CD1551D6972EE78/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2. Back to CW when during debug, I can add any global variables as I want into the"variable window", with "refresh while Running", can use it to monitor some datar, for example,read I2C values:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="18087_18087.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/120108i9E663AD64F4473F1/image-size/large?v=v2&amp;amp;px=999" role="button" title="18087_18087.png" alt="18087_18087.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/48774i9A28B0AFB642ECBB/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But the add option always disable in kds, only I can put them into the expression window, where I could see the values changed after suspend the porgram running.&lt;/P&gt;&lt;P&gt;Is kds removed this function? If not, how to fix it?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="18088_18088.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/120109i33C83BCEF2D479D0/image-size/large?v=v2&amp;amp;px=999" role="button" title="18088_18088.png" alt="18088_18088.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/48775i32C4A127FAF30C3D/image-size/large?v=v2&amp;amp;px=999" role="button" title="3.png" alt="3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="18089_18089.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/120110i1305F29081A881FD/image-size/large?v=v2&amp;amp;px=999" role="button" title="18089_18089.png" alt="18089_18089.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="4.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/48776iEE111F2AC18604BB/image-size/large?v=v2&amp;amp;px=999" role="button" title="4.png" alt="4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;thanks so much!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2014 09:45:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Two-questions-in-KDS-asm/m-p/373597#M1875</guid>
      <dc:creator>kehanqin-b46569</dc:creator>
      <dc:date>2014-12-24T09:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Two questions in KDS: asm</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Two-questions-in-KDS-asm/m-p/373598#M1876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: tahoma, arial, helvetica, sans-serif;"&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma, arial, helvetica, sans-serif; font-size: 10pt;"&gt;Let me try to address your questions:&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="font-family: tahoma, arial, helvetica, sans-serif; font-size: 10pt;"&gt;You need to add &lt;SPAN style="color: #3d3d3d;"&gt;two underscores before the asm ( &lt;/SPAN&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;__asm&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d;"&gt;). Please refer &lt;A _jive_internal="true" href="https://community.nxp.com/message/453425#453425"&gt;HERE&lt;/A&gt; for more detail.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: tahoma, arial, helvetica, sans-serif;"&gt;&lt;SPAN style="color: #3d3d3d;"&gt;&lt;SPAN style="color: #373737;"&gt;The ‘&lt;/SPAN&gt;&lt;A href="http://mcuoneclipse.com/2013/01/27/live-view-for-variables-and-memory/" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; color: #1982d1;" title="Live View for Variables and Memory"&gt;Live View&lt;/A&gt;&lt;SPAN style="color: #373737;"&gt;‘ feature is &lt;SPAN style="color: #3d3d3d;"&gt;a CodeWarrior specific extension, and not supported in stock Eclipse Kepler/CDT as used in Kinetis Design Studio. A&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;dding global variables to the variables view is not supported (Remember that Eclipse moved to the &lt;A href="http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.cdt.doc.isv%2Fguide%2Fdsf%2Fintro%2Fdsf_programming_intro.html" style="font-family: inherit; font-style: inherit; font-weight: inherit; color: #1982d1;" title="DSF"&gt;DSF&lt;/A&gt; (Debugger Services Framework)), the workaround is to use the Expressions view as you mentioned. For more detail refer &lt;A _jive_internal="true" href="https://community.nxp.com/message/451335#451335"&gt;HERE&lt;/A&gt;.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2014 11:18:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Two-questions-in-KDS-asm/m-p/373598#M1876</guid>
      <dc:creator>antonioconcio</dc:creator>
      <dc:date>2014-12-24T11:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Two questions in KDS: asm</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Two-questions-in-KDS-asm/m-p/373599#M1877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you！&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 03:35:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Two-questions-in-KDS-asm/m-p/373599#M1877</guid>
      <dc:creator>kehanqin-b46569</dc:creator>
      <dc:date>2014-12-25T03:35:53Z</dc:date>
    </item>
  </channel>
</rss>

