<?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: LPC5528 GPIO &amp;quot;Dead pin&amp;quot;</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-GPIO-quot-Dead-pin-quot/m-p/1386920#M47381</link>
    <description>&lt;P&gt;Hello ,&lt;/P&gt;
&lt;P&gt;I take&amp;nbsp; a video on my side,&amp;nbsp; please see my attachment.&lt;/P&gt;
&lt;P&gt;Pay attention, it seems there is issue in Peripherals view with MCUXpresso IDE v11.4.0.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;so just&amp;nbsp; notice the address of 0x4008 02a&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_0-1639544069199.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/165234iED2842470045AE4A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_0-1639544069199.png" alt="Alice_Yang_0-1639544069199.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also attached my project.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
    <pubDate>Wed, 15 Dec 2021 04:56:34 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2021-12-15T04:56:34Z</dc:date>
    <item>
      <title>LPC5528 GPIO "Dead pin"</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-GPIO-quot-Dead-pin-quot/m-p/1381963#M47267</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Strange behavior on PIO1_10 on LPC5528.&lt;BR /&gt;Doing :&lt;/P&gt;&lt;P&gt;&lt;FONT face="batang,apple gothic" size="1 2 3 4 5 6 7"&gt;BOARD_INITPINS_PWR_Down_PORT=1&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;&lt;FONT face="batang,apple gothic"&gt;BOARD_INITPINS_PWR_Down_PIN&lt;/FONT&gt;=10&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="batang,apple gothic" size="2"&gt;GPIO_PinWrite(BOARD_INITPINS_PWR_Down_GPIO, BOARD_INITPINS_PWR_Down_PORT, BOARD_INITPINS_PWR_Down_PIN, 1); &lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;Pin stay at 0, and reading base-&amp;gt;B [port] in debug windows show the pin at 0.&lt;/P&gt;&lt;P&gt;This pin can be configured as FLEXCOMM1 that I did for testing, and stay at 0 during SPI communication.&lt;/P&gt;&lt;P&gt;On the board the pin is not short to GND.&lt;/P&gt;&lt;P&gt;When redirecting that connection to another (PIO0-24 for the case) everything come right.&lt;BR /&gt;On the rest of the board I use 10's of other pin configured in the same manner and everything is fine.&lt;/P&gt;&lt;P&gt;What happened for that specific PIO1_10?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;JP&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 12:43:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-GPIO-quot-Dead-pin-quot/m-p/1381963#M47267</guid>
      <dc:creator>jplathuile</dc:creator>
      <dc:date>2021-12-06T12:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5528 GPIO "Dead pin"</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-GPIO-quot-Dead-pin-quot/m-p/1382479#M47282</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A id="link_12" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/176626" target="_self" aria-label="View Profile of jplathuile"&gt;&lt;SPAN class=""&gt;jplathuile&lt;/SPAN&gt;&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Have you enable port clock, and initialize the pin , refer to below code to configure:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;/* Init output LED GPIO. */&lt;BR /&gt;GPIO_PortInit(GPIO, APP_BOARD_TEST_LED_PORT);&lt;BR /&gt;GPIO_PortInit(GPIO, APP_SW_PORT);&lt;BR /&gt;GPIO_PinInit(GPIO, APP_BOARD_TEST_LED_PORT, APP_BOARD_TEST_LED_PIN, &amp;amp;led_config);&lt;BR /&gt;GPIO_PinWrite(GPIO, APP_BOARD_TEST_LED_PORT, APP_BOARD_TEST_LED_PIN, 1);&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Use&amp;nbsp;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b" data-language-for-alternatives="en" data-language-to-translate-into="zh-CN" data-phrase-index="0" data-number-of-phrases="1"&gt;&lt;SPAN&gt;Oscilloscope&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;measure the pin output.&lt;/P&gt;
