<?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: Processor Expert Help in Classic/Legacy CodeWarrior</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Processor-Expert-Help/m-p/191370#M4869</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;One reason why PE does not show beans is if you do not have the license, or if the license is at least not properly configured.&lt;BR /&gt;Check the "Filter" tab on the bottom of the bean selector that you do not filter out non licensed beans.&lt;BR /&gt;Basically you can click on the Licensed entry to toggle it.&lt;BR /&gt;&lt;BR /&gt;Daniel&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Feb 2008 03:05:52 GMT</pubDate>
    <dc:creator>CompilerGuru</dc:creator>
    <dc:date>2008-02-21T03:05:52Z</dc:date>
    <item>
      <title>Processor Expert Help</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Processor-Expert-Help/m-p/191367#M4866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two questions....&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) Does anyone have a guide/advice on how to add processor expert to code that has been generated by beestack w/o screwing up main.c ect....&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) Does anyone have a guide/advice on how to add beans downloaded from &lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.processorexpert.com%2F" rel="nofollow" target="_blank"&gt;www.processorexpert.com&lt;/A&gt; to codewarrior. We have a licensed version so that shouldn't be a problem.&amp;nbsp; I have found the import command in the bean wizard, and beans will show up under the "view beans installed" command, but they will not show up in the bean selector.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are working on a project with 4 hardware guys and 1 software guy, so you can see why we need these beans to avoid some of the low level coding work.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 13:24:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Processor-Expert-Help/m-p/191367#M4866</guid>
      <dc:creator>flyingasics</dc:creator>
      <dc:date>2008-02-20T13:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Processor Expert Help</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Processor-Expert-Help/m-p/191368#M4867</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;ProcessorExpert will create his own main function.&lt;/DIV&gt;&lt;DIV&gt;This cannot be disabled (as far as I know.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;If you want to integrate Processor Expert in your own application I would recommend you to rename your main function into something else and call it from within the Processor Expert generated main function.&lt;/DIV&gt;&lt;DIV&gt;Also if you have an existing application you probably have a .prm file for&amp;nbsp;the linker.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;So in&amp;nbsp;the CPU Bean Build Options, Set "Generate prm file" to NO&lt;/DIV&gt;&lt;DIV&gt;If you have interrupts that are served from outside ProcessorExpert you need to define a Interrupt Vector Bean for these and initialize them appropriately.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;You can use free beans from&amp;nbsp;the web if you own a Standard or Professional edition of CodeWarrior.&lt;/DIV&gt;&lt;DIV&gt;You will then download so called packages from ProcessorExpert web site.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Then in CodeWarrior select "Processor Expert" -&amp;gt; "Update" -&amp;gt; "Update ProcessorExpert from Package" and then browse for the package you have downloaded previously.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Make sure to close CodeWarrior and restart it to activate the new packages.&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>Wed, 20 Feb 2008 23:22:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Processor-Expert-Help/m-p/191368#M4867</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2008-02-20T23:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Processor Expert Help</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Processor-Expert-Help/m-p/191369#M4868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&amp;nbsp;&amp;nbsp; Edit - I got it to work.&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply, I am still having problems adding a bean.&amp;nbsp; I followed your instuctions, and the bean shows up under View -&amp;gt; Installed Beans Overview. After restarting it will not show up in the Bean Selector..&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;Message Edited by flyingasics on &lt;SPAN class="date_text"&gt;2008-02-20&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;05:28 PM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 01:14:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Processor-Expert-Help/m-p/191369#M4868</guid>
      <dc:creator>flyingasics</dc:creator>
      <dc:date>2008-02-21T01:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Processor Expert Help</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Processor-Expert-Help/m-p/191370#M4869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;One reason why PE does not show beans is if you do not have the license, or if the license is at least not properly configured.&lt;BR /&gt;Check the "Filter" tab on the bottom of the bean selector that you do not filter out non licensed beans.&lt;BR /&gt;Basically you can click on the Licensed entry to toggle it.&lt;BR /&gt;&lt;BR /&gt;Daniel&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 03:05:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Processor-Expert-Help/m-p/191370#M4869</guid>
      <dc:creator>CompilerGuru</dc:creator>
      <dc:date>2008-02-21T03:05:52Z</dc:date>
    </item>
  </channel>
</rss>

