<?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>Problems with changing the uart pins for the s120 ble_app_uart</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/6786/problems-with-changing-the-uart-pins-for-the-s120-ble_app_uart</link><description>ble_app_uart_c2.rar 
 I want to connect two PCA10001&amp;#39;s together, one with the ble_app_uart for s120 using sdk 8, and one with the experimental_ble_app_uart for s110 using sdk 7.2. I want these two to be connected to other devices over BLE. 
 I was told</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 22 May 2015 17:01:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/6786/problems-with-changing-the-uart-pins-for-the-s120-ble_app_uart" /><item><title>RE: Problems with changing the uart pins for the s120 ble_app_uart</title><link>https://devzone.nordicsemi.com/thread/23864?ContentTypeID=1</link><pubDate>Fri, 22 May 2015 17:01:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e33a5d29-8ff7-4a9d-8cac-5f29ee1df274</guid><dc:creator>Eirik Nobuki Kosaka</dc:creator><description>&lt;p&gt;Hm don&amp;#39;t know, but it is working for me atleast. So won&amp;#39;t stress it unless it makes more problem. But thanks for all your help anyway!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problems with changing the uart pins for the s120 ble_app_uart</title><link>https://devzone.nordicsemi.com/thread/23863?ContentTypeID=1</link><pubDate>Fri, 22 May 2015 14:25:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f473b878-a850-454d-a3f6-60a93dfa7cab</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@Eirik: I just tested here, if you don&amp;#39;t connect the pins to the peer device and just touch it with your hand, you will receive an ERROR event on UART, see UART0_IRQHandler(). The error code telling it&amp;#39;s FRAMING error and BREAK error.&lt;/p&gt;
&lt;p&gt;After that the IRQ handle will propagate the error back to uart_event_handle() in main with APP_UART_COMMUNICATION_ERROR and end up in the assert handler app_error_handler() where it will stuck at while(1) loop.&lt;/p&gt;
&lt;p&gt;So I think it&amp;#39;s pretty much normal when we add some noise to the UART line and then it end up with that error (not a system reset) .&lt;/p&gt;
&lt;p&gt;This doesn&amp;#39;t explain why you need the pull up though.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problems with changing the uart pins for the s120 ble_app_uart</title><link>https://devzone.nordicsemi.com/thread/23855?ContentTypeID=1</link><pubDate>Fri, 22 May 2015 13:47:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e6df0661-aa95-4640-9913-fdd9b0e75ffa</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@Eirik: I just read your question again. It was my mistake. You were correct about the default UART pins are connected to the Jlink Segger chip. And you should use other pins if you want to connect them directly.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problems with changing the uart pins for the s120 ble_app_uart</title><link>https://devzone.nordicsemi.com/thread/23862?ContentTypeID=1</link><pubDate>Sat, 09 May 2015 12:04:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:84d3e0d6-50c7-41cb-976a-1292cd933c57</guid><dc:creator>Eirik Nobuki Kosaka</dc:creator><description>&lt;p&gt;Yeah, using the PCA10001.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve sent you a private message about the project&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problems with changing the uart pins for the s120 ble_app_uart</title><link>https://devzone.nordicsemi.com/thread/23861?ContentTypeID=1</link><pubDate>Thu, 07 May 2015 13:50:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0b16c468-b120-4530-9654-6affdabd86a4</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@Eirik: I have seen the EMI can cause a reset if we touch the SWDIO pin, but not with the normal UART pin. Could you send me your project (or simplified project) that shows the issue so we can test here ? I assume you are testing on PCA10001 boards.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problems with changing the uart pins for the s120 ble_app_uart</title><link>https://devzone.nordicsemi.com/thread/23860?ContentTypeID=1</link><pubDate>Thu, 07 May 2015 10:06:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d450895c-b7fa-41eb-888b-29ea6e5780e0</guid><dc:creator>Eirik Nobuki Kosaka</dc:creator><description>&lt;p&gt;The problem with the s120 example is that if i didn&amp;#39;t use pullup the program would crash by any touch on the pin. It wasn&amp;#39;t just that it didn&amp;#39;t send.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problems with changing the uart pins for the s120 ble_app_uart</title><link>https://devzone.nordicsemi.com/thread/23859?ContentTypeID=1</link><pubDate>Wed, 06 May 2015 12:35:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5051b9a3-d1dd-4ba7-9148-2c40dea5843d</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@Eirik: 15cm could be long for 3.3V UART runing with high baud rate and without a driver such as RS232.
If possible, could you try to test by changing the baud rate to 9600bps and let me know if the issue remain ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problems with changing the uart pins for the s120 ble_app_uart</title><link>https://devzone.nordicsemi.com/thread/23857?ContentTypeID=1</link><pubDate>Wed, 06 May 2015 09:10:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6f584907-fb09-4573-9b29-5ddc4e530348</guid><dc:creator>Eirik Nobuki Kosaka</dc:creator><description>&lt;p&gt;Don&amp;#39;t know what is a long cable? The cables are about 15 cm or something, but at least the pull ups did fix the problem.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problems with changing the uart pins for the s120 ble_app_uart</title><link>https://devzone.nordicsemi.com/thread/23858?ContentTypeID=1</link><pubDate>Tue, 05 May 2015 16:02:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1c054204-9580-42ef-aba8-47960376ef45</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@Eirik: I don&amp;#39;t think  extra pull ups needed for UART. Would there be a chance that you used too long cable ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problems with changing the uart pins for the s120 ble_app_uart</title><link>https://devzone.nordicsemi.com/thread/23856?ContentTypeID=1</link><pubDate>Tue, 05 May 2015 09:13:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f62eb511-e85b-4788-887b-8a99ff0b0ed1</guid><dc:creator>Eirik Nobuki Kosaka</dc:creator><description>&lt;p&gt;Found out that i had to use a pull up resistor when changing the RX-pin to fix my problem, did not know that was the case.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problems with changing the uart pins for the s120 ble_app_uart</title><link>https://devzone.nordicsemi.com/thread/23854?ContentTypeID=1</link><pubDate>Tue, 05 May 2015 09:13:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6c2678c1-447f-4861-9553-105c09a51eae</guid><dc:creator>Eirik Nobuki Kosaka</dc:creator><description>&lt;p&gt;The ble_app_uart i used was found in Nordics GitHub&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problems with changing the uart pins for the s120 ble_app_uart</title><link>https://devzone.nordicsemi.com/thread/23853?ContentTypeID=1</link><pubDate>Thu, 30 Apr 2015 09:06:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a2c8f240-257b-4ddc-a746-fcafe10064d0</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@Eirik: Could you point me to the ble_app_uart for s120 that you used ? It&amp;#39;s not available in SDK v8.0.&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t think Segger Jlink might cause any limitation on the pins for UART. It uses the SWD pins which is dedicated for programming (and reset).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>