<?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>Application not starting when I program my custom Adafruit feather NRF52832</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/68274/application-not-starting-when-i-program-my-custom-adafruit-feather-nrf52832</link><description>Hi, 
 Tools used for programming 
 I am trying to program my custom Adaruit nrf52832 board through NRF connect Programmer. 
 I am using Nordic nrf52DK to program Adafruit nrf52832 DK and my Custom Adafruit nrf52832 via JTAG. 
 Using Adafruit recommended</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 24 Nov 2020 10:01:29 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/68274/application-not-starting-when-i-program-my-custom-adafruit-feather-nrf52832" /><item><title>RE: Application not starting when I program my custom Adafruit feather NRF52832</title><link>https://devzone.nordicsemi.com/thread/281486?ContentTypeID=1</link><pubDate>Tue, 24 Nov 2020 10:01:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c5527ccd-4b0d-4df9-a91b-252258d7fa03</guid><dc:creator>hkarthik97</dc:creator><description>&lt;p&gt;I was having some soldering issues with my crystal I assembled the components on another board and tested. It worked.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Application not starting when I program my custom Adafruit feather NRF52832</title><link>https://devzone.nordicsemi.com/thread/279708?ContentTypeID=1</link><pubDate>Thu, 12 Nov 2020 12:29:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b0a169f5-a08b-4488-b141-441b85da31f2</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;I assume that you have a SWD interface, since you have managed to program the board? You can use the &lt;a href="https://infocenter.nordicsemi.com/topic/ug_nrf52832_dk/UG/nrf52_DK/hw_debug_out.html?cp=4_2_4_5_9"&gt;debug out port on the DK&lt;/a&gt; to connect the custom board to the on-board debugger of the DK, then you run debugging from the IDE/debugger application like you would with the DK.&lt;/p&gt;
&lt;p&gt;You only need VDD, GND, SWDCLK, and SWDIO to debug the application on the board. In addition you need to connect VTG of the DK to the VDD of the custom board, to make if debug this board, rather than the nRF5 chip on the DK.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Application not starting when I program my custom Adafruit feather NRF52832</title><link>https://devzone.nordicsemi.com/thread/279703?ContentTypeID=1</link><pubDate>Thu, 12 Nov 2020 12:19:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1a65d7f8-4ffa-4f23-91dd-8f9d7a00390f</guid><dc:creator>hkarthik97</dc:creator><description>&lt;p&gt;No, i haven&amp;#39;t tried to debug how do i debug on Adafruit feather board. I have&amp;nbsp;previously&amp;nbsp;done&amp;nbsp;debugging on NRF52 Dk but for this one i tried to debug on the adafruit&amp;nbsp;&amp;nbsp;feather dk it works fine.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Application not starting when I program my custom Adafruit feather NRF52832</title><link>https://devzone.nordicsemi.com/thread/279694?ContentTypeID=1</link><pubDate>Thu, 12 Nov 2020 12:01:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:97ad5614-7d92-44dd-b1af-8803803c685d</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Have you tried debugging the application, to see if there are any errors or HardFaults, etc?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Application not starting when I program my custom Adafruit feather NRF52832</title><link>https://devzone.nordicsemi.com/thread/279688?ContentTypeID=1</link><pubDate>Thu, 12 Nov 2020 11:30:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ef44e10f-d4dc-47a1-a13f-510540cad95b</guid><dc:creator>hkarthik97</dc:creator><description>&lt;p&gt;Yes I do have&amp;nbsp;&lt;span&gt;32.768 kHz LF crystal on my board&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Application not starting when I program my custom Adafruit feather NRF52832</title><link>https://devzone.nordicsemi.com/thread/279684?ContentTypeID=1</link><pubDate>Thu, 12 Nov 2020 11:19:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f9860cc6-f129-47f7-bbc1-fb913cb33db9</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Do you have the 32.768 kHz LF crystal on your custom board? If not, you may have to &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/29260/sd_softdevice_enable-not-return/116388#116388"&gt;configure the application&lt;/a&gt; to use the internal RC oscillator.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>