<?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>Hello all I am using nRF52382 I am using SEGGER Embedded studio for programing. I want to use pins 12 and 11 as Rx and Tx for UART. I changed the default pins to
 #define RX_PIN_NUMBER  12#define TX_PIN_NUMBER  11 in pca10040.h but it is not working.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/74736/hello-all-i-am-using-nrf52382-i-am-using-segger-embedded-studio-for-programing-i-want-to-use-pins-12-and-11-as-rx-and-tx-for-uart-i-changed-the-default-pins-to-define-rx_pin_number-12-define-tx_pin_number-11-in-pca10040-h-but</link><description>Hello all I am using nRF52832 I am using SEGGER Embedded studio for programing. I want to use pins 12 and 11 as Rx and Tx for UART. I changed the default pins to #define RX_PIN_NUMBER 12#define TX_PIN_NUMBER 11 in pca10040.h but it is not working. Could</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 14 Nov 2022 13:45:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/74736/hello-all-i-am-using-nrf52382-i-am-using-segger-embedded-studio-for-programing-i-want-to-use-pins-12-and-11-as-rx-and-tx-for-uart-i-changed-the-default-pins-to-define-rx_pin_number-12-define-tx_pin_number-11-in-pca10040-h-but" /><item><title>RE: Hello all I am using nRF52382 I am using SEGGER Embedded studio for programing. I want to use pins 12 and 11 as Rx and Tx for UART. I changed the default pins to
 #define RX_PIN_NUMBER  12#define TX_PIN_NUMBER  11 in pca10040.h but it is not working.</title><link>https://devzone.nordicsemi.com/thread/395576?ContentTypeID=1</link><pubDate>Mon, 14 Nov 2022 13:45:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1db0a75e-7bfe-48e6-a392-ea657a763482</guid><dc:creator>VijayEswar</dc:creator><description>&lt;p&gt;Hi PaSi&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Im facing the exact same problem and im using the same TX and RX pins that youre using. Did you find a fix for the problem ? If so please help me out&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you in advance&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hello all I am using nRF52382 I am using SEGGER Embedded studio for programing. I want to use pins 12 and 11 as Rx and Tx for UART. I changed the default pins to
 #define RX_PIN_NUMBER  12#define TX_PIN_NUMBER  11 in pca10040.h but it is not working.</title><link>https://devzone.nordicsemi.com/thread/308388?ContentTypeID=1</link><pubDate>Wed, 05 May 2021 14:37:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:04da6bd2-e9ea-4e39-a477-a90780c8bd7b</guid><dc:creator>PaSi</dc:creator><description>&lt;p&gt;Hi Henry_Chou&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;pin 11 is used&amp;nbsp;#define SER_CONN_CHIP_RESET_PIN&amp;nbsp; &amp;nbsp; &amp;nbsp;11&amp;nbsp; &amp;nbsp; // Pin used to reset connectivity chip&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I have commented it out&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;#define SPIM2_SCK_PIN&amp;nbsp; &amp;nbsp;12&amp;nbsp; // SPI clock GPIO pin number.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I have commented it out&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;GPIO configuration. pin11, pin12 are not assigned by the other GPIOs.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hello all I am using nRF52382 I am using SEGGER Embedded studio for programing. I want to use pins 12 and 11 as Rx and Tx for UART. I changed the default pins to
 #define RX_PIN_NUMBER  12#define TX_PIN_NUMBER  11 in pca10040.h but it is not working.</title><link>https://devzone.nordicsemi.com/thread/308382?ContentTypeID=1</link><pubDate>Wed, 05 May 2021 14:06:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:176e305e-4da2-4b1c-8072-48180ec5bf8a</guid><dc:creator>PaSi</dc:creator><description>&lt;p&gt;Hi Kenneth thank you for replying.&lt;/p&gt;
&lt;p&gt;By not working i meant if i use the default pins provided in pca100401.h that is&amp;nbsp;#define RX_PIN_NUMBER 8 &lt;br /&gt;#define TX_PIN_NUMBER 6 UART is transmitting the required message on hterm. But having used&amp;nbsp;&lt;span&gt;RX_PIN_NUMBER 12 #define TX_PIN_NUMBER 11 it is not transmitting the required message on hterm. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;pin 11 is used&amp;nbsp;#define SER_CONN_CHIP_RESET_PIN&amp;nbsp; &amp;nbsp; &amp;nbsp;11&amp;nbsp; &amp;nbsp; // Pin used to reset connectivity chip&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I have commented it out&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;#define SPIM2_SCK_PIN&amp;nbsp; &amp;nbsp;12&amp;nbsp; // SPI clock GPIO pin number.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I have commented it out&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hello all I am using nRF52382 I am using SEGGER Embedded studio for programing. I want to use pins 12 and 11 as Rx and Tx for UART. I changed the default pins to
 #define RX_PIN_NUMBER  12#define TX_PIN_NUMBER  11 in pca10040.h but it is not working.</title><link>https://devzone.nordicsemi.com/thread/308304?ContentTypeID=1</link><pubDate>Wed, 05 May 2021 08:47:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a8a093c3-5090-4f05-8566-424a6107645e</guid><dc:creator>Henry_Chou</dc:creator><description>&lt;p&gt;Are you using the UART for RTT debug information? If yes,...please make sure the RX handler conflict issue. However,....You may check by the steps&lt;/p&gt;
&lt;p&gt;1) sdk_config.h RX,TX pin definition is not declared by the other pins.&lt;/p&gt;
&lt;p&gt;2) GPIO configuration. pin11, pin12 are never assigned by the other GPIOs.&lt;/p&gt;
&lt;p&gt;3)To&amp;nbsp; connect the pin11 for logic&amp;nbsp;analyzer or digital scope to check TXD signal.&lt;/p&gt;
&lt;p&gt;4) Make sure the baud rate clock source is exact.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hello all I am using nRF52382 I am using SEGGER Embedded studio for programing. I want to use pins 12 and 11 as Rx and Tx for UART. I changed the default pins to
 #define RX_PIN_NUMBER  12#define TX_PIN_NUMBER  11 in pca10040.h but it is not working.</title><link>https://devzone.nordicsemi.com/thread/308290?ContentTypeID=1</link><pubDate>Wed, 05 May 2021 07:50:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bfa91a55-8042-48c3-87ca-9312286dba17</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;&amp;quot;Not working&amp;quot; is a very vague description, if you build with Debug (and not Release) you may get some more information in case there is an assert somewhere. If I were to guess, I would suggest to add a pull-up on the RX pin, to ensure that this pin is not floating, since that will be interpreted as UART framing error, and the code may assert due to this.&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>