<?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 hRe: pull up question in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/pull-up-question/m-p/190886#M14629</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the configuration is normal&lt;/P&gt;&lt;P&gt;&amp;nbsp;PTCDD_PTCDD0 =0;&lt;BR /&gt;&amp;nbsp; PTCD_PTCD0=0;&lt;BR /&gt;&amp;nbsp; PTCPE_PTCPE0 =1;&lt;/P&gt;&lt;P&gt;have i that&amp;nbsp;set other register?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Apr 2010 10:31:22 GMT</pubDate>
    <dc:creator>yecosuma</dc:creator>
    <dc:date>2010-04-12T10:31:22Z</dc:date>
    <item>
      <title>pull up question</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/pull-up-question/m-p/190884#M14627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;I want use a pull up in PTC OF THIS MCU&amp;nbsp; MC9S08LC60&amp;nbsp; BUT i obtain this message&lt;/P&gt;&lt;P&gt;error at location 1838&amp;nbsp; attemp to write&amp;nbsp; to read-only location&lt;/P&gt;&lt;P&gt;the port register PTCPE IS READ AND WRITE I DONT HAVE BECAUSE HAPPEN THIS&amp;nbsp; THANKS NEWLY FOR YOU ANSWER&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Apr 2010 22:20:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/pull-up-question/m-p/190884#M14627</guid>
      <dc:creator>yecosuma</dc:creator>
      <dc:date>2010-04-11T22:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: pull up question</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/pull-up-question/m-p/190885#M14628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello yecosuma,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Perhaps you could show us how you are trying to do this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Apr 2010 06:02:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/pull-up-question/m-p/190885#M14628</guid>
      <dc:creator>peg</dc:creator>
      <dc:date>2010-04-12T06:02:19Z</dc:date>
    </item>
    <item>
      <title>hRe: pull up question</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/pull-up-question/m-p/190886#M14629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the configuration is normal&lt;/P&gt;&lt;P&gt;&amp;nbsp;PTCDD_PTCDD0 =0;&lt;BR /&gt;&amp;nbsp; PTCD_PTCD0=0;&lt;BR /&gt;&amp;nbsp; PTCPE_PTCPE0 =1;&lt;/P&gt;&lt;P&gt;have i that&amp;nbsp;set other register?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Apr 2010 10:31:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/pull-up-question/m-p/190886#M14629</guid>
      <dc:creator>yecosuma</dc:creator>
      <dc:date>2010-04-12T10:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: hRe: pull up question</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/pull-up-question/m-p/190887#M14630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class="lia-component-body lia-message-body"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;This is quite interesting.&amp;nbsp; I don't think this is the case, but the compiler may actually be warning you that you are writing the value of PTCD pin 0, which you set as an input the line above (inputs are read-only).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also prefer to set the pullups prior to setting the direction, but that is just me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;PTCDD_PTCDD0 =0;&lt;BR /&gt;&amp;nbsp; PTCD_PTCD0=0;&amp;nbsp;&amp;nbsp; //Deleting this line won't do any harm.&lt;BR /&gt;&amp;nbsp; PTCPE_PTCPE0 =1;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Apr 2010 03:10:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/pull-up-question/m-p/190887#M14630</guid>
      <dc:creator>Darkn3ss</dc:creator>
      <dc:date>2010-04-18T03:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: hRe: pull up question</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/pull-up-question/m-p/190888#M14631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for you aclaration but it not working; i dont know the cause; this pins have others funtion; in code warrior debug not present error or warning but in true time simulator&amp;nbsp; occur Error: At location 1838 -&lt;BR /&gt;Error: Attempt to write to a read-only location just when simulating the instrution PTCPE_PTCPE0=1;.&amp;nbsp;what pass this in all pins of this port?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Apr 2010 07:37:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/pull-up-question/m-p/190888#M14631</guid>
      <dc:creator>yecosuma</dc:creator>
      <dc:date>2010-04-18T07:37:08Z</dc:date>
    </item>
  </channel>
</rss>

