<?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>ColdFire/68K Microcontrollers and ProcessorsのトピックRe: M5225X - PUCPAR manual error</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/M5225X-PUCPAR-manual-error/m-p/147971#M3549</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That error holds a reference to the dreaded portTD also:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;STRONG&gt;&lt;FONT face="Arial" size="2"&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;P align="left"&gt;&lt;STRONG&gt;&lt;FONT face="Arial" size="2"&gt;&lt;FONT face="Arial" size="2"&gt;Figure 15-23. Dual-Function Pin Assignment Registers with Bits 3:0 Implemented (PTDPAR, PUCPAR)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think there are no 4-bit dual function registers at all so that figure shouldnt be there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are also references to portTD in MCF52211RM rev.2 and in MCF52223RM rev.3 , hence "dreaded".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Feb 2009 02:18:02 GMT</pubDate>
    <dc:creator>MrBean</dc:creator>
    <dc:date>2009-02-20T02:18:02Z</dc:date>
    <item>
      <title>M5225X - PUCPAR manual error</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/M5225X-PUCPAR-manual-error/m-p/147968#M3546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I believe that there is an error in the M5225X user's manual concerning the PUCPAR register.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;On all other M522XXs this is a 4 used-bit register controlling the functions of the dual function PUC pins.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The M5225X seems to now multiplex additional secondary and tertiary functions to these pins, which means that these could only be controlled as an 8 bit quad-function register.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A service request has been entered since this could otherwise be confusing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.uTasker.com" rel="nofollow" target="_blank"&gt;www.uTasker.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Jan 2009 05:30:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/M5225X-PUCPAR-manual-error/m-p/147968#M3546</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2009-01-31T05:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: M5225X - PUCPAR manual error</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/M5225X-PUCPAR-manual-error/m-p/147969#M3547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi Mark,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I agree.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;If you actually search for "&lt;FONT face="Helvetica" size="1"&gt;&lt;FONT face="Helvetica" size="1"&gt;0x10_0073 (PUCPAR)&lt;/FONT&gt;&lt;/FONT&gt;" in the 12/2008 reference manual, it shows up *twice*, once as a dual function register and once as a quad function register, obviously with the same address.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The macros in MCF52259_GPIO.h definitely indicate it is a quad function register:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier New"&gt;/* Bit definitions and macros for MCF_GPIO_PUCPAR */&lt;BR /&gt;#define MCF_GPIO_PUCPAR_PUCPAR0(x)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (((x)&amp;amp;0x3)&amp;lt;&amp;lt;0)&lt;BR /&gt;#define MCF_GPIO_PUCPAR_UTXD2_GPIO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (0)&lt;BR /&gt;#define MCF_GPIO_PUCPAR_UTXD2_UTXD2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (0x1)&lt;BR /&gt;#define MCF_GPIO_PUCPAR_UTXD2_CANTX&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (0x2)&lt;BR /&gt;...&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I got StickOS running on the 52259 today -- it is definitely an exciting chip!!!&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;-- Rich&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 00:49:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/M5225X-PUCPAR-manual-error/m-p/147969#M3547</guid>
      <dc:creator>RichTestardi</dc:creator>
      <dc:date>2009-02-03T00:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: M5225X - PUCPAR manual error</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/M5225X-PUCPAR-manual-error/m-p/147970#M3548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Mark,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;There were some mistakes that went out in the manual..&amp;nbsp;&amp;nbsp; New manual went live on Friday.&amp;nbsp; I haven't had a chance to see if this got fixed.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Wanted to let the community know.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;-JWW&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2009 02:33:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/M5225X-PUCPAR-manual-error/m-p/147970#M3548</guid>
      <dc:creator>JWW</dc:creator>
      <dc:date>2009-02-10T02:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: M5225X - PUCPAR manual error</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/M5225X-PUCPAR-manual-error/m-p/147971#M3549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That error holds a reference to the dreaded portTD also:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;STRONG&gt;&lt;FONT face="Arial" size="2"&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;P align="left"&gt;&lt;STRONG&gt;&lt;FONT face="Arial" size="2"&gt;&lt;FONT face="Arial" size="2"&gt;Figure 15-23. Dual-Function Pin Assignment Registers with Bits 3:0 Implemented (PTDPAR, PUCPAR)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think there are no 4-bit dual function registers at all so that figure shouldnt be there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are also references to portTD in MCF52211RM rev.2 and in MCF52223RM rev.3 , hence "dreaded".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2009 02:18:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/M5225X-PUCPAR-manual-error/m-p/147971#M3549</guid>
      <dc:creator>MrBean</dc:creator>
      <dc:date>2009-02-20T02:18:02Z</dc:date>
    </item>
  </channel>
</rss>

