<?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>ble_radio_notification_init is no longer working in sdk12.3.0 ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/100077/ble_radio_notification_init-is-no-longer-working-in-sdk12-3-0</link><description>Hi Nordic team, 
 I want to measure battery voltage while radio is idle. So I use ble_radio_notification_init function. 
 but when I am compiling the code, NRF_APP_PRIORITY_LOW is not defined. 
 
 After I set hard code as 2, then keil says Error: L6218E</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 25 May 2023 05:38:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/100077/ble_radio_notification_init-is-no-longer-working-in-sdk12-3-0" /><item><title>RE: ble_radio_notification_init is no longer working in sdk12.3.0 ?</title><link>https://devzone.nordicsemi.com/thread/427373?ContentTypeID=1</link><pubDate>Thu, 25 May 2023 05:38:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:06b3431d-c173-469d-8b0a-6198dfdeaf26</guid><dc:creator>bob</dc:creator><description>&lt;p&gt;Hi Einar, thank you very much! I have fixed this issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble_radio_notification_init is no longer working in sdk12.3.0 ?</title><link>https://devzone.nordicsemi.com/thread/427213?ContentTypeID=1</link><pubDate>Wed, 24 May 2023 11:55:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0d303405-3864-43ed-a619-bb79e6702361</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi Bob,&lt;/p&gt;
&lt;p&gt;As you write &amp;quot;no longer&amp;quot; I assume you made a change that caused it to fail? Or did you come from another SDK version?&lt;/p&gt;
&lt;p&gt;Regarding&amp;nbsp;NRF_APP_PRIORITY_LOW, that define does not exist in SDK 12.3.0. However, you have&amp;nbsp; APP_IRQ_PRIORITY_LOW. This is define din app_util_platform.h. And&amp;nbsp;sd_nvic_EnableIRQ is implemented inline in nrf_nvic.h. This header file exists in several variants, and when using a SoftDevice the one for the SoftDevice should be used (you must have components/softdevice/s130/headers/, which holds all the SoftDevice header files. Moreover, components/drivers_nrf/nrf_soc_nosd/ should &lt;em&gt;not&lt;/em&gt; be in the include path (this has a variant of nrf_nvic.h that should only be used when not using a SoftDevice).&lt;/p&gt;
&lt;p&gt;Einar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>