<?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>Debugging with PPI</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/11132/debugging-with-ppi</link><description>The PPI has been configured to transmit a message every time the timer triggers ( every 1ms). 
 I&amp;#39;m using IAR Embedded Workbench 7.40.3.8938 as my IDE . 
 When the system is in debug if i press the &amp;#39;break&amp;#39; button, the code appears to stop execution</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 04 Jan 2016 16:34:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/11132/debugging-with-ppi" /><item><title>RE: Debugging with PPI</title><link>https://devzone.nordicsemi.com/thread/41717?ContentTypeID=1</link><pubDate>Mon, 04 Jan 2016 16:34:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:abda439f-084d-4540-9ec5-85cc76a0c582</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;Yes it&amp;#39;s expected that PPI would carry on when the processor is paused in debug. PPI is explicitly designed to work entirely separately from the processor, that&amp;#39;s how it can route tasks and events even when the processor is sleeping. Think of it almost as a separate programmed system on the chip.&lt;/p&gt;
&lt;p&gt;No there&amp;#39;s no simple way to pause the PPI via the debugger. I suppose if you had the ability to cause the debugger to write to some registers on halt, you could write the PPI disable register, but I can&amp;#39;t think of an easy way to do that nor to turn it back on again afterwards.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>