<?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>PCA10059 Different version ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/55792/pca10059-different-version</link><description>Hi, 
 I have make an application for PCA10059, that uploaded with nRF Connect (using embedded USB DFU). 
 All work normaly on multiple PCA10059 board manufactured on 2018... 
 
 Now, I have buy some PCA10059 manufactured on 2019 and after DFU upload,</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 27 Dec 2019 09:48:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/55792/pca10059-different-version" /><item><title>RE: PCA10059 Different version ?</title><link>https://devzone.nordicsemi.com/thread/226905?ContentTypeID=1</link><pubDate>Fri, 27 Dec 2019 09:48:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:98d1ad60-1047-4a95-a7ca-d253bb646e82</guid><dc:creator>Ga&amp;#233;tan</dc:creator><description>&lt;p&gt;Found it!&lt;/p&gt;
&lt;p&gt;In the application, UART is initialized but not used... It&amp;#39;s OK in 2018 production but generate an UART error on 2019 production !&lt;/p&gt;
&lt;p&gt;WorkAround: comment&amp;nbsp;APP_ERROR_HANDLER() function&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt; /**@snippet [Handling data from UART] */
      case APP_UART_COMMUNICATION_ERROR:
          NRF_LOG_ERROR(&amp;quot;Communication error occurred while handling UART.&amp;quot;);
          //APP_ERROR_HANDLER(p_event-&amp;gt;data.error_communication);
          break;

      case APP_UART_FIFO_ERROR:
          NRF_LOG_ERROR(&amp;quot;Error occurred in FIFO module used by UART.&amp;quot;);
          //APP_ERROR_HANDLER(p_event-&amp;gt;data.error_code);
          break;&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PCA10059 Different version ?</title><link>https://devzone.nordicsemi.com/thread/226608?ContentTypeID=1</link><pubDate>Fri, 20 Dec 2019 14:36:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cf2b9ee4-206e-44da-85fd-9da95883ae78</guid><dc:creator>Ga&amp;#233;tan</dc:creator><description>&lt;p&gt;Blinky app is OK&lt;/p&gt;
&lt;p&gt;For try to debug, I have uploaded open_bootlader_usb_mbr_pca10059 (from SDK 15.3 and SDK16)&amp;nbsp; in a pca10056 dev board.&lt;/p&gt;
&lt;p&gt;After...&lt;/p&gt;
&lt;p&gt;I make the firmware update with nRF connect and all is OK.&lt;/p&gt;
&lt;p&gt;What is the bootloader version in PCA10059 from factory ? &lt;br /&gt;Is it possible to read the version ? &lt;br /&gt;or Is it possible to update the bootloader with nRF Connect ?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PCA10059 Different version ?</title><link>https://devzone.nordicsemi.com/thread/226596?ContentTypeID=1</link><pubDate>Fri, 20 Dec 2019 14:09:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:654d8605-f4ec-46ee-8a60-da32c10ccb22</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am not able to provide any explanation for this. Does this happen even if you try to program a simple application like &amp;quot;blinky&amp;quot;?&lt;/p&gt;
&lt;p&gt;Please note that response times will increase during the Christmas holiday, so I may not be able to get back to you until the beginning of January.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PCA10059 Different version ?</title><link>https://devzone.nordicsemi.com/thread/226376?ContentTypeID=1</link><pubDate>Thu, 19 Dec 2019 13:04:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3b52a783-bc1b-450f-849a-0e6f167fc510</guid><dc:creator>Ga&amp;#233;tan</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve done the test on about 10 dongle V1.0.0 2019.12, they all react the same:&lt;br /&gt;The programming is rigorously the same on both versions of dongle (2018 vs 2019).&lt;br /&gt;However, after the update, dongle 2018 starts on the application while dongle 2019 does nothing (no USB enumeration, and no LED).&lt;br /&gt;I join the log file of the 2 updates...&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/OK_5F00_2019_2D00_12_2D00_19T12_5F00_57_5F00_42.275Z_2D00_log.txt"&gt;devzone.nordicsemi.com/.../OK_5F00_2019_2D00_12_2D00_19T12_5F00_57_5F00_42.275Z_2D00_log.txt&lt;/a&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/KO_5F00_2019_2D00_12_2D00_19T12_5F00_59_5F00_05.464Z_2D00_log.txt"&gt;devzone.nordicsemi.com/.../KO_5F00_2019_2D00_12_2D00_19T12_5F00_59_5F00_05.464Z_2D00_log.txt&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PCA10059 Different version ?</title><link>https://devzone.nordicsemi.com/thread/226330?ContentTypeID=1</link><pubDate>Thu, 19 Dec 2019 10:29:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4c19fc64-af39-4b7e-b12d-c54f74863d91</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;There are several versions of the&amp;nbsp;PCA10059 board, but all marked V1.0.0 should be identical. Also, the newer revisions only have minor modifications, so the same firmware should run on all. So I suspect it is something related to the specific dongle you have. Is the programming operation successful? So that it is just your application that does not run, or is there also problems with programming (which uses the preprogrammed USB bootloader)?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>