<?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>Not able to run the nrf Mesh SDK 3.0.0 for nrf52832 (PCA10040)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/42020/not-able-to-run-the-nrf-mesh-sdk-3-0-0-for-nrf52832-pca10040</link><description>Hi All, 
 I have downloaded the nRF Mesh SDk 3.0.0 and tried to run. I am trying to run the default nrf5SDKforMeshv300src\examples\light_switch\server for 
 Here is my software setup. 
 1) nRF5_SDK_15.2.0_9412b96 
 2) nrf5SDKforMeshv300src 
 The above</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 02 Jan 2019 05:34:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/42020/not-able-to-run-the-nrf-mesh-sdk-3-0-0-for-nrf52832-pca10040" /><item><title>RE: Not able to run the nrf Mesh SDK 3.0.0 for nrf52832 (PCA10040)</title><link>https://devzone.nordicsemi.com/thread/163348?ContentTypeID=1</link><pubDate>Wed, 02 Jan 2019 05:34:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:82bb4bd2-6fcd-4c5a-a153-112b113485db</guid><dc:creator>AndreasF</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
[quote user="AshokY"]&lt;span&gt;Also I didn&amp;#39;t understand why my code is hanging in &lt;/span&gt;[/quote]
&lt;p&gt;&amp;nbsp;What error do you get? You have to check that in order to know whats wrong.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;/**@brief Enables the SoftDevice and by extension the protocol stack.
 *
 * @note Some care must be taken if a low frequency clock source is already running when calling this function:
 *       If the LF clock has a different source then the one currently running, it will be stopped. Then, the new
 *       clock source will be started.
 *
 * @note This function has no effect when returning with an error.
 *
 * @post If return code is ::NRF_SUCCESS
 *       - SoC library and protocol stack APIs are made available.
 *       - A portion of RAM will be unavailable (see relevant SDS documentation).
 *       - Some peripherals will be unavailable or available only through the SoC API (see relevant SDS documentation).
 *       - Interrupts will not arrive from protected peripherals or interrupts.
 *       - nrf_nvic_ functions must be used instead of CMSIS NVIC_ functions for reliable usage of the SoftDevice.
 *       - Interrupt latency may be affected by the SoftDevice  (see relevant SDS documentation).
 *       - Chosen low frequency clock source will be running.
 *
 * @param p_clock_lf_cfg Low frequency clock source and accuracy.
                         If NULL the clock will be configured as an rc source with rc_ctiv = 16 and .rc_temp_ctiv = 2
                         In the case of XTAL source, the PPM accuracy of the chosen clock source must be greater than or equal to the actual characteristics of your XTAL clock.
 * @param fault_handler Callback to be invoked in case of fault.
 *
 * @retval ::NRF_SUCCESS
 * @retval ::NRF_ERROR_INVALID_STATE SoftDevice is already enabled, and the clock source and fault handler cannot be updated.
 * @retval ::NRF_ERROR_SDM_INCORRECT_INTERRUPT_CONFIGURATION SoftDevice interrupt is already enabled, or an enabled interrupt has an illegal priority level.
 * @retval ::NRF_ERROR_SDM_LFCLK_SOURCE_UNKNOWN Unknown low frequency clock source selected.
 */
SVCALL(SD_SOFTDEVICE_ENABLE, uint32_t, sd_softdevice_enable(nrf_clock_lf_cfg_t const * p_clock_lf_cfg, nrf_fault_handler_t fault_handler));
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Check which error code you have and match it to the errors listed in the API description.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Not able to run the nrf Mesh SDK 3.0.0 for nrf52832 (PCA10040)</title><link>https://devzone.nordicsemi.com/thread/163309?ContentTypeID=1</link><pubDate>Mon, 31 Dec 2018 19:01:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:964aeab4-abe6-4efa-9122-2737727e077b</guid><dc:creator>AshokY</dc:creator><description>&lt;p&gt;Yes. To get Mesh topology I will add more nodes once I am OK with one.&lt;/p&gt;
&lt;p&gt;My question is in 3.0.0 I wanted to use the&amp;nbsp;&lt;span&gt;Light switch server (Proxy enables)&amp;nbsp; example and the Mobile app for both provsioning and latter on/off.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Also I didn&amp;#39;t understand why my code is hanging in &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;ret_code = sd_softdevice_enable(&amp;amp;clock_lf_cfg, app_error_fault_handler);&amp;nbsp; which is at line number 214, file nrf_sdh.c.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Ashok. Y&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Not able to run the nrf Mesh SDK 3.0.0 for nrf52832 (PCA10040)</title><link>https://devzone.nordicsemi.com/thread/163308?ContentTypeID=1</link><pubDate>Mon, 31 Dec 2018 18:03:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4fb80dd6-4cad-4c6f-afa9-70448dbe0c79</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;You can&amp;#39;t have a MESH - of any sort - with just one one node!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Not able to run the nrf Mesh SDK 3.0.0 for nrf52832 (PCA10040)</title><link>https://devzone.nordicsemi.com/thread/163307?ContentTypeID=1</link><pubDate>Mon, 31 Dec 2018 17:49:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:65a565e5-71c9-4925-96ee-5c2b7e313975</guid><dc:creator>AshokY</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thanks for the reply.&lt;/p&gt;
&lt;p&gt;I am using Segger embedded studio to connect to target and flash both the Softdevice and image (light_switch_server_nrf52832_xxAA_s132_6.1.0.elf). Here I am using Light switch server example. Also, I am planning to use the nRF Mesh mobile app as &lt;span&gt;provisioner&amp;nbsp;&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;In mesh 2.2.0, I don&amp;#39;t need one development board for client. Here in 3.0.0 is it mandatory to have separate client board?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Ashok Y&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Not able to run the nrf Mesh SDK 3.0.0 for nrf52832 (PCA10040)</title><link>https://devzone.nordicsemi.com/thread/163253?ContentTypeID=1</link><pubDate>Sat, 29 Dec 2018 17:29:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:796e2df7-2ec6-4816-a4dd-e2e79c177ff7</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;Have you programmed the SoftDevice?&lt;/p&gt;
[quote userid="74806" url="~/f/nordic-q-a/42020/not-able-to-run-the-nrf-mesh-sdk-3-0-0-for-nrf52832-pca10040"]I was able to build and flash the image[/quote]
&lt;p&gt;What do you mean, &amp;quot;the image&amp;quot; ?&lt;/p&gt;
&lt;p&gt;You need at least &lt;em&gt;three&lt;/em&gt; images:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;One development board for a client.&lt;/li&gt;
&lt;li&gt;One development board for the provisioner&amp;nbsp;&lt;/li&gt;
&lt;li&gt;One or more development boards for the servers.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;a href="https://www.nordicsemi.com/DocLib/Content/SDK_Doc/Mesh_SDK/v3-0-0/md_examples_light_switch_README"&gt;www.nordicsemi.com/.../md_examples_light_switch_README&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>