<?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: LPC55S69 : read FFR at 150Mhz in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-read-FFR-at-150Mhz/m-p/1062880#M41028</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1B silicon can work under 150MHz. 96Mhz limit is for writing and erasing. not for read.&lt;/P&gt;&lt;P&gt;if you are sure you have problem when read. please send me your demo project and problem screenshot. I need reproduce the issue first.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jul 2020 09:43:46 GMT</pubDate>
    <dc:creator>ZhangJennie</dc:creator>
    <dc:date>2020-07-15T09:43:46Z</dc:date>
    <item>
      <title>LPC55S69 : read FFR at 150Mhz</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-read-FFR-at-150Mhz/m-p/1062879#M41027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I undestand right and FFR API have 96Mhz limitation ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to read AC code from it at Core clock 150Mhz and it freeze&amp;nbsp;at some point in this code :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FLASH_Init(&amp;amp;flashInstance);&lt;BR /&gt;FFR_Init(&amp;amp;flashInstance);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* Read AC. */&lt;BR /&gt; memset((void*) activationCode, 0, sizeof(activationCode));&lt;BR /&gt; result = FFR_KeystoreGetAC(&amp;amp;flashInstance, (uint8_t*) activationCode);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see FLASH_Init have this line :&lt;/P&gt;&lt;P&gt;config-&amp;gt;modeConfig.sysFreqInMHz = (uint32_t)kSysToFlashFreq_defaultInMHz; // 96 Mhz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But may be it is common case for Write and Erase as well.&lt;/P&gt;&lt;P&gt;Can flash memory reading via FFR api can be done at 150Mhz if I initialize FLASH_Init&lt;/P&gt;&lt;P&gt;with modified clock 150Mhz ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or I can read AC area directly becouse address of it is known. I think I should use FFR API&lt;/P&gt;&lt;P&gt;for have compatibility with next versions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2020 09:27:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-read-FFR-at-150Mhz/m-p/1062879#M41027</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2020-07-03T09:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : read FFR at 150Mhz</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-read-FFR-at-150Mhz/m-p/1062880#M41028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1B silicon can work under 150MHz. 96Mhz limit is for writing and erasing. not for read.&lt;/P&gt;&lt;P&gt;if you are sure you have problem when read. please send me your demo project and problem screenshot. I need reproduce the issue first.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2020 09:43:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-read-FFR-at-150Mhz/m-p/1062880#M41028</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-07-15T09:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : read FFR at 150Mhz</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-read-FFR-at-150Mhz/m-p/1062881#M41029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/ZhangJennie"&gt;ZhangJennie&lt;/A&gt;‌ !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you give some recommendation for usage of last 32KB flash block 98000-9FFFF of memory.&lt;/P&gt;&lt;P&gt;Test show that is not possible to execute code from it and write/erase some part of it.&lt;/P&gt;&lt;P&gt;Looks like 32KB chunk a real flash memory erasable unit and 512 sectors is just part of it.&lt;/P&gt;&lt;P&gt;FFR area part of it and as usually written via ISP commands by Boot-Rom.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I erase/write remain this 32KB block ( 98000- 9DE00)by my SW ( IAP) without any probability to loze FFR context in any scenario ?&lt;/P&gt;&lt;P&gt;Or better do not touch it at all for avoid any problems ?&lt;/P&gt;&lt;P&gt;Does it possible to lock this block somehow&amp;nbsp;( at secure side start up) that write/erase operations are not possible ?&lt;/P&gt;&lt;P&gt;E.g read only protection like ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2020 08:33:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-read-FFR-at-150Mhz/m-p/1062881#M41029</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2020-07-16T08:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : read FFR at 150Mhz</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-read-FFR-at-150Mhz/m-p/1062882#M41030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this related with your original question?&amp;nbsp;Is your original question solved?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2020 09:27:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-read-FFR-at-150Mhz/m-p/1062882#M41030</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-07-16T09:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : read FFR at 150Mhz</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-read-FFR-at-150Mhz/m-p/1062883#M41031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/ZhangJennie"&gt;ZhangJennie&lt;/A&gt;‌ !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, thank you !&lt;/P&gt;&lt;P&gt;It is almost new question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;br,Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2020 10:51:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-read-FFR-at-150Mhz/m-p/1062883#M41031</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2020-07-16T10:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : read FFR at 150Mhz</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-read-FFR-at-150Mhz/m-p/1062884#M41032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I made a test based on 1B part. No problem read/write/erase&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;98000- 9DE00&lt;/SPAN&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/116274i51D792F644C636E9/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;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_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/116275iB9431A6EB05F3FD0/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jun Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2020 06:26:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-read-FFR-at-150Mhz/m-p/1062884#M41032</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-07-20T06:26:42Z</dc:date>
    </item>
  </channel>
</rss>

