<?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>MQX Software SolutionsのトピックRe: Delete a LWMSQ.</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Delete-a-LWMSQ/m-p/386558#M12889</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matthew &amp;amp; soledad, I had a look at this example before but it doesn't include the function _lwmsgq_deinit(). I'm using MQX 4.0 maybe the function you mentioned is only part of 4.1. I had a look into the release notes of 4.1.1 but didn't find a note. I have to look if we can change to the new Version 4.1 where the operation is included. Thank you for your help. Kind Regards, Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Oct 2014 09:09:13 GMT</pubDate>
    <dc:creator>michaelspieker</dc:creator>
    <dc:date>2014-10-17T09:09:13Z</dc:date>
    <item>
      <title>Delete a LWMSQ.</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Delete-a-LWMSQ/m-p/386555#M12886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;BR /&gt;I'm using MQX 4.0 with a Cortex-M4 (TWR-K60D100M). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my application I use different Tasks and every Task has its own LWMSQ. Now I want to delete a task while runtime and also want to delete the MSQ. But there is no operation to delete the MSQ. &lt;BR /&gt;I tried to do something like this: &lt;BR /&gt;me-&amp;gt;rtosMessageQueue-&amp;gt;LINK.PREV-&amp;gt;NEXT = me-&amp;gt;rtosMessageQueue-&amp;gt;LINK.NEXT; &lt;BR /&gt;me-&amp;gt;rtosMessageQueue-&amp;gt;LINK.NEXT-&amp;gt;PREV = me-&amp;gt;rtosMessageQueue-&amp;gt;LINK.PREV; &lt;BR /&gt;Without success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Performing these statements will corrupt events inside other MSQs. I hope you understand my Problem and I'm happy for any kind of help :smileyhappy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TY Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 09:21:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Delete-a-LWMSQ/m-p/386555#M12886</guid>
      <dc:creator>michaelspieker</dc:creator>
      <dc:date>2014-10-13T09:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Delete a LWMSQ.</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Delete-a-LWMSQ/m-p/386556#M12887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you check the lwmsgq example?? This example is located at the path:&amp;nbsp; C:\Freescale\Freescale_MQX_4_1\mqx\examples&lt;/P&gt;&lt;P&gt;This may helps&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt; Sol &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>Thu, 16 Oct 2014 20:25:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Delete-a-LWMSQ/m-p/386556#M12887</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2014-10-16T20:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Delete a LWMSQ.</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Delete-a-LWMSQ/m-p/386557#M12888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;But there is no operation to delete the MSQ.&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;TT&gt;_lwmsgq_deinit()&lt;/TT&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 22:28:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Delete-a-LWMSQ/m-p/386557#M12888</guid>
      <dc:creator>matthewkendall</dc:creator>
      <dc:date>2014-10-16T22:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Delete a LWMSQ.</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Delete-a-LWMSQ/m-p/386558#M12889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matthew &amp;amp; soledad, I had a look at this example before but it doesn't include the function _lwmsgq_deinit(). I'm using MQX 4.0 maybe the function you mentioned is only part of 4.1. I had a look into the release notes of 4.1.1 but didn't find a note. I have to look if we can change to the new Version 4.1 where the operation is included. Thank you for your help. Kind Regards, Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 09:09:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Delete-a-LWMSQ/m-p/386558#M12889</guid>
      <dc:creator>michaelspieker</dc:creator>
      <dc:date>2014-10-17T09:09:13Z</dc:date>
    </item>
  </channel>
</rss>

