<?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: Generate 4 Pulses with SCT without interrupt in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Generate-4-Pulses-with-SCT-without-interrupt/m-p/603799#M23510</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sodipta,&lt;/P&gt;&lt;P&gt;Yes, SCT0_H and SCT0_L value can start increase at the same time, about the run the SCT, you can learn the more information in the section Run the SCT in the reference manual.&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 18 Sep 2016 08:07:16 GMT</pubDate>
    <dc:creator>jeremyzhou</dc:creator>
    <dc:date>2016-09-18T08:07:16Z</dc:date>
    <item>
      <title>Generate 4 Pulses with SCT without interrupt</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Generate-4-Pulses-with-SCT-without-interrupt/m-p/603796#M23507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to generate 4 Pulse with SCT on LPC 1549 (see on the attachment). I use it for&amp;nbsp;burst the ultrasonic sensor. &amp;nbsp;My question is:&amp;nbsp;how can&amp;nbsp;I generate&amp;nbsp;the pulses without an Interrupt Routine. Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sodipta Karina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2016 11:47:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Generate-4-Pulses-with-SCT-without-interrupt/m-p/603796#M23507</guid>
      <dc:creator>sodiptaberutu</dc:creator>
      <dc:date>2016-09-09T11:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Generate 4 Pulses with SCT without interrupt</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Generate-4-Pulses-with-SCT-without-interrupt/m-p/603797#M23508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've attached the application demo about the SCTimer, and please refer to it for details.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.nxp.com/documents/application_note/AN11538.zip?fasp=1&amp;amp;WT_TYPE=Application%20Notes&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=zip&amp;amp;WT_ASSET=Documentation&amp;amp;fileExt=.zip"&gt;www.nxp.com/documents/application_note/AN11538.zip?fasp=1&amp;amp;WT_TYPE=Application%20Notes&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=zip&amp;amp;WT_ASSET=Documentation&amp;amp;fileExt=.zip&lt;/A&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 06:11:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Generate-4-Pulses-with-SCT-without-interrupt/m-p/603797#M23508</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2016-09-13T06:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Generate 4 Pulses with SCT without interrupt</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Generate-4-Pulses-with-SCT-without-interrupt/m-p/603798#M23509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have read it and it helps me. I have 1 question namely: For example I use SCT0, then I divide it into SCT0_High and SCT0_Low. Are those Timers (SCT0_H and SCT0_L) be able to start counting at the same time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sodipta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 08:34:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Generate-4-Pulses-with-SCT-without-interrupt/m-p/603798#M23509</guid>
      <dc:creator>sodiptaberutu</dc:creator>
      <dc:date>2016-09-13T08:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Generate 4 Pulses with SCT without interrupt</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Generate-4-Pulses-with-SCT-without-interrupt/m-p/603799#M23510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sodipta,&lt;/P&gt;&lt;P&gt;Yes, SCT0_H and SCT0_L value can start increase at the same time, about the run the SCT, you can learn the more information in the section Run the SCT in the reference manual.&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Sep 2016 08:07:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Generate-4-Pulses-with-SCT-without-interrupt/m-p/603799#M23510</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2016-09-18T08:07:16Z</dc:date>
    </item>
  </channel>
</rss>

