<?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: DMA through GPIO or SPI for 30Mhz bit- stream in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/DMA-through-GPIO-or-SPI-for-30Mhz-bit-stream/m-p/534509#M10841</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by giladkapel on Sun May 17 13:07:52 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help, I was able to get the SPI working in 30Mhz and it looks good.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have another issue I would like to ask about.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I was only able to send 8bit or 16bit words. I need to send a 'word' which is 392bits long.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can send this large word in chunks of 8bit or 16bit but I prefer to send it as a long stream of bits.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this possible using the LPC1800? All I need is a stream of bits from memory (DMA) and a 30Mhz clock. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks again for your help&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Gilad.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 18:22:40 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T18:22:40Z</dc:date>
    <item>
      <title>DMA through GPIO or SPI for 30Mhz bit- stream</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/DMA-through-GPIO-or-SPI-for-30Mhz-bit-stream/m-p/534507#M10839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by giladkapel on Fri Apr 10 04:27:41 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to continuously transfer (just send, no receive, no feedback) array of bytes to one of the pins.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I though of using SPI as I read that there are problems with GPDMA and since the MCU runs at 180Mhz, fastest SPI should be 45Mhz&amp;nbsp; (I just need 30Mhz)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Once the transfer is finished, I would like to execute a callback function and restart the transfer for a different array of bytes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Can the LPC1830 do this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Is there any simple example out there for DMA on SPI?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Gilad.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:22:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/DMA-through-GPIO-or-SPI-for-30Mhz-bit-stream/m-p/534507#M10839</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: DMA through GPIO or SPI for 30Mhz bit- stream</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/DMA-through-GPIO-or-SPI-for-30Mhz-bit-stream/m-p/534508#M10840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mc on Tue Apr 14 06:51:00 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Gilad,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please look below SSP example in LPCopen.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Keil IAR:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;lpcopen_2_12_keil_iar_ngx__1830\applications\lpc18xx_43xx\examples\periph\periph_ssp&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;LPCXpresso:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;lpcopen_2_12_lpcxpresso_ngx_xplorer_1830\periph_ssp\example&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;LPCOpen link for LPC1800 is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fnxpfile%2Flpcopen-software-development-platform-lpc18xx-packages-0" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/nxpfile/lpcopen-software-development-platform-lpc18xx-packages-0&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:22:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/DMA-through-GPIO-or-SPI-for-30Mhz-bit-stream/m-p/534508#M10840</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: DMA through GPIO or SPI for 30Mhz bit- stream</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/DMA-through-GPIO-or-SPI-for-30Mhz-bit-stream/m-p/534509#M10841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by giladkapel on Sun May 17 13:07:52 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help, I was able to get the SPI working in 30Mhz and it looks good.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have another issue I would like to ask about.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I was only able to send 8bit or 16bit words. I need to send a 'word' which is 392bits long.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can send this large word in chunks of 8bit or 16bit but I prefer to send it as a long stream of bits.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this possible using the LPC1800? All I need is a stream of bits from memory (DMA) and a 30Mhz clock. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks again for your help&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Gilad.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:22:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/DMA-through-GPIO-or-SPI-for-30Mhz-bit-stream/m-p/534509#M10841</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:22:40Z</dc:date>
    </item>
  </channel>
</rss>

