<?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: JumpAppFrom Boot ERROR in S32K</title>
    <link>https://community.nxp.com/t5/S32K/JumpAppFrom-Boot-ERROR/m-p/1783013#M30224</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/227745"&gt;@liangliu&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;This is probably a fault exception.&lt;/P&gt;
&lt;P&gt;Add this function into the bootloader. &lt;/P&gt;
&lt;LI-CODE lang="c"&gt;void HardFault_Handler(void)
{
   while(1){}
}&lt;/LI-CODE&gt;
&lt;P&gt;Before the jump, can you read the flash memory of the application code?&lt;/P&gt;
&lt;P&gt;How is the VTOR of the application alligned?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developer.arm.com/documentation/dui0662/b/Cortex-M0--Peripherals/System-Control-Block/Vector-Table-Offset-Register?lang=en" target="_blank"&gt;https://developer.arm.com/documentation/dui0662/b/Cortex-M0--Peripherals/System-Control-Block/Vector-Table-Offset-Register?lang=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 04 Jan 2024 12:07:37 GMT</pubDate>
    <dc:creator>danielmartynek</dc:creator>
    <dc:date>2024-01-04T12:07:37Z</dc:date>
    <item>
      <title>JumpAppFrom Boot ERROR</title>
      <link>https://community.nxp.com/t5/S32K/JumpAppFrom-Boot-ERROR/m-p/1782835#M30202</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Currently I'm working in bootloader development&amp;nbsp;&amp;nbsp;activity for S32K116.&amp;nbsp;I've referred the SDK of Unified bootloader Demo source&amp;nbsp;.The&amp;nbsp; App entrypoint is 0x0000F204.When the&amp;nbsp; pc jump to app from boot ,it was stucked at defaultISR. also I`ve disabled watchdog.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Boot跳转APP异常.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/256673i92004C4DFFD05F04/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Boot跳转APP异常.png" alt="Boot跳转APP异常.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JumpApp.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/256674i5C90CF40BFA0C486/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JumpApp.png" alt="JumpApp.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So, could someone help me in fixing the issue with proper solution. thanks&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 08:22:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/JumpAppFrom-Boot-ERROR/m-p/1782835#M30202</guid>
      <dc:creator>liangliu</dc:creator>
      <dc:date>2024-01-04T08:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: JumpAppFrom Boot ERROR</title>
      <link>https://community.nxp.com/t5/S32K/JumpAppFrom-Boot-ERROR/m-p/1783013#M30224</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/227745"&gt;@liangliu&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;This is probably a fault exception.&lt;/P&gt;
&lt;P&gt;Add this function into the bootloader. &lt;/P&gt;
&lt;LI-CODE lang="c"&gt;void HardFault_Handler(void)
{
   while(1){}
}&lt;/LI-CODE&gt;
&lt;P&gt;Before the jump, can you read the flash memory of the application code?&lt;/P&gt;
&lt;P&gt;How is the VTOR of the application alligned?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developer.arm.com/documentation/dui0662/b/Cortex-M0--Peripherals/System-Control-Block/Vector-Table-Offset-Register?lang=en" target="_blank"&gt;https://developer.arm.com/documentation/dui0662/b/Cortex-M0--Peripherals/System-Control-Block/Vector-Table-Offset-Register?lang=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 12:07:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/JumpAppFrom-Boot-ERROR/m-p/1783013#M30224</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2024-01-04T12:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: JumpAppFrom Boot ERROR</title>
      <link>https://community.nxp.com/t5/S32K/JumpAppFrom-Boot-ERROR/m-p/1783283#M30251</link>
      <description>&lt;P&gt;Hi,@danielmartynek,&lt;/P&gt;&lt;P&gt;&amp;nbsp;I read the flash memory before the jump&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="liangliu_0-1704418952039.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/256766i385F69DD5C088DB9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="liangliu_0-1704418952039.png" alt="liangliu_0-1704418952039.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;this is APP ISR table&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="liangliu_1-1704418990343.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/256767iF36A412A2C104D5B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="liangliu_1-1704418990343.png" alt="liangliu_1-1704418990343.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The following is the FBL interrupt vector table.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="liangliu_3-1704419266522.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/256771iD44986785C767BD5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="liangliu_3-1704419266522.png" alt="liangliu_3-1704419266522.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 01:48:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/JumpAppFrom-Boot-ERROR/m-p/1783283#M30251</guid>
      <dc:creator>liangliu</dc:creator>
      <dc:date>2024-01-05T01:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: JumpAppFrom Boot ERROR</title>
      <link>https://community.nxp.com/t5/S32K/JumpAppFrom-Boot-ERROR/m-p/1783414#M30263</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The following is the FBL VTOR Offset.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="liangliu_1-1704436029416.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/256811i5C5ACB7A66BE775A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="liangliu_1-1704436029416.png" alt="liangliu_1-1704436029416.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 06:27:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/JumpAppFrom-Boot-ERROR/m-p/1783414#M30263</guid>
      <dc:creator>liangliu</dc:creator>
      <dc:date>2024-01-05T06:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: JumpAppFrom Boot ERROR</title>
      <link>https://community.nxp.com/t5/S32K/JumpAppFrom-Boot-ERROR/m-p/1783735#M30292</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/227745"&gt;@liangliu&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I understand that the reset routine of the application is at 0xF610.&lt;/P&gt;
&lt;P&gt;Can you open the memory in the disassembly window and to check if the routine is there before the jump?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielmartynek_0-1704466531361.png" style="width: 492px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/256910iDD37BA22D170A0FD/image-dimensions/492x164?v=v2" width="492" height="164" role="button" title="danielmartynek_0-1704466531361.png" alt="danielmartynek_0-1704466531361.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 14:56:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/JumpAppFrom-Boot-ERROR/m-p/1783735#M30292</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2024-01-05T14:56:24Z</dc:date>
    </item>
  </channel>
</rss>

