<?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: CTIMER4 in MCUXpresso General</title>
    <link>https://community.nxp.com/t5/MCUXpresso-General/CTIMER4/m-p/1777072#M5246</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/218900"&gt;@kavya_akas&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is an issue with UM, please refer to the driver under SDK.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
    <pubDate>Tue, 19 Dec 2023 09:41:39 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2023-12-19T09:41:39Z</dc:date>
    <item>
      <title>CTIMER4</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/CTIMER4/m-p/1776349#M5241</link>
      <description>&lt;P&gt;Hi,there is no MCR register available for ctimer4 ,how can I use it&amp;nbsp; for the ctimer4?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2023 10:42:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/CTIMER4/m-p/1776349#M5241</guid>
      <dc:creator>kavya_akas</dc:creator>
      <dc:date>2023-12-18T10:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: CTIMER4</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/CTIMER4/m-p/1776478#M5242</link>
      <description>&lt;P&gt;Could you tell us which device are you using please?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2023 16:05:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/CTIMER4/m-p/1776478#M5242</guid>
      <dc:creator>_Leo_</dc:creator>
      <dc:date>2023-12-18T16:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: CTIMER4</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/CTIMER4/m-p/1776773#M5245</link>
      <description>Hi,there is no MCR register available for ctimer4 in LPC55s16 controller ,how can I use it for the ctimer4&lt;BR /&gt;&lt;BR /&gt;CTIMER4 Configuration&lt;BR /&gt;SYSCON-&amp;gt;AHBCLKCTRLSET[2]= 1&amp;lt;&amp;lt;22;&lt;BR /&gt;SYSCON-&amp;gt;CTIMERCLKSEL.CTIMERCLKSEL4=0x00;&lt;BR /&gt;&lt;BR /&gt;CTIMER4-&amp;gt;CTCR = 0x00;&lt;BR /&gt;CTIMER4-&amp;gt;TC = 0x00;&lt;BR /&gt;CTIMER4-&amp;gt;PR = 0x00;&lt;BR /&gt;CTIMER4-&amp;gt;PC = 0x00;&lt;BR /&gt;&lt;BR /&gt;CTIMER4-&amp;gt;MR[0] = 96000000;&lt;BR /&gt;CTIMER4-&amp;gt;MCR |= 1U&amp;lt;&amp;lt;0;&lt;BR /&gt;CTIMER4-&amp;gt;MCR |= 1U&amp;lt;&amp;lt;1;&lt;BR /&gt;CTIMER4-&amp;gt;TCR |= 1U&amp;lt;&amp;lt;1;&lt;BR /&gt;CTIMER4-&amp;gt;TCR &amp;amp;= ~(1U&amp;lt;&amp;lt;1);&lt;BR /&gt;CTIMER4-&amp;gt;IR |= 0xFF;&lt;BR /&gt;&lt;BR /&gt;CTIMER4-&amp;gt;TCR |= 1&amp;lt;&amp;lt;0;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For Handler function&lt;BR /&gt;&lt;BR /&gt;void CTIMER4_IRQHandler(void)&lt;BR /&gt;{&lt;BR /&gt;&lt;BR /&gt;if(CTIMER4-&amp;gt;IR &amp;amp; 0x01) // MR3 interrupt&lt;BR /&gt;{&lt;BR /&gt;CTIMER4-&amp;gt;IR|=1u&amp;lt;&amp;lt;1;&lt;BR /&gt;{&lt;BR /&gt;if(tflag==1)&lt;BR /&gt;{&lt;BR /&gt;GPIO-&amp;gt;SET[0]|=1&amp;lt;&amp;lt;31;&lt;BR /&gt;tflag=0;&lt;BR /&gt;}&lt;BR /&gt;else&lt;BR /&gt;{&lt;BR /&gt;GPIO-&amp;gt;CLR[0]|=1&amp;lt;&amp;lt;31;&lt;BR /&gt;tflag=1;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Dec 2023 04:01:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/CTIMER4/m-p/1776773#M5245</guid>
      <dc:creator>kavya_akas</dc:creator>
      <dc:date>2023-12-19T04:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: CTIMER4</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/CTIMER4/m-p/1777072#M5246</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/218900"&gt;@kavya_akas&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is an issue with UM, please refer to the driver under SDK.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2023 09:41:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/CTIMER4/m-p/1777072#M5246</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2023-12-19T09:41:39Z</dc:date>
    </item>
  </channel>
</rss>

