<?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>nrf5340 custom board programming issue</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/102316/nrf5340-custom-board-programming-issue</link><description>Hi all, 
 
 I am developping on a nrf5340 custom board programming through Nrf Connect on VS Code with a JLink PLUS Compact with SWD 
 I was able to program the board a few times at the beginning. But after some times I was seeing a consumption increase</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 31 Jul 2023 12:44:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/102316/nrf5340-custom-board-programming-issue" /><item><title>RE: nrf5340 custom board programming issue</title><link>https://devzone.nordicsemi.com/thread/439020?ContentTypeID=1</link><pubDate>Mon, 31 Jul 2023 12:44:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d258663b-aeec-40db-b990-498018789ad1</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Does your build include a bootloader too? In that case, make sure the same configurations are applied to the bootloader as well.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340 custom board programming issue</title><link>https://devzone.nordicsemi.com/thread/439019?ContentTypeID=1</link><pubDate>Mon, 31 Jul 2023 12:42:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba3243e9-cbef-4011-a9f0-69ad2391e45e</guid><dc:creator>sguitton01</dc:creator><description>&lt;p&gt;I was able to retrieve the board with the solution you sent me.&lt;br /&gt;Though afterwards if I reprogram after (with&amp;nbsp;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;# CONFIG_BOARD_ENABLE_DCDC_APP is not set&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;# CONFIG_BOARD_ENABLE_DCDC_NET is not set&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;# CONFIG_BOARD_ENABLE_DCDC_HV is not set&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;in .config)&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;I still get the issue. Am I doing something wrong?&lt;/span&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: nrf5340 custom board programming issue</title><link>https://devzone.nordicsemi.com/thread/438901?ContentTypeID=1</link><pubDate>Mon, 31 Jul 2023 07:31:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8825be98-1297-4323-96d5-53a47b590d5e</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;I&amp;#39;m afraid there isn&amp;#39;t an easy way to recover the boards that have been &amp;#39;bricked&amp;#39;. The only solution I&amp;#39;m aware of is to externally supply voltages to the decoupling pads mentioned by the forum user in this post:&amp;nbsp;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/61075/external-nrf5340-getting-locked-up/248362"&gt;RE: external nRF5340 getting locked up&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340 custom board programming issue</title><link>https://devzone.nordicsemi.com/thread/438895?ContentTypeID=1</link><pubDate>Mon, 31 Jul 2023 07:25:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4bfefe4b-e957-4d20-b439-2008159e112a</guid><dc:creator>sguitton01</dc:creator><description>&lt;p&gt;No they are not, I will add it.&lt;br /&gt;Is there a way to recover the boards that are stuck?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Sylvain&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340 custom board programming issue</title><link>https://devzone.nordicsemi.com/thread/438893?ContentTypeID=1</link><pubDate>Mon, 31 Jul 2023 07:18:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2f92c6fe-2a41-4414-a428-f2a9380f8a9e</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Since you don&amp;#39;t have the DCDC inductors mounted, please&amp;nbsp;check if the following symbols are disabled in your app core build:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_BOARD_ENABLE_DCDC_APP=n
CONFIG_BOARD_ENABLE_DCDC_NET=n
CONFIG_BOARD_ENABLE_DCDC_HV=n&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;You can see if the symbols are set in the &amp;quot;.config&amp;quot; output.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340 custom board programming issue</title><link>https://devzone.nordicsemi.com/thread/438892?ContentTypeID=1</link><pubDate>Mon, 31 Jul 2023 07:15:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bca8372b-cfd6-41ba-991d-90cd749e636b</guid><dc:creator>sguitton01</dc:creator><description>&lt;p&gt;The DCDC inductor is not mounted, but the 32kHz crystal is mounted.&lt;br /&gt;And yes I can measurethe reset pin volatage and it is pulled low.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Sylvain&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340 custom board programming issue</title><link>https://devzone.nordicsemi.com/thread/438805?ContentTypeID=1</link><pubDate>Fri, 28 Jul 2023 16:01:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d8d5810e-086b-477d-93ee-dd83098d89d2</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello&amp;nbsp;&lt;span&gt;Sylvain,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Do you have the optional DCDC inductors and LF crystal mounted on your board? Also, are you able to measure the voltage on the reset pin to confirm if it is pulled low?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Vidar&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>