<?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 Development Tools中的主题 Re: MPC 5604 B data logger</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/MPC-5604-B-data-logger/m-p/309138#M793</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jatin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I ask you the tool version you're using:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - CW for MCP55xx/56xx V2.10 based on classic IDE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - CW for MCU V10.x based on Eclipse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CW for MCU V10.6 has been released yesterday.&lt;/P&gt;&lt;P&gt;This is the last&amp;nbsp; version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pascal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Apr 2014 07:21:09 GMT</pubDate>
    <dc:creator>trytohelp</dc:creator>
    <dc:date>2014-04-03T07:21:09Z</dc:date>
    <item>
      <title>MPC 5604 B data logger</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/MPC-5604-B-data-logger/m-p/309137#M792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on a data logging project using MPC 5604 B 32 bit uC based on power PC architecture. I am done with the data acquisition part( like interfacing sensors to ADC, eMIOS, etc.), whats left is storing data to uSD card. I cant find any fat library for power PC. Can anyone direct me to the right one.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also i tried porting &lt;SPAN style="font-size: 10pt;"&gt; &lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.freescale.com%2Fwebapp%2Fsps%2Fsite%2Ftraining_information.jsp%3Fcode%3DWBNR_SDCARDREADER_S08JM" rel="nofollow" target="_blank"&gt;SD Card Reader using the S08JM MCU family&lt;/A&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.freescale.com%2Fwebapp%2Fsps%2Fsite%2Ftraining_information.jsp%3Fcode%3DWBNR_SDCARDREADER_S08JM" rel="nofollow" target="_blank"&gt;http://www.freescale.com/webapp/sps/site/training_information.jsp?code=WBNR_SDCARDREADER_S08JM&lt;/A&gt;&amp;nbsp; fat library&lt;/SPAN&gt;&lt;STRONG style="line-height: 1.5em; color: #627178; font-size: 10pt; font-family: arial, sans-serif;"&gt; to &lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;my power pc 32 bit uC and here are the problems I am facing.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;1. &lt;A _jive_internal="true" data-containerid="2018" data-containertype="14" data-objectid="56589" data-objecttype="1" href="https://community.nxp.com/thread/56589?commentID=310771#comment-310771"&gt;Re: Problems porting SD FAT to MCF51 JM Badge Board - Datalogger application&lt;/A&gt; , this thread is about the problems of above library and the main problem people point at is struct. alignment.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;The soln. is to change/set struct. alignment to byte otherwise a particaular routine of fat library (get master block in fat.c) used crashes, and for me the code is stuck up in the same fat library routine(get master block in fat.c) and no file is actually created in SD card, so I assume that this is the problem i am facing.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;can anyone guide me how to change struct alignment on codewarrior for power pc and does power pc actually allow the same.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I tried to do it and in struct alignment option of EPPC processor setting in flash settings i get 3 options&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;a. 64K&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;b. 64K 4 byte &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;c. Power pc... &lt;STRONG&gt;when i used anything other than option c, all my peripherals like SIUL and DSPI stop working.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. The thread also talks about endian support, my uC originally works on Big endian, when i try to change it to little endian in EPPC target settings in flash settings, I recieve an error "cannot mix little and big endian".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 15:25:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/MPC-5604-B-data-logger/m-p/309137#M792</guid>
      <dc:creator>jatinarora</dc:creator>
      <dc:date>2014-04-02T15:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: MPC 5604 B data logger</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/MPC-5604-B-data-logger/m-p/309138#M793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jatin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I ask you the tool version you're using:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - CW for MCP55xx/56xx V2.10 based on classic IDE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - CW for MCU V10.x based on Eclipse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CW for MCU V10.6 has been released yesterday.&lt;/P&gt;&lt;P&gt;This is the last&amp;nbsp; version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pascal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 07:21:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/MPC-5604-B-data-logger/m-p/309138#M793</guid>
      <dc:creator>trytohelp</dc:creator>
      <dc:date>2014-04-03T07:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: MPC 5604 B data logger</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/MPC-5604-B-data-logger/m-p/309139#M794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Pascal,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I am using &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CW for MCP55xx/56xx V2.10 based on classic IDE&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; for my project.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 11:34:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/MPC-5604-B-data-logger/m-p/309139#M794</guid>
      <dc:creator>jatinarora</dc:creator>
      <dc:date>2014-04-03T11:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Re: MPC 5604 B data logger</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/MPC-5604-B-data-logger/m-p/309140#M795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jatin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure this will answer your question.&lt;/P&gt;&lt;P&gt;CW for MPC55xx/56xx V2.10 is the last version.&lt;/P&gt;&lt;P&gt;This tool supports big/little endian.&lt;/P&gt;&lt;P&gt;By default when a project is created, the big endian mode is selected.&lt;/P&gt;&lt;P&gt;This means the libraries included in the project were created with Big endian option too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to change to little endian you must:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - change the option,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - change the libraries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've created a project example.&lt;/P&gt;&lt;P&gt;This project contains 2 targets:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt; Big Endian - this is the default project,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt; Little Endian.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To build the Little Endian target, you must:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - change the compiler option for Bate Ordering to Little endian,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - add 2 new libraries to replace default big endian ones&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a- Runtime.PPCEABI.VS.UC.a replaced by Runtime.PPCEABI.N.LE.UC.a&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b- MSL_C.PPCEABI.bare.VS.UC.a&amp;nbsp; replaced by MSL_C.PPCEABI.bare.N.LE.UC.a&lt;/P&gt;&lt;P&gt;Now I can build the little endian application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached you will find the example I've created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pascal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 13:53:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/MPC-5604-B-data-logger/m-p/309140#M795</guid>
      <dc:creator>trytohelp</dc:creator>
      <dc:date>2014-04-03T13:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: MPC 5604 B data logger</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/MPC-5604-B-data-logger/m-p/309141#M796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Pascal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will definitely try this and see if it works for me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, &lt;STRONG&gt;I need to change struct. alignment to byte&lt;/STRONG&gt; as mentioned in my question (that also creates a major problem for me). Please guide me to do the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, &lt;STRONG&gt;Please guide me to Fat library made for Power PC&lt;/STRONG&gt; for Sd card interfacing (if any exists)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 14:30:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/MPC-5604-B-data-logger/m-p/309141#M796</guid>
      <dc:creator>jatinarora</dc:creator>
      <dc:date>2014-04-03T14:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: MPC 5604 B data logger</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/MPC-5604-B-data-logger/m-p/309142#M797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, when I tried to debug my project using the little endian libraries you provided (after changing CW setting to lttle endian), "error 18 during script" occurred while programming the uC using CPROGPPCZ programmer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Also, &lt;/SPAN&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I need to change struct. alignment to byte&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; as mentioned in my question (that also creates a major problem for me). Please guide me to do the same.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 13:54:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/MPC-5604-B-data-logger/m-p/309142#M797</guid>
      <dc:creator>jatinarora</dc:creator>
      <dc:date>2014-04-04T13:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Re: MPC 5604 B data logger</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/MPC-5604-B-data-logger/m-p/309143#M798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jatin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in order to change struct alignment to 1Byte I'd recommend you to add the pragma below to the struct definitions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;#pragma push&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;#pragma pack(1)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;typedef struct&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;char a;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;int&amp;nbsp; b;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;char c;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;}t_my_struct0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;typedef struct&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;char c;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;int&amp;nbsp; d;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;char e;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;}t_my_struct1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;#pragma pop&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Stan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 14:30:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/MPC-5604-B-data-logger/m-p/309143#M798</guid>
      <dc:creator>stanish</dc:creator>
      <dc:date>2014-04-07T14:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: MPC 5604 B data logger</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/MPC-5604-B-data-logger/m-p/309144#M799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jatin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A colleague provided you more info regarding the structure alignment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the FAT library, I think the solution could be based with the MQX library.&lt;/P&gt;&lt;P&gt;MQX contains MQX MFS Files.&lt;/P&gt;&lt;P&gt;When linked to the user application, the MFS library enables the application to access FAT12, FAT16, or FAT32-formatted drives.&lt;/P&gt;&lt;P&gt;There are examples for that:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1- bootloader_vybrid&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Shows how to load application images from FAT system on SD card or flash QSPI boot loader and application images to QSPI Flash memory with SD boot loader.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2- bootloader_vybrid_qspixip&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Shows how the QSPI boot loader boots from the QSPI flash memory and loads application images from FAT file system on SD card or the raw image data from the flash memory.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;you can access the MQX installer through the Freescale web site:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MQX" title="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MQX"&gt;http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MQX&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Unfortunately the MPC5604B device is not supported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pascal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 15:00:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/MPC-5604-B-data-logger/m-p/309144#M799</guid>
      <dc:creator>trytohelp</dc:creator>
      <dc:date>2014-04-07T15:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: MPC 5604 B data logger</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/MPC-5604-B-data-logger/m-p/309145#M800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am facing a similar issue but with CW 10.7.&amp;nbsp; I changed the compiler and linker settings to use little endian and also updated the MPC5643l_HWInit.h file. The MPC5643L_HWInit.c file assumes big endian as the default setting and configures the memory accordingly. Is there a similar default init routine for little endian setting? Also are there any other files I need to change?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 17:09:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/MPC-5604-B-data-logger/m-p/309145#M800</guid>
      <dc:creator>tanmayeesapre</dc:creator>
      <dc:date>2018-02-01T17:09:56Z</dc:date>
    </item>
  </channel>
</rss>

