<?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: Problem in jump to application in s32k324 controller in S32K</title>
    <link>https://community.nxp.com/t5/S32K/Problem-in-jump-to-application-in-s32k324-controller/m-p/1828745#M33010</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/230413"&gt;@nishanth_s12&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This project was created using S32DS v3.4 and RTD v2.0.0. To open this project without any problem you can use that tool version and the SW version or install&amp;nbsp;RTD v2.0.0. on S32DS v3.5.&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;S32K3 Real Time Drivers Version 2.0.0 can be downloaded from&amp;nbsp;&lt;A href="https://www.nxp.com/webapp/swlicensing/sso/downloadSoftware.sp?catid=SW32K3-STDSW-D" target="_blank" rel="noopener"&gt;S32K3 Standard Software&lt;/A&gt;&amp;nbsp;-&amp;gt;&amp;nbsp;Automotive SW - S32K3/S32M27x - Real-Time Drivers for Cortex-M and can be installed through Help -&amp;gt; Install New Software...&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VaneB_0-1710439456570.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/268480i659D74F053F27167/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VaneB_0-1710439456570.png" alt="VaneB_0-1710439456570.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;NOTE: This SW version was created with a previous IDE version the correct functionality is not guaranteed.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Mar 2024 18:04:57 GMT</pubDate>
    <dc:creator>VaneB</dc:creator>
    <dc:date>2024-03-14T18:04:57Z</dc:date>
    <item>
      <title>Problem in jump to application in s32k324 controller</title>
      <link>https://community.nxp.com/t5/S32K/Problem-in-jump-to-application-in-s32k324-controller/m-p/1824903#M32761</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;i am facing the issue with&amp;nbsp;s32k324 controller.&lt;/P&gt;&lt;P&gt;After jumping from boot loader to application code, pointer stuckup with one particular location. Application is not running.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My code is below:&lt;/P&gt;&lt;P&gt;#define APP_START_ADDRESS 0x00504000 /*This is application memory address*/&lt;/P&gt;&lt;P&gt;JumpToUserApplication(*((uint32_t*)APP_START_ADDRESS), *((uint32_t*)(APP_START_ADDRESS + 0x4)));&amp;nbsp; &amp;nbsp; &amp;nbsp; (Note: Instead of 0x04, i have tried offset address of 0xC also,the same is not working)&lt;/P&gt;&lt;DIV&gt;void JumpToUserApplication( unsigned int userSP,&amp;nbsp; unsigned int userStartup)&lt;/DIV&gt;&lt;DIV&gt;{&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;/* Check if Entry address is erased and return if erased */&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;if(userSP == 0xFFFFFFFF)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;return;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;/* Set up stack pointer */&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;__asm("msr msp, r0");&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;__asm("msr psp, r0");&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;/* Relocate vector table */&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;S32_SCB-&amp;gt;VTOR = (uint32_t)APP_START_ADDRESS;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;/* Jump to application PC (r1) */&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;__asm("mov pc, r1");&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;(void)userStartup;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;}&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;i have changed the application start address in linker file and the same attached below.&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nishanth_s12_0-1710143747091.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/267488i1AFFD39D674AD3D8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nishanth_s12_0-1710143747091.png" alt="nishanth_s12_0-1710143747091.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pointer stuckup with below location and not moving further.&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nishanth_s12_1-1710143999270.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/267491i0D8DCB4521B42063/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nishanth_s12_1-1710143999270.png" alt="nishanth_s12_1-1710143999270.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly provide the solution for the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 08:04:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Problem-in-jump-to-application-in-s32k324-controller/m-p/1824903#M32761</guid>
      <dc:creator>nishanth_s12</dc:creator>
      <dc:date>2024-03-11T08:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in jump to application in s32k324 controller</title>
      <link>https://community.nxp.com/t5/S32K/Problem-in-jump-to-application-in-s32k324-controller/m-p/1825477#M32803</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/230413"&gt;@nishanth_s12&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check the following community post. It has information related to the topic that you might find useful.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/S32K/S32K312-Bootloader-jump-to-application-address/m-p/1802062/emcs_t/S2h8ZW1haWx8dG9waWNfc3Vic2NyaXB0aW9ufExTOTdOSk1NS1c5WEpUfDE4MDIwNjJ8U1VCU0NSSVBUSU9OU3xoSw#M31455" target="_blank" rel="noopener"&gt;S32K312 Bootloader jump to application address&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;B.R.&lt;/P&gt;
