<?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 S32K3 Bootloader in S32K</title>
    <link>https://community.nxp.com/t5/S32K/S32K3-Bootloader/m-p/2177302#M53141</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm writing a bootloader on micro S32K324.&lt;/P&gt;&lt;P&gt;To chatch the problem, I'm wrote a very simple bootloader and application.&lt;/P&gt;&lt;P&gt;The bootloader toggle slowly PDT5 pin and after that jump to application at address 0x00500000.&lt;/P&gt;&lt;P&gt;The application toggle PTD5 at main cycle (fast).&lt;/P&gt;&lt;P&gt;My problem it's that after jump to application there is no activity on PTD5 and the problem appear:&lt;/P&gt;&lt;P&gt;Break at address "0x502000" with no debug information available, or outside of program code.&lt;/P&gt;&lt;P&gt;Attached there is the bootloader&amp;nbsp;S32K324_Boot_Test.zip and application&amp;nbsp;&amp;nbsp;S32K324_TOGGLE.zip.&lt;/P&gt;&lt;P&gt;To flash boot and application I have used settings Boot_And_App_Flash.png&lt;/P&gt;&lt;P&gt;Thanks for the support!&lt;/P&gt;</description>
    <pubDate>Mon, 29 Sep 2025 08:35:59 GMT</pubDate>
    <dc:creator>francescovico</dc:creator>
    <dc:date>2025-09-29T08:35:59Z</dc:date>
    <item>
      <title>S32K3 Bootloader</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-Bootloader/m-p/2177302#M53141</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm writing a bootloader on micro S32K324.&lt;/P&gt;&lt;P&gt;To chatch the problem, I'm wrote a very simple bootloader and application.&lt;/P&gt;&lt;P&gt;The bootloader toggle slowly PDT5 pin and after that jump to application at address 0x00500000.&lt;/P&gt;&lt;P&gt;The application toggle PTD5 at main cycle (fast).&lt;/P&gt;&lt;P&gt;My problem it's that after jump to application there is no activity on PTD5 and the problem appear:&lt;/P&gt;&lt;P&gt;Break at address "0x502000" with no debug information available, or outside of program code.&lt;/P&gt;&lt;P&gt;Attached there is the bootloader&amp;nbsp;S32K324_Boot_Test.zip and application&amp;nbsp;&amp;nbsp;S32K324_TOGGLE.zip.&lt;/P&gt;&lt;P&gt;To flash boot and application I have used settings Boot_And_App_Flash.png&lt;/P&gt;&lt;P&gt;Thanks for the support!&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2025 08:35:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-Bootloader/m-p/2177302#M53141</guid>
      <dc:creator>francescovico</dc:creator>
      <dc:date>2025-09-29T08:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 Bootloader</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-Bootloader/m-p/2178026#M53172</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/153065"&gt;@francescovico&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just remove this line:&lt;/P&gt;
&lt;P&gt;func = (((uint32_t)func) &amp;amp; 0xFFFFFFFEU);&lt;/P&gt;
&lt;P&gt;You are not supposed to do that. The LSB must be set to 1 to indicate Thumb mode which is required on Cortex-M cores. Then it should work.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lukas&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 08:29:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-Bootloader/m-p/2178026#M53172</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2025-09-30T08:29:49Z</dc:date>
    </item>
  </channel>
</rss>

