<?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>LPC MicrocontrollersのトピックRe: lpc4337 of crp</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/lpc4337-of-crp/m-p/1030986#M40129</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;非常感谢您的回复，我已经解决了问题，keil工程中配置了NO_Crp宏导致的。&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jan 2020 09:05:54 GMT</pubDate>
    <dc:creator>cyc583723081</dc:creator>
    <dc:date>2020-01-02T09:05:54Z</dc:date>
    <item>
      <title>lpc4337 of crp</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/lpc4337-of-crp/m-p/1030982#M40125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi，&lt;/P&gt;&lt;P&gt;我在应用lpc4337，我想设置代码保护；并将satrtup.s中的CRP_Key改为了0x12345678,&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/101415iE46CEA991947CAA9/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;编译之后，我发现并没有起效果，jtag依然能读取到代码，并且在0x1A0002FC的位置处并不是&lt;SPAN&gt;0x12345678，&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/101416i6D221A6AD249DC63/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;；这是为什么？&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2020 05:53:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/lpc4337-of-crp/m-p/1030982#M40125</guid>
      <dc:creator>cyc583723081</dc:creator>
      <dc:date>2020-01-02T05:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: lpc4337 of crp</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/lpc4337-of-crp/m-p/1030983#M40126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls refer to the NOTE at section 6.6 Code Read Protection (CRP), in other words, the new CRP setting is not valid until you power off and power on.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;XiangJun Rong&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Important: Any CRP change becomes effective only after the device has gone&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;through a power cycle&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2020 06:55:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/lpc4337-of-crp/m-p/1030983#M40126</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2020-01-02T06:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: lpc4337 of crp</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/lpc4337-of-crp/m-p/1030984#M40127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi，&lt;/P&gt;&lt;P&gt;谢谢您的回复，我进行了断电和上电操作，但是jtag依然可以读取到代码，并且&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;0x1A0002FC的位置处的值依然不是&lt;/SPAN&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;0x12345678。&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2020 08:10:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/lpc4337-of-crp/m-p/1030984#M40127</guid>
      <dc:creator>cyc583723081</dc:creator>
      <dc:date>2020-01-02T08:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: lpc4337 of crp</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/lpc4337-of-crp/m-p/1030985#M40128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;你用的什么工具？ 写法和工具相关&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>Thu, 02 Jan 2020 09:02:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/lpc4337-of-crp/m-p/1030985#M40128</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2020-01-02T09:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: lpc4337 of crp</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/lpc4337-of-crp/m-p/1030986#M40129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;非常感谢您的回复，我已经解决了问题，keil工程中配置了NO_Crp宏导致的。&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2020 09:05:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/lpc4337-of-crp/m-p/1030986#M40129</guid>
      <dc:creator>cyc583723081</dc:creator>
      <dc:date>2020-01-02T09:05:54Z</dc:date>
    </item>
  </channel>
</rss>

