<?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>Issue with flashing of nRF52810QFAA Device</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/45865/issue-with-flashing-of-nrf52810qfaa-device</link><description>I am facing issue with programming of own developed nRF52810QFAA board. I used Pins 25 (clock) and 26 (data) along with Vcc and Gnd to flash device. I tried with two boards but same issue as mentioned below using Segger while debug mode and using JFlah</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 05 Jun 2019 09:07:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/45865/issue-with-flashing-of-nrf52810qfaa-device" /><item><title>RE: Issue with flashing of nRF52810QFAA Device</title><link>https://devzone.nordicsemi.com/thread/191021?ContentTypeID=1</link><pubDate>Wed, 05 Jun 2019 09:07:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:edd1f4a0-05ad-43d5-9e0f-4f7252c7e438</guid><dc:creator>&amp;#216;yvind</dc:creator><description>[quote user="abhimanyu"]There is no error but just&amp;nbsp;PC enters to&amp;nbsp;&lt;span&gt;sd_softdevice_enable start and never comes out. If this function comment then continuous reset it observed.&lt;/span&gt;[/quote]
&lt;p&gt;&amp;nbsp;My initial thought is that you have an issue with the 32kHz&amp;nbsp;XTAL, this can cause the sd_softdevice_enable to hang.&lt;br /&gt;&lt;br /&gt;To test this, please edit sdk_config.h to the following:&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;/ &amp;lt;o&amp;gt; NRF_SDH_CLOCK_LF_SRC  - SoftDevice clock source.
 
// &amp;lt;0=&amp;gt; NRF_CLOCK_LF_SRC_RC 
// &amp;lt;1=&amp;gt; NRF_CLOCK_LF_SRC_XTAL 
// &amp;lt;2=&amp;gt; NRF_CLOCK_LF_SRC_SYNTH 

#ifndef NRF_SDH_CLOCK_LF_SRC
#define NRF_SDH_CLOCK_LF_SRC 0
#endif

// &amp;lt;o&amp;gt; NRF_SDH_CLOCK_LF_RC_CTIV - SoftDevice calibration timer interval. 
#ifndef NRF_SDH_CLOCK_LF_RC_CTIV
#define NRF_SDH_CLOCK_LF_RC_CTIV 8
#endif

// &amp;lt;o&amp;gt; NRF_SDH_CLOCK_LF_RC_TEMP_CTIV - SoftDevice calibration timer interval under constant temperature. 
// &amp;lt;i&amp;gt; How often (in number of calibration intervals) the RC oscillator shall be calibrated
// &amp;lt;i&amp;gt;  if the temperature has not changed.

#ifndef NRF_SDH_CLOCK_LF_RC_TEMP_CTIV
#define NRF_SDH_CLOCK_LF_RC_TEMP_CTIV 2
#endif

// &amp;lt;o&amp;gt; NRF_SDH_CLOCK_LF_ACCURACY  - External clock accuracy used in the LL to compute timing.
 
// &amp;lt;0=&amp;gt; NRF_CLOCK_LF_ACCURACY_250_PPM 
// &amp;lt;1=&amp;gt; NRF_CLOCK_LF_ACCURACY_500_PPM 
// &amp;lt;2=&amp;gt; NRF_CLOCK_LF_ACCURACY_150_PPM 
// &amp;lt;3=&amp;gt; NRF_CLOCK_LF_ACCURACY_100_PPM 
// &amp;lt;4=&amp;gt; NRF_CLOCK_LF_ACCURACY_75_PPM 
// &amp;lt;5=&amp;gt; NRF_CLOCK_LF_ACCURACY_50_PPM 
// &amp;lt;6=&amp;gt; NRF_CLOCK_LF_ACCURACY_30_PPM 
// &amp;lt;7=&amp;gt; NRF_CLOCK_LF_ACCURACY_20_PPM 
// &amp;lt;8=&amp;gt; NRF_CLOCK_LF_ACCURACY_10_PPM 
// &amp;lt;9=&amp;gt; NRF_CLOCK_LF_ACCURACY_5_PPM 
// &amp;lt;10=&amp;gt; NRF_CLOCK_LF_ACCURACY_2_PPM 
// &amp;lt;11=&amp;gt; NRF_CLOCK_LF_ACCURACY_1_PPM 

