<?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: S32DS break-points and SPRs? in S32 Design Studio</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-break-points-and-SPRs/m-p/746838#M2557</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure if PE Micro can set HW breakpoints - I'll try to figure out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SPR view can be selected in active debug session by clicking on Window -&amp;gt; Show View -&amp;gt; Other&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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/16685i54FB0CA7A3510439/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;/P&gt;&lt;P&gt;there is SPR view in debug folder:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/16509iCB48D571A7DACE4A/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check current value by doubleclick on particular register:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/16633i3EC4568066DA70E7/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jiri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Feb 2018 08:13:23 GMT</pubDate>
    <dc:creator>jiri_kral</dc:creator>
    <dc:date>2018-02-16T08:13:23Z</dc:date>
    <item>
      <title>S32DS break-points and SPRs?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-break-points-and-SPRs/m-p/746835#M2554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to setup a hardware breakpoint? Is S32DS support breakpoint inside ISR?&lt;/P&gt;&lt;P&gt;Is there a way to check SPR registers values (such as IVOR4)?&lt;/P&gt;&lt;P&gt;I use S32DS to debug MPC5644A based board.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 12:23:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-break-points-and-SPRs/m-p/746835#M2554</guid>
      <dc:creator>MPC8313ERDB_h</dc:creator>
      <dc:date>2018-02-15T12:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS break-points and SPRs?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-break-points-and-SPRs/m-p/746836#M2555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the IDE, you can simply double-click on the area to the left of your code - you'll see a blue dot when the breakpoint is acknowledged. You can also right click -&amp;gt; add breakpoint. It should be hit in an ISR as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your "debug" context, there's a window to the top right that will show all breakpoints.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also in the debug context should be "EmbSys Registers" which gives you a view of all the hardware registers while the debug session is suspended&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 17:00:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-break-points-and-SPRs/m-p/746836#M2555</guid>
      <dc:creator>gearhead1107</dc:creator>
      <dc:date>2018-02-15T17:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS break-points and SPRs?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-break-points-and-SPRs/m-p/746837#M2556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear gearhead1107,&lt;/P&gt;&lt;P&gt;Thank you for your comments.&lt;/P&gt;&lt;P&gt;1. I'm aware of setting breakpoints and view them. However, I was referring to &lt;STRONG&gt;hardware&lt;/STRONG&gt; breakpoint rather than software breakpoint.&lt;/P&gt;&lt;P&gt;2. SPR (Special Purpose&amp;nbsp;Registers) are architectural registers and not "systems embedded" (memory mapped) registers. In fact, checking INTC registers do not reveal the values, but their address and reset-values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 19:12:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-break-points-and-SPRs/m-p/746837#M2556</guid>
      <dc:creator>MPC8313ERDB_h</dc:creator>
      <dc:date>2018-02-15T19:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS break-points and SPRs?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-break-points-and-SPRs/m-p/746838#M2557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure if PE Micro can set HW breakpoints - I'll try to figure out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SPR view can be selected in active debug session by clicking on Window -&amp;gt; Show View -&amp;gt; Other&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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/16685i54FB0CA7A3510439/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;/P&gt;&lt;P&gt;there is SPR view in debug folder:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/16509iCB48D571A7DACE4A/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check current value by doubleclick on particular register:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/16633i3EC4568066DA70E7/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jiri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 08:13:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-break-points-and-SPRs/m-p/746838#M2557</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2018-02-16T08:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS break-points and SPRs?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-break-points-and-SPRs/m-p/746839#M2558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I figured out that breakpoint type can be set in breakpoints view and breakpoint's properties:&lt;BR /&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/16801iC15C6496005BFEBD/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;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/16849iE77E3682CFF7E6D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can choose from couple breakpoint types - including the HW one:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/16892i60F7405823575EDF/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The question is how good is this feature implemented by PE Micro. I never used it with PE Micro.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jiri&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 08:26:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-break-points-and-SPRs/m-p/746839#M2558</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2018-02-16T08:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS break-points and SPRs?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-break-points-and-SPRs/m-p/746840#M2559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Jiri!&lt;/P&gt;&lt;P&gt;Very helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 15:18:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-break-points-and-SPRs/m-p/746840#M2559</guid>
      <dc:creator>MPC8313ERDB_h</dc:creator>
      <dc:date>2018-02-16T15:18:01Z</dc:date>
    </item>
  </channel>
</rss>

