<?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>Sanity checking some issues faced while developing using NCS / bit of a rant</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/124465/sanity-checking-some-issues-faced-while-developing-using-ncs-bit-of-a-rant</link><description>I have started developing a new application based on NCS (previous products still using nRF5 SDK), using the nRF54L15 and I&amp;#39;m struggling with what should be basic tasks. Can I sanity check if what I&amp;#39;m seeing is expected behaviour? 
 This is my first time</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 22 Sep 2025 10:39:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/124465/sanity-checking-some-issues-faced-while-developing-using-ncs-bit-of-a-rant" /><item><title>RE: Sanity checking some issues faced while developing using NCS / bit of a rant</title><link>https://devzone.nordicsemi.com/thread/549406?ContentTypeID=1</link><pubDate>Mon, 22 Sep 2025 10:39:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3ded17c8-c8aa-4cd6-99fd-cf84fafcb1fa</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You can controll if firmware is flashed before every debug sessions with the &amp;quot;nrf-connect.debugging.flash&amp;quot; option (you can search for this in VS Code settings). But regarding RTT what you have seen is currently how things are (this should be possible to sovle on our end in tools and we are workign on it but I do not have any timeline for ir).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Sanity checking some issues faced while developing using NCS / bit of a rant</title><link>https://devzone.nordicsemi.com/thread/549329?ContentTypeID=1</link><pubDate>Fri, 19 Sep 2025 13:33:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:80bd9725-33ca-46c8-b1d0-b93d4285b8fd</guid><dc:creator>Tom</dc:creator><description>&lt;p&gt;I have also noticed that everytime I use the restart button, while debugging, the device is verified, which takes a number of seconds, making debugging quite slow - is it possible to bypass/disable this verification?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Sanity checking some issues faced while developing using NCS / bit of a rant</title><link>https://devzone.nordicsemi.com/thread/549276?ContentTypeID=1</link><pubDate>Fri, 19 Sep 2025 08:40:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4f55e8a7-d4a3-49d0-9028-8b58a4f6a35a</guid><dc:creator>Tom</dc:creator><description>&lt;p&gt;Thank you for the candid response Einar. I&amp;#39;m hopeful if there&amp;#39;s acknowledgement then it shows that effort is being put in to improve things.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve uploaded a short video of what I&amp;#39;m seeing, regarding having to select the micro every time, just to check I&amp;#39;m not doing anything wrong:&amp;nbsp;&lt;a id="" href="https://imgur.com/a/QvOQWDQ"&gt;https://imgur.com/a/QvOQWDQ&lt;/a&gt;&lt;br /&gt;I did uninstall all the previous versions of J-Link to see if that helped prior to my post.&lt;/p&gt;
&lt;p&gt;I have another machine I&amp;nbsp;tried on, that also has several J-Link verisons, 7.94i, 8.20 and 8.70 that is showing the same behaviour.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Sanity checking some issues faced while developing using NCS / bit of a rant</title><link>https://devzone.nordicsemi.com/thread/549202?ContentTypeID=1</link><pubDate>Thu, 18 Sep 2025 14:04:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4dd4ff80-72af-4712-90d7-bdbf2d0ca362</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thank you for the feedback.&lt;/p&gt;
[quote user=""]Do I have a configuration/setup issue? Surely this cannot be the expected behaviour?[/quote]
&lt;p&gt;I must admitt that there are sometimes problems with not all tools being updated at the same time, but I am not able to reproduce this on my end. However I notice that when i test with J-Link 8.70 on my end, the target for nRF54L15 is called &amp;quot;nRF54L15_M33&amp;quot; and not &amp;quot;NRF54L15_XXAA&amp;quot;, so I wonder if you have multiple versions of the J-Link driver pack installed and may be using an older one?&lt;/p&gt;
[quote user=""]&lt;p&gt;2. If I have RTT connected, fix an issue, build/flash. The RTT console does not remain connected. I have to select RTT again, go through the device selection. This then opens a new terminal but the connection is established in the first terminal.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;3. If I try to start debugging, while RTT is connected, it appears to remain connected but seems to interfere with the start up and often I have to restart the micro to get it to run.&lt;/p&gt;[/quote]
&lt;p&gt;These are known problems. We are working on improving this, but for now you have to re-connect the RTT viewer after programming from VS Code or nrfutil.&lt;/p&gt;
[quote user=""]4. If using a DK to program another board - is there any way to identify whether it is programming the DK or the attached board? (I don&amp;#39;t always have the J-Link to hand, or have left the adapter on another board)[/quote]
&lt;p&gt;There is no specific feature for this, but what I normally do is check by reading out a unique register of the device, for instance &lt;a href="https://docs.nordicsemi.com/bundle/ps_nrf54L15/page/ficr.html#ariaid-title5"&gt;FIRC.INFO.DEVICEID&lt;/a&gt;&amp;nbsp;which is at&amp;nbsp;0x00FFC304 on the nRF54L15.&lt;/p&gt;
[quote user=""]&lt;p&gt;I&amp;#39;ve used vscode as an editor for a long time, often using it alongside SES. As much as SES has a lot of room from improvement, vscode, in terms of flashing/debugging, seems like a huge step back in terms of integration, speed and ease of use.&lt;/p&gt;
&lt;p&gt;Is all this expected behaviour or am I seeing some set up issues?&lt;/p&gt;[/quote]
&lt;p&gt;We are working on improvign this, but you are right that in several ways the VS Code approach is more fragmented and less cohesive than traditional embedded IDEs like SES. We are continiously working on improving nRF Connect for VS Code, but all such feedback is welcome.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>