<?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>How to view register values in interrupt service routine(s)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/6389/how-to-view-register-values-in-interrupt-service-routine-s</link><description>I want to see register values in interrupt service routines after a timer timeout. However, when I enable debugger in Keil, it only iterates once to the end of main function, and stops. How can I get into the interrupt service routine and view the register</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 08 Apr 2015 06:43:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/6389/how-to-view-register-values-in-interrupt-service-routine-s" /><item><title>RE: How to view register values in interrupt service routine(s)</title><link>https://devzone.nordicsemi.com/thread/22282?ContentTypeID=1</link><pubDate>Wed, 08 Apr 2015 06:43:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a6d19847-5af1-4325-8cb4-4a2cf92af520</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Adding to John&amp;#39;s answer,
After hitting your breakpoint in the ISR,&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;you can see ARM registers by selecting View-&amp;gt;Register Window
you can see nRF51 registers by selecting Peripherals-&amp;gt;System Viewer-&amp;gt;TIMER
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to view register values in interrupt service routine(s)</title><link>https://devzone.nordicsemi.com/thread/22283?ContentTypeID=1</link><pubDate>Tue, 07 Apr 2015 13:02:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:11ec821a-e52a-46ad-b282-0ec7be66f50b</guid><dc:creator>John</dc:creator><description>&lt;p&gt;You could set a breakpoint in the interrupt service routine you are interested and just let the application run after you start the debug session. Then it will stop when the ISR is entered.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>