<?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 : what is NOP for flash memory ? in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-what-is-NOP-for-flash-memory/m-p/1013957#M39705</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/bernhardfink"&gt;bernhardfink&lt;/A&gt;‌ !&lt;/P&gt;&lt;P&gt;But NXP doesn't provide any API's for manipulate with smaller chunks what is less than 512 bytes,&lt;/P&gt;&lt;P&gt;In my case I have multiple 128 bytes chunks what I would like to compact in one page sequentially.&lt;/P&gt;&lt;P&gt;Noe I should do read-modify-write operation for 512 byte window,&lt;/P&gt;&lt;P&gt;Or possible to control FLASH controller directly and this part can be added to SDK ?&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>Tue, 11 Aug 2020 11:30:58 GMT</pubDate>
    <dc:creator>EugeneHiihtaja</dc:creator>
    <dc:date>2020-08-11T11:30:58Z</dc:date>
    <item>
      <title>LPC55S69 : what is NOP for flash memory ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-what-is-NOP-for-flash-memory/m-p/1013941#M39689</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;Unfortunately flash memory can be written by 512 bytes chunks only.&lt;/P&gt;&lt;P&gt;But I need to sabe small 16-128 bytes chunks and I can see I can read modify and write the same page several times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LPC55S69 flash memory has erased state as 0x00 and each bit can be programmed to 1 on time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I can program page several time but I can only modify bit 0 to bit 1 and not wise versa what is typical for flash memory technology.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But each type of memory have clear limit of NOP operations what can be done on one page before Erase must be executed ( &lt;A class="link-titled" href="https://www.embeddedrelated.com/showthread/comp.arch.embedded/116544-1.php" title="https://www.embeddedrelated.com/showthread/comp.arch.embedded/116544-1.php"&gt;What's NOPs of NAND&lt;/A&gt;&amp;nbsp; as example ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What amount of NOP's are specified for that flash memory what is part of LPC55S69 MCU ?&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>Wed, 15 Jan 2020 10:41:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-what-is-NOP-for-flash-memory/m-p/1013941#M39689</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2020-01-15T10:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : what is NOP for flash memory ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-what-is-NOP-for-flash-memory/m-p/1013942#M39690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eugene，&lt;/P&gt;&lt;P&gt;I guess you ask Flash endurance parameter. see below table, it is extracted from LPC55S6X datasheet.&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/96626i9889CE4C0CAA7401/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;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>Fri, 17 Jan 2020 05:01:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-what-is-NOP-for-flash-memory/m-p/1013942#M39690</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-01-17T05:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : what is NOP for flash memory ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-what-is-NOP-for-flash-memory/m-p/1013943#M39691</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;Not it is not endurance , this is partial write e.h how may times you can write one 512 pages before erase.&lt;/P&gt;&lt;P&gt;e.g read whole page&amp;nbsp; ( if need )&amp;nbsp; fill some area and write back. During this operation you can change only bits from 1 to 0 or may be like in your case 0 to 1 only.&lt;/P&gt;&lt;P&gt;But each type of memory must have this value, It can be 1 as well. Too much overwrite cause retention problems for sure.&lt;/P&gt;&lt;P&gt;OR I can write 512 one time and after that only erase must be done. In other case you might not&amp;nbsp;garantie data retention at all.&lt;/P&gt;&lt;P&gt;But NXP&lt;STRONG&gt;&amp;nbsp;should specify this value&lt;/STRONG&gt;. In other case is very difficult to implement any file system on top of LPC's flash memory.&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, 17 Jan 2020 07:14:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-what-is-NOP-for-flash-memory/m-p/1013943#M39691</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2020-01-17T07:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : what is NOP for flash memory ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-what-is-NOP-for-flash-memory/m-p/1013944#M39692</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;For example here :&amp;nbsp;&lt;A class="link-titled" href="https://community.cypress.com/docs/DOC-14313" title="https://community.cypress.com/docs/DOC-14313"&gt;NOR Flash FAQs - KBA222273 | Cypress Developer Community&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #333333; background-color: #ffffff; border: 0px; font-size: 14px; margin: 12pt 0px 0px;"&gt;&lt;STRONG style="border: 0px; font-weight: bold; font-size: 14px;"&gt;"&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #333333; background-color: #ffffff; border: 0px; font-size: 14px; margin: 12pt 0px 0px;"&gt;&lt;STRONG style="border: 0px; font-weight: bold; font-size: 14px;"&gt;Is it possible to write twice (erase&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;→&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;write&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;→&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;write to the same address) without reissuing the Erase command for the same address?&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #333333; background-color: #ffffff; border: 0px; font-size: 14px; margin: 12pt 0px 0px;"&gt;It is physically possible to change 1&lt;SPAN lang="EN-US" style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;→&lt;/SPAN&gt;0, but if you write to the same Write Page twice, the built-in ECC function will be invalid. So, it is not recommended to write twice.&lt;/P&gt;&lt;P style="color: #333333; background-color: #ffffff; border: 0px; font-size: 14px; margin: 12pt 0px 0px;"&gt;"&lt;/P&gt;&lt;P style="color: #333333; background-color: #ffffff; border: 0px; font-size: 14px; margin: 12pt 0px 0px;"&gt;&lt;/P&gt;&lt;P style="color: #333333; background-color: #ffffff; border: 0px; font-size: 14px; margin: 12pt 0px 0px;"&gt;So in NXP , I don't know how you calculate ECC ans etc. But this value is essential for implement compact&amp;nbsp; flash file systems on top of some types of memory.&lt;/P&gt;&lt;P style="color: #333333; background-color: #ffffff; border: 0px; font-size: 14px; margin: 12pt 0px 0px;"&gt;br, Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2020 07:35:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-what-is-NOP-for-flash-memory/m-p/1013944#M39692</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2020-01-17T07:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : what is NOP for flash memory ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-what-is-NOP-for-flash-memory/m-p/1013945#M39693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;LPC55S69 doesn't define NOP value.&lt;/P&gt;&lt;P&gt;But the flash program principle is, after erase, physically program from 0-&amp;gt;1, no way to do it vice versa if using Flash program command.&lt;/P&gt;&lt;P&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 style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&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 style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&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>Fri, 17 Jan 2020 08:53:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-what-is-NOP-for-flash-memory/m-p/1013945#M39693</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-01-17T08:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : what is NOP for flash memory ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-what-is-NOP-for-flash-memory/m-p/1013946#M39694</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;So I can write page one time or multiple time for keep rule 0-&amp;gt;1 and ECC of page will be updated automatically and no data retention degradation ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or NXP forbid to write several times ?&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, 17 Jan 2020 09:53:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-what-is-NOP-for-flash-memory/m-p/1013946#M39694</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2020-01-17T09:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : what is NOP for flash memory ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-what-is-NOP-for-flash-memory/m-p/1013947#M39695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can write multiple times, but only first 0-&amp;gt;1 can take effect. once flash is 1, you write it with 0, there is nothing change although no error report. please test it with board.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2020 10:31:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-what-is-NOP-for-flash-memory/m-p/1013947#M39695</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-01-17T10:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : what is NOP for flash memory ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-what-is-NOP-for-flash-memory/m-p/1013948#M39696</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;So you think multiple overwrites is not have any effect for ECC and data retention and endurance is not degradate too much ?&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, 17 Jan 2020 11:39:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-what-is-NOP-for-flash-memory/m-p/1013948#M39696</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2020-01-17T11:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : what is NOP for flash memory ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-what-is-NOP-for-flash-memory/m-p/1013949#M39697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No effect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jan 2020 06:17:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-what-is-NOP-for-flash-memory/m-p/1013949#M39697</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-01-19T06:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : what is NOP for flash memory ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-what-is-NOP-for-flash-memory/m-p/1013950#M39698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if it written somewhere or practical&amp;nbsp;testing show no problem ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="position: absolute; left: 324px; top: -16px;"&gt;&lt;DIV class="gtx-trans-icon"&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2020 07:11:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-what-is-NOP-for-flash-memory/m-p/1013950#M39698</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2020-01-20T07:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : what is NOP for flash memory ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-what-is-NOP-for-flash-memory/m-p/1013951#M39699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it's from practical testing. no where document it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2020 09:21:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-what-is-NOP-for-flash-memory/m-p/1013951#M39699</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-01-20T09:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : what is NOP for flash memory ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-what-is-NOP-for-flash-memory/m-p/1013952#M39700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can this question be asked from silicon manufacture part of NXP for be sure if current process of flash memory supports this kind of operation without degradation of endurance and retention capabilities of used flash memory&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2020 10:16:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-what-is-NOP-for-flash-memory/m-p/1013952#M39700</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2020-01-20T10:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : what is NOP for flash memory ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-what-is-NOP-for-flash-memory/m-p/1013953#M39701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the data that are not documented, mostly two reasons: no test on it, or can't share to public.&lt;/P&gt;&lt;P&gt;If we want to request it, we need more information from you so that I can compose my internal request:&lt;/P&gt;&lt;P&gt;- your project name and scenarios&lt;/P&gt;&lt;P&gt;- the sufficient reason why you need these data&lt;/P&gt;&lt;P&gt;- the chips ordered yearly.&lt;/P&gt;&lt;P&gt;- company name.&lt;/P&gt;&lt;P&gt;the market will evaluate and make decision if we have resource to arrange the test.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2020 05:45:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-what-is-NOP-for-flash-memory/m-p/1013953#M39701</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-01-21T05:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : what is NOP for flash memory ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-what-is-NOP-for-flash-memory/m-p/1013954#M39702</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;No need any testing. Every memory vendor always specify this value or clearly said how-to write data to the sector.&lt;/P&gt;&lt;P&gt;In other case it is internal flash memory for firmware code only and it shouldn't be used for store any data in any fashions.&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>Tue, 21 Jan 2020 07:20:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-what-is-NOP-for-flash-memory/m-p/1013954#M39702</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2020-01-21T07:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : what is NOP for flash memory ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-what-is-NOP-for-flash-memory/m-p/1013955#M39703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From the free support channel, I can only support the info that documented for public or based on my personal test.&lt;/P&gt;&lt;P&gt;If you need further that we don't documented, above information is needed. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2020 10:31:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-what-is-NOP-for-flash-memory/m-p/1013955#M39703</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-01-21T10:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : what is NOP for flash memory ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-what-is-NOP-for-flash-memory/m-p/1013956#M39704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To complement this thread:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is a valid question, but in the case of the LPC55XX there is another reason to avoid over-programming:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From chapter 5.7.13 of the User's Manual&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Due to the presence of ECC, over-programming an already programmed word will &lt;/EM&gt;&lt;EM&gt;likely result in inconsistent parity bits; for this reason, it is not allowed to program a &lt;/EM&gt;&lt;EM&gt;memory word without erasing it first.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, programming smaller portions of data into the flash is possible, the 512 bytes pages don't play a role for writing. Data word can be written in 128 bit format, so four 32-bit word are the smallest portion which can be written to the flash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From chapter 5.7.8 of the User's Manual:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Data to be written is accumulated inside the controller’s DATAW0-DATAW3 registers. After specifying an address in the STARTA register and 128 bit of data in the DATAW0-3 registers, it’s possible to activate the controller’s Write” command, which will transfer the data to the memory’s page register, at the position indicated by the STARTA register (only the column part of the address is significant).&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, erasing is bound to the 512-byte pages, so even for small parameter sections you need two pages to swap between them, even if the content is just a few bytes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bernhard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2020 09:11:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-what-is-NOP-for-flash-memory/m-p/1013956#M39704</guid>
      <dc:creator>bernhardfink</dc:creator>
      <dc:date>2020-08-06T09:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : what is NOP for flash memory ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-what-is-NOP-for-flash-memory/m-p/1013957#M39705</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/bernhardfink"&gt;bernhardfink&lt;/A&gt;‌ !&lt;/P&gt;&lt;P&gt;But NXP doesn't provide any API's for manipulate with smaller chunks what is less than 512 bytes,&lt;/P&gt;&lt;P&gt;In my case I have multiple 128 bytes chunks what I would like to compact in one page sequentially.&lt;/P&gt;&lt;P&gt;Noe I should do read-modify-write operation for 512 byte window,&lt;/P&gt;&lt;P&gt;Or possible to control FLASH controller directly and this part can be added to SDK ?&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>Tue, 11 Aug 2020 11:30:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-what-is-NOP-for-flash-memory/m-p/1013957#M39705</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2020-08-11T11:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : what is NOP for flash memory ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-what-is-NOP-for-flash-memory/m-p/1013958#M39706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eugene,&lt;BR /&gt;&lt;BR /&gt;I need to admit that i didn't look at this on API level. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a programming cycle can only take place on a page, then you need to switch between two pages and do it in 3 steps:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;erase the unused page&lt;/LI&gt;&lt;LI&gt;read content from used page into RAM buffer and add new chunk&lt;/LI&gt;&lt;LI&gt;program buffer into unused page&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We don't provide more details about the flash controller, so you need to live with the functionality provided by the API.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bernhard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2020 13:53:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-what-is-NOP-for-flash-memory/m-p/1013958#M39706</guid>
      <dc:creator>bernhardfink</dc:creator>
      <dc:date>2020-08-11T13:53:56Z</dc:date>
    </item>
  </channel>
</rss>

