<?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>Programming external nrf5340 via nrf534 DK development kit and NRF Connect software.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/83267/programming-external-nrf5340-via-nrf534-dk-development-kit-and-nrf-connect-software</link><description>Hello Sirs 
 I am using the NRF3540-DK development board to program an external NRF5340 chip. I have connected the RESET,SWDCLK,SWDIO,GND,3V pins of P20 connector on development 
 board to the external NRF5340.I have also derived the VTG pin on P20 connector</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 14 Feb 2022 12:52:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/83267/programming-external-nrf5340-via-nrf534-dk-development-kit-and-nrf-connect-software" /><item><title>RE: Programming external nrf5340 via nrf534 DK development kit and NRF Connect software.</title><link>https://devzone.nordicsemi.com/thread/352877?ContentTypeID=1</link><pubDate>Mon, 14 Feb 2022 12:52:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f23b55e4-a0fa-49a5-8fbb-7749f5d5bdd6</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Great!&lt;br /&gt;&lt;br /&gt;Yes, seams most modules leave out the external 32.767kHz crystal that can make these types of issues when moving from DK&amp;#39;s to custom HW. Feel free to ask if there is anything else if not then pleas close this ticket and mark the previous reply as the correct answer so that other can find it easily in our forums.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Programming external nrf5340 via nrf534 DK development kit and NRF Connect software.</title><link>https://devzone.nordicsemi.com/thread/352836?ContentTypeID=1</link><pubDate>Mon, 14 Feb 2022 10:29:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:33898150-9bbf-49f2-ba5a-fa765b5cab9d</guid><dc:creator>saeed mahvis</dc:creator><description>&lt;p&gt;Hi Jonathan&lt;/p&gt;
