<?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>how to get UART example using nRF24LU1+</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/1993/how-to-get-uart-example-using-nrf24lu1</link><description>I have a example using nRF24LE1.
So. I want know what can I change that example. or how to I get nRF24LU1+ example. 
 nRF24LE1 example is this. 
 /* Copyright (c) 2009 Nordic Semiconductor. All Rights Reserved.
* 
 
 The information contained herein</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 01 Apr 2014 13:42:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/1993/how-to-get-uart-example-using-nrf24lu1" /><item><title>RE: how to get UART example using nRF24LU1+</title><link>https://devzone.nordicsemi.com/thread/8546?ContentTypeID=1</link><pubDate>Tue, 01 Apr 2014 13:42:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:059ea217-29ad-47a2-a6f0-4fbbe36dbeb0</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hello Jay,&lt;/p&gt;
&lt;p&gt;In the nRFGo SDK, there is an uart library provided for the nRF24LU1+ (please have a look at nRFgo SDK 2.3.0.10040\source_code\hal\nrf24lu1p\hal_uart.c).&lt;/p&gt;
&lt;p&gt;You can modify the uart_example provided for nRF24LE1P to work with nRF24LU1+, by:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;use the hal_uart.c for LU1,&lt;/li&gt;
&lt;li&gt;Set P0.2 as output&lt;/li&gt;
&lt;li&gt;Change the target option to LU1+&lt;/li&gt;
&lt;li&gt;Remove while(hal_clk_get_16m_source() != HAL_CLK_XOSC16M) since the 16MHz crystal
is always running when the nRF24LU1 is active.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The example should work for LU1 after that.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>