<?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>Kinetis Design StudioのトピックRe: KDS - attach debugger issue</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-attach-debugger-issue/m-p/493178#M5985</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I don't remember what the final fix was.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Randy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jan 2019 18:48:09 GMT</pubDate>
    <dc:creator>randyhermes</dc:creator>
    <dc:date>2019-01-21T18:48:09Z</dc:date>
    <item>
      <title>KDS - attach debugger issue</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-attach-debugger-issue/m-p/493175#M5982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using KDS 3.0, SDK 1.3, PE Multilink JTAG.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just started using my app with the Kinetis bootloader.&lt;/P&gt;&lt;P&gt;Prior to using the bootloader I was able to use a debug configuration to attach to an already installed application that was linked starting at address 0.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The new configuration was moved to starting address 0xA000 to allow room for the bootloader.&lt;/P&gt;&lt;P&gt;The bootloader loads and runs the app fine.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a debug configuration to attach to the running app.&amp;nbsp; It attaches fine, but will not execute a breakpoint.&amp;nbsp; It appears the breakpoint is set, but it never breaks.&lt;/P&gt;&lt;P&gt;I've tried using symbol offsets of 0 and 0xA000.&amp;nbsp; Neither works.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So what am I doing wrong.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P&gt;Randy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 22:28:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-attach-debugger-issue/m-p/493175#M5982</guid>
      <dc:creator>randyhermes</dc:creator>
      <dc:date>2016-02-05T22:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: KDS - attach debugger issue</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-attach-debugger-issue/m-p/493176#M5983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Randy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try adding the following gdb command to the debugger settings:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;CODE style="color: #000000; font-style: normal; font-weight: normal; text-align: start; text-indent: 0px;"&gt;add-symbol-file&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/CODE&gt;&lt;VAR style="color: #000000; font-family: 'Times New Roman'; font-size: medium; font-weight: normal; text-align: start; text-indent: 0px;"&gt;filename&lt;/VAR&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; font-size: medium; text-align: start; text-indent: 0px;"&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;VAR style="color: #000000; font-family: 'Times New Roman'; font-size: medium; font-weight: normal; text-align: start; text-indent: 0px;"&gt;address&lt;/VAR&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;add-symbol-file C:\\Users\\b38285\\workspace.kds\\Application2\\Debug\\Application2.elf&amp;nbsp; 0x0000a410&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="132395_132395.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/121053iC73E9D118525BAC3/image-size/large?v=v2&amp;amp;px=999" role="button" title="132395_132395.png" alt="132395_132395.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/35443i58630FD0DC03C17A/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;0x0000a410&lt;/STRONG&gt; is the origin of the m_text section of my second application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="132396_132396.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/121054i6C18C0D1C2C78FBC/image-size/large?v=v2&amp;amp;px=999" role="button" title="132396_132396.png" alt="132396_132396.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_6.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/35501i1DBB9A6A7F82C1E1/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_6.png" alt="pastedImage_6.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if it helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Carlos Mendoza&lt;/P&gt;&lt;P&gt;Technical Support Engineer&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 16:18:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-attach-debugger-issue/m-p/493176#M5983</guid>
      <dc:creator>Carlos_Mendoza</dc:creator>
      <dc:date>2016-02-11T16:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: KDS - attach debugger issue</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-attach-debugger-issue/m-p/493177#M5984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/randyhermes"&gt;randyhermes&lt;/A&gt;‌ , did the above fix your issue debugging? Did you also have to set &lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;SCB-&amp;gt;VTOR&lt;/SPAN&gt; to &lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;m_interrupts&lt;/SPAN&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2019 17:59:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-attach-debugger-issue/m-p/493177#M5984</guid>
      <dc:creator>lucasrangit</dc:creator>
      <dc:date>2019-01-21T17:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: KDS - attach debugger issue</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-attach-debugger-issue/m-p/493178#M5985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I don't remember what the final fix was.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Randy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2019 18:48:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-attach-debugger-issue/m-p/493178#M5985</guid>
      <dc:creator>randyhermes</dc:creator>
      <dc:date>2019-01-21T18:48:09Z</dc:date>
    </item>
  </channel>
</rss>

