<?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のトピックRe: LPC5536 -   SPI MISO is pulled high by board</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-SPI-MISO-is-pulled-high-by-board/m-p/1502332#M49787</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Disconnecting JP48 resulted in miso still being driven high.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;As a test i've imported another example code and modded its contents to drive the PIO1_3&lt;BR /&gt;parallel to the led, stays high here too. whilst the led blinks as needed.&lt;BR /&gt;-Pin was set as output in with pins configtool, verified setting in pin_mux.c&lt;BR /&gt;-Signal stays high with pin connected or disconnected.&amp;nbsp;&lt;BR /&gt;-Output was still pulled down by a resistor to ground.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;TLDR:&amp;nbsp;&lt;BR /&gt;PIO1_3 stays high while set as GPIO Input, GPIO Output , MISO input&lt;BR /&gt;JP48 has no effect.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Aug 2022 06:30:19 GMT</pubDate>
    <dc:creator>fr0stw1ng</dc:creator>
    <dc:date>2022-08-08T06:30:19Z</dc:date>
    <item>
      <title>LPC5536 -   SPI MISO is pulled high by board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-SPI-MISO-is-pulled-high-by-board/m-p/1497090#M49715</link>
      <description>&lt;P&gt;Hi, as the title states the MISO pin in multiple connector positions for the&amp;nbsp;HS SPI (SPI8)&amp;nbsp;&lt;BR /&gt;are pulled high by board and stay there even after SPI master init is called by all example programs including:&amp;nbsp;&lt;BR /&gt;* spi_HS_LSPI_dma_b2b_transfer_master&lt;BR /&gt;* spi_polling_b2b_transfer_master&lt;BR /&gt;&lt;BR /&gt;Also tested&amp;nbsp;flexcom2&amp;nbsp; as SPI without merit.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt;General result&lt;/STRONG&gt;&lt;/U&gt;: Misopin is always pulled high from the moment the board is powered.&amp;nbsp;&lt;BR /&gt;The pin stays high even after calling SPI_MasterInit() function while other related pins get pulled to their setting. IE&amp;nbsp; CLK, MOSI pulled down and SS stays HIGH untill transfer is started.&amp;nbsp;&lt;BR /&gt;&amp;nbsp;This results in miso always being read as&amp;nbsp;0xFF when reading a byte even when miso pin is disconnected.&lt;BR /&gt;Unconnected slave miso shows&amp;nbsp;actual data from the slave device.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;See results in Logic analyser below.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2bytes, miso with or without slave connected to miso pin. miso ALWAYS high." style="width: 763px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/188208i6843DDDBB7491A5C/image-size/large?v=v2&amp;amp;px=999" role="button" title="LA 2 bytes miso connected or unconnected to slave no diff.png" alt="2bytes, miso with or without slave connected to miso pin. miso ALWAYS high." /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;2bytes, miso with or without slave connected to miso pin. miso ALWAYS high.&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2 bytes, miso data read from slave while not connected to LPC5536" style="width: 630px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/188207iCE6E9559DD5820C1/image-size/large?v=v2&amp;amp;px=999" role="button" title="LA 2 bytes miso data from slave while not connected to board..png" alt="2 bytes, miso data read from slave while not connected to LPC5536" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;2 bytes, miso data read from slave while not connected to LPC5536&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SPI pins before and after SPI_masterInit()" style="width: 545px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/188210i9812F54B581B5389/image-size/large?v=v2&amp;amp;px=999" role="button" title="SPI pins before and after spi init.png" alt="SPI pins before and after SPI_masterInit()" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;SPI pins before and after SPI_masterInit()&lt;/span&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What am i missing here?&amp;nbsp;&lt;BR /&gt;tested an other board with same code without results.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 07:31:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-SPI-MISO-is-pulled-high-by-board/m-p/1497090#M49715</guid>
      <dc:creator>fr0stw1ng</dc:creator>
      <dc:date>2022-07-28T07:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5536 -   SPI MISO is pulled high by board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-SPI-MISO-is-pulled-high-by-board/m-p/1497653#M49724</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;As you know that the spi includes 4 signals: /CS, SCK,MOSI and MISO. When the SPI is configured as master, the SCK, /CS and MOSI(master output slave in) are output signals driven by the SPI master, but the MISO(Master input slave output) is an input pin, it should be driven by slave MISO pin so that the master can receive data from slave, because the spi is a duplex interface.&lt;/P&gt;
