<?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中的主题 Re: Buffer management for PowerQuad</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Buffer-management-for-PowerQuad/m-p/1054319#M40827</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Xiangjun,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thank you for your answer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;I understood that we must manage address pointer for a buffer with software.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;It consumes CPU core resource, but I expect that such overhead can be hidden in certain degree,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;when we use PowerQuad which should be able to work with CPU core in parallel.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Norihiro Michigami&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 May 2020 00:37:53 GMT</pubDate>
    <dc:creator>Norihiro</dc:creator>
    <dc:date>2020-05-11T00:37:53Z</dc:date>
    <item>
      <title>Buffer management for PowerQuad</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Buffer-management-for-PowerQuad/m-p/1054317#M40825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand&amp;nbsp;PowerQuad is suitable for ones that need high performance digital filter, FFT on MCU.&lt;/P&gt;&lt;P&gt;When I went over the relevant documents and samples source code for LPC55S69 evaluation board,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I could understand how I should use PowerQuad from c source code.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Those sample code just demonstrate computation on pre-defined samples.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the actual usage, buffer management is also important for signal processing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;i.e., during&amp;nbsp;computation on specified block size, new samples from such as&lt;/P&gt;&lt;P&gt;ADC will be sent to buffer(SRAM) in parallel for next computation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the traditional DSP device, dedicated ring/circular buffer pointer along with&lt;/P&gt;&lt;P&gt;DMA is useful for those buffer management.&lt;/P&gt;&lt;P&gt;In case of LPC,&amp;nbsp;software running on LPC must manage that input buffer for new sampling data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have sample code which demonstrates the buffer management suitable for LPC with PowerQuad?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Norihiro Michigami&lt;/P&gt;&lt;P&gt;AVNET&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2020 08:17:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Buffer-management-for-PowerQuad/m-p/1054317#M40825</guid>
      <dc:creator>Norihiro</dc:creator>
      <dc:date>2020-05-07T08:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer management for PowerQuad</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Buffer-management-for-PowerQuad/m-p/1054318#M40826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Norihiro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, from hardware perspective, both the PowerQuad and Cortex-M33 do not support the modulo feature which most of DSPs support.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following is the DSP56800E modulo addressing figure. But the LPC55xx is not DSP, it does not support modulo address mode from hardware perspective. So you have to develop a software ring mechanism, but you have to check if the array index is out of array boundary, so the method is inefficient.&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;/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/102111i72BE03D4DCCCD473/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>Fri, 08 May 2020 05:18:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Buffer-management-for-PowerQuad/m-p/1054318#M40826</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2020-05-08T05:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer management for PowerQuad</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Buffer-management-for-PowerQuad/m-p/1054319#M40827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Xiangjun,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thank you for your answer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;I understood that we must manage address pointer for a buffer with software.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;It consumes CPU core resource, but I expect that such overhead can be hidden in certain degree,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;when we use PowerQuad which should be able to work with CPU core in parallel.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Norihiro Michigami&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2020 00:37:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Buffer-management-for-PowerQuad/m-p/1054319#M40827</guid>
      <dc:creator>Norihiro</dc:creator>
      <dc:date>2020-05-11T00:37:53Z</dc:date>
    </item>
  </channel>
</rss>

