<?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>S12 / MagniV MicrocontrollersのトピックMM9Z1J638 Bootloader</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM9Z1J638-Bootloader/m-p/1442574#M18595</link>
    <description>&lt;P&gt;Is there any bootloader sample code available for&amp;nbsp;MM9Z1J638?&lt;/P&gt;&lt;P&gt;When I'm going to erase the ROM sector using the following api.&lt;/P&gt;&lt;P&gt;ret = EraseSector(&amp;amp;ssdConfigPFlash, ROM_APP_START_ADDRESS,10,FlashCommandSequence);&lt;/P&gt;&lt;P&gt;my code is getting crashed with following message.&lt;/P&gt;&lt;P&gt;No source available for "0xAB40A7 (0xAB40A7)() "&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Vivek Srivastava&lt;/P&gt;</description>
    <pubDate>Tue, 12 Apr 2022 09:23:00 GMT</pubDate>
    <dc:creator>vivek_sri</dc:creator>
    <dc:date>2022-04-12T09:23:00Z</dc:date>
    <item>
      <title>MM9Z1J638 Bootloader</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM9Z1J638-Bootloader/m-p/1442574#M18595</link>
      <description>&lt;P&gt;Is there any bootloader sample code available for&amp;nbsp;MM9Z1J638?&lt;/P&gt;&lt;P&gt;When I'm going to erase the ROM sector using the following api.&lt;/P&gt;&lt;P&gt;ret = EraseSector(&amp;amp;ssdConfigPFlash, ROM_APP_START_ADDRESS,10,FlashCommandSequence);&lt;/P&gt;&lt;P&gt;my code is getting crashed with following message.&lt;/P&gt;&lt;P&gt;No source available for "0xAB40A7 (0xAB40A7)() "&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Vivek Srivastava&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2022 09:23:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM9Z1J638-Bootloader/m-p/1442574#M18595</guid>
      <dc:creator>vivek_sri</dc:creator>
      <dc:date>2022-04-12T09:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: MM9Z1J638 Bootloader</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM9Z1J638-Bootloader/m-p/1444010#M18602</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/188117"&gt;@vivek_sri&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Please refer to this thread:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM9Z1-638-CAN-Bootloader/m-p/481382" target="_blank"&gt;https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM9Z1-638-CAN-Bootloader/m-p/481382&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;All MagniV app noteas can be foundhere:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/S12-MagniV-Microcontrollers/List-of-MagniV-and-S12-X-Application-notes/ta-p/1120728" target="_blank"&gt;https://community.nxp.com/t5/S12-MagniV-Microcontrollers/List-of-MagniV-and-S12-X-Application-notes/ta-p/1120728&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regarding the error message, where is the code that launches the flash commands located?&lt;/P&gt;
&lt;P&gt;As you can see in AN4723_SW, the Flash program / erase fundtions are moved to SRAM.&lt;/P&gt;
&lt;P&gt;Because the flash cannot be programmed and read at the same time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 09:01:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM9Z1J638-Bootloader/m-p/1444010#M18602</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2022-04-14T09:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: MM9Z1J638 Bootloader</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM9Z1J638-Bootloader/m-p/1444738#M18604</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/160001"&gt;@danielmartynek&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the reply.&lt;/P&gt;&lt;P&gt;I moved the flash related functions to RAM similarly as done in the sample code "AN4723_SW".&lt;/P&gt;&lt;P&gt;But still when I'm calling the function to erase the flash. It is showing the same error in RAM location.&lt;/P&gt;&lt;P&gt;No source available for "0x001000 (0x001000)() ".&lt;/P&gt;</description>
      <pubDate>Sun, 17 Apr 2022 06:21:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM9Z1J638-Bootloader/m-p/1444738#M18604</guid>
      <dc:creator>vivek_sri</dc:creator>
      <dc:date>2022-04-17T06:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: MM9Z1J638 Bootloader</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM9Z1J638-Bootloader/m-p/1446473#M18610</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/188117"&gt;@vivek_sri&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Which sector do you erase there?&lt;/P&gt;
&lt;P&gt;At which point it fails? When the execution branches to the function in SRAM or when the flash command gets launched.&lt;/P&gt;
&lt;P&gt;Can you please implement all of these ISRs with while(1) loops in them?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielmartynek_0-1650465549922.png" style="width: 752px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/177498i2B005D450AD79DFD/image-dimensions/752x233?v=v2" width="752" height="233" role="button" title="danielmartynek_0-1650465549922.png" alt="danielmartynek_0-1650465549922.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;BR, Daniel&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 14:40:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM9Z1J638-Bootloader/m-p/1446473#M18610</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2022-04-20T14:40:14Z</dc:date>
    </item>
  </channel>
</rss>