&lt;P&gt;Because the MOSI in master side is an input pin, when the pin is float, it is possible that master receive 0xFF because of internal pull-up resistor. If you connect the MOSI pin with an external&amp;nbsp; pull-down resistor, you will receive 0x00.&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;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2022 02:37:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-SPI-MISO-is-pulled-high-by-board/m-p/1497653#M49724</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2022-07-29T02:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5536 -   SPI MISO is pulled high by board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-SPI-MISO-is-pulled-high-by-board/m-p/1498567#M49733</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;To my knowledge the MISO pin of SPI as master is indeed an input.&lt;BR /&gt;Can i asume that you ment MISO in the second half of your post?&amp;nbsp;Since your reply currently states the MOSI is both input and output?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Currently I treated the MISO pin as input and MOSI pin as output in all of my testing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;As seen on the attachements of my previous post, the Mosi pin displays data like its supposed too.&amp;nbsp;&lt;BR /&gt;Its the MISO pin that stays high no matter the situation. (always 0xFF)&lt;BR /&gt;Even when the miso pin is only connected to a pulldown resistor(10k) I stilll receive 0xFF.&lt;BR /&gt;Its almost as if the MISO pin is set as an OUTPUT some how in all SPI example codes while it should be an input.&lt;BR /&gt;&lt;BR /&gt;Checked example codes with 2 different boards with same result, All but MISO functioning on multiple spi interfaces (HS SPI &amp;amp; Flexcom2 as SPI)&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also played arround with the pinsettings in the pins configtool.&amp;nbsp;&lt;BR /&gt;I tested the miso pin while specified as following:&lt;BR /&gt;Direction :: input, not specified, output&lt;BR /&gt;Mode :: inactive, pulldown, pullup&amp;nbsp;&lt;BR /&gt;Invert:: disabled, enabled&lt;BR /&gt;Opendrain:: disabled, enabled&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;TLDR : Master In Slave Out stays high even while pulled down by resistor and/or changing available Pins configTool settings.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2022 06:58:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-SPI-MISO-is-pulled-high-by-board/m-p/1498567#M49733</guid>
      <dc:creator>fr0stw1ng</dc:creator>
      <dc:date>2022-08-01T06:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5536 -   SPI MISO is pulled high by board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-SPI-MISO-is-pulled-high-by-board/m-p/1498714#M49734</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;As the following screenshot, the PIO1_3 pin is configured as HS_SPI_MISO function, in other words, when the SPI is configured as master, the PIO1_3 is an input pin, when the SPI is configured as slave, the PIO1_3 is an output pin.&lt;/P&gt;
&lt;P&gt;You configured the HS SPI as master, so the PIO1_3 pin function as input, you have to configure the PIO1_3 FUNC bits as 6. BTW, pls try to use 1 K ohm pull-down resistor, then check the data you have received.&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;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xiangjun_rong_0-1659346435568.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/188642iEF236499928570AA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xiangjun_rong_0-1659346435568.png" alt="xiangjun_rong_0-1659346435568.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2022 09:42:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-SPI-MISO-is-pulled-high-by-board/m-p/1498714#M49734</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2022-08-01T09:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5536 -   SPI MISO is pulled high by board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-SPI-MISO-is-pulled-high-by-board/m-p/1498851#M49739</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pin PIO1_3 was already setup as HS_SPI_MISO function with the configtool.&amp;nbsp;&lt;BR /&gt;See provided picture.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Schermafbeelding 2022-08-01 152005.png" style="width: 451px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/188668iB0D5BE54B09AF05E/image-dimensions/451x267?v=v2" width="451" height="267" role="button" title="Schermafbeelding 2022-08-01 152005.png" alt="Schermafbeelding 2022-08-01 152005.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;As you can see the PIO1,3 pin has been setup as input.&amp;nbsp;&lt;BR /&gt;In previous post i said that played arround with direction, mode, invert, opendrain&amp;nbsp; settings for the pin as well.&lt;BR /&gt;&lt;BR /&gt;I currently do not understand what you ment by "&lt;SPAN&gt;you have to configure the PIO1_3 FUNC bits as 6.&lt;/SPAN&gt;"&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;As for the external resistor, placing a 1k didnt change anything.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2022 13:27:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-SPI-MISO-is-pulled-high-by-board/m-p/1498851#M49739</guid>
      <dc:creator>fr0stw1ng</dc:creator>
      <dc:date>2022-08-01T13:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5536 -   SPI MISO is pulled high by board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-SPI-MISO-is-pulled-high-by-board/m-p/1499248#M49742</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;#define IOCON_PIO_FUNC5 6&lt;/P&gt;
