<?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>8-bit MicrocontrollersのトピックRe: Controlling GPIO output volt</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Controlling-GPIO-output-volt/m-p/162637#M9949</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you go with a PWM, depending on your application, you may need extra hardware to change the square wave to something approximating a DC level.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not a hardware guy, but the PWM designs I've worked with typically are one of two types, the square wave into a forgiving target component, or a smoothing circuit of a couple of resistors and a coil of some sort.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Plenty of reference designs out there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Mar 2009 23:52:41 GMT</pubDate>
    <dc:creator>alexod</dc:creator>
    <dc:date>2009-03-23T23:52:41Z</dc:date>
    <item>
      <title>Controlling GPIO output volt</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Controlling-GPIO-output-volt/m-p/162633#M9945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I set a GPIO to output and set it to high, it appears to output the same voltage as it receive from input, which is an overkill for what I need.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to control this? Is this related with Slew Rate control?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2009 20:42:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Controlling-GPIO-output-volt/m-p/162633#M9945</guid>
      <dc:creator>SyaZ</dc:creator>
      <dc:date>2009-03-16T20:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling GPIO output volt</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Controlling-GPIO-output-volt/m-p/162634#M9946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is not clear what you are trying to achieve, and what you perceive to be the problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can set the MCU port pin as an output by setting to 1 the corresponding bit within the data direction register (DDR) for the port.&amp;nbsp; You can then control the output state of the pin by setting or clearing the associated bit in the port register.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, if the MCU pin is driven externally, the DDR setting for the pin must remain as an input to avoid a conflict, and potentially damaging current at the pin (unless there are special circumstances where the external device provides a very weak drive, that may be over-ridden).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mac&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2009 09:49:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Controlling-GPIO-output-volt/m-p/162634#M9946</guid>
      <dc:creator>bigmac</dc:creator>
      <dc:date>2009-03-17T09:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling GPIO output volt</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Controlling-GPIO-output-volt/m-p/162635#M9947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SyaZ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you saying that you want some other voltage other than something approaching VDD?&lt;/P&gt;&lt;P&gt;If it is then the answer is no.&lt;/P&gt;&lt;P&gt;The voltage on an output pin set to high will be very close to VDD for a light load and will droop down to a slightly lower voltage as it is loaded higher. See specs for full details.&lt;/P&gt;&lt;P&gt;You may be able to use some form of PWM to simulate another voltage depending on the load.&lt;/P&gt;&lt;P&gt;Other than that you will need additional circuitry.&lt;/P&gt;&lt;P&gt;Slew rate control refers to the speed at which the voltage level changes - not its final level.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2009 10:22:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Controlling-GPIO-output-volt/m-p/162635#M9947</guid>
      <dc:creator>peg</dc:creator>
      <dc:date>2009-03-17T10:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling GPIO output volt</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Controlling-GPIO-output-volt/m-p/162636#M9948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Yes Peg that is what I am saying and thank you for the suggestions.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2009 15:41:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Controlling-GPIO-output-volt/m-p/162636#M9948</guid>
      <dc:creator>SyaZ</dc:creator>
      <dc:date>2009-03-17T15:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling GPIO output volt</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Controlling-GPIO-output-volt/m-p/162637#M9949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you go with a PWM, depending on your application, you may need extra hardware to change the square wave to something approximating a DC level.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not a hardware guy, but the PWM designs I've worked with typically are one of two types, the square wave into a forgiving target component, or a smoothing circuit of a couple of resistors and a coil of some sort.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Plenty of reference designs out there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2009 23:52:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Controlling-GPIO-output-volt/m-p/162637#M9949</guid>
      <dc:creator>alexod</dc:creator>
      <dc:date>2009-03-23T23:52:41Z</dc:date>
    </item>
  </channel>
</rss>

