<?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>Can&amp;#39;t flash NRF52810 using last version of Zephyr SDK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/102900/can-t-flash-nrf52810-using-last-version-of-zephyr-sdk</link><description>Hello, 
 I just made a copy of the beacon bluetooth example and trying to flash the NRF52810 chip with it, but it won&amp;#39;t work. I have and older SDK setup of Zephyr SDK on another computer and it works just fine there, but with the last version it just</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 16 Aug 2023 14:22:33 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/102900/can-t-flash-nrf52810-using-last-version-of-zephyr-sdk" /><item><title>RE: Can't flash NRF52810 using last version of Zephyr SDK</title><link>https://devzone.nordicsemi.com/thread/441668?ContentTypeID=1</link><pubDate>Wed, 16 Aug 2023 14:22:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2db3bc1e-3a9b-4381-9915-68d24579d23a</guid><dc:creator>Radical Redemption</dc:creator><description>&lt;p&gt;I believe the issue is that the J-Link I have does not have a valid VTref pin, but instead it has a 3v3 supply voltage on that pin, it is not an input, so the J-Link is not properly detecting the correct logic level from the board.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't flash NRF52810 using last version of Zephyr SDK</title><link>https://devzone.nordicsemi.com/thread/441660?ContentTypeID=1</link><pubDate>Wed, 16 Aug 2023 13:58:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5b903728-d2ca-4199-ae8f-ac563708d384</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;I see. I am not able to explain that explicitly, but generally, if you have logic levels on 1.8V in one end and 3.3 V in the other end, it is not unexpected that you could get data corruption (and other issues as the &lt;a href="https://infocenter.nordicsemi.com/topic/ps_nrf52810/abs_max_ratings.html?cp=5_5_0_8"&gt;absolute maximum &lt;/a&gt;GPIO voltage is VDD + 0.3V).&lt;/p&gt;
&lt;p&gt;(Is the corruption always on the same word&amp;nbsp;0x000002E5, or also elsewhere? If you dump the memory perhaps you would see more issues as well, as validation stops at the first mismatch?)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't flash NRF52810 using last version of Zephyr SDK</title><link>https://devzone.nordicsemi.com/thread/441644?ContentTypeID=1</link><pubDate>Wed, 16 Aug 2023 13:20:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ff38d68a-fe6b-49ee-8a92-bf9e0faf1df6</guid><dc:creator>Radical Redemption</dc:creator><description>&lt;p&gt;But it&amp;nbsp; worked on another PC with older SDK version.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't flash NRF52810 using last version of Zephyr SDK</title><link>https://devzone.nordicsemi.com/thread/441642?ContentTypeID=1</link><pubDate>Wed, 16 Aug 2023 13:18:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cce74eda-0f3e-48fd-8a01-d20190f281b1</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;I see, that makes sense. Thanks for letting us know!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't flash NRF52810 using last version of Zephyr SDK</title><link>https://devzone.nordicsemi.com/thread/441619?ContentTypeID=1</link><pubDate>Wed, 16 Aug 2023 12:56:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b9aa96c6-f4b1-445f-ac13-32e64f17bb3e</guid><dc:creator>Radical Redemption</dc:creator><description>&lt;p&gt;I kind of figured out what the problem is. The board operates at 1.8V and the J-Link I have does not behave properly on that voltage level. I flashed another board that operates at 3.3V and everything went well.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't flash NRF52810 using last version of Zephyr SDK</title><link>https://devzone.nordicsemi.com/thread/441600?ContentTypeID=1</link><pubDate>Wed, 16 Aug 2023 12:20:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ee9a2532-df27-4399-8160-9fd3301f6627</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;That seems odd. There is one bit flipped&amp;nbsp;0x000002E5 should be 0xF0 when reading it back but is&amp;nbsp;0xE0. Do you have another nRF52810 device you can test with to see if it behaves the same if you program it with the exact same tools (same&amp;nbsp;computer etc) and the exact same hex files?&lt;/p&gt;
&lt;p&gt;Also, on the failing device, if you first do a &lt;code&gt;nrfjprog --recover&lt;/code&gt; and then read back using &lt;code&gt;nrfjprog --memrd&amp;nbsp;0x000002E4&lt;/code&gt;, what do you read then?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>