<?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>How to implement UART over USB on nRF52840-DK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/55238/how-to-implement-uart-over-usb-on-nrf52840-dk</link><description>Hi I found one example project named &amp;quot;serial&amp;quot; that implemented UART over USB: 
 https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.3.0%2Fgroup__nrfx__saadc.html&amp;amp;cp=5_1_6_9_0_28_1 
 
 There are 2 USBs on nRF52840-DK board</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 07 Jan 2020 20:23:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/55238/how-to-implement-uart-over-usb-on-nrf52840-dk" /><item><title>RE: How to implement UART over USB on nRF52840-DK</title><link>https://devzone.nordicsemi.com/thread/227995?ContentTypeID=1</link><pubDate>Tue, 07 Jan 2020 20:23:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6a2c96bc-281f-452d-b8e3-bfe19e608ea7</guid><dc:creator>RVM</dc:creator><description>&lt;p&gt;Thanks for the updates.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to implement UART over USB on nRF52840-DK</title><link>https://devzone.nordicsemi.com/thread/227836?ContentTypeID=1</link><pubDate>Tue, 07 Jan 2020 09:55:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:97c4f72d-c126-4bc0-a43e-a604f632a98f</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/rmv"&gt;RVM&lt;/a&gt;: I&amp;#39;m talking about nrf libraries in my answer. There is no nrfx replacement for libraries, this only applies to nrf_drv drivers in nRF5 SDK.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Even though the documentation refers to the old driver APIs as &amp;quot;legacy&amp;quot;, as far as I know, there is no active plan to remove these APIs in nRF5 SDK. In fact, the documentation states that for some drivers, &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/nrfx_migration_user_guide.html?cp=7_1_2_6_1_0_2#getting_started_not_possible"&gt;migration to the nrfx APIs is not even possible&lt;/a&gt; (at least at this point). Please see &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/43762/migrating-from-nrf_drv_spi-to-nrfx_spi/171394#171394"&gt;this answer&lt;/a&gt; for more details and discussions around this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to implement UART over USB on nRF52840-DK</title><link>https://devzone.nordicsemi.com/thread/227120?ContentTypeID=1</link><pubDate>Tue, 31 Dec 2019 01:30:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1c8c6c10-de96-4b08-9f43-c73d41da92d1</guid><dc:creator>RVM</dc:creator><description>&lt;p&gt;@Jorgen Holmerfjord&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t understand why Nordic cannot get its act together in terms of documentation. All the web pages and documentst that I have reviewed leading up to this response seem to indicate that the &amp;quot;nrf_*&amp;quot; API are to be deprecated and developers are advised to move to &amp;quot;nrfx_*&amp;quot; API functions. But your reference to &amp;quot;nrf_serial_library&amp;quot; seems to go back in time....&lt;/p&gt;
&lt;p&gt;Please clarify. This has been such a nightmare for two weeks, trying to get a handle on UARTs as a newcomer to the Nordic ecosystem.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to implement UART over USB on nRF52840-DK</title><link>https://devzone.nordicsemi.com/thread/223802?ContentTypeID=1</link><pubDate>Thu, 05 Dec 2019 09:18:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:80bd743f-9e8b-4428-8e65-17a415843749</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You are looking for the&amp;nbsp;&lt;a title="USB CDC ACM Example" href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/usbd_cdc_acm_example.html?cp=6_1_4_6_52_3"&gt;USB CDC ACM Example&lt;/a&gt;. There is also&amp;nbsp;&lt;a title="USBD BLE UART Example" href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/usbd_ble_uart_example.html?cp=6_1_4_6_52_1"&gt;USBD BLE UART Example&lt;/a&gt;, which implements Nordic UART Service over BLE, and uses NRF_USB to transfer data to/from a serial terminal.&lt;/p&gt;
&lt;p&gt;The example named &amp;#39;uart&amp;#39; implements the old app_uart library, while the example named &amp;#39;serial&amp;#39; implements the newer &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/lib_serial.html?cp=6_1_3_42"&gt;nrf_serial library&lt;/a&gt;. Both use the hardware UART peripheral, but they are higher layer libraries running on top of the UART driver.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>