<?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: Bootloader for MCF56F83763 VLH in Digital Signal Controllers</title>
    <link>https://community.nxp.com/t5/Digital-Signal-Controllers/Bootloader-for-MCF56F83763-VLH/m-p/1019298#M1808</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Fasih,&lt;/P&gt;&lt;P&gt;Of course, you can pass the ROM bootloader and use your own bootloader.&lt;/P&gt;&lt;P&gt;When you develop your own bootloader, there is a file called flash_config.c&lt;/P&gt;&lt;P&gt;you can modify the NV_FOPT element as 0x3F in uint8_t _flash_config_field[] array, after power up, the ROM bootloader will be passed, the PC will point to P:0x00 and execute from reset vector P:0x00.&lt;/P&gt;&lt;P&gt;In this way, you can jump to your own bootloader from P:0x00, which is the same as that of MC56F827xx.&lt;/P&gt;&lt;P&gt;For detailed inf, pls refer to Chapter 6 ROM Bootloader in RM of MC56F83xxx&lt;/P&gt;&lt;P&gt;Hope it can help you&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Xiangjun Rong&lt;/P&gt;&lt;P&gt;&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/96102iCFA5AED1AA30F5F0/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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Dec 2019 08:09:38 GMT</pubDate>
    <dc:creator>xiangjun_rong</dc:creator>
    <dc:date>2019-12-10T08:09:38Z</dc:date>
    <item>
      <title>Bootloader for MCF56F83763 VLH</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/Bootloader-for-MCF56F83763-VLH/m-p/1019294#M1804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any one have the source code of bootloader for&amp;nbsp;MCF56F83763?&lt;/P&gt;&lt;P&gt;I am also interested in its 'processor expert' setup&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2019 12:11:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/Bootloader-for-MCF56F83763-VLH/m-p/1019294#M1804</guid>
      <dc:creator>fasihahmed</dc:creator>
      <dc:date>2019-12-06T12:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Bootloader for MCF56F83763 VLH</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/Bootloader-for-MCF56F83763-VLH/m-p/1019295#M1805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/williamjiang2017"&gt;williamjiang2017&lt;/A&gt;‌ we have bootloader and PE for&amp;nbsp; this device?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2019 04:37:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/Bootloader-for-MCF56F83763-VLH/m-p/1019295#M1805</guid>
      <dc:creator>mohammad_kamil</dc:creator>
      <dc:date>2019-12-09T04:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Bootloader for MCF56F83763 VLH</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/Bootloader-for-MCF56F83763-VLH/m-p/1019296#M1806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Fasih,&lt;/P&gt;&lt;P&gt;As a new feature, the MC56F83xxx has ROM bootloader, in other words, the bootloader code is integrated into on-chip ROM, but we do not provide the source code of the ROM bootloader, I am sorry for not helping you.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;XiangJun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2019 05:00:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/Bootloader-for-MCF56F83763-VLH/m-p/1019296#M1806</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2019-12-09T05:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Bootloader for MCF56F83763 VLH</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/Bootloader-for-MCF56F83763-VLH/m-p/1019297#M1807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;So does this mean if i want to make my own bootloader, I will have to flash it over the ROM bootloader or what? Do you have any documentation for this?&lt;/P&gt;&lt;P&gt;We have a custom bootloader made for MC56F82748 that we now want to port to&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;MC56F83xxx&lt;SPAN&gt;&amp;nbsp;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;What should be the steps I should take here? I know I have to use the PE but i dont have any reference code to do that because the LDD components are different.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/xiangjun.rong"&gt;xiangjun.rong&lt;/A&gt;‌&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2019 08:49:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/Bootloader-for-MCF56F83763-VLH/m-p/1019297#M1807</guid>
      <dc:creator>fasihahmed</dc:creator>
      <dc:date>2019-12-09T08:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Bootloader for MCF56F83763 VLH</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/Bootloader-for-MCF56F83763-VLH/m-p/1019298#M1808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Fasih,&lt;/P&gt;&lt;P&gt;Of course, you can pass the ROM bootloader and use your own bootloader.&lt;/P&gt;&lt;P&gt;When you develop your own bootloader, there is a file called flash_config.c&lt;/P&gt;&lt;P&gt;you can modify the NV_FOPT element as 0x3F in uint8_t _flash_config_field[] array, after power up, the ROM bootloader will be passed, the PC will point to P:0x00 and execute from reset vector P:0x00.&lt;/P&gt;&lt;P&gt;In this way, you can jump to your own bootloader from P:0x00, which is the same as that of MC56F827xx.&lt;/P&gt;&lt;P&gt;For detailed inf, pls refer to Chapter 6 ROM Bootloader in RM of MC56F83xxx&lt;/P&gt;&lt;P&gt;Hope it can help you&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Xiangjun Rong&lt;/P&gt;&lt;P&gt;&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/96102iCFA5AED1AA30F5F0/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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2019 08:09:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/Bootloader-for-MCF56F83763-VLH/m-p/1019298#M1808</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2019-12-10T08:09:38Z</dc:date>
    </item>
  </channel>
</rss>

