<?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>MWU event to interrupt</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/101788/mwu-event-to-interrupt</link><description>I want to check if a specific memory area had a write access. For this the MWU is perfect. 
 But the MWU just generates events when a write access happened. Do I need to poll to check for generated event? 
 Is it possible to generate a interrupt out of</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 12 Jul 2023 12:34:33 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/101788/mwu-event-to-interrupt" /><item><title>RE: MWU event to interrupt</title><link>https://devzone.nordicsemi.com/thread/435975?ContentTypeID=1</link><pubDate>Wed, 12 Jul 2023 12:34:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:40019c6a-692f-45dc-a2db-816c712cc04e</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Unfortunately, this is correct. The MWU can&amp;#39;t be used by the application when SoftDevice is enabled. You could use the Cortex M4&amp;#39;s MPU, through the&amp;nbsp;&lt;a title="MPU driver" href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/lib_mpu.html?cp=9_1_3_33"&gt;MPU driver&lt;/a&gt;, but that would generate an exception if the area is accessed, which I believe is not what you want.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not aware of any other ways to get interrupted on RTT data, since RTT is just a RAM buffer.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: MWU event to interrupt</title><link>https://devzone.nordicsemi.com/thread/435960?ContentTypeID=1</link><pubDate>Wed, 12 Jul 2023 12:02:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:909c9865-2cf2-4db4-afb7-b793c2966f9f</guid><dc:creator>Lecram69</dc:creator><description>&lt;p&gt;Yeah, Im using also BLE. I just saw the MWU is not compatible with SoftDevice. So no solution for my problem.&lt;/p&gt;
&lt;p&gt;Is there any other way to get received Segger RTT data via interrupt?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: MWU event to interrupt</title><link>https://devzone.nordicsemi.com/thread/435958?ContentTypeID=1</link><pubDate>Wed, 12 Jul 2023 12:00:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:728cc374-4abd-4cb3-9ef9-3249ab481e3a</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The MWU have interrupt support, see list of main features in &lt;a href="https://infocenter.nordicsemi.com/topic/ps_nrf52840/mwu.html"&gt;peripheral documentation&lt;/a&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Programmable maskable or non-maskable (NMI) interrupt on events&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Which APIs are you using to configure the MWU?&lt;/p&gt;
&lt;p&gt;Which SDK version are you using?&lt;/p&gt;
&lt;p&gt;Are you using BLE/SoftDevice in your application?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>