<?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>My app is not working on all nrf52810 existing modules</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/100399/my-app-is-not-working-on-all-nrf52810-existing-modules</link><description>Hello, I developed a simple advertising application first on nrf52832 with succ&amp;#233;ss and I&amp;#39;m trying to adapt it to nrf52810. I therefore switched from S132 to the S112 softdevice and the application works on the NRF52DK dev board, but also on a &amp;quot;Minew&amp;quot;</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 08 Jun 2023 12:13:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/100399/my-app-is-not-working-on-all-nrf52810-existing-modules" /><item><title>RE: My app is not working on all nrf52810 existing modules</title><link>https://devzone.nordicsemi.com/thread/429982?ContentTypeID=1</link><pubDate>Thu, 08 Jun 2023 12:13:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1fc348a9-7c5c-4409-a2f3-70317d9c47ea</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Can you try to flash this hex and the S112 Softdevice to your board?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/ble_5F00_app_5F00_blinky_5F00_pca10040e_5F00_s112.hex"&gt;devzone.nordicsemi.com/.../ble_5F00_app_5F00_blinky_5F00_pca10040e_5F00_s112.hex&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;After you have flashed and reset the board, can you read out the Clock SRC register with nRF Command Line Tools:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;nrfjprog --memrd 0x40000518&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;What does it return?&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;Jared&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: My app is not working on all nrf52810 existing modules</title><link>https://devzone.nordicsemi.com/thread/429930?ContentTypeID=1</link><pubDate>Thu, 08 Jun 2023 09:28:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ed8d0a9d-4608-4f30-af4c-ab886b71efbc</guid><dc:creator>Jean-marie</dc:creator><description>&lt;p&gt;Jared, it&amp;#39;s already set&amp;nbsp;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/Capture_5F00_sdk_5F00_NRFX.PNG" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: My app is not working on all nrf52810 existing modules</title><link>https://devzone.nordicsemi.com/thread/429922?ContentTypeID=1</link><pubDate>Thu, 08 Jun 2023 09:10:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:24d059f0-dc12-4289-92ec-388bca49afd2</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;&lt;span&gt;Jiemde,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I did not get the same results&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I did a &lt;span style="font-size:12px;"&gt;similar&lt;/span&gt;&amp;nbsp;test with my nRF52 development kit, I cut the solder bridges that connect the LFCLK crystal, and then I tried advertising with the ble_app_blinky project. As expected it &lt;span style="font-size:12px;"&gt;didn&amp;#39;t&lt;/span&gt;&amp;nbsp;work, after that I tried changed the sdk_config.h project by:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;#ifndef NRF_SDH_CLOCK_LF_SRC
#define NRF_SDH_CLOCK_LF_SRC 0
#endif

#ifndef NRF_SDH_CLOCK_LF_RC_CTIV
#define NRF_SDH_CLOCK_LF_RC_CTIV 16
#endif

#ifndef NRF_SDH_CLOCK_LF_RC_TEMP_CTIV
#define NRF_SDH_CLOCK_LF_RC_TEMP_CTIV 2
#endif