&lt;P&gt;//configure the PIO1_3 as HS SPI MISO pin&lt;/P&gt;
&lt;P&gt;CLOCK_EnableClock(kCLOCK_Iocon);&lt;/P&gt;
&lt;P&gt;const uint32_t port1_pin3_config = (&lt;BR /&gt;IOCON_PIO_FUNC6 |&lt;BR /&gt;/* No addition pin function */&lt;BR /&gt;IOCON_PIO_MODE_INACT |&lt;BR /&gt;/* Standard mode, output slew rate control is enabled */&lt;BR /&gt;IOCON_PIO_SLEW_STANDARD |&lt;BR /&gt;/* Input function is not inverted */&lt;BR /&gt;IOCON_PIO_INV_DI |&lt;BR /&gt;/* Enables digital function */&lt;BR /&gt;IOCON_PIO_DIGITAL_EN |&lt;BR /&gt;/* Open drain is disabled */&lt;BR /&gt;IOCON_PIO_OPENDRAIN_DI);&lt;BR /&gt;&lt;BR /&gt;IOCON_PinMuxSet(IOCON, 1U, 3U, port1_pin3_config);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Pls add above code in pin_mux.c&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;</description>
      <pubDate>Tue, 02 Aug 2022 05:44:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-SPI-MISO-is-pulled-high-by-board/m-p/1499248#M49742</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2022-08-02T05:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5536 -   SPI MISO is pulled high by board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-SPI-MISO-is-pulled-high-by-board/m-p/1499284#M49743</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The i found the following in pinmux already.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pinmux.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/188758iEFA2FA1286BD399D/image-size/large?v=v2&amp;amp;px=999" role="button" title="pinmux.png" alt="pinmux.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Regardless I tried replacing and adding both resulting in only the chipselect functioning, no more clock or MOSI and the MISO still high.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note that i changed the provided function in your code&amp;nbsp;&lt;U&gt;&lt;EM&gt;IOCON_PIO_FUNC6&lt;/EM&gt;&lt;/U&gt; to&amp;nbsp;&lt;U&gt;&lt;EM&gt;IOCON_PIO_FUNC(6)&lt;/EM&gt;&lt;/U&gt; since the function &lt;U&gt;&lt;EM&gt;IOCON_PIO_FUNC6&lt;/EM&gt;&lt;/U&gt;&amp;nbsp; was not found by IDE.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;i've attached pin_mux.c for you.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 06:37:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-SPI-MISO-is-pulled-high-by-board/m-p/1499284#M49743</guid>
      <dc:creator>fr0stw1ng</dc:creator>
      <dc:date>2022-08-02T06:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5536 -   SPI MISO is pulled high by board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-SPI-MISO-is-pulled-high-by-board/m-p/1500058#M49750</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Because the bridge chip LPC55S69 also can communicate with the HS SPI, you have to disable the U24 by close the JP57 so that the HW_VER_2 node signal is low.&lt;/P&gt;
