<?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>Custom PCB flashing issue via Visual Studio Code</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/105948/custom-pcb-flashing-issue-via-visual-studio-code</link><description>Dear Support Team! 
 
 Currently I&amp;#39;m using a custom PCB and experience an issue during flashing. 
 For our design the reset pin must be disabled which I did in proj.conf like this: 
 
 When flashing the firmware from the Programmer V3.0.7 it works fine</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 28 Nov 2023 08:57:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/105948/custom-pcb-flashing-issue-via-visual-studio-code" /><item><title>RE: Custom PCB flashing issue via Visual Studio Code</title><link>https://devzone.nordicsemi.com/thread/457763?ContentTypeID=1</link><pubDate>Tue, 28 Nov 2023 08:57:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cde10ee6-b0b3-4f69-8c21-bc03cff8f868</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi Viktor,&lt;br /&gt;&lt;br /&gt;Thank you for the update.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Custom PCB flashing issue via Visual Studio Code</title><link>https://devzone.nordicsemi.com/thread/457562?ContentTypeID=1</link><pubDate>Mon, 27 Nov 2023 12:55:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba4373a7-f8b1-4374-867d-d99c3f8f0090</guid><dc:creator>ViktorVarjas</dc:creator><description>&lt;p&gt;Hi Dejan,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks, this is exactly what I was looking for! Now flashing works as expected from VS Code!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;All the best,&lt;/p&gt;
&lt;p&gt;Viktor&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Custom PCB flashing issue via Visual Studio Code</title><link>https://devzone.nordicsemi.com/thread/457001?ContentTypeID=1</link><pubDate>Wed, 22 Nov 2023 15:53:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e6b9fdf3-9913-4e2e-bfbb-b33cf7830b6c</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;One way would be to modify board file by adding the runner. For example, for nrf52840-dk board, in zephyr\boards\arm\nrf52840dk_nrf52840\board.cmake file, you would need to add the following line &lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;board_runner_args(nrfjprog &amp;quot;--softreset&amp;quot;)&lt;/pre&gt;&lt;br /&gt;Another option which might be preferred (as no changes to the board file need to be done) is to flash from VS Code terminal using &lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;west flash --softreset&lt;/pre&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>