<?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>NRF Toolbox with NRF52 Eval Board</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/71867/nrf-toolbox-with-nrf52-eval-board</link><description>I am using nRF52810 Eval board for our project. I am using NRF toolbox UART function to control the PWM and UARTE function . I have tested PWM and UART separately with NRF toolbox UART App and working fine. 
 
 I try to combine both feature but while</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 26 Feb 2021 07:18:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/71867/nrf-toolbox-with-nrf52-eval-board" /><item><title>RE: NRF Toolbox with NRF52 Eval Board</title><link>https://devzone.nordicsemi.com/thread/296421?ContentTypeID=1</link><pubDate>Fri, 26 Feb 2021 07:18:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6d9dd446-c9d0-41c2-b8eb-71592fd9dfd9</guid><dc:creator>saravana0210</dc:creator><description>&lt;p&gt;It worked!&lt;/p&gt;
&lt;p&gt;Thank you for your help&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF Toolbox with NRF52 Eval Board</title><link>https://devzone.nordicsemi.com/thread/296224?ContentTypeID=1</link><pubDate>Thu, 25 Feb 2021 11:23:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7da1d490-ed89-480a-885e-eb01cea79b50</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;No problem, thanks for confirming. There are multiple declarations of the UART IRQ handler because there are 2 driver implementions in your project, one SDK driver, and one custom. PRS is also not needed here&amp;nbsp; (&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/66387/what-is-prs"&gt;what is PRS?&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;Here are the changes I had to make to build your project:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="diff"&gt;diff --git a/pca10040/s132/config/sdk_config.h b/pca10040/s132/config/sdk_config.h
index 03ec1a5..2534118 100644
--- a/pca10040/s132/config/sdk_config.h
+++ b/pca10040/s132/config/sdk_config.h
@@ -2696,7 +2696,7 @@
 // &amp;lt;e&amp;gt; NRFX_PRS_ENABLED - nrfx_prs - Peripheral Resource Sharing module
 //==========================================================
 #ifndef NRFX_PRS_ENABLED
-#define NRFX_PRS_ENABLED 1
+#define NRFX_PRS_ENABLED 0
 #endif
 // &amp;lt;q&amp;gt; NRFX_PRS_BOX_0_ENABLED  - Enables box 0 in the module.
  
@@ -7605,7 +7605,7 @@
 // &amp;lt;e&amp;gt; NRF_LOG_BACKEND_RTT_ENABLED - nrf_log_backend_rtt - Log RTT backend
 //==========================================================
 #ifndef NRF_LOG_BACKEND_RTT_ENABLED
-#define NRF_LOG_BACKEND_RTT_ENABLED 0
+#define NRF_LOG_BACKEND_RTT_ENABLED 1
 #endif
 // &amp;lt;o&amp;gt; NRF_LOG_BACKEND_RTT_TEMP_BUFFER_SIZE - Size of buffer for partially processed strings. 
 // &amp;lt;i&amp;gt; Size of the buffer is a trade-off between RAM usage and processing.
@@ -7638,7 +7638,7 @@
 // &amp;lt;e&amp;gt; NRF_LOG_BACKEND_UART_ENABLED - nrf_log_backend_uart - Log UART backend
 //==========================================================
 #ifndef NRF_LOG_BACKEND_UART_ENABLED
-#define NRF_LOG_BACKEND_UART_ENABLED 1
+#define NRF_LOG_BACKEND_UART_ENABLED 0
 #endif
 // &amp;lt;o&amp;gt; NRF_LOG_BACKEND_UART_TX_PIN - UART TX pin 
 #ifndef NRF_LOG_BACKEND_UART_TX_PIN
diff --git a/pca10040/s132/ses/ble_app_hts_pca10040_s132.emProject b/pca10040/s132/ses/ble_app_hts_pca10040_s132.emProject
index 3687504..457e017 100644
--- a/pca10040/s132/ses/ble_app_hts_pca10040_s132.emProject
+++ b/pca10040/s132/ses/ble_app_hts_pca10040_s132.emProject
@@ -88,9 +88,6 @@
       &amp;lt;file file_name=&amp;quot;../../../../../../modules/nrfx/soc/nrfx_atomic.c&amp;quot; /&amp;gt;
       &amp;lt;file file_name=&amp;quot;../../../../../../modules/nrfx/drivers/src/nrfx_clock.c&amp;quot; /&amp;gt;
       &amp;lt;file file_name=&amp;quot;../../../../../../modules/nrfx/drivers/src/nrfx_gpiote.c&amp;quot; /&amp;gt;
