<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://test-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>LIBUARTE PROBLEMS</title><link>https://test-devzone.nordicsemi.com/f/nordic-q-a/87960/libuarte-problems</link><description>Hello , 
 
 I&amp;#39;m using the libuarte library so i can send data and receive it , i&amp;#39;m enabling RTC2,TIMER1,TIMER0 and TIMER2 . 
 this is the main definition of my libuarte NRF_LIBUARTE_ASYNC_DEFINE(libuarte, 0, 0, 2, NRF_LIBUARTE_PERIPHERAL_NOT_USED, 255</description><dc:language>en-US</dc:language><generator>Telligent Community 13 Non-Production</generator><lastBuildDate>Wed, 18 May 2022 13:01:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://test-devzone.nordicsemi.com/f/nordic-q-a/87960/libuarte-problems" /><item><title>RE: LIBUARTE PROBLEMS</title><link>https://test-devzone.nordicsemi.com/thread/368367?ContentTypeID=1</link><pubDate>Wed, 18 May 2022 13:01:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:10f127e0-77d6-411a-b92e-8d2031a83d40</guid><dc:creator>user26071</dc:creator><description>&lt;p&gt;Using the project from your previous ticket for this answer:&lt;/p&gt;
&lt;p&gt;I needed to include the two user directories:&lt;/p&gt;
&lt;p&gt;&lt;span&gt;SDK\components\libraries\experimental_libuarte&lt;br /&gt;&lt;/span&gt;&lt;span&gt;SDK\components\libraries\serial&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Where are your nrf_serial.h and nrf_libuarte.h files located?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Also, a general hint:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Add&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;NRF_LOG_DEFAULT_BACKENDS_INIT();&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;after&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;APP_ERROR_CHECK(NRF_LOG_INIT(NULL));&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;if you want to enable the logging.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;After I did this, your application printed Salut1 - Salut5, and sent the hexadecimal values &amp;quot;0x41 00 41 00&amp;quot; over uart. When I wrote one byte back (just any character), it started blinking LED1-4 every second, and after 10 seconds, it echoed the byte back over uart.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I added the BOARD_PCA10056, because that is what I am testing it on. Have you tested on a DK?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;And please check where your files nrf_serial.h and nrf_libuarte.h are located. Are they changed? Have you tried replacing the SDK with a new unzip of an unmodified SDK, which I tested with?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Edvin&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: LIBUARTE PROBLEMS</title><link>https://test-devzone.nordicsemi.com/thread/368200?ContentTypeID=1</link><pubDate>Wed, 18 May 2022 07:02:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8d293c7d-1afe-4e0a-b5ca-1b5846751108</guid><dc:creator>user91187</dc:creator><description>&lt;p&gt;Duplicate case&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>