<?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: iMXRT1170 QTimer initialization for 1ms interrupt. in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/iMXRT1170-QTimer-initialization-for-1ms-interrupt/m-p/1587483#M23431</link>
    <description>&lt;P&gt;Hi Pavel,&lt;/P&gt;&lt;P&gt;I have tried with this at my end,&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;QTMR_SetTimerPeriod(BOARD_QTMR_BASEADDR, BOARD_SECOND_QTMR_CHANNEL, USEC_TO_COUNT(1000U, QTMR_SOURCE_CLOCK));&lt;/PRE&gt;&lt;P&gt;I am still getting&amp;nbsp;complete cycle as&lt;STRONG&gt; Ttotal=8.4msec&amp;nbsp; Ton=4.2msec and Toff= 4.2msec.&lt;/STRONG&gt;&amp;nbsp;I have attached the image for your reference.&lt;/P&gt;&lt;P&gt;Let me know did you get the same, how to resolve this?&lt;/P&gt;&lt;P&gt;Thanks in advance.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Jan 2023 07:08:15 GMT</pubDate>
    <dc:creator>Naveed</dc:creator>
    <dc:date>2023-01-25T07:08:15Z</dc:date>
    <item>
      <title>iMXRT1170 QTimer initialization for 1ms interrupt.</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/iMXRT1170-QTimer-initialization-for-1ms-interrupt/m-p/1585492#M23351</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using iMXRT1170 EVK board and tried executing the QTimer in interrupt mode for every 1msec.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I checked the output on DSO by configuring the GPIO output in the interrupt handler function. I got the output as attached here.&lt;/P&gt;&lt;P&gt;I am not able to go below &lt;STRONG&gt;8.35msec for,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;QTMR_SetTimerPeriod(BOARD_QTMR_BASEADDR, BOARD_SECOND_QTMR_CHANNEL,MSEC_TO_COUNT(1U, QTMR_SOURCE_CLOCK) );&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and maximum I got &lt;STRONG&gt;70msec&lt;/STRONG&gt;&amp;nbsp;for,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;QTMR_SetTimerPeriod(BOARD_QTMR_BASEADDR, BOARD_SECOND_QTMR_CHANNEL,65000 );&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Can you let me know why it is showing like this? In example code it says we can configure it for 1msec but I am not getting it.&lt;/P&gt;&lt;P&gt;Please let me know, did I missed any configuration here? How to resolve this for interrupt for every 1msec.&lt;/P&gt;&lt;P&gt;Code and DSO output is attached.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 13:52:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/iMXRT1170-QTimer-initialization-for-1ms-interrupt/m-p/1585492#M23351</guid>
      <dc:creator>Naveed</dc:creator>
      <dc:date>2023-01-19T13:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: iMXRT1170 QTimer initialization for 1ms interrupt.</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/iMXRT1170-QTimer-initialization-for-1ms-interrupt/m-p/1586297#M23387</link>
      <description>&lt;P&gt;Hello, my name is Pavel, and I will be supporting your case, let me review your information, only for being sure could you tell me the example are you based on?&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2023 22:50:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/iMXRT1170-QTimer-initialization-for-1ms-interrupt/m-p/1586297#M23387</guid>
      <dc:creator>Pavel_Hernandez</dc:creator>
      <dc:date>2023-01-20T22:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: iMXRT1170 QTimer initialization for 1ms interrupt.</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/iMXRT1170-QTimer-initialization-for-1ms-interrupt/m-p/1586429#M23390</link>
      <description>&lt;P&gt;Hi Pavel,&lt;/P&gt;&lt;P&gt;I want to configure the QTimer for 1ms interrupt. and I am using the example code of qtimer for imxRT1170 EVK board: SDK_2_12_1_MIMXRT1170\boards\evkmimxrt1170\driver_examples\qtmr\timer\cm7.&lt;/P&gt;&lt;P&gt;I have attached the same code before with the DSO image.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have measured the time by toggling the GPIO in interrupt handler, It is not able go below 8.35msec but I have configure it for 1msec which I am not getting. Let me know how to get it for 1msec interrupt in qtimer.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 04:56:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/iMXRT1170-QTimer-initialization-for-1ms-interrupt/m-p/1586429#M23390</guid>
      <dc:creator>Naveed</dc:creator>
      <dc:date>2023-01-23T04:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: iMXRT1170 QTimer initialization for 1ms interrupt.</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/iMXRT1170-QTimer-initialization-for-1ms-interrupt/m-p/1586858#M23408</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Let me test the example and when I have more details, I will contact you.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 23:52:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/iMXRT1170-QTimer-initialization-for-1ms-interrupt/m-p/1586858#M23408</guid>
      <dc:creator>Pavel_Hernandez</dc:creator>
      <dc:date>2023-01-23T23:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: iMXRT1170 QTimer initialization for 1ms interrupt.</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/iMXRT1170-QTimer-initialization-for-1ms-interrupt/m-p/1586916#M23411</link>
      <description>&lt;P&gt;Hi Pavel,&lt;/P&gt;&lt;P&gt;Sure. Please let me know on this.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 05:17:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/iMXRT1170-QTimer-initialization-for-1ms-interrupt/m-p/1586916#M23411</guid>
      <dc:creator>Naveed</dc:creator>
      <dc:date>2023-01-24T05:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: iMXRT1170 QTimer initialization for 1ms interrupt.</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/iMXRT1170-QTimer-initialization-for-1ms-interrupt/m-p/1587442#M23429</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I made some tests and have some issues, so I review the code and I find this macro [&amp;nbsp;USEC_TO_COUNT] could you make a test with that? I will make the test too, and share my result, I get 4ms in the last test.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;QTMR_SetTimerPeriod(BOARD_QTMR_BASEADDR, BOARD_SECOND_QTMR_CHANNEL, USEC_TO_COUNT(1000U, QTMR_SOURCE_CLOCK));
