<?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 MQX Lite Driver functionality (Enable / Disable Interrupts) in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-Lite-Driver-functionality-Enable-Disable-Interrupts/m-p/238574#M6690</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;I've found the MQX Lite driver model is different than MQX, MQX Lite drivers are generated by Processor Expert with a pre-determined functionality and are not intended to be messed with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;My application requires me to Disable / Enable the a UART (SCI / AS) port every period of time, and I cannot find that functionality in the P.E. Driver, how can I go about obtaining this functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;There's a &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;_int_disable()&lt;/EM&gt;&lt;/STRONG&gt; function in MQX Lite that disables all interrupt up to the current task priority, that is not exactly what I want or need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;I hope somebody can help me get out of this jam, I'm new with MQX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;I used to work with FreeRTOS where there's a &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;xUARTdisable(UART1handle);&lt;/EM&gt;&lt;/STRONG&gt; function that does the trick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Kindest Regards,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Carlos&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 May 2013 21:29:37 GMT</pubDate>
    <dc:creator>lokuate</dc:creator>
    <dc:date>2013-05-14T21:29:37Z</dc:date>
    <item>
      <title>MQX Lite Driver functionality (Enable / Disable Interrupts)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-Lite-Driver-functionality-Enable-Disable-Interrupts/m-p/238574#M6690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;I've found the MQX Lite driver model is different than MQX, MQX Lite drivers are generated by Processor Expert with a pre-determined functionality and are not intended to be messed with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;My application requires me to Disable / Enable the a UART (SCI / AS) port every period of time, and I cannot find that functionality in the P.E. Driver, how can I go about obtaining this functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;There's a &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;_int_disable()&lt;/EM&gt;&lt;/STRONG&gt; function in MQX Lite that disables all interrupt up to the current task priority, that is not exactly what I want or need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;I hope somebody can help me get out of this jam, I'm new with MQX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;I used to work with FreeRTOS where there's a &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;xUARTdisable(UART1handle);&lt;/EM&gt;&lt;/STRONG&gt; function that does the trick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Kindest Regards,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Carlos&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 21:29:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-Lite-Driver-functionality-Enable-Disable-Interrupts/m-p/238574#M6690</guid>
      <dc:creator>lokuate</dc:creator>
      <dc:date>2013-05-14T21:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: MQX Lite Driver functionality (Enable / Disable Interrupts)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-Lite-Driver-functionality-Enable-Disable-Interrupts/m-p/238575#M6691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Carlos,&lt;/P&gt;&lt;P&gt;if you are using Serial_LDD driver you can use Enable and Disable methods. Both are not generated by default so you have to switch to Advanced or Expert mode and set Value to "generate code"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="AS1.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/119330i41434CB374963414/image-size/large?v=v2&amp;amp;px=999" role="button" title="AS1.PNG" alt="AS1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 08:25:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-Lite-Driver-functionality-Enable-Disable-Interrupts/m-p/238575#M6691</guid>
      <dc:creator>petr_uhlir</dc:creator>
      <dc:date>2013-05-15T08:25:26Z</dc:date>
    </item>
  </channel>
</rss>

