<?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 Problem to enable CRP in LPC2468 in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-to-enable-CRP-in-LPC2468/m-p/552821#M14465</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Italia on Mon Sep 08 00:48:48 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i'm programming LPC2468 CPU. I'm tryng to enable CRP without success.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I choice the correct level protection in the CRP.c file and added the symbol&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in the symbol directive. I also enable "Enable Code Read Protection" in linker script&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;section but seem to have no effect. Reading the hex file seem that the setting of&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the CRP is not set correctly (my choice is CRP_NO_ISP&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x4E697370) point but however the CRP don't work. I post the hex file that show that there is no CRP enabled:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;:1001F000FFFFFFFFFFFFFFFFFFFFFFFF&lt;/SPAN&gt;&lt;STRONG&gt;FFFFFFFF&lt;/STRONG&gt;&lt;SPAN&gt;0F&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 19:52:53 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T19:52:53Z</dc:date>
    <item>
      <title>Problem to enable CRP in LPC2468</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-to-enable-CRP-in-LPC2468/m-p/552821#M14465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Italia on Mon Sep 08 00:48:48 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i'm programming LPC2468 CPU. I'm tryng to enable CRP without success.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I choice the correct level protection in the CRP.c file and added the symbol&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in the symbol directive. I also enable "Enable Code Read Protection" in linker script&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;section but seem to have no effect. Reading the hex file seem that the setting of&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the CRP is not set correctly (my choice is CRP_NO_ISP&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x4E697370) point but however the CRP don't work. I post the hex file that show that there is no CRP enabled:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;:1001F000FFFFFFFFFFFFFFFFFFFFFFFF&lt;/SPAN&gt;&lt;STRONG&gt;FFFFFFFF&lt;/STRONG&gt;&lt;SPAN&gt;0F&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:52:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-to-enable-CRP-in-LPC2468/m-p/552821#M14465</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to enable CRP in LPC2468</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-to-enable-CRP-in-LPC2468/m-p/552822#M14466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Italia on Mon Sep 08 01:24:18 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I add the checksum generation in my postbuild compilation command set and now i have&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;my CRP in correct memory location, but when i program my CPU by FLASHMagic and i&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;check the CRP it say "CRP Disabled". Why??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:52:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-to-enable-CRP-in-LPC2468/m-p/552822#M14466</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to enable CRP in LPC2468</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-to-enable-CRP-in-LPC2468/m-p/552823#M14467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Italia on Mon Sep 08 02:18:29 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Solved! This modality is upgraded only after RESET! I &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I still have the following problem: when i use FLASHMagic and after programming i do&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the GO at 0x00 location the program don't run. if i manually reset the program run!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:52:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-to-enable-CRP-in-LPC2468/m-p/552823#M14467</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:52:54Z</dc:date>
    </item>
  </channel>
</rss>

