<?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>RSSI sampling on nRF54L?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/118460/rssi-sampling-on-nrf54l</link><description>With the nRF52840 we used RSSISTART to start the sampling of the RSSI and got a RSSIEND event when we could read the RSSISAMPLE register. 
 The radio on the nRF54L doesn&amp;#39;t have the RSSIEND event. How do I know when I can read the RSSISAMPLE? Use a timer</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 29 Jan 2025 15:08:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/118460/rssi-sampling-on-nrf54l" /><item><title>RE: RSSI sampling on nRF54L?</title><link>https://devzone.nordicsemi.com/thread/520581?ContentTypeID=1</link><pubDate>Wed, 29 Jan 2025 15:08:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:60edf246-5e11-43e2-8d6f-304cfe2eac11</guid><dc:creator>ketiljo</dc:creator><description>&lt;p&gt;RSSISAMPLE is updated immediately after TASKS_RSSISTART. So the event wasn&amp;#39;t useful and has been removed. TASKS_RSSISTART takes a single sample, the RSSISAMPLE register is updated only one. For the maximum RSSI over time, you need to trigger TASKS_RSSISTART multiple times and find the maximum by a software routine.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>