<?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: OSA_TimeDelay within interrupt  in Kinetis Software Development Kit</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/OSA-TimeDelay-within-interrupt/m-p/467259#M3632</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi cedrik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use a lwevent. It is recommended to implement logic such that you can set and clear events inside the interrupt and outside the interrupts execute the actions you need depending whether the event was set or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check lwevent functions in MQX_Reference_Manual.pdf (C:\Freescale\Freescale_MQX_4_2\doc\mqx)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Carlos&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 May 2016 21:27:10 GMT</pubDate>
    <dc:creator>Carlos_Musich</dc:creator>
    <dc:date>2016-05-04T21:27:10Z</dc:date>
    <item>
      <title>OSA_TimeDelay within interrupt</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/OSA-TimeDelay-within-interrupt/m-p/467256#M3629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Okay I'm trying to write project that is as interrupt driven and requires a time delay or two. I am not quite sure though of the behavior of OSA_TimeDelay. Does a block other interrupts or does it only block interrupts with the same or lower priority. Would i be better of using a timer interrupt to handle the time delay. I am new to kinetics and the MKL03 line so all view would be appreciated. &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cedrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 16:15:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/OSA-TimeDelay-within-interrupt/m-p/467256#M3629</guid>
      <dc:creator>cedrickkukela</dc:creator>
      <dc:date>2016-04-21T16:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: OSA_TimeDelay within interrupt</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/OSA-TimeDelay-within-interrupt/m-p/467257#M3630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cedrik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is not recommended, can you please describe the problem you want to solve withe the delay inside the interrupt? We can think of a workaround.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Apr 2016 00:03:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/OSA-TimeDelay-within-interrupt/m-p/467257#M3630</guid>
      <dc:creator>Carlos_Musich</dc:creator>
      <dc:date>2016-04-23T00:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: OSA_TimeDelay within interrupt</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/OSA-TimeDelay-within-interrupt/m-p/467258#M3631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wanted to have a way to check if i had received a response with in a time limit. I am trying to complete the task using a hardware timer and a queue. What do you think?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cedrick &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 20:16:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/OSA-TimeDelay-within-interrupt/m-p/467258#M3631</guid>
      <dc:creator>cedrickkukela</dc:creator>
      <dc:date>2016-04-28T20:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: OSA_TimeDelay within interrupt</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/OSA-TimeDelay-within-interrupt/m-p/467259#M3632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi cedrik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use a lwevent. It is recommended to implement logic such that you can set and clear events inside the interrupt and outside the interrupts execute the actions you need depending whether the event was set or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check lwevent functions in MQX_Reference_Manual.pdf (C:\Freescale\Freescale_MQX_4_2\doc\mqx)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Carlos&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 21:27:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/OSA-TimeDelay-within-interrupt/m-p/467259#M3632</guid>
      <dc:creator>Carlos_Musich</dc:creator>
      <dc:date>2016-05-04T21:27:10Z</dc:date>
    </item>
  </channel>
</rss>