&lt;/LI-CODE&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2023 04:33:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/iMXRT1170-QTimer-initialization-for-1ms-interrupt/m-p/1587442#M23429</guid>
      <dc:creator>Pavel_Hernandez</dc:creator>
      <dc:date>2023-01-25T04:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: iMXRT1170 QTimer initialization for 1ms interrupt.</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/iMXRT1170-QTimer-initialization-for-1ms-interrupt/m-p/1587483#M23431</link>
      <description>&lt;P&gt;Hi Pavel,&lt;/P&gt;&lt;P&gt;I have tried with this at my end,&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;QTMR_SetTimerPeriod(BOARD_QTMR_BASEADDR, BOARD_SECOND_QTMR_CHANNEL, USEC_TO_COUNT(1000U, QTMR_SOURCE_CLOCK));&lt;/PRE&gt;&lt;P&gt;I am still getting&amp;nbsp;complete cycle as&lt;STRONG&gt; Ttotal=8.4msec&amp;nbsp; Ton=4.2msec and Toff= 4.2msec.&lt;/STRONG&gt;&amp;nbsp;I have attached the image for your reference.&lt;/P&gt;&lt;P&gt;Let me know did you get the same, how to resolve this?&lt;/P&gt;&lt;P&gt;Thanks in advance.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2023 07:08:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/iMXRT1170-QTimer-initialization-for-1ms-interrupt/m-p/1587483#M23431</guid>
      <dc:creator>Naveed</dc:creator>
      <dc:date>2023-01-25T07:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: iMXRT1170 QTimer initialization for 1ms interrupt.</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/iMXRT1170-QTimer-initialization-for-1ms-interrupt/m-p/1588063#M23444</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry for the late response, please comment on the PRINTF lines, it takes more time to print.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Pavel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2023 23:34:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/iMXRT1170-QTimer-initialization-for-1ms-interrupt/m-p/1588063#M23444</guid>
      <dc:creator>Pavel_Hernandez</dc:creator>
      <dc:date>2023-01-25T23:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: iMXRT1170 QTimer initialization for 1ms interrupt.</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/iMXRT1170-QTimer-initialization-for-1ms-interrupt/m-p/1589491#M23489</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for the delayed response, I will check and let you know on this.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 05:43:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/iMXRT1170-QTimer-initialization-for-1ms-interrupt/m-p/1589491#M23489</guid>
      <dc:creator>Naveed</dc:creator>
      <dc:date>2023-01-30T05:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: iMXRT1170 QTimer initialization for 1ms interrupt.</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/iMXRT1170-QTimer-initialization-for-1ms-interrupt/m-p/1590277#M23510</link>
      <description>&lt;P&gt;Hi Pavel,&lt;/P&gt;&lt;P&gt;It is working, I have commented the PRINTF and checked.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 05:25:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/iMXRT1170-QTimer-initialization-for-1ms-interrupt/m-p/1590277#M23510</guid>
      <dc:creator>Naveed</dc:creator>
      <dc:date>2023-01-31T05:25:45Z</dc:date>
    </item>
  </channel>
</rss>

