<?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>Debug mode problem</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/52751/debug-mode-problem</link><description>Hi, 
 I had a custom nRF52832 board. I did some modifications on it. But the same code doesn&amp;#39;t run on modified one. 
 Just to check, Debugging on Segger the yellow arrow(i&amp;#39;m not sure how to call it) doesn&amp;#39;t seen. This maybe a hint. 
 Why the yellow doesn</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 01 Oct 2019 18:34:24 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/52751/debug-mode-problem" /><item><title>RE: Debug mode problem</title><link>https://devzone.nordicsemi.com/thread/212873?ContentTypeID=1</link><pubDate>Tue, 01 Oct 2019 18:34:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f33b84a9-951e-417a-a098-459878033439</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;Have you programmed the SoftDevice ?&lt;/p&gt;
&lt;p&gt;a &amp;quot;&lt;span&gt;simple led blink&amp;quot; would not require a SoftDevice - so would work without it.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The SoftDevice &lt;em&gt;&lt;strong&gt;is&lt;/strong&gt; &lt;/em&gt;the BLE Protocol Stack - so &lt;em&gt;&lt;strong&gt;nothing&lt;/strong&gt; &lt;/em&gt;BLE can work without it!&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Debug mode problem</title><link>https://devzone.nordicsemi.com/thread/212870?ContentTypeID=1</link><pubDate>Tue, 01 Oct 2019 18:00:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:600aa063-90d1-47cc-911e-03acbc0ede05</guid><dc:creator>Berker</dc:creator><description>&lt;p&gt;Oh sorry, Due to some health problems, i didn&amp;#39;t define the problem exactly yesterday.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Because I posted too fast the first ticket, I couldn&amp;#39;t give an important detail.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;First design&amp;nbsp;&lt;/p&gt;
&lt;p&gt;-PCB: nRF52832 based custom&lt;/p&gt;
&lt;p&gt;-Firmware: ble_app_uart modified&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Second design&lt;/p&gt;
&lt;p&gt;-PCB&amp;amp;nRF:&amp;nbsp; BL652 module based custom pcb, BL652 includes nRF52832, pins are accessible&lt;/p&gt;
&lt;p&gt;-Fİrmware: Same codes, just pins are changed&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I can deploy simple led blink the board. Also debug.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As for actual firmware(ble app uart), although i put a breakpoint in the first line of main, i couldn&amp;#39;t see yellow step arrow.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I know this problem maybe due to BL652, but for finding that problem, where should i start?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What is the meaning of this behaviour?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Debug mode problem</title><link>https://devzone.nordicsemi.com/thread/212783?ContentTypeID=1</link><pubDate>Tue, 01 Oct 2019 10:39:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eb40fd1a-84e4-49b7-8ed2-8f81605b7f50</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi Berker,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;What example and SDK are you using? What did you modify?&lt;/p&gt;
&lt;p&gt;It seems the SEGGER attached to the board, but it did not break the CPU. You can break the CPU by pressing&amp;nbsp;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-c5216a2703374b248575cc330cdb59d8/pastedimage1569926348445v1.png" alt=" " /&gt;&amp;nbsp;(Debug/break).&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;-Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Debug mode problem</title><link>https://devzone.nordicsemi.com/thread/212665?ContentTypeID=1</link><pubDate>Mon, 30 Sep 2019 15:49:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c9ba9495-a5fe-4d64-8646-2a8defc80d62</guid><dc:creator>awneil</dc:creator><description>[quote userid="74430" url="~/f/nordic-q-a/52751/debug-mode-problem"]I did some modifications on it[/quote]
&lt;p&gt;Go on - what did you do, then ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>