<?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: How to set _nop() time in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-set-nop-time/m-p/1726598#M212900</link>
    <description>&lt;P&gt;Hi Pavel,&lt;/P&gt;&lt;P&gt;Thanks for your reply! I'm using a timer to get a interrupt for every 1s, and during the interrupt to have several nop for 100us, since I want to delay 100us for every 1s.&amp;nbsp; When I use timer and count the interrupt number, it has some problems. So if do not use nop, Is there any solution to generate such signal?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Iris&lt;/P&gt;</description>
    <pubDate>Thu, 21 Sep 2023 01:14:23 GMT</pubDate>
    <dc:creator>ahhhhhhhhhhh</dc:creator>
    <dc:date>2023-09-21T01:14:23Z</dc:date>
    <item>
      <title>How to set _nop() time</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-set-nop-time/m-p/1726428#M212884</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;I'm confused about the clock setting of RT1064. I want to use _nop() to have a delay, but I don't know how to calculate the delay time and what the clock the nop will use, and how to change the time of running one _nop() command?&lt;/P&gt;&lt;P&gt;I'm using the driver example program of GPT timer, and confused about the clock setting of this program.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 15:29:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-set-nop-time/m-p/1726428#M212884</guid>
      <dc:creator>ahhhhhhhhhhh</dc:creator>
      <dc:date>2023-09-20T15:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to set _nop() time</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-set-nop-time/m-p/1726561#M212897</link>
      <description>&lt;P&gt;Hello, my name is Pavel, and I will be supporting your case, I suggest dot use the _nop() as delay, I recommend use a timer delay to get a better performance, in all the examples you can find the DOC file and documentation about the works of this.&lt;/P&gt;&lt;P&gt;Web:&amp;nbsp;&lt;SPAN&gt;The simplest NOP statement in C is the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;null statement&lt;/STRONG&gt;&lt;SPAN&gt;, which is just a semi-colon in a context requiring a statement.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;Best regards,&lt;BR /&gt;Pavel&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 22:44:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-set-nop-time/m-p/1726561#M212897</guid>
      <dc:creator>Pavel_Hernandez</dc:creator>
      <dc:date>2023-09-20T22:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to set _nop() time</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-set-nop-time/m-p/1726598#M212900</link>
      <description>&lt;P&gt;Hi Pavel,&lt;/P&gt;&lt;P&gt;Thanks for your reply! I'm using a timer to get a interrupt for every 1s, and during the interrupt to have several nop for 100us, since I want to delay 100us for every 1s.&amp;nbsp; When I use timer and count the interrupt number, it has some problems. So if do not use nop, Is there any solution to generate such signal?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Iris&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2023 01:14:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-set-nop-time/m-p/1726598#M212900</guid>
      <dc:creator>ahhhhhhhhhhh</dc:creator>
      <dc:date>2023-09-21T01:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to set _nop() time</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-set-nop-time/m-p/1727455#M212969</link>
      <description>&lt;P&gt;Hello, sorry but that was not clear, could you elaborate further about what you want to do?&lt;/P&gt;&lt;P&gt;I understand the next: The interrupt is coming every 1s, but you want to delay 100us after that?&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2023 21:49:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-set-nop-time/m-p/1727455#M212969</guid>
      <dc:creator>Pavel_Hernandez</dc:creator>
      <dc:date>2023-09-21T21:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to set _nop() time</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-set-nop-time/m-p/1727514#M212975</link>
      <description>&lt;P&gt;I want to generate a pulse train of 100us pulse width and 1Hz frequency using timer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Iris&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2023 01:17:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-set-nop-time/m-p/1727514#M212975</guid>
      <dc:creator>ahhhhhhhhhhh</dc:creator>
      <dc:date>2023-09-22T01:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to set _nop() time</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-set-nop-time/m-p/1728283#M213052</link>
      <description>&lt;P&gt;Hello, I do not recommend using a timer, maybe the example of the PWM could help you, because the timer has a specific time, rather than the PWM you could be able to move the duty cycle on the same frequency.&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>Fri, 22 Sep 2023 22:55:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-set-nop-time/m-p/1728283#M213052</guid>
      <dc:creator>Pavel_Hernandez</dc:creator>
      <dc:date>2023-09-22T22:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to set _nop() time</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-set-nop-time/m-p/1728960#M213110</link>
      <description>&lt;P&gt;Hello, actually I have already used the eFlexPWM to generate a pair of high frequency (250KHZ) complementary PWM, and I want to make this PWM signal as the burst output, it means that the complementary PWM signal will output for 100us and then output low level voltage for 1s. And I don't know how to use another low frequency PWM(1HZ with 100us positive pulse width) to trigger this pair of high frequency complementary PWM signal, so I use timer to make it enable and disable for every 100us and 1s.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Iris&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 13:19:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-set-nop-time/m-p/1728960#M213110</guid>
      <dc:creator>ahhhhhhhhhhh</dc:creator>
      <dc:date>2023-09-25T13:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to set _nop() time</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-set-nop-time/m-p/1734479#M213626</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Could please create a new question in the community as the information is different from the original post on this thread?&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 22:11:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-set-nop-time/m-p/1734479#M213626</guid>
      <dc:creator>Pavel_Hernandez</dc:creator>
      <dc:date>2023-10-05T22:11:44Z</dc:date>
    </item>
  </channel>
</rss>