&lt;P&gt;Pls close the JP57 and have a try.&lt;/P&gt;
&lt;P&gt;BTW, can you tell us where you connect the PIO1_3 pin to GND via a pull-down resistor?&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xiangjun_rong_0-1659512102004.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/188929i31FB68E76B38588D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xiangjun_rong_0-1659512102004.png" alt="xiangjun_rong_0-1659512102004.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 07:41:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-SPI-MISO-is-pulled-high-by-board/m-p/1500058#M49750</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2022-08-03T07:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5536 -   SPI MISO is pulled high by board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-SPI-MISO-is-pulled-high-by-board/m-p/1500201#M49754</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This whole time i thought i posted which board im working on....&amp;nbsp;&lt;BR /&gt;The Board is: LPC5536-EVK.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The pulldown resistor is connected to ground on JP8 and the other end is currently only connected to the miso connection on JP7(PIO1_3)&amp;nbsp; and a logic analyser.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I've bridged JP57 didnt result in any changes on the misopin.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 10:44:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-SPI-MISO-is-pulled-high-by-board/m-p/1500201#M49754</guid>
      <dc:creator>fr0stw1ng</dc:creator>
      <dc:date>2022-08-03T10:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5536 -   SPI MISO is pulled high by board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-SPI-MISO-is-pulled-high-by-board/m-p/1500919#M49766</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;As the following Figure, the P1_3-CAN0_RD-PDM_DATA1-HS_SPI_MISO is hardware connected to CAN0_RXD via JP48 which is driven by the CAN transceiver.&lt;/P&gt;
&lt;P&gt;I suggest you cut the line of the JP48 and have a try&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xiangjun_rong_0-1659600785985.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/189066i87A2C153087FD4AA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xiangjun_rong_0-1659600785985.png" alt="xiangjun_rong_0-1659600785985.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 08:15:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-SPI-MISO-is-pulled-high-by-board/m-p/1500919#M49766</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2022-08-04T08:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5536 -   SPI MISO is pulled high by board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-SPI-MISO-is-pulled-high-by-board/m-p/1502332#M49787</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Disconnecting JP48 resulted in miso still being driven high.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;As a test i've imported another example code and modded its contents to drive the PIO1_3&lt;BR /&gt;parallel to the led, stays high here too. whilst the led blinks as needed.&lt;BR /&gt;-Pin was set as output in with pins configtool, verified setting in pin_mux.c&lt;BR /&gt;-Signal stays high with pin connected or disconnected.&amp;nbsp;&lt;BR /&gt;-Output was still pulled down by a resistor to ground.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;TLDR:&amp;nbsp;&lt;BR /&gt;PIO1_3 stays high while set as GPIO Input, GPIO Output , MISO input&lt;BR /&gt;JP48 has no effect.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 06:30:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-SPI-MISO-is-pulled-high-by-board/m-p/1502332#M49787</guid>
      <dc:creator>fr0stw1ng</dc:creator>
      <dc:date>2022-08-08T06:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5536 -   SPI MISO is pulled high by board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-SPI-MISO-is-pulled-high-by-board/m-p/1505996#M49840</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;With the following code, I try to toggle the P1_3 based ion LPC5536-EVK board, I can toggle the P1_3 pin. I use the LED_blinky example and add the following code.&lt;/P&gt;
