<?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>University ProgramsのトピックRe: Programming the MPC5604B using CodeWarrior</title>
    <link>https://community.nxp.com/t5/University-Programs/Programming-the-MPC5604B-using-CodeWarrior/m-p/209304#M35</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cedric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share with me the sample program that you are talking about? (Or share the link where I can download it)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are a lot of sample programs for MPC5604B, and I want to understand exactly what you are referring to, and explain it to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Diego.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jan 2013 20:52:14 GMT</pubDate>
    <dc:creator>DiegoHaro</dc:creator>
    <dc:date>2013-01-07T20:52:14Z</dc:date>
    <item>
      <title>Programming the MPC5604B using CodeWarrior</title>
      <link>https://community.nxp.com/t5/University-Programs/Programming-the-MPC5604B-using-CodeWarrior/m-p/209303#M34</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;I am having trouble understanding the samples program designed for the tutorials, like, what port is being addressed, and how the PWM timing is created, is there anywhere i could find such description? Also, It would be awesome to have know the port addresses...&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Dec 2012 03:49:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/University-Programs/Programming-the-MPC5604B-using-CodeWarrior/m-p/209303#M34</guid>
      <dc:creator>cedricdestin</dc:creator>
      <dc:date>2012-12-15T03:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Programming the MPC5604B using CodeWarrior</title>
      <link>https://community.nxp.com/t5/University-Programs/Programming-the-MPC5604B-using-CodeWarrior/m-p/209304#M35</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cedric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share with me the sample program that you are talking about? (Or share the link where I can download it)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are a lot of sample programs for MPC5604B, and I want to understand exactly what you are referring to, and explain it to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Diego.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 20:52:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/University-Programs/Programming-the-MPC5604B-using-CodeWarrior/m-p/209304#M35</guid>
      <dc:creator>DiegoHaro</dc:creator>
      <dc:date>2013-01-07T20:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Programming the MPC5604B using CodeWarrior</title>
      <link>https://community.nxp.com/t5/University-Programs/Programming-the-MPC5604B-using-CodeWarrior/m-p/209305#M36</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;PWM is controlled via the eMIOS module within the device. Please look at this section within the reference manual (chapter 24 Timers 24.4. The eMIOS channels will have to be enabled within OPWM (output PWM ) mode. The respective timing etc, will be programmed between this module and the clock module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to Application Note 2865: MPC5500 and MPC5600 Simple Cookbook (go to &lt;A href="http://www.freescale.com/"&gt;www.freescale.com&lt;/A&gt; and search with AN2865) Section 19 eMIOS OPWM function. There is a code snippet which will help you understand the port directions too. (The port configuration is handled by the SIU module. The port direction and alternative functions (because the port can be used for a few different modules - table 4-3 Pg 45 in Reference manual) are shown within this example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steven.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2013 09:04:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/University-Programs/Programming-the-MPC5604B-using-CodeWarrior/m-p/209305#M36</guid>
      <dc:creator>StevenMcLaughli</dc:creator>
      <dc:date>2013-01-08T09:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: Programming the MPC5604B using CodeWarrior</title>
      <link>https://community.nxp.com/t5/University-Programs/Programming-the-MPC5604B-using-CodeWarrior/m-p/209306#M37</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;I was just talking about the Sample program given on the tutorials on "&lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-1022"&gt;how to blink a LED&lt;/A&gt;" but I got to learn the architecture and most of it makes sense. The reference manual helped me. &lt;/P&gt;&lt;P&gt;Thanks though. I'll keep you in touch if I do need help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 10:52:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/University-Programs/Programming-the-MPC5604B-using-CodeWarrior/m-p/209306#M37</guid>
      <dc:creator>cedricdestin</dc:creator>
      <dc:date>2013-01-11T10:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Programming the MPC5604B using CodeWarrior</title>
      <link>https://community.nxp.com/t5/University-Programs/Programming-the-MPC5604B-using-CodeWarrior/m-p/209307#M38</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I followed that and they do help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 10:53:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/University-Programs/Programming-the-MPC5604B-using-CodeWarrior/m-p/209307#M38</guid>
      <dc:creator>cedricdestin</dc:creator>
      <dc:date>2013-01-11T10:53:29Z</dc:date>
    </item>
  </channel>
</rss>

