<?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>CDC COM Port Stops Working Without J-Link RTT Viewer on Custom nRF52840 Board</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/118002/cdc-com-port-stops-working-without-j-link-rtt-viewer-on-custom-nrf52840-board</link><description>Hello, 
 We are using the nRF52840_CKAA_R7 package of the nRF52840 on our custom board. The USB pin connections are designed based on the nRF9160-DK&amp;#39;s nRF52840 reference. 
 I am trying to run the console sample from the nRF Connect SDK (NCS) on this custom</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 18 Jan 2025 09:30:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/118002/cdc-com-port-stops-working-without-j-link-rtt-viewer-on-custom-nrf52840-board" /><item><title>RE: CDC COM Port Stops Working Without J-Link RTT Viewer on Custom nRF52840 Board</title><link>https://devzone.nordicsemi.com/thread/518940?ContentTypeID=1</link><pubDate>Sat, 18 Jan 2025 09:30:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:422f5219-c32f-477f-af2e-88f148ca6b61</guid><dc:creator>manoj_patil</dc:creator><description>&lt;p&gt;I got my solution by using the following &lt;code&gt;prj.conf&lt;/code&gt; configurations:&lt;/p&gt;
&lt;div&gt;
&lt;div class="flex items-center text-token-text-secondary px-4 py-2 text-xs font-sans justify-between rounded-t-md h-9 bg-token-sidebar-surface-primary dark:bg-token-main-surface-secondary select-none"&gt;# CONFIG_CLOCK_CONTROL_NRF_K32SRC_SYNTH=y&lt;br /&gt;# OR&lt;br /&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y&lt;br /&gt;# CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=n&lt;br /&gt;# OR&lt;br /&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=n&lt;br /&gt;CONFIG_BOARD_ENABLE_DCDC=n&lt;br /&gt;&lt;br /&gt;CONFIG_SERIAL=y&lt;br /&gt;CONFIG_CONSOLE=y&lt;br /&gt;CONFIG_UART_CONSOLE=y&lt;br /&gt;CONFIG_UART_LINE_CTRL=n&lt;br /&gt;&lt;br /&gt;These settings worked for me. Thank you for supporting.&lt;/div&gt;
&lt;div class="overflow-y-auto p-4" dir="ltr"&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CDC COM Port Stops Working Without J-Link RTT Viewer on Custom nRF52840 Board</title><link>https://devzone.nordicsemi.com/thread/518609?ContentTypeID=1</link><pubDate>Thu, 16 Jan 2025 11:44:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e08be0f3-1847-402b-9b53-fd72f59a75f8</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I think you can&amp;nbsp;ignore my comment about configuring VDDH. As long as VDDH is shorted to VDD, andy VDDH related config should be irrelevant. But it could be worth making sure&amp;nbsp;BOARD_ENABLE_DCDC_HV is not enabled (for instance by explicity setting CONFIG_BOARD_ENABLE_DCDC_HV=n. If that does not help, we should look at other potential causes of this issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CDC COM Port Stops Working Without J-Link RTT Viewer on Custom nRF52840 Board</title><link>https://devzone.nordicsemi.com/thread/518541?ContentTypeID=1</link><pubDate>Thu, 16 Jan 2025 05:18:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c7b8b22e-d67c-4893-85ef-01a5a743d5bd</guid><dc:creator>manoj_patil</dc:creator><description>&lt;p&gt;We have checked all the peripherals and the application, and they are running well. However, we are still facing the same problem as before. Could you guide us on how to enable VDDH in NCS v2.6.1?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CDC COM Port Stops Working Without J-Link RTT Viewer on Custom nRF52840 Board</title><link>https://devzone.nordicsemi.com/thread/518273?ContentTypeID=1</link><pubDate>Tue, 14 Jan 2025 15:02:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2f7c2b04-505b-48a4-a913-2df61bc997af</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Is it only USB CDC that does not work when not debugging, or does the device not seem to be oprrating at all? (for instance, if you toggle the LED in the application, do you see it toggling)? If debugging is needed in order to run the application, is it worth checking that you have not enabled VDDH in the board files. Also, consider disabling the RTT console / shell backend.&lt;/p&gt;
&lt;p&gt;Also, which SDK version are you using, and is it &lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/c9c35fa59fe8dd1a5bca12aad2119326fedccff5/samples/subsys/usb/console"&gt;this console sample&lt;/a&gt; you are refering to, or another?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>