<?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>Sending constant carrier</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/11971/sending-constant-carrier</link><description>Hi, I want to send a constant carrier during production testing of a product.
First I call sd_softdevice_disable(); then I do the following: 
 //Restart radio
 NRF_PPI-&amp;gt;CHENCLR = PPI_CHENCLR_CH0_Msk | PPI_CHENCLR_CH1_Msk;

 NRF_RADIO-&amp;gt;SHORTS = 0;</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 19 Feb 2016 11:37:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/11971/sending-constant-carrier" /><item><title>RE: Sending constant carrier</title><link>https://devzone.nordicsemi.com/thread/45326?ContentTypeID=1</link><pubDate>Fri, 19 Feb 2016 11:37:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3ee2ae17-63c0-4332-9ed6-38c764607ee1</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;The &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v11.0.0/nrf_radio_test_example.html"&gt;radio test example&lt;/a&gt; should be a good place to start. If you copy &lt;code&gt;radio_tx_carrier()&lt;/code&gt; and &lt;code&gt;radio_disable()&lt;/code&gt; from radio_test.c to your project, you can call &lt;code&gt;radio_tx_carrier()&lt;/code&gt; after disabling the SoftDevice. I think that should be enough to output a unmodulated carrier, even if the radio has been configured previously.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>