<?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>S32 Design StudioのトピックRe: S32k144 , Stacking during Systick Handler</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/S32k144-Stacking-during-Systick-Handler/m-p/1033702#M6079</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PE Micro drivers are part of S32DS Installation. Your PE Micro Multilink should work out of the box. You can also re-install driver- driver is located in&amp;nbsp;c:\NXP\S32DS_ARM_v2.2\Drivers\ (with default install path).&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>Wed, 04 Mar 2020 15:54:29 GMT</pubDate>
    <dc:creator>jiri_kral</dc:creator>
    <dc:date>2020-03-04T15:54:29Z</dc:date>
    <item>
      <title>S32k144 , Stacking during Systick Handler</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32k144-Stacking-during-Systick-Handler/m-p/1033699#M6076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shall S32k144&amp;nbsp;processor push information onto the current sack during Systick handler?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #29303b; background-color: #ffffff;"&gt;Other EV boards such as STM32&lt;SPAN&gt;&amp;nbsp;and&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;TIva boards automatically save R0-R3,R12,LR,PC,PSR... as in the following figure.&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/100832iCE6DB78BEFD4CE72/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&gt;In case S32k144 is not designed to do&amp;nbsp;stacking automatically&lt;/SPAN&gt;, how can I add assembler POP and PUSH code in a C source file by using S32DS? How can I save LR and PC values (is&amp;nbsp;Lr equal to R14 and PC = R15)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm asking this because I cannot see during&amp;nbsp;debugging that the Registers are being stored in RAM automatically when the debugger hits a Break Point in Systick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_4.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/100895iA9207A47C9219F99/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_4.png" alt="pastedImage_4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2020 00:41:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32k144-Stacking-during-Systick-Handler/m-p/1033699#M6076</guid>
      <dc:creator>antonio_rodrigu</dc:creator>
      <dc:date>2020-03-02T00:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: S32k144 , Stacking during Systick Handler</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32k144-Stacking-during-Systick-Handler/m-p/1033700#M6077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/antonio.rodriguez@kpit.com"&gt;antonio.rodriguez@kpit.com&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure why you get the question marks there.&lt;/P&gt;&lt;P&gt;But you should compare the core registers before it enters the SysTickHandler with the memory (stack) content in the handler:&lt;/P&gt;&lt;P&gt;This is what I see:&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/102732i04D2DFA3706BADAF/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;BR, Daniel&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2020 15:08:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32k144-Stacking-during-Systick-Handler/m-p/1033700#M6077</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2020-03-03T15:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: S32k144 , Stacking during Systick Handler</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32k144-Stacking-during-Systick-Handler/m-p/1033701#M6078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Daniel,&lt;/P&gt;&lt;P&gt;Im using PEmicro "multilynk universal" debugger I just got it today. Is there any driver configuration I need to do to be able to work with it ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2020 15:24:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32k144-Stacking-during-Systick-Handler/m-p/1033701#M6078</guid>
      <dc:creator>antonio_rodrigu</dc:creator>
      <dc:date>2020-03-03T15:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: S32k144 , Stacking during Systick Handler</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32k144-Stacking-during-Systick-Handler/m-p/1033702#M6079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PE Micro drivers are part of S32DS Installation. Your PE Micro Multilink should work out of the box. You can also re-install driver- driver is located in&amp;nbsp;c:\NXP\S32DS_ARM_v2.2\Drivers\ (with default install path).&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>Wed, 04 Mar 2020 15:54:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32k144-Stacking-during-Systick-Handler/m-p/1033702#M6079</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2020-03-04T15:54:29Z</dc:date>
    </item>
  </channel>
</rss>

