<?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 USB Terminal</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/69536/nrf5340-usb-terminal</link><description>Hi, 
 Do you have an example of how to implement a serial console with nrf connect 1.4.99-dev1 with nrf5340_REV1, I tried compiling usb_uart_bridge but got following error. 
 devicetree error: &amp;#39;tx-pin&amp;#39; is marked as required in &amp;#39;properties:&amp;#39; in C:/Users</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 05 Jan 2021 12:19:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/69536/nrf5340-usb-terminal" /><item><title>RE: nrf5340 USB Terminal</title><link>https://devzone.nordicsemi.com/thread/287503?ContentTypeID=1</link><pubDate>Tue, 05 Jan 2021 12:19:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4e488e83-7a29-4e3c-82b5-72ad52c052ec</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;I&amp;#39;m happy to hear that. I&amp;#39;ll close it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340 USB Terminal</title><link>https://devzone.nordicsemi.com/thread/287502?ContentTypeID=1</link><pubDate>Tue, 05 Jan 2021 12:16:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:15a81046-0d36-430d-bd11-f0cf6c7c392f</guid><dc:creator>SoukTi</dc:creator><description>&lt;p&gt;We got this working, this ticket can be closed&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340 USB Terminal</title><link>https://devzone.nordicsemi.com/thread/287446?ContentTypeID=1</link><pubDate>Tue, 05 Jan 2021 09:56:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1367dbfa-e830-4655-a11d-35fe2abab267</guid><dc:creator>SoukTi</dc:creator><description>&lt;p&gt;We are running the sample, we can see the serial port in windows device manager but we don&amp;#39;t see &amp;quot;Wait for DTR&amp;quot; Message.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340 USB Terminal</title><link>https://devzone.nordicsemi.com/thread/287138?ContentTypeID=1</link><pubDate>Mon, 04 Jan 2021 08:38:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1cf31717-8637-4d73-b497-9b310225db63</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;If you want to log data with the the USB peripheral instead of the UART peripheral, the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/samples/subsys/usb/cdc_acm/README.html"&gt;USB CDC ACM sample&lt;/a&gt; may be a nice starting point.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340 USB Terminal</title><link>https://devzone.nordicsemi.com/thread/286652?ContentTypeID=1</link><pubDate>Mon, 28 Dec 2020 08:37:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:41d07343-f441-4f3d-93b2-b4eb51aa2cb0</guid><dc:creator>SoukTi</dc:creator><description>&lt;p&gt;We are using the USB-peripheral inside the nrf5340&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/nrf5340_5F00_Wiring.png" /&gt;&lt;/p&gt;
&lt;p&gt;D+ From Pin B2 and&lt;br /&gt;B- From pin B4&lt;/p&gt;
&lt;p&gt;We enabled the USB Console option from the Nrf Connect which causes the device to appear as a virtual serial port in windows device manager. But none of the printk or printf messages produce any output on the serial console, is there an extra option we have to enable to make it work.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340 USB Terminal</title><link>https://devzone.nordicsemi.com/thread/286396?ContentTypeID=1</link><pubDate>Tue, 22 Dec 2020 23:39:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d3dd95dd-403b-4cff-9369-03bb7be8e317</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;How have you wired the board? What UART instance are you using for logging? What GPIOs are you using for TX and RX? What are the TX and RX pins connected to, a uart to usb converter, an interface MCU?&lt;/p&gt;
&lt;p&gt;In the nRF5340 DK by default, &lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/e34b2f477e1adc26b66690171508bfa102eb8538/boards/arm/nrf5340dk_nrf5340/nrf5340_cpuapp_common.dts#L10"&gt;uart0 is used for logging&lt;/a&gt;&amp;nbsp;where &lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/e34b2f477e1adc26b66690171508bfa102eb8538/boards/arm/nrf5340dk_nrf5340/nrf5340_cpuapp_common.dts#L96-L97"&gt;TX and RX&lt;/a&gt; are equal to respectively 20 and 22. If you have copied this board folder, make sure these pins are wired correctly.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340 USB Terminal</title><link>https://devzone.nordicsemi.com/thread/286106?ContentTypeID=1</link><pubDate>Mon, 21 Dec 2020 15:32:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:773ee6dd-addc-4ee4-b684-c7a7db2c88a3</guid><dc:creator>SoukTi</dc:creator><description>&lt;p&gt;PDK works fine but we have&amp;nbsp;a custom board with nrf5340 REV1.&lt;/p&gt;
&lt;p&gt;We can get the device to show up as a virtual serial port in Windows device manager but none of the messages we print inside the firmware show up the console.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340 USB Terminal</title><link>https://devzone.nordicsemi.com/thread/285995?ContentTypeID=1</link><pubDate>Mon, 21 Dec 2020 09:33:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:60ebb166-5d5c-4743-be74-e1df4bcefe86</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;The usb_uart_bridge is not meant to be used with the nRF5340, as you can see in the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/usb/usb_uart_bridge/README.html#requirements"&gt;USB-UART bridge Requirements&lt;/a&gt;. The serial logging should work out of the box with the nRF53 PDK. The UART0 instance should be connected to the Interface MCU, which converts it to USB.&lt;/p&gt;
&lt;p&gt;Try the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;cd into zephyr/samples/hello_world&lt;/li&gt;
&lt;li&gt;Connect the nRF53 PDK to your PC, and open a Termite terminal&lt;/li&gt;
&lt;li&gt;Run west build -b nrf5340pdk_nrf5340_cpuapp &amp;amp;&amp;amp; cd build &amp;amp;&amp;amp; west flash&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>