<?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>Help understanding assertion in secure serial DFU</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/72841/help-understanding-assertion-in-secure-serial-dfu</link><description>Hello, 
 I am porting the secure serial bootloader from the nRF52833 DK (PCA10100), in which it works fine, to my custom board. I press the button and turn my board on to enter into DFU mode... and nothing happens. However, using RTT (below) I get some</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 18 Mar 2021 06:58:58 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/72841/help-understanding-assertion-in-secure-serial-dfu" /><item><title>RE: Help understanding assertion in secure serial DFU</title><link>https://devzone.nordicsemi.com/thread/300564?ContentTypeID=1</link><pubDate>Thu, 18 Mar 2021 06:58:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5c293631-9ca3-43e2-8c57-41961cde6553</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi Andres,&lt;/p&gt;
&lt;p&gt;Happy to know you fix the issue. Yes, please create a new support case for another issue.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;-Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Help understanding assertion in secure serial DFU</title><link>https://devzone.nordicsemi.com/thread/300534?ContentTypeID=1</link><pubDate>Wed, 17 Mar 2021 21:51:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2dad874c-0d2d-48eb-996a-61266daf7bef</guid><dc:creator>Andres</dc:creator><description>&lt;p&gt;Hi Amanda,&lt;/p&gt;
&lt;p&gt;I figured out&amp;nbsp; the source of one problem: I needed to remove the NRF52 define in the Keil&amp;#39;s &amp;quot;Options for Target-C/C++&amp;quot; tab&lt;/p&gt;
&lt;p&gt;It was loading an include file for the nRF52832 instead of the corresponding include for the nRF52833. This last chip is the one I am using and it has two GPIO ports, P0 and P1. My custom board is using P1.03 for the reset button. And only with the correct include file, the P1 pins can be used.&lt;/p&gt;
&lt;p&gt;I do have another problem still, but I think it is better that I open a new ticket for it.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Help understanding assertion in secure serial DFU</title><link>https://devzone.nordicsemi.com/thread/300164?ContentTypeID=1</link><pubDate>Tue, 16 Mar 2021 13:56:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:60d1459a-20f4-4d51-9599-38aae717b538</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi Andres,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Is the secure DFU Bootloader over UART or USB? Does your board connect with UART or USB?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If you define DEBUG in your preprocessor definitions, the app_error_handler() will be called instead of the app_error_handler_bare() in main.c whenever an APP_ERROR_CHECK(err_code) receives an err_code != 0. If you need more information, you can look at the __WEAK implementation of app_error_fault_handler() in app_error_weak.c to print more information.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;-Amanda H.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>