<?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: stray @ in program in CodeWarrior Development Tools</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/stray-in-program/m-p/412396#M2682</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pascal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using demo project given by freescale for TWR-LCD.&lt;/P&gt;&lt;P&gt;This demo project is for CW MCU 6.3 and i'm using 10.6 so i could not able to import the project or .mcp file.&lt;/P&gt;&lt;P&gt;That's y i'm copying the code in to my workspace and trying.&lt;/P&gt;&lt;P&gt;Can you provide any twr-lcd demo code for CW MCU 10.6&lt;/P&gt;&lt;P&gt;My micro-controller is of k70 series. &lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Ankur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Oct 2015 13:16:12 GMT</pubDate>
    <dc:creator>ankurchauhan</dc:creator>
    <dc:date>2015-10-20T13:16:12Z</dc:date>
    <item>
      <title>stray @ in program</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/stray-in-program/m-p/412389#M2675</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'm trying to use MCU initialization by using bellow givin function :&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;void MCU_Init(void) &lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* Common initialization of the write once registers */&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* SOPT1: COPE=0,COPT=1,STOPE=0,WAITE=1,??=0,RSTOPE=0,BKGDPE=1,RSTPE=0 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; SOPT1 = 0x52;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; /* SPMSC1: LVDF=0,LVDACK=0,LVDIE=0,LVDRE=1,LVDSE=1,LVDE=1,??=0,BGBE=0 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; SPMSC1 = 0x1C;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; /* SPMSC2: LPR=0,LPRS=0,LPWUI=0,??=0,PPDF=0,PPDACK=0,PPDE=1,PPDC=0 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; SPMSC2 = 0x02;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; /* SPMSC3: LVDV=0,LVWV=0,LVWIE=0 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; SPMSC3 &amp;amp;= ~(byte)(0x38);&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; /*&amp;nbsp; System clock initialization */&lt;/P&gt;&lt;P&gt;&amp;nbsp; if (*(unsigned char*)0x03FF != 0xFF) { /* Test if the device trim value is stored on the specified address */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MCGTRM = *(unsigned char*)0x03FF;&amp;nbsp; /* Initialize MCGTRM register from a non volatile memory */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MCGSC = *(unsigned char*)0x03FE;&amp;nbsp;&amp;nbsp; /* Initialize MCGSC register from a non volatile memory */&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* MCGC2: BDIV=0,RANGE=0,HGO=0,LP=0,EREFS=0,ERCLKEN=0,EREFSTEN=0 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; MCGC2= 0x00;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Set MCGC2 register */ &lt;/P&gt;&lt;P&gt;&amp;nbsp; /* MCGC1: CLKS=0,RDIV=0,IREFS=1,IRCLKEN=1,IREFSTEN=0 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; MCGC1= 0x06;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Set MCGC1 register */ &lt;/P&gt;&lt;P&gt;&amp;nbsp; /* MCGC3: LOLIE=0,PLLS=0,CME=0,DIV32=0,VDIV=1 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; MCGC3= 0x01;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Set MCGC3 register */ &lt;/P&gt;&lt;P&gt;&amp;nbsp; /* MCGC4: ??=0,??=0,DMX32=0,??=0,??=0,??=0,DRST_DRS=2 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; MCGC4= 0x02;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Set MCGC4 register */ &lt;/P&gt;&lt;P&gt;&amp;nbsp; while(!MCGSC_LOCK) {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Wait until FLL is locked */&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I include "mc9s08dv16.h" file for bove macro defination.&lt;/P&gt;&lt;P&gt;but i'm getting &lt;/P&gt;&lt;DIV class="j-rte-table"&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style=""&gt;Description&lt;/TD&gt;&lt;TD style=""&gt;Resource&lt;/TD&gt;&lt;TD style=""&gt;Path&lt;/TD&gt;&lt;TD style=""&gt;Location&lt;/TD&gt;&lt;TD style=""&gt;Type&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style=""&gt;stray '@' in program expected '=', ',', ';', 'asm' or '__attribute__' before numeric constant&lt;/TD&gt;&lt;TD style=""&gt;mc9s08dv16.h&lt;/TD&gt;&lt;TD style=""&gt;/lcd_config/Sources&lt;/TD&gt;&lt;TD style=""&gt;line 454&lt;/TD&gt;&lt;TD style=""&gt;C/C++ Problem&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;P&gt;this error.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what should i do to resolve it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 07:00:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/stray-in-program/m-p/412389#M2675</guid>
      <dc:creator>ankurchauhan</dc:creator>
      <dc:date>2015-10-20T07:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: stray @ in program</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/stray-in-program/m-p/412390#M2676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ankur,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the tool version used ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;strange than the mc9s08dv16.h introduces an error.&lt;/P&gt;&lt;P&gt;Most of the time the @ keyword is used to define a memory address.&lt;/P&gt;&lt;P&gt;For instance:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; int glob @0x0500 = 10; // OK, global variable "glob" is at 0x0500, initialized with 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will find more information in the manual:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; \CW MCU v10.6.4\MCU\Help\PDF\MCU_HCS08_compiler.pdf&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Pascal&lt;BR /&gt;Freescale Technical Support&lt;BR /&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>Tue, 20 Oct 2015 08:13:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/stray-in-program/m-p/412390#M2676</guid>
      <dc:creator>trytohelp</dc:creator>
      <dc:date>2015-10-20T08:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: stray @ in program</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/stray-in-program/m-p/412391#M2677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pascal,&lt;/P&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using Codewarrior 10.6.4.&lt;/P&gt;&lt;P&gt;In &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;mc9s08dv16.h way of declaration is different :-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;extern volatile SOPT1STR _SOPT1 @0x00001802;&lt;/P&gt;&lt;P&gt;there is no "=" assignment operator here.&lt;/P&gt;&lt;P&gt;compiler is expecting that operator&amp;nbsp; to be there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ankur &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 08:26:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/stray-in-program/m-p/412391#M2677</guid>
      <dc:creator>ankurchauhan</dc:creator>
      <dc:date>2015-10-20T08:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: stray @ in program</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/stray-in-program/m-p/412392#M2678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ankur,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the Project wizard you can create 2 types of applications:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - with Processor Expert,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - without Processor Expert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default all header files are already included in the project and you should not include other device declaration files.&lt;/P&gt;&lt;P&gt;May be this is the problem.&lt;/P&gt;&lt;P&gt;To have really the error message you must to check in the Console Tab.&lt;/P&gt;&lt;P&gt;The Problems Tab display some information only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Pascal&lt;BR /&gt;Freescale Technical Support&lt;BR /&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>Tue, 20 Oct 2015 08:56:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/stray-in-program/m-p/412392#M2678</guid>
      <dc:creator>trytohelp</dc:creator>
      <dc:date>2015-10-20T08:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: stray @ in program</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/stray-in-program/m-p/412393#M2679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pascal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are&amp;nbsp; the console box msgs:&lt;/P&gt;&lt;P&gt;../Sources/mc9s08dv16.h:123:0: warning: ignoring #pragma MESSAGE DISABLE [-Wunknown-pragmas]&lt;/P&gt;&lt;P&gt;../Sources/mc9s08dv16.h:209:1: error: stray '@' in program&lt;/P&gt;&lt;P&gt;../Sources/mc9s08dv16.h:244:1: error: stray '@' in program&lt;/P&gt;&lt;P&gt;../Sources/mc9s08dv16.h:279:1: error: stray '@' in program&lt;/P&gt;&lt;P&gt;../Sources/mc9s08dv16.h:314:1: error: stray '@' in program&lt;/P&gt;&lt;P&gt;../Sources/mc9s08dv16.h:349:1: error: stray '@' in program&lt;/P&gt;&lt;P&gt;../Sources/mc9s08dv16.h:384:1: error: stray '@' in program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ankur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 09:58:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/stray-in-program/m-p/412393#M2679</guid>
      <dc:creator>ankurchauhan</dc:creator>
      <dc:date>2015-10-20T09:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: stray @ in program</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/stray-in-program/m-p/412394#M2680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Hi Pascal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;These are&amp;nbsp; the console box msgs:&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;../Sources/mc9s08dv16.h:123:0: warning: ignoring #pragma MESSAGE DISABLE [-Wunknown-pragmas]&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;../Sources/mc9s08dv16.h:209:1: error: stray '@' in program&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;../Sources/mc9s08dv16.h:244:1: error: stray '@' in program&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;../Sources/mc9s08dv16.h:279:1: error: stray '@' in program&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;../Sources/mc9s08dv16.h:314:1: error: stray '@' in program&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;../Sources/mc9s08dv16.h:349:1: error: stray '@' in program&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;../Sources/mc9s08dv16.h:384:1: error: stray '@' in program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Regards&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Ankur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 10:27:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/stray-in-program/m-p/412394#M2680</guid>
      <dc:creator>ankurchauhan</dc:creator>
      <dc:date>2015-10-20T10:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: stray @ in program</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/stray-in-program/m-p/412395#M2681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ankur,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we have the project you're using ?&lt;/P&gt;&lt;P&gt;On my side I've the project example created with the project wizard is working fine.&lt;/P&gt;&lt;P&gt;In the mc9s08dv16.h file there are:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; line 123: #pragma MESSAGE DISABLE C1106 /* WARNING C1106: Non-standard bitfield type */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; line 209: extern volatile PTADSTR _PTAD @0x00000000;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't see what is the problem.&lt;/P&gt;&lt;P&gt;It should be linked to your application.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Pascal&lt;BR /&gt;Freescale Technical Support&lt;BR /&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>Tue, 20 Oct 2015 13:02:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/stray-in-program/m-p/412395#M2681</guid>
      <dc:creator>trytohelp</dc:creator>
      <dc:date>2015-10-20T13:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: stray @ in program</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/stray-in-program/m-p/412396#M2682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pascal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using demo project given by freescale for TWR-LCD.&lt;/P&gt;&lt;P&gt;This demo project is for CW MCU 6.3 and i'm using 10.6 so i could not able to import the project or .mcp file.&lt;/P&gt;&lt;P&gt;That's y i'm copying the code in to my workspace and trying.&lt;/P&gt;&lt;P&gt;Can you provide any twr-lcd demo code for CW MCU 10.6&lt;/P&gt;&lt;P&gt;My micro-controller is of k70 series. &lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Ankur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 13:16:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/stray-in-program/m-p/412396#M2682</guid>
      <dc:creator>ankurchauhan</dc:creator>
      <dc:date>2015-10-20T13:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: stray @ in program</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/stray-in-program/m-p/412397#M2683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ankur,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CW for MCU V6.3 is the last version based on Classic IDE.&lt;/P&gt;&lt;P&gt;This version is supporting HC08, HCS08, RS08 and ColdFire V1 core only.&lt;/P&gt;&lt;P&gt;Kinetis devices are not supported in MCU V6.3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CW for MCU V10.6.4 is the last version released some months ago and supporting:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ColdFire®, ColdFire+, DSC, Kinetis, Qorivva, RS08, S08 and S12Z architectures&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under MCU V10.6.4, there are several build tool chain depending of the processor used.&lt;/P&gt;&lt;P&gt;The @ keyword is not defined in C and is not working similar with all architectures.&lt;/P&gt;&lt;P&gt;The definition you're using in HCS08 can not be used in Kinetis.&lt;/P&gt;&lt;P&gt;You must refer to the appropriate manual in the Help folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on your application ...&lt;/P&gt;&lt;P&gt;You can not create a project for K70 and add the code for mc9s08dv16.h.&lt;/P&gt;&lt;P&gt;This is not working like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you want to do ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;1- import the MCU v6.3 project to MCU V10.6.4 ?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This is for the same processor.&lt;/P&gt;&lt;P&gt;You can refer to the AN4727:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Import project from CW classic to CW MCU v10 4 CodeWarrior for Microcontrollers v10.4&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;&lt;A href="http://cache.freescale.com/files/soft_dev_tools/doc/app_note/AN4727.pdf"&gt;http://cache.freescale.com/files/soft_dev_tools/doc/app_note/AN4727.pdf&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Arial',sans-serif; color: black;"&gt;What 's about project using Processor Expert ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Arial',sans-serif; color: black;"&gt;By default on MCU V10.6.4 you must create a project including Processor Expert.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Arial',sans-serif; color: black;"&gt;When the project is created to import PEx settings you just need to copy the .pe file to MCU project.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Arial',sans-serif; color: black;"&gt;Then rename it as MCU one.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Arial',sans-serif; color: black;"&gt;Now when the MCU project is re-opened, the classic PEx settings will be used&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;2- switch from HCs08dv16 to K70&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Do we have example using TWR-LCD running under this device ?&lt;/P&gt;&lt;P&gt;I don't know BUT under the installation we provide lot of examples using Processor Expert.&lt;/P&gt;&lt;P&gt;You can access it under the folder \CW MCU v10.6.4\MCU\CodeWarrior_Examples&lt;/P&gt;&lt;P&gt;The Processor_Expert folder contains lot of examples.&lt;/P&gt;&lt;P&gt;If needed, the MQX can be installed too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;&lt;STRONG&gt;Regarding the example included in the TWR-LCD&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I don't have this module and the DVD but according to the manual I've found the MCU v6.3 was used.&lt;/P&gt;&lt;P&gt;If you want you can import the project to MCU v10.6.4 if you refer to the AN4227 and change the .pe file as explained above.&lt;/P&gt;&lt;P&gt;I think this should work.&lt;/P&gt;&lt;P&gt;After that when the application is working under the mc9s08dv16 you can try to change the processor to K70 with PEx.&lt;/P&gt;&lt;P&gt;PEx will show you all points you need to check to be compliant with the Kinetis device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Pascal&lt;BR /&gt;Freescale Technical Support&lt;BR /&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>Tue, 20 Oct 2015 14:06:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/stray-in-program/m-p/412397#M2683</guid>
      <dc:creator>trytohelp</dc:creator>
      <dc:date>2015-10-20T14:06:53Z</dc:date>
    </item>
  </channel>
</rss>

