<?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 Sector block used for data storage in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Sector-block-used-for-data-storage/m-p/542076#M7675</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by blasiis on Tue Jul 20 02:53:36 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;LPC1758&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to use a flash sector block for my data storage. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have read in data-sheet that whit "Copy RAM to Flash" IAP function is possible write only 256, 512, 1024 or 4096 byte.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Prompt if I must write only 10 bytes will always have to write at least 256.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This limit applies to all sectors?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 21:55:40 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T21:55:40Z</dc:date>
    <item>
      <title>Sector block used for data storage</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Sector-block-used-for-data-storage/m-p/542076#M7675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by blasiis on Tue Jul 20 02:53:36 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;LPC1758&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to use a flash sector block for my data storage. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have read in data-sheet that whit "Copy RAM to Flash" IAP function is possible write only 256, 512, 1024 or 4096 byte.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Prompt if I must write only 10 bytes will always have to write at least 256.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This limit applies to all sectors?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:55:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Sector-block-used-for-data-storage/m-p/542076#M7675</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Sector block used for data storage</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Sector-block-used-for-data-storage/m-p/542077#M7676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by micrio on Tue Jul 20 07:22:10 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, you can only write in those sizes. If you want to write 10 bytes you must pad it out to 256.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:55:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Sector-block-used-for-data-storage/m-p/542077#M7676</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sector block used for data storage</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Sector-block-used-for-data-storage/m-p/542078#M7677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by blasiis on Tue Jul 20 07:31:11 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: micrio&lt;/STRONG&gt;&lt;BR /&gt;Yes, you can only write in those sizes. If you want to write 10 bytes you must pad it out to 256.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt;:(:(:(:(&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:55:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Sector-block-used-for-data-storage/m-p/542078#M7677</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Sector block used for data storage</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Sector-block-used-for-data-storage/m-p/542079#M7678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Tue Jul 20 07:40:26 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;You could always read the 256 bytes that you want to overwrite, change the 10 bytes you want to replace, and then write the 256 bytes back...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:55:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Sector-block-used-for-data-storage/m-p/542079#M7678</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:55:42Z</dc:date>
    </item>
  </channel>
</rss>

