<?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: MPC5748G: What is the correct address of MC_CGM_AC5_SC? in MPC5xxx</title>
    <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-What-is-the-correct-address-of-MC-CGM-AC5-SC/m-p/394391#M546</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/petervlna"&gt;petervlna&lt;/A&gt;​,&lt;/P&gt;&lt;P&gt;Maybe it's a dumb question, but what do you mean by "cut 1", "cut 2", etc?&lt;/P&gt;&lt;P&gt;I have two types of devices:&lt;span class="lia-inline-image-display-wrapper" image-alt="DSCN1102c.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/21800i29192DE6E338564B/image-size/large?v=v2&amp;amp;px=999" role="button" title="DSCN1102c.jpg" alt="DSCN1102c.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;On the right side is the one, which came with the MPC574XG-MB + MPC574XG-256DS evaluation set.&lt;/P&gt;&lt;P&gt;On the left side is one of the bunch of chips, we ordered and received separately. Looking externally, I can assume that one on the left is newer than one on the right.&lt;/P&gt;&lt;P&gt;If I look at the Freescale web site, I can order now only PPC5748GK1MMJ6A...&lt;/P&gt;&lt;P&gt;If I take JTAGID (p.3248 of RM) value is 0x0988001D, which gives: PRN = 0, DC = 0x26, PIN = &lt;STRONG&gt;0x80&lt;/STRONG&gt; (instead of 0x81 as specified on the rev.3 RM), MIC = 0x00E.&lt;/P&gt;&lt;P&gt;Same number for both devices above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can understand changing of register address on different devices from same MCU family, but changing those on different die revisions is totally new and quite surprising for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a deterministic way to tell which device I have and which device I will receive in the future. I hope that memory mapping will not change with each die revision, otherwise I have to manage specific software for each die revision, which is a kind of insanity...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 May 2015 09:18:56 GMT</pubDate>
    <dc:creator>alexvinchev</dc:creator>
    <dc:date>2015-05-26T09:18:56Z</dc:date>
    <item>
      <title>MPC5748G: What is the correct address of MC_CGM_AC5_SC?</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-What-is-the-correct-address-of-MC-CGM-AC5-SC/m-p/394388#M543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If using MPC5748G.h revision 1, address of the mentioned register is 0xFFFF 08A0.&lt;/P&gt;&lt;P&gt;If using MPC5748G.h revision 3, address of the mentioned register is 0xFFFF 01C0. This is the address, specified in the actual RM (MPC5748G Reference Manual, Rev. 3 , 04/2014)&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;According to the statement here: &lt;A _jive_internal="true" data-containerid="11363" data-containertype="14" data-objectid="355984" data-objecttype="1" href="https://community.nxp.com/thread/355984#comment-518883"&gt;Re: MPC5748G: What is the purpose of PLLDIG.PLLCAL3 register (not present in MPC5748GRM) and how to configure it?&lt;/A&gt; up to date revision of header file is revision 3, where address corresponds to the actual RM.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I'm using MPC5748G.h revision 3 and trying to run PLL from the "Fast external crystal osc. (FXOSC)", MCU stays at "Fast Internal crystal osc. (FIRC)" clock, i.e. I'm unable to use FXOSC.&lt;/P&gt;&lt;P&gt;When I'm using MPC5748G.h revision 1, clock is changed from FIRC to FXOSC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 07:25:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748G-What-is-the-correct-address-of-MC-CGM-AC5-SC/m-p/394388#M543</guid>
      <dc:creator>alexvinchev</dc:creator>
      <dc:date>2015-05-26T07:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748G: What is the correct address of MC_CGM_AC5_SC?</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-What-is-the-correct-address-of-MC-CGM-AC5-SC/m-p/394389#M544</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;When I am looking at header file, the MC_CGM [AC5_SC] is located at 0xFFFB01C0 and not at 0xFFFF 01C.&lt;/P&gt;&lt;P&gt;#define MC_CGM (*(volatile struct MC_CGM_tag *) 0xFFFB0000UL)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But to answer you quesiton. The reason is simple.&lt;/P&gt;&lt;P&gt;On cut 1 device the MC_CGM[AC5_SC] is located on address 0xFFFB_08A0&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/37695i362C9FE296E3E200/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On cut 2 device the MC_CGM[AC5_SC] is located on address 0xFFFB_01C0&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/37714i514678B4F6EC411D/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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you are using the cut2 or newer use the header file ver3 or later. For cut 1 use the olde header file revision.&lt;/P&gt;&lt;P&gt;Bye,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 08:07:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748G-What-is-the-correct-address-of-MC-CGM-AC5-SC/m-p/394389#M544</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2015-05-26T08:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748G: What is the correct address of MC_CGM_AC5_SC?</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-What-is-the-correct-address-of-MC-CGM-AC5-SC/m-p/394390#M545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, 0xFFFFxxxx was typing mistake, because I'm developing on separate machine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 08:38:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748G-What-is-the-correct-address-of-MC-CGM-AC5-SC/m-p/394390#M545</guid>
      <dc:creator>alexvinchev</dc:creator>
      <dc:date>2015-05-26T08:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748G: What is the correct address of MC_CGM_AC5_SC?</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-What-is-the-correct-address-of-MC-CGM-AC5-SC/m-p/394391#M546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/petervlna"&gt;petervlna&lt;/A&gt;​,&lt;/P&gt;&lt;P&gt;Maybe it's a dumb question, but what do you mean by "cut 1", "cut 2", etc?&lt;/P&gt;&lt;P&gt;I have two types of devices:&lt;span class="lia-inline-image-display-wrapper" image-alt="DSCN1102c.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/21800i29192DE6E338564B/image-size/large?v=v2&amp;amp;px=999" role="button" title="DSCN1102c.jpg" alt="DSCN1102c.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;On the right side is the one, which came with the MPC574XG-MB + MPC574XG-256DS evaluation set.&lt;/P&gt;&lt;P&gt;On the left side is one of the bunch of chips, we ordered and received separately. Looking externally, I can assume that one on the left is newer than one on the right.&lt;/P&gt;&lt;P&gt;If I look at the Freescale web site, I can order now only PPC5748GK1MMJ6A...&lt;/P&gt;&lt;P&gt;If I take JTAGID (p.3248 of RM) value is 0x0988001D, which gives: PRN = 0, DC = 0x26, PIN = &lt;STRONG&gt;0x80&lt;/STRONG&gt; (instead of 0x81 as specified on the rev.3 RM), MIC = 0x00E.&lt;/P&gt;&lt;P&gt;Same number for both devices above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can understand changing of register address on different devices from same MCU family, but changing those on different die revisions is totally new and quite surprising for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a deterministic way to tell which device I have and which device I will receive in the future. I hope that memory mapping will not change with each die revision, otherwise I have to manage specific software for each die revision, which is a kind of insanity...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 09:18:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748G-What-is-the-correct-address-of-MC-CGM-AC5-SC/m-p/394391#M546</guid>
      <dc:creator>alexvinchev</dc:creator>
      <dc:date>2015-05-26T09:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748G: What is the correct address of MC_CGM_AC5_SC?</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-What-is-the-correct-address-of-MC-CGM-AC5-SC/m-p/394392#M547</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;You have old device which is cut 1.&lt;/P&gt;&lt;P&gt;Key:&lt;/P&gt;&lt;P&gt;0N65H - Cut 1&lt;/P&gt;&lt;P&gt;1N81M - Cut 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, there is a difference on MC_CGM mapping.&lt;/P&gt;&lt;P&gt;To prevent any issues I suggest you to do development on cut2. As all revision released in future will be based on cut2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In future you will not be able to order cut1 devices as they will be obsolete if they are not obsolete now.&lt;/P&gt;&lt;P&gt;Not talking about fixes done on Cut2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 09:55:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748G-What-is-the-correct-address-of-MC-CGM-AC5-SC/m-p/394392#M547</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2015-05-26T09:55:36Z</dc:date>
    </item>
  </channel>
</rss>

