<?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 reset handler in S32K</title>
    <link>https://community.nxp.com/t5/S32K/reset-handler/m-p/1794983#M31053</link>
    <description>&lt;P&gt;hello:&lt;/P&gt;&lt;P&gt;i have a question about reset handler.&lt;/P&gt;&lt;P&gt;in the ld file i learnd that the address from&amp;nbsp;0x00000000 to 0x000000C0 is&amp;nbsp;VECTOR_TABLE, address from 0x00000000 to 0x00000003 is&amp;nbsp;__StackTop,the mcu i used is #S32K116,&amp;nbsp; so the__StackTop is 0x20003800,it is&amp;nbsp;consistent with the .s19 file and map file.&lt;/P&gt;&lt;P&gt;for&amp;nbsp;reset handler ,vector address is 0x00000004,in the .s19 file ,the value is 0x0411,but i find that&amp;nbsp;reset handler address is 0x0410 in the .map file. i want to know why?&amp;nbsp; the same is that&amp;nbsp;NMI_Handler address is 0x046D, but in the .map file,it is 0x046C&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1706145149359_0F8434F1-C8AE-454b-A5D5-C42E5D39CEB3.png" style="width: 964px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/259966i4B0668A22DB16670/image-size/large?v=v2&amp;amp;px=999" role="button" title="1706145149359_0F8434F1-C8AE-454b-A5D5-C42E5D39CEB3.png" alt="1706145149359_0F8434F1-C8AE-454b-A5D5-C42E5D39CEB3.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1706145193099_1B1FFBCE-DC3D-4fb9-B440-F0526A182616.png" style="width: 843px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/259967i489CFC9D11E82F67/image-size/large?v=v2&amp;amp;px=999" role="button" title="1706145193099_1B1FFBCE-DC3D-4fb9-B440-F0526A182616.png" alt="1706145193099_1B1FFBCE-DC3D-4fb9-B440-F0526A182616.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jan 2024 01:14:56 GMT</pubDate>
    <dc:creator>PINKMAN</dc:creator>
    <dc:date>2024-01-25T01:14:56Z</dc:date>
    <item>
      <title>reset handler</title>
      <link>https://community.nxp.com/t5/S32K/reset-handler/m-p/1794983#M31053</link>
      <description>&lt;P&gt;hello:&lt;/P&gt;&lt;P&gt;i have a question about reset handler.&lt;/P&gt;&lt;P&gt;in the ld file i learnd that the address from&amp;nbsp;0x00000000 to 0x000000C0 is&amp;nbsp;VECTOR_TABLE, address from 0x00000000 to 0x00000003 is&amp;nbsp;__StackTop,the mcu i used is #S32K116,&amp;nbsp; so the__StackTop is 0x20003800,it is&amp;nbsp;consistent with the .s19 file and map file.&lt;/P&gt;&lt;P&gt;for&amp;nbsp;reset handler ,vector address is 0x00000004,in the .s19 file ,the value is 0x0411,but i find that&amp;nbsp;reset handler address is 0x0410 in the .map file. i want to know why?&amp;nbsp; the same is that&amp;nbsp;NMI_Handler address is 0x046D, but in the .map file,it is 0x046C&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1706145149359_0F8434F1-C8AE-454b-A5D5-C42E5D39CEB3.png" style="width: 964px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/259966i4B0668A22DB16670/image-size/large?v=v2&amp;amp;px=999" role="button" title="1706145149359_0F8434F1-C8AE-454b-A5D5-C42E5D39CEB3.png" alt="1706145149359_0F8434F1-C8AE-454b-A5D5-C42E5D39CEB3.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1706145193099_1B1FFBCE-DC3D-4fb9-B440-F0526A182616.png" style="width: 843px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/259967i489CFC9D11E82F67/image-size/large?v=v2&amp;amp;px=999" role="button" title="1706145193099_1B1FFBCE-DC3D-4fb9-B440-F0526A182616.png" alt="1706145193099_1B1FFBCE-DC3D-4fb9-B440-F0526A182616.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 01:14:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/reset-handler/m-p/1794983#M31053</guid>
      <dc:creator>PINKMAN</dc:creator>
      <dc:date>2024-01-25T01:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: reset handler</title>
      <link>https://community.nxp.com/t5/S32K/reset-handler/m-p/1795136#M31066</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/193092"&gt;@PINKMAN&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cortex M4 core supports Thumb instruction set only. The LSB bit in those vectors is used to inform the core that it's Thumb code. See please Generic User Guide for Cortex M4 for more details.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lukas&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 06:23:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/reset-handler/m-p/1795136#M31066</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2024-01-25T06:23:02Z</dc:date>
    </item>
  </channel>
</rss>

