<?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>Programming nRF52810 Custom Board</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/36637/programming-nrf52810-custom-board</link><description>Hi Everyone, 
 
 I have problem about debugging program which for my nRF52810 custom board. I am using SEGGER IDE. I changed ses_nrf52810_Vectors.s and system_nrf52810.c files. I can not create Output and Dependecies files. Ok. How can i simple_timer</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 24 Jul 2018 14:14:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/36637/programming-nrf52810-custom-board" /><item><title>RE: Programming nRF52810 Custom Board</title><link>https://devzone.nordicsemi.com/thread/141180?ContentTypeID=1</link><pubDate>Tue, 24 Jul 2018 14:14:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d246bb96-61e6-43b8-90ab-bc8087061e5f</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;HI Omer,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;which SDK version are you using?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I managed to get the simple_timer example from SDK&amp;nbsp; v15.0.0 to run on a nRF52810 board by modifing the following settings. Make sure you select the Common configuration under&amp;nbsp; Project &amp;#39;simple_timer_pca10040&amp;#39; settings&lt;/p&gt;
&lt;p&gt;Code &amp;gt; Linker &amp;gt; Section Placement Macros =&amp;nbsp;FLASH_PH_START=0x0;FLASH_PH_SIZE=0x30000;RAM_PH_START=0x20000000;RAM_PH_SIZE=0x6000;FLASH_START=0x0;FLASH_SIZE=0x30000;RAM_START=0x20000000;RAM_SIZE=0x6000&lt;/p&gt;
&lt;p&gt;Code &amp;gt; Code Generation &amp;gt; ARM FP ABI Type = Soft&lt;/p&gt;
&lt;p&gt;Code &amp;gt; Preprocessor &amp;gt; Preprocessor Definitions =&lt;/p&gt;
&lt;p&gt;BOARD_PCA10040;CONFIG_GPIO_AS_PINRESET;FLOAT_ABI_SOFT;INITIALIZE_USER_SECTIONS;NO_VTOR_CONFIG;NRF52810_XXAA;NRF52_PAN_74;SWI_DISABLE0&lt;/p&gt;
&lt;p&gt;You also have to replace the vetor and system files as you pointed out.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Bjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>