<?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: mosi voltage level in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/mosi-voltage-level/m-p/417484#M23776</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,Carles,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As David said that&amp;nbsp; It is strange that the MOSI pin can not pull to LOW logic, pls check if the pin is connected to a diode, your phenomenon seems that the pin is connected to a diode or the pin is damaged.&lt;/P&gt;&lt;P&gt;The SPIx_OUT(MOSI)&amp;nbsp; is a push-pull pin if you clear the&amp;nbsp; ODE bit in corresponding PORTx_PCRn register, even if you set the pin in open drain mode, it means that the High logic can not reach if you do not enable pull-up resistor.&lt;/P&gt;&lt;P&gt;Hope it can help you.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;XiangJun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Oct 2015 03:55:20 GMT</pubDate>
    <dc:creator>xiangjun_rong</dc:creator>
    <dc:date>2015-10-22T03:55:20Z</dc:date>
    <item>
      <title>mosi voltage level</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/mosi-voltage-level/m-p/417482#M23774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working with frdm k20D50M. I'm using the Spi, and my MOSI line has the 3.3V max level, and&amp;nbsp; 2.4V low level.&lt;/P&gt;&lt;P&gt;I would like to work with a 0v low level. How do this? with and external translator? there are another possibility?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 14:28:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/mosi-voltage-level/m-p/417482#M23774</guid>
      <dc:creator>carlesricart</dc:creator>
      <dc:date>2015-10-21T14:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: mosi voltage level</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/mosi-voltage-level/m-p/417483#M23775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is your device damaged, or is something pulling it up?&amp;nbsp; Unless you have an unusually strong pull up, it should be close to zero on a logic low and no translation is necessary.&amp;nbsp; Make sure also that the pin muxing has that pin configured as MOSI, not a digital input.&amp;nbsp; Are you seeing serial data being sent on that line?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 16:04:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/mosi-voltage-level/m-p/417483#M23775</guid>
      <dc:creator>davidsherman</dc:creator>
      <dc:date>2015-10-21T16:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: mosi voltage level</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/mosi-voltage-level/m-p/417484#M23776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,Carles,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As David said that&amp;nbsp; It is strange that the MOSI pin can not pull to LOW logic, pls check if the pin is connected to a diode, your phenomenon seems that the pin is connected to a diode or the pin is damaged.&lt;/P&gt;&lt;P&gt;The SPIx_OUT(MOSI)&amp;nbsp; is a push-pull pin if you clear the&amp;nbsp; ODE bit in corresponding PORTx_PCRn register, even if you set the pin in open drain mode, it means that the High logic can not reach if you do not enable pull-up resistor.&lt;/P&gt;&lt;P&gt;Hope it can help you.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;XiangJun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 03:55:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/mosi-voltage-level/m-p/417484#M23776</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2015-10-22T03:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: mosi voltage level</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/mosi-voltage-level/m-p/417485#M23777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something happens with the port, I changed to another one and it works. I take the port directly from the connector in either case.&lt;/P&gt;&lt;P&gt;It's weird becouse the &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;frdm is new!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;thanks you both!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 08:09:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/mosi-voltage-level/m-p/417485#M23777</guid>
      <dc:creator>carlesricart</dc:creator>
      <dc:date>2015-10-22T08:09:43Z</dc:date>
    </item>
  </channel>
</rss>

