<?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>LPCXpresso IDE中的主题 Beginner question for timer</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Beginner-question-for-timer/m-p/528260#M848</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by MCU on Tue Apr 02 21:14:46 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm beginner for LPC,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I using LPCxpresso LPC1200 Rev B&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to do a simple program, enable the 32bit timer counter and output the high low in port&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So, I need to know how to set up the CT32B0,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I already enable the counter, but I don;t know the system clock speed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I not change the CMISS, did the system clock 24MHZ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So the timer counter will update every 1/24MHZ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Any sample code for it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I use the Blinky sample code as a base.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) did I need to disable all the interrupt?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) did I need to reset the watch dog?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 23:01:24 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T23:01:24Z</dc:date>
    <item>
      <title>Beginner question for timer</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Beginner-question-for-timer/m-p/528260#M848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by MCU on Tue Apr 02 21:14:46 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm beginner for LPC,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I using LPCxpresso LPC1200 Rev B&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to do a simple program, enable the 32bit timer counter and output the high low in port&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So, I need to know how to set up the CT32B0,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I already enable the counter, but I don;t know the system clock speed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I not change the CMISS, did the system clock 24MHZ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So the timer counter will update every 1/24MHZ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Any sample code for it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I use the Blinky sample code as a base.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) did I need to disable all the interrupt?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) did I need to reset the watch dog?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:01:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Beginner-question-for-timer/m-p/528260#M848</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Beginner question for timer</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Beginner-question-for-timer/m-p/528261#M849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Thu Apr 04 00:47:41 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;There are code examples provided in the LPCXpresso Examples subdirectory for various parts (though not currently LPC12). However the code for LPC11, for example, should be easily adaptable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You could also check out previous posts on the forum using the &lt;/SPAN&gt;&lt;A href="http://http://knowledgebase.nxp.com/showthread.php?t=2182"&gt;sticky post at the top of the thread list&lt;/A&gt;&lt;SPAN&gt;. For example, this thread may well be useful...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://knowledgebase.nxp.com/showthread.php?t=3867&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also there is some information on the LPC12 watchdog and "support" for it in LPCXpresso at:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWiki/LPC12Watchdog&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CodeRedSupport&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:01:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Beginner-question-for-timer/m-p/528261#M849</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:01:24Z</dc:date>
    </item>
  </channel>
</rss>

