<?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のトピックNXP 3250 Serial Boot Loader Program for SPI M25PxxFlash</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/NXP-3250-Serial-Boot-Loader-Program-for-SPI-M25PxxFlash/m-p/544701#M12938</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by trichloramine on Tue Nov 04 12:39:24 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I have written a 2 stage Boot Loader that uses the Serial Port on UART 5. It was written for Serial (SPI) Flash - specifically the M25Pxx Flash and work-alikes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The PC program is written in Visual Studio, C#.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All three images of the boot loader was created with the IAR compiler in C++. After loading the target binary, no part of the loader remains in memory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are three pieces to the loader.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Loader.bin&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LoadLow.bin&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LoadHigh.bin&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Loader.bin is sent by the PC program after negotiating the handshake with the ARM internal UART 5 serial boot loader.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It then allows the upload of LoadLow, and LoadHigh from the PC, and burns the images into the first sector of the Flash.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The program proper can then be uploaded via the same PC program and burned into the second sector of the flash.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once the binary image of the program has been burned into flash, the processor may be reset.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The LoadLow portion of the loader is then read by NXP's internal ROM loader in the area BELOW the 0xE000 boundary of NXP's internal ROM loader's data area.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Load Low portion then loads the special LoadHigh image over itself consisting only of an interrupt table, and&amp;nbsp; a tiny program at the upper limit of RAM.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the last thing LoadLow does is to transfer control to the LoadHigh image, which then loads your application over itself from Sector 1 into RAM, and transfers execution to it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is no residual memory used, and control is in the Application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are interested in this program, please contact me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 18:28:04 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T18:28:04Z</dc:date>
    <item>
      <title>NXP 3250 Serial Boot Loader Program for SPI M25PxxFlash</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/NXP-3250-Serial-Boot-Loader-Program-for-SPI-M25PxxFlash/m-p/544701#M12938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by trichloramine on Tue Nov 04 12:39:24 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I have written a 2 stage Boot Loader that uses the Serial Port on UART 5. It was written for Serial (SPI) Flash - specifically the M25Pxx Flash and work-alikes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The PC program is written in Visual Studio, C#.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All three images of the boot loader was created with the IAR compiler in C++. After loading the target binary, no part of the loader remains in memory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are three pieces to the loader.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Loader.bin&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LoadLow.bin&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LoadHigh.bin&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Loader.bin is sent by the PC program after negotiating the handshake with the ARM internal UART 5 serial boot loader.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It then allows the upload of LoadLow, and LoadHigh from the PC, and burns the images into the first sector of the Flash.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The program proper can then be uploaded via the same PC program and burned into the second sector of the flash.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once the binary image of the program has been burned into flash, the processor may be reset.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The LoadLow portion of the loader is then read by NXP's internal ROM loader in the area BELOW the 0xE000 boundary of NXP's internal ROM loader's data area.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Load Low portion then loads the special LoadHigh image over itself consisting only of an interrupt table, and&amp;nbsp; a tiny program at the upper limit of RAM.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the last thing LoadLow does is to transfer control to the LoadHigh image, which then loads your application over itself from Sector 1 into RAM, and transfers execution to it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is no residual memory used, and control is in the Application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are interested in this program, please contact me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:28:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/NXP-3250-Serial-Boot-Loader-Program-for-SPI-M25PxxFlash/m-p/544701#M12938</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:28:04Z</dc:date>
    </item>
  </channel>
</rss>

