<?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: store data into SPIFI and relocate code into RAM in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/store-data-into-SPIFI-and-relocate-code-into-RAM/m-p/1083624#M41635</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;hi&amp;nbsp;xiangjung&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;thank you for your quick and concise reply. yes its perfectly makes sense. therefore i have to opt for a protocol other than USB which can transfer at the speed of 120MB/s.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Apr 2020 09:55:23 GMT</pubDate>
    <dc:creator>navidfanaee</dc:creator>
    <dc:date>2020-04-28T09:55:23Z</dc:date>
    <item>
      <title>store data into SPIFI and relocate code into RAM</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/store-data-into-SPIFI-and-relocate-code-into-RAM/m-p/1083620#M41631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using Lpc-link2 (lpc4370) for the purpose of converting analog signal to digital at the rate of 60MHz. However as the usb max rate is 60Mb/s it seems i have to store the coming data to SPIFI memory. I appreciate it if you could please help me how can i do it. do I have to relocate my whole code into RAM ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2020 09:34:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/store-data-into-SPIFI-and-relocate-code-into-RAM/m-p/1083620#M41631</guid>
      <dc:creator>navidfanaee</dc:creator>
      <dc:date>2020-04-27T09:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: store data into SPIFI and relocate code into RAM</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/store-data-into-SPIFI-and-relocate-code-into-RAM/m-p/1083621#M41632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Navid,&lt;/P&gt;&lt;P&gt;As you know that the LPC4370 has on-chip SRAM, we have the code to convert the analog signal at 80MSPS and save the samples in on-chip SRAM via DMA, after the predefined number of samples have been acquired, stop to convert. After the ADC has stopped, I think you can begin to&amp;nbsp; transfer the samples in on-chip SRAM to USB.&lt;/P&gt;&lt;P&gt;It is not necessary to save the samples in SPI flash if you do not want to save sample after power off.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2020 03:16:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/store-data-into-SPIFI-and-relocate-code-into-RAM/m-p/1083621#M41632</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2020-04-28T03:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: store data into SPIFI and relocate code into RAM</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/store-data-into-SPIFI-and-relocate-code-into-RAM/m-p/1083622#M41633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&amp;nbsp;xiangjung&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for your reply. yes the data is stored in SRAM but considering the limited size of SRAM and the fact that USB speed is less than ADC, i thought maybe i could store data in SPIFI memory which is enough for my application (1024K) and have my ADC working in max possible speed.&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2020 04:30:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/store-data-into-SPIFI-and-relocate-code-into-RAM/m-p/1083622#M41633</guid>
      <dc:creator>navidfanaee</dc:creator>
      <dc:date>2020-04-28T04:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: store data into SPIFI and relocate code into RAM</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/store-data-into-SPIFI-and-relocate-code-into-RAM/m-p/1083623#M41634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Navid,&lt;/P&gt;&lt;P&gt;I do not think your solution is feasible that you want to save samples into on-board spi flash. I copy the specs of W25Q80, the page program time(256 Byte for one page) is 0.8mS, 1024K bytes take 0.8mS*(1024K/256)=3.2S to program&amp;nbsp; into flash. But acquiring 1024Kbyts samples just takes 1/60S=16mS.&lt;/P&gt;&lt;P&gt;In conclusion, it is not feasible to use SPI flash as a buffer to save samples.&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;&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/106567i080C0EDD3E527477/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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2020 06:29:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/store-data-into-SPIFI-and-relocate-code-into-RAM/m-p/1083623#M41634</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2020-04-28T06:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: store data into SPIFI and relocate code into RAM</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/store-data-into-SPIFI-and-relocate-code-into-RAM/m-p/1083624#M41635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;hi&amp;nbsp;xiangjung&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;thank you for your quick and concise reply. yes its perfectly makes sense. therefore i have to opt for a protocol other than USB which can transfer at the speed of 120MB/s.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2020 09:55:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/store-data-into-SPIFI-and-relocate-code-into-RAM/m-p/1083624#M41635</guid>
      <dc:creator>navidfanaee</dc:creator>
      <dc:date>2020-04-28T09:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: store data into SPIFI and relocate code into RAM</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/store-data-into-SPIFI-and-relocate-code-into-RAM/m-p/1083625#M41636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;hi&amp;nbsp;xiangjung&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;sorry i am totaly new to LPC, as i previously told i'm trying to get lpc4370's&amp;nbsp;(lpc-link2) ADC working at 60MSps, however it seems none of the serial communication protocols on the chip can support speed up to 120MBps (LPC stores each sample in 2 bytes). what do you suggest if I want to use ADC real time?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2020 10:09:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/store-data-into-SPIFI-and-relocate-code-into-RAM/m-p/1083625#M41636</guid>
      <dc:creator>navidfanaee</dc:creator>
      <dc:date>2020-05-04T10:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: store data into SPIFI and relocate code into RAM</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/store-data-into-SPIFI-and-relocate-code-into-RAM/m-p/1083626#M41637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Navid,&lt;/P&gt;&lt;P&gt;I agree with you that &lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;none of the serial communication protocols on the chip can support speed up to 120MBps&lt;/SPAN&gt;, the only solution is to save thew samples to internal SRAM, but the size of internal SRAM is the limit you can acquire the number of samples.&lt;/P&gt;&lt;P&gt;If you design board based on LPC4370, I suppose that you can connect external SRAM or SDRAM via EMC so that a large number of samples can be saved into external SRAM or SDRAM.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;XiangJun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2020 14:04:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/store-data-into-SPIFI-and-relocate-code-into-RAM/m-p/1083626#M41637</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2020-05-05T14:04:35Z</dc:date>
    </item>
  </channel>
</rss>

