<?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中的主题 Culvers Catering Menu Prices</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546xx-DFU-for-SPIFI/m-p/1427480#M48199</link>
    <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;A href="https://latestmenuprices.today/culvers-catering-menu/" target="_self"&gt;&lt;STRONG&gt;Culvers Catering Menu Prices:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/A&gt;Culvers began as a family-owned restaurant.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Craig and Lea Culver, along with Craig’s parents, opened their first restaurant at Sauk City in Wisconsin in 1984.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Mar 2022 05:50:54 GMT</pubDate>
    <dc:creator>bebyzone6</dc:creator>
    <dc:date>2022-03-14T05:50:54Z</dc:date>
    <item>
      <title>LPC546xx DFU for SPIFI</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546xx-DFU-for-SPIFI/m-p/1426113#M48170</link>
      <description>&lt;P&gt;I'm using EVB LPCXpresso54628 and I'm experimenting DFU for in-field firmware upgrade through USB and a host PC.&lt;/P&gt;&lt;P&gt;When I reset the target MCU with ISP0 and ISP2 pushbuttons pressed, the bootloader starts in USB0 DFU mode and I can read/write FLASH thorugh standard dfu-util.exe tool.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;dfu-util-static.exe -a FLASH -D firmware.bin --reset&lt;/LI-CODE&gt;&lt;P&gt;In my final application I will have a SPI Flash connected to SPIFI peripheral and I need to write to this SPI Flash (and to internal FLASH) during firmware upgrade.&lt;/P&gt;&lt;P&gt;ROM Bootloader supports only FLASH and RAM, but I need a third section SPIFLASH. I don't think it's possible to configure ROM Bootloader with SPIFLASH section.&lt;/P&gt;&lt;P&gt;What is the best solution to this?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2022 11:36:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546xx-DFU-for-SPIFI/m-p/1426113#M48170</guid>
      <dc:creator>giusloq</dc:creator>
      <dc:date>2022-03-10T11:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: LPC546xx DFU for SPIFI</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546xx-DFU-for-SPIFI/m-p/1427468#M48198</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;
&lt;P&gt;The LPC546xx has on-chip flash which can save code and data and you can run code in on-chip flash directly, I do not know why you need to connect spi flash to save code.&lt;/P&gt;
&lt;P&gt;Anyway, I agree with you that you can not use on-chip ROM bootloader if you want to connect external SPI flash and save the code in external spi flash. In bootloader mode, FC3 is configured as spi slave mode, so that external host spi in master mode can write image to on-chip flash of LPC546xx.&lt;/P&gt;
&lt;P&gt;FC3_SCK&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PIO0_0&lt;BR /&gt;FC3_SSELO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PIO0_1&lt;BR /&gt;FC3_MISO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PIO0_2&lt;BR /&gt;FC3_MOSI&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PIO0_3&lt;/P&gt;
&lt;P&gt;If you do want to connect external spi flash, you can develop a second bootloader, after Reset, the second bootloader is run, in the bootloader, you can set the spi in master mode,&amp;nbsp; read code and data from the spi flash to internal SRAM, and run in internal RAM.&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Xiangjun Rong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2022 05:32:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546xx-DFU-for-SPIFI/m-p/1427468#M48198</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2022-03-14T05:32:20Z</dc:date>
    </item>
    <item>
      <title>Culvers Catering Menu Prices</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546xx-DFU-for-SPIFI/m-p/1427480#M48199</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;A href="https://latestmenuprices.today/culvers-catering-menu/" target="_self"&gt;&lt;STRONG&gt;Culvers Catering Menu Prices:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/A&gt;Culvers began as a family-owned restaurant.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Craig and Lea Culver, along with Craig’s parents, opened their first restaurant at Sauk City in Wisconsin in 1984.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2022 05:50:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546xx-DFU-for-SPIFI/m-p/1427480#M48199</guid>
      <dc:creator>bebyzone6</dc:creator>
      <dc:date>2022-03-14T05:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: LPC546xx DFU for SPIFI</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546xx-DFU-for-SPIFI/m-p/1427483#M48201</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;A href="https://menuprices-australia.info/starbucks-menu-australia/" target="_self"&gt;&lt;STRONG&gt;Starbucks Menu Australia&lt;LI-EMOJI id="lia_backhand-index-pointing-right" title=":backhand_index_pointing_right:"&gt;&lt;/LI-EMOJI&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/A&gt;Find out everything there is to learn concerning what’s on the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Starbucks&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;selection in Australia and what their coffee, frozen drinks, as well as their famous Frappuccino drink cost.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2022 06:01:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546xx-DFU-for-SPIFI/m-p/1427483#M48201</guid>
      <dc:creator>homee</dc:creator>
      <dc:date>2022-03-14T06:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: LPC546xx DFU for SPIFI</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546xx-DFU-for-SPIFI/m-p/1427698#M48204</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;I do not know why you need to connect spi flash to save code.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;Because internal Flash is not big enough for my data. I don't save code, but constant big data on external Flash (short audio streams, bitmaps, fonts and so on).&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;If you do want to connect external spi flash, you can develop a second bootloader, after Reset, the second bootloader is run, in the bootloader, you can set the spi in master mode,&amp;nbsp; read code and data from the spi flash to internal SRAM, and run in internal RAM.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;Is it possible to develop a second bootloader that uses DFU over USB0 as an upgrade mechanism? Is it possible to create a custom memory space (SPIFLASH) over DFU? Do you have example?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2022 11:05:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546xx-DFU-for-SPIFI/m-p/1427698#M48204</guid>
      <dc:creator>giusloq</dc:creator>
      <dc:date>2022-03-14T11:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: LPC546xx DFU for SPIFI</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546xx-DFU-for-SPIFI/m-p/1428280#M48219</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have checked the USB example, the SDK does not have DFU class example code, you have to develop it yourself.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 08:02:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546xx-DFU-for-SPIFI/m-p/1428280#M48219</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2022-03-15T08:02:40Z</dc:date>
    </item>
  </channel>
</rss>