&lt;P&gt;VaneB&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 21:04:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Problem-in-jump-to-application-in-s32k324-controller/m-p/1825477#M32803</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2024-03-11T21:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in jump to application in s32k324 controller</title>
      <link>https://community.nxp.com/t5/S32K/Problem-in-jump-to-application-in-s32k324-controller/m-p/1826004#M32833</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201913"&gt;@VaneB&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am tried your suggested solution. But it is giving Hard Fault Handler.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Shall we need to write a more code to jump the application address by assembly level language.&lt;/P&gt;&lt;P&gt;If yes means, please provide the code for&amp;nbsp;s32k324 controller.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 09:34:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Problem-in-jump-to-application-in-s32k324-controller/m-p/1826004#M32833</guid>
      <dc:creator>nishanth_s12</dc:creator>
      <dc:date>2024-03-12T09:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in jump to application in s32k324 controller</title>
      <link>https://community.nxp.com/t5/S32K/Problem-in-jump-to-application-in-s32k324-controller/m-p/1826365#M32850</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/230413"&gt;@nishanth_s12&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only bootloader example available for S32K3 devices is the&amp;nbsp;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/Unified-bootloader-Demo/ta-p/1423099" target="_blank" rel="noopener"&gt;Unified bootloader Demo&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 15:31:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Problem-in-jump-to-application-in-s32k324-controller/m-p/1826365#M32850</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2024-03-12T15:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in jump to application in s32k324 controller</title>
      <link>https://community.nxp.com/t5/S32K/Problem-in-jump-to-application-in-s32k324-controller/m-p/1828130#M32965</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201913"&gt;@VaneB&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;i am trying to check the&amp;nbsp;&lt;SPAN&gt;bootloader example code "S32K324_CAN_Bootloader_RTD2d0" given in&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/Unified-bootloader-Demo/ta-p/1423099" target="_blank" rel="noopener"&gt;Unified bootloader Demo&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;My RTD version is 3.0.0 but Demo code vertion is 2.0.0.&lt;/P&gt;&lt;P&gt;I am unable to build. It is showing the below error.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nishanth_s12_0-1710398959937.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/268316i6DEC3CE929164273/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nishanth_s12_0-1710398959937.png" alt="nishanth_s12_0-1710398959937.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;As per&amp;nbsp;"&lt;A href="https://community.nxp.com/t5/S32K/S32K342-CAN-bootloader-sample-code-implement-problem/m-p/1668790" target="_blank" rel="noopener"&gt;Solved: S32K342 CAN bootloader sample code implement problem - NXP Community&lt;/A&gt;&amp;nbsp;" community post, i am trying to create the new project.&lt;/P&gt;&lt;P&gt;To see driver configuration in &lt;SPAN&gt;"S32K324_CAN_Bootloader_RTD2d0" &lt;/SPAN&gt;, I am trying to open the "S32K324_CAN_Bootloader_RTD200_M7_0.mex" file. It shows below error.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nishanth_s12_1-1710399131933.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/268317i8444AD69FE18D9A9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nishanth_s12_1-1710399131933.png" alt="nishanth_s12_1-1710399131933.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Kinldy suggest the solution for the above to run the&amp;nbsp;&lt;SPAN&gt;bootloader example code.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 07:03:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Problem-in-jump-to-application-in-s32k324-controller/m-p/1828130#M32965</guid>
      <dc:creator>nishanth_s12</dc:creator>
      <dc:date>2024-03-14T07:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in jump to application in s32k324 controller</title>
      <link>https://community.nxp.com/t5/S32K/Problem-in-jump-to-application-in-s32k324-controller/m-p/1828745#M33010</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/230413"&gt;@nishanth_s12&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This project was created using S32DS v3.4 and RTD v2.0.0. To open this project without any problem you can use that tool version and the SW version or install&amp;nbsp;RTD v2.0.0. on S32DS v3.5.&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;S32K3 Real Time Drivers Version 2.0.0 can be downloaded from&amp;nbsp;&lt;A href="https://www.nxp.com/webapp/swlicensing/sso/downloadSoftware.sp?catid=SW32K3-STDSW-D" target="_blank" rel="noopener"&gt;S32K3 Standard Software&lt;/A&gt;&amp;nbsp;-&amp;gt;&amp;nbsp;Automotive SW - S32K3/S32M27x - Real-Time Drivers for Cortex-M and can be installed through Help -&amp;gt; Install New Software...&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VaneB_0-1710439456570.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/268480i659D74F053F27167/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VaneB_0-1710439456570.png" alt="VaneB_0-1710439456570.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;NOTE: This SW version was created with a previous IDE version the correct functionality is not guaranteed.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 18:04:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Problem-in-jump-to-application-in-s32k324-controller/m-p/1828745#M33010</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2024-03-14T18:04:57Z</dc:date>
    </item>
  </channel>
</rss>