-      &amp;lt;file file_name=&amp;quot;../../../../../../modules/nrfx/drivers/src/prs/nrfx_prs.c&amp;quot; /&amp;gt;
-      &amp;lt;file file_name=&amp;quot;../../../../../../modules/nrfx/drivers/src/nrfx_uart.c&amp;quot; /&amp;gt;
-      &amp;lt;file file_name=&amp;quot;../../../../../../modules/nrfx/drivers/src/nrfx_uarte.c&amp;quot; /&amp;gt;
     &amp;lt;/folder&amp;gt;
     &amp;lt;folder Name=&amp;quot;Board Support&amp;quot;&amp;gt;
       &amp;lt;file file_name=&amp;quot;../../../../../../components/libraries/bsp/bsp.c&amp;quot; /&amp;gt;
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Notice that logging over UART has to be disabled as well as it depends on the nordic UART driver. You can use RTT instead.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF Toolbox with NRF52 Eval Board</title><link>https://devzone.nordicsemi.com/thread/296179?ContentTypeID=1</link><pubDate>Thu, 25 Feb 2021 09:40:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0af9cb33-1e84-494c-a8cc-146ec520c189</guid><dc:creator>saravana0210</dc:creator><description>&lt;p&gt;Sorry, it is nRF52832 chip NOT nRF52810&lt;/p&gt;
&lt;p&gt;(N52832 OFAAB0 1740JK)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF Toolbox with NRF52 Eval Board</title><link>https://devzone.nordicsemi.com/thread/296158?ContentTypeID=1</link><pubDate>Thu, 25 Feb 2021 08:18:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:595a3c49-1211-45f0-9115-e57350c598dc</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Are you using the nRF52 DK (pca10040)? The project you sent me is configured for the nRF52832 chip, not the nRF58210 as stated initially. You should have started with the &amp;quot;&lt;strong&gt;&lt;/strong&gt;pca10040&lt;strong&gt;e&amp;quot; &lt;/strong&gt;project if you are targetting the nRF52810 (see &lt;span&gt;&lt;a title="Developing for nRF52810" href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/nrf52810_user_guide.html?cp=7_1_5_0"&gt;Developing for nRF52810 &lt;/a&gt;&lt;/span&gt;for more information)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF Toolbox with NRF52 Eval Board</title><link>https://devzone.nordicsemi.com/thread/296147?ContentTypeID=1</link><pubDate>Thu, 25 Feb 2021 07:20:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cd784268-76ee-4f76-b62d-cc0a809bdf15</guid><dc:creator>saravana0210</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/6232.device.zip"&gt;devzone.nordicsemi.com/.../6232.device.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;i have shared my project, Kindly go through it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF Toolbox with NRF52 Eval Board</title><link>https://devzone.nordicsemi.com/thread/295740?ContentTypeID=1</link><pubDate>Tue, 23 Feb 2021 08:12:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3cda149d-f124-4d3c-8381-5bc95e7ff137</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Maybe it&amp;#39;s a different issue then. Are you able to share your project here so I can take a look?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF Toolbox with NRF52 Eval Board</title><link>https://devzone.nordicsemi.com/thread/295734?ContentTypeID=1</link><pubDate>Tue, 23 Feb 2021 06:30:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:48ba538d-6317-4910-9a82-aab90a0311bd</guid><dc:creator>saravana0210</dc:creator><description>&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;I tried disabling the&amp;nbsp;&lt;span&gt;UART legacy support and also followed the link which you shared&amp;nbsp;but still same issue.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF Toolbox with NRF52 Eval Board</title><link>https://devzone.nordicsemi.com/thread/295638?ContentTypeID=1</link><pubDate>Mon, 22 Feb 2021 14:33:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:28daa75c-9b3b-4039-ab13-bd489bf9ff73</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Please try to disable the UART legacy support as Jørgen suggests in this post: &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/48318/multiple-definition-of-uarte0_uart0_irqhandler"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/48318/multiple-definition-of-uarte0_uart0_irqhandler.&amp;nbsp;&lt;/a&gt; This should fix the multiple definition error you&amp;#39;re getting for the IRQ handler.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>