<?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>nRF52840DK USB to UART bridge</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/86090/nrf52840dk-usb-to-uart-bridge</link><description>Hi all, 
 I am currently trying to realize a USB to Uart bridge with the nRF52840 development kit. 
 I used an old sample as a starting point for this task namely the &amp;quot; usb _uart_bri dge&amp;quot; which was present in the SDK version 1.4: 
 https://github.com</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 22 Mar 2022 12:35:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/86090/nrf52840dk-usb-to-uart-bridge" /><item><title>RE: nRF52840DK USB to UART bridge</title><link>https://devzone.nordicsemi.com/thread/359363?ContentTypeID=1</link><pubDate>Tue, 22 Mar 2022 12:35:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:93ca2fbc-914b-494f-8a4c-c9850131877b</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Andreas, I&amp;#39;m happy to hear! Please close if solved.&lt;br /&gt;&lt;br /&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840DK USB to UART bridge</title><link>https://devzone.nordicsemi.com/thread/359360?ContentTypeID=1</link><pubDate>Tue, 22 Mar 2022 12:26:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ff0f7aa7-bb20-4053-b899-3b7f03897f08</guid><dc:creator>AscherA</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am terribly sorry for the inconvenience. I have found the problem.&lt;/p&gt;
&lt;p&gt;The problem was the uart_interrupt: &amp;quot;&lt;strong&gt;static void uart_interrupt_handler(void *user_data)&lt;/strong&gt;&amp;quot;.&lt;/p&gt;
&lt;p&gt;In the newer SDk version the interrupt was changed to: &amp;quot;&lt;strong&gt;static void uart_interrupt_handler(const struct device *dev, void *user_data)&lt;/strong&gt;&amp;quot;.&lt;/p&gt;
&lt;p&gt;This fixed the hard fault problem.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>