<?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 bord debugging</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/88387/nrf5340-custom-bord-debugging</link><description>Hi, 
 I want to debug my nrf5340 custom board with logger method. I have tried to follow the Nordic&amp;#39;s nrf connect SDK course. And I have written the code and just flashed it in my custom board. But, nothing is print on nrf terminal of visual studio code</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 10 Jun 2022 05:44:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/88387/nrf5340-custom-bord-debugging" /><item><title>RE: Nrf5340 custom bord debugging</title><link>https://devzone.nordicsemi.com/thread/371763?ContentTypeID=1</link><pubDate>Fri, 10 Jun 2022 05:44:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:00cb6c4d-f41c-476b-9db6-96efe0a952ec</guid><dc:creator>Mr.NCK</dc:creator><description>&lt;p&gt;Thank you kazi, Its working&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nrf5340 custom bord debugging</title><link>https://devzone.nordicsemi.com/thread/371360?ContentTypeID=1</link><pubDate>Wed, 08 Jun 2022 10:47:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:097ef7b7-64ae-4c77-9cd3-910c9ddbe0ad</guid><dc:creator>Mr.NCK</dc:creator><description>&lt;p&gt;Hi Kazi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thank you for the response. I need to know one more thing by connecting the DK with the custom board via SWD cable, can I be able to create a log, and also it will work over RTT?. If that is possible.&amp;nbsp; Kindly let me know how I can do that in Visual Studio Code IDE. And I have&amp;nbsp; added my prj config file KIndly check the configurations are correct&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/83304.prj.conf"&gt;devzone.nordicsemi.com/.../83304.prj.conf&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks &amp;amp; Regards,&lt;/p&gt;
&lt;p&gt;Navin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nrf5340 custom bord debugging</title><link>https://devzone.nordicsemi.com/thread/371205?ContentTypeID=1</link><pubDate>Tue, 07 Jun 2022 14:31:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1d3bfbe0-2698-4516-beeb-76fb84b6f5ee</guid><dc:creator>Kazi Afroza Sultana</dc:creator><description>&lt;p&gt;Hello Navin,&lt;/p&gt;
&lt;p&gt;RTT works over SWD. Logging can be done either over RTT or UART, depending on the configuration in the application. You can &amp;#39;&amp;#39;debug&amp;#39;&amp;#39; an application by sending strings over UART to observe what is happening in the application.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Kazi Afroza Sultana&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nrf5340 custom bord debugging</title><link>https://devzone.nordicsemi.com/thread/370865?ContentTypeID=1</link><pubDate>Fri, 03 Jun 2022 11:48:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:abd7d6b7-dc33-4738-827f-23bc51501966</guid><dc:creator>Mr.NCK</dc:creator><description>&lt;p&gt;HI&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Tell me onething, To use log SWD lines are enough or I need UART.&lt;/p&gt;
&lt;p&gt;Thanks &amp;amp; Regards&lt;/p&gt;
&lt;p&gt;Navin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nrf5340 custom bord debugging</title><link>https://devzone.nordicsemi.com/thread/370853?ContentTypeID=1</link><pubDate>Fri, 03 Jun 2022 11:26:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f35b1ed8-fb13-43a5-92c1-d15eee67ca1f</guid><dc:creator>Kazi Afroza Sultana</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;we have this guideliens&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/getting-started/posts/nrf-connect-sdk-tutorial---part-3-ncs-v1-4-0#h11sk6ks1jkp1figkuq6gxw1m1rctdp0"&gt;nRF Connect SDK Tutorial - Part 3 | v1.5.0 - Getting Started - nRF Connect SDK guides - Nordic DevZone (nordicsemi.com)&lt;/a&gt;&amp;nbsp; and &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/develop/application/index.html#custom-board-definition"&gt;Application Development — Zephyr Project Documentation (nordicsemi.com)&lt;/a&gt;&amp;nbsp;you can follow for custom board.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;kazi Afroza Sultana&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nrf5340 custom bord debugging</title><link>https://devzone.nordicsemi.com/thread/370738?ContentTypeID=1</link><pubDate>Thu, 02 Jun 2022 14:33:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c317dff4-4366-42be-8765-29d18f846fda</guid><dc:creator>Mr.NCK</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Still I am stuck here&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nrf5340 custom bord debugging</title><link>https://devzone.nordicsemi.com/thread/370327?ContentTypeID=1</link><pubDate>Wed, 01 Jun 2022 06:11:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:42aebad8-7906-43e7-a1b1-3206624b9876</guid><dc:creator>Mr.NCK</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am waiting for your response. Kindly, revert back as soon as possible.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks &amp;amp; Regards&lt;/p&gt;
&lt;p&gt;Navin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nrf5340 custom bord debugging</title><link>https://devzone.nordicsemi.com/thread/370025?ContentTypeID=1</link><pubDate>Mon, 30 May 2022 14:11:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bcca665c-7373-4de3-884a-8c800cfd48b6</guid><dc:creator>Mr.NCK</dc:creator><description>&lt;p&gt;Hi kazi,&lt;/p&gt;
&lt;p&gt;I haven&amp;#39;t created any board file for my custom board. Kindly told me how can i do that means. What are the things I need to configure in overlay. To achieve the debug&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks &amp;amp; Regards&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Navin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nrf5340 custom bord debugging</title><link>https://devzone.nordicsemi.com/thread/369971?ContentTypeID=1</link><pubDate>Mon, 30 May 2022 11:54:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b6862971-3667-4510-a77d-694e1e634d8e</guid><dc:creator>Kazi Afroza Sultana</dc:creator><description>&lt;p&gt;Hello Navin,&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;Did you build the application with the boardfile of the custom board or with the nordic dk ? There could be difference in board file if custom board is not identical to our DK. Here is the guidelines for creating the overlay file&amp;nbsp;&lt;a href="https://nrfconnect.github.io/vscode-nrf-connect/devicetree/create_overlay.html"&gt;Creating an overlay file - nRF Connect extensions for VS Code&lt;/a&gt;.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks.&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;Kazi Afroza Sultana&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>