<?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: Flashing LPC1114 microcontroller manually in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Flashing-LPC1114-microcontroller-manually/m-p/1502403#M49789</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class=""&gt;ZhangJennie&lt;/SPAN&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply. By doing that wouldn't the original characteristics/model of the program alter?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks- Thili&lt;/P&gt;</description>
    <pubDate>Mon, 08 Aug 2022 07:39:05 GMT</pubDate>
    <dc:creator>thili_maha</dc:creator>
    <dc:date>2022-08-08T07:39:05Z</dc:date>
    <item>
      <title>Flashing LPC1114 microcontroller manually</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Flashing-LPC1114-microcontroller-manually/m-p/1501766#M49776</link>
      <description>&lt;P&gt;I am trying to flash a controller manually, using write, copy to flash and read commands. While doing that is it acceptable to have a gap between the addresses ( not consecutive) which I write the program on to?&amp;nbsp;&lt;/P&gt;&lt;P&gt;The write to flash accept only multiples of 256 byte at a time, but the data I can copy is 225 bytes, so because of that there will be a gap of 31 bytes to the next 256 boundary which I am allowed to write my data in.&amp;nbsp;&lt;/P&gt;&lt;P&gt;will this be an issue to the run of the firmware?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2022 10:19:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Flashing-LPC1114-microcontroller-manually/m-p/1501766#M49776</guid>
      <dc:creator>thili_maha</dc:creator>
      <dc:date>2022-08-05T10:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Flashing LPC1114 microcontroller manually</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Flashing-LPC1114-microcontroller-manually/m-p/1502394#M49788</link>
      <description>&lt;P&gt;Hi&amp;nbsp;thili_maha&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For LPC1114, the minimal Flash programming/erasing unit is page which is 256 Byte.&amp;nbsp;the minimal Flash reading unit is byte.&lt;/P&gt;
&lt;P&gt;I suggest you filling the left 31byte with a defined value for example 0xFF then write totally 256 byte to a page.&lt;/P&gt;
&lt;P&gt;if 225 byte is already written to Flash and you want to write the left 31byte, read out the 225 byte content out, then write 225+31 data to a page together.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jun Zhang&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 07:31:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Flashing-LPC1114-microcontroller-manually/m-p/1502394#M49788</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2022-08-08T07:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Flashing LPC1114 microcontroller manually</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Flashing-LPC1114-microcontroller-manually/m-p/1502403#M49789</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class=""&gt;ZhangJennie&lt;/SPAN&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply. By doing that wouldn't the original characteristics/model of the program alter?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks- Thili&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 07:39:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Flashing-LPC1114-microcontroller-manually/m-p/1502403#M49789</guid>
      <dc:creator>thili_maha</dc:creator>
      <dc:date>2022-08-08T07:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: Flashing LPC1114 microcontroller manually</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Flashing-LPC1114-microcontroller-manually/m-p/1502406#M49791</link>
      <description>&lt;P&gt;What "&lt;SPAN&gt;original characteristics/model of the program&lt;/SPAN&gt;" do you refer to? Could you please be more specific?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 07:45:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Flashing-LPC1114-microcontroller-manually/m-p/1502406#M49791</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2022-08-08T07:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Flashing LPC1114 microcontroller manually</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Flashing-LPC1114-microcontroller-manually/m-p/1502407#M49792</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;The way that the firmware runs and executes? , would that be changed by doing that? &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 07:48:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Flashing-LPC1114-microcontroller-manually/m-p/1502407#M49792</guid>
      <dc:creator>thili_maha</dc:creator>
      <dc:date>2022-08-08T07:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Flashing LPC1114 microcontroller manually</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Flashing-LPC1114-microcontroller-manually/m-p/1502527#M49796</link>
      <description>&lt;P&gt;It doesn't affect.&lt;/P&gt;
&lt;P&gt;If any specific problem you encounter, please contact us again.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 10:29:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Flashing-LPC1114-microcontroller-manually/m-p/1502527#M49796</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2022-08-08T10:29:23Z</dc:date>
    </item>
  </channel>
</rss>

