<?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>MCUXpresso GeneralのトピックRe: Breakpoints in SDK driver not working</title>
    <link>https://community.nxp.com/t5/MCUXpresso-General/Breakpoints-in-SDK-driver-not-working/m-p/1293428#M4189</link>
    <description>&lt;P&gt;Erich,&lt;/P&gt;&lt;P&gt;I did make sure skip all breakpoints was not enabled. If I set a breakpoint for the callback function for the UART in my own code, it works. I can then step through the driver code but if I make the breakpoint in the driver code it doesn't pause. I would think that it is linked since I created the project using the wizard. I am new to this so if I had to add the driver folder to the linker, how is it done.&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
    <pubDate>Wed, 16 Jun 2021 16:05:48 GMT</pubDate>
    <dc:creator>chrissorrentino</dc:creator>
    <dc:date>2021-06-16T16:05:48Z</dc:date>
    <item>
      <title>Breakpoints in SDK driver not working</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Breakpoints-in-SDK-driver-not-working/m-p/1292767#M4187</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to make a change to the UART SDK driver. When I set a breakpoint in the driver code to debug and see what is going on, it seems to be ignored. I removed all other breakpoints to make sure that the only one was in the driver code. Is there some setting that has to be changed?&lt;/P&gt;&lt;P&gt;I am using MCUXpresso 11.3, Freedom64F board with the Segger OpenSDA and SDK 2.8.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2021 19:26:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Breakpoints-in-SDK-driver-not-working/m-p/1292767#M4187</guid>
      <dc:creator>chrissorrentino</dc:creator>
      <dc:date>2021-06-15T19:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Breakpoints in SDK driver not working</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Breakpoints-in-SDK-driver-not-working/m-p/1292946#M4188</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/26899"&gt;@chrissorrentino&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;can you check your breakpoints in the breakpoints view?&lt;/P&gt;&lt;P&gt;Maybe you have 'skipped' all breakpoints: &lt;A href="https://mcuoneclipse.com/2013/02/19/skipping-breakpoints/" target="_blank"&gt;https://mcuoneclipse.com/2013/02/19/skipping-breakpoints/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Does it stop at main without problems?&lt;/P&gt;&lt;P&gt;Other than that: are you sure that the code where you want to set the breakpoint is used (linked)?&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 05:06:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Breakpoints-in-SDK-driver-not-working/m-p/1292946#M4188</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2021-06-16T05:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Breakpoints in SDK driver not working</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Breakpoints-in-SDK-driver-not-working/m-p/1293428#M4189</link>
      <description>&lt;P&gt;Erich,&lt;/P&gt;&lt;P&gt;I did make sure skip all breakpoints was not enabled. If I set a breakpoint for the callback function for the UART in my own code, it works. I can then step through the driver code but if I make the breakpoint in the driver code it doesn't pause. I would think that it is linked since I created the project using the wizard. I am new to this so if I had to add the driver folder to the linker, how is it done.&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 16:05:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Breakpoints-in-SDK-driver-not-working/m-p/1293428#M4189</guid>
      <dc:creator>chrissorrentino</dc:creator>
      <dc:date>2021-06-16T16:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Breakpoints in SDK driver not working</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Breakpoints-in-SDK-driver-not-working/m-p/1293445#M4190</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/26899"&gt;@chrissorrentino&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;does your drivers folder have that blue 'c' icon&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ErichS_0-1623861415835.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/147228iC5BA30A376442D41/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ErichS_0-1623861415835.png" alt="ErichS_0-1623861415835.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;? If not, it is not part of the build (excluded). Check the properties:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ErichS_1-1623861520908.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/147229iAB90DD4DCE905A1C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ErichS_1-1623861520908.png" alt="ErichS_1-1623861520908.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If you set a breakpoint, that checkmark needs to be set with the breakpoint bulltet:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ErichS_2-1623861615045.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/147230i42FD0571AC1E30C9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ErichS_2-1623861615045.png" alt="ErichS_2-1623861615045.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Can you share your breakpoints view?&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 16:40:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Breakpoints-in-SDK-driver-not-working/m-p/1293445#M4190</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2021-06-16T16:40:43Z</dc:date>
    </item>
  </channel>
</rss>

