<?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>nRF52 Uart</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/39852/nrf52-uart</link><description>Hi, 
 i&amp;#39;m actually working for interface the nRF52 with the STM32. Actually i completed the part where the STM32 send some data and the nRF52 recive it. 
 Now i need to do the same thing but with the nRF52 that send the data. I put an oscilloscope to</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 26 Oct 2018 12:44:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/39852/nrf52-uart" /><item><title>RE: nRF52 Uart</title><link>https://devzone.nordicsemi.com/thread/154679?ContentTypeID=1</link><pubDate>Fri, 26 Oct 2018 12:44:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4f2b10bd-1348-4138-b9aa-6e8658aea055</guid><dc:creator>Allen96</dc:creator><description>&lt;p&gt;I found out that the problem was the TX_PIN that i changed form 6 to 9. For some reason the pin9 don&amp;#39;t work. I&amp;#39;ll go through the datasheet to find the reason.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks for the support&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 Uart</title><link>https://devzone.nordicsemi.com/thread/154644?ContentTypeID=1</link><pubDate>Fri, 26 Oct 2018 10:10:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:36724861-1f06-4e83-9e7d-c0ad5714ae90</guid><dc:creator>awneil</dc:creator><description>[quote userid="72620" url="~/f/nordic-q-a/39852/nrf52-uart/154634"]the error was NRF_ERROR_NO_MEM[/quote]
&lt;p&gt;Put that into the forum &amp;#39;Search&amp;#39; box ...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 Uart</title><link>https://devzone.nordicsemi.com/thread/154634?ContentTypeID=1</link><pubDate>Fri, 26 Oct 2018 09:02:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:87aaf543-b17f-4dc1-a52e-9f867cf04c39</guid><dc:creator>Allen96</dc:creator><description>&lt;p&gt;Thanks for the reply.&lt;/p&gt;
&lt;p&gt;I tried right now and the error was NRF_ERROR_NO_MEM.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m trying to fix it acutally but i&amp;#39;m not finding the correct value for the macro placement.&lt;/p&gt;
&lt;p&gt;Any help would be appreciated.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks for the help&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 Uart</title><link>https://devzone.nordicsemi.com/thread/154618?ContentTypeID=1</link><pubDate>Fri, 26 Oct 2018 07:47:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6d494bad-c879-4e0f-89e5-bacd06e0cc31</guid><dc:creator>awneil</dc:creator><description>[quote userid="7377" url="~/f/nordic-q-a/39852/nrf52-uart/154607"]app_error_wak.c [/quote]
&lt;p&gt;* app_error_weak.c&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 Uart</title><link>https://devzone.nordicsemi.com/thread/154607?ContentTypeID=1</link><pubDate>Fri, 26 Oct 2018 07:03:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2afd50e6-84fa-4b7f-8de2-b51fa54bf17c</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;NRF_BREAKPOINT_COND is probably due to an error check being hit (or a hard fault). You should define DEBUG for your project (just select the Debug build configuration from the dropdown if you are using SES) and enable logging. Then you will probably see from the log what went wrong.&lt;/p&gt;
&lt;p&gt;For your reference, the implementation for the error handler is in app_error_wak.c (and the hardfault implementation is in hardfault_implementation.c).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 Uart</title><link>https://devzone.nordicsemi.com/thread/154557?ContentTypeID=1</link><pubDate>Thu, 25 Oct 2018 16:04:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bb0599e0-46e7-4cd6-bcbd-ed513cea3c92</guid><dc:creator>Allen96</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thanks for the answer, i tried right now.&lt;/p&gt;
&lt;p&gt;The code is not working.&amp;nbsp; It end at &amp;quot;NRF_BREAKPOINT_CND&amp;quot; and seems that the error is given from the &amp;quot;uarte_irq_handler&amp;quot; function.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve tried it on 3 different board&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks for the support&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 Uart</title><link>https://devzone.nordicsemi.com/thread/154552?ContentTypeID=1</link><pubDate>Thu, 25 Oct 2018 15:24:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:59a0d483-c35f-4349-af51-7cbdb8a0762d</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;Have you looked at the UART example in the SDK ?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;examples\peripheral\uart\&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.2.0/uart_example.html?cp=4_0_0_4_5_48"&gt;http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.2.0/uart_example.html?cp=4_0_0_4_5_48&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>