<?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:CW StarCore - SmartDSP implementation in Classic/Legacy CodeWarrior</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/SmartDSP-implementation/m-p/155508#M2347</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hello and Welcome,&lt;BR /&gt;&lt;BR /&gt;It would be appreciated if you were reading the rules to give right information for people to help you.&lt;BR /&gt;&lt;BR /&gt;Please read:&lt;BR /&gt;&lt;B&gt;&amp;nbsp; &lt;A class="subj_read" href="http://forums.freescale.com/message?board.id=CWCOMM&amp;amp;message.id=3819" rel="nofollow" target="_blank"&gt;[IMPORTANT] When Asking about CODEWARRIOR !!!&lt;/A&gt;&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Alban.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Oct 2007 17:43:56 GMT</pubDate>
    <dc:creator>Alban</dc:creator>
    <dc:date>2007-10-16T17:43:56Z</dc:date>
    <item>
      <title>SmartDSP implementation</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/SmartDSP-implementation/m-p/155507#M2346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;SPAN&gt;I have a doubt regarding the implementation of &lt;/SPAN&gt;&lt;I&gt;"osEventDelete"&lt;/I&gt;&lt;SPAN&gt; function in SmartDSP OS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The implementation is in the file {install}\StarCore_Support\SmartDSP\source\common\os_event.c.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;One of the statements in the function(line number 79) is&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;"temp_task = (os_tcb_t *) osEventReady(deleted_event, 0);"&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since &lt;/SPAN&gt;&lt;I&gt;"osEventReady"&lt;/I&gt;&lt;SPAN&gt; returns the task_id of the task, shouldn't the statement be as follows&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;"temp_task = (os_tcb_t *) (g_all_tasks_array + osEventReady(deleted_event, 0));"&lt;/STRONG&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 17:15:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/SmartDSP-implementation/m-p/155507#M2346</guid>
      <dc:creator>simil</dc:creator>
      <dc:date>2007-10-16T17:15:33Z</dc:date>
    </item>
    <item>
      <title>Re:CW StarCore - SmartDSP implementation</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/SmartDSP-implementation/m-p/155508#M2347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hello and Welcome,&lt;BR /&gt;&lt;BR /&gt;It would be appreciated if you were reading the rules to give right information for people to help you.&lt;BR /&gt;&lt;BR /&gt;Please read:&lt;BR /&gt;&lt;B&gt;&amp;nbsp; &lt;A class="subj_read" href="http://forums.freescale.com/message?board.id=CWCOMM&amp;amp;message.id=3819" rel="nofollow" target="_blank"&gt;[IMPORTANT] When Asking about CODEWARRIOR !!!&lt;/A&gt;&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Alban.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 17:43:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/SmartDSP-implementation/m-p/155508#M2347</guid>
      <dc:creator>Alban</dc:creator>
      <dc:date>2007-10-16T17:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: SmartDSP implementation</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/SmartDSP-implementation/m-p/155509#M2348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I am using code warrior v3.0 for starcore architecture.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 18:15:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/SmartDSP-implementation/m-p/155509#M2348</guid>
      <dc:creator>simil</dc:creator>
      <dc:date>2007-10-16T18:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: SmartDSP implementation</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/SmartDSP-implementation/m-p/155510#M2349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I would recommend you to submit a service request for that.&lt;BR /&gt;&lt;BR /&gt;Click &lt;A href="https://www.freescale.com/webapp/servicerequest.create_SR.framework?regFlag=fromOpenSR" rel="nofollow" target="_blank"&gt;here&lt;/A&gt; to submit a service request.&lt;BR /&gt;&lt;BR /&gt;Make sure to attach a reproducible project and installed product information to the service request.&lt;BR /&gt;To generate the required information:&lt;BR /&gt;- Start CodeWarrior&lt;BR /&gt;- Open the project&lt;BR /&gt;- Select "Help" -&amp;gt; "Pack and Go" and follow instructions on the screen.&lt;BR /&gt;&lt;BR /&gt;Attach the generated .zip file to the SR.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 21:34:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/SmartDSP-implementation/m-p/155510#M2349</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2007-10-23T21:34:43Z</dc:date>
    </item>
  </channel>
</rss>

