<?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>LPC Microcontrollers中的主题 LPC1769 driving 5 V line</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-driving-5-V-line/m-p/518123#M2513</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by inspire on Mon Apr 21 05:52:59 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;on a PCB I have the following scenario: an LPC1769 (3.3 Vdd) is connected to a signal line with 5 V through a 10 k resistor. The LPC has 5 V tolerant pins but I'm not sure if it can interact with the signal line correctly. The LPC can put a 0 V or a 3.3 V level on the sinal line. But what happens exactly?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;a) In case of the 0 V level there will still be an input current of I = 5 V / 10k = 0.5 mA.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;b) If the LPC puts a 3.3 V level to the signal line the 3.3 V will be pulled up with the 10 k resistor to above 3.3 V. Input current: I = (5V-3.3V)/10k = 0.17 mA&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is either of these cases a problem for the LPC? I'm afraid it might not withstand especially case b) for a long time, right? Is case a) also a problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;inspire&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 17:32:48 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T17:32:48Z</dc:date>
    <item>
      <title>LPC1769 driving 5 V line</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-driving-5-V-line/m-p/518123#M2513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by inspire on Mon Apr 21 05:52:59 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;on a PCB I have the following scenario: an LPC1769 (3.3 Vdd) is connected to a signal line with 5 V through a 10 k resistor. The LPC has 5 V tolerant pins but I'm not sure if it can interact with the signal line correctly. The LPC can put a 0 V or a 3.3 V level on the sinal line. But what happens exactly?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;a) In case of the 0 V level there will still be an input current of I = 5 V / 10k = 0.5 mA.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;b) If the LPC puts a 3.3 V level to the signal line the 3.3 V will be pulled up with the 10 k resistor to above 3.3 V. Input current: I = (5V-3.3V)/10k = 0.17 mA&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is either of these cases a problem for the LPC? I'm afraid it might not withstand especially case b) for a long time, right? Is case a) also a problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;inspire&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:32:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-driving-5-V-line/m-p/518123#M2513</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1769 driving 5 V line</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-driving-5-V-line/m-p/518124#M2514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Wouter on Mon Apr 21 09:51:00 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Inspire,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Both case A and case B are no problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As long pin's current stays below IO[sub]H[/sub]/IO[sub]L[/sub] (=4mA) and the pin's voltage below 5V (while the LPC is powered, otherwise 3.3V), it's OK.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also in case B the voltage on the pin is not expected to rise a lot above 3V3, probably just a few mV maximum (since the LPC is driving the pin with low-impedance, and the 5V is connected through a 10K resistor).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;To avoid the 0.17mA in case B, you can also configure the pin as Open-Drain. Of course the output voltage on that pin when driven high would be 5V in that case.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Wouter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:32:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-driving-5-V-line/m-p/518124#M2514</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1769 driving 5 V line</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-driving-5-V-line/m-p/518125#M2515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Pacman on Mon Apr 21 14:22:44 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;As Wouter says, the LPC needs to be protected against 5V when the LPC is not powered.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If your design can afford it, you could solve this by making a voltage divider.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Just to make it clear: 3K3 between the LPC pin and the 5V device, 5K6 between the LPC pin and GND.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Resistor scaling = 1.7 : 3.3.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-I can see you know how to do the maths already. ;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:32:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-driving-5-V-line/m-p/518125#M2515</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:32:50Z</dc:date>
    </item>
  </channel>
</rss>

