<?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: S32K144 in S32K</title>
    <link>https://community.nxp.com/t5/S32K/S32K144/m-p/1694761#M25553</link>
    <description>&lt;P&gt;thank you very much,yesterday,i have comfired that there is some problems in my app project .&lt;/P&gt;&lt;P&gt;first, my project is from my boot project, my boot project runs well,i just relocate the interrupt table and link file compared with my boot project in my app project ,when my program jump into to my app project from boot project,i found that the program can't enter lpit irq hander function in my app project,how should i to find the cause?&lt;/P&gt;&lt;P&gt;hope your repley&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jul 2023 07:03:36 GMT</pubDate>
    <dc:creator>zq1</dc:creator>
    <dc:date>2023-07-28T07:03:36Z</dc:date>
    <item>
      <title>S32K144</title>
      <link>https://community.nxp.com/t5/S32K/S32K144/m-p/1694157#M25516</link>
      <description>&lt;P&gt;i am building a udsboot loader ,so i need a app for test, i build a app by changing the boot project,&lt;/P&gt;&lt;P&gt;the app project is from bootloader projrct ,the bootloader projrct is running ok;&lt;/P&gt;&lt;P&gt;but the app project always into trap,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="zq1_0-1690457051923.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/233919i8ED211E5ADA5064C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="zq1_0-1690457051923.png" alt="zq1_0-1690457051923.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;i just change the link file and add a reloacte vtor&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="zq1_1-1690457130188.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/233920i0F7A6D235011FEC3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="zq1_1-1690457130188.png" alt="zq1_1-1690457130188.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="zq1_2-1690457189363.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/233921i1B0B7697DCCCF49D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="zq1_2-1690457189363.png" alt="zq1_2-1690457189363.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;below is my bootloader project ,the bootloader project is running ok&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="zq1_3-1690457259468.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/233922iCE78E06862192349/image-size/medium?v=v2&amp;amp;px=400" role="button" title="zq1_3-1690457259468.png" alt="zq1_3-1690457259468.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="zq1_4-1690457279938.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/233923i30B0F2FEA99D8AAC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="zq1_4-1690457279938.png" alt="zq1_4-1690457279938.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;hope someone give me some advice&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 11:28:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144/m-p/1694157#M25516</guid>
      <dc:creator>zq1</dc:creator>
      <dc:date>2023-07-27T11:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144</title>
      <link>https://community.nxp.com/t5/S32K/S32K144/m-p/1694740#M25550</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@zq1" target="_blank"&gt;Hi@zq1&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This is normal!&lt;BR /&gt;You have modified the address of the link file, which will prevent you from directly debugging the APP program, because the default startup address starts from 0.&lt;BR /&gt;Usually we modify the link file after confirming that there is no problem with the APP program.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 06:39:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144/m-p/1694740#M25550</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2023-07-28T06:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144</title>
      <link>https://community.nxp.com/t5/S32K/S32K144/m-p/1694761#M25553</link>
      <description>&lt;P&gt;thank you very much,yesterday,i have comfired that there is some problems in my app project .&lt;/P&gt;&lt;P&gt;first, my project is from my boot project, my boot project runs well,i just relocate the interrupt table and link file compared with my boot project in my app project ,when my program jump into to my app project from boot project,i found that the program can't enter lpit irq hander function in my app project,how should i to find the cause?&lt;/P&gt;&lt;P&gt;hope your repley&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 07:03:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144/m-p/1694761#M25553</guid>
      <dc:creator>zq1</dc:creator>
      <dc:date>2023-07-28T07:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144</title>
      <link>https://community.nxp.com/t5/S32K/S32K144/m-p/1694779#M25556</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@zq1" target="_blank"&gt;Hi@zq1&lt;/A&gt;&lt;/P&gt;
&lt;H3 class="item-title"&gt;&lt;A id="1535100665773714264934" class="" href="https://www.nxp.com/docs/en/application-note/AN12218.pdf" target="_blank" rel="noopener noreferrer"&gt;&lt;SPAN&gt;AN12218: S32K1xx Bootloader – Application Note&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;&lt;/H3&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/search?keyword=AN12218&amp;amp;start=0" target="_self"&gt;https://www.nxp.com/search?keyword=AN12218&amp;amp;start=0&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_0-1690528734234.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/234072i556487C821852533/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Senlent_0-1690528734234.png" alt="Senlent_0-1690528734234.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Refer to this example to learn how to make Boot and APP programs.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 07:19:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144/m-p/1694779#M25556</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2023-07-28T07:19:37Z</dc:date>
    </item>
  </channel>
</rss>

