<?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>S32KのトピックIssue with S32K144 bootloader (ported from apl. note for S32K148)</title>
    <link>https://community.nxp.com/t5/S32K/Issue-with-S32K144-bootloader-ported-from-apl-note-for-S32K148/m-p/936563#M4989</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;We have ported the bootloader application note code (AN12218SW), for S32K148, to S32K144 and have been facing an issue.&lt;/P&gt;&lt;P style="text-align: center;"&gt;&lt;/P&gt;&lt;P&gt;As soon as we start debugging, the code does not stop at the default breakpoint at the "main" function, instead goes to the default ISR. This does not happen if I change the m_text section to be from address 0x00000410 (just for debugging purpose)&lt;/P&gt;&lt;P style="text-align: center;"&gt;Here is the memory section in the linker file for the bootloader project.&lt;/P&gt;&lt;P style="text-align: center;"&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/84336i98081CADBFF03562/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The project was built with RTM 3.0.0 SDK, hence we had to change the flash driver from the example code to the one generated by the Processor Expert. I don't think this flash driver has created any problem yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the 2018.R1 project below as a zip file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help on this issue is highly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 01 Jun 2019 12:30:55 GMT</pubDate>
    <dc:creator>manujagrawal</dc:creator>
    <dc:date>2019-06-01T12:30:55Z</dc:date>
    <item>
      <title>Issue with S32K144 bootloader (ported from apl. note for S32K148)</title>
      <link>https://community.nxp.com/t5/S32K/Issue-with-S32K144-bootloader-ported-from-apl-note-for-S32K148/m-p/936563#M4989</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;We have ported the bootloader application note code (AN12218SW), for S32K148, to S32K144 and have been facing an issue.&lt;/P&gt;&lt;P style="text-align: center;"&gt;&lt;/P&gt;&lt;P&gt;As soon as we start debugging, the code does not stop at the default breakpoint at the "main" function, instead goes to the default ISR. This does not happen if I change the m_text section to be from address 0x00000410 (just for debugging purpose)&lt;/P&gt;&lt;P style="text-align: center;"&gt;Here is the memory section in the linker file for the bootloader project.&lt;/P&gt;&lt;P style="text-align: center;"&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/84336i98081CADBFF03562/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The project was built with RTM 3.0.0 SDK, hence we had to change the flash driver from the example code to the one generated by the Processor Expert. I don't think this flash driver has created any problem yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the 2018.R1 project below as a zip file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help on this issue is highly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Jun 2019 12:30:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Issue-with-S32K144-bootloader-ported-from-apl-note-for-S32K148/m-p/936563#M4989</guid>
      <dc:creator>manujagrawal</dc:creator>
      <dc:date>2019-06-01T12:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with S32K144 bootloader (ported from apl. note for S32K148)</title>
      <link>https://community.nxp.com/t5/S32K/Issue-with-S32K144-bootloader-ported-from-apl-note-for-S32K148/m-p/936564#M4990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manuj Agrawal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is not related with your project, it is related with the programming interface that you are using, the demo is programming the flexNVM memory (0x10000000). I was able to program your project using the P&amp;amp;EMicro interface of the OpenSDA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jorge Alcala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2019 22:29:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Issue-with-S32K144-bootloader-ported-from-apl-note-for-S32K148/m-p/936564#M4990</guid>
      <dc:creator>jorge_a_vazquez</dc:creator>
      <dc:date>2019-06-06T22:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with S32K144 bootloader (ported from apl. note for S32K148)</title>
      <link>https://community.nxp.com/t5/S32K/Issue-with-S32K144-bootloader-ported-from-apl-note-for-S32K148/m-p/936565#M4991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/jorge_a_vazquez"&gt;jorge_a_vazquez&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using Jlink EDU Mini for debugging the project on a custom board. Can you please help me and point out what exactly is the issue with Jlink? Is there any setting that we have to keep in mind while flashing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manuj Agrawal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2019 10:43:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Issue-with-S32K144-bootloader-ported-from-apl-note-for-S32K148/m-p/936565#M4991</guid>
      <dc:creator>manujagrawal</dc:creator>
      <dc:date>2019-06-10T10:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with S32K144 bootloader (ported from apl. note for S32K148)</title>
      <link>https://community.nxp.com/t5/S32K/Issue-with-S32K144-bootloader-ported-from-apl-note-for-S32K148/m-p/936566#M4992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class=""&gt;Hi Manuj Agrawal &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;It seems SEGGER tools are not supporting FlexNVM programming or has some issues with some projects. We are contacting Segger for this issue, we will update this thread asap.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Jorge Alcala&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2019 17:15:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Issue-with-S32K144-bootloader-ported-from-apl-note-for-S32K148/m-p/936566#M4992</guid>
      <dc:creator>jorge_a_vazquez</dc:creator>
      <dc:date>2019-06-13T17:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with S32K144 bootloader (ported from apl. note for S32K148)</title>
      <link>https://community.nxp.com/t5/S32K/Issue-with-S32K144-bootloader-ported-from-apl-note-for-S32K148/m-p/936567#M4993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/jorge_a_vazquez"&gt;jorge_a_vazquez&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your time and help. We are planning to buy S32K144EVB for a temporary fix and to initially test and develop bootloader. Since it has OPEN-SDA interface, will programming the bootloader on it still be an issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, later on we will buy PE-MICRO U-MULTILINK for programming custom boards as in the product link:&amp;nbsp;&lt;A href="https://in.element14.com/nxp/u-multilink/dev-interface-mcu-development/dp/2315740"&gt;Click Here&lt;/A&gt;. Do such projects create problems with U-MULTILINK too?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you also please tell me if the project was stuck in default ISR when you tried running the attached bootloader project using OPEN-SDA interface? Which board/programmer did you use and would also suggest us?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manuj Agrawal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2019 13:07:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Issue-with-S32K144-bootloader-ported-from-apl-note-for-S32K148/m-p/936567#M4993</guid>
      <dc:creator>manujagrawal</dc:creator>
      <dc:date>2019-06-14T13:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with S32K144 bootloader (ported from apl. note for S32K148)</title>
      <link>https://community.nxp.com/t5/S32K/Issue-with-S32K144-bootloader-ported-from-apl-note-for-S32K148/m-p/936568#M4994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class=""&gt;Hi Manuj Agrawal&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;At the moment the issue is only with Segger interface, so if you use the OpenSDA with P&amp;amp;Emicro interface or you use an external programmer like multilink, then there shouldn't be an issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Regarding your program, when I download it, there wasn't any problem reaching the main().&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Jorge Alcala&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2019 22:17:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Issue-with-S32K144-bootloader-ported-from-apl-note-for-S32K148/m-p/936568#M4994</guid>
      <dc:creator>jorge_a_vazquez</dc:creator>
      <dc:date>2019-06-14T22:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with S32K144 bootloader (ported from apl. note for S32K148)</title>
      <link>https://community.nxp.com/t5/S32K/Issue-with-S32K144-bootloader-ported-from-apl-note-for-S32K148/m-p/936569#M4995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/jorge_a_vazquez"&gt;jorge_a_vazquez&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your response. We will proceed ahead with P&amp;amp;Emicro and multilink interfaces for now. I guess it will be a great help to many developers if you can get the issue with Jlink programmers resolved through Segger's help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Manuj Agrawal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2019 10:05:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Issue-with-S32K144-bootloader-ported-from-apl-note-for-S32K148/m-p/936569#M4995</guid>
      <dc:creator>manujagrawal</dc:creator>
      <dc:date>2019-06-17T10:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with S32K144 bootloader (ported from apl. note for S32K148)</title>
      <link>https://community.nxp.com/t5/S32K/Issue-with-S32K144-bootloader-ported-from-apl-note-for-S32K148/m-p/1430920#M14515</link>
      <description>&lt;P&gt;Can you update whether this issue has been resolved with Segger devices? I am experiencing the same issue when I try to use the FlexNVM as P Flash which has been partitioned fully to be a P flash i.e full 64KB for Bootloader. I am using Segger Jlink along with NXP S32 design studio on Linux. The same code works fine if I write it to P Flash. The issue crops up when I use FlexNVM as below. Please let me know whether my linker description is correct. The code is being run on S32K144 on a custom board. Please suggest how to fix this with out buying additional hardware.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;/* Specify the memory areas */&lt;BR /&gt;MEMORY&lt;BR /&gt;{&lt;BR /&gt;/* Flash */&lt;BR /&gt;m_interrupts (RX) : ORIGIN = 0x0000000, LENGTH = 0x00000400&lt;BR /&gt;m_flash_config (RX) : ORIGIN = 0x00000400, LENGTH = 0x00000010&lt;BR /&gt;m_text (RX) : ORIGIN = 0x10000000, LENGTH = 0x00010000 /* 64KB for Bootloader*/&lt;/P&gt;&lt;P&gt;/* SRAM_L */&lt;BR /&gt;m_data (RW) : ORIGIN = 0x1FFF8000, LENGTH = 0x00008000&lt;/P&gt;&lt;P&gt;/* SRAM_U */&lt;BR /&gt;m_data_2 (RW) : ORIGIN = 0x20000000, LENGTH = 0x00007000&lt;BR /&gt;}&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;Spent 24 hours to find this thread.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Mar 2022 15:55:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Issue-with-S32K144-bootloader-ported-from-apl-note-for-S32K148/m-p/1430920#M14515</guid>
      <dc:creator>Can_Do_bus</dc:creator>
      <dc:date>2022-03-19T15:55:47Z</dc:date>
    </item>
  </channel>
</rss>

