<?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>GPIO Interrupt - stopped by vector catch</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/47812/gpio-interrupt---stopped-by-vector-catch</link><description>Hello, 
 I got problem when I press button program go to interrupt mode, but than all stops because of vektor catch. Im using ble_app_uart example. 
 Here is my main function: 
 
 flash_mode_address is set to 0x6D000. Because i didnt write anything to</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 31 May 2019 09:12:58 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/47812/gpio-interrupt---stopped-by-vector-catch" /><item><title>RE: GPIO Interrupt - stopped by vector catch</title><link>https://devzone.nordicsemi.com/thread/190215?ContentTypeID=1</link><pubDate>Fri, 31 May 2019 09:12:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d8a8729b-4338-4641-9d91-3a2539af4b49</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Does&amp;nbsp;&lt;span&gt;sd_flash_write() return an error code, or does it not return at all? The latter would indicate that you are calling the function from a high priority interrupt context.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPIO Interrupt - stopped by vector catch</title><link>https://devzone.nordicsemi.com/thread/189833?ContentTypeID=1</link><pubDate>Wed, 29 May 2019 10:05:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0385dd52-4883-4d63-80e5-c22fdea9b21e</guid><dc:creator>Kev</dc:creator><description>&lt;p&gt;I solved problem in another way. Added few lines code in gpio interrupt handler (Button_handler), but when i try to write in handler with sd_flash_write i got error. Maybe because of priority.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPIO Interrupt - stopped by vector catch</title><link>https://devzone.nordicsemi.com/thread/189485?ContentTypeID=1</link><pubDate>Tue, 28 May 2019 07:59:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6a6c4100-a0f0-4ea1-bfbe-cffe369892f7</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;A vector catch indicates that a Hardfault exception has occurred.&amp;nbsp;SES enables breakpoint on fault exceptions by default, but you can disable it by opening the breakpoints view and un-check the Hardfault exception (open view in debug session -&amp;gt;&amp;nbsp;Ctrl + Alt + B):&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-af84f51c55cf490297d255fde4277353/pastedimage1559030270123v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Have you verified through debugging that&amp;nbsp;data_from_flash is indeed a valid pointer?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>