<?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>USB DFU Trigger Library Problem</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/62174/usb-dfu-trigger-library-problem</link><description>SDK: 15.3.0 
 BOARD: custom nRF52840 pre-product 
 
 Hi, I want to implement usb dfu trigger library. 
 but, faced with a problem. 
 
 
 My project are started from usb cli example. 
 I have succeed to display DFU Trigger and CDC ACM in device manager</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 07 Jun 2020 06:07:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/62174/usb-dfu-trigger-library-problem" /><item><title>RE: USB DFU Trigger Library Problem</title><link>https://devzone.nordicsemi.com/thread/253650?ContentTypeID=1</link><pubDate>Sun, 07 Jun 2020 06:07:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:66d26349-b06b-41a6-b417-1c524c9269f0</guid><dc:creator>_maibi</dc:creator><description>&lt;p&gt;with a little curiosity, I can&amp;#39;t understand why it works. &lt;br /&gt;Is there anyone who tell me about this story?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: USB DFU Trigger Library Problem</title><link>https://devzone.nordicsemi.com/thread/253470?ContentTypeID=1</link><pubDate>Fri, 05 Jun 2020 09:37:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:baad0868-979b-4240-ae96-eeac02ef1895</guid><dc:creator>_maibi</dc:creator><description>&lt;p&gt;I solve this problem.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;ret_code_t ret;
app_usbd_class_inst_t const * class_cdc_acm =
        app_usbd_cdc_acm_class_inst_get(&amp;amp;nrf_cli_cdc_acm);
ret = app_usbd_class_append(class_cdc_acm);
APP_ERROR_CHECK(ret);&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;this code must be after&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;nrf_dfu_trigger_usb_init();&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;not be before.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>