<?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: &amp;quot;mpc563.h&amp;quot; Module Code in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/quot-mpc563-h-quot-Module-Code/m-p/400901#M11547</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Scott&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The attached file &amp;lt;samp563.c &amp;gt; contains the sample code for how to use the structures defined in head file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is similar for QSMCM, the code should be like:&lt;/P&gt;&lt;P&gt;QSMCM_A.SPCR0.R = 0xa10a&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The address for QSMCM_A is defined in &amp;lt;mpc563.h&amp;gt;. Its structure type is defined in m_qsmcm.h.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fiona Kuang&lt;/P&gt;&lt;P&gt;Technical Information &amp;amp; Commercial Support&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Nov 2015 08:04:31 GMT</pubDate>
    <dc:creator>TICS_Fiona</dc:creator>
    <dc:date>2015-11-12T08:04:31Z</dc:date>
    <item>
      <title>"mpc563.h" Module Code</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/quot-mpc563-h-quot-Module-Code/m-p/400900#M11546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Other than the standard core manual(MPC563RM), is there a resource that explains how to use the structs (i.e. Module QSMCM) within 563.h?&amp;nbsp; The manual does not contain actual example code for using the structs (i.e. QSMCM.SPCR.R=0xa10a;&amp;nbsp; /*Master, TTL, 8bit, etc.)&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to lower level code like this and I am assuming there is possibly a supplemental guide for these structs.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 22:15:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/quot-mpc563-h-quot-Module-Code/m-p/400900#M11546</guid>
      <dc:creator>scottluplow</dc:creator>
      <dc:date>2015-11-10T22:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: "mpc563.h" Module Code</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/quot-mpc563-h-quot-Module-Code/m-p/400901#M11547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Scott&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The attached file &amp;lt;samp563.c &amp;gt; contains the sample code for how to use the structures defined in head file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is similar for QSMCM, the code should be like:&lt;/P&gt;&lt;P&gt;QSMCM_A.SPCR0.R = 0xa10a&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The address for QSMCM_A is defined in &amp;lt;mpc563.h&amp;gt;. Its structure type is defined in m_qsmcm.h.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fiona Kuang&lt;/P&gt;&lt;P&gt;Technical Information &amp;amp; Commercial Support&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2015 08:04:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/quot-mpc563-h-quot-Module-Code/m-p/400901#M11547</guid>
      <dc:creator>TICS_Fiona</dc:creator>
      <dc:date>2015-11-12T08:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: "mpc563.h" Module Code</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/quot-mpc563-h-quot-Module-Code/m-p/400902#M11548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your help!&amp;nbsp; The sample code file really helped to clarify. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 20:34:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/quot-mpc563-h-quot-Module-Code/m-p/400902#M11548</guid>
      <dc:creator>scottluplow</dc:creator>
      <dc:date>2015-12-07T20:34:03Z</dc:date>
    </item>
  </channel>
</rss>

