<?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: s32k118 Can't Jump To User Application,Why? in S32 Design Studio</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/s32k118-Can-t-Jump-To-User-Application-Why/m-p/911211#M4963</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Um, I don't get it. So, the first step is check, if the application is working without bootloader. It looks, that the issue is in the application itself, not in bootloader. If I'm correct - your app starts on 0xE000 - from screenshot you are already in the app - in loop on address 0xE46C. I'm assuming that this is loop where program ends if some exception occurs:&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/86909iBB410660F5B47EFB/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;Jiri&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Jun 2019 08:10:20 GMT</pubDate>
    <dc:creator>jiri_kral</dc:creator>
    <dc:date>2019-06-13T08:10:20Z</dc:date>
    <item>
      <title>s32k118 Can't Jump To User Application,Why?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/s32k118-Can-t-Jump-To-User-Application-Why/m-p/911208#M4960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-align: left; color: #000000; text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: inherit; font-size: 22px; font-style: inherit; font-variant: normal; text-decoration: none; word-spacing: 0px; display: inline !important; white-space: normal; orphans: 2; float: none; -webkit-text-stroke-width: 0px; overflow-wrap: break-word; background-color: #ffffff;"&gt;I use the Bootloader from the AN12218 example.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-align: left; color: #000000; text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: inherit; font-size: 22px; font-style: inherit; font-variant: normal; text-decoration: none; word-spacing: 0px; display: inline !important; white-space: normal; orphans: 2; float: none; -webkit-text-stroke-width: 0px; overflow-wrap: break-word; background-color: #ffffff;"&gt;JumpToApplication function:&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN style="color: #008000; background-color: #ffffff;"&gt;void JumpToUserApplication( unsigned int userSP,&amp;nbsp; unsigned int userStartup)&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp;/* Check if Entry address is erased and return if erased */&lt;BR /&gt;&amp;nbsp;if(userSP == 0xFFFFFFFF){&lt;BR /&gt;&amp;nbsp;&amp;nbsp;return;&lt;BR /&gt;&amp;nbsp;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #008000; background-color: #ffffff;"&gt;&amp;nbsp;/* Set up stack pointer */&lt;BR /&gt;&amp;nbsp;__asm("msr msp, r0");&lt;BR /&gt;&amp;nbsp;__asm("msr psp, r0");&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #008000; background-color: #ffffff;"&gt;&amp;nbsp;/* Relocate vector table */&lt;BR /&gt;&amp;nbsp;S32_SCB-&amp;gt;VTOR = (uint32_t)APP_CODE_ADDR_0;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #008000; background-color: #ffffff;"&gt;&amp;nbsp;/* Jump to application PC (r1) */&lt;BR /&gt;&amp;nbsp;__asm("mov pc, r1");&lt;BR /&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #000011; font-size: 22px; background-color: #ffffff;"&gt;call by；&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN style="background-color: #ffffff; color: #000011; "&gt;&amp;nbsp; &lt;SPAN style="color: #333300;"&gt;&amp;nbsp; &lt;SPAN style="color: #008000;"&gt;__asm("cpsid i");&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="background-color: #ffffff; color: #000011; "&gt;&lt;SPAN style="color: #008000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; JumpToUserApplication(*((uint32_t*)0x0000E000), *((uint32_t*)(&lt;SPAN style="text-align: left; text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; word-spacing: 0px; display: inline !important; white-space: normal; orphans: 2; float: none; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt;0x0000E000&lt;/SPAN&gt; + 4)));&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="-webkit-text-stroke-width: 0px; color: #000000; white-space: normal; font-weight: inherit; letter-spacing: normal; text-decoration: none; display: inline !important; font-size: 22px; font-style: inherit; float: none; overflow-wrap: break-word; background-color: #ffffff; text-transform: none; word-spacing: 0px; font-variant: normal; text-indent: 0px; font-family: inherit; orphans: 2; text-align: left; "&gt;Bootloader Linker file:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #808000; background-color: #ffffff;"&gt;/* Entry Point */&lt;BR /&gt;ENTRY(Reset_Handler)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #808000; background-color: #ffffff;"&gt;HEAP_SIZE&amp;nbsp; = DEFINED(__heap_size__)&amp;nbsp; ? __heap_size__&amp;nbsp; : 0x00000200;&lt;BR /&gt;STACK_SIZE = DEFINED(__stack_size__) ? __stack_size__ : 0x00000200;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #808000; background-color: #ffffff;"&gt;/* If symbol __flash_vector_table__=1 is defined at link time&lt;BR /&gt;&amp;nbsp;* the interrupt vector will not be copied to RAM.&lt;BR /&gt;&amp;nbsp;* Warning: Using the interrupt vector from Flash will not allow&lt;BR /&gt;&amp;nbsp;* INT_SYS_InstallHandler because the section is Read Only.&lt;BR /&gt;&amp;nbsp;*/&lt;BR /&gt;M_VECTOR_RAM_SIZE = DEFINED(__flash_vector_table__) ? 0x0 : 0x00C0;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #808000; background-color: #ffffff;"&gt;/* Specify the memory areas */&lt;BR /&gt;MEMORY&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp; /* Flash */&lt;BR /&gt;&amp;nbsp; m_interrupts&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (RX)&amp;nbsp; : ORIGIN = 0x00000000, LENGTH = 0x000000C0&lt;BR /&gt;&amp;nbsp; m_flash_config&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (RX)&amp;nbsp; : ORIGIN = 0x00000400, LENGTH = 0x00000010&lt;BR /&gt;&amp;nbsp; m_text&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (RX)&amp;nbsp; : ORIGIN = 0x00000410, LENGTH = 0x0000DBF0&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #808000; background-color: #ffffff;"&gt;&amp;nbsp; /* SRAM_L */&lt;BR /&gt;&amp;nbsp; m_custom&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (RW)&amp;nbsp; : ORIGIN = 0x1FFFFC00, LENGTH = 0x00000400&lt;BR /&gt;&amp;nbsp; /* SRAM_U */&lt;BR /&gt;&amp;nbsp; m_data&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (RW)&amp;nbsp; : ORIGIN = 0x20000000, LENGTH = 0x000030C0&lt;BR /&gt;&amp;nbsp; m_data_2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (RW)&amp;nbsp; : ORIGIN = 0x200030C0, LENGTH = 0x00002740&lt;BR /&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="-webkit-text-stroke-width: 0px; color: #000000; white-space: normal; font-weight: inherit; letter-spacing: normal; text-decoration: none; display: inline !important; font-size: 22px; font-style: inherit; float: none; overflow-wrap: break-word; background-color: #ffffff; text-transform: none; word-spacing: 0px; font-variant: normal; text-indent: 0px; font-family: inherit; orphans: 2; text-align: left; "&gt;&lt;SPAN style="text-align: left; color: #51626f; text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: inherit; font-style: inherit; font-variant: normal; font-weight: inherit; text-decoration: none; word-spacing: 0px; display: inline !important; white-space: normal; orphans: 2; float: none; -webkit-text-stroke-width: 0px; overflow-wrap: break-word; background-color: #ffffff;"&gt;Application linker file:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #808000; background-color: #ffffff;"&gt;/* Entry Point */&lt;BR /&gt;ENTRY(Reset_Handler)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #808000; background-color: #ffffff;"&gt;HEAP_SIZE&amp;nbsp; = DEFINED(__heap_size__)&amp;nbsp; ? __heap_size__&amp;nbsp; : 0x00000200;&lt;BR /&gt;STACK_SIZE = DEFINED(__stack_size__) ? __stack_size__ : 0x00000200;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #808000; background-color: #ffffff;"&gt;/* If symbol __flash_vector_table__=1 is defined at link time&lt;BR /&gt;&amp;nbsp;* the interrupt vector will not be copied to RAM.&lt;BR /&gt;&amp;nbsp;* Warning: Using the interrupt vector from Flash will not allow&lt;BR /&gt;&amp;nbsp;* INT_SYS_InstallHandler because the section is Read Only.&lt;BR /&gt;&amp;nbsp;*/&lt;BR /&gt;M_VECTOR_RAM_SIZE = DEFINED(__flash_vector_table__) ? 0x0 : 0x00C0;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #000011; background-color: #ffffff;"&gt;&lt;SPAN style="color: #808000;"&gt;/* Specify the memory areas */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808000;"&gt;MEMORY&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808000;"&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808000;"&gt;&amp;nbsp; /* Flash */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808000;"&gt;&amp;nbsp; m_interrupts&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (RX)&amp;nbsp; : ORIGIN = 0x0000E000, LENGTH = 0x000000C0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808000;"&gt;&amp;nbsp; m_flash_config&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (RX)&amp;nbsp; : ORIGIN = 0x0000E400, LENGTH = 0x00000010&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808000;"&gt;&amp;nbsp; m_text&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (RX)&amp;nbsp; : ORIGIN = 0x0000E410, LENGTH = 0x00019000&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="color: #808000;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="color: #808000;"&gt;&amp;nbsp; /* SRAM_L */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808000;"&gt;&amp;nbsp; m_custom&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (RW)&amp;nbsp; : ORIGIN = 0x1FFFFC00, LENGTH = 0x00000400&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808000;"&gt;&amp;nbsp; /* SRAM_U */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808000;"&gt;&amp;nbsp; m_data&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (RW)&amp;nbsp; : ORIGIN = 0x20000000, LENGTH = 0x000030C0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808000;"&gt;&amp;nbsp; m_data_2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (RW)&amp;nbsp; : ORIGIN = 0x200030C0, LENGTH = 0x00002740&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808000;"&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #000053; background-color: #ffffff;"&gt;&lt;SPAN style="font-size: 22px;"&gt;But I can't jump to&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #000000; font-family: inherit; font-size: 22px; font-style: inherit; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; overflow-wrap: break-word; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;Application function:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="debug interface.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/85973i811871B4C27ED11A/image-size/large?v=v2&amp;amp;px=999" role="button" title="debug interface.png" alt="debug interface.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="-webkit-text-stroke-width: 0px; color: #51626f; white-space: normal; font-weight: inherit; letter-spacing: normal; text-decoration: none; display: inline !important; font-size: 22px; font-style: inherit; float: none; overflow-wrap: break-word; background-color: #ffffff; text-transform: none; word-spacing: 0px; font-variant: normal; text-indent: 0px; font-family: inherit; orphans: 2; text-align: left; "&gt;&lt;SPAN style="-webkit-text-stroke-width: 0px; color: #000000; white-space: normal; font-weight: inherit; letter-spacing: normal; text-decoration: none; display: inline !important; font-style: inherit; float: none; background-color: #ffffff; text-transform: none; word-spacing: 0px; font-variant: normal; text-indent: 0px; font-family: inherit; orphans: 2; text-align: left; "&gt;How can I solve it?I hope somebody has an idea.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jun 2019 06:57:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/s32k118-Can-t-Jump-To-User-Application-Why/m-p/911208#M4960</guid>
      <dc:creator>1515190497</dc:creator>
      <dc:date>2019-06-12T06:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: s32k118 Can't Jump To User Application,Why?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/s32k118-Can-t-Jump-To-User-Application-Why/m-p/911209#M4961</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;from your screenshot it looks that you already jumped into application, but application ends in some exception. Is your app running as standalone (without bootloader)?&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>Thu, 13 Jun 2019 07:16:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/s32k118-Can-t-Jump-To-User-Application-Why/m-p/911209#M4961</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2019-06-13T07:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: s32k118 Can't Jump To User Application,Why?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/s32k118-Can-t-Jump-To-User-Application-Why/m-p/911210#M4962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jiri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can't I make app &lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #51626f; font-family: inherit; font-size: 100%; font-style: inherit; font-variant: normal; font-weight: inherit; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;running as standalone ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I don't know how to make my app running with bootloader. Can you tell me?Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;xiaoping&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2019 07:30:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/s32k118-Can-t-Jump-To-User-Application-Why/m-p/911210#M4962</guid>
      <dc:creator>1515190497</dc:creator>
      <dc:date>2019-06-13T07:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: s32k118 Can't Jump To User Application,Why?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/s32k118-Can-t-Jump-To-User-Application-Why/m-p/911211#M4963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Um, I don't get it. So, the first step is check, if the application is working without bootloader. It looks, that the issue is in the application itself, not in bootloader. If I'm correct - your app starts on 0xE000 - from screenshot you are already in the app - in loop on address 0xE46C. I'm assuming that this is loop where program ends if some exception occurs:&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/86909iBB410660F5B47EFB/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;Jiri&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2019 08:10:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/s32k118-Can-t-Jump-To-User-Application-Why/m-p/911211#M4963</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2019-06-13T08:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: s32k118 Can't Jump To User Application,Why?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/s32k118-Can-t-Jump-To-User-Application-Why/m-p/911212#M4964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jiri,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000017; background-color: #ffffff;"&gt;If i don't use bootloader jump to app,app is correct.&lt;SPAN style="color: #001000; background-color: transparent;"&gt;Of course,app memory start from 0x0.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: transparent; color: #001000; "&gt;Now how to avoid this situation? Or how to configure my project make &lt;/SPAN&gt;&lt;SPAN style="background-color: transparent; color: #001000; "&gt;app running with bootloader after jump?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: transparent; color: #001000; "&gt;Thank you very much for your help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: transparent; color: #001000; "&gt;xiaoping&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2019 08:56:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/s32k118-Can-t-Jump-To-User-Application-Why/m-p/911212#M4964</guid>
      <dc:creator>1515190497</dc:creator>
      <dc:date>2019-06-13T08:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: s32k118 Can't Jump To User Application,Why?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/s32k118-Can-t-Jump-To-User-Application-Why/m-p/911213#M4965</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;The issue may be caused by some peripheral already configured in Bootloader, clock settings, incorrect interrupt vector table (VTOR register - application vector table is on different location that boodloader's)&amp;nbsp; or any other stuff. It's hard to say where may be issue. Try to debug your code. Select your app project in design studio. In debug configuration choose attach to target,&amp;nbsp;set breakpoint to app entry point:&amp;nbsp;&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/86912i8B1117A8378265E2/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;invoke reset and step by step try find out what's wrong:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="s32ds_2019-06-13_11-03-43.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/86916iC9D0518DC0E002D0/image-size/large?v=v2&amp;amp;px=999" role="button" title="s32ds_2019-06-13_11-03-43.png" alt="s32ds_2019-06-13_11-03-43.png" /&gt;&lt;/span&gt;&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>Thu, 13 Jun 2019 09:06:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/s32k118-Can-t-Jump-To-User-Application-Why/m-p/911213#M4965</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2019-06-13T09:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: s32k118 Can't Jump To User Application,Why?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/s32k118-Can-t-Jump-To-User-Application-Why/m-p/911214#M4966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use J-Link Debug.&lt;/P&gt;&lt;P&gt;If App is hello_wold_s32k118 :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="screent0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/87266iC51DFFC8DD857F6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="screent0.png" alt="screent0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; overflow-wrap: break-word; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt; I speculate issue is in bootloader.&lt;/SPAN&gt; Do you have example of bootloader using CAN ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2019 10:03:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/s32k118-Can-t-Jump-To-User-Application-Why/m-p/911214#M4966</guid>
      <dc:creator>1515190497</dc:creator>
      <dc:date>2019-06-17T10:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: s32k118 Can't Jump To User Application,Why?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/s32k118-Can-t-Jump-To-User-Application-Why/m-p/911215#M4967</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;I'm afraid that there is no CAN bootloader example available.&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, 21 Jun 2019 10:44:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/s32k118-Can-t-Jump-To-User-Application-Why/m-p/911215#M4967</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2019-06-21T10:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: s32k118 Can't Jump To User Application,Why?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/s32k118-Can-t-Jump-To-User-Application-Why/m-p/1295451#M7589</link>
      <description>&lt;P&gt;Hi, I got the same problem as you did. Do you solve the problem? Could you tell me how?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 13:13:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/s32k118-Can-t-Jump-To-User-Application-Why/m-p/1295451#M7589</guid>
      <dc:creator>happybaby8882</dc:creator>
      <dc:date>2021-06-21T13:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: s32k118 Can't Jump To User Application,Why?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/s32k118-Can-t-Jump-To-User-Application-Why/m-p/1295927#M7592</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;can you please share more details? Are you using RappID bootloader, your custom bootloader, what kind of error/issue you can see?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jiri&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 07:35:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/s32k118-Can-t-Jump-To-User-Application-Why/m-p/1295927#M7592</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2021-06-22T07:35:03Z</dc:date>
    </item>
  </channel>
</rss>

