<?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>nrf52810 custom board</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/29195/nrf52810-custom-board</link><description>![image description]
hi, 
 I can able to flash but when i try to debug by putting breakpoints its not coming out of this APP_ERROR_CHECK(err_code) function, attached is the screenshot for the same. 
 Thanks in advance
pavan 
 (/attachment/53ae4f7b9bc6d98850e47c9c96522853</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 02 Jun 2022 10:14:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/29195/nrf52810-custom-board" /><item><title>RE: nrf52810 custom board</title><link>https://devzone.nordicsemi.com/thread/370644?ContentTypeID=1</link><pubDate>Thu, 02 Jun 2022 10:14:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:064f4d08-d1b3-49c6-80a7-eda2e0ef12d3</guid><dc:creator>Md Habibur Rahman</dc:creator><description>&lt;p&gt;could you please share the sdk_config.h file. Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52810 custom board</title><link>https://devzone.nordicsemi.com/thread/136423?ContentTypeID=1</link><pubDate>Sat, 16 Jun 2018 05:49:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:93a39c72-3063-44f8-8aa1-53649736fc64</guid><dc:creator>Vishwas Jain</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I have a custom board with 32 MHz crystal. My program(Just to ON the 2 LEDs) is flashed with no error and I am sure of that referring to &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/33052/program-flash-in-custom-board"&gt;this answer by tesc&lt;/a&gt;, hex file is FFFFFF.....&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/33052/program-flash-in-custom-board"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;But program is not working(LEDs are not glowing). LEDs are ok and pin defined in program is also right. So, It may be the error of clock/crystal.&lt;/p&gt;
&lt;p&gt;I am not getting this whole #define NRF_CLOCK_LFCLKSRC thing and its structure. Can you explain it?&lt;/p&gt;
&lt;p&gt;So, what should I write in #define?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52810 custom board</title><link>https://devzone.nordicsemi.com/thread/116092?ContentTypeID=1</link><pubDate>Fri, 12 Jan 2018 07:20:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fb73c5f3-3d35-430c-bfab-e1740f257e15</guid><dc:creator>pktron</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Its working fine after changing my crystal load capacitor value to 22pf..&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52810 custom board</title><link>https://devzone.nordicsemi.com/thread/116091?ContentTypeID=1</link><pubDate>Thu, 11 Jan 2018 07:09:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ce11c44a-9690-42b5-9076-8447a963b21a</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Have you applied the changes I suggested in my first comment?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52810 custom board</title><link>https://devzone.nordicsemi.com/thread/116090?ContentTypeID=1</link><pubDate>Tue, 09 Jan 2018 06:52:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:35c48c26-4d3d-44e8-a4e1-434fc67d7af6</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Are you able to debug the application?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52810 custom board</title><link>https://devzone.nordicsemi.com/thread/116088?ContentTypeID=1</link><pubDate>Wed, 03 Jan 2018 08:35:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d30cb8e9-ecfb-4fff-b7fd-915897806fc0</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Make sure that you have removed the DEVELOP_IN_NRF52832 define from the Preprocessor Symbols as this will enable nRF52832 workarounds that are not compatible with the nRF52810.&lt;/p&gt;
&lt;p&gt;Also, the rc_ctiv value should be 16 and not 32, i.e.&lt;/p&gt;
&lt;p&gt;#define NRF_CLOCK_LFCLKSRC      {.source        = NRF_CLOCK_LF_SRC_RC,            &lt;br /&gt;
.rc_ctiv       = 16,                                &lt;br /&gt;
.rc_temp_ctiv  = 2,                                &lt;br /&gt;
.xtal_accuracy = NRF_CLOCK_LF_XTAL_ACCURACY_20_PPM}&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52810 custom board</title><link>https://devzone.nordicsemi.com/thread/116089?ContentTypeID=1</link><pubDate>Wed, 03 Jan 2018 07:27:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ab7b0447-b1d6-4f1d-b867-52c60216be5b</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;What about to write your own simple FW which has UART debug logging and you place proper debug after each step of initializing things in you code? That would be standard procedure for me (in opposite to guessing from schematics why the FW don&amp;#39;t work;)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>