<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Configuration of GPIO pins on Port 1 doesn&amp;#39;t work</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/57579/configuration-of-gpio-pins-on-port-1-doesn-t-work</link><description>Hey.. 
 I&amp;#39;m having difficulties using P1 pins for UART. 
 I just changed the blinky example for checking the P1 pin changes with it. But no changes where monitored as expected. 
 
 I think the P1 configuration using NRF_GPIO_PIN_MAP isn`t set.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 10 Feb 2020 09:49:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/57579/configuration-of-gpio-pins-on-port-1-doesn-t-work" /><item><title>RE: Configuration of GPIO pins on Port 1 doesn't work</title><link>https://devzone.nordicsemi.com/thread/233470?ContentTypeID=1</link><pubDate>Mon, 10 Feb 2020 09:49:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:55e06497-ac51-4d6c-845b-acbfd410ff46</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Looking at the code I can see that&amp;nbsp;nrf_gpio_pin_set(SER_APP_RX_PIN); will only run for a few microseconds. Likely better to try:&lt;/p&gt;
&lt;p&gt;{&lt;br /&gt;bsp_board_led_invert(i);&lt;br /&gt; nrf_gpio_pin_clear(SER_APP_RX_PIN);&lt;br /&gt; nrf_delay_ms(1000);&lt;br /&gt; nrf_gpio_pin_set(SER_APP_RX_PIN);&lt;br /&gt;&lt;span&gt;nrf_delay_ms(1000); // Add this&lt;br /&gt;&lt;/span&gt;}&lt;/p&gt;
&lt;p&gt;OR&lt;/p&gt;
&lt;p&gt;&lt;span&gt;{&lt;/span&gt;&lt;br /&gt;&lt;span&gt;bsp_board_led_invert(i);&lt;/span&gt;&lt;br /&gt;&lt;span&gt;nrf_gpio_pin_toggle(SER_APP_RX_PIN); // Similar to invert.&lt;/span&gt;&lt;br /&gt;&lt;span&gt;nrf_delay_ms(1000);&lt;/span&gt;&lt;br /&gt;&lt;span&gt;}&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Kenneth&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>