#ifndef NRF_SDH_CLOCK_LF_ACCURACY
#define NRF_SDH_CLOCK_LF_ACCURACY 1
#endif&lt;/pre&gt;&lt;/p&gt;
[quote user="abhimanyu"]Is it possible to use internal 64MHz clock to run the BLE so that it will be clear the issue which will be related to crystal only.?[/quote]
&lt;p&gt;As the issue is with sd_softdevice_enable, this clock has not been enabled yet and will not help.&lt;/p&gt;
[quote user="abhimanyu"]Could you please provide the work space&amp;nbsp;for this in which BLE is working and DC DC converter is disable as per provide schematic also its using external crystal..[/quote]
&lt;p&gt;&amp;nbsp;All our BLE examples are working with DCDC converter disabled. Please ensure that the correct SoftDevie Clock Source is set as per my first answer.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue with flashing of nRF52810QFAA Device</title><link>https://devzone.nordicsemi.com/thread/189976?ContentTypeID=1</link><pubDate>Wed, 29 May 2019 17:13:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ddd27453-e852-491f-8dd8-84a0ffe3f325</guid><dc:creator>Umesh</dc:creator><description>&lt;p&gt;There is no error but just&amp;nbsp;PC enters to&amp;nbsp;&lt;span&gt;sd_softdevice_enable start and never comes out. If this function comment then continuous reset it observed.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;Could you please provide the work space&amp;nbsp;for this in which BLE is working and DC DC converter is disable as per provide schematic also its using external crystal..&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;May be some issue in our work space. We wanted to do this experiment.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Is it possible to use internal 64MHz clock to run the BLE so that it will be clear the issue which will be related to crystal only.?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;(Note: Our previous&amp;nbsp;working PCB is of 4 layers and this new one is 2 layers)&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue with flashing of nRF52810QFAA Device</title><link>https://devzone.nordicsemi.com/thread/188764?ContentTypeID=1</link><pubDate>Thu, 23 May 2019 09:01:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bb3eb35e-ffc3-4234-9f18-f7870858d8c8</guid><dc:creator>&amp;#216;yvind</dc:creator><description>[quote user="abhimanyu"]when program execution of function sd_softdevice_enable start, PC jumps to unknown location. we are using segger studio.[/quote]
&lt;p&gt;&amp;nbsp;Please provide output with an error code from debugging. What location does PC jump to?&lt;br /&gt;&lt;br /&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue with flashing of nRF52810QFAA Device</title><link>https://devzone.nordicsemi.com/thread/188379?ContentTypeID=1</link><pubDate>Tue, 21 May 2019 22:15:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b8679fa3-18ec-4fa8-bf4c-8d9ff5cd55aa</guid><dc:creator>Umesh</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;We are able to flash both devices.&lt;/p&gt;
&lt;p&gt;We are using SDK15.2.0&amp;nbsp;ble_app_blinky example without many modifications.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;By default DCDC is not enabled &amp;amp; in program we are not enabling it.&lt;/p&gt;
&lt;p&gt;Yes we are able to debug code.&lt;/p&gt;
&lt;p&gt;when program execution of function sd_softdevice_enable start, PC jumps to unknown location. we are using segger studio.&lt;/p&gt;
&lt;p&gt;By default DCDC is not enabled &amp;amp; in program we are not enabling it.&lt;/p&gt;
&lt;p&gt;No any software BLE change is tried.&lt;/p&gt;
&lt;p&gt;Many Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue with flashing of nRF52810QFAA Device</title><link>https://devzone.nordicsemi.com/thread/185843?ContentTypeID=1</link><pubDate>Wed, 08 May 2019 07:52:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6754fe78-ccb7-48ba-ab18-3b6a2d00c7c2</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Thank you! I will discuss your layout/schematic with an HW specialist.&lt;/p&gt;
&lt;p&gt;Just to get me back to speed with your case:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;You are able to flash and debug both devices?&lt;/li&gt;
&lt;li&gt;Have you enabled DCDC? This should be disabled as you are not using it. Ref. DCDC reference schematic&lt;/li&gt;
&lt;li&gt;Have you debugged your&amp;nbsp;code to see when it resets? What error are you receiving?&lt;/li&gt;
&lt;li&gt;Please give a current status after the changes you have tried.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Thanks!&lt;br /&gt;-Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue with flashing of nRF52810QFAA Device</title><link>https://devzone.nordicsemi.com/thread/185789?ContentTypeID=1</link><pubDate>Tue, 07 May 2019 15:29:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f69d99b1-fd4e-4ad8-aa99-72ad57d812af</guid><dc:creator>Umesh</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/SlaveSensor_5F00_V1.0.7z"&gt;devzone.nordicsemi.com/.../SlaveSensor_5F00_V1.0.7z&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue with flashing of nRF52810QFAA Device</title><link>https://devzone.nordicsemi.com/thread/184567?ContentTypeID=1</link><pubDate>Tue, 30 Apr 2019 12:21:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:370cf5e5-ee85-481a-b18d-9f7d5597c7e9</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;I am not able to help without the whole PCB layout and schematics. Please provide these files so that I can review.&lt;br /&gt;&lt;br /&gt;Can you please provide the project you are programming as well?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue with flashing of nRF52810QFAA Device</title><link>https://devzone.nordicsemi.com/thread/184166?ContentTypeID=1</link><pubDate>Sat, 27 Apr 2019 16:36:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:31eb0258-c184-4364-b098-880fa537c658</guid><dc:creator>Umesh</dc:creator><description>&lt;p&gt;Even after replacing the crystal with same part number as given in Thingy .. still issue persist.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;One major change is done this PCB is that PIN 47 DCC is not used but its present in working board.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue with flashing of nRF52810QFAA Device</title><link>https://devzone.nordicsemi.com/thread/184152?ContentTypeID=1</link><pubDate>Sat, 27 Apr 2019 05:51:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f169a369-d20a-4f29-970f-8485d073e4e2</guid><dc:creator>Umesh</dc:creator><description>&lt;p&gt;I am also trying to replace the Crystal with same part number as given in thingy.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue with flashing of nRF52810QFAA Device</title><link>https://devzone.nordicsemi.com/thread/183078?ContentTypeID=1</link><pubDate>Tue, 23 Apr 2019 10:26:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f27db9a2-5914-493a-b1a0-354dbf2af284</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Can you please provide the whole PCB layout?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue with flashing of nRF52810QFAA Device</title><link>https://devzone.nordicsemi.com/thread/182903?ContentTypeID=1</link><pubDate>Sun, 21 Apr 2019 11:06:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b53aeb0c-be5c-40e8-afe9-621f260f0c16</guid><dc:creator>Umesh</dc:creator><description>&lt;p&gt;Below is the crystal part number difference:&lt;/p&gt;
&lt;p&gt;Working board : Crystal 32MHz &amp;gt;&amp;nbsp;CX2016DB32000D0WZRC1&amp;nbsp; (with 12pf capacitor)&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Non Working board : Crystal 32MHz &amp;gt; XRCGB32M000F2P01R0&amp;nbsp;&lt;/span&gt;&lt;span&gt;(with 12pf capacitor)&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue with flashing of nRF52810QFAA Device</title><link>https://devzone.nordicsemi.com/thread/182894?ContentTypeID=1</link><pubDate>Sat, 20 Apr 2019 17:18:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:526fdcd5-baea-404e-9c80-04965eb99888</guid><dc:creator>Umesh</dc:creator><description>&lt;p&gt;3. Voltage rise time of regulator&amp;nbsp; to reach 3.2V on&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Working board &amp;gt; 800us&lt;/p&gt;
&lt;p&gt;Non Working Board &amp;gt; 400us&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Does this voltage startup tie causes issue?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue with flashing of nRF52810QFAA Device</title><link>https://devzone.nordicsemi.com/thread/182891?ContentTypeID=1</link><pubDate>Sat, 20 Apr 2019 12:59:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:37c17ec6-0c4b-47f7-ae59-f2bcc58447c7</guid><dc:creator>Umesh</dc:creator><description>&lt;p&gt;As per reference schematic pin 32 DEC2 shall be free.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1. Is connecting 0.1uF capacitor is wrong here (voltage observed is ~1.2V o this pin)?&lt;/p&gt;
&lt;p&gt;2. When checked with Crystal Pins 34/35 there is no signal present. Does it is due to continue reset?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue with flashing of nRF52810QFAA Device</title><link>https://devzone.nordicsemi.com/thread/182889?ContentTypeID=1</link><pubDate>Sat, 20 Apr 2019 12:42:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:74e8e104-1460-4268-98cf-4067bef79f3e</guid><dc:creator>Umesh</dc:creator><description>&lt;p&gt;Note: for above layout top and bottom copper (GND) layers is removed for better visibility&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue with flashing of nRF52810QFAA Device</title><link>https://devzone.nordicsemi.com/thread/182888?ContentTypeID=1</link><pubDate>Sat, 20 Apr 2019 12:41:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:025c33fc-4916-4376-b7de-df708646e5fe</guid><dc:creator>Umesh</dc:creator><description>&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1555764067724v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue with flashing of nRF52810QFAA Device</title><link>https://devzone.nordicsemi.com/thread/182881?ContentTypeID=1</link><pubDate>Sat, 20 Apr 2019 12:20:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:109bfa92-b810-4803-8555-0293f32189cd</guid><dc:creator>Umesh</dc:creator><description>&lt;p&gt;Now both Controller&amp;nbsp; 810/823 are getting flashed and started debugging also. I verified all VCC capacitors value and dry solder of VCC Pins.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Now again issue I am facing it that, controller getting reset while BLE initialization.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In this board I can use 832/810 controller.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In my previous board for 832; which is working fine with BLE and also good range up to 50m is reference for me. In this reference board I used DC DC pins (46/47).&lt;/p&gt;
&lt;p&gt;In new board which is getting reset while BLE init dont have DC DC pin used. Only pin 46 is connected to 1uF capacitor.&lt;/p&gt;
&lt;p&gt;Is there any issue with this?&lt;/p&gt;
&lt;p&gt;Do I need to disable DC-DC regulator from software (register&amp;nbsp;&lt;strong&gt;DCDCEN&lt;/strong&gt;)?&lt;/p&gt;
&lt;p&gt;Please have a look a MCU schematic and capacitor values.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1555762798505v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue with flashing of nRF52810QFAA Device</title><link>https://devzone.nordicsemi.com/thread/181465?ContentTypeID=1</link><pubDate>Thu, 11 Apr 2019 06:48:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa9ab0c3-df80-48bf-8359-642fe3d46a63</guid><dc:creator>&amp;#216;yvind</dc:creator><description>[quote user="abhimanyu"]same connections are used to program nRF52832QFAA then it works[/quote]
&lt;p&gt;&amp;nbsp;Also, how is the nRF52832 mounted? Is this on the same board?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue with flashing of nRF52810QFAA Device</title><link>https://devzone.nordicsemi.com/thread/181461?ContentTypeID=1</link><pubDate>Thu, 11 Apr 2019 06:27:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:03387b1d-4291-44b9-bebd-d3ef963858d3</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="abhimanyu"]output from JFlash?&amp;nbsp;Mainly Data (with pull up connected)[/quote]
&lt;p&gt;&amp;nbsp;I need the data itself. There might be some clues there. You must copy and paste here.&lt;/p&gt;
[quote user=""] own developed nRF52810QFAA board[/quote]
&lt;p&gt;&amp;nbsp;Could you please provide the schematics for&amp;nbsp;this board, perhaps there are some connections /values that are wrong.&lt;br /&gt;&lt;br /&gt;Thank you.&lt;br /&gt;&lt;br /&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue with flashing of nRF52810QFAA Device</title><link>https://devzone.nordicsemi.com/thread/181425?ContentTypeID=1</link><pubDate>Wed, 10 Apr 2019 22:46:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:679e4ea3-eee1-4e4f-b9c9-6856ed5cec2d</guid><dc:creator>Umesh</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please check below inputs:&lt;/p&gt;
&lt;p&gt;&lt;span&gt;What is the voltage of the device? &amp;gt; 3.12V&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;How is the target device powered &amp;gt; Onboard regulator 3.12V&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;What Segger are you using? EDU Jlink Segger&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;output from JFlash?&amp;nbsp;Mainly Data (with pull up connected), Clock, Gnd and Vcc. when same connections are used to program nRF52832QFAA then it works. But not with nRF52810 device.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue with flashing of nRF52810QFAA Device</title><link>https://devzone.nordicsemi.com/thread/180658?ContentTypeID=1</link><pubDate>Mon, 08 Apr 2019 08:14:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:21bf9122-865c-4284-a9f6-2641fbd75c35</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&lt;br /&gt;&lt;br /&gt;I can&amp;#39;t see anything wrong with your connection. Can you please provide some more information i.e. output from JFlash? What Segger are you using? What is the voltage of the device? How is the target device powered?&lt;br /&gt;&lt;br /&gt;Thank you!&lt;br /&gt;&lt;br /&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>