#ifndef NRF_SDH_CLOCK_LF_ACCURACY
#define NRF_SDH_CLOCK_LF_ACCURACY 1
#endif&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I then reflashed the example and saw that it was advertising sucessfully.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Note that also need to change&amp;nbsp;&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;NRFX_CLOCK_CONFIG_LF_SRC to RC clock source if it &lt;span style="font-size:12px;"&gt;isn&amp;#39;t&lt;/span&gt;&amp;nbsp;already.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;regards&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Jared&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: My app is not working on all nrf52810 existing modules</title><link>https://devzone.nordicsemi.com/thread/429900?ContentTypeID=1</link><pubDate>Thu, 08 Jun 2023 07:48:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d072a26f-6de2-4673-bf93-70c587b68a06</guid><dc:creator>Jean-marie</dc:creator><description>&lt;p&gt;Hello Jared, hope you are well.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve do an experience: Take an M2 ( without 32.768Khz crystal ) and flash it with a sdk_config.h configured for using the internal R/C. and of course it don&amp;#39;t work! - power OFF !&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve installed an 32.768 Khz crystal and the 2 capacities, then power ON ! ........... It work !&lt;/p&gt;
&lt;p&gt;So I think that the config do nothing !&lt;/p&gt;
&lt;p&gt;Can you explain that ?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks for your reply&lt;/p&gt;
&lt;p&gt;Jiemde&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: My app is not working on all nrf52810 existing modules</title><link>https://devzone.nordicsemi.com/thread/429545?ContentTypeID=1</link><pubDate>Tue, 06 Jun 2023 11:57:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:afd48eea-fa8d-40c7-862e-c4ad90ce197d</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="Jiemde"]No, I don&amp;#39;t replace the nRF82811 by the nRF52810 myself ( it where made like this by MOKO ), see the picture and you can see that there is no 32.768 Khz crystal and it&amp;#39;s an nRF52810 soc[/quote]
&lt;p&gt;Ok, Yes I can see from the picture that you shared that it doesn&amp;#39;t have a LFXO crystal and that it is a nRF52810. Which is weird since it&amp;#39;s not specified by the product brief you&amp;#39;ve shared.&amp;nbsp;&lt;/p&gt;
[quote user="Jiemde"]Must I use a specific RAM START and FLASH START address ?[/quote]
&lt;p&gt;The program should assert if the memory settings aren&amp;#39;t right,&lt;/p&gt;
[quote user="Jiemde"]No advertising[/quote]
&lt;p&gt;But does the program assert? Have you connected a debugger and see if the program reach the advertising function without error? Does it return successfully?&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;Jared&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: My app is not working on all nrf52810 existing modules</title><link>https://devzone.nordicsemi.com/thread/429501?ContentTypeID=1</link><pubDate>Tue, 06 Jun 2023 09:23:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5621d604-7be3-475c-950c-a16aef8c73f1</guid><dc:creator>Jean-marie</dc:creator><description>&lt;p&gt;Hello Jared,&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve try all the options ( 12 ) of the&amp;nbsp;&lt;span&gt;NRF_SDH_CLOCK_LF_ACCURACY but without success!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;It&amp;#39;s like the nRF52810 cannot run in R/C mode or like the sdk_config has no action on the soc config !&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: My app is not working on all nrf52810 existing modules</title><link>https://devzone.nordicsemi.com/thread/429488?ContentTypeID=1</link><pubDate>Tue, 06 Jun 2023 08:52:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b41e6be9-f0b3-4c18-a1c5-0d349d048a37</guid><dc:creator>Jean-marie</dc:creator><description>&lt;p&gt;Hi Jared, thank for your fast reply.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;No advertising&lt;/li&gt;
&lt;li&gt;I use nRF Connect app&lt;/li&gt;
&lt;li&gt;No, I don&amp;#39;t replace the nRF82811 by the nRF52810 myself ( it where made like this by MOKO ), see the picture and you can see that there is no 32.768 Khz crystal and it&amp;#39;s an nRF52810 soc&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/InkedIMG_5F00_20230606_5F00_101607.pdf"&gt;devzone.nordicsemi.com/.../InkedIMG_5F00_20230606_5F00_101607.pdf&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Will try your suggestion.&lt;/p&gt;
&lt;p&gt;Question about the flashing:&lt;/p&gt;
&lt;p&gt;Must I use a specific RAM START and FLASH START address ?&lt;/p&gt;
&lt;p&gt;I keep you informed about the tests&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Jiemde&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: My app is not working on all nrf52810 existing modules</title><link>https://devzone.nordicsemi.com/thread/429473?ContentTypeID=1</link><pubDate>Tue, 06 Jun 2023 08:00:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d1635bd4-eea2-4870-8cbf-19362fe49238</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Ok I wasn&amp;#39;t aware that this was actually an already product, I thought by module you meant an already pre certified nRF52810.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Could you define what you mean by &amp;quot;it doesn&amp;#39;t work&amp;quot;?&lt;/li&gt;
&lt;li&gt;What application are you using for scanning the advertising, are you using nRF Connect app or the module makers &amp;quot;Moko-Standard-app&amp;quot;?&lt;/li&gt;
&lt;li&gt;Have you tried using the debugger and see if the program asserts? Does it stop anywhere?&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
[quote user="Jiemde"]&lt;p&gt;Here are files&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/8255.MOKO-Standard-APP-User-Maunal_5F00_V1.1_5F00_20220301.pdf"&gt;MOKO Standard APP User Maunal_V1.1_20220301.pdf&lt;/a&gt;&lt;/p&gt;[/quote]
&lt;p&gt;I was looking for the schematics,&lt;/p&gt;
[quote user="Jiemde"]We have some units with the 3 axes option ( but we don&amp;#39;t use it ) and no 32.768 Khz crystal and it&amp;#39;s an nrf52810 soc&amp;nbsp; in place of the nrf52811 but it&amp;#39;s the right schematic ;))[/quote]
&lt;p&gt;Could you elaborate on this? Did you replace the nRF52811 included with the module with a nRF52810? How did you verify that it didn&amp;#39;t have a low frequency crystal?&lt;/p&gt;
&lt;p&gt;suggestion:&lt;/p&gt;
&lt;p&gt;You can try to adjust the&amp;nbsp;NRF_SDH_CLOCK_LF_ACCURACY, try the other options such as 250 ppm, 50 ppm, and 1 ppm and see if it helps,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;regards&lt;br /&gt;Jared&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: My app is not working on all nrf52810 existing modules</title><link>https://devzone.nordicsemi.com/thread/429362?ContentTypeID=1</link><pubDate>Mon, 05 Jun 2023 14:38:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:047b8527-ead4-4a46-a1ea-34f0915c1ddb</guid><dc:creator>Jean-marie</dc:creator><description>&lt;p&gt;M2 documentation:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/M2_2D00_Beacon.pdf"&gt;devzone.nordicsemi.com/.../M2_2D00_Beacon.pdf&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: My app is not working on all nrf52810 existing modules</title><link>https://devzone.nordicsemi.com/thread/429360?ContentTypeID=1</link><pubDate>Mon, 05 Jun 2023 14:35:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5ae5b36c-95f4-47eb-b8aa-8570a4858ac9</guid><dc:creator>Jean-marie</dc:creator><description>&lt;p&gt;Here are files&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/MOKO-Standard-APP-User-Maunal_5F00_V1.1_5F00_20220301.pdf"&gt;devzone.nordicsemi.com/.../MOKO-Standard-APP-User-Maunal_5F00_V1.1_5F00_20220301.pdf&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;We have some units with the 3 axes option ( but we don&amp;#39;t use it ) and no 32.768 Khz crystal and it&amp;#39;s an nrf52810 soc&amp;nbsp; in place of the nrf52811 but it&amp;#39;s the right schematic ;))&lt;/p&gt;
&lt;p&gt;here is the sdk_config.h&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/8640.sdk_5F00_config.h"&gt;devzone.nordicsemi.com/.../8640.sdk_5F00_config.h&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: My app is not working on all nrf52810 existing modules</title><link>https://devzone.nordicsemi.com/thread/429321?ContentTypeID=1</link><pubDate>Mon, 05 Jun 2023 13:28:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a511d1d5-7c44-41a0-835c-e11451f76c68</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;You can use insert-&amp;gt;Image/video/file in the reply box or just drag and drop the file into the reply box,&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;Jared&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: My app is not working on all nrf52810 existing modules</title><link>https://devzone.nordicsemi.com/thread/429301?ContentTypeID=1</link><pubDate>Mon, 05 Jun 2023 12:57:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f8b3a5a2-11dd-4e2d-92df-b56b5aed098c</guid><dc:creator>Jean-marie</dc:creator><description>&lt;p&gt;No, it does&amp;#39;nt work when DC/DC is disabled!&lt;/p&gt;
&lt;p&gt;I can share documents but don&amp;#39;t see how ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: My app is not working on all nrf52810 existing modules</title><link>https://devzone.nordicsemi.com/thread/429257?ContentTypeID=1</link><pubDate>Mon, 05 Jun 2023 11:16:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3accae5a-a310-4de5-8ac7-6d7ff2b475e3</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="Jiemde"]Yes DC/DC is enabled.[/quote]
&lt;p&gt;Does it work if you disable the DC/DC?&lt;/p&gt;
&lt;p&gt;Can you share the datasheet of the&amp;nbsp;&lt;span&gt;&amp;nbsp;&amp;quot;MOKO - M2&amp;quot; module, I can&amp;#39;t find it.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;regards&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Jared&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: My app is not working on all nrf52810 existing modules</title><link>https://devzone.nordicsemi.com/thread/429228?ContentTypeID=1</link><pubDate>Mon, 05 Jun 2023 09:50:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fed0ff4f-96fd-4bf0-a5d7-a2b8cb9ef2ce</guid><dc:creator>Jean-marie</dc:creator><description>&lt;p&gt;Hello Jared, Yes DC/DC is enabled.&lt;/p&gt;
&lt;p&gt;How to share with you the config.h files?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: My app is not working on all nrf52810 existing modules</title><link>https://devzone.nordicsemi.com/thread/429211?ContentTypeID=1</link><pubDate>Mon, 05 Jun 2023 09:01:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:23ea5e99-0cba-45f5-9817-bf6840a725c3</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user=""]Hello, I developed a simple advertising application first on nrf52832 with succéss and I&amp;#39;m trying to adapt it to nrf52810.&lt;br /&gt;I therefore switched from S132 to the S112 softdevice and the application works on the NRF52DK dev board, but also on a &amp;quot;Minew&amp;quot; MS50SFA module (with 32.768 Khz crystal).[/quote]
&lt;p&gt;The easiest and best approach is to start with a PCA10040e example in the SDK, and then merge all&amp;nbsp; of your code into that example. The project is already setup to work with the nRF52810.&lt;/p&gt;
[quote user=""]On the other hand, on a &amp;quot;MOKO - M2&amp;quot; module which does not have this crystal, it does not work!&lt;br /&gt;I however modified the lines corresponding to the presence or not of this crystal in the sdk-config.h!&lt;br /&gt;What did I forget?[/quote]
&lt;p&gt;Have you enabled&amp;nbsp;DC/DC in your project? Can you share your sdk_config.h file?&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;Jared&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>