&lt;P&gt;If still have issue, please provide the whole project, and show the result using a picture .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 08:08:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-GPIO-quot-Dead-pin-quot/m-p/1382479#M47282</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-12-07T08:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5528 GPIO "Dead pin"</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-GPIO-quot-Dead-pin-quot/m-p/1382582#M47287</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The pin configuration is made with the configuration tool from mcuxpresso. And the clock is enabled, the pin init is in right mode (Altfunc 0).&lt;BR /&gt;on the scope the output stay at 0.0.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;In file attached there is a very basic code, direct from Mcuxpresso:&lt;/P&gt;&lt;P&gt;the second pin move but PIO1-10 is still dead!!!&lt;/P&gt;&lt;P&gt;if the pin was burnt by ESD will base-&amp;gt;B [port] show 0 ?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;JP&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;JP&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 11:00:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-GPIO-quot-Dead-pin-quot/m-p/1382582#M47287</guid>
      <dc:creator>jplathuile</dc:creator>
      <dc:date>2021-12-07T11:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5528 GPIO "Dead pin"</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-GPIO-quot-Dead-pin-quot/m-p/1383216#M47305</link>
      <description>&lt;P&gt;Hello JP,&lt;/P&gt;
&lt;P&gt;How do you read the register?&lt;/P&gt;
&lt;P&gt;I have checked on my side, the PIO1_10 state is 1:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_0-1638949150985.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/164475iF69A2936CD282625/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_0-1638949150985.png" alt="Alice_Yang_0-1638949150985.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For your code,&amp;nbsp; change pin states too fast, you can just set it to 1 to check.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;while (1) {&lt;BR /&gt;GPIO_PinWrite(BOARD_INITPINS_Test_GPIO, BOARD_INITPINS_Test_PORT, BOARD_INITPINS_Test_PIN, 0);&lt;BR /&gt;GPIO_PinWrite(BOARD_INITPINS_Test_GPIO, BOARD_INITPINS_Test_PORT, BOARD_INITPINS_Test_PIN, 1);&lt;/P&gt;
&lt;P&gt;GPIO_PinWrite(BOARD_INITPINS_Test2_GPIO, BOARD_INITPINS_Test2_PORT, BOARD_INITPINS_Test2_PIN, 0);&lt;BR /&gt;GPIO_PinWrite(BOARD_INITPINS_Test2_GPIO, BOARD_INITPINS_Test2_PORT, BOARD_INITPINS_Test2_PIN, 1);&lt;BR /&gt;}&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 07:42:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-GPIO-quot-Dead-pin-quot/m-p/1383216#M47305</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-12-08T07:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5528 GPIO "Dead pin"</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-GPIO-quot-Dead-pin-quot/m-p/1383342#M47315</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I check in fsl_gpio.h:&lt;/P&gt;&lt;P&gt;static inline void GPIO_PinWrite(GPIO_Type *base, uint32_t port, uint32_t pin, uint8_t output)&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp;base-&amp;gt;B[port][pin] = output;&lt;BR /&gt;} &amp;lt;- break points&lt;/P&gt;&lt;P&gt;at the break point i check base.B[1]&lt;BR /&gt;other pins are correct P1_10 stay at 0.&lt;/P&gt;&lt;P&gt;if you think it is because it is too fast&lt;/P&gt;&lt;P&gt;just&lt;BR /&gt;GPIO_PinWrite(BOARD_INITPINS_Test_GPIO, BOARD_INITPINS_Test_PORT, BOARD_INITPINS_Test_PIN, 1);&lt;BR /&gt;out of the loop&lt;BR /&gt;does not pass PIO1_10 to one&lt;BR /&gt;&lt;BR /&gt;but other pin test2 switch well on the scope and at the debug BP&lt;/P&gt;&lt;P&gt;Using your window "Peripherals"&lt;/P&gt;&lt;P&gt;i can see SET1.SETP that move and display 0x400 at 1&lt;/P&gt;&lt;P&gt;but PIN1.PORT does not.&lt;/P&gt;&lt;P&gt;So i thing my chip has a problem, it came from mouser, i am "esd aware" and as soon as i had opened the bag i had soldered it with minimum manipulation.&lt;/P&gt;&lt;P&gt;In anyway i have made a strap on another pin and it is ok.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;JP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 10:33:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-GPIO-quot-Dead-pin-quot/m-p/1383342#M47315</guid>
      <dc:creator>jplathuile</dc:creator>
      <dc:date>2021-12-08T10:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5528 GPIO "Dead pin"</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-GPIO-quot-Dead-pin-quot/m-p/1385339#M47360</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Which IDE do you used? Please take a screenshot about the data of register you got.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Pay attention the GPIO port register address of P1_10.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_0-1639371380280.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/164893i540500AF4F6895FD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_0-1639371380280.png" alt="Alice_Yang_0-1639371380280.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 04:57:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-GPIO-quot-Dead-pin-quot/m-p/1385339#M47360</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-12-13T04:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5528 GPIO "Dead pin"</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-GPIO-quot-Dead-pin-quot/m-p/1385461#M47365</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Here are 2 "screencasts".&lt;/P&gt;&lt;P&gt;My debug probe is MCU-link&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;JP&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 08:16:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-GPIO-quot-Dead-pin-quot/m-p/1385461#M47365</guid>
      <dc:creator>jplathuile</dc:creator>
      <dc:date>2021-12-13T08:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5528 GPIO "Dead pin"</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-GPIO-quot-Dead-pin-quot/m-p/1386920#M47381</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;
