<?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: VDDA, VSSA, VRH and VRL left unconnected in ColdFire/68K Microcontrollers and Processors</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/VDDA-VSSA-VRH-and-VRL-left-unconnected/m-p/230361#M11324</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;Matthieu Simon wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Well, to be sure of my design, I will just connected them to MCUs VCC/GND without decoupling ...&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;&lt;P&gt;I'm not sure that the 'without decoupling' part is such a good idea. Some of the MCU's I've seen draw power for the PLL from VDDA (same pin that powers ADC).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Oct 2013 19:40:37 GMT</pubDate>
    <dc:creator>scifi</dc:creator>
    <dc:date>2013-10-29T19:40:37Z</dc:date>
    <item>
      <title>VDDA, VSSA, VRH and VRL left unconnected</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/VDDA-VSSA-VRH-and-VRL-left-unconnected/m-p/230358#M11321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm currently designing a board using a Coldfire MCF52259.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to use the port PAN[7:0] as GPIOs, thus I won't deal with the ADC module at all.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is, can the pins VDDA, VSSA, VRH and VRL be left unconnected/not routed on the PCB ?&lt;/P&gt;&lt;P&gt;Or do I need to tight them to some potential like VCC/GND ?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you !&lt;/P&gt;&lt;P&gt;Matthieu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 13:01:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/VDDA-VSSA-VRH-and-VRL-left-unconnected/m-p/230358#M11321</guid>
      <dc:creator>MatthieuSIMON</dc:creator>
      <dc:date>2013-10-24T13:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: VDDA, VSSA, VRH and VRL left unconnected</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/VDDA-VSSA-VRH-and-VRL-left-unconnected/m-p/230359#M11322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tough question. I thought this one would be easy to find an answer to, but there's nothing in the Data Sheets or Reference Manuals. Searching for "unconnected" and other keywords in this forum doesn't find anything useful either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess I could say you have to obey the Minimum and Maximum Ratings for these voltages in the Data Sheet, and that maybe you can't guarantee to meet these specs if those pins are gloating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From a practical standpoint, "floating" is always bad. You may also be straying into a region of operation the designers haven't considered or tested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best answer for this is "design your board as close to the reference design as possible". That design is well tested, supported and understood. Do anything different at your peril.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 23:33:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/VDDA-VSSA-VRH-and-VRL-left-unconnected/m-p/230359#M11322</guid>
      <dc:creator>TomE</dc:creator>
      <dc:date>2013-10-24T23:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: VDDA, VSSA, VRH and VRL left unconnected</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/VDDA-VSSA-VRH-and-VRL-left-unconnected/m-p/230360#M11323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right, there's nothing written about that anywhere.&lt;/P&gt;&lt;P&gt;Floating is not always bad, it really depends of the implementation and pin usage.&lt;/P&gt;&lt;P&gt;Well, to be sure of my design, I will just connected them to MCUs VCC/GND without decoupling ...&lt;/P&gt;&lt;P&gt;But I let the question open if someone as a finite answer.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2013 21:33:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/VDDA-VSSA-VRH-and-VRL-left-unconnected/m-p/230360#M11323</guid>
      <dc:creator>MatthieuSIMON</dc:creator>
      <dc:date>2013-10-25T21:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: VDDA, VSSA, VRH and VRL left unconnected</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/VDDA-VSSA-VRH-and-VRL-left-unconnected/m-p/230361#M11324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;Matthieu Simon wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Well, to be sure of my design, I will just connected them to MCUs VCC/GND without decoupling ...&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;&lt;P&gt;I'm not sure that the 'without decoupling' part is such a good idea. Some of the MCU's I've seen draw power for the PLL from VDDA (same pin that powers ADC).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 19:40:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/VDDA-VSSA-VRH-and-VRL-left-unconnected/m-p/230361#M11324</guid>
      <dc:creator>scifi</dc:creator>
      <dc:date>2013-10-29T19:40:37Z</dc:date>
    </item>
  </channel>
</rss>

