<?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>Implement Radio Test example in Eclipse</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/62169/implement-radio-test-example-in-eclipse</link><description>Hi, 
 I am trying to test the radio example from Eclipse. So i took one of my projects on SDK15.2 that works with the NRF52832, I cloned it and renamed it. 
 The arborescence is like that : 
 Radio_test 
 /.settings 
 /Debug 
 /Device 
 /Project 
 /Release</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 08 Jun 2020 11:06:24 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/62169/implement-radio-test-example-in-eclipse" /><item><title>RE: Implement Radio Test example in Eclipse</title><link>https://devzone.nordicsemi.com/thread/253757?ContentTypeID=1</link><pubDate>Mon, 08 Jun 2020 11:06:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dadd0c63-6c08-470c-b5a1-c95ace7e64c5</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;It must be defined in the pre-processor list shown by the screenshot below. Remember to remove the existing BOARD_PCA10040 symbol as well.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-d7716f010e0f43d08bb9994dd7ec59d6/pastedimage1591614381853v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Implement Radio Test example in Eclipse</title><link>https://devzone.nordicsemi.com/thread/253728?ContentTypeID=1</link><pubDate>Mon, 08 Jun 2020 09:32:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f4135635-2f6b-443d-8ff9-14662554c9b1</guid><dc:creator>Beldramma</dc:creator><description>&lt;p&gt;Ok, thanks, where must we define the&amp;nbsp;BOARD_CUSTOM ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Implement Radio Test example in Eclipse</title><link>https://devzone.nordicsemi.com/thread/253678?ContentTypeID=1</link><pubDate>Mon, 08 Jun 2020 07:17:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1463b48e-dff2-4652-8666-50b8a9b6025c</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;A &amp;quot;pca10040&amp;quot; configuration will run the 52832 but you will likely have to change the default board pinout and also change to the internal RC clock (&lt;span&gt;&lt;a title="32.768 kHz RC oscillator (LFRC)" href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/clock.html?cp=4_2_0_18_1_0#concept_acb_q5y_2q"&gt;32.768 kHz RC oscillator (LFRC)&lt;/a&gt;&lt;/span&gt;)&amp;nbsp; if you don&amp;#39;t have a 32KHz crystal mounted on your board. &amp;#39;CLOCK_CONFIG_LF_SRC&amp;#39; setting in sdk_config.h is what controls the clock source in the radio test example.&lt;/p&gt;
&lt;p&gt;See the &amp;quot;&lt;span&gt;&lt;a title="Using the SDK with other boards" href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/sdk_for_custom_boards.html?cp=7_1_1_5"&gt;Using the SDK with other boards&lt;/a&gt;&lt;/span&gt;&amp;quot; section in the SDK getting started guide for instructions on how to use your own board header file.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Implement Radio Test example in Eclipse</title><link>https://devzone.nordicsemi.com/thread/253580?ContentTypeID=1</link><pubDate>Fri, 05 Jun 2020 14:24:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:11f35935-6b44-4783-93f6-3a04e7bbd78c</guid><dc:creator>Beldramma</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;No I haven&amp;#39;t considered it before, it seems interesting. I will try it. Is this example working for a custom board with a NRF52832 chipset ? I mean, it&amp;#39;s not a pca10040 development board...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Implement Radio Test example in Eclipse</title><link>https://devzone.nordicsemi.com/thread/253499?ContentTypeID=1</link><pubDate>Fri, 05 Jun 2020 10:44:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dadbeb58-dfe5-43d6-936e-90686e3af1df</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Are you getting any build errors, or are the errors only shown in the code editor? It can be difficult to get Eclipse to correctly resolve all symbols. It doesn&amp;#39;t necessarily indicate that something is wrong with your setup. But have you considered Segger embedded studio? It&amp;#39;s free to use with nordic devices and it is also cross-platform.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Implement Radio Test example in Eclipse</title><link>https://devzone.nordicsemi.com/thread/253348?ContentTypeID=1</link><pubDate>Thu, 04 Jun 2020 15:13:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c50f14dc-ba95-4d72-8a7b-c0fd0f0b7a06</guid><dc:creator>Beldramma</dc:creator><description>&lt;p&gt;I have used the radio test example. I have copied the files in my Project directory, but do I have to do something with the pca10040 folder. I am using a custom board so it doesn&amp;#39;t seem that i have to use it...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>