<?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>Wireless MCUのトピックSystem Tick timer as general purpose timer</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/System-Tick-timer-as-general-purpose-timer/m-p/1653177#M14976</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am using the PN7462 microcontroller. There are only 4 timers in PN7462 and I have exhausted those timers. I have a requirement to calculate 5Min time. There is a workaround that I put a counter in a milli-second timer and calculate 5 minutes but I looked into the PN7462 datasheet and there is a SysTick Timer. Is there a way I can use this timer for generating interrupts at a given time?&amp;nbsp; I am using bare-metal programming.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jayesh_joshi_0-1684419051685.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/223822iBBA776DCE910FD66/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jayesh_joshi_0-1684419051685.png" alt="jayesh_joshi_0-1684419051685.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 18 May 2023 14:13:35 GMT</pubDate>
    <dc:creator>jayesh_joshi</dc:creator>
    <dc:date>2023-05-18T14:13:35Z</dc:date>
    <item>
      <title>System Tick timer as general purpose timer</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/System-Tick-timer-as-general-purpose-timer/m-p/1653177#M14976</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am using the PN7462 microcontroller. There are only 4 timers in PN7462 and I have exhausted those timers. I have a requirement to calculate 5Min time. There is a workaround that I put a counter in a milli-second timer and calculate 5 minutes but I looked into the PN7462 datasheet and there is a SysTick Timer. Is there a way I can use this timer for generating interrupts at a given time?&amp;nbsp; I am using bare-metal programming.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jayesh_joshi_0-1684419051685.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/223822iBBA776DCE910FD66/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jayesh_joshi_0-1684419051685.png" alt="jayesh_joshi_0-1684419051685.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 14:13:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/System-Tick-timer-as-general-purpose-timer/m-p/1653177#M14976</guid>
      <dc:creator>jayesh_joshi</dc:creator>
      <dc:date>2023-05-18T14:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: System Tick timer as general purpose timer</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/System-Tick-timer-as-general-purpose-timer/m-p/1656511#M15005</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/124248"&gt;@jayesh_joshi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for contacting us and choosing the NXP products.&lt;/P&gt;
&lt;P&gt;Yes, it's possible. But 24-bit counter does not reach 5min by an interrupt.&amp;nbsp;So, it is recommended that you do this, interrupt once every 10 seconds, overflow after 30 interrupts, and continue to reload the counter value if it does not reach 30 times. In this case, 30*10s=300s=5min.&lt;/P&gt;
&lt;P&gt;Hope the above is helpful to you.&lt;/P&gt;
&lt;P&gt;If still any issues, please feel free to contact us.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Kelly&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 09:35:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/System-Tick-timer-as-general-purpose-timer/m-p/1656511#M15005</guid>
      <dc:creator>KaiLi</dc:creator>
      <dc:date>2023-05-24T09:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: System Tick timer as general purpose timer</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/System-Tick-timer-as-general-purpose-timer/m-p/1656636#M15007</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/205266"&gt;@KaiLi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the response.&lt;/P&gt;&lt;P&gt;I do understand I can not achieve 5 minutes directly with a timer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there an example available for this counter as a timer? Or do I have to look into the datasheet for creating a timer?&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 12:07:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/System-Tick-timer-as-general-purpose-timer/m-p/1656636#M15007</guid>
      <dc:creator>jayesh_joshi</dc:creator>
      <dc:date>2023-05-24T12:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: System Tick timer as general purpose timer</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/System-Tick-timer-as-general-purpose-timer/m-p/1657283#M15009</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/124248"&gt;@jayesh_joshi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately, there is no example for your application. So, you need to implement it by yourself.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;kelly&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2023 04:21:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/System-Tick-timer-as-general-purpose-timer/m-p/1657283#M15009</guid>
      <dc:creator>KaiLi</dc:creator>
      <dc:date>2023-05-25T04:21:39Z</dc:date>
    </item>
  </channel>
</rss>