&lt;P&gt;I take&amp;nbsp; a video on my side,&amp;nbsp; please see my attachment.&lt;/P&gt;
&lt;P&gt;Pay attention, it seems there is issue in Peripherals view with MCUXpresso IDE v11.4.0.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;so just&amp;nbsp; notice the address of 0x4008 02a&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_0-1639544069199.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/165234iED2842470045AE4A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_0-1639544069199.png" alt="Alice_Yang_0-1639544069199.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also attached my project.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 04:56:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-GPIO-quot-Dead-pin-quot/m-p/1386920#M47381</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-12-15T04:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5528 GPIO "Dead pin"</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-GPIO-quot-Dead-pin-quot/m-p/1387147#M47388</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Despite your are using a 55S28, i can import and run your project on my 5528. That is what i did... and W[10] stay at 0.0.&lt;/P&gt;&lt;P&gt;your W[10] register is at 4008C028 mine at 4008D028 !. At 4008C028 i have B[40] witch stay a 0 (on your project )&lt;/P&gt;&lt;P&gt;But it is not a problem of debugger it is that the pin stay at 0 on the card.&lt;BR /&gt;I think that there are register that reflect what should be on the port (SET register) and register that reflect what is really on the port (B).&lt;BR /&gt;For my case i thing the pin is fried and do not respond.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;JP&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 09:03:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-GPIO-quot-Dead-pin-quot/m-p/1387147#M47388</guid>
      <dc:creator>jplathuile</dc:creator>
      <dc:date>2021-12-15T09:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5528 GPIO "Dead pin"</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-GPIO-quot-Dead-pin-quot/m-p/1390610#M47452</link>
      <description>&lt;P&gt;Hello JP,&lt;/P&gt;
&lt;P&gt;Which version of IDE do you used? I test LPC5528 project, the register memory view is the same with Lpc55s18.&lt;/P&gt;
&lt;P&gt;Any way , do not check w[10], mainly check the address&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;0x4008 02a.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;And I also use DS measure the P1_10 pin, it can set to 1, it can toggle, there is no problem. see my attachment video.&lt;/P&gt;
&lt;P&gt;Recommend use my project, then use logical measure the p1_10. If still not work, check your hardware.&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;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 07:56:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-GPIO-quot-Dead-pin-quot/m-p/1390610#M47452</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-12-22T07:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5528 GPIO "Dead pin"</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-GPIO-quot-Dead-pin-quot/m-p/1390840#M47458</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I belive you, what is important is that this pin move on your board, and the same program does not make it move on my board so i have to conclude that my pin is defective. Every thing else work very fine i have strapped this pin on an other.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;JP&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 15:20:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-GPIO-quot-Dead-pin-quot/m-p/1390840#M47458</guid>
      <dc:creator>jplathuile</dc:creator>
      <dc:date>2021-12-22T15:20:30Z</dc:date>
    </item>
  </channel>
</rss>

