<?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のトピックUsing SCT to request a gpio (memory) to memory transfer.....</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Using-SCT-to-request-a-gpio-memory-to-memory-transfer/m-p/521824#M4460</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lpc_guy469 on Fri Apr 04 12:01:34 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello all...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to use SCT state machine events to trigger DMA transfers, i.e. reading a byte from a GPIO port (memory) and writing it to SRAM (memory).&amp;nbsp; In this example, I would prefer the source address (GPIO port) to remain the same but have the destination address (memory) increment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After some investigation, I am beginning to believe that a memory-to-memory DMA transfer that is initiated (or controlled) by an SCT event will have to be done via an SCT interrupt....not via a DMA request!&amp;nbsp; It appears that issuing a DMA request (0 or 1) from an SCT event is only valid for reading/writing SCT registers.&amp;nbsp; Is anyone able to confirm this for me?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would anyone be willing to recommend what SCT/DMA facilities I would use to accomplish this goal.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for your assistance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;.....lpc_guy469&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 16:35:54 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T16:35:54Z</dc:date>
    <item>
      <title>Using SCT to request a gpio (memory) to memory transfer.....</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Using-SCT-to-request-a-gpio-memory-to-memory-transfer/m-p/521824#M4460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lpc_guy469 on Fri Apr 04 12:01:34 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello all...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to use SCT state machine events to trigger DMA transfers, i.e. reading a byte from a GPIO port (memory) and writing it to SRAM (memory).&amp;nbsp; In this example, I would prefer the source address (GPIO port) to remain the same but have the destination address (memory) increment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After some investigation, I am beginning to believe that a memory-to-memory DMA transfer that is initiated (or controlled) by an SCT event will have to be done via an SCT interrupt....not via a DMA request!&amp;nbsp; It appears that issuing a DMA request (0 or 1) from an SCT event is only valid for reading/writing SCT registers.&amp;nbsp; Is anyone able to confirm this for me?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would anyone be willing to recommend what SCT/DMA facilities I would use to accomplish this goal.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for your assistance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;.....lpc_guy469&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:35:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Using-SCT-to-request-a-gpio-memory-to-memory-transfer/m-p/521824#M4460</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using SCT to request a gpio (memory) to memory transfer.....</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Using-SCT-to-request-a-gpio-memory-to-memory-transfer/m-p/521825#M4461</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 29 17:42:00 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi lpc_guy469,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The GPIO to SRAM transfer can be triggered by SCT. On a particular input or match you can generate a event. Based on this event SCT can start&amp;nbsp; transfer. You can use peripheral to memory mode. See the example at&lt;/SPAN&gt;&lt;BR /&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%2Fan11365-sct-camera-interface-design-lpc1800-and-lpc4300" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/nxpfile/an11365-sct-camera-interface-design-lpc1800-and-lpc4300&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:35:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Using-SCT-to-request-a-gpio-memory-to-memory-transfer/m-p/521825#M4461</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:35:55Z</dc:date>
    </item>
  </channel>
</rss>

