<?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/"><channel><title>How do I know where I should ask my question?</title><link>/nordic/nordic-blog/b/blog/posts/how-do-i-know-where-i-should-ask-my-question</link><description>Nordic Semiconductor offer two gateways for asking questions about anything connected to their products, the MyPage support portal and Nordic Developer Zone. Questions in the support portal are only visible to, and answered by the application enginee</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><item><title>RE: How do I know where I should ask my question?</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/how-do-i-know-where-i-should-ask-my-question</link><pubDate>Thu, 26 Feb 2026 12:50:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9d2877c9-ec4d-4f12-b1e2-4a50b7028787</guid><dc:creator>Suhas0</dc:creator><slash:comments>0</slash:comments><description>&lt;p data-start="195" data-end="198"&gt;Hi,&lt;/p&gt;
&lt;p data-start="200" data-end="333"&gt;I am working on the &lt;strong data-start="220" data-end="256"&gt;nRF9151 DK (nrf9151dk_nrf9151ns)&lt;/strong&gt; and need to use an additional UART for communication with an external ESP32.&lt;/p&gt;
&lt;p data-start="335" data-end="345"&gt;Currently:&lt;/p&gt;
&lt;ul data-start="346" data-end="422"&gt;
&lt;li data-start="346" data-end="384"&gt;
&lt;p data-start="348" data-end="384"&gt;&lt;strong data-start="348" data-end="357"&gt;UART0&lt;/strong&gt; is used for console/debug.&lt;/p&gt;
&lt;/li&gt;
&lt;li data-start="385" data-end="422"&gt;
&lt;p data-start="387" data-end="422"&gt;&lt;strong data-start="387" data-end="396"&gt;UART1&lt;/strong&gt; is used by the LTE modem.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p data-start="424" data-end="498"&gt;Therefore, I am attempting to enable &lt;strong data-start="461" data-end="470"&gt;UART2&lt;/strong&gt; for external communication.&lt;/p&gt;
&lt;p data-start="500" data-end="733"&gt;After reviewing the board schematic, I found that &lt;strong data-start="550" data-end="569"&gt;P0.02 and P0.03&lt;/strong&gt; are not used by any active peripherals in my setup. These pins are routed to the Arduino header, and since no shield is connected, I assume they can be reassigned.&lt;/p&gt;
&lt;p data-start="735" data-end="770"&gt;I have added the following overlay:&amp;nbsp;nrf9151dk_nrf9151ns.overlay&lt;/p&gt;
&lt;p&gt;&amp;amp;uart2 {&lt;br /&gt; status = &amp;quot;okay&amp;quot;;&lt;br /&gt; current-speed = &amp;lt;115200&amp;gt;;&lt;br /&gt; pinctrl-0 = &amp;lt;&amp;amp;uart2_default&amp;gt;;&lt;br /&gt; pinctrl-names = &amp;quot;default&amp;quot;;&lt;br /&gt;};&lt;/p&gt;
&lt;p&gt;&amp;amp;pinctrl {&lt;br /&gt; uart2_default: uart2_default {&lt;br /&gt; group1 {&lt;br /&gt; psels = &amp;lt;NRF_PSEL(UART_TX, 0, 2)&amp;gt;,&lt;br /&gt; &amp;lt;NRF_PSEL(UART_RX, 0, 3)&amp;gt;;&lt;br /&gt; };&lt;br /&gt; };&lt;br /&gt;};&lt;br /&gt;&lt;br /&gt;prj.conf&lt;br /&gt;CONFIG_SERIAL=y&lt;br /&gt;CONFIG_CONSOLE=y&lt;br /&gt;CONFIG_UART_CONSOLE=y&lt;br /&gt;CONFIG_UART_NRFX=y&lt;br /&gt;CONFIG_UART_INTERRUPT_DRIVEN=y&lt;br /&gt;CONFIG_UART_2_ASYNC=y&lt;br /&gt;CONFIG_UART_2_NRF_HW_ASYNC=y&lt;/p&gt;
&lt;div class="relative w-full my-4"&gt;
&lt;div class=""&gt;
&lt;div class="relative"&gt;
&lt;div class="h-full min-h-0 min-w-0"&gt;
&lt;div class="h-full min-h-0 min-w-0"&gt;
&lt;div class="border corner-superellipse/1.1 border-token-border-light bg-token-bg-elevated-secondary rounded-3xl"&gt;
&lt;div class="pointer-events-none absolute inset-x-4 top-12 bottom-4"&gt;
&lt;div class="pointer-events-none sticky z-40 shrink-0 z-1!"&gt;
&lt;div class="sticky bg-token-border-light"&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=738&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: How do I know where I should ask my question?</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/how-do-i-know-where-i-should-ask-my-question</link><pubDate>Mon, 10 Aug 2020 09:53:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9d2877c9-ec4d-4f12-b1e2-4a50b7028787</guid><dc:creator>Vitalie</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I tried to enable the gpiote module in nrfx52_config.h (#define NRFX_GPIOTE_ENABLED 1) in Mynewt and I got an incomprehensible error&lt;/p&gt;
&lt;p&gt;Error: In file included from repos/apache-mynewt-core/hw/mcu/nordic/src/ext/nrfx/nrfx.h:37,&lt;br /&gt;from repos/apache-mynewt-core/hw/mcu/nordic/src/ext/nrfx/drivers/src/nrfx_gpiote.c:31:&lt;br /&gt;repos/apache-mynewt-core/hw/mcu/nordic/src/ext/nrfx/hal/nrf_gpio.h:46:25: error: expected declaration specifiers or &amp;#39;...&amp;#39; before &amp;#39;(&amp;#39; token&lt;br /&gt;46 | #define NUMBER_OF_PINS (P0_PIN_NUM). T&lt;span&gt;hanks&lt;/span&gt;&lt;/p&gt;&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=738&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>