<?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>Why can the CGMS routines of nRF connect SDK run on the development board, but not on the circuit board designed by myself, even though the chips of both are exactly the same?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/113519/why-can-the-cgms-routines-of-nrf-connect-sdk-run-on-the-development-board-but-not-on-the-circuit-board-designed-by-myself-even-though-the-chips-of-both-are-exactly-the-same</link><description>I&amp;#39;m still a beginner，I don&amp;#39;t understand why the board I designed can&amp;#39;t run the nRF connect SDK application, but the nRF5 SDK 17 application can run normally. I want to know what the difference is between the two? What kind of settings do I need to make</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 31 Jul 2024 01:20:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/113519/why-can-the-cgms-routines-of-nrf-connect-sdk-run-on-the-development-board-but-not-on-the-circuit-board-designed-by-myself-even-though-the-chips-of-both-are-exactly-the-same" /><item><title>RE: Why can the CGMS routines of nRF connect SDK run on the development board, but not on the circuit board designed by myself, even though the chips of both are exactly the same?</title><link>https://devzone.nordicsemi.com/thread/496306?ContentTypeID=1</link><pubDate>Wed, 31 Jul 2024 01:20:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b13c88b2-6633-4474-ac58-71d59fab9a56</guid><dc:creator>Kc Owen</dc:creator><description>&lt;div&gt;
&lt;div&gt;&lt;span&gt;After I added the following two items to prj.conf, the program did run normally.&amp;nbsp;&lt;br /&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y&lt;br /&gt;CONFIG_BOARD_ENABLE_DCDC=n&lt;br /&gt;&lt;br /&gt;Thanks Einar Thorsrud&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why can the CGMS routines of nRF connect SDK run on the development board, but not on the circuit board designed by myself, even though the chips of both are exactly the same?</title><link>https://devzone.nordicsemi.com/thread/496304?ContentTypeID=1</link><pubDate>Wed, 31 Jul 2024 01:01:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e348a1db-e62e-4a9a-a2cb-24bff8e504e8</guid><dc:creator>Kc Owen</dc:creator><description>&lt;p&gt;I also found a problem, that is, the example does not run properly on my board in normal mode, but it runs properly in debug mode&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why can the CGMS routines of nRF connect SDK run on the development board, but not on the circuit board designed by myself, even though the chips of both are exactly the same?</title><link>https://devzone.nordicsemi.com/thread/496303?ContentTypeID=1</link><pubDate>Wed, 31 Jul 2024 00:50:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:44e5f891-5fb7-40e3-b803-e8daf50d9a25</guid><dc:creator>Kc Owen</dc:creator><description>&lt;p&gt;Thank you for your reply. The circuit board I designed does not use a 32.768 kHz crystal oscillator or DC/DC. The applications I used are CGMS examples of two versions of SDK. I am not sure whether they have DC/DC enabled. I guess they should not, because the examples clearly state that power consumption optimization is not performed. I will focus on checking these two issues.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why can the CGMS routines of nRF connect SDK run on the development board, but not on the circuit board designed by myself, even though the chips of both are exactly the same?</title><link>https://devzone.nordicsemi.com/thread/496204?ContentTypeID=1</link><pubDate>Tue, 30 Jul 2024 12:20:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f5f17493-2c12-4d34-9502-b34234336d4a</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;There are two typical issues when using an example application on a custom board:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Example (or the board files you are using) enables the optional 32.768 kHz crystal, but it is not present on the hardware. Try selecting the LFRC by adding&amp;nbsp;&lt;code&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y&lt;/code&gt; to your prj.conf.&lt;/li&gt;
&lt;li&gt;Example &lt;span&gt;(or the board files you are using)&amp;nbsp;&lt;/span&gt;enables the DC/DC, but the board is missing the optional DC/DC inductors.&amp;nbsp;Try disabling by adding&amp;nbsp;&lt;code&gt;CONFIG_BOARD_ENABLE_DCDC=n&lt;/code&gt; to your prj.conf.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Note that a difference between the nRF5 SDK and nRF Connect SDK is that while the 32.768 kHz is enabled for the development kits in both SDK variants, the DCDC is not enabled by default in the nRF5 SDK.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>