&lt;p&gt;The NORA-B1 module has installed a 32Mhz crystal and you should install the 32.768kHz externally.&lt;/p&gt;
&lt;p&gt;We did not install this crystal in our sample board so we should have used the internal RC oscillator. By adding the above code to prj.Conf file the problem was solved.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Programming external nrf5340 via nrf534 DK development kit and NRF Connect software.</title><link>https://devzone.nordicsemi.com/thread/352827?ContentTypeID=1</link><pubDate>Mon, 14 Feb 2022 09:54:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6ae2e621-b3b3-4a6c-affc-5ca8e4fd9642</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Are you able to debug?&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Are you using external LF clock?&lt;br /&gt;if not maybe try to sett the following in prj.conf:&lt;/p&gt;
&lt;pre&gt;&lt;span&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y
CONFIG_CLOCK_CONTROL_NRF_K32SRC_500PPM=y&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Programming external nrf5340 via nrf534 DK development kit and NRF Connect software.</title><link>https://devzone.nordicsemi.com/thread/352776?ContentTypeID=1</link><pubDate>Sun, 13 Feb 2022 08:00:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3514b543-85ab-4630-998c-9840a5cdaf58</guid><dc:creator>saeed mahvis</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Because of being not successful programming our NORA-B101 we provided a SEGGER JLINK programmer to program the NORA chip.&lt;/p&gt;
&lt;p&gt;The result was the same. It could be erased and programed but the chip didn&amp;#39;t work.&lt;/p&gt;
&lt;p&gt;For the sake of clarity I will describe the building&amp;nbsp; and flashing procedure of the NORA-B101 below:&lt;/p&gt;
&lt;p&gt;First I erase the NORA chip.&lt;/p&gt;
&lt;p&gt;Then I load the hci-rpmsg sample and build and run it by nRF Connect program.&lt;/p&gt;
&lt;p&gt;Then I load the peripheral-uart sample and build and run it by nRF Connect program.&lt;/p&gt;
&lt;p&gt;There&amp;nbsp;are no error messages in the above actions.&lt;/p&gt;
&lt;p&gt;Observing the flash memory content of NORA chip by programmer section of nRF connect program,&lt;/p&gt;
&lt;p&gt;we can see a difference between the nrf5340 chip in development board and the NORA chip(as I&lt;/p&gt;
&lt;p&gt;mentioned above previously).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I do the same things via SEGGER JLINK programmer and the result is the same. As I said before&lt;/p&gt;
&lt;p&gt;even a simple program like Blinky sample doesn&amp;#39;t work on NORA-B1.&lt;/p&gt;
&lt;p&gt;Could you please to guide us solving this issue? Our production line is&amp;nbsp;delayed because of&lt;/p&gt;
&lt;p&gt;this problem.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Programming external nrf5340 via nrf534 DK development kit and NRF Connect software.</title><link>https://devzone.nordicsemi.com/thread/345893?ContentTypeID=1</link><pubDate>Tue, 04 Jan 2022 12:29:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:80aa597c-a153-44b7-a70c-3863e664ec2c</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;You could try to use the &lt;a href="https://www.nordicsemi.com/Products/Development-tools/nRF-Command-Line-Tools"&gt;nrfjprog&lt;/a&gt; tool and try with &lt;a href="https://infocenter.nordicsemi.com/topic/ug_nrf_cltools/UG/cltools/nrf_nrfjprogexe_reference.html?cp=10_1_3_0"&gt;terminal commands&lt;/a&gt; as an alterative to the programmer app.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;You can use other programmer\debuggers to write to the nrf53 devices over SWD interface with a SEGGER J-link device.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Programming external nrf5340 via nrf534 DK development kit and NRF Connect software.</title><link>https://devzone.nordicsemi.com/thread/345858?ContentTypeID=1</link><pubDate>Tue, 04 Jan 2022 10:28:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:65a5a3dd-d6e7-4a5b-90f3-d5252cee3c04</guid><dc:creator>saeed mahvis</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Is there any other way to program NORA-B101 apart from development kit?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Programming external nrf5340 via nrf534 DK development kit and NRF Connect software.</title><link>https://devzone.nordicsemi.com/thread/345850?ContentTypeID=1</link><pubDate>Tue, 04 Jan 2022 09:55:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f67b1021-5b02-446d-b548-6c1bb0b3b073</guid><dc:creator>JONATHAN LL</dc:creator><description>[quote user="saeed mahvis"]Basically I want to know if its possible to program an external NRF chip VIA the development kit at all.[/quote]
&lt;p&gt;It should not be an issue to use the development kit as a programmer to program external boards. &lt;br /&gt; &lt;br /&gt; The interfacing does seem to be successful since you hare able to read the memory layout of the NORA board, I find it strange that you are not successful in programming it.&amp;nbsp;&amp;nbsp; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; What software are you flashing to the NORA device(custom code)?&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Programming external nrf5340 via nrf534 DK development kit and NRF Connect software.</title><link>https://devzone.nordicsemi.com/thread/345822?ContentTypeID=1</link><pubDate>Tue, 04 Jan 2022 08:44:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1626b2b0-2d81-4550-a941-df43421d5325</guid><dc:creator>saeed mahvis</dc:creator><description>&lt;p&gt;Hi again&lt;/p&gt;
&lt;p&gt;As I mentioned before&amp;nbsp; the NRF chip on development board can be programed and has no problem. But the external NRF seems&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;not to be programed correctly by development kit, although it can be erased with no problem and also passes the programing process&lt;/p&gt;
&lt;p&gt;with no errors.&lt;/p&gt;
&lt;p&gt;The chip on development board works perfectly but the external NRF on NORA doesn&amp;#39;t work.&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/1667.pic1.png" /&gt;&lt;/p&gt;
&lt;p&gt;The above picture is The flash memory content of external NORA-B101 NRF chip after programing by NRF Connect and&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/1680.pic2.png" /&gt;&lt;/p&gt;
&lt;p&gt;this is the flash memory content of NRF chip on development board. As it can be seen there is a difference in Application aria&lt;/p&gt;
&lt;p&gt;between two chips.&lt;/p&gt;
&lt;p&gt;Basically I want to know if its possible to program an external NRF chip VIA the development kit at all.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Programming external nrf5340 via nrf534 DK development kit and NRF Connect software.</title><link>https://devzone.nordicsemi.com/thread/345657?ContentTypeID=1</link><pubDate>Mon, 03 Jan 2022 12:35:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:49338905-b56d-476e-95da-f6952bf2e48a</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user=""]By using the NRF Connect software I can program the external NRF5340 with no errors , but even a simple program like Blinky sample doesn&amp;#39;t work on external NRF5340.[/quote]
&lt;p&gt;Did you mean that you can program the 53 DK but not the external(NORA-B101) board?&lt;br /&gt;&lt;br /&gt;Debug out on the nRF5340 DK&lt;br /&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/ug_nrf5340_dk/UG/dk/hw_debug_out.html?cp=3_0_4_3_9"&gt;https://infocenter.nordicsemi.com/topic/ug_nrf5340_dk/UG/dk/hw_debug_out.html?cp=3_0_4_3_9&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Do you gett any error message ?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>