<?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のトピックSSP &amp; DMA issue in LPC4357 microcontroller...</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/SSP-DMA-issue-in-LPC4357-microcontroller/m-p/565299#M17056</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had interfaced the LPC812(Slave) to LPC4357(Master) microcontroller through SSP interface.&lt;/P&gt;&lt;P&gt;The SSP at LPC4357 is controlled through DMA. The configurations at LPC4357 are as follows,&lt;/P&gt;&lt;P&gt;SSP :&lt;/P&gt;&lt;P&gt;Frame length : 8-bit,&lt;/P&gt;&lt;P&gt;Communication : SPI, Master&lt;/P&gt;&lt;P&gt;Mode : 1 (CPOL : 0, CPH : 1)&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DMA:&lt;/P&gt;&lt;P&gt;Rx &amp;amp; Tx channels&lt;/P&gt;&lt;P&gt;Source &amp;amp; destination burst sizes : 1 byte&lt;/P&gt;&lt;P&gt;Source &amp;amp; destination data widths : 1 byte,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rx channel : (Channel 0)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mode : Peripheral to memory&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Data flow control : DMA control&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Terminal Count interrupt : enabled&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Tx channel : (Channel 1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mode : Memory to peripheral&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Data flow control : DMA control&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Terminal Count interrupt : disabled&lt;/P&gt;&lt;P&gt;When I performed data transfers , it is working for few transfers well as I expected. But some times, I never got the TC interrupt, when go through debugging, I found that, the ROR flag in Raw interrupt status if SSP is getting high &amp;amp; Tx channel of DMA completed its transfer but the Rx channel of DMA not at completed its transfer ever... So, I am not getting the TC interrupt from Rx channel of DMA. This occurring very frequently...&lt;/P&gt;&lt;P&gt;Please help me on this...Its very.. very.. urgent...&lt;/P&gt;&lt;P&gt;Thanks in advance...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jun 2016 04:20:39 GMT</pubDate>
    <dc:creator>TEMCEFF</dc:creator>
    <dc:date>2016-06-23T04:20:39Z</dc:date>
    <item>
      <title>SSP &amp; DMA issue in LPC4357 microcontroller...</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SSP-DMA-issue-in-LPC4357-microcontroller/m-p/565299#M17056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had interfaced the LPC812(Slave) to LPC4357(Master) microcontroller through SSP interface.&lt;/P&gt;&lt;P&gt;The SSP at LPC4357 is controlled through DMA. The configurations at LPC4357 are as follows,&lt;/P&gt;&lt;P&gt;SSP :&lt;/P&gt;&lt;P&gt;Frame length : 8-bit,&lt;/P&gt;&lt;P&gt;Communication : SPI, Master&lt;/P&gt;&lt;P&gt;Mode : 1 (CPOL : 0, CPH : 1)&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DMA:&lt;/P&gt;&lt;P&gt;Rx &amp;amp; Tx channels&lt;/P&gt;&lt;P&gt;Source &amp;amp; destination burst sizes : 1 byte&lt;/P&gt;&lt;P&gt;Source &amp;amp; destination data widths : 1 byte,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rx channel : (Channel 0)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mode : Peripheral to memory&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Data flow control : DMA control&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Terminal Count interrupt : enabled&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Tx channel : (Channel 1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mode : Memory to peripheral&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Data flow control : DMA control&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Terminal Count interrupt : disabled&lt;/P&gt;&lt;P&gt;When I performed data transfers , it is working for few transfers well as I expected. But some times, I never got the TC interrupt, when go through debugging, I found that, the ROR flag in Raw interrupt status if SSP is getting high &amp;amp; Tx channel of DMA completed its transfer but the Rx channel of DMA not at completed its transfer ever... So, I am not getting the TC interrupt from Rx channel of DMA. This occurring very frequently...&lt;/P&gt;&lt;P&gt;Please help me on this...Its very.. very.. urgent...&lt;/P&gt;&lt;P&gt;Thanks in advance...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 04:20:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SSP-DMA-issue-in-LPC4357-microcontroller/m-p/565299#M17056</guid>
      <dc:creator>TEMCEFF</dc:creator>
      <dc:date>2016-06-23T04:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: SSP &amp; DMA issue in LPC4357 microcontroller...</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SSP-DMA-issue-in-LPC4357-microcontroller/m-p/565300#M17057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anusha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see that your question is already being addressed on the Case Number 00080352.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards!&lt;/P&gt;&lt;P&gt;Carlos Mendoza&lt;/P&gt;&lt;P&gt;Technical Support Engineer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 15:40:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SSP-DMA-issue-in-LPC4357-microcontroller/m-p/565300#M17057</guid>
      <dc:creator>Carlos_Mendoza</dc:creator>
      <dc:date>2016-07-26T15:40:32Z</dc:date>
    </item>
  </channel>
</rss>

