<?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: how to let HCS12's FAR_DATA be defined in S12 / MagniV Microcontrollers</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/how-to-let-HCS12-s-FAR-DATA-be-defined/m-p/653778#M13846</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sorry for delay because of vacation.&lt;/P&gt;&lt;P&gt;I do not suggest to combine PE and own project. I am saying this from my experience. I have used PE only to check how the "expert" solves some setups. I like to have everything under my control so I newer use PE in my projects. There are a lot of features in PE I hate.&lt;/P&gt;&lt;P&gt;So back to the issue.&lt;/P&gt;&lt;P&gt;Is it possible to send me project you use. I would like to check the behavior on my PC. The only thing I would ask you to be all paths and files related to project pointed/placed in the project folder.&lt;/P&gt;&lt;P&gt;If the project is confidential I would like to ask you to create a case and write into subject "To Ladislav"&lt;/P&gt;&lt;P&gt;The procedure, how to create a case is described:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-329745"&gt;https://community.nxp.com/docs/DOC-329745&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ladislav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Oct 2016 11:01:31 GMT</pubDate>
    <dc:creator>lama</dc:creator>
    <dc:date>2016-10-03T11:01:31Z</dc:date>
    <item>
      <title>how to let HCS12's FAR_DATA be defined</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/how-to-let-HCS12-s-FAR-DATA-be-defined/m-p/653775#M13843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="165107_165107.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/122279iADFB26E4154ECDBA/image-size/large?v=v2&amp;amp;px=999" role="button" title="165107_165107.png" alt="165107_165107.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/870iA1534B68300E216E/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="165108_165108.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/122280iDF8D48FE104F9CB0/image-size/large?v=v2&amp;amp;px=999" role="button" title="165108_165108.png" alt="165108_165108.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/871i86B65D61190B5BD9/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 06:56:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/how-to-let-HCS12-s-FAR-DATA-be-defined/m-p/653775#M13843</guid>
      <dc:creator>xianyu</dc:creator>
      <dc:date>2016-09-27T06:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to let HCS12's FAR_DATA be defined</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/how-to-let-HCS12-s-FAR-DATA-be-defined/m-p/653776#M13844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I do not know which type of the MCU you use so I have attached two examples.&lt;/P&gt;&lt;P&gt;There is, I think, detailed description how to use variables. I would like to direct your attention to a text:&lt;/P&gt;&lt;P&gt;/*&lt;BR /&gt;Notes:&lt;BR /&gt;- Look at compiler command line which has to contain -D__FAR_DATA option &lt;BR /&gt;&amp;nbsp; because there is note in the Start12.c file at the line 40&lt;BR /&gt;- It is also good to think about next compiler option __BANKED_COPY_DOWN; &lt;BR /&gt;&amp;nbsp; line 49 in the Start12.c &lt;BR /&gt;- variable eee is not processed correctly because it missing "far" in the variable&lt;BR /&gt;&amp;nbsp; definition&lt;BR /&gt;&amp;nbsp; notes:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - I advise to step the code within simulator to better understand how it works.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - During simulation; Drag and drop the variable from "Data:1" window to &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Memory window to find variables within memory&lt;BR /&gt;*/&lt;/P&gt;&lt;P&gt;I hope, it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this does not answer your question(s), or I have forgotten something, or if you need more assistance, please contact me again.&lt;/P&gt;&lt;P&gt;If the answer is helpful, please label it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ladislav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 10:10:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/how-to-let-HCS12-s-FAR-DATA-be-defined/m-p/653776#M13844</guid>
      <dc:creator>lama</dc:creator>
      <dc:date>2016-09-27T10:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to let HCS12's FAR_DATA be defined</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/how-to-let-HCS12-s-FAR-DATA-be-defined/m-p/653777#M13845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Lama：&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;thanks for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; but the question what occur to me is &amp;nbsp;when I debug my project the IDE told warning L1128. your reply let me know the reason of the warning is FAR_DATA&amp;nbsp;is not defined.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;but I still dont now why does the FAR_DATA&amp;nbsp;couldnt be defind.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;last day I have asked the question "How to use PE to initialize Xgate",a good man tell me Codewarrior dont support this function. so I use PE to build a project and disable pe create the prm file ,transplant a prm which is from a projct could use Xgate to handle interrupt. when i finish that,all the function could be used , the interrupt could be handle by Xgate too(although the debugger of Xgate couldnt use ).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;but the warning L1128 occur. I find the FAR_DATA have not been defined in start12.h.(But another project's FAR_DATA has been defined )&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/609i061F2B8C82BA7B72/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; why does the criterion&amp;nbsp;doesn't go though?&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_10.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/693i2FD185D645DCCE9E/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_10.png" alt="pastedImage_10.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;my IDE is codewarrior IDE 5.1 &amp;nbsp;the MCU is mc9s12xet256maa&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;look forward your reply&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;best wish.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 02:50:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/how-to-let-HCS12-s-FAR-DATA-be-defined/m-p/653777#M13845</guid>
      <dc:creator>xianyu</dc:creator>
      <dc:date>2016-09-28T02:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to let HCS12's FAR_DATA be defined</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/how-to-let-HCS12-s-FAR-DATA-be-defined/m-p/653778#M13846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sorry for delay because of vacation.&lt;/P&gt;&lt;P&gt;I do not suggest to combine PE and own project. I am saying this from my experience. I have used PE only to check how the "expert" solves some setups. I like to have everything under my control so I newer use PE in my projects. There are a lot of features in PE I hate.&lt;/P&gt;&lt;P&gt;So back to the issue.&lt;/P&gt;&lt;P&gt;Is it possible to send me project you use. I would like to check the behavior on my PC. The only thing I would ask you to be all paths and files related to project pointed/placed in the project folder.&lt;/P&gt;&lt;P&gt;If the project is confidential I would like to ask you to create a case and write into subject "To Ladislav"&lt;/P&gt;&lt;P&gt;The procedure, how to create a case is described:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-329745"&gt;https://community.nxp.com/docs/DOC-329745&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ladislav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 11:01:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/how-to-let-HCS12-s-FAR-DATA-be-defined/m-p/653778#M13846</guid>
      <dc:creator>lama</dc:creator>
      <dc:date>2016-10-03T11:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to let HCS12's FAR_DATA be defined</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/how-to-let-HCS12-s-FAR-DATA-be-defined/m-p/653779#M13847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;sorry for have not received long and &amp;nbsp;I have finished my vacation too,&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you could check my code , I would be very grateful.&lt;/P&gt;&lt;P&gt;could you give me a email?&lt;/P&gt;&lt;P&gt;I don't know how to send my project there&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Oct 2016 09:28:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/how-to-let-HCS12-s-FAR-DATA-be-defined/m-p/653779#M13847</guid>
      <dc:creator>xianyu</dc:creator>
      <dc:date>2016-10-08T09:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to let HCS12's FAR_DATA be defined</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/how-to-let-HCS12-s-FAR-DATA-be-defined/m-p/653780#M13848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;is still a problem alive?&lt;/P&gt;&lt;P&gt;If yes, just create a service request and introduce it "For Ladislav".&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-329745"&gt;https://community.nxp.com/docs/DOC-329745&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;.. and you can also attach a file there...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ladislav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2016 12:34:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/how-to-let-HCS12-s-FAR-DATA-be-defined/m-p/653780#M13848</guid>
      <dc:creator>lama</dc:creator>
      <dc:date>2016-10-24T12:34:56Z</dc:date>
    </item>
  </channel>
</rss>