&lt;P&gt;Hardware configuration.&lt;/P&gt;
&lt;P&gt;1)Open pin1&amp;amp;2 of JP48, connect the pin1 of JP48 to scope&lt;/P&gt;
&lt;P&gt;2)close the JP57 jumper, note that JP57 jumper is NOT populated, you can connect connect them with a cable or whatever.&lt;/P&gt;
&lt;P&gt;Pls have a try.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJuin Rong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;#include "fsl_gpio.h"&lt;/P&gt;
&lt;P&gt;void P1_3_Toggle(void)&lt;BR /&gt;{&lt;BR /&gt;CLOCK_EnableClock(kCLOCK_Gpio1);&lt;/P&gt;
&lt;P&gt;gpio_pin_config_t P1_3_config = {&lt;BR /&gt;.pinDirection = kGPIO_DigitalOutput,&lt;BR /&gt;.outputLogic = 0U&lt;BR /&gt;};&lt;BR /&gt;const uint32_t port1_pin3_config = (/* Pin is configured as PIO1_28 */&lt;BR /&gt;IOCON_PIO_FUNC0 |&lt;BR /&gt;/* Selects pull-up function */&lt;BR /&gt;IOCON_PIO_MODE_PULLUP |&lt;BR /&gt;/* Standard mode, output slew rate control is enabled */&lt;BR /&gt;IOCON_PIO_SLEW_STANDARD |&lt;BR /&gt;/* Input function is not inverted */&lt;BR /&gt;IOCON_PIO_INV_DI |&lt;BR /&gt;/* Enables digital function */&lt;BR /&gt;IOCON_PIO_DIGITAL_EN |&lt;BR /&gt;/* Open drain is disabled */&lt;BR /&gt;IOCON_PIO_OPENDRAIN_DI);&lt;BR /&gt;/* PORT1 PIN28 (coords: 72) is configured as PIO1_28 */&lt;BR /&gt;IOCON_PinMuxSet(IOCON, 1, 3, port1_pin3_config);&lt;/P&gt;
&lt;P&gt;GPIO_PinInit(GPIO, 1, 3, &amp;amp;P1_3_config);&lt;BR /&gt;GPIO_PortToggle(GPIO,1,0x08);&lt;BR /&gt;GPIO_PortToggle(GPIO,1,0x08);&lt;BR /&gt;GPIO_PortToggle(GPIO,1,0x08);&lt;BR /&gt;GPIO_PortToggle(GPIO,1,0x08);&lt;BR /&gt;GPIO_PortToggle(GPIO,1,0x08);&lt;BR /&gt;GPIO_PortToggle(GPIO,1,0x08);&lt;BR /&gt;GPIO_PortToggle(GPIO,1,0x08);&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2022 06:10:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-SPI-MISO-is-pulled-high-by-board/m-p/1505996#M49840</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2022-08-15T06:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5536 -   SPI MISO is pulled high by board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-SPI-MISO-is-pulled-high-by-board/m-p/1506007#M49841</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you for your reply,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;the piece of code does not seem to compile..&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Using the code below to toggle multiple pins for testing.&amp;nbsp;&lt;BR /&gt;Pins: p1,28&amp;nbsp; p1,29&amp;nbsp; p1,25&amp;nbsp; p0,4 all seem to function as a GPIO output.&amp;nbsp;&lt;BR /&gt;p1,3 still does not (still high) even while configuring and measuring as described in your post.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;kind regards,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;/*&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;* Copyright 2019 NXP&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;* All rights reserved.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;*&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;* SPDX-License-Identifier: BSD-3-Clause&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;*/&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;#include "pin_mux.h"&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;#include "board.h"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;/*******************************************************************************&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;* Definitions&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;******************************************************************************/&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;#define BOARD_LED_PORT BOARD_LED_RED_GPIO_PORT&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;#define BOARD_LED_PIN BOARD_LED_RED_GPIO_PIN&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;/*******************************************************************************&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;* Prototypes&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;******************************************************************************/&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;/*******************************************************************************&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;* Variables&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;******************************************************************************/&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;volatile uint32_t g_systickCounter;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;/*******************************************************************************&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;* Code&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;******************************************************************************/&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;void SysTick_Handler(void)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;{&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;if (g_systickCounter != 0U)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;{&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;g_systickCounter--;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;}&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;}&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;void SysTick_DelayTicks(uint32_t n)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;{&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;g_systickCounter = n;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;while (g_systickCounter != 0U)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;{&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;}&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;}&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;/*!&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;* @brief Main function&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;*/&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;int main(void)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;{&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;/* Init output LED GPIO. */&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;GPIO_PortInit(GPIO, BOARD_LED_PORT);&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;// GPIO_PortInit(GPIO, 1u); // io&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;GPIO_PortInit(GPIO, 0u); // io&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;/* Board pin init */&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;BOARD_InitPins();&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;BOARD_BootClockPLL150M();&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;/* Set systick reload value to generate 1ms interrupt */&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;if (SysTick_Config(SystemCoreClock / 1000U))&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;{&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;while (1)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;{&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;}&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;}&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;while (1)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;{&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;/* Delay 1000 ms */&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SysTick_DelayTicks(500U);&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;GPIO_PortToggle(GPIO, BOARD_LED_PORT, 1u &amp;lt;&amp;lt; BOARD_LED_PIN);&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;GPIO_PortToggle(GPIO, BOARD_LED_PORT, 1u &amp;lt;&amp;lt; 3);&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;GPIO_PortToggle(GPIO, BOARD_LED_PORT, 1u &amp;lt;&amp;lt; 29);&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;GPIO_PortToggle(GPIO, BOARD_LED_PORT, 1u &amp;lt;&amp;lt; 25);&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;GPIO_PortToggle(GPIO, 0, 1u &amp;lt;&amp;lt; 4);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;}&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;}&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2022 06:29:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-SPI-MISO-is-pulled-high-by-board/m-p/1506007#M49841</guid>
      <dc:creator>fr0stw1ng</dc:creator>
      <dc:date>2022-08-15T06:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5536 -   SPI MISO is pulled high by board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-SPI-MISO-is-pulled-high-by-board/m-p/1506014#M49842</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I copy all the code here&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;
&lt;P&gt;/*&lt;BR /&gt;* Copyright 2019 NXP&lt;BR /&gt;* All rights reserved.&lt;BR /&gt;*&lt;BR /&gt;* SPDX-License-Identifier: BSD-3-Clause&lt;BR /&gt;*/&lt;/P&gt;
&lt;P&gt;#include "pin_mux.h"&lt;BR /&gt;#include "board.h"&lt;BR /&gt;#include "fsl_gpio.h"&lt;/P&gt;
&lt;P&gt;/*******************************************************************************&lt;BR /&gt;* Definitions&lt;BR /&gt;******************************************************************************/&lt;BR /&gt;#define BOARD_LED_PORT BOARD_LED_RED_GPIO_PORT&lt;BR /&gt;#define BOARD_LED_PIN BOARD_LED_RED_GPIO_PIN&lt;BR /&gt;void P1_3_Toggle(void);&lt;BR /&gt;/*******************************************************************************&lt;BR /&gt;* Prototypes&lt;BR /&gt;******************************************************************************/&lt;/P&gt;
&lt;P&gt;/*******************************************************************************&lt;BR /&gt;* Variables&lt;BR /&gt;******************************************************************************/&lt;BR /&gt;volatile uint32_t g_systickCounter;&lt;/P&gt;
&lt;P&gt;/*******************************************************************************&lt;BR /&gt;* Code&lt;BR /&gt;******************************************************************************/&lt;BR /&gt;void SysTick_Handler(void)&lt;BR /&gt;{&lt;BR /&gt;if (g_systickCounter != 0U)&lt;BR /&gt;{&lt;BR /&gt;g_systickCounter--;&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;void SysTick_DelayTicks(uint32_t n)&lt;BR /&gt;{&lt;BR /&gt;g_systickCounter = n;&lt;BR /&gt;while (g_systickCounter != 0U)&lt;BR /&gt;{&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;/*!&lt;BR /&gt;* @brief Main function&lt;BR /&gt;*/&lt;BR /&gt;int main(void)&lt;BR /&gt;{&lt;BR /&gt;/* Init output LED GPIO. */&lt;BR /&gt;GPIO_PortInit(GPIO, BOARD_LED_PORT);&lt;BR /&gt;/* Board pin init */&lt;BR /&gt;BOARD_InitPins();&lt;BR /&gt;BOARD_BootClockPLL150M();&lt;/P&gt;
&lt;P&gt;/* Set systick reload value to generate 1ms interrupt */&lt;BR /&gt;if (SysTick_Config(SystemCoreClock / 1000U))&lt;BR /&gt;{&lt;BR /&gt;while (1)&lt;BR /&gt;{&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;P1_3_Toggle();&lt;BR /&gt;while (1)&lt;BR /&gt;{&lt;BR /&gt;/* Delay 1000 ms */&lt;BR /&gt;SysTick_DelayTicks(1000U);&lt;BR /&gt;GPIO_PortToggle(GPIO, BOARD_LED_PORT, 1u &amp;lt;&amp;lt; BOARD_LED_PIN);&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;void P1_3_Toggle(void)&lt;BR /&gt;{&lt;BR /&gt;CLOCK_EnableClock(kCLOCK_Gpio1);&lt;/P&gt;
&lt;P&gt;gpio_pin_config_t P1_3_config = {&lt;BR /&gt;.pinDirection = kGPIO_DigitalOutput,&lt;BR /&gt;.outputLogic = 0U&lt;BR /&gt;};&lt;BR /&gt;const uint32_t port1_pin3_config = (/* Pin is configured as PIO1_28 */&lt;BR /&gt;IOCON_PIO_FUNC0 |&lt;BR /&gt;/* Selects pull-up function */&lt;BR /&gt;IOCON_PIO_MODE_PULLUP |&lt;BR /&gt;/* Standard mode, output slew rate control is enabled */&lt;BR /&gt;IOCON_PIO_SLEW_STANDARD |&lt;BR /&gt;/* Input function is not inverted */&lt;BR /&gt;IOCON_PIO_INV_DI |&lt;BR /&gt;/* Enables digital function */&lt;BR /&gt;IOCON_PIO_DIGITAL_EN |&lt;BR /&gt;/* Open drain is disabled */&lt;BR /&gt;IOCON_PIO_OPENDRAIN_DI);&lt;BR /&gt;/* PORT1 PIN28 (coords: 72) is configured as PIO1_28 */&lt;BR /&gt;IOCON_PinMuxSet(IOCON, 1, 3, port1_pin3_config);&lt;/P&gt;
&lt;P&gt;GPIO_PinInit(GPIO, 1, 3, &amp;amp;P1_3_config);&lt;BR /&gt;GPIO_PortToggle(GPIO,1,0x08);&lt;BR /&gt;GPIO_PortToggle(GPIO,1,0x08);&lt;BR /&gt;GPIO_PortToggle(GPIO,1,0x08);&lt;BR /&gt;GPIO_PortToggle(GPIO,1,0x08);&lt;BR /&gt;GPIO_PortToggle(GPIO,1,0x08);&lt;BR /&gt;GPIO_PortToggle(GPIO,1,0x08);&lt;BR /&gt;GPIO_PortToggle(GPIO,1,0x08);&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2022 06:36:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-SPI-MISO-is-pulled-high-by-board/m-p/1506014#M49842</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2022-08-15T06:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5536 -   SPI MISO is pulled high by board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-SPI-MISO-is-pulled-high-by-board/m-p/1506029#M49843</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The code didnt result in any changes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2022 07:10:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-SPI-MISO-is-pulled-high-by-board/m-p/1506029#M49843</guid>
      <dc:creator>fr0stw1ng</dc:creator>
      <dc:date>2022-08-15T07:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5536 -   SPI MISO is pulled high by board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-SPI-MISO-is-pulled-high-by-board/m-p/1506070#M49845</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Set&amp;nbsp; break point at each&amp;nbsp; GPIO_PortToggle(GPIO,1,0x08);, you can see that the pin will toggle when you run step by step while the JP57 is short by cable.&lt;BR /&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;GPIO_PinInit(GPIO, 1, 3, &amp;amp;P1_3_config);&lt;BR /&gt;GPIO_PortToggle(GPIO,1,0x08);&lt;BR /&gt;GPIO_PortToggle(GPIO,1,0x08);&lt;BR /&gt;GPIO_PortToggle(GPIO,1,0x08);&lt;BR /&gt;GPIO_PortToggle(GPIO,1,0x08);&lt;BR /&gt;GPIO_PortToggle(GPIO,1,0x08);&lt;BR /&gt;GPIO_PortToggle(GPIO,1,0x08);&lt;BR /&gt;GPIO_PortToggle(GPIO,1,0x08);&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2022 07:48:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-SPI-MISO-is-pulled-high-by-board/m-p/1506070#M49845</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2022-08-15T07:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5536 -   SPI MISO is pulled high by board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-SPI-MISO-is-pulled-high-by-board/m-p/1506083#M49846</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Even while stepping through the program theres no activity on P1,3 only high.&amp;nbsp;&lt;BR /&gt;Checked while JP57 is shorted and not shorted.&lt;BR /&gt;Checked all pins of JP48 just to be safe.&amp;nbsp;&lt;BR /&gt;Also tried adding function&amp;nbsp;&lt;EM&gt;GPIO_PortToggle(GPIO,1,0x08);&lt;BR /&gt;&lt;/EM&gt;to the while loop of the LED so the pin would toggle along side the led indefinitely.&lt;BR /&gt;&lt;BR /&gt;Stil no signs on life other than a high pin.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;kind regards,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2022 08:06:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-SPI-MISO-is-pulled-high-by-board/m-p/1506083#M49846</guid>
      <dc:creator>fr0stw1ng</dc:creator>
      <dc:date>2022-08-15T08:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5536 -   SPI MISO is pulled high by board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-SPI-MISO-is-pulled-high-by-board/m-p/1506118#M49849</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You said that "Also tried adding function&amp;nbsp;&lt;EM&gt;GPIO_PortToggle(GPIO,1,0x08);&lt;BR /&gt;&lt;/EM&gt;to the while loop of the LED so the pin would toggle along side the led indefinitely.", as far as I know that the node "P1_3-CAN0_RD-PDM_DATA1-HS_SPI_MISO" is NOT connected to any LED, can you tell us which LED the node "P1_3-CAN0_RD-PDM_DATA1-HS_SPI_MISO" is connected?&lt;/P&gt;
&lt;P&gt;You have to hook the pin1 of JP48 to a oscilloscope so that you can observe the signal.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2022 09:19:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-SPI-MISO-is-pulled-high-by-board/m-p/1506118#M49849</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2022-08-15T09:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5536 -   SPI MISO is pulled high by board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-SPI-MISO-is-pulled-high-by-board/m-p/1506141#M49853</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;i did not connect an led to p1,3&amp;nbsp;&lt;BR /&gt;what i did is add this to line 67, rest of supplied code was unchanged, for the fun of it i also checked without changes to your code, which in this case the change i made should not break the toggle of pin 1,3 ...&lt;BR /&gt;expected result: the led on the board &amp;amp; pin 1,3 would change state every 1 second.&lt;BR /&gt;actual result: led flashes &amp;amp; pin1,3 stays high.&lt;BR /&gt;&lt;BR /&gt;while (1)&lt;BR /&gt;{&lt;BR /&gt;/* Delay 1000 ms */&lt;BR /&gt;SysTick_DelayTicks(1000U);&lt;BR /&gt;GPIO_PortToggle(GPIO, BOARD_LED_PORT, 1u &amp;lt;&amp;lt; BOARD_LED_PIN);&lt;BR /&gt;GPIO_PortToggle(GPIO,1,0x08);&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;kind regards,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Bonus info:&amp;nbsp;&lt;BR /&gt;we just checked the board from unopened and unused board and&amp;nbsp;&lt;BR /&gt;even with original code that comes supplied with the board pin1,3 is high while all other SPI related pins are pulled low.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;P1,3&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2022 10:17:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-SPI-MISO-is-pulled-high-by-board/m-p/1506141#M49853</guid>
      <dc:creator>fr0stw1ng</dc:creator>
      <dc:date>2022-08-15T10:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5536 -   SPI MISO is pulled high by board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-SPI-MISO-is-pulled-high-by-board/m-p/1514363#M50001</link>
      <description>&lt;P&gt;I haven't heard back from you i hope everything is going alright!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I do hope you or anyone at NXP can help me resolve this issue.&lt;BR /&gt;&lt;BR /&gt;kind regards,&amp;nbsp;&lt;BR /&gt;Quincy Fleuren&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2022 06:12:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-SPI-MISO-is-pulled-high-by-board/m-p/1514363#M50001</guid>
      <dc:creator>fr0stw1ng</dc:creator>
      <dc:date>2022-08-31T06:12:24Z</dc:date>
    </item>
  </channel>
</rss>

