<?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>Flash erase of custom board with u-blox module</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/63066/flash-erase-of-custom-board-with-u-blox-module</link><description>Hi, 
 I have made a custom board with u-blox bmd-340-A-R-01 module and trying to erase the flash with PCA10040 DK. I am getting error when I try: nrfjprof -e. Please find the attached log and guide me in figuring out the problem. 
 Thanks, 
 Venkat.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 29 Jun 2020 10:17:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/63066/flash-erase-of-custom-board-with-u-blox-module" /><item><title>RE: Flash erase of custom board with u-blox module</title><link>https://devzone.nordicsemi.com/thread/257324?ContentTypeID=1</link><pubDate>Mon, 29 Jun 2020 10:17:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:091789f3-6870-479f-91a2-cfbced0b414a</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;I see. Glad you were able to figure it out on your own!&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Flash erase of custom board with u-blox module</title><link>https://devzone.nordicsemi.com/thread/257315?ContentTypeID=1</link><pubDate>Mon, 29 Jun 2020 09:31:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:28863686-be60-4f54-a70b-c5fcd5bc46cb</guid><dc:creator>Venkat Vallapaneni</dc:creator><description>&lt;p&gt;Hi Simon,&lt;/p&gt;
&lt;p&gt;Thanks for the reply. We found the issue. We had some LEDs which are drawing more current and so voltage is not coming properly to the module.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Flash erase of custom board with u-blox module</title><link>https://devzone.nordicsemi.com/thread/257276?ContentTypeID=1</link><pubDate>Mon, 29 Jun 2020 06:53:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5c897e99-b527-4ee8-99af-a401bded354b</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Are you using the onboard debugger on your DK to flash the device or a dedicated debugger (if so, is it a J-Link debugger or something else)? Can you show me how your module is connected to the debugger? Are you using a 10-pin header or are you connecting the custom board to the DK as in the picture shown below?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-c634265f38cd4698819a2ae366a9d1c2/ext_5F00_52DK.png" /&gt;&lt;/p&gt;
&lt;p&gt;Either way, please triple-check that the pin-out is correct in your setup.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Flash erase of custom board with u-blox module</title><link>https://devzone.nordicsemi.com/thread/257143?ContentTypeID=1</link><pubDate>Fri, 26 Jun 2020 12:43:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:10e212f3-a68d-4574-9fa1-60d7c6af8e46</guid><dc:creator>Venkat Vallapaneni</dc:creator><description>&lt;p&gt;Hi Simon,&lt;/p&gt;
&lt;p&gt;I tried --recover command but no luck. Looks like the problem is much before accessing flash operations. The very first coresight reg access failed: In the log file attached, you may notice this:&lt;/p&gt;
&lt;p&gt;. . . Segger_read_debug_port_register: JLink INFO JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x00) &lt;br /&gt;2020-Jun-26 13:57:24 . . . . Segger_read_debug_port_register: JLink INFO T2F18 000:705.933 &lt;br /&gt;2020-Jun-26 13:57:24 . . . . Segger_read_debug_port_register: JLink INFO failed&lt;/p&gt;
&lt;p&gt;When I did the same thing for DK, I get the ID:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2020-Jun-26 13:58:15 . . . . Segger_read_debug_port_register: JLink INFO JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x00)&lt;br /&gt;2020-Jun-26 13:58:15 . . . . Segger_read_debug_port_register: JLink INFO T1B7C 000:627.395&lt;br /&gt;2020-Jun-26 13:58:15 . . . . Segger_read_debug_port_register: JLink INFO Value=0x2BA01477&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Does the info code signify anything? They are different for DK:&amp;nbsp;&lt;span&gt;T1B7C&lt;/span&gt; (which is passing) and my custom board:&amp;nbsp;&lt;span&gt;T2F18&amp;nbsp;&lt;/span&gt;(which is failing)&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Venkat.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Flash erase of custom board with u-blox module</title><link>https://devzone.nordicsemi.com/thread/257135?ContentTypeID=1</link><pubDate>Fri, 26 Jun 2020 12:35:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eebbac01-f308-41cc-b0be-8abd38c92f53</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Venkat&lt;/p&gt;
&lt;p&gt;Can you try recovering the chip, by using the nrfjprog --recover command, as it might be the APPROTECT that is hindering you from accessing the chip&amp;#39;s flash memory.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>