<?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>CodeWarrior for MCUのトピックRe: Regarding Processor Expert</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Regarding-Processor-Expert/m-p/197130#M7318</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To remove the error message L1119 remove the line&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VECTOR 0 _Startup&lt;/P&gt;&lt;P&gt;from your .prm file&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Dec 2012 12:50:53 GMT</pubDate>
    <dc:creator>CrasyCat</dc:creator>
    <dc:date>2012-12-04T12:50:53Z</dc:date>
    <item>
      <title>Regarding Processor Expert</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Regarding-Processor-Expert/m-p/197129#M7317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi! I am very new to Codewarrior(Version 5.9) using MCU: MC9S08AW60A. As i have had experience with AVR and C/C++ programming, i am comfortable with the programming aspect. But i am stumped because of a very peculiar problem.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Consider the simple example:&lt;/P&gt;&lt;P&gt;//Code Begins&lt;/P&gt;&lt;P&gt;#include &amp;lt;hidef.h&amp;gt; /* for EnableInterrupts macro */&lt;BR /&gt;#include "derivative.h" /* include peripheral declarations */&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;void main(void) {&lt;/P&gt;&lt;P&gt;&amp;nbsp; EnableInterrupts; /* enable interrupts */&lt;BR /&gt;&amp;nbsp; /* include your code here */&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; PTFDD = 0xFF; //my two lines of code.&lt;BR /&gt;&amp;nbsp; PTFD = 0xFF;&lt;BR /&gt; &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; for(;;) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; __RESET_WATCHDOG(); /* feeds the dog */&lt;BR /&gt;&amp;nbsp; } /* loop forever */&lt;BR /&gt;&amp;nbsp; /* please make sure that you never leave main */&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;//Code Ends&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;Now, before debug, i&amp;nbsp; use "Device Initialization" option and open up the PROCESSOR EXPERT&amp;nbsp; to check if the pins are configured as expected. Note: I DID NOT MAKE ANY CHANGES, i&amp;nbsp; just had a look. and consequently closed it after saving the .prm file. And if i try to debug now it says:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Link Error&amp;nbsp;&amp;nbsp; : L1119: Vector allocated at absolute address 0xFFFE overlaps with sections placed in segment .absSeg117&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Link Error&amp;nbsp;&amp;nbsp; : Link failed&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, i am a noob. I am pretty sure that the answer to this will be very easy for your expertise, so please be patient and give me an explanation. Also very likely is the fact that i am not using the Processor Expert properly, none the less i am very much willing to learn.Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 12:37:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Regarding-Processor-Expert/m-p/197129#M7317</guid>
      <dc:creator>sheetanshkaushi</dc:creator>
      <dc:date>2012-12-04T12:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Processor Expert</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Regarding-Processor-Expert/m-p/197130#M7318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To remove the error message L1119 remove the line&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VECTOR 0 _Startup&lt;/P&gt;&lt;P&gt;from your .prm file&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 12:50:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Regarding-Processor-Expert/m-p/197130#M7318</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2012-12-04T12:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Processor Expert</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Regarding-Processor-Expert/m-p/197131#M7319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Catherine, that did solve the issue. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 12:57:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Regarding-Processor-Expert/m-p/197131#M7319</guid>
      <dc:creator>sheetanshkaushi</dc:creator>
      <dc:date>2012-12-04T12:57:06Z</dc:date>
    </item>
  </channel>
</rss>

