<?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>Digital Signal ControllersのトピックRe: MC56F84789 FDPROT unprotect DFlash area</title>
    <link>https://community.nxp.com/t5/Digital-Signal-Controllers/MC56F84789-FDPROT-unprotect-DFlash-area/m-p/424698#M535</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The NVM special mode is not a published mode of operation, as it is used only in the Factory to install flash parameters.&lt;/P&gt;&lt;P&gt;If your documentation refers to this mode, please access the latest revision our &lt;A href="http://www.freescale.com/"&gt;www.freescale.com&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Sep 2015 20:21:07 GMT</pubDate>
    <dc:creator>johnlwinters</dc:creator>
    <dc:date>2015-09-25T20:21:07Z</dc:date>
    <item>
      <title>MC56F84789 FDPROT unprotect DFlash area</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/MC56F84789-FDPROT-unprotect-DFlash-area/m-p/424695#M532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to program the Dflash area of the MC56F84789 which is also called Secondary (boot) program data flash.&lt;/P&gt;&lt;P&gt;But the FDPROT reg. = 0x00 what means that "Data Flash region is protected". I have tried to simply write to the register but the value read back is always 0x00.&lt;/P&gt;&lt;P&gt;What am I doing wrong?&lt;/P&gt;&lt;P&gt;In case of writing and reading in to the FSTAT and FPROT everything is OK.&lt;/P&gt;&lt;P&gt;And to mention it is done in debug mode.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Jozef&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2015 13:50:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/MC56F84789-FDPROT-unprotect-DFlash-area/m-p/424695#M532</guid>
      <dc:creator>guide19</dc:creator>
      <dc:date>2015-09-03T13:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: MC56F84789 FDPROT unprotect DFlash area</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/MC56F84789-FDPROT-unprotect-DFlash-area/m-p/424696#M533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Jozef&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The address for FDPROT register is 0x1C797 (byte address) in MC56F84789, it is mapped in data memory. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;During the reset sequence, the FDPROT register is loaded with the contents of the data flash&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;protection byte in the Flash Configuration Field located in program flash memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;In NVM Normal mode, the protection can only be increased, meaning that currently unprotected memory can be protected but currently protected memory cannot be unprotected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Hope this helps! If not, please attach a simple example project to help us reproduce the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fiona Kuang&lt;/P&gt;&lt;P&gt;Technical Information &amp;amp; Commercial Support&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 06:57:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/MC56F84789-FDPROT-unprotect-DFlash-area/m-p/424696#M533</guid>
      <dc:creator>TICS_Fiona</dc:creator>
      <dc:date>2015-09-10T06:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: MC56F84789 FDPROT unprotect DFlash area</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/MC56F84789-FDPROT-unprotect-DFlash-area/m-p/424697#M534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fiona,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now I can read the FDPROT register. And also I am able to increase the protection. But I need to be able also&lt;/P&gt;&lt;P&gt;temporarily decrease the protection and this is not working. In RM there is :&lt;/P&gt;&lt;P&gt;In NVM Special mode: All bits of FPROT are writable without restriction. Unprotected areas can be&lt;/P&gt;&lt;P&gt;protected and protected areas can be unprotected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I enter this NVM special mode?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2015 11:24:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/MC56F84789-FDPROT-unprotect-DFlash-area/m-p/424697#M534</guid>
      <dc:creator>guide19</dc:creator>
      <dc:date>2015-09-14T11:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: MC56F84789 FDPROT unprotect DFlash area</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/MC56F84789-FDPROT-unprotect-DFlash-area/m-p/424698#M535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The NVM special mode is not a published mode of operation, as it is used only in the Factory to install flash parameters.&lt;/P&gt;&lt;P&gt;If your documentation refers to this mode, please access the latest revision our &lt;A href="http://www.freescale.com/"&gt;www.freescale.com&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 20:21:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/MC56F84789-FDPROT-unprotect-DFlash-area/m-p/424698#M535</guid>
      <dc:creator>johnlwinters</dc:creator>
      <dc:date>2015-09-25T20:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: MC56F84789 FDPROT unprotect DFlash area</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/MC56F84789-FDPROT-unprotect-DFlash-area/m-p/424699#M536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;How can I verify if the flash memory is programmed correctly when the FSEC register is set to secure the device?&lt;/P&gt;&lt;P&gt;Reading flash without power-off/on after programming act like the flash is blank... only 0xFF is read back.&lt;/P&gt;&lt;P&gt;And if I make power-off/on the device, it is already secured and I can not verify the flash memory content.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 12:20:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/MC56F84789-FDPROT-unprotect-DFlash-area/m-p/424699#M536</guid>
      <dc:creator>guide19</dc:creator>
      <dc:date>2015-10-01T12:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: MC56F84789 FDPROT unprotect DFlash area</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/MC56F84789-FDPROT-unprotect-DFlash-area/m-p/424700#M537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can wirte a program to output the contents of flash to a parallel port.&lt;/P&gt;&lt;P&gt;Of course, you would not want to do this in the real application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the real application, use a CRC polynomial to check the flash contents.&lt;/P&gt;&lt;P&gt;If this is not secure enought, envelope it so you have two nested checks, and so forth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The NVM special mode is for factory only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 19:47:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/MC56F84789-FDPROT-unprotect-DFlash-area/m-p/424700#M537</guid>
      <dc:creator>johnlwinters</dc:creator>
      <dc:date>2015-10-05T19:47:48Z</dc:date>
    </item>
  </channel>
</rss>

