<?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>nRF51422 flashes ok, but debugging fails: stays in MOVES R0,R0</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/436/nrf51422-flashes-ok-but-debugging-fails-stays-in-moves-r0-r0</link><description>We have a custom board with nFR51422. Of the first 4 prototypes only one works correctly. This indicates that the PCB is ok. One difference is the chip marking. The working is nrf51422 QFAACO 1319AK and non working ones are all nrf51422 QFAACO 1306AD</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 18 Sep 2013 07:38:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/436/nrf51422-flashes-ok-but-debugging-fails-stays-in-moves-r0-r0" /><item><title>RE: nRF51422 flashes ok, but debugging fails: stays in MOVES R0,R0</title><link>https://devzone.nordicsemi.com/thread/2245?ContentTypeID=1</link><pubDate>Wed, 18 Sep 2013 07:38:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:379e1bbc-c39b-49dd-961c-c24f38bc526c</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Cadambi,&lt;/p&gt;
&lt;p&gt;Have you make sure the debug option was configured properly ? Please follow the setting in the attached image.&lt;/p&gt;
&lt;p&gt;Regarding blinky example,  did you mean LD3 (not LED3 ? ) was blinking when you program ? Did it blink after programming, when the device is running ?&lt;/p&gt;
&lt;p&gt;Have you tried any other examples ?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/attachment/cd38f89ade9591ce26fc615010dac2ba"&gt;debugOption.PNG&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/attachment/69482d4e6344af41608d6d4f53345ba3"&gt;debugOption.PNG&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51422 flashes ok, but debugging fails: stays in MOVES R0,R0</title><link>https://devzone.nordicsemi.com/thread/2244?ContentTypeID=1</link><pubDate>Wed, 11 Sep 2013 07:48:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0dd6dcb3-c904-482b-b80f-6461cf5e333b</guid><dc:creator>Cadambi</dc:creator><description>&lt;h2&gt;Hi ,
I am having the nrf51422 Evaluation kit and i am trying to run the blinky project.
The chip marking is n51422 QFAACO 1302AC.
The build works fine and here is the build message :&lt;/h2&gt;
&lt;h2&gt;Build target &amp;#39;nrf51422&amp;#39;
creating preprocessor file for main.c...
compiling main.c...
linking...
Program Size: Code=488 RO-data=208 RW-data=0 ZI-data=4192&lt;br /&gt;
&amp;quot;._build\blinky_arm.axf&amp;quot; - 0 Error(s), 0 Warning(s).&lt;/h2&gt;
&lt;p&gt;But when i try to load it from Keil ARM , the &amp;#39;LED 3&amp;#39; blinks. Could you please tell me why it blinks and what changes needed to be made to make the LED 0 and LED 1 to blink as per the example blinky project?&lt;/p&gt;
&lt;h2&gt;Here is the output from Keil after i try to execute the &amp;#39;Load&amp;#39; :&lt;/h2&gt;
&lt;p&gt;Load &amp;quot;C:\keil\ARM\Device\Nordic\nrf51422\Board\pca10003\blinky_example\arm\_build\blinky_arm.AXF&amp;quot;
Set JLink Project File to &amp;quot;C:\keil\ARM\Device\Nordic\nrf51422\Board\pca10003\blinky_example\arm\JLinkSettings.ini&amp;quot;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;JLink Info: Device &amp;quot;CORTEX-M0&amp;quot; selected (0 KB flash, 0 KB RAM).&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;JLink info:&lt;/h2&gt;
&lt;p&gt;DLL: V4.74b, compiled Aug 19 2013 23:26:44
Firmware: J-Link OB-SAM3U128 V1 compiled Feb  5 2013 15:27:51
Hardware: V1.00
S/N :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;JLink Info: Found SWD-DP with ID 0x0BB11477&lt;/li&gt;
&lt;li&gt;JLink Info: FPUnit: 4 code (BP) slots and 0 literal slots&lt;/li&gt;
&lt;li&gt;JLink Info: Found Cortex-M0 r0p0, Little endian.
ROMTableAddr = 0xE00FF003&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Target info:&lt;/h2&gt;
&lt;p&gt;Device: Cortex-M0
VTarget = 3.300V
State of Pins:
TCK: 0, TDI: 0, TDO: 1, TMS: 1, TRES: 1, TRST: 1
Hardware-Breakpoints: 4
Software-Breakpoints: 8192
Watchpoints:          2
JTAG speed: 1000 kHz&lt;/p&gt;
&lt;h2&gt;Erase Done.
Programming Done.
Verify OK.
Application running ...&lt;/h2&gt;
&lt;p&gt;Note:
Please refer the attachment for debugging error&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/attachment/d270c0edaf33e27b65585660510f0eec"&gt;Debugging error.doc&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51422 flashes ok, but debugging fails: stays in MOVES R0,R0</title><link>https://devzone.nordicsemi.com/thread/2243?ContentTypeID=1</link><pubDate>Tue, 10 Sep 2013 10:45:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:38429873-fc64-454a-ba16-baf1771f1932</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Henning,&lt;/p&gt;
&lt;p&gt;We have some issue with the batch 1306AD.
Our QA will contact you shortly for the replacement.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>