<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://test-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 enter 52832 bootloader mode only by PIN signal control?</title><link>https://test-devzone.nordicsemi.com/f/nordic-q-a/88568/how-to-enter-52832-bootloader-mode-only-by-pin-signal-control</link><description>I have nRF52832 with factory reseted FW. 
 I need to make 52832 enter bootloader mode without pressing button. By just RPI4 PIN control program. 
 Planning PIN connection between Raspberry Pi 4 and 52832 DK. 
 RPI4 GPIO5 --- 52832 RESET 
 RPI4 GPIO6 </description><dc:language>en-US</dc:language><generator>Telligent Community 13 Non-Production</generator><lastBuildDate>Tue, 07 Jun 2022 08:23:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://test-devzone.nordicsemi.com/f/nordic-q-a/88568/how-to-enter-52832-bootloader-mode-only-by-pin-signal-control" /><item><title>RE: How to enter 52832 bootloader mode only by PIN signal control?</title><link>https://test-devzone.nordicsemi.com/thread/371060?ContentTypeID=1</link><pubDate>Tue, 07 Jun 2022 08:23:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d1d1cb86-5331-4d2b-b9f9-ebcb076779a5</guid><dc:creator>user26071</dc:creator><description>&lt;p&gt;Please see this thread:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://test-devzone.nordicsemi.com/f/nordic-q-a/36871/pin-interface-and-factory-programming-nrf52840-over-uart-connected-with-processor"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/36871/pin-interface-and-factory-programming-nrf52840-over-uart-connected-with-processor&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote user="tni"]We also have a plan to add 10pin debug port if needed[/quote]
&lt;p&gt;Since the nRF52 is completely empty when coming from the factory, there is no pin sequence to put it in bootloader mode, because there is no bootloader pre-programmet. The only way to program the bootloader is to program it using a programmer. Depending on the scale/amount of chips you are going to program, you may want to look into a factory programmer, or using a 10pin debug port connected to the SWDIO and SWDCLK pins.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you are interrested, I can give you the contact information to our Regional Sales Manager (RSM) in your area. If so, please send me a direct message (here on DevZone) where you link to this ticket, and specify where you are located. Our RSM may know more about factory programming than I do, as they are typically more involved in the production phase.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to enter 52832 bootloader mode only by PIN signal control?</title><link>https://test-devzone.nordicsemi.com/thread/370940?ContentTypeID=1</link><pubDate>Fri, 03 Jun 2022 18:04:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c9cacf0b-5035-4fbd-b61f-bc1f22b02314</guid><dc:creator>user116539</dc:creator><description>&lt;p&gt;Hi Edwin,&lt;/p&gt;
&lt;p&gt;I have nRF5 SDK, nRF Connect SDK, nrfutil, NRF52DK with 52832. I setup development environment and all connection is working.&lt;/p&gt;
&lt;p&gt;The issue is manufacturing. Our SoC is connected with 52832 with UART and other GPIO PINS. We need to flash bootloader, Softdevice and application image to 52832 on manufacturing.&lt;/p&gt;
&lt;p&gt;If you know GPIO sequence which make 52832 bootloader mode, please describe the sequence. 52832 is factory reseted condition. We cannot power cycle of 52832 during the sequence.&lt;/p&gt;
&lt;p&gt;We also have a plan to add 10pin debug port if needed.&lt;/p&gt;
&lt;p&gt;Best Regard,&lt;/p&gt;
&lt;p&gt;tni&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to enter 52832 bootloader mode only by PIN signal control?</title><link>https://test-devzone.nordicsemi.com/thread/370842?ContentTypeID=1</link><pubDate>Fri, 03 Jun 2022 10:42:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:74b16ee5-ece4-4a61-8969-4d899f28ce46</guid><dc:creator>user26071</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I am not completely sure when you say &amp;quot;I need to make 52832 enter bootloader mode&amp;quot;. Did you program a bootloader already? Because the nRF52832 doesn&amp;#39;t come preprogrammed with a bootloader. Are you using an nRF52832 DK from Nordic, a 3rd party device, or custom HW?&lt;/p&gt;
[quote user=""]Manual steps entering bootloader is pressing RESET button and power-on.[/quote]
&lt;p&gt;This is the interface chip on the DK. Putting this in bootloader mode will allow you to update the on-board programmer, not the nRF52832.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;There are ways of updating the application running on the nRF52832 without pressing any buttons (you don&amp;#39;t really need to power cycle it either) just by using GPIOs, but based on the way that you asked these questions, I suspect that you have misunderstood something.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;If you want to program the nRF52832 from the via a bootloader, you first need to compile the bootloader from the SDK that you are using. Are you using the nRF5 SDK or the nRF Connect SDK?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>